
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Space+Grotesk:wght@300..700&display=swap");
a,
a:hover {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

h2,
p {
    margin-bottom: 0;
}

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

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

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

.space6 {
    height: 6px;
}

.space8 {
    height: 8px;
}

.space10 {
    height: 10px;
}

.space12 {
    height: 12px;
}

.space14 {
    height: 14px;
}

.space16 {
    height: 16px;
}

.space18 {
    height: 18px;
}

.space20 {
    height: 20px;
}

.space22 {
    height: 22px;
}

.space24 {
    height: 24px;
}

.space26 {
    height: 26px;
}

.space28 {
    height: 28px;
}

.space30 {
    height: 30px;
}

.space32 {
    height: 32px;
}

.space34 {
    height: 34px;
}

.space36 {
    height: 36px;
}

.space38 {
    height: 38px;
}

.space40 {
    height: 40px;
}

.space42 {
    height: 42px;
}

.space44 {
    height: 44px;
}

.space46 {
    height: 46px;
}

.space48 {
    height: 48px;
}

.space50 {
    height: 50px;
}

.space52 {
    height: 52px;
}

.space54 {
    height: 54px;
}

.space56 {
    height: 56px;
}

.space58 {
    height: 58px;
}

.space60 {
    height: 60px;
}

.space62 {
    height: 62px;
}

.space64 {
    height: 64px;
}

.space66 {
    height: 66px;
}

.space68 {
    height: 68px;
}

.space70 {
    height: 70px;
}

.space72 {
    height: 72px;
}

.space74 {
    height: 74px;
}

.space76 {
    height: 76px;
}

.space78 {
    height: 78px;
}

.space80 {
    height: 80px;
}

.space82 {
    height: 82px;
}

.space84 {
    height: 84px;
}

.space86 {
    height: 86px;
}

.space {
    height: 88px;
}

.space90 {
    height: 90px;
}

.space92 {
    height: 92px;
}

.space94 {
    height: 94px;
}

.space96 {
    height: 96px;
}

.space98 {
    height: 98px;
}

.space100 {
    height: 100px;
}

@keyframes animation-5 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.aniamtion-key-5 {
    position: relative;
    animation-name: animation-5;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: all 0.4s ease-in-out;
}

@keyframes animation-7 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-1000deg);
    }
}

.keyframe5 {
    position: relative;
    animation-name: animation-7;
    animation-duration: 90s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes animation-1 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(30px);
    }
}

.aniamtion-key-1 {
    position: relative;
    animation-name: animation-1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(50px);
    }
}

.aniamtion-key-2 {
    position: relative;
    animation-name: animation-2;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-3 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(60px);
    }
}

.aniamtion-key-3 {
    position: relative;
    animation-name: animation-3;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-4 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(40px);
    }
}

.aniamtion-key-4 {
    position: relative;
    animation-name: animation-4;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-6 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(50px);
    }
}

.aniamtion-key-6 {
    position: relative;
    animation-name: animation-6;
    animation-duration: 1.9s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes animation-8 {
    0% {
        padding-left: 0px;
    }
    100% {
        padding-left: 50px;
    }
}

.aniamtion-key-7 {
    position: relative;
    animation-name: animation-8;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes fade-in-down {
    0% {
        transform: translate3d(0, -50px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-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);
    }
}

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

.rotateme {
    position: relative;
    animation-name: animation-7;
    animation-duration: 80s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

:root {
    --ztc-text-text-1: #fff;
    --ztc-text-text-2: #1A1719;
    --ztc-text-text-3: #544E51;
    --ztc-text-text-4: #af99ab;
    --ztc-text-text-5: #595663;
    --ztc-text-text-6: #af99ab;
    --ztc-text-text-7: #443E3E;
    --ztc-text-text-8: #131E20;
    --ztc-text-text-9: #404040;
    --ztc-text-text-10: #FF3639;
    --ztc-text-text-11: #002466;
    --ztc-text-text-12: #363D4A;
    --ztc-text-text-13: #2E4DFD;
    --ztc-text-text-14: #FF6700;
    --ztc-text-text-15: #FC226A;
    --ztc-text-text-16: #FF2D55;
    --ztc-text-text-17: #FD4E1A;
    --ztc-text-text-18: #0D0400;
    --ztc-text-text-19: #44403E;
    --ztc-text-text-20: #4AF8BA;
    --ztc-bg-bg-1: #fff;
    --ztc-bg-bg-2: #1A1719;
    --ztc-bg-bg-3: #af99ab;
    --ztc-bg-bg-4: #595663;
    --ztc-bg-bg-5: #af99ab;
    --ztc-bg-bg-6: #131E20;
    --ztc-bg-bg-7: #FF3639;
    --ztc-bg-bg-8: #002466;
    --ztc-bg-bg-9: #2E4DFD;
    --ztc-bg-bg-10: #FF6700;
    --ztc-bg-bg-11: #FC226A;
    --ztc-bg-bg-12: #FF2D55;
    --ztc-bg-bg-13: #0D0400;
    --ztc-bg-bg-14: #4AF8BA;
    --ztc-border-border-1: #E5E7EB;
    --ztc-border-border-2: #dfdcdc;
    --ztc-font-size-font-s10: 10px;
    --ztc-font-size-font-s12: 12px;
    --ztc-font-size-font-s14: 14px;
    --ztc-font-size-font-s16: 16px;
    --ztc-font-size-font-s18: 18px;
    --ztc-font-size-font-s20: 20px;
    --ztc-font-size-font-s22: 22px;
    --ztc-font-size-font-s24: 24px;
    --ztc-font-size-font-s26: 26px;
    --ztc-font-size-font-s28: 28px;
    --ztc-font-size-font-s30: 30px;
    --ztc-font-size-font-s32: 32px;
    --ztc-font-size-font-s34: 34px;
    --ztc-font-size-font-s36: 36px;
    --ztc-font-size-font-s38: 38px;
    --ztc-font-size-font-s40: 40px;
    --ztc-font-size-font-s42: 42px;
    --ztc-font-size-font-s44: 44px;
    --ztc-font-size-font-s46: 46px;
    --ztc-font-size-font-s48: 48px;
    --ztc-font-size-font-s50: 50px;
    --ztc-font-size-font-s52: 52px;
    --ztc-font-size-font-s54: 54px;
    --ztc-font-size-font-s56: 56px;
    --ztc-font-size-font-s58: 58px;
    --ztc-font-size-font-s60: 60px;
    --ztc-font-size-font-s62: 62px;
    --ztc-font-size-font-s64: 64px;
    --ztc-font-size-font-s66: 66px;
    --ztc-font-size-font-s68: 68px;
    --ztc-font-size-font-s70: 70px;
    --ztc-font-size-font-s10: 10px;
    --ztc-font-size-font-s12: 12px;
    --ztc-font-size-font-s14: 14px;
    --ztc-font-size-font-s16: 16px;
    --ztc-font-size-font-s18: 18px;
    --ztc-font-size-font-s20: 20px;
    --ztc-font-size-font-s22: 22px;
    --ztc-font-size-font-s24: 24px;
    --ztc-font-size-font-s26: 26px;
    --ztc-font-size-font-s28: 28px;
    --ztc-font-size-font-s30: 30px;
    --ztc-font-size-font-s32: 32px;
    --ztc-font-size-font-s34: 34px;
    --ztc-font-size-font-s36: 36px;
    --ztc-font-size-font-s38: 38px;
    --ztc-font-size-font-s40: 40px;
    --ztc-font-size-font-s42: 42px;
    --ztc-font-size-font-s44: 44px;
    --ztc-font-size-font-s46: 46px;
    --ztc-font-size-font-s48: 48px;
    --ztc-font-size-font-s50: 50px;
    --ztc-font-size-font-s52: 52px;
    --ztc-font-size-font-s54: 54px;
    --ztc-font-size-font-s56: 56px;
    --ztc-font-size-font-s58: 58px;
    --ztc-font-size-font-s60: 60px;
    --ztc-font-size-font-s62: 62px;
    --ztc-font-size-font-s64: 64px;
    --ztc-font-size-font-s66: 66px;
    --ztc-font-size-font-s68: 68px;
    --ztc-font-size-font-s70: 70px;
    --ztc-specing-height6: 6px;
    --ztc-specing-height8: 8px;
    --ztc-specing-height10: 10px;
    --ztc-specing-height12: 12px;
    --ztc-specing-height14: 114px;
    --ztc-specing-height16: 16px;
    --ztc-specing-height18: 18px;
    --ztc-specing-height20: 20px;
    --ztc-specing-height22: 22px;
    --ztc-specing-height24: 24px;
    --ztc-specing-height26: 26px;
    --ztc-specing-height28: 28px;
    --ztc-specing-height30: 30px;
    --ztc-specing-height32: 32px;
    --ztc-specing-height34: 34px;
    --ztc-specing-height36: 36px;
    --ztc-specing-height38: 38px;
    --ztc-specing-height40: 40px;
    --ztc-specing-height42: 42px;
    --ztc-specing-height44: 44px;
    --ztc-specing-height46: 46px;
    --ztc-specing-height48: 48px;
    --ztc-specing-height50: 50px;
    --ztc-specing-height52: 52px;
    --ztc-specing-height54: 54px;
    --ztc-specing-height56: 56px;
    --ztc-specing-height58: 58px;
    --ztc-specing-height60: 60px;
    --ztc-specing-height70: 70px;
    --ztc-specing-height80: 80px;
    --ztc-specing-height90: 90px;
    --ztc-specing-height100: 100px;
    --ztc-specing-height110: 110px;
    --ztc-specing-height120: 120px;
    --ztc-specing-height130: 130px;
    --ztc-weight-regular: 400;
    --ztc-weight-medium: 500;
    --ztc-weight-semibold: 600;
    --ztc-weight-bold: 700;
    --ztc-weight-black: 800;
    --ztc-family-font1: 'Space Grotesk', sans-serif;
    --ztc-family-font2: 'Figtree', sans-serif;
}


/*============= HEDAER CSS AREA ===============*/

/*============= HERO CSS AREA ===============*/

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

/*============= ABOUT CSS AREA ===============*/

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

/*============= ATTENT CSS AREA ===============*/

/*============= TESTIMONIAL CSS AREA ===============*/

/*============= BLOG CSS AREA ===============*/

/*============= MEMORY CSS AREA ===============*/

/*============= CONTACT CSS AREA ===============*/

/*============= EVENT CSS AREA ===============*/

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

/*============= FAQ CSS AREA ===============*/

/*============= CASE CSS AREA ===============*/

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

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

/*============= OTHERS CSS AREA ===============*/

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

/*============= COMMON CSS AREA ===============*/

.heading1 h5 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 20px;
    text-transform: uppercase;
}

.heading1 h5 img {
    height: 26px;
    width: 26px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 4px 0 0;
}

.heading1 h1 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s60);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 70px;
    text-transform: uppercase;
}

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

.heading1 p {
    color: rgba(255, 255, 255, 0.9);
    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;
    transition: all 0.4s;
}

.heading2 h5 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    text-transform: uppercase;
    border-radius: 6px;
    background: rgba(26, 23, 25, 0.05);
    padding: 9px 10px;
    display: inline-block;
}

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

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

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

.heading4 h5 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    text-transform: uppercase;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    padding: 9px 10px;
    display: inline-block;
}

.heading4 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;
    letter-spacing: -0.88px;
}

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

.heading4 p {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
}

.heading5 h5 {
    color: var(--ztc-text-text-10);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    text-transform: uppercase;
    border-radius: 6px;
    background: rgba(255, 54, 57, 0.1);
    padding: 9px 10px;
    display: inline-block;
}

.heading5 h2 {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 52px;
    letter-spacing: -0.88px;
}

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

.heading5 p {
    color: var(--ztc-text-text-9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
}

.heading6 h5 {
    color: var(--ztc-text-text-13);
    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;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(46, 77, 253, 0.08);
}

@media (max-width: 767px) {
    .heading6 h5 {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 16px;
    }
}

.heading6 h2 {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 52px;
    letter-spacing: -0.88px;
}

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

.heading6 p {
    color: var(--ztc-text-text-12);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
}

.heading7 h5 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
    .heading7 h5 {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 16px;
    }
}

.heading7 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;
    letter-spacing: -0.88px;
}

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

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

.heading8 h5 {
    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-medium);
    line-height: 28px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .heading8 h5 {
        font-size: var(--ztc-font-size-font-s16);
        line-height: 16px;
    }
}

.heading8 h5 img {
    margin: -5px 4px 0 0;
}

.heading8 h2 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: 80px;
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 80px;
    text-transform: uppercase;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading8 h2 {
        font-size: var(--ztc-font-size-font-s60);
        line-height: 60px;
    }
}

.heading8 h2 span {
    border-radius: 3px;
    border: 2px solid var(--white, #FFF);
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: inline-block;
    padding: 0 9px;
}

.heading9 h5 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 20px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .heading9 h5 {
        font-size: var(--ztc-font-size-font-s16);
        line-height: 16px;
    }
}

.heading9 h5 img {
    margin: -5px 4px 0 0;
    filter: brightness(0);
}

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

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

.heading9 p {
    color: var(--ztc-text-text-9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
}

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

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

.heading10 p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
}

.heading11 h5 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    text-transform: uppercase;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    padding: 9px 10px;
    display: inline-block;
}

.heading11 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;
    letter-spacing: -0.88px;
}

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

.heading11 p {
    color: var(--ztc-text-text-9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
}

.heading12 h5 {
    color: var(--ztc-text-text-17);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    text-transform: uppercase;
    border-radius: 6px;
    background: rgba(255, 80, 0, 0.1);
    padding: 9px 10px;
    display: inline-block;
}

.heading12 h2 {
    color: var(--ztc-text-text-18);
    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;
    letter-spacing: -0.88px;
}

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

.heading12 p {
    color: var(--ztc-text-text-19);
    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;
}

.heading13 h5 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    text-transform: uppercase;
    border-radius: 6px;
    display: inline-block;
}

.heading13 h5 img {
    margin: 0 4px 0 0;
}

.heading13 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;
    letter-spacing: -0.88px;
}

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

.heading13 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;
    opacity: 80% !important;
}

.vl-btn1 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    text-transform: uppercase;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-3);
    padding: 16px 20px;
    display: inline-block;
    border-radius: 8px;
}

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

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

.vl-btn1:hover::after {
    background: var(--ztc-bg-bg-1);
    opacity: 0.1;
    transition: all 0.4s;
}

.vl-btn1::after {
    position: absolute;
    content: "";
    height: 36px;
    width: 36px;
    transition: all 0.4s;
    border-radius: 50%;
    background: var(--ztc-bg-bg-2);
    opacity: 0.1;
    left: 8px;
    top: 8px;
}

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

.vl-btn2 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    text-transform: uppercase;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 8px;
}

.vl-btn2 span.demo {
    display: inline-block;
    background: var(--ztc-bg-bg-5);
    transition: all 0.4s;
    border-radius: 70px;
    padding: 20px 26px;
}

.vl-btn2 span.arrow {
    display: inline-block;
    background: var(--ztc-bg-bg-5);
    transition: all 0.4s;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    text-align: center;
    color: var(--ztc-text-text-2);
    line-height: 54px;
    font-size: var(--ztc-font-size-font-s20);
    transform: rotate(-45deg);
}

.vl-btn2:hover {
    transition: all 0.4s;
    color: var(--ztc-text-text-5);
}

.vl-btn2:hover span.arrow {
    margin-left: 6px;
    transition: all 0.4s;
    transform: rotate(0deg);
}

.vl-btn3 {
    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;
    text-transform: uppercase;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 8px;
    padding: 24px 28px;
    background: var(--ztc-bg-bg-7);
    overflow: hidden;
}

.vl-btn3::after {
    position: absolute;
    content: "";
    height: 4px;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all 0.4s;
    background: #D60003;
    z-index: -1;
}

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

.vl-btn3:hover::after {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}

.vl-btn4 {
    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;
    text-transform: uppercase;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 8px;
    padding: 24px 26px;
    background: var(--ztc-bg-bg-9);
    overflow: hidden;
}

.vl-btn4::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-8);
    z-index: -1;
    border-radius: 8px;
    visibility: hidden;
    opacity: 0;
}

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

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

.vl-btn5 {
    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;
    text-transform: uppercase;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 8px;
}

.vl-btn5 span.demo {
    display: inline-block;
    border-radius: 40px;
    background: linear-gradient(135deg, #b09aaa 0%, #b09aaa 100%);
    transition: all 0.4s;
    border-radius: 70px;
    border: 1px solid;
    padding: 20px 26px;
}

.vl-btn5 span.arrow {
    display: inline-block;
    border-radius: 40px;
    background: linear-gradient(135deg, #b09aaa 0%, #b09aaa 100%);
    transition: all 0.4s;
    height: 54px;
    text-align: center;
    width: 54px;
    border-radius: 50%;
    border: 1px solid;
    color: var(--ztc-text-text-1);
    line-height: 54px;
    font-size: var(--ztc-font-size-font-s20);
    transform: rotate(-45deg);
}

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

.vl-btn5:hover span.arrow {
    margin-left: 6px;
    transition: all 0.4s;
    transform: rotate(0deg);
}

.vl-btn6 {
    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;
    text-transform: uppercase;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 8px;
    padding: 20px 26px;
    background: var(--ztc-bg-bg-10);
    overflow: hidden;
}

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

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

.vl-btn6:hover img {
    transform: rotate(-45deg);
    transition: all 0.4s;
}

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

.vl-btn6 img {
    height: 16px;
    width: 16px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 4px;
    transition: all 0.4s;
}

.vl-btn7 {
    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;
    text-transform: uppercase;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-11);
    padding: 8px 8px 8px 20px;
    display: inline-block;
    border-radius: 100px;
}

.vl-btn7 span {
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    transition: all 0.4s;
    display: inline-block;
    background: #FD6497;
    transform: rotate(-45deg);
    margin-left: 4px;
}

.vl-btn7:hover {
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.vl-btn7:hover span {
    transform: rotate(0);
    transition: all 0.4s;
    background: var(--ztc-bg-bg-11);
}

.vl-btn8 {
    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;
    text-transform: uppercase;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 8px;
}

.vl-btn8 span.demo {
    display: inline-block;
    background: var(--ztc-bg-bg-12);
    transition: all 0.4s;
    border-radius: 70px;
    padding: 20px 26px;
}

.vl-btn8 span.arrow {
    display: inline-block;
    background: var(--ztc-bg-bg-12);
    transition: all 0.4s;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    text-align: center;
    color: var(--ztc-text-text-1);
    line-height: 54px;
    font-size: var(--ztc-font-size-font-s20);
    transform: rotate(-45deg);
}

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

.vl-btn8:hover span.arrow {
    margin-left: 6px;
    transition: all 0.4s;
    transform: rotate(0deg);
}

.vl-btn9 {
    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;
    text-transform: uppercase;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 4px;
    padding: 20px 26px;
    border-radius: var(--rounded-lg, 8px);
    background: var(--LLL, linear-gradient(135deg, #FF5000 0%, #FF00B8 100%));
    overflow: hidden;
}

.vl-btn9::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    top: 0;
    transition: all 0.4s;
    background: var(--LLL, linear-gradient(135deg, #FF00B8 0%, #FF5000 100%));
    z-index: -1;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
}

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

.vl-btn9:hover img {
    transform: rotate(-45deg);
    transition: all 0.4s;
}

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

.vl-btn9 img {
    height: 16px;
    width: 16px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 4px;
    transition: all 0.4s;
}

.vl-btn10 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    text-transform: uppercase;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 60px;
    padding: 20px 26px;
    background: var(--ztc-bg-bg-14);
    overflow: hidden;
}

.vl-btn10::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-1);
    z-index: -1;
    border-radius: 60px;
    visibility: hidden;
    opacity: 0;
}

.vl-btn10:hover {
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
}

.vl-btn10:hover img {
    transform: rotate(-45deg);
    transition: all 0.4s;
    filter: brightness(0);
}

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

.vl-btn10 img {
    height: 16px;
    width: 16px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 4px;
    transition: all 0.4s;
    filter: brightness(0);
}

/*============= COMMON CSS AREA ENDS===============*/

.sp1 {
    padding: 100px 0 100px;
}

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

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

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

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

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

.sp3 {
    padding: 0 0 70px;
}

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

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

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

.sp12 {
    padding: 0 0 120px;
}

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

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

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

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

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

.space-margin80 {
    margin-bottom: 80px;
}

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

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

/*============= PRICING PLAN CSS AREA ===============*/

.pricing-plan-section-area {
    position: relative;
    z-index: 1;
    /* background-image: url(../img/bg/header-bg3.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: white;
}

.pricing-plan-section-area .pricing-boxarea {
    border-radius: 8px;
    background: rgb(89 86 99);
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 28px;
    margin-bottom: 30px;
}

.pricing-plan-section-area .pricing-boxarea .ticket-box 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-semibold);
    line-height: 18px;
    text-transform: uppercase;
}

.pricing-plan-section-area .pricing-boxarea .ticket-box h3 {
    color: var(--ztc-text-text-1);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 44px;
    text-transform: uppercase;
}

.pricing-plan-section-area .pricing-boxarea .ticket-box .progress {
    background-color: #595663;
    border-radius: 20px;
    height: 10px;
    position: relative;
}

.pricing-plan-section-area .pricing-boxarea .ticket-box .progress-inner {
    background-color: var(--ztc-text-text-6);
    height: 100%;
    border-radius: 20px;
    transition: width 0.4s ease;
}

.pricing-plan-section-area .pricing-boxarea.box2 {
    border-radius: 8px;
    background: var(--ztc-text-text-6);
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 28px;
    margin-bottom: 30px;
}

.pricing-plan-section-area .pricing-boxarea.box2 .ticket-box p {
    color: var(--ztc-text-text-2);
    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;
    text-transform: uppercase;
}

.pricing-plan-section-area .pricing-boxarea.box2 .ticket-box h3 {
    color: var(--ztc-text-text-2);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 44px;
    text-transform: uppercase;
}

.pricing-plan-section-area .pricing-boxarea.box2 .ticket-box .progress {
    background-color: #af99ab;
    border-radius: 20px;
    height: 10px;
    position: relative;
}

.pricing-plan-section-area .pricing-boxarea.box2 .ticket-box .progress-inner {
    background-color: var(--ztc-text-text-5);
    height: 100%;
    border-radius: 20px;
    transition: width 0.4s ease;
}

.pricing-plan-section-area .pricing-boxarea.box2 .ticket-box .btn-area1 a span.demo {
    background: var(--ztc-text-text-5);
    color: var(--ztc-text-text-1);
}

.pricing-plan-section-area .pricing-boxarea.box2 .ticket-box .btn-area1 a .arrow {
    background: var(--ztc-text-text-5);
    color: var(--ztc-text-text-1);
}

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

.pricing-lan-section-area .pricing-boxarea {
    border-radius: 8px;
    background: #F2F4FF;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    padding: 28px;
    margin-bottom: 30px;
}

.pricing-lan-section-area .pricing-boxarea h5 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 18px;
    /* 100% */
    text-transform: capitalize;
    padding: 8px 10px;
    display: inline-block;
    background-image: url(../img/new/1photo---1440---364n-.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
}

.pricing-lan-section-area .pricing-boxarea h2 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 44px;
    text-transform: capitalize;
}

.pricing-lan-section-area .pricing-boxarea h2 span {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    text-transform: capitalize;
    display: inline-block;
}

.pricing-lan-section-area .pricing-boxarea ul li {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    text-transform: capitalize;
    margin-top: 16px;
}

.pricing-lan-section-area .pricing-boxarea ul li img {
    margin: 0 6px 0 0;
}

.pricing-lan-section-area .pricing-boxarea .btn-area1 a {
    width: 100%;
    text-align: center;
}

.pricing-lan-section-area .pricing-boxarea .btn-area1 a::after {
    left: 100px;
}

/*============= PRICING PLAN CSS AREA ===============*/

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

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

/*============= HERO CSS AREA ===============*/

.hero1-section-area {
    position: relative;
    z-index: 1;
    background-image: url(../img/bg/header-bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 196px 0 130px;
    overflow: hidden;
}

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

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

.hero1-section-area .header-bg1 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -2;
    height: 100%;
}

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

.hero1-section-area .hero1-header .btn-area1 .vl-btn2 {
    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;
    text-transform: uppercase;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    border: 1px solid var(--ztc-bg-bg-1);
    padding: 15px 20px;
    display: inline-block;
    border-radius: 8px;
    margin-left: 16px;
}

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

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

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

.hero1-section-area .hero1-header .btn-area1 .vl-btn2:hover::after {
    background: var(--ztc-bg-bg-1);
    opacity: 0.1;
    transition: all 0.4s;
}

.hero1-section-area .hero1-header .btn-area1 .vl-btn2::after {
    position: absolute;
    content: "";
    height: 36px;
    width: 36px;
    transition: all 0.4s;
    border-radius: 50%;
    background: var(--ztc-bg-bg-1);
    opacity: 0.1;
    left: 8px;
    top: 8px;
}

.hero1-section-area .hero1-header .btn-area1 .vl-btn2::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-2);
    left: 50%;
    top: 0;
    border-radius: 7px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.hero1-section-area .header-images {
    position: relative;
    z-index: 1;
}

.hero1-section-area .header-images .img1 {
    position: absolute;
    top: -100px;
    height: 700px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero1-section-area .header-images .img1 {
        position: relative;
        top: 0;
        margin-top: 50px;
        height: 800px;
    }
}

@media (max-width: 767px) {
    .hero1-section-area .header-images .img1 {
        position: relative;
        top: 0;
        margin-top: 50px;
        height: 400px;
    }
}

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

.hero1-section-area .header-images .images-content-area {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    padding: 24px;
    position: absolute;
    top: 265px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero1-section-area .header-images .images-content-area {
        top: 580px;
    }
}

.hero1-section-area .header-images .images-content-area h3 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    text-transform: uppercase;
}

.hero1-section-area .header-images .images-content-area a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    text-transform: uppercase;
}

.hero1-section-area .header-images .images-content-area p {
    color: var(--ztc-text-text-3);
    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: 24px;
    padding-top: 16px;
    border-top: 1px solid rgba(26, 23, 25, 0.1);
}

.hero1-section-area .timer {
    position: absolute;
    width: 300px;
    right: 0;
    top: 170px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero1-section-area .timer {
        position: relative;
        top: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .hero1-section-area .timer {
        position: relative;
        top: 0;
        width: 100%;
        justify-content: center;
        margin-top: 160px;
        text-align: center;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .hero1-section-area .timer {
        right: -100px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .hero1-section-area .timer {
        right: -140px;
    }
}

.hero1-section-area .timer .time-box {
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.1);
    width: 150px;
    color: white;
    padding: 16px 30px;
    font-weight: bold;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero1-section-area .timer .time-box {
        margin: 0 20px 0 0;
    }
}

.hero1-section-area .timer .time-box .time-value span {
    color: rgba(255, 255, 255, 0.9);
    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;
    text-transform: uppercase;
}

.hero1-section-area .timer .time-value {
    color: var(--ztc-text-text-1);
    text-align: center;
    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: uppercase;
}

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

.hero2-slider-area .slick-slide.slick-current.slick-active h5 {
    transition: transform 1400ms ease, opacity 1400ms ease;
    transform: translateX(0px);
    opacity: 1;
}

.hero2-slider-area .slick-slide.slick-current.slick-active h1 {
    transition: transform 1600ms ease, opacity 1600ms ease;
    transform: translateX(0px);
    opacity: 1;
}

.hero2-slider-area .slick-slide.slick-current.slick-active .timer {
    transition: transform 1700ms ease, opacity 1700ms ease;
    transform: translateX(0px);
    opacity: 0.9 !important;
}

.hero2-slider-area .slick-slide.slick-current.slick-active .btn-area1 {
    transition: transform 1800ms ease, opacity 1800ms ease;
    transform: translateX(0px);
    opacity: 1;
}

.hero2-slider-area .slick-slide.slick-current.slick-active .about-btnarea {
    transition: transform 1700ms ease, opacity 1700ms ease;
    transform: scale(1);
    opacity: 1;
}

.hero2-slider-area .slick-slide.slick-current.slick-active .elements9 {
    transition: transform 1600ms ease, opacity 1600ms ease;
    transform: translateX(0px);
    opacity: 1;
}

.hero2-slider-area .slick-slide.slick-current.slick-active .elements10 {
    transition: transform 1600ms ease, opacity 1600ms ease;
    transform: translateY(0px);
    opacity: 1;
}

.hero2-slider-area .slick-slide.slick-current.slick-active .elements11 {
    transition: transform 1600ms ease, opacity 1600ms ease;
    transform: translateY(0px);
    opacity: 1;
}

.hero2-slider-area .her2-section-area {
    position: relative;
    z-index: 1;
    padding: 250px 0 110px;
    overflow: hidden;
    background-image: url(../img/bg/header-bg3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    .hero2-slider-area .her2-section-area {
        padding: 150px 0 100px;
    }
}

.hero2-slider-area .her2-section-area .elements9 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 140px;
    width: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    transition: transform 1400ms ease, opacity 1400ms ease;
    transform: translateX(-800px);
    opacity: 0;
}

.hero2-slider-area .her2-section-area .elements10 {
    position: absolute;
    left: 0;
    top: 0;
    height: 390px;
    width: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    transition: transform 1400ms ease, opacity 1400ms ease;
    transform: translateY(-800px);
    opacity: 0;
}

.hero2-slider-area .her2-section-area .elements11 {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 700px;
    width: 700px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    transition: transform 1400ms ease, opacity 1400ms ease;
    transform: translateY(800px);
    opacity: 0;
}

.hero2-slider-area .her2-section-area .img1 img {
    position: absolute;
    height: 100%;
    width: 70%;
    right: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

@media (max-width: 767px) {
    .hero2-slider-area .her2-section-area .img1 img {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero2-slider-area .her2-section-area .img1 img {
        display: none;
    }
}

.hero2-slider-area .her2-section-area .hero2-header {
    overflow: hidden;
}

.hero2-slider-area .her2-section-area .hero2-header h5 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
    transform: translateX(-600px);
    opacity: 0;
    position: relative;
    overflow: hidden;
}

.hero2-slider-area .her2-section-area .hero2-header h5 img {
    margin: 0 6px 0 0;
    height: 26px;
    width: 26px;
    -o-object-fit: contain;
    object-fit: contain;
    display: inline-block !important;
}

.hero2-slider-area .her2-section-area .hero2-header h1 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s60);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 60px;
    text-transform: uppercase;
    overflow: hidden;
    transition: transform 1400ms ease, opacity 1400ms ease;
    transform: translateX(-800px);
    position: relative;
    opacity: 0;
}

@media (max-width: 767px) {
    .hero2-slider-area .her2-section-area .hero2-header h1 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.hero2-slider-area .her2-section-area .hero2-header h1 .conferences {
    border-radius: 4px;
    border: 1px solid #af99ab;
    background: rgba(255, 255, 255, 0.15);
    display: inline-block;
    padding: 8px;
}

.hero2-slider-area .her2-section-area .hero2-header .timer {
    display: flex;
    align-items: center;
    margin-top: 30px;
    overflow: hidden;
    transition: transform 1400ms ease, opacity 1400ms ease;
    transform: translateX(-900px);
    position: relative;
    opacity: 0 !important;
}

.hero2-slider-area .her2-section-area .hero2-header .timer .time-box {
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    width: 150px;
    color: white;
    padding: 16px 30px;
    font-weight: bold;
    margin: 0 14px 0 0;
    position: relative;
    z-index: 1;
}

.hero2-slider-area .her2-section-area .hero2-header .timer .time-box::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-5);
    border-radius: 4px;
    z-index: -1;
}

.hero2-slider-area .her2-section-area .hero2-header .timer .time-box p {
    color: rgba(255, 255, 255, 0.9);
    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;
    text-transform: uppercase;
    transition: all 0.4s;
}

.hero2-slider-area .her2-section-area .hero2-header .timer .time-box .time-value span {
    color: rgba(255, 255, 255, 0.9);
    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;
    text-transform: uppercase;
    transition: all 0.4s;
}

.hero2-slider-area .her2-section-area .hero2-header .timer .time-value {
    color: var(--ztc-text-text-1);
    text-align: center;
    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: uppercase;
    transition: all 0.4s;
}

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

.hero2-slider-area .her2-section-area .about-btnarea {
    position: absolute;
    z-index: 1;
    top: 65%;
    left: 61.5%;
    transition: transform 1400ms ease, opacity 1400ms ease;
    transform: scale(0.6);
    opacity: 0;
}

@media (max-width: 767px) {
    .hero2-slider-area .her2-section-area .about-btnarea {
        position: relative;
        top: 0;
        left: 100px;
        margin-top: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero2-slider-area .her2-section-area .about-btnarea {
        position: absolute;
        top: 15%;
        left: 77%;
        margin-top: 100px;
    }
}

.hero2-slider-area .her2-section-area .about-btnarea svg {
    position: absolute;
    top: -50px;
    left: -42px;
    width: 200px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero2-slider-area .her2-section-area .about-btnarea a {
    color: var(--ztc-text-text-2);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    position: relative;
}

.hero2-slider-area .her2-section-area .about-btnarea a span {
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-text-text-1);
    transform: rotate(-45deg);
    font-size: var(--ztc-font-size-font-s24);
}

.testimonial-arrows {
    position: absolute;
    z-index: 2;
    bottom: 150px;
    right: 30px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .testimonial-arrows {
        bottom: 0;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .testimonial-arrows {
        /* bottom: -115px; */
    }
}

@media (max-width: 767px) {
    .testimonial-arrows {
        bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-arrows {
        bottom: 50px;
    }
}

.testimonial-arrows button {
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    border: none;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    color: var(--ztc-text-text-5);
    font-size: var(--ztc-font-size-font-s20);
}

.testimonial-arrows button:hover {
    background: var(--ztc-bg-bg-5);
    transition: all 0.4s;
}

.testimonial-arrows .testimonial-next-arrow {
    margin-top: 12px;
}

.hero3-section-area {
    position: relative;
    z-index: 1;
    background-image: url(../img/bg/header-bg4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0 110px;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero3-section-area {
        padding: 180px 0 80px;
    }
}

.hero3-section-area .elements18 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.hero3-section-area .elements9 {
    position: absolute;
    bottom: 0;
    left: 0;
}

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

.hero3-section-area .hero3-header .arrow-btnarea {
    position: absolute;
    top: 0;
    left: -300px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .hero3-section-area .hero3-header .arrow-btnarea {
        left: -250px;
    }
}

@media (max-width: 767px) {
    .hero3-section-area .hero3-header .arrow-btnarea {
        position: relative;
        left: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero3-section-area .hero3-header .arrow-btnarea {
        position: relative;
        left: 0;
        margin-top: 30px;
    }
}

.hero3-section-area .hero3-header .arrow-btnarea a {
    background: rgba(255, 255, 255, 0.2);
    border-width: 1px;
    border: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    border-radius: 50%;
    padding: 8px;
    height: 200px;
    width: 200px;
}

.hero3-section-area .hero3-header .arrow-btnarea a .arrow1 {
    position: absolute;
    left: 42%;
    top: 42%;
    height: 40px;
    width: 40px;
    filter: brightness(0) invert(1);
}

.hero3-section-area .hero3-header .arrow-btnarea a .circle {
    position: absolute;
    margin-bottom: 0;
    font-size: var(--ztc-font-size-font-s14);
    text-transform: uppercase;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--tg-color-white-default);
}

.hero3-section-area .hero3-header .arrow-btnarea a .circle span {
    position: absolute;
    top: -77px;
    display: inline-block;
    transform-origin: 0 77px;
    color: var(--ztc-text-text-1);
}

@media (max-width: 767px) {
    .hero3-section-area .hero3-header .arrow-btnarea a {
        margin-top: 15px;
    }
}

.hero3-section-area .hero3-header .date-btn {
    text-align: center;
    padding: 35px;
    background: var(--ztc-bg-bg-1);
    border-radius: 50%;
    display: inline-block;
    width: 230px;
    height: 230px;
    position: absolute;
    right: -400px;
    bottom: 0px;
}

@media (max-width: 767px) {
    .hero3-section-area .hero3-header .date-btn {
        position: relative;
        z-index: 1;
        right: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero3-section-area .hero3-header .date-btn {
        position: relative;
        z-index: 1;
        right: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .hero3-section-area .hero3-header .date-btn {
        right: -250px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .hero3-section-area .hero3-header .date-btn {
        right: -250px;
    }
}

.hero3-section-area .hero3-header .date-btn h4 {
    color: var(--ztc-text-text-8);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s60);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 60px;
    text-transform: uppercase;
}

.hero3-section-area .hero3-header .date-btn p {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 20px;
    text-transform: uppercase;
}

.hero3-section-area .hero3-header .date-btn a {
    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;
    display: inline-block;
    padding: 18px;
    background-image: url(../img/elements/elements20.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero3-section-area .hero3-header h5 {
    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-medium);
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .hero3-section-area .hero3-header h5 {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 20px;
    }
}

.hero3-section-area .hero3-header h5 img {
    margin: 0 6px 0 0;
    height: 30px;
    width: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    display: inline-block !important;
}

.hero3-section-area .hero3-header h1 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: 90px;
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 90px;
    text-transform: uppercase;
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero3-section-area .hero3-header h1 {
        font-size: var(--ztc-font-size-font-s60);
        line-height: 60px;
    }
}

.hero3-section-area .hero3-header h1 .conferences {
    border-radius: 3px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.15);
    display: inline-block;
    padding: 8px;
}

.hero3-section-area .hero3-header .btn-area1 .vl-btn3.btn2 {
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-10);
    margin-left: 20px;
}

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

.hero3-section-area .hero3-header .btn-area1 .vl-btn3.btn2::after {
    background: #D2D2D2;
}

.hero4-section-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #F8F7F3;
    padding: 210px 0 190px;
}

@media (max-width: 767px) {
    .hero4-section-area {
        padding: 160px 0 190px;
    }
}

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

.hero4-section-area .hero4-header h5 {
    color: var(--ztc-text-text-13);
    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;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(46, 77, 253, 0.08);
}

@media (max-width: 767px) {
    .hero4-section-area .hero4-header h5 {
        font-size: var(--ztc-font-size-font-s14);
        line-height: 16px;
    }
}

.hero4-section-area .hero4-header h5 img {
    height: 22px;
    width: 22px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 4px 0 0;
}

.hero4-section-area .hero4-header h1 {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s64);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 74px;
    /* 115.625% */
    text-transform: uppercase;
}

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

.hero4-section-area .hero4-header p {
    color: var(--ztc-text-text-12);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
}

.hero4-section-area .hero-content-images {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .hero4-section-area .hero-content-images {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero4-section-area .hero-content-images {
        margin-top: 30px;
    }
}

.hero4-section-area .hero-content-images .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.hero4-section-area .hero-content-images .content-area {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    padding: 20px;
    display: inline-block;
    position: absolute;
    top: 50px;
    left: -150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero4-section-area .hero-content-images .content-area {
        position: absolute;
        right: 0;
        left: inherit;
    }
}

@media (max-width: 767px) {
    .hero4-section-area .hero-content-images .content-area {
        position: relative;
        left: 0;
        top: 0;
        display: block;
    }
}

.hero4-section-area .hero-content-images .content-area .img2 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero4-section-area .hero-content-images .content-area .date {
    color: var(--ztc-text-text-13);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

.hero4-section-area .hero-content-images .content-area ul li 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-bold);
    line-height: 16px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
    margin-top: 14px;
}

.hero4-section-area .hero-content-images .content-area ul li a img {
    margin: 0 4px 0 0;
}

.inner-page-header {
    position: relative;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 90px;
}

.inner-page-header .heading1 a {
    color: var(--ztc-text-text-1);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s28);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 28px;
    display: inline-block;
    transition: all 0.4s;
}

.inner-page-header .heading1 a i {
    margin: 0 8px 0 0;
}

.hero5-section-area {
    position: relative;
    z-index: 1;
    padding: 150px 0 0;
}

.hero5-section-area .elements31 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.hero5-section-area .header5-heading {
    position: relative;
}

.hero5-section-area .header5-heading h5 {
    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-medium);
    line-height: 28px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .hero5-section-area .header5-heading h5 {
        font-size: var(--ztc-font-size-font-s18);
        line-height: 18px;
    }
}

.hero5-section-area .header5-heading h5 span {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    background: linear-gradient(135deg, #FF7A00 0%, #F00 100%);
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
    border-radius: 4px;
    margin: 0 10px 0 0;
}

.hero5-section-area .header5-heading h5 span img {
    margin-top: -5px;
}

.hero5-section-area .header5-heading h1 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: 120px;
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 120px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .hero5-section-area .header5-heading h1 {
        font-size: var(--ztc-font-size-font-s44);
        line-height: 40px;
    }
}

.hero5-section-area .header5-heading h1 span {
    border-radius: 3px;
    border: 2px solid var(--white, #FFF);
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: 120px;
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 120px;
    display: inline-block;
    padding: 14px 20px;
    text-transform: uppercase;
    margin-left: 100px;
}

@media (max-width: 767px) {
    .hero5-section-area .header5-heading h1 span {
        font-size: var(--ztc-font-size-font-s44);
        line-height: 40px;
    }
}

.hero5-section-area .header5-heading h1 img {
    text-align: start;
    position: absolute;
    left: 0;
    background: var(--ztc-bg-bg-1);
    padding: 8px;
    border-radius: 4px;
}

.hero5-section-area .img1 {
    position: relative;
}

.hero5-section-area .img1 img.keyframe5 {
    height: 690px;
    width: 690px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
    border-radius: 50%;
}

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

.hero5-section-area .img1 a {
    background: rgba(255, 255, 255, 0.2);
    border-width: 1px;
    border: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    width: 190px;
    height: 190px;
}

@media (max-width: 767px) {
    .hero5-section-area .img1 a {
        position: relative;
        top: 0;
        margin-top: -50px;
        margin-bottom: 50px;
    }
}

.hero5-section-area .img1 a .circle {
    position: absolute;
    margin-bottom: 0;
    font-size: var(--ztc-font-size-font-s18);
    text-transform: uppercase;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--tg-color-white-default);
}

.hero5-section-area .img1 a .circle span {
    position: absolute;
    top: -79px;
    display: inline-block;
    transform-origin: 0 79px;
    color: var(--ztc-text-text-1);
}

.hero5-section-area .img1 a span {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 40%;
    left: 40%;
}

.hero6-section-area {
    position: relative;
    z-index: 1;
    padding: 150px 0 0;
    overflow: hidden;
    height: 950px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero6-section-area {
        height: auto;
    }
}

@media (max-width: 767px) {
    .hero6-section-area {
        height: auto;
        padding: 150px 0 0;
    }
}

.hero6-section-area .hero6-header {
    position: relative;
    top: 130px;
}

@media (max-width: 767px) {
    .hero6-section-area .hero6-header {
        top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero6-section-area .hero6-header {
        top: 40px;
    }
}

.hero6-section-area .hero6-header h5 {
    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-medium);
    line-height: 20px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .hero6-section-area .hero6-header h5 {
        font-size: var(--ztc-font-size-font-s18);
        line-height: 18px;
    }
}

.hero6-section-area .hero6-header h5 img {
    margin: -5px 4px 0 0;
}

.hero6-section-area .hero6-header h1 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: 100px;
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 120px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .hero6-section-area .hero6-header h1 {
        font-size: var(--ztc-font-size-font-s40);
        line-height: 50px;
    }
}

.hero6-section-area .hero6-header .arrow-btn {
    background: rgba(255, 255, 255, 0.4);
    border-width: 0.784px;
    border: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(3.9210524559px);
    backdrop-filter: blur(3.9210524559px);
    display: inline-block;
    border-radius: 50%;
    padding: 5px;
    position: absolute;
    bottom: -60px;
    right: 0;
}

@media (max-width: 767px) {
    .hero6-section-area .hero6-header .arrow-btn {
        bottom: -150px;
    }
}

.hero6-section-area .hero6-header .arrow-btn .arrow {
    position: absolute;
    transform: rotate(-45deg);
    top: 40%;
    left: 40%;
    height: 28px;
    width: 28px;
}

.hero6-section-area .hero6-header .arrow-btn .arrow img {
    height: 28px;
    width: 28px;
}

.hero6-section-area .img1 {
    position: absolute;
    top: 160px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero6-section-area .img1 {
        position: relative;
        top: 60px;
    }
}

@media (max-width: 767px) {
    .hero6-section-area .img1 {
        position: relative;
        top: 30px;
    }
}

.hero6-section-area .img1 .date-format {
    position: absolute;
    top: 30px;
    right: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero6-section-area .img1 .date-format {
        top: 60px;
        right: 100px;
    }
}

@media (max-width: 767px) {
    .hero6-section-area .img1 .date-format {
        display: none;
    }
}

.hero6-section-area .img1 .date-format img {
    position: absolute;
    height: 160px;
    width: 160px;
    max-width: 160px;
    max-height: 160px;
    z-index: -1;
    left: -42px;
    top: -34px;
}

.hero6-section-area .img1 .date-format h5 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: 57.262px;
    font-style: normal;
    font-weight: 700;
    line-height: 57.262px;
}

.hero6-section-area .img1 .date-format p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: 23.199px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.117px;
}

.hero7-section-area {
    position: relative;
    z-index: 1;
    padding: 170px 0 110px;
}

.hero7-section-area .date-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: center;
}

@media (max-width: 767px) {
    .hero7-section-area .date-btn {
        display: none;
    }
}

.hero7-section-area .date-btn svg {
    position: absolute;
    z-index: -1;
    left: -28px;
    top: -34px;
}

.hero7-section-area .date-btn 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: 54px;
    text-transform: uppercase;
}

.hero7-section-area .date-btn p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 39px;
    text-transform: uppercase;
}

.hero7-section-area .heading-area h1 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s64);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 74px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .hero7-section-area .heading-area h1 {
        font-size: var(--ztc-font-size-font-s40);
        line-height: 50px;
    }
}

.hero7-section-area .heading-area p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero7-section-area .arrow-btn {
        display: none;
    }
}

@media (max-width: 767px) {
    .hero7-section-area .arrow-btn {
        display: none;
    }
}

.hero7-section-area .arrow-btn a {
    background: rgba(255, 255, 255, 0.2);
    border-width: 1px;
    border: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    border-radius: 50%;
    padding: 8px;
    height: 150px;
    width: 150px;
}

.hero7-section-area .arrow-btn a .arrow1 {
    position: absolute;
    left: 42%;
    top: 42%;
    height: 24px;
    width: 24px;
}

.hero7-section-area .arrow-btn a .circle {
    position: absolute;
    margin-bottom: 0;
    font-size: var(--ztc-font-size-font-s14);
    text-transform: uppercase;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--tg-color-white-default);
}

.hero7-section-area .arrow-btn a .circle span {
    position: absolute;
    top: -63px;
    display: inline-block;
    transform-origin: 0 63px;
    color: var(--ztc-text-text-1);
}

@media (max-width: 767px) {
    .hero7-section-area .arrow-btn a {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .hero7-section-area .img1 {
        margin-bottom: 30px;
    }
}

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

.hero7-section-area .timer-btn-area {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    position: absolute;
    width: 720px;
    bottom: 200px;
}

@media (max-width: 767px) {
    .hero7-section-area .timer-btn-area {
        position: relative;
        bottom: 0;
        width: 100%;
        display: inline-block;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero7-section-area .timer-btn-area {
        position: relative;
        bottom: 0;
        width: 100%;
        margin-top: 30px;
    }
}

.hero7-section-area .timer-btn-area .timer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 50px;
}

@media (max-width: 767px) {
    .hero7-section-area .timer-btn-area .timer {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero7-section-area .timer-btn-area .timer {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.hero7-section-area .timer-btn-area .timer .time-box.box2::after {
    display: none;
}

.hero7-section-area .timer-btn-area .timer .time-box {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.hero7-section-area .timer-btn-area .timer .time-box::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    right: -70px;
    border: 1px solid rgba(26, 23, 25, 0.1);
    background: rgba(26, 23, 25, 0.1);
    top: 0;
}

@media (max-width: 767px) {
    .hero7-section-area .timer-btn-area .timer .time-box::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .hero7-section-area .timer-btn-area .timer .time-box {
        margin-bottom: 20px;
    }
}

.hero7-section-area .timer-btn-area .timer .time-box .time-value span {
    color: var(--ztc-text-text-3);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    text-transform: uppercase;
    display: block;
    padding-top: 12px;
}

.hero7-section-area .timer-btn-area .timer .time-value {
    color: var(--ztc-text-text-2);
    text-align: center;
    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: uppercase;
    display: inline-block;
}

.hero8-slider-area {
    position: relative;
    z-index: 1;
    padding: 270px 0 270px;
}

@media (max-width: 767px) {
    .hero8-slider-area {
        padding: 160px 0 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero8-slider-area {
        padding: 160px 0 270px;
    }
}

.hero8-slider-area .layer1 {
    position: absolute;
    bottom: -100px;
    width: 100%;
    z-index: 2;
}

.hero8-slider-area .arrow-btnarea {
    position: absolute;
    bottom: 300px;
    right: 100px;
}

@media (max-width: 767px) {
    .hero8-slider-area .arrow-btnarea {
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero8-slider-area .arrow-btnarea {
        bottom: 50px;
    }
}

.hero8-slider-area .arrow-btnarea a {
    background: var(--ztc-bg-bg-1);
    border-width: 1px;
    border: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    border-radius: 50%;
    padding: 8px;
    height: 200px;
    width: 200px;
}

.hero8-slider-area .arrow-btnarea a .arrow1 {
    position: absolute;
    left: 42%;
    top: 42%;
    height: 40px;
    width: 40px;
    filter: brightness(0);
}

.hero8-slider-area .arrow-btnarea a .circle {
    position: absolute;
    margin-bottom: 0;
    font-size: var(--ztc-font-size-font-s14);
    text-transform: uppercase;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--tg-color-white-default);
}

.hero8-slider-area .arrow-btnarea a .circle span {
    position: absolute;
    top: -77px;
    display: inline-block;
    transform-origin: 0 77px;
    color: var(--ztc-text-text-2);
}

@media (max-width: 767px) {
    .hero8-slider-area .arrow-btnarea a {
        margin-top: 15px;
    }
}

.hero8-slider-area .date-btn {
    text-align: center;
    padding: 35px;
    background: var(--ztc-bg-bg-1);
    border-radius: 50%;
    display: inline-block;
    width: 230px;
    height: 230px;
    position: absolute;
    left: 0;
    top: 25%;
}

@media (max-width: 767px) {
    .hero8-slider-area .date-btn {
        position: relative;
        z-index: 1;
        right: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero8-slider-area .date-btn {
        top: 65%;
    }
}

.hero8-slider-area .date-btn h4 {
    color: var(--ztc-text-text-8);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s60);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 60px;
    text-transform: uppercase;
}

.hero8-slider-area .date-btn p {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 20px;
    text-transform: uppercase;
}

.hero8-slider-area .date-btn a {
    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;
    display: inline-block;
    padding: 18px;
    background-image: url(../img/elements/elements20.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero8-slider-area .hero8-header h5 {
    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-medium);
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .hero8-slider-area .hero8-header h5 {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 20px;
    }
}

.hero8-slider-area .hero8-header h5 img {
    margin: 0 6px 0 0;
    height: 30px;
    width: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    display: inline-block !important;
}

.hero8-slider-area .hero8-header h1 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: 90px;
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 90px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .hero8-slider-area .hero8-header h1 {
        font-size: var(--ztc-font-size-font-s36);
        line-height: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero8-slider-area .hero8-header h1 {
        font-size: var(--ztc-font-size-font-s60);
        line-height: 60px;
    }
}

.hero8-slider-area .hero8-header h1 .conferences {
    border-radius: 3px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.15);
    display: inline-block;
    padding: 8px;
}

.hero8-slider-area .hero8-header .btn-area1 a span.demo {
    font-size: var(--ztc-font-size-font-s32);
    line-height: 32px;
    padding: 30px 36px;
}

@media (max-width: 767px) {
    .hero8-slider-area .hero8-header .btn-area1 a span.demo {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 20px;
        padding: 20px 26px;
    }
}

.hero8-slider-area .hero8-header .btn-area1 a span.arrow {
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    font-size: var(--ztc-font-size-font-s32);
}

@media (max-width: 767px) {
    .hero8-slider-area .hero8-header .btn-area1 a span.arrow {
        height: 54px;
        width: 54px;
        text-align: center;
        line-height: 54px;
        font-size: var(--ztc-font-size-font-s24);
    }
}

.hero9-slider-area {
    position: relative;
    z-index: 1;
    padding: 190px 0 170px;
}

@media (max-width: 767px) {
    .hero9-slider-area {
        padding: 170px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero9-slider-area {
        padding: 170px 0 0;
    }
}

.hero9-slider-area .hero8-header h5 {
    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-medium);
    line-height: 32px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .hero9-slider-area .hero8-header h5 {
        font-size: var(--ztc-font-size-font-s20);
        line-height: 20px;
    }
}

.hero9-slider-area .hero8-header h5 img {
    margin: 0 6px 0 0;
    height: 30px;
    width: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    display: inline-block !important;
}

.hero9-slider-area .hero8-header h1 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: 100px;
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 110px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .hero9-slider-area .hero8-header h1 {
        font-size: var(--ztc-font-size-font-s36);
        line-height: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero9-slider-area .hero8-header h1 {
        font-size: 80px;
        line-height: 90px;
    }
}

.hero9-slider-area .hero8-header .btn-area1 .vl-btn9.btn2 {
    background: transparent;
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-1);
    margin-left: 20px;
    padding: 18px 26px;
}

@media (max-width: 767px) {
    .hero9-slider-area .hero8-header .btn-area1 .vl-btn9.btn2 {
        margin-left: 0;
        margin-top: 20px;
    }
}

.hero9-slider-area .hero8-header .btn-area1 .vl-btn9.btn2::after {
    background: var(--ztc-bg-bg-1);
}

.hero9-slider-area .hero8-header .btn-area1 .vl-btn9.btn2:hover {
    color: var(--ztc-text-text-18);
}

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

.hero9-slider-area .timer-bg-area {
    border-radius: 8px;
    position: absolute;
    border-radius: var(--rounded-lg, 8px) var(--rounded-lg, 8px) 0px 0px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    width: 1170px;
    padding: 40px 100px;
    bottom: 0;
}

@media (max-width: 767px) {
    .hero9-slider-area .timer-bg-area {
        width: auto;
        position: relative;
        padding: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero9-slider-area .timer-bg-area {
        width: auto;
        position: relative;
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .hero9-slider-area .timer-bg-area .timer-btn-area {
        position: relative;
        bottom: 0;
        width: 100%;
        display: inline-block;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero9-slider-area .timer-bg-area .timer-btn-area {
        position: relative;
        bottom: 0;
        width: 100%;
        margin-top: 30px;
    }
}

.hero9-slider-area .timer-bg-area .timer-btn-area .timer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .hero9-slider-area .timer-bg-area .timer-btn-area .timer {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero9-slider-area .timer-bg-area .timer-btn-area .timer {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.hero9-slider-area .timer-bg-area .timer-btn-area .timer .time-box.box2::after {
    display: none;
}

.hero9-slider-area .timer-bg-area .timer-btn-area .timer .time-box {
    display: inline-block;
    position: relative;
    z-index: 1;
    border-radius: var(--rounded-lg, 8px);
    background: rgba(255, 255, 255, 0.1);
    padding: 16px 36px;
}

@media (max-width: 767px) {
    .hero9-slider-area .timer-bg-area .timer-btn-area .timer .time-box {
        margin-bottom: 20px;
    }
}

.hero9-slider-area .timer-bg-area .timer-btn-area .timer .time-box .time-value span {
    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;
    text-transform: uppercase;
    display: block;
    padding-top: 12px;
}

.hero9-slider-area .timer-bg-area .timer-btn-area .timer .time-value {
    color: var(--ztc-text-text-1);
    text-align: center;
    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: uppercase;
    display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero9-slider-area .heading12 {
        margin-top: 20px;
    }
}

.hero9-slider-area .heading12 h3 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
}

@media (max-width: 767px) {
    .hero9-slider-area .heading12 h3 {
        font-size: var(--ztc-font-size-font-s28);
        line-height: 34px;
    }
}

.hero9-slider-area .heading12 p {
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.hero9-slider-area .heading12 p img {
    filter: brightness(0) invert(1);
}

.hero10-section-area {
    position: relative;
    z-index: 1;
    padding: 250px 0 138px;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero10-section-area {
        padding: 170px 0 70px;
    }
}

@media (max-width: 767px) {
    .hero10-section-area {
        padding: 170px 0 70px;
    }
}

.hero10-section-area .hero6-header {
    position: relative;
}

.hero10-section-area .hero6-header h5 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 20px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .hero10-section-area .hero6-header h5 {
        font-size: var(--ztc-font-size-font-s16);
        line-height: 18px;
    }
}

.hero10-section-area .hero6-header h5 img {
    margin: -5px 4px 0 0;
}

.hero10-section-area .hero6-header h1 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: 100px;
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 120px;
}

@media (max-width: 767px) {
    .hero10-section-area .hero6-header h1 {
        font-size: var(--ztc-font-size-font-s40);
        line-height: 50px;
    }
}

.hero10-section-area .hero6-header h1 span {
    position: relative;
    padding-left: 70px;
}

@media (max-width: 767px) {
    .hero10-section-area .hero6-header h1 span {
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero10-section-area .hero6-header h1 span {
        padding-left: 0;
    }
}

.hero10-section-area .hero6-header p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s28);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 36px;
}

.hero10-section-area .hero6-header ul li a {
    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: 20px;
    display: inline-block;
    transition: all 0.4s;
}

.hero10-section-area .hero6-header ul li a img {
    margin: 0 4px 0 0;
    filter: brightness(0) invert(1);
}

.hero10-section-area .hero6-header .arrow-btn {
    background: rgba(255, 255, 255, 0.2);
    border-width: 0.784px;
    border: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(3.9210524559px);
    backdrop-filter: blur(3.9210524559px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    border-radius: 50%;
    padding: 8px;
    height: 130px;
    width: 130px;
    position: absolute;
    right: 0;
}

.hero10-section-area .hero6-header .arrow-btn .arrow1 {
    position: absolute;
    left: 42%;
    top: 42%;
    height: 40px;
    width: 40px;
    filter: brightness(0);
}

.hero10-section-area .hero6-header .arrow-btn .circle {
    position: absolute;
    margin-bottom: 0;
    font-size: var(--ztc-font-size-font-s14);
    text-transform: uppercase;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--tg-color-white-default);
}

.hero10-section-area .hero6-header .arrow-btn .circle span {
    position: absolute;
    top: -55px;
    display: inline-block;
    transform-origin: 0 55px;
    color: var(--ztc-text-text-1);
}

@media (max-width: 767px) {
    .hero10-section-area .hero6-header .arrow-btn {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .hero10-section-area .hero6-header .arrow-btn {
        display: none;
    }
}

.hero10-section-area .hero6-header .arrow-btn .arrow {
    position: absolute;
    transform: rotate(-45deg);
    top: 40%;
    left: 40%;
    height: 28px;
    width: 28px;
}

.hero10-section-area .hero6-header .arrow-btn .arrow img {
    height: 28px;
    width: 28px;
}

.hero10-section-area .hero10-images {
    position: relative;
    z-index: 1;
    left: 100px;
}

@media (max-width: 767px) {
    .hero10-section-area .hero10-images {
        left: 30px;
        margin-top: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero10-section-area .hero10-images {
        left: 0;
        margin-top: 50px;
        text-align: center;
    }
}

.hero10-section-area .hero10-images .elements38 {
    position: absolute;
    top: -29px;
    height: 500px;
    width: 500px;
    border-radius: 50%;
    max-width: 500px;
    max-height: 450px;
    -o-object-fit: contain;
    object-fit: contain;
    left: -50px;
}

@media (max-width: 767px) {
    .hero10-section-area .hero10-images .elements38 {
        top: -28px;
        height: 350px;
        width: 350px;
        border-radius: 50%;
        max-width: 350px;
        max-height: 350px;
        -o-object-fit: contain;
        object-fit: contain;
        left: -25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero10-section-area .hero10-images .elements38 {
        position: absolute;
        top: -28px;
        height: 450px;
        width: 450px;
        border-radius: 50%;
        max-width: 450px;
        max-height: 450px;
        -o-object-fit: contain;
        object-fit: contain;
        left: 124px;
    }
}

.hero10-section-area .hero10-images .img2 {
    position: absolute;
    top: 0;
    left: -30px;
    z-index: 1;
}

.hero10-section-area .hero10-images .img2 img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero10-section-area .hero10-images .img2 {
        left: 100px;
    }
}

.hero10-section-area .hero10-images .img3 {
    position: absolute;
    top: 0;
    right: 90px;
    z-index: 1;
}

.hero10-section-area .hero10-images .img3 img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .hero10-section-area .hero10-images .img3 {
        right: 0;
    }
}

.hero10-section-area .hero10-images .img4 {
    position: absolute;
    bottom: -60px;
    left: 50%;
    margin-left: -100px;
    z-index: 1;
}

.hero10-section-area .hero10-images .img4 img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero10-section-area .hero10-images .img1 img {
    height: 400px;
    width: 400px;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .hero10-section-area .hero10-images .img1 img {
        height: 300px;
        width: 300px;
        border-radius: 50%;
    }
}

/*============= HERO CSS AREA ===============*/

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

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

.mobile-header.mobile-haeder1 .mobile-logo {
    width: 150px;
    height: 46px;
    -o-object-fit: contain;
    object-fit: contain;
}

.mobile-header.mobile-haeder1 .dots-menu {
    color: var(--ztc-bg-bg-1);
}

.mobile-sidebar.mobile-sidebar1 {
    background: #fff;
}

.mobile-sidebar.mobile-sidebar1 .menu-close {
    color: var(--ztc-bg-bg-2);
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
    background: var(--ztc-text-text-2);
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
    background: var(--ztc-text-text-2);
}

.mobile-sidebar.mobile-sidebar1 .mobile-nav.mobile-nav1 ul li a {
    color: var(--ztc-bg-bg-2);
    font-family: var(--ztc-family-font1) !important;
}

.mobile-sidebar.mobile-sidebar1 .allmobilesection .vl-btn1 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar1 .single-footer h3 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-bold);
    color: var(--ztc-bg-bg-2);
    margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .contact-info-single {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .contact-info-single .contact-info-icon span {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    display: inline-block;
    font-size: 14px;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .contact-info-single .contact-info-text a {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    display: inline-block;
    margin-left: 10px;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul {
    margin-top: 16px;
}

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

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 23px;
    display: inline-block;
    background: var(--ztc-bg-bg-3);
    color: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    border-radius: 50%;
    margin: 0 6px 0 0;
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}

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

.mobile-header.mobile-haeder2 .mobile-logo {
    width: 150px;
    height: 46px;
    -o-object-fit: contain;
    object-fit: contain;
}

.mobile-header.mobile-haeder2 .dots-menu {
    color: var(--ztc-bg-bg-1);
}

.mobile-sidebar.mobile-sidebar2 {
    background: #fff;
}

.mobile-sidebar.mobile-sidebar2 .menu-close {
    color: var(--ztc-bg-bg-4);
}

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
    background: var(--ztc-text-text-5);
}

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
    background: var(--ztc-text-text-5);
}

.mobile-sidebar.mobile-sidebar2 .mobile-nav.mobile-nav1 ul li a {
    color: var(--ztc-bg-bg-4);
    font-family: var(--ztc-family-font1) !important;
}

.mobile-sidebar.mobile-sidebar2 .allmobilesection .vl-btn2 {
    width: 100%;
    margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar2 .single-footer h3 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-bold);
    color: var(--ztc-bg-bg-4);
    margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .contact-info-single {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .contact-info-single .contact-info-icon span {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-4);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    display: inline-block;
    font-size: 14px;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .contact-info-single .contact-info-text a {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-bg-bg-4);
    transition: all 0.4s;
    display: inline-block;
    margin-left: 10px;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .social-links-mobile-menu ul {
    margin-top: 16px;
}

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

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .social-links-mobile-menu ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 23px;
    display: inline-block;
    background: var(--ztc-bg-bg-5);
    color: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    border-radius: 50%;
    margin: 0 6px 0 0;
}

.mobile-sidebar.mobile-sidebar2 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}

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

.mobile-header.mobile-haeder3 .mobile-logo {
    width: 150px;
    height: 46px;
    -o-object-fit: contain;
    object-fit: contain;
}

.mobile-header.mobile-haeder3 .dots-menu {
    color: var(--ztc-bg-bg-1);
}

.mobile-sidebar.mobile-sidebar3 {
    background: #fff;
}

.mobile-sidebar.mobile-sidebar3 .menu-close {
    color: var(--ztc-bg-bg-6);
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
    background: var(--ztc-text-text-8);
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
    background: var(--ztc-text-text-8);
}

.mobile-sidebar.mobile-sidebar3 .mobile-nav.mobile-nav1 ul li a {
    color: var(--ztc-bg-bg-6);
    font-family: var(--ztc-family-font1) !important;
}

.mobile-sidebar.mobile-sidebar3 .allmobilesection .vl-btn3 {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.mobile-sidebar.mobile-sidebar3 .single-footer h3 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-bold);
    color: var(--ztc-bg-bg-6);
    margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .contact-info-single {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .contact-info-single .contact-info-icon span {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-6);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    display: inline-block;
    font-size: 14px;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .contact-info-single .contact-info-text a {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-bg-bg-6);
    transition: all 0.4s;
    display: inline-block;
    margin-left: 10px;
}

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .social-links-mobile-menu ul {
    margin-top: 16px;
}

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

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

.mobile-sidebar.mobile-sidebar3 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}

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

.mobile-header.mobile-haeder4 .mobile-logo {
    width: 150px;
    height: 46px;
    -o-object-fit: contain;
    object-fit: contain;
}

.mobile-header.mobile-haeder4 .dots-menu {
    color: var(--ztc-bg-bg-8);
}

.mobile-sidebar.mobile-sidebar4 {
    background: #fff;
}

.mobile-sidebar.mobile-sidebar4 .menu-close {
    color: var(--ztc-bg-bg-4);
}

.mobile-sidebar.mobile-sidebar4 .logos {
    width: 150px;
    height: 46px;
    -o-object-fit: contain;
    object-fit: contain;
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
    background: var(--ztc-text-text-11);
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
    background: var(--ztc-text-text-11);
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 ul li a {
    color: var(--ztc-bg-bg-8);
    font-family: var(--ztc-family-font1) !important;
}

.mobile-sidebar.mobile-sidebar4 .allmobilesection .vl-btn4 {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.mobile-sidebar.mobile-sidebar4 .single-footer h3 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-bold);
    color: var(--ztc-bg-bg-8);
    margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .contact-info-single {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .contact-info-single .contact-info-icon span {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-8);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    display: inline-block;
    font-size: 14px;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .contact-info-single .contact-info-text a {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-bg-bg-8);
    transition: all 0.4s;
    display: inline-block;
    margin-left: 10px;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .social-links-mobile-menu ul {
    margin-top: 16px;
}

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

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .social-links-mobile-menu ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 23px;
    display: inline-block;
    background: var(--ztc-bg-bg-9);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    border-radius: 50%;
    margin: 0 6px 0 0;
}

.mobile-sidebar.mobile-sidebar4 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}

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

.mobile-header.mobile-haeder5 .mobile-logo {
    width: 150px;
    height: 46px;
    -o-object-fit: contain;
    object-fit: contain;
}

.mobile-header.mobile-haeder5 .dots-menu {
    color: var(--ztc-bg-bg-1);
}

.mobile-sidebar.mobile-sidebar5 {
    background: #fff;
}

.mobile-sidebar.mobile-sidebar5 .menu-close {
    color: var(--ztc-bg-bg-4);
}

.mobile-sidebar.mobile-sidebar5 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
    background: var(--ztc-text-text-2);
}

.mobile-sidebar.mobile-sidebar5 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
    background: var(--ztc-text-text-2);
}

.mobile-sidebar.mobile-sidebar5 .mobile-nav.mobile-nav1 ul li a {
    color: var(--ztc-bg-bg-2);
    font-family: var(--ztc-family-font1) !important;
}

.mobile-sidebar.mobile-sidebar5 .allmobilesection .vl-btn5 {
    width: 100%;
    margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar5 .single-footer h3 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-bold);
    color: var(--ztc-bg-bg-2);
    margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .contact-info-single {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .contact-info-single .contact-info-icon span {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    display: inline-block;
    font-size: 14px;
}

.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .contact-info-single .contact-info-text a {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    display: inline-block;
    margin-left: 10px;
}

.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .social-links-mobile-menu ul {
    margin-top: 16px;
}

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

.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .social-links-mobile-menu ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 23px;
    display: inline-block;
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    border-radius: 50%;
    margin: 0 6px 0 0;
}

.mobile-sidebar.mobile-sidebar5 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}

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

.mobile-header.mobile-haeder6 .mobile-logo {
    width: 150px;
    height: 46px;
    -o-object-fit: contain;
    object-fit: contain;
}

.mobile-header.mobile-haeder6 .dots-menu {
    color: var(--ztc-bg-bg-2);
}

.mobile-sidebar.mobile-sidebar6 {
    background: #fff;
}

.mobile-sidebar.mobile-sidebar6 .menu-close {
    color: var(--ztc-bg-bg-2);
}

.mobile-sidebar.mobile-sidebar6 .logos {
    width: 150px;
    height: 46px;
    -o-object-fit: contain;
    object-fit: contain;
}

.mobile-sidebar.mobile-sidebar6 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
    background: var(--ztc-text-text-2);
}

.mobile-sidebar.mobile-sidebar6 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
    background: var(--ztc-text-text-2);
}

.mobile-sidebar.mobile-sidebar6 .mobile-nav.mobile-nav1 ul li a {
    color: var(--ztc-bg-bg-2);
    font-family: var(--ztc-family-font1) !important;
}

.mobile-sidebar.mobile-sidebar6 .allmobilesection .vl-btn6 {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.mobile-sidebar.mobile-sidebar6 .single-footer h3 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-bold);
    color: var(--ztc-bg-bg-2);
    margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar6 .footer1-contact-info .contact-info-single {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar6 .footer1-contact-info .contact-info-single .contact-info-icon span {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    display: inline-block;
    font-size: 14px;
}

.mobile-sidebar.mobile-sidebar6 .footer1-contact-info .contact-info-single .contact-info-text a {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    display: inline-block;
    margin-left: 10px;
}

.mobile-sidebar.mobile-sidebar6 .footer1-contact-info .social-links-mobile-menu ul {
    margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar6 .footer1-contact-info .social-links-mobile-menu ul li {
    display: inline-block;
}

.mobile-sidebar.mobile-sidebar6 .footer1-contact-info .social-links-mobile-menu ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 23px;
    display: inline-block;
    background: var(--ztc-bg-bg-10);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    border-radius: 50%;
    margin: 0 6px 0 0;
}

.mobile-sidebar.mobile-sidebar6 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}

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

.mobile-header.mobile-haeder7 .mobile-logo {
    width: 150px;
    height: 46px;
    -o-object-fit: contain;
    object-fit: contain;
}

.mobile-header.mobile-haeder7 .dots-menu {
    color: var(--ztc-bg-bg-1);
}

.mobile-sidebar.mobile-sidebar7 {
    background: #fff;
}

.mobile-sidebar.mobile-sidebar7 .menu-close {
    color: var(--ztc-bg-bg-2);
}

.mobile-sidebar.mobile-sidebar7 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
    background: var(--ztc-text-text-2);
}

.mobile-sidebar.mobile-sidebar7 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
    background: var(--ztc-text-text-2);
}

.mobile-sidebar.mobile-sidebar7 .mobile-nav.mobile-nav1 ul li a {
    color: var(--ztc-bg-bg-2);
    font-family: var(--ztc-family-font1) !important;
}

.mobile-sidebar.mobile-sidebar7 .allmobilesection .vl-btn7 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar7 .single-footer h3 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-bold);
    color: var(--ztc-bg-bg-2);
    margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar7 .footer1-contact-info .contact-info-single {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar7 .footer1-contact-info .contact-info-single .contact-info-icon span {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    display: inline-block;
    font-size: 14px;
}

.mobile-sidebar.mobile-sidebar7 .footer1-contact-info .contact-info-single .contact-info-text a {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    display: inline-block;
    margin-left: 10px;
}

.mobile-sidebar.mobile-sidebar7 .footer1-contact-info .social-links-mobile-menu ul {
    margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar7 .footer1-contact-info .social-links-mobile-menu ul li {
    display: inline-block;
}

.mobile-sidebar.mobile-sidebar7 .footer1-contact-info .social-links-mobile-menu ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 23px;
    display: inline-block;
    background: var(--ztc-bg-bg-11);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    border-radius: 50%;
    margin: 0 6px 0 0;
}

.mobile-sidebar.mobile-sidebar7 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}

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

.mobile-header.mobile-haeder8 .mobile-logo {
    width: 150px;
    height: 46px;
    -o-object-fit: contain;
    object-fit: contain;
}

.mobile-header.mobile-haeder8 .dots-menu {
    color: var(--ztc-bg-bg-1);
}

.mobile-sidebar.mobile-sidebar8 {
    background: #fff;
}

.mobile-sidebar.mobile-sidebar8 .menu-close {
    color: var(--ztc-bg-bg-2);
}

.mobile-sidebar.mobile-sidebar8 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
    background: var(--ztc-text-text-2);
}

.mobile-sidebar.mobile-sidebar8 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
    background: var(--ztc-text-text-2);
}

.mobile-sidebar.mobile-sidebar8 .mobile-nav.mobile-nav1 ul li a {
    color: var(--ztc-bg-bg-2);
    font-family: var(--ztc-family-font1) !important;
}

.mobile-sidebar.mobile-sidebar8 .allmobilesection .vl-btn8 {
    width: 100%;
    margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar8 .single-footer h3 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-bold);
    color: var(--ztc-bg-bg-2);
    margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar8 .footer1-contact-info .contact-info-single {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar8 .footer1-contact-info .contact-info-single .contact-info-icon span {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    display: inline-block;
    font-size: 14px;
}

.mobile-sidebar.mobile-sidebar8 .footer1-contact-info .contact-info-single .contact-info-text a {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    display: inline-block;
    margin-left: 10px;
}

.mobile-sidebar.mobile-sidebar8 .footer1-contact-info .social-links-mobile-menu ul {
    margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar8 .footer1-contact-info .social-links-mobile-menu ul li {
    display: inline-block;
}

.mobile-sidebar.mobile-sidebar8 .footer1-contact-info .social-links-mobile-menu ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 23px;
    display: inline-block;
    background: var(--ztc-bg-bg-12);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    border-radius: 50%;
    margin: 0 6px 0 0;
}

.mobile-sidebar.mobile-sidebar8 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}

.mobile-header.mobile-haeder9 {
    background: var(--ztc-bg-bg-13);
    position: fixed;
}

.mobile-header.mobile-haeder9 .mobile-logo {
    width: 150px;
    height: 46px;
    -o-object-fit: contain;
    object-fit: contain;
}

.mobile-header.mobile-haeder9 .dots-menu {
    color: var(--ztc-bg-bg-1);
}

.mobile-sidebar.mobile-sidebar9 {
    background: #fff;
}

.mobile-sidebar.mobile-sidebar9 .menu-close {
    color: var(--ztc-bg-bg-13);
}

.mobile-sidebar.mobile-sidebar9 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
    background: var(--ztc-text-text-18);
}

.mobile-sidebar.mobile-sidebar9 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
    background: var(--ztc-text-text-18);
}

.mobile-sidebar.mobile-sidebar9 .mobile-nav.mobile-nav1 ul li a {
    color: var(--ztc-bg-bg-13);
    font-family: var(--ztc-family-font1) !important;
}

.mobile-sidebar.mobile-sidebar9 .allmobilesection .vl-btn9 {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.mobile-sidebar.mobile-sidebar9 .single-footer h3 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-bold);
    color: var(--ztc-bg-bg-13);
    margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar9 .footer1-contact-info .contact-info-single {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar9 .footer1-contact-info .contact-info-single .contact-info-icon span {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-13);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    display: inline-block;
    font-size: 14px;
}

.mobile-sidebar.mobile-sidebar9 .footer1-contact-info .contact-info-single .contact-info-text a {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-bg-bg-13);
    transition: all 0.4s;
    display: inline-block;
    margin-left: 10px;
}

.mobile-sidebar.mobile-sidebar9 .footer1-contact-info .social-links-mobile-menu ul {
    margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar9 .footer1-contact-info .social-links-mobile-menu ul li {
    display: inline-block;
}

.mobile-sidebar.mobile-sidebar9 .footer1-contact-info .social-links-mobile-menu ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 23px;
    display: inline-block;
    background: var(--ztc-bg-bg-13);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    border-radius: 50%;
    margin: 0 6px 0 0;
}

.mobile-sidebar.mobile-sidebar9 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}

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

.mobile-header.mobile-haeder10 .mobile-logo {
    width: 150px;
    height: 46px;
    -o-object-fit: contain;
    object-fit: contain;
}

.mobile-header.mobile-haeder10 .dots-menu {
    color: var(--ztc-bg-bg-1);
}

.mobile-sidebar.mobile-sidebar10 {
    background: var(--ztc-bg-bg-2);
}

.mobile-sidebar.mobile-sidebar10 .menu-close {
    color: var(--ztc-bg-bg-1);
}

.mobile-sidebar.mobile-sidebar10 .logos img {
    width: 150px;
    height: 46px;
    -o-object-fit: contain;
    object-fit: contain;
}

.mobile-sidebar.mobile-sidebar10 .mobile-nav.mobile-nav1 ul span.submenu-button:before {
    background: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar10 .mobile-nav.mobile-nav1 ul span.submenu-button::after {
    background: var(--ztc-text-text-1);
}

.mobile-sidebar.mobile-sidebar10 .mobile-nav.mobile-nav1 ul li a {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font1) !important;
}

.mobile-sidebar.mobile-sidebar10 .allmobilesection .vl-btn10 {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.mobile-sidebar.mobile-sidebar10 .single-footer h3 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-bold);
    color: var(--ztc-bg-bg-1);
    margin-top: 20px;
}

.mobile-sidebar.mobile-sidebar10 .footer1-contact-info .contact-info-single {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar10 .footer1-contact-info .contact-info-single .contact-info-icon span {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    display: inline-block;
    font-size: 14px;
}

.mobile-sidebar.mobile-sidebar10 .footer1-contact-info .contact-info-single .contact-info-text a {
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-regular);
    color: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    display: inline-block;
    margin-left: 10px;
}

.mobile-sidebar.mobile-sidebar10 .footer1-contact-info .social-links-mobile-menu ul {
    margin-top: 16px;
}

.mobile-sidebar.mobile-sidebar10 .footer1-contact-info .social-links-mobile-menu ul li {
    display: inline-block;
}

.mobile-sidebar.mobile-sidebar10 .footer1-contact-info .social-links-mobile-menu ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 23px;
    display: inline-block;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    border-radius: 50%;
    margin: 0 6px 0 0;
}

.mobile-sidebar.mobile-sidebar10 .footer1-contact-info .social-links-mobile-menu ul li a:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}

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

/*============= BLOG CSS AREA ===============*/

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

.blog1-section-area .blog1-auhtor-boxarea {
    position: relative;
    z-index: 1;
    transition: all 0.4s;
    margin-bottom: 30px;
}

.blog1-section-area .blog1-auhtor-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.6s;
}

.blog1-section-area .blog1-auhtor-boxarea:hover .content-area .vl-btn2 {
    border: 1px solid var(--ztc-bg-bg-3);
}

.blog1-section-area .blog1-auhtor-boxarea:hover .content-area .vl-btn2::before {
    width: 100%;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
    left: 0;
    top: 0;
}

.blog1-section-area .blog1-auhtor-boxarea .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
}

.blog1-section-area .blog1-auhtor-boxarea .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.6s;
}

.blog1-section-area .blog1-auhtor-boxarea .content-area {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.09);
    padding: 34px 20px;
    position: relative;
    z-index: 1;
    margin: -85px 20px 0;
}

.blog1-section-area .blog1-auhtor-boxarea .content-area ul li a {
    color: var(--ztc-text-text-3);
    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;
    display: inline-block;
    transition: all 0.4s;
}

.blog1-section-area .blog1-auhtor-boxarea .content-area ul li a img {
    margin: -5px 6px 0 0;
    height: 18px;
    width: 18px;
    -o-object-fit: contain;
    object-fit: contain;
}

.blog1-section-area .blog1-auhtor-boxarea .content-area a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 30px;
    display: inline-block;
    transition: all 0.4s;
}

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

.blog1-section-area .blog1-auhtor-boxarea .content-area .vl-btn2 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    text-transform: uppercase;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    border: 1px solid var(--ztc-bg-bg-2);
    padding: 15px 20px;
    display: inline-block;
    border-radius: 8px;
}

.blog1-section-area .blog1-auhtor-boxarea .content-area .vl-btn2:hover {
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
    border: 1px solid var(--ztc-text-text-4);
}

.blog1-section-area .blog1-auhtor-boxarea .content-area .vl-btn2:hover::before {
    width: 100%;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
    left: 0;
    top: 0;
}

.blog1-section-area .blog1-auhtor-boxarea .content-area .vl-btn2:hover::after {
    background: var(--ztc-bg-bg-1);
    opacity: 0.1;
    transition: all 0.4s;
}

.blog1-section-area .blog1-auhtor-boxarea .content-area .vl-btn2::after {
    position: absolute;
    content: "";
    height: 36px;
    width: 36px;
    transition: all 0.4s;
    border-radius: 50%;
    background: var(--ztc-bg-bg-2);
    opacity: 0.1;
    left: 8px;
    top: 8px;
}

.blog1-section-area .blog1-auhtor-boxarea .content-area .vl-btn2::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-3);
    left: 50%;
    top: 0;
    border-radius: 7px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

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

.blog4-section-area .blog4-boxarea {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

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

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

.blog4-section-area .blog4-boxarea .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.4s;
}

.blog4-section-area .blog4-boxarea .content-area {
    box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.09);
    background: var(--ztc-bg-bg-1);
    padding: 24px 20px;
    border-radius: 0 8px 8px 8px;
    position: relative;
    z-index: 1;
    margin: -100px 60px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog4-section-area .blog4-boxarea .content-area {
        margin: -100px 40px 0 0;
    }
}

@media (max-width: 767px) {
    .blog4-section-area .blog4-boxarea .content-area {
        margin: -100px 40px 0 0;
    }
}

.blog4-section-area .blog4-boxarea .content-area .arrow {
    position: absolute;
    top: -20px;
    right: -20px;
}

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

.blog4-section-area .blog4-boxarea .content-area .arrow a:hover {
    background: var(--ztc-bg-bg-9);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.blog4-section-area .blog4-boxarea .content-area ul li {
    display: inline-block;
}

.blog4-section-area .blog4-boxarea .content-area ul li a {
    color: var(--ztc-text-text-12);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

.blog4-section-area .blog4-boxarea .content-area ul li a span {
    color: #E5E9F0;
    display: inline-block;
    margin: 0 8px;
}

.blog4-section-area .blog4-boxarea .content-area ul li a img {
    height: 20px;
    width: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    display: inline-block;
    margin: -5px 6px 0 0;
}

.blog4-section-area .blog4-boxarea .content-area a {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 30px;
    /* 125% */
    display: inline-block;
    transition: all 0.4s;
}

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

.blog4-section-area .blog4-boxarea .content-area .readmore {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    display: inline-block;
    transition: all 0.4s;
    text-transform: uppercase;
}

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

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

.bloginner-section-area .blog4-boxarea {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

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

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

.bloginner-section-area .blog4-boxarea .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.4s;
}

.bloginner-section-area .blog4-boxarea .content-area {
    box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.09);
    background: var(--ztc-bg-bg-1);
    padding: 24px 20px;
    border-radius: 0 8px 8px 8px;
    position: relative;
    z-index: 1;
    margin: -100px 60px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bloginner-section-area .blog4-boxarea .content-area {
        margin: -100px 40px 0 0;
    }
}

@media (max-width: 767px) {
    .bloginner-section-area .blog4-boxarea .content-area {
        margin: -100px 40px 0 0;
    }
}

.bloginner-section-area .blog4-boxarea .content-area .arrow {
    position: absolute;
    top: -20px;
    right: -20px;
}

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

.bloginner-section-area .blog4-boxarea .content-area .arrow a:hover {
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.bloginner-section-area .blog4-boxarea .content-area ul li {
    display: inline-block;
}

.bloginner-section-area .blog4-boxarea .content-area ul li a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

.bloginner-section-area .blog4-boxarea .content-area ul li a span {
    color: #E5E9F0;
    display: inline-block;
    margin: 0 8px;
}

.bloginner-section-area .blog4-boxarea .content-area ul li a img {
    height: 20px;
    width: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    display: inline-block;
    margin: -5px 6px 0 0;
}

.bloginner-section-area .blog4-boxarea .content-area a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 30px;
    /* 125% */
    display: inline-block;
    transition: all 0.4s;
}

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

.bloginner-section-area .blog4-boxarea .content-area .readmore {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    display: inline-block;
    transition: all 0.4s;
    text-transform: uppercase;
}

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

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

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

.blog-details-section .blog-deatils-content {
    padding: 0 50px 0 0;
}

@media (max-width: 767px) {
    .blog-details-section .blog-deatils-content {
        padding: 0;
    }
}

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

.blog-details-section .blog-deatils-content h3 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 32px;
}

@media (max-width: 767px) {
    .blog-details-section .blog-deatils-content h3 {
        line-height: 40px;
    }
}

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

.blog-details-section .blog-deatils-content ul li {
    display: inline-block;
}

.blog-details-section .blog-deatils-content ul li a {
    color: var(--ztc-text-text-2);
    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;
    display: inline-block;
    transition: all 0.4s;
}

.blog-details-section .blog-deatils-content ul li a img {
    margin: -6px 4px 0 0;
    height: 20px;
    width: 20px;
    -o-object-fit: contain;
    object-fit: contain;
}

.blog-details-section .blog-deatils-content ul li a span {
    display: inline-block;
    margin: 0 8px;
    color: #E8E8E8;
}

.blog-details-section .blog-deatils-content .video-btn-area {
    position: relative;
    z-index: 1;
}

.blog-details-section .blog-deatils-content .video-btn-area .play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
}

.blog-details-section .blog-deatils-content .video-btn-area .play a {
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    background-image: url(../img/elements/elements27.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s32);
    display: inline-block;
}

.blog-details-section .blog-deatils-content .tags-social-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 32px;
    border-top: 1px solid #E8E8E8;
}

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

.blog-details-section .blog-deatils-content .tags-social-area .tags {
    display: flex;
    align-items: center;
}

.blog-details-section .blog-deatils-content .tags-social-area .tags h4 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    /* 100% */
    margin: 0 16px 0 0;
}

.blog-details-section .blog-deatils-content .tags-social-area .tags ul li a {
    color: var(--ztc-text-text-2);
    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;
    text-transform: capitalize;
    padding: 10px;
    border-radius: 4px;
    background: #F2F2F2;
    margin: 0 12px 0 0;
}

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

.blog-details-section .blog-deatils-content .tags-social-area .social {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .blog-details-section .blog-deatils-content .tags-social-area .social {
        margin-top: 20px;
    }
}

.blog-details-section .blog-deatils-content .tags-social-area .social h4 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    /* 100% */
    margin: 0 16px 0 0;
}

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

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

.blog-details-section .blog-auhtor-details h3 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
}

.blog-details-section .blog-auhtor-details .search-area {
    border-radius: 8px;
    background: #F1F1F1;
    padding: 28px 24px;
}

.blog-details-section .blog-auhtor-details .search-area form {
    position: relative;
}

.blog-details-section .blog-auhtor-details .search-area form input {
    border-radius: 8px;
    background: #FFF;
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    width: 100%;
    padding: 19px 16px;
}

.blog-details-section .blog-auhtor-details .search-area form button {
    background: none;
    border: none;
    outline: none;
    position: absolute;
    top: 16px;
    font-size: var(--ztc-font-size-font-s22);
    right: 16px;
}

.blog-details-section .blog-auhtor-details .blog-categories {
    border-radius: 8px;
    background: #F1F1F1;
    padding: 28px 24px;
}

.blog-details-section .blog-auhtor-details .blog-categories ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    background: var(--ztc-bg-bg-1);
    border-radius: 4px;
    padding: 20px;
    margin-top: 16px;
    transition: all 0.4s;
}

.blog-details-section .blog-auhtor-details .blog-categories ul li a:hover {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    transform: translateY(-5px);
}

.blog-details-section .blog-auhtor-details .tags-area {
    border-radius: 8px;
    background: #F1F1F1;
    padding: 28px 24px;
}

.blog-details-section .blog-auhtor-details .tags-area ul li {
    display: inline-block;
}

.blog-details-section .blog-auhtor-details .tags-area ul li a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    /* 100% */
    text-transform: capitalize;
    display: inline-block;
    background: var(--ztc-bg-bg-1);
    padding: 10px;
    border-radius: 4px;
    transition: all 0.4s;
    margin: 16px 10px 0 0;
}

.blog-details-section .blog-auhtor-details .tags-area ul li a:hover {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
}

.blog-details-section .blog-auhtor-details .author-images-area {
    border-radius: 8px;
    background: #F1F1F1;
    padding: 28px 24px;
}

.blog-details-section .blog-auhtor-details .author-images-area ul li {
    display: inline-block;
}

.blog-details-section .blog-auhtor-details .author-images-area ul li img {
    height: 70px;
    width: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    margin: 16px 10px 0 0;
}

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

.blog7-section-area .blog1-auhtor-boxarea {
    position: relative;
    z-index: 1;
    transition: all 0.4s;
    margin-bottom: 30px;
}

.blog7-section-area .blog1-auhtor-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.6s;
}

.blog7-section-area .blog1-auhtor-boxarea:hover .content-area .vl-btn7 {
    background: var(--ztc-bg-bg-11);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-15);
}

.blog7-section-area .blog1-auhtor-boxarea:hover .content-area .vl-btn7 span {
    transform: rotate(0);
    transition: all 0.4s;
    background: #FD6497;
}

.blog7-section-area .blog1-auhtor-boxarea .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.blog7-section-area .blog1-auhtor-boxarea .img1 img {
    height: 350px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    transition: all 0.6s;
}

.blog7-section-area .blog1-auhtor-boxarea .content-area {
    border-radius: 8px;
    background: #FFF3F6;
    padding: 24px 20px;
    position: relative;
    z-index: 1;
}

.blog7-section-area .blog1-auhtor-boxarea .content-area ul li {
    display: inline-block;
    margin: 0 16px 0 0;
}

.blog7-section-area .blog1-auhtor-boxarea .content-area ul li a {
    color: var(--ztc-text-text-3);
    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;
    display: inline-block;
    transition: all 0.4s;
}

.blog7-section-area .blog1-auhtor-boxarea .content-area ul li a img {
    margin: -5px 6px 0 0;
    height: 18px;
    width: 18px;
    -o-object-fit: contain;
    object-fit: contain;
}

.blog7-section-area .blog1-auhtor-boxarea .content-area a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 30px;
    display: inline-block;
    transition: all 0.4s;
}

.blog7-section-area .blog1-auhtor-boxarea .content-area a:hover {
    color: var(--ztc-text-text-15);
    transition: all 0.4s;
}

.blog7-section-area .blog1-auhtor-boxarea .content-area .vl-btn7 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    text-transform: uppercase;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    background: transparent;
    padding: 8px 8px 8px 20px;
    display: inline-block;
    border-radius: 100px;
    border: 1px solid var(--ztc-text-text-2);
}

.blog7-section-area .blog1-auhtor-boxarea .content-area .vl-btn7 span {
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    transition: all 0.4s;
    display: inline-block;
    background: #E8DDE0;
    transform: rotate(-45deg);
    margin-left: 4px;
}

.blog7-section-area .blog1-auhtor-boxarea .content-area .vl-btn7:hover {
    background: var(--ztc-bg-bg-11);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-15);
}

.blog7-section-area .blog1-auhtor-boxarea .content-area .vl-btn7:hover span {
    transform: rotate(0);
    transition: all 0.4s;
    background: #FD6497;
}

/*============= BLOG CSS AREA ENDS ===============*/

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

.footer1-sertion-area {
    position: relative;
    z-index: 1;
    background: #595663;
    padding: 50px 0 32px;
}

.footer1-sertion-area .footer-logo-area p {
    color: #ffffff;
    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;
    opacity: 0.8;
}

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

.footer1-sertion-area .footer-logo-area ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: #fff;
    border-radius: 165px;
    background: rgba(26, 23, 25, 0.05);
    font-size: var(--ztc-font-size-font-s18);
    margin: 0 6px 0 0;
}

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

.footer1-sertion-area .link-content {
    padding-left: 50px;
}

@media (max-width: 767px) {
    .footer1-sertion-area .link-content {
        padding: 0;
        margin-top: 30px;
    }
}

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

.footer1-sertion-area .link-content h3 {
    color: #fff;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
}

.footer1-sertion-area .link-content ul li a {
    color: #ffffff;
    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;
    transition: all 0.4s;
    padding-top: 24px;
}

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

.footer1-sertion-area .link-content2 {
    padding-left: 50px;
}

@media (max-width: 767px) {
    .footer1-sertion-area .link-content2 {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer1-sertion-area .link-content2 {
        padding: 0;
        margin-top: 30px;
    }
}

.footer1-sertion-area .link-content2 h3 {
    color:#fff;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
}

.footer1-sertion-area .link-content2 ul li a {
    color: #ffffff;
    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;
    padding-top: 24px;
}

.footer1-sertion-area .link-content2 ul li a img {
    margin: 0 8px 0 0;
        filter: invert(1);
}

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

.footer1-sertion-area .footer-social-box {
    padding: 0 0 0 50px;
}

@media (max-width: 767px) {
    .footer1-sertion-area .footer-social-box {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer1-sertion-area .footer-social-box {
        padding: 0;
        margin-top: 30px;
    }
}

.footer1-sertion-area .footer-social-box h3 {
    color: #fff;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
}

.footer1-sertion-area .footer-social-box .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 12px;
}

.footer1-sertion-area .footer-social-box .img1:hover::after {
    visibility: visible;
    opacity: 0.5;
    transition: all 0.4s;
}

.footer1-sertion-area .footer-social-box .img1:hover .icons {
    top: 50%;
    transition: all 0.6s;
    visibility: visible;
    opacity: 1;
}

.footer1-sertion-area .footer-social-box .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
}

.footer1-sertion-area .footer-social-box .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.footer1-sertion-area .footer-social-box .img1 .icons {
    position: absolute;
    left: 50%;
    top: 0;
    margin-top: -16px;
    margin-left: -12px;
    transition: all 0.6s;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 767px) {
    .footer1-sertion-area .footer-social-box .img1 .icons {
        margin-left: -10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer1-sertion-area .footer-social-box .img1 .icons {
        margin-left: -10px;
    }
}

.footer1-sertion-area .footer-social-box .img1 .icons a {
    font-size: var(--ztc-font-size-font-s24);
    color: var(--ztc-text-text-1);
}

.footer1-sertion-area .copyright p {
    color: #fff;
    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: 0.8;
    padding-top: 24px;
    border-top: 1px solid #D9D7D3;
}

.footer2-sertion-area {
    position: relative;
    z-index: 1;
    background-image: url(../img/bg/footer-bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 32px;
}

.footer2-sertion-area .footer-logo-area img {
    width: 175px;
    /* width: auto; */
    /* height: 46px; */
    height: auto;
    -o-object-fit: cover;
        /* filter: invert(1); */
    object-fit: cover;
}

.footer2-sertion-area .footer-logo-area 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;
    opacity: 0.8;
}

.footer2-sertion-area .footer-logo-area ul li {
    display: inline-block;
}

.footer2-sertion-area .footer-logo-area ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    border-radius: 165px;
    background: rgba(255, 255, 255, 0.1);
    font-size: var(--ztc-font-size-font-s18);
    margin: 0 6px 0 0;
}

.footer2-sertion-area .footer-logo-area ul li a:hover {
    background: var(--ztc-bg-bg-5);
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
}

.footer2-sertion-area .link-content {
    padding-left: 50px;
}

@media (max-width: 767px) {
    .footer2-sertion-area .link-content {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer2-sertion-area .link-content {
        padding: 0;
    }
}

.footer2-sertion-area .link-content 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;
}

.footer2-sertion-area .link-content 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;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
    padding-top: 24px;
}

.footer2-sertion-area .link-content ul li a:hover {
    color: #fff;
    transition: all 0.4s;
    padding-left: 5px;
}

.footer2-sertion-area .link-content2 {
    padding-left: 50px;
}

@media (max-width: 767px) {
    .footer2-sertion-area .link-content2 {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer2-sertion-area .link-content2 {
        padding: 0;
        margin-top: 30px;
    }
}

.footer2-sertion-area .link-content2 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;
}

.footer2-sertion-area .link-content2 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;
    display: inline-block;
    transition: all 0.4s;
    padding-top: 24px;
}

.footer2-sertion-area .link-content2 ul li a img {
    margin: 0 8px 0 0;
    filter: brightness(0) invert(1);
}

.footer2-sertion-area .link-content2 ul li a:hover {
    color: #fff;
    transition: all 0.4s;
}

.footer2-sertion-area .footer-social-box {
    padding: 0 0 0 50px;
}

@media (max-width: 767px) {
    .footer2-sertion-area .footer-social-box {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer2-sertion-area .footer-social-box {
        padding: 0;
        margin-top: 30px;
    }
}

.footer2-sertion-area .footer-social-box 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;
}

.footer2-sertion-area .footer-social-box .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 12px;
}

.footer2-sertion-area .footer-social-box .img1:hover::after {
    visibility: visible;
    opacity: 0.5;
    transition: all 0.4s;
}

.footer2-sertion-area .footer-social-box .img1:hover .icons {
    top: 50%;
    transition: all 0.6s;
    visibility: visible;
    opacity: 1;
}

.footer2-sertion-area .footer-social-box .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
}

.footer2-sertion-area .footer-social-box .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.footer2-sertion-area .footer-social-box .img1 .icons {
    position: absolute;
    left: 50%;
    top: 0;
    margin-top: -16px;
    margin-left: -12px;
    transition: all 0.6s;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 767px) {
    .footer2-sertion-area .footer-social-box .img1 .icons {
        margin-left: -10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer2-sertion-area .footer-social-box .img1 .icons {
        margin-left: -10px;
    }
}

.footer2-sertion-area .footer-social-box .img1 .icons a {
    font-size: var(--ztc-font-size-font-s24);
    color: var(--ztc-text-text-1);
}

.footer2-sertion-area .copyright 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: 0.8;
    padding-top: 24px;
    border-top: 1px solid #324D56;
}

.footer3-sertion-area {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-6);
    padding: 80px 0 32px;
}

.footer3-sertion-area .footer-logo-area img {
    width: 150px;
    height: 46px;
    -o-object-fit: cover;
    object-fit: cover;
}

.footer3-sertion-area .footer-logo-area 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;
    opacity: 0.8;
}

.footer3-sertion-area .footer-logo-area ul li {
    display: inline-block;
}

.footer3-sertion-area .footer-logo-area ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    border-radius: 165px;
    background: rgba(255, 255, 255, 0.1);
    font-size: var(--ztc-font-size-font-s18);
    margin: 0 6px 0 0;
}

.footer3-sertion-area .footer-logo-area ul li a:hover {
    background: var(--ztc-bg-bg-7);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.footer3-sertion-area .link-content {
    padding-left: 50px;
}

@media (max-width: 767px) {
    .footer3-sertion-area .link-content {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer3-sertion-area .link-content {
        padding: 0;
    }
}

.footer3-sertion-area .link-content 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;
}

.footer3-sertion-area .link-content 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;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
    padding-top: 24px;
}

.footer3-sertion-area .link-content ul li a:hover {
    color: var(--ztc-text-text-10);
    transition: all 0.4s;
    padding-left: 5px;
}

.footer3-sertion-area .link-content2 {
    padding-left: 50px;
}

@media (max-width: 767px) {
    .footer3-sertion-area .link-content2 {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer3-sertion-area .link-content2 {
        padding: 0;
        margin-top: 30px;
    }
}

.footer3-sertion-area .link-content2 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;
}

.footer3-sertion-area .link-content2 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;
    display: inline-block;
    transition: all 0.4s;
    padding-top: 24px;
}

.footer3-sertion-area .link-content2 ul li a img {
    margin: 0 8px 0 0;
    filter: brightness(0) invert(1);
}

.footer3-sertion-area .link-content2 ul li a:hover {
    color: var(--ztc-text-text-10);
    transition: all 0.4s;
}

.footer3-sertion-area .footer-social-box {
    padding: 0 0 0 50px;
}

@media (max-width: 767px) {
    .footer3-sertion-area .footer-social-box {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer3-sertion-area .footer-social-box {
        padding: 0;
        margin-top: 30px;
    }
}

.footer3-sertion-area .footer-social-box 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;
}

.footer3-sertion-area .footer-social-box .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 12px;
}

.footer3-sertion-area .footer-social-box .img1:hover::after {
    visibility: visible;
    opacity: 0.5;
    transition: all 0.4s;
}

.footer3-sertion-area .footer-social-box .img1:hover .icons {
    top: 50%;
    transition: all 0.6s;
    visibility: visible;
    opacity: 1;
}

.footer3-sertion-area .footer-social-box .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
}

.footer3-sertion-area .footer-social-box .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.footer3-sertion-area .footer-social-box .img1 .icons {
    position: absolute;
    left: 50%;
    top: 0;
    margin-top: -16px;
    margin-left: -12px;
    transition: all 0.6s;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 767px) {
    .footer3-sertion-area .footer-social-box .img1 .icons {
        margin-left: -10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer3-sertion-area .footer-social-box .img1 .icons {
        margin-left: -10px;
    }
}

.footer3-sertion-area .footer-social-box .img1 .icons a {
    font-size: var(--ztc-font-size-font-s24);
    color: var(--ztc-text-text-1);
}

.footer3-sertion-area .copyright 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: 0.8;
    padding-top: 24px;
    border-top: 1px solid #2F343B;
}

.footer4-sertion-area {
    position: relative;
    z-index: 1;
    background: #F8F7F3;
    padding: 200px 0 32px;
}

.footer4-sertion-area .footer-logo-area img {
    width: 150px;
    height: 46px;
    -o-object-fit: cover;
    object-fit: cover;
}

.footer4-sertion-area .footer-logo-area p {
    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-medium);
    line-height: 26px;
    opacity: 0.8;
}

.footer4-sertion-area .footer-logo-area ul li {
    display: inline-block;
}

.footer4-sertion-area .footer-logo-area ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-11);
    border-radius: 165px;
    background: rgba(46, 77, 253, 0.08);
    font-size: var(--ztc-font-size-font-s18);
    margin: 0 6px 0 0;
}

.footer4-sertion-area .footer-logo-area ul li a:hover {
    background: var(--ztc-bg-bg-9);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.footer4-sertion-area .link-content {
    padding-left: 50px;
}

@media (max-width: 767px) {
    .footer4-sertion-area .link-content {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer4-sertion-area .link-content {
        padding: 0;
    }
}

.footer4-sertion-area .link-content h3 {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
}

.footer4-sertion-area .link-content ul li 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;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
    padding-top: 24px;
}

.footer4-sertion-area .link-content ul li a:hover {
    color: var(--ztc-text-text-13);
    transition: all 0.4s;
    padding-left: 5px;
}

.footer4-sertion-area .link-content2 {
    padding-left: 50px;
}

@media (max-width: 767px) {
    .footer4-sertion-area .link-content2 {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer4-sertion-area .link-content2 {
        padding: 0;
        margin-top: 30px;
    }
}

.footer4-sertion-area .link-content2 h3 {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
}

.footer4-sertion-area .link-content2 ul li 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;
    display: inline-block;
    transition: all 0.4s;
    padding-top: 24px;
}

.footer4-sertion-area .link-content2 ul li a img {
    margin: 0 8px 0 0;
}

.footer4-sertion-area .link-content2 ul li a:hover {
    color: var(--ztc-text-text-13);
    transition: all 0.4s;
}

.footer4-sertion-area .footer-social-box {
    padding: 0 0 0 50px;
}

@media (max-width: 767px) {
    .footer4-sertion-area .footer-social-box {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer4-sertion-area .footer-social-box {
        padding: 0;
        margin-top: 30px;
    }
}

.footer4-sertion-area .footer-social-box h3 {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
}

.footer4-sertion-area .footer-social-box .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 12px;
}

.footer4-sertion-area .footer-social-box .img1:hover::after {
    visibility: visible;
    opacity: 0.5;
    transition: all 0.4s;
}

.footer4-sertion-area .footer-social-box .img1:hover .icons {
    top: 50%;
    transition: all 0.6s;
    visibility: visible;
    opacity: 1;
}

.footer4-sertion-area .footer-social-box .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--ztc-bg-bg-8);
    transition: all 0.4s;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
}

.footer4-sertion-area .footer-social-box .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.footer4-sertion-area .footer-social-box .img1 .icons {
    position: absolute;
    left: 50%;
    top: 0;
    margin-top: -16px;
    margin-left: -12px;
    transition: all 0.6s;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 767px) {
    .footer4-sertion-area .footer-social-box .img1 .icons {
        margin-left: -10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer4-sertion-area .footer-social-box .img1 .icons {
        margin-left: -10px;
    }
}

.footer4-sertion-area .footer-social-box .img1 .icons a {
    font-size: var(--ztc-font-size-font-s24);
    color: var(--ztc-text-text-1);
}

.footer4-sertion-area .copyright p {
    color: var(--ztc-text-text-12);
    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: 0.8;
    padding-top: 24px;
    border-top: 1px solid #D3D7DE;
}

.footer5-sertion-area {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    padding: 80px 0 32px;
}

.footer5-sertion-area .elements33 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.footer5-sertion-area .footer-logo-area img {
    width: 150px;
    height: 46px;
    -o-object-fit: cover;
    object-fit: cover;
}

.footer5-sertion-area .footer-logo-area 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;
    opacity: 0.8;
}

.footer5-sertion-area .footer-logo-area ul li {
    display: inline-block;
}

.footer5-sertion-area .footer-logo-area ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    border-radius: 165px;
    background: rgba(255, 255, 255, 0.2);
    font-size: var(--ztc-font-size-font-s18);
    margin: 0 6px 0 0;
}

.footer5-sertion-area .footer-logo-area ul li a:hover {
    border-radius: 165px;
    background: linear-gradient(135deg, #FF7A00 0%, #F00 100%);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.footer5-sertion-area .link-content {
    padding-left: 50px;
}

@media (max-width: 767px) {
    .footer5-sertion-area .link-content {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer5-sertion-area .link-content {
        padding: 0;
    }
}

.footer5-sertion-area .link-content 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;
}

.footer5-sertion-area .link-content 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;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
    padding-top: 24px;
}

.footer5-sertion-area .link-content ul li a:hover {
    color: #F00;
    transition: all 0.4s;
    padding-left: 5px;
}

.footer5-sertion-area .link-content2 {
    padding-left: 50px;
}

@media (max-width: 767px) {
    .footer5-sertion-area .link-content2 {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer5-sertion-area .link-content2 {
        padding: 0;
        margin-top: 30px;
    }
}

.footer5-sertion-area .link-content2 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;
}

.footer5-sertion-area .link-content2 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;
    display: inline-block;
    transition: all 0.4s;
    padding-top: 24px;
}

.footer5-sertion-area .link-content2 ul li a img {
    margin: 0 8px 0 0;
    filter: brightness(0) invert(1);
}

.footer5-sertion-area .link-content2 ul li a:hover {
    color: #F00;
    transition: all 0.4s;
}

.footer5-sertion-area .footer-social-box {
    padding: 0 0 0 50px;
}

@media (max-width: 767px) {
    .footer5-sertion-area .footer-social-box {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer5-sertion-area .footer-social-box {
        padding: 0;
        margin-top: 30px;
    }
}

.footer5-sertion-area .footer-social-box 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;
}

.footer5-sertion-area .footer-social-box .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 12px;
}

.footer5-sertion-area .footer-social-box .img1:hover::after {
    visibility: visible;
    opacity: 0.5;
    transition: all 0.4s;
}

.footer5-sertion-area .footer-social-box .img1:hover .icons {
    top: 50%;
    transition: all 0.6s;
    visibility: visible;
    opacity: 1;
}

.footer5-sertion-area .footer-social-box .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
}

.footer5-sertion-area .footer-social-box .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.footer5-sertion-area .footer-social-box .img1 .icons {
    position: absolute;
    left: 50%;
    top: 0;
    margin-top: -16px;
    margin-left: -12px;
    transition: all 0.6s;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 767px) {
    .footer5-sertion-area .footer-social-box .img1 .icons {
        margin-left: -10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer5-sertion-area .footer-social-box .img1 .icons {
        margin-left: -10px;
    }
}

.footer5-sertion-area .footer-social-box .img1 .icons a {
    font-size: var(--ztc-font-size-font-s24);
    color: var(--ztc-text-text-1);
}

.footer5-sertion-area .copyright 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: 0.8;
    padding-top: 24px;
    border-top: 1px solid #d4d4d4;
}

.footer6-sertion-area {
    position: relative;
    z-index: 1;
    background: #F9FAFB;
    padding: 200px 0 32px;
}

.footer6-sertion-area .footer-logo-area img {
    width: 150px;
    height: 46px;
    -o-object-fit: cover;
    object-fit: cover;
}

.footer6-sertion-area .footer-logo-area p {
    color: var(--ztc-text-text-2);
    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;
    opacity: 0.8;
}

.footer6-sertion-area .footer-logo-area ul li {
    display: inline-block;
}

.footer6-sertion-area .footer-logo-area ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
    border-radius: 165px;
    background: rgba(255, 103, 0, 0.06);
    font-size: var(--ztc-font-size-font-s18);
    margin: 0 6px 0 0;
}

.footer6-sertion-area .footer-logo-area ul li a:hover {
    background: var(--ztc-bg-bg-10);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.footer6-sertion-area .link-content {
    padding-left: 50px;
}

@media (max-width: 767px) {
    .footer6-sertion-area .link-content {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer6-sertion-area .link-content {
        padding: 0;
    }
}

.footer6-sertion-area .link-content h3 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
}

.footer6-sertion-area .link-content ul li a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
    padding-top: 24px;
}

.footer6-sertion-area .link-content ul li a:hover {
    color: var(--ztc-text-text-14);
    transition: all 0.4s;
    padding-left: 5px;
}

.footer6-sertion-area .link-content2 {
    padding-left: 50px;
}

@media (max-width: 767px) {
    .footer6-sertion-area .link-content2 {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer6-sertion-area .link-content2 {
        padding: 0;
        margin-top: 30px;
    }
}

.footer6-sertion-area .link-content2 h3 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
}

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

.footer6-sertion-area .link-content2 ul li a img {
    margin: 0 8px 0 0;
}

.footer6-sertion-area .link-content2 ul li a:hover {
    color: var(--ztc-text-text-14);
    transition: all 0.4s;
}

.footer6-sertion-area .footer-social-box {
    padding: 0 0 0 50px;
}

@media (max-width: 767px) {
    .footer6-sertion-area .footer-social-box {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer6-sertion-area .footer-social-box {
        padding: 0;
        margin-top: 30px;
    }
}

.footer6-sertion-area .footer-social-box h3 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
}

.footer6-sertion-area .footer-social-box .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 12px;
}

.footer6-sertion-area .footer-social-box .img1:hover::after {
    visibility: visible;
    opacity: 0.5;
    transition: all 0.4s;
}

.footer6-sertion-area .footer-social-box .img1:hover .icons {
    top: 50%;
    transition: all 0.6s;
    visibility: visible;
    opacity: 1;
}

.footer6-sertion-area .footer-social-box .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
}

.footer6-sertion-area .footer-social-box .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.footer6-sertion-area .footer-social-box .img1 .icons {
    position: absolute;
    left: 50%;
    top: 0;
    margin-top: -16px;
    margin-left: -12px;
    transition: all 0.6s;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 767px) {
    .footer6-sertion-area .footer-social-box .img1 .icons {
        margin-left: -10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer6-sertion-area .footer-social-box .img1 .icons {
        margin-left: -10px;
    }
}

.footer6-sertion-area .footer-social-box .img1 .icons a {
    font-size: var(--ztc-font-size-font-s24);
    color: var(--ztc-text-text-1);
}

.footer6-sertion-area .copyright p {
    color: var(--ztc-text-text-2);
    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: 0.8;
    padding-top: 24px;
    border-top: 1px solid #D8D8D9;
}

.footer7-sertion-area {
    position: relative;
    z-index: 1;
    background: #FFF3F6;
    padding: 250px 0 32px;
}

.footer7-sertion-area .footer-logo-area p {
    color: var(--ztc-text-text-3);
    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;
    opacity: 80%;
}

.footer7-sertion-area .footer-logo-area ul li {
    display: inline-block;
}

.footer7-sertion-area .footer-logo-area ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
    border-radius: 165px;
    background: rgba(26, 23, 25, 0.05);
    font-size: var(--ztc-font-size-font-s18);
    margin: 0 6px 0 0;
}

.footer7-sertion-area .footer-logo-area ul li a:hover {
    background: var(--ztc-bg-bg-11);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.footer7-sertion-area .link-content {
    padding-left: 50px;
}

@media (max-width: 767px) {
    .footer7-sertion-area .link-content {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer7-sertion-area .link-content {
        padding: 0;
    }
}

.footer7-sertion-area .link-content h3 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
}

.footer7-sertion-area .link-content ul li a {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
    padding-top: 24px;
}

.footer7-sertion-area .link-content ul li a:hover {
    color: var(--ztc-text-text-15);
    transition: all 0.4s;
    padding-left: 5px;
}

.footer7-sertion-area .link-content2 {
    padding-left: 50px;
}

@media (max-width: 767px) {
    .footer7-sertion-area .link-content2 {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer7-sertion-area .link-content2 {
        padding: 0;
        margin-top: 30px;
    }
}

.footer7-sertion-area .link-content2 h3 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
}

.footer7-sertion-area .link-content2 ul li a {
    color: #544E51;
    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;
    padding-top: 24px;
}

.footer7-sertion-area .link-content2 ul li a img {
    margin: 0 8px 0 0;
}

.footer7-sertion-area .link-content2 ul li a:hover {
    color: var(--ztc-text-text-15);
    transition: all 0.4s;
}

.footer7-sertion-area .footer-social-box {
    padding: 0 0 0 50px;
}

@media (max-width: 767px) {
    .footer7-sertion-area .footer-social-box {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer7-sertion-area .footer-social-box {
        padding: 0;
        margin-top: 30px;
    }
}

.footer7-sertion-area .footer-social-box h3 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
}

.footer7-sertion-area .footer-social-box .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 12px;
}

.footer7-sertion-area .footer-social-box .img1:hover::after {
    visibility: visible;
    opacity: 0.5;
    transition: all 0.4s;
}

.footer7-sertion-area .footer-social-box .img1:hover .icons {
    top: 50%;
    transition: all 0.6s;
    visibility: visible;
    opacity: 1;
}

.footer7-sertion-area .footer-social-box .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
}

.footer7-sertion-area .footer-social-box .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.footer7-sertion-area .footer-social-box .img1 .icons {
    position: absolute;
    left: 50%;
    top: 0;
    margin-top: -16px;
    margin-left: -12px;
    transition: all 0.6s;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 767px) {
    .footer7-sertion-area .footer-social-box .img1 .icons {
        margin-left: -10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer7-sertion-area .footer-social-box .img1 .icons {
        margin-left: -10px;
    }
}

.footer7-sertion-area .footer-social-box .img1 .icons a {
    font-size: var(--ztc-font-size-font-s24);
    color: var(--ztc-text-text-1);
}

.footer7-sertion-area .copyright p {
    color: var(--ztc-text-text-3);
    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: 0.8;
    padding-top: 24px;
    border-top: 1px solid #D9D7D3;
}

.footer8-sertion-area {
    position: relative;
    z-index: 1;
    padding: 200px 0 32px;
}

.footer8-sertion-area .layer1 {
    position: absolute;
    top: -190px;
    width: 100%;
    z-index: -2;
    height: 250px;
}

.footer8-sertion-area .footer-logo-area img {
    width: 150px;
    height: 46px;
    -o-object-fit: cover;
    object-fit: cover;
}

.footer8-sertion-area .footer-logo-area 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;
    opacity: 0.8;
}

.footer8-sertion-area .footer-logo-area ul li {
    display: inline-block;
}

.footer8-sertion-area .footer-logo-area ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    border-radius: 165px;
    background: rgba(255, 255, 255, 0.1);
    font-size: var(--ztc-font-size-font-s18);
    margin: 0 6px 0 0;
}

.footer8-sertion-area .footer-logo-area ul li a:hover {
    background: var(--ztc-bg-bg-12);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.footer8-sertion-area .link-content {
    padding-left: 50px;
}

@media (max-width: 767px) {
    .footer8-sertion-area .link-content {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer8-sertion-area .link-content {
        padding: 0;
    }
}

.footer8-sertion-area .link-content 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;
}

.footer8-sertion-area .link-content 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;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
    padding-top: 24px;
}

.footer8-sertion-area .link-content ul li a:hover {
    color: var(--ztc-text-text-16);
    transition: all 0.4s;
    padding-left: 5px;
}

.footer8-sertion-area .link-content2 {
    padding-left: 50px;
}

@media (max-width: 767px) {
    .footer8-sertion-area .link-content2 {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer8-sertion-area .link-content2 {
        padding: 0;
        margin-top: 30px;
    }
}

.footer8-sertion-area .link-content2 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;
}

.footer8-sertion-area .link-content2 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;
    display: inline-block;
    transition: all 0.4s;
    padding-top: 24px;
}

.footer8-sertion-area .link-content2 ul li a img {
    margin: 0 8px 0 0;
    filter: brightness(0) invert(1);
}

.footer8-sertion-area .link-content2 ul li a:hover {
    color: var(--ztc-text-text-16);
    transition: all 0.4s;
}

.footer8-sertion-area .footer-social-box {
    padding: 0 0 0 50px;
}

@media (max-width: 767px) {
    .footer8-sertion-area .footer-social-box {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer8-sertion-area .footer-social-box {
        padding: 0;
        margin-top: 30px;
    }
}

.footer8-sertion-area .footer-social-box 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;
}

.footer8-sertion-area .footer-social-box .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 12px;
}

.footer8-sertion-area .footer-social-box .img1:hover::after {
    visibility: visible;
    opacity: 0.5;
    transition: all 0.4s;
}

.footer8-sertion-area .footer-social-box .img1:hover .icons {
    top: 50%;
    transition: all 0.6s;
    visibility: visible;
    opacity: 1;
}

.footer8-sertion-area .footer-social-box .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
}

.footer8-sertion-area .footer-social-box .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.footer8-sertion-area .footer-social-box .img1 .icons {
    position: absolute;
    left: 50%;
    top: 0;
    margin-top: -16px;
    margin-left: -12px;
    transition: all 0.6s;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 767px) {
    .footer8-sertion-area .footer-social-box .img1 .icons {
        margin-left: -10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer8-sertion-area .footer-social-box .img1 .icons {
        margin-left: -10px;
    }
}

.footer8-sertion-area .footer-social-box .img1 .icons a {
    font-size: var(--ztc-font-size-font-s24);
    color: var(--ztc-text-text-1);
}

.footer8-sertion-area .copyright 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: 0.8;
    padding-top: 24px;
    border-top: 1px solid #534875;
}

.footer9-sertion-area {
    position: relative;
    z-index: 1;
    padding: 80px 0 32px;
    background: #F7F5FB;
}

.footer9-sertion-area .footer-logo-area img {
    width: 150px;
    height: 46px;
    -o-object-fit: cover;
    object-fit: cover;
}

.footer9-sertion-area .footer-logo-area p {
    color: var(--ztc-text-text-19);
    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;
    opacity: 0.8;
}

.footer9-sertion-area .footer-logo-area ul li {
    display: inline-block;
}

.footer9-sertion-area .footer-logo-area ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-18);
    border-radius: 165px;
    background: rgba(255, 80, 0, 0.1);
    font-size: var(--ztc-font-size-font-s18);
    margin: 0 6px 0 0;
}

.footer9-sertion-area .footer-logo-area ul li a:hover {
    background: var(--ztc-text-text-17);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.footer9-sertion-area .link-content {
    padding-left: 50px;
}

@media (max-width: 767px) {
    .footer9-sertion-area .link-content {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer9-sertion-area .link-content {
        padding: 0;
    }
}

.footer9-sertion-area .link-content h3 {
    color: var(--ztc-text-text-18);
    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;
}

.footer9-sertion-area .link-content ul li a {
    color: var(--ztc-text-text-19);
    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;
    transition: all 0.4s;
    padding-top: 24px;
}

.footer9-sertion-area .link-content ul li a:hover {
    color: var(--ztc-text-text-17);
    transition: all 0.4s;
    padding-left: 5px;
}

.footer9-sertion-area .link-content2 {
    padding-left: 50px;
}

@media (max-width: 767px) {
    .footer9-sertion-area .link-content2 {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer9-sertion-area .link-content2 {
        padding: 0;
        margin-top: 30px;
    }
}

.footer9-sertion-area .link-content2 h3 {
    color: var(--ztc-text-text-18);
    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;
}

.footer9-sertion-area .link-content2 ul li a {
    color: var(--ztc-text-text-19);
    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;
    padding-top: 24px;
}

.footer9-sertion-area .link-content2 ul li a img {
    margin: 0 8px 0 0;
    filter: brightness(0);
}

.footer9-sertion-area .link-content2 ul li a:hover {
    color: var(--ztc-text-text-17);
    transition: all 0.4s;
}

.footer9-sertion-area .footer-social-box {
    padding: 0 0 0 50px;
}

@media (max-width: 767px) {
    .footer9-sertion-area .footer-social-box {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer9-sertion-area .footer-social-box {
        padding: 0;
        margin-top: 30px;
    }
}

.footer9-sertion-area .footer-social-box h3 {
    color: var(--ztc-text-text-18);
    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;
}

.footer9-sertion-area .footer-social-box .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 12px;
}

.footer9-sertion-area .footer-social-box .img1:hover::after {
    visibility: visible;
    opacity: 0.5;
    transition: all 0.4s;
}

.footer9-sertion-area .footer-social-box .img1:hover .icons {
    top: 50%;
    transition: all 0.6s;
    visibility: visible;
    opacity: 1;
}

.footer9-sertion-area .footer-social-box .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
}

.footer9-sertion-area .footer-social-box .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.footer9-sertion-area .footer-social-box .img1 .icons {
    position: absolute;
    left: 50%;
    top: 0;
    margin-top: -16px;
    margin-left: -12px;
    transition: all 0.6s;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 767px) {
    .footer9-sertion-area .footer-social-box .img1 .icons {
        margin-left: -10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer9-sertion-area .footer-social-box .img1 .icons {
        margin-left: -10px;
    }
}

.footer9-sertion-area .footer-social-box .img1 .icons a {
    font-size: var(--ztc-font-size-font-s24);
    color: var(--ztc-text-text-1);
}

.footer9-sertion-area .copyright p {
    color: var(--ztc-text-text-19);
    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: 0.8;
    padding-top: 24px;
    border-top: 1px solid #aeadb1;
}

.footer10-sertion-area {
    position: relative;
    z-index: 1;
    padding: 80px 0 32px;
}

.footer10-sertion-area .footer-logo-area img {
    width: 150px;
    height: 46px;
    -o-object-fit: cover;
    object-fit: cover;
    filter: brightness(0) invert(1);
}

.footer10-sertion-area .footer-logo-area 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;
    opacity: 0.8;
}

.footer10-sertion-area .footer-logo-area ul li {
    display: inline-block;
}

.footer10-sertion-area .footer-logo-area ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    border-radius: 165px;
    background: rgba(255, 255, 255, 0.06);
    font-size: var(--ztc-font-size-font-s18);
    margin: 0 6px 0 0;
}

.footer10-sertion-area .footer-logo-area ul li a:hover {
    background: var(--ztc-bg-bg-14);
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
}

.footer10-sertion-area .link-content {
    padding-left: 50px;
}

@media (max-width: 767px) {
    .footer10-sertion-area .link-content {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer10-sertion-area .link-content {
        padding: 0;
    }
}

.footer10-sertion-area .link-content 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;
}

.footer10-sertion-area .link-content 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;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
    padding-top: 24px;
}

.footer10-sertion-area .link-content ul li a:hover {
    color: var(--ztc-text-text-20);
    transition: all 0.4s;
    padding-left: 5px;
}

.footer10-sertion-area .link-content2 {
    padding-left: 50px;
}

@media (max-width: 767px) {
    .footer10-sertion-area .link-content2 {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer10-sertion-area .link-content2 {
        padding: 0;
        margin-top: 30px;
    }
}

.footer10-sertion-area .link-content2 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;
}

.footer10-sertion-area .link-content2 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;
    display: inline-block;
    transition: all 0.4s;
    padding-top: 24px;
}

.footer10-sertion-area .link-content2 ul li a img {
    margin: 0 8px 0 0;
    filter: brightness(0) invert(1);
}

.footer10-sertion-area .link-content2 ul li a:hover {
    color: var(--ztc-text-text-20);
    transition: all 0.4s;
}

.footer10-sertion-area .footer-social-box {
    padding: 0 0 0 50px;
}

@media (max-width: 767px) {
    .footer10-sertion-area .footer-social-box {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer10-sertion-area .footer-social-box {
        padding: 0;
        margin-top: 30px;
    }
}

.footer10-sertion-area .footer-social-box 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;
}

.footer10-sertion-area .footer-social-box .img1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 12px;
}

.footer10-sertion-area .footer-social-box .img1:hover::after {
    visibility: visible;
    opacity: 0.5;
    transition: all 0.4s;
}

.footer10-sertion-area .footer-social-box .img1:hover .icons {
    top: 50%;
    transition: all 0.6s;
    visibility: visible;
    opacity: 1;
}

.footer10-sertion-area .footer-social-box .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
}

.footer10-sertion-area .footer-social-box .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.footer10-sertion-area .footer-social-box .img1 .icons {
    position: absolute;
    left: 50%;
    top: 0;
    margin-top: -16px;
    margin-left: -12px;
    transition: all 0.6s;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 767px) {
    .footer10-sertion-area .footer-social-box .img1 .icons {
        margin-left: -10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer10-sertion-area .footer-social-box .img1 .icons {
        margin-left: -10px;
    }
}

.footer10-sertion-area .footer-social-box .img1 .icons a {
    font-size: var(--ztc-font-size-font-s24);
    color: var(--ztc-text-text-1);
}

.footer10-sertion-area .copyright 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: 0.8;
    padding-top: 24px;
    border-top: 1px solid #adadad;
}

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

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

.homepage1-body,
html {
    overflow-x: hidden !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*============= HEADER CSS AREA ENDS ===============*/

/*============= HEADER CSS AREA ENDS ===============*/

.homepage1-body,
html {
    overflow-x: hidden !important;
}

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

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

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

.homepage1-body .header-area.homepage1 .header-elements .site-logo img {
    width: 150px;
    height: 100px;
    /* height: auto; */
    -o-object-fit: contain;
    object-fit: contain;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a.nav-link.active {
    color: var(--ztc-text-text-2);
    font-weight: var(--ztc-weight-medium) !important;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu .tp-submenu {
    left: -370px;
}

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

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

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

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .all-images-menu {
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

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

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

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

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn1:hover::after {
    background: var(--ztc-bg-bg-1);
    opacity: 0.1;
    transition: all 0.4s;
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn1::after {
    position: absolute;
    content: "";
    height: 36px;
    width: 36px;
    transition: all 0.4s;
    border-radius: 50%;
    background: var(--ztc-bg-bg-2);
    opacity: 0.1;
    left: 8px;
    top: 8px;
}

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

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-text a {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 20px;
    text-align: center;
    display: block;
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
    font-weight: var(--ztc-weight-bold);
    padding: 10px 0;
}

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

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

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

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a i.fa-solid.fa-angle-down {
    font-size: var(--ztc-font-size-font-s12) !important;
}

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

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

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

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

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

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

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

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

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

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
    padding-left: 15px;
    color: var(--ztc-text-text-2);
    font-weight: var(--ztc-weight-medium);
    transition: all 0.4s;
}

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

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

.homepage1-body .header-area.homepage1 .header-elements .btn-area .search-icon {
    padding: 0 20px 0 0;
    border-right: 2px solid #fff;
}

.homepage1-body .header-area.homepage1 .header-elements .btn-area ul {
    margin: 0 0 0 20px;
}

.homepage1-body .header-area.homepage1 .header-elements .btn-area ul li {
    display: inline-block;
}

.homepage1-body .header-area.homepage1 .header-elements .btn-area ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
    background: var(--ztc-bg-bg-1);
    font-size: var(--ztc-font-size-font-s18);
    margin: 0 6px 0 0;
}

.homepage1-body .header-area.homepage1 .header-elements .btn-area ul li a:hover {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
}

.header-area.homepage1.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 2111;
    animation-name: fade-in-down;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    background: #595663;
    transition: all 0.4s;
}

.homepage2-body,
html {
    overflow-x: hidden !important;
}

.homepage2-body {
    overflow-x: hidden;
    background: var(--ztc-bg-bg-4);
}

.homepage2-body .header-area.homepage2 {
    position: absolute;
    width: 100%;
    z-index: 9;
    transition: all 0.4s;
        background-color: white;
            padding-left: 30px;
                padding-right: 30px;
}

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

.homepage2-body .header-area.homepage2 .menu-top-area .top-menu-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--ztc-bg-bg-1);
    padding: 20px;
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    border-bottom: 1px solid #E7E8E9;
    position: relative;
    z-index: 1;
}

.homepage2-body .header-area.homepage2 .menu-top-area .top-menu-area::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 5px;
    transition: all 0.4s;
    left: 0;
    top: 0;
    background: var(--ztc-bg-bg-5);
}

.homepage2-body .header-area.homepage2 .menu-top-area .top-menu-area p {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
}

.homepage2-body .header-area.homepage2 .menu-top-area .top-menu-area p a {
    text-decoration-line: underline;
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
    margin: 0 0 0 8px;
}

.homepage2-body .header-area.homepage2 .menu-top-area .top-menu-area ul li {
    display: inline-block;
}

.homepage2-body .header-area.homepage2 .menu-top-area .top-menu-area ul li a {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
}

.homepage2-body .header-area.homepage2 .menu-top-area .top-menu-area ul li a:hover {
    color: var(--ztc-text-text-6);
    transition: all 0.4s;
}

.homepage2-body .header-area.homepage2 .menu-top-area .top-menu-area ul li a img {
    margin: 0 6px 0 0;
}

.homepage2-body .header-area.homepage2 .menu-top-area .top-menu-area ul li a span {
    color: #E7E8E9;
    display: inline-block;
    margin: 0 8px;
}

.homepage2-body .header-area.homepage2 .header-elements {
    background: var(--ztc-bg-bg-1);
    padding: 20px;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1;
}

.homepage2-body .header-area.homepage2 .header-elements::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 5px;
    transition: all 0.4s;
    left: 0;
    top: 0;
    background: var(--ztc-bg-bg-5);
}

.homepage2-body .header-area.homepage2 .header-elements .site-logo img {
    width: 150px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
        transform: scale(1.6);
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li a.nav-link.active {
    color: var(--ztc-text-text-2);
    font-weight: var(--ztc-weight-medium) !important;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu .tp-submenu {
    left: -370px;
}

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

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

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

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .all-images-menu {
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn2 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    text-transform: uppercase;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 8px;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn2 span.demo {
    display: inline-block;
    background: var(--ztc-bg-bg-5);
    transition: all 0.4s;
    border-radius: 70px;
    padding: 20px 26px;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn2 span.arrow {
    display: inline-block;
    background: var(--ztc-bg-bg-5);
    transition: all 0.4s;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    color: var(--ztc-text-text-2);
    line-height: 54px;
    font-size: var(--ztc-font-size-font-s20);
    transform: rotate(-45deg);
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn2:hover {
    transition: all 0.4s;
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn2:hover span.arrow {
    margin-left: 6px;
    transition: all 0.4s;
    transform: rotate(0deg);
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-text a {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 20px;
    text-align: center;
    display: block;
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
    font-weight: var(--ztc-weight-bold);
    padding: 10px 0;
}

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

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

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

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li a i.fa-solid.fa-angle-down {
    font-size: var(--ztc-font-size-font-s12) !important;
}

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

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

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

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

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

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

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

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

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

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
    padding-left: 15px;
    color: var(--ztc-text-text-2);
    font-weight: var(--ztc-weight-medium);
    transition: all 0.4s;
}

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

.homepage2-body .header-area.homepage2 .header-elements .btn-area {
    display: flex;
    align-items: center;
}

.homepage2-body .header-area.homepage2 .header-elements .btn-area img {
    /*filter: brightness(0);*/
}

.homepage2-body .header-area.homepage2 .header-elements .btn-area .search-icon {
    padding: 0 20px 0 0;
    border-right: 2px solid #F6F7FF;
}

.homepage2-body .header-area.homepage2 .header-elements .btn-area ul {
    margin: 0 0 0 20px;
}

.homepage2-body .header-area.homepage2 .header-elements .btn-area ul li {
    display: inline-block;
}

.homepage2-body .header-area.homepage2 .header-elements .btn-area ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
    background: #F6F7FF;
    font-size: var(--ztc-font-size-font-s18);
    margin: 0 6px 0 0;
}

.homepage2-body .header-area.homepage2 .header-elements .btn-area ul li a:hover {
    background: var(--ztc-bg-bg-5);
    transition: all 0.4s;
}

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

.header-area.homepage2.sticky .menu-top-area .top-menu-area {
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: all 0.4s;
    position: absolute;
}

.header-area.homepage2.sticky .header-elements {
    padding: 16px 0;
    background: none;
    box-shadow: none;
}

.header-area.homepage2.sticky .header-elements::after {
    visibility: hidden;
}

.homepage3-body,
html {
    overflow-x: hidden !important;
}

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

.homepage3-body .header-area.homepage3 {
    position: absolute;
    width: 100%;
    z-index: 9;
    transition: all 0.4s;
}

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

.homepage3-body .header-area.homepage3 .menu-top-area .top-menu-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--ztc-bg-bg-1);
    padding: 20px;
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    border-bottom: 1px solid #E7E8E9;
    position: relative;
    z-index: 1;
}

.homepage3-body .header-area.homepage3 .menu-top-area .top-menu-area::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 5px;
    transition: all 0.4s;
    left: 0;
    top: 0;
    background: var(--ztc-bg-bg-7);
}

.homepage3-body .header-area.homepage3 .menu-top-area .top-menu-area p {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
}

.homepage3-body .header-area.homepage3 .menu-top-area .top-menu-area p a {
    text-decoration-line: underline;
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
    margin: 0 0 0 8px;
}

.homepage3-body .header-area.homepage3 .menu-top-area .top-menu-area ul li {
    display: inline-block;
}

.homepage3-body .header-area.homepage3 .menu-top-area .top-menu-area ul li a {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
}

.homepage3-body .header-area.homepage3 .menu-top-area .top-menu-area ul li a:hover {
    color: var(--ztc-text-text-10);
    transition: all 0.4s;
}

.homepage3-body .header-area.homepage3 .menu-top-area .top-menu-area ul li a img {
    margin: 0 6px 0 0;
}

.homepage3-body .header-area.homepage3 .menu-top-area .top-menu-area ul li a span {
    color: #E7E8E9;
    display: inline-block;
    margin: 0 8px;
}

.homepage3-body .header-area.homepage3 .header-elements {
    background: var(--ztc-bg-bg-1);
    padding: 20px;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1;
}

.homepage3-body .header-area.homepage3 .header-elements::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 5px;
    transition: all 0.4s;
    left: 0;
    top: -1px;
    background: var(--ztc-bg-bg-7);
    z-index: 1;
}

.homepage3-body .header-area.homepage3 .header-elements .site-logo img {
    width: 150px;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li a.nav-link.active {
    color: var(--ztc-text-text-2);
    font-weight: var(--ztc-weight-medium) !important;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu .tp-submenu {
    left: -370px;
}

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

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

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

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .all-images-menu {
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn3 {
    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: 24px;
    text-transform: uppercase;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 8px;
    padding: 24px 28px;
    background: var(--ztc-bg-bg-7);
    overflow: hidden;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn3::after {
    position: absolute;
    content: "";
    height: 4px;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all 0.4s;
    background: #D60003;
    z-index: -1;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn3:hover {
    transition: all 0.4s;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn3:hover::after {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-text a {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 20px;
    text-align: center;
    display: block;
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
    font-weight: var(--ztc-weight-bold);
    padding: 10px 0;
}

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

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

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

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li a i.fa-solid.fa-angle-down {
    font-size: var(--ztc-font-size-font-s12) !important;
}

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

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

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

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

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

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

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

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

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

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
    padding-left: 15px;
    color: var(--ztc-text-text-8);
    font-weight: var(--ztc-weight-medium);
    transition: all 0.4s;
}

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

.homepage3-body .header-area.homepage3 .header-elements .btn-area {
    display: flex;
    align-items: center;
}

.homepage3-body .header-area.homepage3 .header-elements .btn-area img {
    filter: brightness(0);
}

.homepage3-body .header-area.homepage3 .header-elements .btn-area .search-icon {
    padding: 0 20px 0 0;
    border-right: 2px solid #F6F7FF;
}

.homepage3-body .header-area.homepage3 .header-elements .btn-area ul {
    margin: 0 0 0 20px;
}

.homepage3-body .header-area.homepage3 .header-elements .btn-area ul li {
    display: inline-block;
}

.homepage3-body .header-area.homepage3 .header-elements .btn-area ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-8);
    background: rgba(255, 54, 57, 0.05);
    font-size: var(--ztc-font-size-font-s18);
    margin: 0 6px 0 0;
}

.homepage3-body .header-area.homepage3 .header-elements .btn-area ul li a:hover {
    background: var(--ztc-bg-bg-7);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

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

.header-area.homepage3.sticky .menu-top-area .top-menu-area {
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: all 0.4s;
    position: absolute;
}

.header-area.homepage3.sticky .header-elements {
    padding: 16px 0;
    background: none;
    box-shadow: none;
}

.header-area.homepage3.sticky .header-elements::after {
    visibility: hidden;
}

.homepage4-body,
html {
    overflow-x: hidden !important;
}

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

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

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

.homepage4-body .header-area.homepage4 .header-elements {
    background: var(--ztc-bg-bg-1);
    padding: 20px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
}

.homepage4-body .header-area.homepage4 .header-elements .site-logo img {
    width: 150px;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li a.nav-link.active {
    color: var(--ztc-text-text-11);
    font-weight: var(--ztc-weight-medium) !important;
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu .tp-submenu {
    left: -370px;
}

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

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

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

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .all-images-menu {
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn4 {
    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;
    text-transform: uppercase;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 8px;
    padding: 24px 26px;
    background: var(--ztc-bg-bg-9);
    overflow: hidden;
}

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

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn4:hover {
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

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

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-text a {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 20px;
    text-align: center;
    display: block;
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
    font-weight: var(--ztc-weight-bold);
    padding: 10px 0;
}

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

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

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

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li a i.fa-solid.fa-angle-down {
    font-size: var(--ztc-font-size-font-s12) !important;
}

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

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

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

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

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

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

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

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

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

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
    padding-left: 15px;
    color: var(--ztc-text-text-13);
    font-weight: var(--ztc-weight-medium);
    transition: all 0.4s;
}

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

.homepage4-body .header-area.homepage4 .header-elements .btn-area {
    display: flex;
    align-items: center;
}

.homepage4-body .header-area.homepage4 .header-elements .btn-area img {
    filter: brightness(0);
}

.homepage4-body .header-area.homepage4 .header-elements .btn-area .search-icon {
    padding: 0 20px 0 0;
    border-right: 2px solid #E5E9F0;
}

.homepage4-body .header-area.homepage4 .header-elements .btn-area ul {
    margin: 0 0 0 20px;
}

.homepage4-body .header-area.homepage4 .header-elements .btn-area ul li {
    display: inline-block;
}

.homepage4-body .header-area.homepage4 .header-elements .btn-area ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-11);
    background: rgba(46, 77, 253, 0.08);
    font-size: var(--ztc-font-size-font-s18);
    margin: 0 6px 0 0;
}

.homepage4-body .header-area.homepage4 .header-elements .btn-area ul li a:hover {
    background: var(--ztc-bg-bg-9);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

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

.header-area.homepage4.sticky .header-elements {
    background: none;
    box-shadow: none;
    padding: 0 0 16px 0;
}

.homepage5-body,
html {
    overflow-x: hidden !important;
}

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

.homepage5-body .body-bg1 {
    position: fixed;
    width: 100%;
    top: 0;
    transform: translate3d(0, 0, -1px) scale(2);
    height: auto;
}

@media (max-width: 767px) {
    .homepage5-body .body-bg1 {
        height: 100%;
    }
}

.homepage5-body .header-area.homepage5 {
    position: absolute;
    width: 100%;
    z-index: 9;
    transition: all 0.4s;
}

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

.homepage5-body .header-area.homepage5 .header-elements {
    padding: 14px 20px;
    position: relative;
    z-index: 1;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 20px;
}

.homepage5-body .header-area.homepage5 .header-elements .site-logo img {
    width: 150px;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li a.nav-link.active {
    color: var(--ztc-text-text-1);
    font-weight: var(--ztc-weight-medium) !important;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu .tp-submenu {
    left: -370px;
}

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

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

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

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .all-images-menu {
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn5 {
    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;
    text-transform: uppercase;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 8px;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn5 span.demo {
    display: inline-block;
    border-radius: 40px;
    background: linear-gradient(135deg, #FF7A00 0%, #F00 100%);
    transition: all 0.4s;
    border-radius: 70px;
    padding: 20px 26px;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn5 span.arrow {
    display: inline-block;
    border-radius: 40px;
    background: linear-gradient(135deg, #FF7A00 0%, #F00 100%);
    transition: all 0.4s;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    color: var(--ztc-text-text-1);
    line-height: 54px;
    font-size: var(--ztc-font-size-font-s20);
    transform: rotate(-45deg);
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn5:hover {
    transition: all 0.4s;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn5:hover span.arrow {
    margin-left: 6px;
    transition: all 0.4s;
    transform: rotate(0deg);
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-text a {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 20px;
    text-align: center;
    display: block;
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
    font-weight: var(--ztc-weight-bold);
    padding: 10px 0;
}

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

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

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

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li a i.fa-solid.fa-angle-down {
    font-size: var(--ztc-font-size-font-s12) !important;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li:hover>a {
    transition: all 0.4s;
    color: #F00 !important;
    font-weight: var(--ztc-weight-medium);
}

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

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

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

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a {
    transition: all 0.4s;
    padding-left: 15px;
    color: #F00;
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a::after {
    background: #F00;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
    color: #F00;
}

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

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

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

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
    padding-left: 15px;
    color: var(--ztc-text-text-2);
    font-weight: var(--ztc-weight-medium);
    transition: all 0.4s;
}

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

.homepage5-body .header-area.homepage5 .header-elements .btn-area {
    display: flex;
    align-items: center;
}

.homepage5-body .header-area.homepage5 .header-elements .btn-area img {
    filter: brightness(0) invert(1);
}

.homepage5-body .header-area.homepage5 .header-elements .btn-area .search-icon {
    padding: 0 20px 0 0;
    border-right: 2px solid #F6F7FF;
}

.homepage5-body .header-area.homepage5 .header-elements .btn-area .btn-area1 {
    margin: 0 0 0 20px;
}

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

.header-area.homepage5.sticky .header-elements {
    padding: 16px 0;
    background: none;
    box-shadow: none;
    border: none;
    margin: 0;
}

.header-area.homepage5.sticky .header-elements::after {
    visibility: hidden;
}

.homepage6-body,
html {
    overflow-x: hidden !important;
}

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

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

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

.homepage6-body .header-area.homepage6 .header-elements {
    background: var(--ztc-bg-bg-1);
    padding: 20px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
}

.homepage6-body .header-area.homepage6 .header-elements .site-logo img {
    width: 150px;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li a.nav-link.active {
    color: var(--ztc-text-text-14);
    font-weight: var(--ztc-weight-medium) !important;
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu .tp-submenu {
    left: -370px;
}

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

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

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

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .all-images-menu {
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn6 {
    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;
    text-transform: uppercase;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 8px;
    padding: 20px 26px;
    background: var(--ztc-bg-bg-10);
    overflow: hidden;
}

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

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn6:hover {
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

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

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn6 img {
    height: 16px;
    width: 16px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 4px;
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-text a {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 20px;
    text-align: center;
    display: block;
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
    font-weight: var(--ztc-weight-bold);
    padding: 10px 0;
}

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

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

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

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li a i.fa-solid.fa-angle-down {
    font-size: var(--ztc-font-size-font-s12) !important;
}

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

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

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

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

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

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

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

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

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

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
    padding-left: 15px;
    color: var(--ztc-text-text-14);
    font-weight: var(--ztc-weight-medium);
    transition: all 0.4s;
}

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

.homepage6-body .header-area.homepage6 .header-elements .btn-area {
    display: flex;
    align-items: center;
}

.homepage6-body .header-area.homepage6 .header-elements .btn-area img {
    filter: brightness(0);
}

.homepage6-body .header-area.homepage6 .header-elements .btn-area .search-icon {
    padding: 0 20px 0 0;
    border-right: 2px solid #E5E9F0;
}

.homepage6-body .header-area.homepage6 .header-elements .btn-area ul {
    margin: 0 0 0 20px;
}

.homepage6-body .header-area.homepage6 .header-elements .btn-area ul li {
    display: inline-block;
}

.homepage6-body .header-area.homepage6 .header-elements .btn-area ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
    background: rgba(255, 103, 0, 0.1);
    font-size: var(--ztc-font-size-font-s18);
    margin: 0 6px 0 0;
}

.homepage6-body .header-area.homepage6 .header-elements .btn-area ul li a:hover {
    background: var(--ztc-bg-bg-10);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

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

.header-area.homepage6.sticky .header-elements {
    background: none;
    box-shadow: none;
    padding: 0 0 16px 0;
}

.homepage7-body,
html {
    overflow-x: hidden !important;
}

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

.homepage7-body .header-area.homepage7 {
    position: absolute;
    width: 100%;
    z-index: 9;
    padding: 16px 0;
    transition: all 0.4s;
    border-bottom: 1px solid #5937C4;
}

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

.homepage7-body .header-area.homepage7 .header-elements .site-logo img {
    width: 150px;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li a.nav-link.active {
    color: var(--ztc-text-text-15);
    font-weight: var(--ztc-weight-medium) !important;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu .tp-submenu {
    left: -370px;
}

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

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

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

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .all-images-menu {
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn7 {
    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;
    text-transform: uppercase;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-11);
    padding: 8px 8px 8px 20px;
    display: inline-block;
    border-radius: 100px;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn7 span {
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    transition: all 0.4s;
    display: inline-block;
    background: #FD6497;
    transform: rotate(-45deg);
    margin-left: 4px;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn7:hover {
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn7:hover span {
    transform: rotate(0);
    transition: all 0.4s;
    background: var(--ztc-bg-bg-11);
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-text a {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 20px;
    text-align: center;
    display: block;
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
    font-weight: var(--ztc-weight-bold);
    padding: 10px 0;
}

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

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

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

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li a i.fa-solid.fa-angle-down {
    font-size: var(--ztc-font-size-font-s12) !important;
}

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

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

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

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

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

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

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

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

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

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
    padding-left: 15px;
    color: var(--ztc-text-text-2);
    font-weight: var(--ztc-weight-medium);
    transition: all 0.4s;
}

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

.homepage7-body .header-area.homepage7 .header-elements .btn-area {
    display: flex;
    align-items: center;
}

.homepage7-body .header-area.homepage7 .header-elements .btn-area .search-icon {
    padding: 0 20px 0 0;
    border-right: 1px solid #c5c5c5;
}

.homepage7-body .header-area.homepage7 .header-elements .btn-area ul {
    margin: 0 0 0 20px;
}

.homepage7-body .header-area.homepage7 .header-elements .btn-area ul li {
    display: inline-block;
}

.homepage7-body .header-area.homepage7 .header-elements .btn-area ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
    background: var(--ztc-bg-bg-1);
    font-size: var(--ztc-font-size-font-s18);
    margin: 0 6px 0 0;
}

.homepage7-body .header-area.homepage7 .header-elements .btn-area ul li a:hover {
    background: var(--ztc-bg-bg-11);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.header-area.homepage7.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 111;
    animation-name: fade-in-down;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    background: var(--ztc-text-text-2);
    transition: all 0.4s;
    border-bottom: 1px solid var(--ztc-text-text-2);
}

.homepage8-body,
html {
    overflow-x: hidden !important;
}

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

.homepage8-body .header-area.homepage8 {
    position: absolute;
    width: 100%;
    z-index: 9;
    transition: all 0.4s;
}

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

.homepage8-body .header-area.homepage8 .menu-top-area .top-menu-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    background: transparent;
}

.homepage8-body .header-area.homepage8 .menu-top-area .top-menu-area p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
}

.homepage8-body .header-area.homepage8 .menu-top-area .top-menu-area p a {
    text-decoration-line: underline;
    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: 0 0 0 8px;
}

.homepage8-body .header-area.homepage8 .menu-top-area .top-menu-area ul li {
    display: inline-block;
}

.homepage8-body .header-area.homepage8 .menu-top-area .top-menu-area ul li a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
}

.homepage8-body .header-area.homepage8 .menu-top-area .top-menu-area ul li a:hover {
    color: var(--ztc-text-text-16);
    transition: all 0.4s;
}

.homepage8-body .header-area.homepage8 .menu-top-area .top-menu-area ul li a img {
    margin: 0 6px 0 0;
    filter: brightness(0) invert(1);
}

.homepage8-body .header-area.homepage8 .menu-top-area .top-menu-area ul li a span {
    color: #E7E8E9;
    display: inline-block;
    margin: 0 8px;
}

.homepage8-body .header-area.homepage8 .header-elements {
    padding: 12px 20px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
}

.homepage8-body .header-area.homepage8 .header-elements .site-logo img {
    width: 150px;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li a.nav-link.active {
    color: var(--ztc-text-text-16);
    font-weight: var(--ztc-weight-medium) !important;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu .tp-submenu {
    left: -370px;
}

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

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

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

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .all-images-menu {
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn8 {
    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;
    text-transform: uppercase;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 8px;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn8 span.demo {
    display: inline-block;
    background: var(--ztc-bg-bg-12);
    transition: all 0.4s;
    border-radius: 70px;
    padding: 20px 26px;
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn8 span.arrow {
    display: inline-block;
    background: var(--ztc-bg-bg-12);
    transition: all 0.4s;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    text-align: center;
    color: var(--ztc-text-text-1);
    line-height: 54px;
    font-size: var(--ztc-font-size-font-s20);
    transform: rotate(-45deg);
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn8:hover {
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn8:hover span.arrow {
    margin-left: 6px;
    transition: all 0.4s;
    transform: rotate(0deg);
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-text a {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 20px;
    text-align: center;
    display: block;
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
    font-weight: var(--ztc-weight-bold);
    padding: 10px 0;
}

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

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

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

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li a i.fa-solid.fa-angle-down {
    font-size: var(--ztc-font-size-font-s12) !important;
}

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

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

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

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

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

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

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

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

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

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
    padding-left: 15px;
    color: var(--ztc-text-text-2);
    font-weight: var(--ztc-weight-medium);
    transition: all 0.4s;
}

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

.homepage8-body .header-area.homepage8 .header-elements .btn-area {
    display: flex;
    align-items: center;
}

.homepage8-body .header-area.homepage8 .header-elements .btn-area img {
    filter: brightness(0) invert(1);
}

.homepage8-body .header-area.homepage8 .header-elements .btn-area .search-icon {
    padding: 0 20px 0 0;
    border-right: 2px solid #F6F7FF;
}

.homepage8-body .header-area.homepage8 .header-elements .btn-area .btn-area1 {
    margin: 0 0 0 18px;
}

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

.header-area.homepage8.sticky .menu-top-area .top-menu-area {
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: all 0.4s;
    position: absolute;
}

.header-area.homepage8.sticky .header-elements {
    padding: 16px 0;
    background: none;
    box-shadow: none;
    border: none;
}

.header-area.homepage8.sticky .header-elements::after {
    visibility: hidden;
}

.homepage9-body,
html {
    overflow-x: hidden !important;
}

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

.homepage9-body .header-area.homepage9 {
    position: absolute;
    width: 100%;
    z-index: 9;
    transition: all 0.4s;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px 0;
}

.homepage9-body .header-area.homepage9 .header-elements {
    position: relative;
    z-index: 1;
}

.homepage9-body .header-area.homepage9 .header-elements .site-logo img {
    width: 150px;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li a.nav-link.active {
    color: var(--ztc-text-text-16);
    font-weight: var(--ztc-weight-medium) !important;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu .tp-submenu {
    left: -370px;
}

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

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

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

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .all-images-menu {
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn9 {
    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;
    text-transform: uppercase;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 4px;
    padding: 20px 26px;
    border-radius: var(--rounded-lg, 8px);
    background: var(--LLL, linear-gradient(135deg, #FF5000 0%, #FF00B8 100%));
    overflow: hidden;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn9::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    top: 0;
    transition: all 0.4s;
    background: var(--LLL, linear-gradient(135deg, #FF00B8 0%, #FF5000 100%));
    z-index: -1;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
}

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

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn9:hover img {
    transform: rotate(-45deg);
    transition: all 0.4s;
}

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

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn9 img {
    height: 16px;
    width: 16px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 4px;
    transition: all 0.4s;
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-text a {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 20px;
    text-align: center;
    display: block;
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
    font-weight: var(--ztc-weight-bold);
    padding: 10px 0;
}

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

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

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

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li a i.fa-solid.fa-angle-down {
    font-size: var(--ztc-font-size-font-s12) !important;
}

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

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

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

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

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

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

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

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

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

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
    padding-left: 15px;
    color: var(--ztc-text-text-2);
    font-weight: var(--ztc-weight-medium);
    transition: all 0.4s;
}

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

.homepage9-body .header-area.homepage9 .header-elements .btn-area {
    display: flex;
    align-items: center;
}

.homepage9-body .header-area.homepage9 .header-elements .btn-area img {
    filter: brightness(0) invert(1);
}

.homepage9-body .header-area.homepage9 .header-elements .btn-area .search-icon {
    padding: 0 20px 0 0;
    border-right: 2px solid #F6F7FF;
}

.homepage9-body .header-area.homepage9 .header-elements .btn-area ul {
    margin: 0 0 0 20px;
}

.homepage9-body .header-area.homepage9 .header-elements .btn-area ul li {
    display: inline-block;
}

.homepage9-body .header-area.homepage9 .header-elements .btn-area ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-17);
    background: var(--ztc-bg-bg-1);
    font-size: var(--ztc-font-size-font-s18);
    margin: 0 6px 0 0;
}

.homepage9-body .header-area.homepage9 .header-elements .btn-area ul li a:hover {
    background: var(--LLL, linear-gradient(135deg, #FF5000 0%, #FF00B8 100%));
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

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

.homepage10-body,
html {
    overflow-x: hidden !important;
}

.homepage10-body {
    overflow-x: hidden;
    background: var(--ztc-bg-bg-2);
}

.homepage10-body .header-area.homepage10 {
    position: absolute;
    width: 100%;
    z-index: 9;
    transition: all 0.4s;
    padding: 32px 0 0 0;
}

.homepage10-body .header-area.homepage10 .header-elements {
    padding: 20px;
    border-radius: 8px;
    background: #312E30;
    border-radius: 86px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
}

.homepage10-body .header-area.homepage10 .header-elements .site-logo img {
    width: 150px;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
}

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

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

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

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .all-images-menu {
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn10 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    text-transform: uppercase;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 60px;
    padding: 20px 26px;
    background: var(--ztc-bg-bg-14);
    overflow: hidden;
}

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

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn10:hover {
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn10:hover img {
    transform: rotate(-45deg);
    transition: all 0.4s;
    filter: brightness(0);
}

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

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn10 img {
    height: 16px;
    width: 16px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 4px;
    transition: all 0.4s;
    filter: brightness(0);
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-text a {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 20px;
    text-align: center;
    display: block;
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
    font-weight: var(--ztc-weight-bold);
    padding: 10px 0;
}

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

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

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

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li a i.fa-solid.fa-angle-down {
    font-size: var(--ztc-font-size-font-s12) !important;
}

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

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

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

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

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

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

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

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

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

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
    padding-left: 15px;
    color: var(--ztc-text-text-20);
    font-weight: var(--ztc-weight-medium);
    transition: all 0.4s;
}

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

.homepage10-body .header-area.homepage10 .header-elements .btn-area {
    display: flex;
    align-items: center;
}

.homepage10-body .header-area.homepage10 .header-elements .btn-area img {
    filter: brightness(0) invert(1);
}

.homepage10-body .header-area.homepage10 .header-elements .btn-area .search-icon {
    padding: 0 20px 0 0;
    border-right: 2px solid #E5E9F0;
}

.homepage10-body .header-area.homepage10 .header-elements .btn-area ul {
    margin: 0 0 0 20px;
}

.homepage10-body .header-area.homepage10 .header-elements .btn-area ul li {
    display: inline-block;
}

.homepage10-body .header-area.homepage10 .header-elements .btn-area ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    background: rgba(255, 255, 255, 0.1);
    font-size: var(--ztc-font-size-font-s18);
    margin: 0 6px 0 0;
}

.homepage10-body .header-area.homepage10 .header-elements .btn-area ul li a:hover {
    background: var(--ztc-bg-bg-14);
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
}

.header-area.homepage10.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate3d(0, 0, 0);
    z-index: 111;
    animation-name: fade-in-down;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    padding: 16px 0;
}

.header-area.homepage10.sticky .header-elements {
    background: none;
    box-shadow: none;
    padding: 0;
    border: none;
}

/*============= HEADER CSS AREA ENDS ===============*/

/*============= ATTENT CSS AREA ===============*/

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

.attent1-section-area .tab-container {
    display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .attent1-section-area .tab-container {
        display: inline-block;
    }
}

.attent1-section-area .tab-container .nav-pills .nav-link {
    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;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    padding: 28px 32px;
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
}

.attent1-section-area .tab-container .nav-pills .nav-link::after {
    position: absolute;
    content: "";
    height: 100%;
    left: -100px;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    width: 10px;
    visibility: hidden;
    opacity: 0;
}

.attent1-section-area .tab-container .nav-pills .nav-link span {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    display: block;
    transition: all 0.4s;
    margin-top: 18px;
}

.attent1-section-area .tab-container .nav-pills .nav-link svg.svg1 {
    position: absolute;
    left: -29px;
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.attent1-section-area .tab-container .nav-pills .nav-link svg.svg2 {
    position: absolute;
    left: -29px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.attent1-section-area .tab-container .nav-link.link1::before {
    position: absolute;
    content: "";
    height: 500px;
    width: 10px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.2);
    left: -100px;
    top: 0;
    transition: all 0.4s;
}

.attent1-section-area .tab-container .nav-pills .nav-link.active {
    border-radius: 10px;
    background: linear-gradient(135deg, #FF7A00 0%, #F00 100%);
}

.attent1-section-area .tab-container .nav-pills .nav-link.active svg.svg1 {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.attent1-section-area .tab-container .nav-pills .nav-link.active svg.svg2 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.attent1-section-area .tab-container .nav-pills .nav-link.active::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.attent1-section-area .tab-container .tab-content .about3-images {
    position: relative;
    z-index: 1;
    padding-left: 30px;
    transition: all 0.6s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .attent1-section-area .tab-container .tab-content .about3-images {
        margin-top: 60px;
    }
}

.attent1-section-area .tab-container .tab-content .about3-images .about-img10 {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.attent1-section-area .tab-container .tab-content .about3-images .img1 {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    padding: 10px;
    overflow: hidden;
}

.attent1-section-area .tab-container .tab-content .about3-images .img1:hover img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.attent1-section-area .tab-container .tab-content .about3-images .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    transition: all 0.4s;
}

.attent1-section-area .tab-container .tab-content .about3-images .img2 {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .attent1-section-area .tab-container .tab-content .about3-images .img2 {
        position: relative;
        margin-top: 20px;
    }
}

.attent1-section-area .tab-container .tab-content .about3-images .img2:hover img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.attent1-section-area .tab-container .tab-content .about3-images .img2 img {
    width: 240px;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .attent1-section-area .tab-container .tab-content .about3-images .img2 img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.attent1-section-area .tab-container .tab-content .about3-images .img3 {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .attent1-section-area .tab-container .tab-content .about3-images .img3 {
        position: relative;
        margin-top: 20px;
    }
}

.attent1-section-area .tab-container .tab-content .about3-images .img3:hover img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.attent1-section-area .tab-container .tab-content .about3-images .img3 img {
    width: 240px;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .attent1-section-area .tab-container .tab-content .about3-images .img3 img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

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

.counter5-section-area .counter-box {
    text-align: center;
}

@media (max-width: 767px) {
    .counter5-section-area .counter-box {
        margin-top: 30px;
    }
}

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

.counter5-section-area .counter-box h2 {
    border-radius: 96px;
    padding: 32px;
    text-align: center;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.04) 100%);
    color: var(--ztc-text-text-1);
    text-align: center;
    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;
}

.counter5-section-area .counter-box p {
    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% */
    padding-top: 24px;
}

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

.attent6-section-area .skils-widget-boxarea {
    position: relative;
    z-index: 1;
    background: #F9FAFB;
    border-radius: 8px;
    transition: all 0.4s;
    padding: 20px;
    margin-bottom: 30px;
}

.attent6-section-area .skils-widget-boxarea:hover {
    border-radius: var(--rounded-lg, 8px);
    background: var(--white, #FFF);
    transition: all 0.4s;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.attent6-section-area .skils-widget-boxarea:hover .icons {
    transform: rotateY(-180deg);
    transition: all 0.4s;
}

.attent6-section-area .skils-widget-boxarea .icons {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    transition: all 0.4s;
    border-radius: 8px;
    display: inline-block;
    border-radius: var(--rounded-lg, 8px);
    background: var(--white, #FFF);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}

.attent6-section-area .skils-widget-boxarea .content-area a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

.attent6-section-area .skils-widget-boxarea .content-area p {
    color: var(--ztc-text-text-9);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

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

.attent10-section-area .event6-widget-boxarea {
    position: relative;
    z-index: 1;
    border-radius: var(--rounded-lg, 8px);
    background: #232323;
    padding: 32px;
}

.attent10-section-area .event6-widget-boxarea .img1 img {
    height: 350px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.attent10-section-area .event6-widget-boxarea .content-area {
    padding: 0 0;
}

@media (max-width: 767px) {
    .attent10-section-area .event6-widget-boxarea .content-area {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .attent10-section-area .event6-widget-boxarea .content-area {
        margin-bottom: 30px;
    }
}

.attent10-section-area .event6-widget-boxarea .content-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: 42px;
    letter-spacing: -0.64px;
}

@media (max-width: 767px) {
    .attent10-section-area .event6-widget-boxarea .content-area h3 {
        font-size: var(--ztc-font-size-font-s24);
        line-height: 30px;
    }
}

.attent10-section-area .event6-widget-boxarea .content-area p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 26px;
    transition: all 0.4s;
    opacity: 0.8;
}

.attent10-section-area .schedule-boxarea {
    position: relative;
    z-index: 1;
    text-align: center;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.4s;
    background: #232323;
    padding: 32px 32px 0 32px;
    margin-bottom: 30px;
}

.attent10-section-area .schedule-boxarea:hover .images .elements37 {
    transform: rotate(-5deg);
    transition: all 0.4s;
}

.attent10-section-area .schedule-boxarea:hover .images .elements38 {
    left: -15px;
    transform: rotate(-10deg);
    transition: all 0.6s;
}

.attent10-section-area .schedule-boxarea:hover .images .elements39 {
    left: 195px;
    transform: rotate(10deg);
    transition: all 0.6s;
    z-index: -1;
}

.attent10-section-area .schedule-boxarea:hover .images2 .elements37 {
    transition: all 0.4s;
}

.attent10-section-area .schedule-boxarea:hover .images2 .elements38 {
    left: -50px;
    transition: all 0.6s;
}

.attent10-section-area .schedule-boxarea:hover .images2 .elements39 {
    left: 150px;
    transition: all 0.6s;
    z-index: -1;
}

.attent10-section-area .schedule-boxarea:hover .images3 .elements37 {
    transition: all 0.6s;
    transform: rotate(-20deg);
}

.attent10-section-area .schedule-boxarea:hover .images3 .elements38 {
    transform: rotate(-40deg);
    transition: all 0.4s;
}

.attent10-section-area .schedule-boxarea:hover .images3 .elements39 {
    transform: rotate(-55deg);
    transition: all 0.4s;
}

.attent10-section-area .schedule-boxarea h4 {
    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: 700;
    line-height: 40px;
}

.attent10-section-area .schedule-boxarea .images {
    top: 10px;
    position: relative;
}

.attent10-section-area .schedule-boxarea .images .elements37 {
    position: relative;
    transition: all 0.6s;
    z-index: 1;
}

.attent10-section-area .schedule-boxarea .images .elements38 {
    position: absolute;
    left: 91px;
    transition: all 0.6s;
    top: 15px;
}

.attent10-section-area .schedule-boxarea .images .elements39 {
    position: absolute;
    left: 91px;
    transition: all 0.6s;
    z-index: -1;
    top: 7px;
}

.attent10-section-area .schedule-boxarea .images2 {
    top: 10px;
    position: relative;
}

.attent10-section-area .schedule-boxarea .images2 .elements37 {
    position: relative;
    transition: all 0.6s;
    z-index: 1;
}

.attent10-section-area .schedule-boxarea .images2 .elements38 {
    position: absolute;
    left: 52px;
    transition: all 0.6s;
    top: 7px;
    transform: scale(0.9);
}

.attent10-section-area .schedule-boxarea .images2 .elements39 {
    position: absolute;
    left: 58px;
    transition: all 0.6s;
    z-index: -1;
    top: 7px;
    transform: scale(0.9);
}

.attent10-section-area .schedule-boxarea .images3 {
    position: relative;
    left: 30px;
}

.attent10-section-area .schedule-boxarea .images3 .elements37 {
    position: relative;
    transition: all 0.6s;
    z-index: 1;
}

.attent10-section-area .schedule-boxarea .images3 .elements38 {
    position: absolute;
    left: 45px;
    transition: all 0.6s;
    z-index: -1;
    top: -13px;
    transform: rotate(-20deg);
}

.attent10-section-area .schedule-boxarea .images3 .elements39 {
    position: absolute;
    left: 11px;
    transition: all 0.6s;
    z-index: -2;
    top: -23px;
    transform: rotate(-36deg);
}

/*============= ATTENT CSS AREA ===============*/

/*============= OTHERS CSS AREA STARTS ===============*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
    background-color: var(--ztc-text-text-2);
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

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

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

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

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

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
    color: var(--ztc-text-text-1);
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f062";
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    color: var(--ztc-text-text-2);
    left: 0;
    top: 0;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
    opacity: 0;
    color: var(--ztc-text-text-2);
}

.progress-wrap::before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f062";
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    opacity: 0;
    left: 0;
    top: 0;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
    color: var(--ztc-text-text-2);
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--ztc-text-text-2);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap.warp2 {
    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.warp2.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap.warp2::after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f062";
    text-align: center;
    line-height: 56px;
    font-size: 18px;
    color: var(--ztc-text-text-1);
    left: 0;
    top: 0;
    height: 56px;
    width: 56px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear;
}

.progress-wrap.warp2:hover::after {
    opacity: 0;
    color: var(--ztc-text-text-1);
}

.progress-wrap.warp2::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.warp2:hover::before {
    opacity: 1;
    color: var(--ztc-text-text-1);
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap.warp2 svg.progress-circle path {
    stroke: var(--ztc-text-text-1);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
}

.progress-wrap.warp2.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.pagination-area ul {
    justify-content: center;
    padding: 0 !important;
    box-shadow: none;
}

.pagination-area ul li a {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px !important;
    border-radius: 8px;
    box-shadow: none;
    display: inline-block;
    border: none;
    background: #EDEDED;
    transition: all 0.4s;
    padding: 0;
    color: var(--ztc-text-text-2);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    /* 100% */
    margin: 0 8px 0 0;
}

.pagination-area ul li.active a {
    background: var(--ztc-bg-bg-3);
    color: var(--ztc-text-text-2);
}

.pagination-area ul li a:hover {
    background: var(--ztc-bg-bg-3);
    color: var(--ztc-text-text-2);
}

/*============= OTHERS CSS AREA ENDS ===============*/

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

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

.choose-section-area .choose-widget-boxarea {
    position: relative;
    z-index: 1;
    text-align: center;
    border-radius: 16px;
    background: #af99ab;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
    padding: 28px;
    transition: all 0.4s;
    margin-bottom: 30px;
}

.choose-section-area .choose-widget-boxarea:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}

.choose-section-area .choose-widget-boxarea:hover .icons {
    transform: rotateY(-180deg);
    transition: all 0.4s;
}

.choose-section-area .choose-widget-boxarea .icons {
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    transition: all 0.4s;
    /* background: var(--ztc-bg-bg-3); */
    margin: 0 auto;
}

.choose-section-area .choose-widget-boxarea .content-area a {
    color: #fff;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s22);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    display: inline-block;
    transition: all 0.4s;
    line-height: 22px;
    /* 100% */
}

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

.choose-section-area .choose-widget-boxarea .content-area p {
    color: #fff;
    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: 26px;
}

.choose-section-area .choose-widget-boxarea .content-area .readmore {
    color: #fff;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    display: inline-block;
    transition: all 0.4s;
    line-height: 22px;
    /* 100% */
}

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

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

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

/*============= TIMER CSS AREA STARTS ===============*/

.others-timer-area {
    position: relative;
    z-index: 1;
    background-image: url(../img/bg/header-bg4.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.others-timer-area .time-box {
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
    color: white;
    padding: 35px;
    font-weight: bold;
    margin: 0 14px 0 0;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.others-timer-area .time-box::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-1);
    border-radius: 4px;
    z-index: -1;
}

.others-timer-area .time-box .time-value span {
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 32px;
    text-transform: uppercase;
    transition: all 0.4s;
    display: block !important;
    margin-top: 18px;
}

.others-timer-area .time-value {
    color: var(--ztc-text-text-1);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s70);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 70px;
    text-transform: uppercase;
    transition: all 0.4s;
    display: block;
}

.others4-section-area {
    position: relative;
    z-index: 1;
    margin-top: -100px;
}

.others4-section-area .others-bg {
    background-image: url(../img/bg/others-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 48px;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .others4-section-area .others-bg {
        padding: 30px 30px 30px 30px;
        text-align: center;
    }
}

.others4-section-area .others-bg .heading-area h4 {
    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: 43px;
    /* 134.375% */
    text-transform: uppercase;
}

.others4-section-area .others-bg .others-times-area .timer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .others4-section-area .others-bg .others-times-area .timer {
        display: block;
        margin: 0 auto !important;
        text-align: center;
    }
}

.others4-section-area .others-bg .others-times-area .timer .time-box {
    background: #4661FA;
    border: 1px solid #5871FA;
    padding: 16px 30px;
    text-align: center;
    border-radius: 8px;
    margin: 0 14px 0 0;
}

@media (max-width: 767px) {
    .others4-section-area .others-bg .others-times-area .timer .time-box {
        width: 150px;
        margin: 0 auto 30px auto !important;
        text-align: center;
    }
}

.others4-section-area .others-bg .others-times-area .timer .time-box .time-value span {
    color: var(--ztc-text-text-1);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    text-transform: uppercase;
}

.others4-section-area .others-bg .others-times-area .timer .time-value {
    color: var(--ztc-text-text-1);
    text-align: center;
    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: uppercase;
    display: block;
}

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

.others5-section-area .elements30 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.others5-section-area .cta-counter-box {
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    padding: 52px 48px;
    width: 204px;
    height: 204px;
}

.others5-section-area .cta-counter-box:hover::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.others5-section-area .cta-counter-box::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: linear-gradient(135deg, #FF7A00 0%, #F00 100%);
    border-radius: 50%;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 767px) {
    .others5-section-area .cta-counter-box {
        margin: 0 auto;
        margin-bottom: 50px;
    }
}

.others5-section-area .cta-counter-box .elements23 {
    position: absolute;
    left: -18px;
    top: -18px;
    width: 240px;
    height: 240px;
    max-width: 240px;
    max-height: 240px;
}

.others5-section-area .cta-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;
}

.others5-section-area .cta-counter-box p {
    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-medium);
    line-height: 18px;
    text-transform: uppercase;
}

.others5-section-area .cta-counter-box .time-value span {
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s28);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 28px;
    text-transform: uppercase;
    transition: all 0.4s;
    display: block !important;
    margin-top: 18px;
}

.others5-section-area .btn-area1 .vl-btn5.btn2 span.demo {
    margin-left: 18px;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-2);
}

@media (max-width: 767px) {
    .others5-section-area .btn-area1 .vl-btn5.btn2 span.demo {
        margin-left: 0;
        margin-top: 20px;
    }
}

.others1-section-area {
    position: fixed;
    z-index: 1;
    bottom: 10px;
    width: 100%;
    z-index: 999;
}

@media (max-width: 767px) {
    .others1-section-area {
        position: relative;
        z-index: 1;
        margin-top: -60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .others1-section-area {
        position: relative;
        z-index: 1;
        margin-top: -60px;
    }
}

.others1-section-area .timer-btn-area {
    display: flex;
    align-items: center;
    background: var(--ztc-bg-bg-10);
    padding: 20px 32px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    position: relative;
    /* Styling for the cross icon */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .others1-section-area .timer-btn-area {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .others1-section-area .timer-btn-area {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
}

.others1-section-area .timer-btn-area .close-icon {
    position: absolute;
    top: 3px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color: white;
}

.others1-section-area .timer-btn-area .close-icon:hover {
    color: #ddd;
}

.others1-section-area .timer-btn-area .timer2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 10px;
}

@media (max-width: 767px) {
    .others1-section-area .timer-btn-area .timer2 {
        display: inline-block;
        text-align: center;
        margin: 0 auto;
    }
}

.others1-section-area .timer-btn-area .timer2 .time-box {
    display: inline-block;
    text-align: center;
    color: var(--ztc-text-text-2);
    font-weight: bold;
    margin: 0 40px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .others1-section-area .timer-btn-area .timer2 .time-box {
        margin: 0 20px 0 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .others1-section-area .timer-btn-area .timer2 .time-box {
        margin: 0 0 20px 0;
        display: block;
    }
}

.others1-section-area .timer-btn-area .timer2 .time-box .time-value span {
    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;
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
}

.others1-section-area .timer-btn-area .timer2 .time-value {
    color: var(--ztc-text-text-1);
    text-align: center;
    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: uppercase;
    display: block !important;
}

.others1-section-area .timer-btn-area .btn-area1 {
    padding-left: 24px;
    border-left: 1px solid var(--ztc-bg-bg-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .others1-section-area .timer-btn-area .btn-area1 {
        padding-left: 0;
        border: 0;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .others1-section-area .timer-btn-area .btn-area1 {
        padding-left: 0;
        border: 0;
        margin-top: 20px;
    }
}

.others1-section-area .timer-btn-area .btn-area1 .vl-btn6 {
    color: var(--ztc-text-text-21);
    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;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
}

.others1-section-area .timer-btn-area .btn-area1 .vl-btn6 img {
    filter: brightness(0);
}

.others1-section-area .timer-btn-area .btn-area1 .vl-btn6:hover {
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.others1-section-area .timer-btn-area .btn-area1 .vl-btn6:hover img {
    filter: brightness(0) invert(1);
}

.others-pricing-area {
    position: relative;
    z-index: 1;
}

.others-pricing-area .pricing-boarea.box2 {
    background: #FF3A86;
}

.others-pricing-area .pricing-boarea {
    position: relative;
    z-index: 1;
    background: #1C58CC;
    padding: 50px 32px;
    border-radius: 8px;
    height: 740px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .others-pricing-area .pricing-boarea {
        height: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .others-pricing-area .pricing-boarea {
        height: auto;
    }
}

.others-pricing-area .pricing-boarea 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;
}

.others-pricing-area .pricing-boarea p {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.others-pricing-area .pricing-boarea 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: 700;
    line-height: 44px;
}

.others-pricing-area .pricing-boarea h2 span {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s12);
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    display: inline-block;
    border-radius: 4px;
    padding: 5px;
    background: #C0F037;
    margin-left: 4px;
}

.others-pricing-area .pricing-boarea h4 {
    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;
}

.others-pricing-area .pricing-boarea ul li {
    color: rgba(255, 255, 255, 0.9);
    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;
    margin-top: 16px;
}

@media (max-width: 767px) {
    .others-pricing-area .pricing-boarea ul li {
        display: flex;
        align-items: center;
        line-height: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .others-pricing-area .pricing-boarea ul li {
        display: flex;
        align-items: center;
        line-height: 24px;
    }
}

.others-pricing-area .pricing-boarea ul li img {
    margin: 0 4px 0 0;
}

.others-pricing-area .pricing-boarea .btn-area1 a {
    width: 100%;
    text-align: center;
    display: block;
    color: var(--ztc-text-text-2);
    background: var(--ztc-bg-bg-1);
}

.others-pricing-area .pricing-boarea .btn-area1 a img {
    filter: brightness(0);
}

.others-pricing-area .pricing-boarea .btn-area1 a:hover {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.others-pricing-area .pricing-boarea .btn-area1 a:hover img {
    filter: brightness(0) invert(1);
}

.others7-section-area {
    position: relative;
    z-index: 1;
    top: -60px;
}

.others7-section-area .others-buy-contact {
    border-radius: var(--rounded-lg, 8px);
    background: var(--white, #FFF);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
    padding: 32px;
}

.others7-section-area .others-buy-contact .input-area {
    position: relative;
    z-index: 1;
}

.others7-section-area .others-buy-contact .input-area input {
    color: #5F595B;
    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: 50px;
    background: #FFF3F6;
    width: 100%;
    padding: 20px 20px 20px 38px;
}

@media (max-width: 767px) {
    .others7-section-area .others-buy-contact .input-area input {
        margin-bottom: 20px;
    }
}

.others7-section-area .others-buy-contact .input-area img {
    filter: brightness(0);
    height: 18px;
    width: 18px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    left: 16px;
    top: 20px;
}

.others7-section-area .others-buy-contact .input-area button {
    border: none;
    outline: none;
    width: 100%;
    text-align: center;
}

.vanue-section-area {
    position: relative;
    z-index: 1;
    background: #FFF3F6;
}

.vanue-section-area .vanue-single-item-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 30px;
}

.vanue-section-area .vanue-single-item-area:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.vanue-section-area .vanue-single-item-area .img1 {
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 8px;
}

.vanue-section-area .vanue-single-item-area .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.4s;
}

.vanue-section-area .vanue-single-item-area .content-area {
    padding: 20px 16px;
    border-radius: 8px;
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    background: var(--ztc-bg-bg-1);
    z-index: 3;
}

.vanue-section-area .vanue-single-item-area .content-area span {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    display: inline-block;
}

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

.vanue-section-area .vanue-single-item-area .content-area p {
    color: var(--ztc-text-text-3);
    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;
}

.vanue-section-area .vanue-single-item-area .content-area .tour {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}

.vanue-section-area .vanue-single-item-area .content-area .tour i {
    margin-left: 4px;
    transform: rotate(-45deg);
}

.vanue-section-area .vanue-single-item-area .content-area .tour:hover {
    color: var(--ztc-text-text-15);
    transition: all 0.4s;
}

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

.others8-section-area .elements30 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.others8-section-area .cta-counter-box {
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    padding: 52px 48px;
    width: 204px;
    height: 204px;
}

.others8-section-area .cta-counter-box:hover::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.others8-section-area .cta-counter-box::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-12);
    border-radius: 50%;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 767px) {
    .others8-section-area .cta-counter-box {
        margin: 0 auto;
        margin-bottom: 50px;
    }
}

.others8-section-area .cta-counter-box .elements23 {
    position: absolute;
    left: -18px;
    top: -18px;
    width: 240px;
    height: 240px;
    max-width: 240px;
    max-height: 240px;
}

.others8-section-area .cta-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;
}

.others8-section-area .cta-counter-box p {
    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-medium);
    line-height: 18px;
    text-transform: uppercase;
}

.others8-section-area .cta-counter-box .time-value span {
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s28);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 28px;
    text-transform: uppercase;
    transition: all 0.4s;
    display: block !important;
    margin-top: 18px;
}

.others8-section-area .btn-area1 .vl-btn5.btn2 span.demo {
    margin-left: 18px;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-2);
}

@media (max-width: 767px) {
    .others8-section-area .btn-area1 .vl-btn5.btn2 span.demo {
        margin-left: 0;
        margin-top: 20px;
    }
}

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

.others10-section-area .elements30 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.others10-section-area .cta-counter-box {
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 50%;
    padding: 52px 48px;
    width: 204px;
    height: 204px;
}

.others10-section-area .cta-counter-box:hover h2 {
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
}

.others10-section-area .cta-counter-box:hover p {
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
}

.others10-section-area .cta-counter-box:hover .time-value span {
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
}

.others10-section-area .cta-counter-box:hover::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.others10-section-area .cta-counter-box::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-14);
    border-radius: 50%;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}

@media (max-width: 767px) {
    .others10-section-area .cta-counter-box {
        margin: 0 auto;
        margin-bottom: 50px;
    }
}

.others10-section-area .cta-counter-box .elements23 {
    position: absolute;
    left: -18px;
    top: -18px;
    width: 240px;
    height: 240px;
    max-width: 240px;
    max-height: 240px;
}

.others10-section-area .cta-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;
}

.others10-section-area .cta-counter-box p {
    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-medium);
    line-height: 18px;
    text-transform: uppercase;
    transition: all 0.4s;
}

.others10-section-area .cta-counter-box .time-value span {
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s28);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 28px;
    text-transform: uppercase;
    transition: all 0.4s;
    display: block !important;
    margin-top: 18px;
}

.others10-section-area .btn-area1 .vl-btn5.btn2 span.demo {
    margin-left: 18px;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-2);
}

@media (max-width: 767px) {
    .others10-section-area .btn-area1 .vl-btn5.btn2 span.demo {
        margin-left: 0;
        margin-top: 20px;
    }
}

.others-pricing-area2 {
    position: relative;
    z-index: 1;
}

.others-pricing-area2 .pricing-boarea.box2 h2::after {
    background: var(--LLL, linear-gradient(135deg, #FF5000 0%, #FF00B8 100%));
}

.others-pricing-area2 .pricing-boarea.box2 .btn-area1 .vl-btn9 {
    border-radius: var(--rounded-lg, 8px);
    border: 2px solid var(--LLL, #FF5000);
    background: var(--LLL, linear-gradient(135deg, #FF5000 0%, #FF00B8 100%)) !important;
    width: 100%;
    text-align: center;
    transition: all 0.4s;
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #fff;
    color: var(--ztc-text-text-1) !important;
}

.others-pricing-area2 .pricing-boarea.box2 .btn-area1 .vl-btn9::after {
    display: none;
}

.others-pricing-area2 .pricing-boarea {
    position: relative;
    z-index: 1;
    background: #F7F5FB;
    padding: 32px;
    border-radius: 8px;
    margin-bottom: 30px;
    overflow: hidden;
}

.others-pricing-area2 .pricing-boarea h3 {
    color: var(--ztc-text-text-18);
    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;
}

.others-pricing-area2 .pricing-boarea p {
    color: var(--ztc-text-text-19);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.others-pricing-area2 .pricing-boarea 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: 700;
    line-height: 44px;
    padding: 24px 0;
    position: relative;
    z-index: 1;
}

.others-pricing-area2 .pricing-boarea h2::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 125%;
    left: -55px;
    top: 0;
    background: var(--ztc-bg-bg-13);
    z-index: -1;
}

.others-pricing-area2 .pricing-boarea h2 span {
    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: 500;
    line-height: 12px;
    display: inline-block;
    margin-left: 4px;
}

.others-pricing-area2 .pricing-boarea ul li {
    color: var(--ztc-text-text-18);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .others-pricing-area2 .pricing-boarea ul li {
        display: flex;
        align-items: center;
        line-height: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .others-pricing-area2 .pricing-boarea ul li {
        display: flex;
        align-items: center;
        line-height: 24px;
    }
}

.others-pricing-area2 .pricing-boarea ul li img {
    margin: 0 6px 0 0;
}

.others-pricing-area2 .pricing-boarea .btn-area1 .vl-btn9 {
    border-radius: var(--rounded-lg, 8px);
    border: 2px solid var(--LLL, #FF5000);
    background: var(--LLL, linear-gradient(135deg, #FF5000 0%, #FF00B8 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    text-align: center;
    transition: all 0.4s;
}

.others-pricing-area2 .pricing-boarea .btn-area1 .vl-btn9:hover {
    color: var(--ztc-text-text-1);
    background-clip: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #fff;
    background: none;
    transition: all 0.4s;
}

/*============= TIMER CSS AREA ENDS ===============*/

/*============= BRANDS CSS AREA STARTS ===============*/

.brands1-section-area {
    position: relative;
    z-index: 1;
    background: #FBF9F4;
}

.brands1-section-area .brand-box {
    border-radius: 8px;
    border: 1px solid rgba(26, 23, 25, 0.05);
    background: #FFF;
    text-align: center;
    padding: 32px;
    transition: all 0.4s;
    margin-bottom: 30px;
}

.brands1-section-area .brand-box:hover {
    transition: all 0.4s;
    transform: translateY(-5px);
}

.brands1-section-area .brand-box img {
    width: 170px;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
}

.brands2-section-area {
    position: relative;
    z-index: 1;
    background-image: url(../img/new/1440-783.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.brands2-section-area .brand-header 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;
    text-transform: capitalize;
}

.brands2-section-area .brand-box {
    border-radius: 8px;
    background: rgb(255 255 255 / 21%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(24px);
    text-align: center;
    padding: 32px;
    transition: all 0.4s;
    margin-bottom: 30px;
}

.brands2-section-area .brand-box:hover {
    transition: all 0.4s;
}

.brands2-section-area .brand-box img {
    /*width: 170px;*/
    /*height: 48px;*/
        width: 242px;
    height: 61px;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0) invert(1);
    margin: 0 auto;
}

.brands3-section-area {
    position: relative;
    z-index: 1;
    background: #F5F5F5;
}

.brands3-section-area .brand-header h3 {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 24px;
    text-transform: capitalize;
}

.brands3-section-area .brand-box {
    border-radius: 8px;
    background: var(--ztc-text-text-1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    text-align: center;
    padding: 32px;
    transition: all 0.4s;
    margin-bottom: 30px;
}

.brands3-section-area .brand-box:hover {
    transition: all 0.4s;
}

.brands3-section-area .brand-box img {
    width: 170px;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
}

.brands5-section-area {
    /* Keyframes for scrolling effect */
}

.brands5-section-area .marquee-container {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    background: linear-gradient(90deg, #243B55, #141E30);
    padding: 20px 0;
}

.brands5-section-area .marquee-content {
    display: inline-flex;
    animation: scroll 200s linear infinite;
}

.brands5-section-area .marquee-content:hover {
    animation-play-state: paused;
    transition: all 0.6s;
}

.brands5-section-area .marquee-item {
    color: #6E7DE9;
    font-family: var(--ztc-family-font1);
    font-size: 120px;
    font-style: normal;
    font-weight: 500;
    line-height: 120px;
    letter-spacing: 4.8px;
    text-transform: uppercase;
    font-weight: bold;
    display: contents;
    transition: all 0.4s;
    display: flex;
}

.brands5-section-area .marquee-item:hover {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.brands5-section-area .marquee-item:hover img {
    filter: brightness(0) invert(1);
    transition: all 0.4s;
}

.brands5-section-area .marquee-item img {
    margin: 0 28px 0 150px;
    transition: all 0.4s;
}

@keyframes scroll {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-100%);
    }
}

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

.brands6-section-area .brand-header 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;
    text-transform: capitalize;
}

.brands6-section-area .brand-box {
    border-radius: 8px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    text-align: center;
    padding: 32px;
    transition: all 0.4s;
    margin-bottom: 30px;
}

.brands6-section-area .brand-box:hover {
    transition: all 0.4s;
}

.brands6-section-area .brand-box img {
    width: 170px;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0) invert(1);
    margin: 0 auto;
}

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

.brands7-section-area .brand-box {
    border-radius: 8px;
    border: 1px solid rgba(26, 23, 25, 0.05);
    background: #FFF;
    text-align: center;
    padding: 32px;
    transition: all 0.4s;
    margin-bottom: 30px;
}

.brands7-section-area .brand-box:hover {
    transition: all 0.4s;
    transform: translateY(-5px);
    border-radius: var(--rounded-lg, 8px);
    border: 1px solid rgba(26, 23, 25, 0.05);
    background: var(--white, #FFF);
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.09);
}

.brands7-section-area .brand-box img {
    width: 170px;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
}

.brands7-section-area {
    position: relative;
    z-index: 1;
    background: #FFF3F6;
}

.brands7-section-area .brand-box {
    border-radius: 8px;
    border: 1px solid rgba(26, 23, 25, 0.05);
    background: #FFF;
    text-align: center;
    padding: 32px;
    transition: all 0.4s;
    margin-bottom: 30px;
}

.brands7-section-area .brand-box:hover {
    transition: all 0.4s;
    transform: translateY(-5px);
}

.brands7-section-area .brand-box img {
    width: 170px;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
}

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

.brands8-section-area .layer1 {
    position: absolute;
    top: -100px;
    width: 100%;
    z-index: 2;
    height: 160px;
}

.brands8-section-area .brand-header 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;
    text-transform: capitalize;
}

.brands8-section-area .brand-box {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    text-align: center;
    padding: 32px;
    transition: all 0.4s;
    margin-bottom: 30px;
}

.brands8-section-area .brand-box:hover {
    transition: all 0.4s;
}

.brands8-section-area .brand-box img {
    width: 170px;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0) invert(1);
    margin: 0 auto;
}

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

.brands9-section-area .brand-slider-area9.owl-carousel .owl-stage-outer {
    overflow: inherit;
}

.brands9-section-area .brand-slider-area9 .brand-box {
    border-radius: var(--rounded-lg, 8px);
    border: 1px solid rgba(13, 4, 0, 0.1);
    background: var(--white, #FFF);
    text-align: center;
    padding: 32px;
    transition: all 0.4s;
}

.brands9-section-area .brand-slider-area9 .brand-box:hover {
    transition: all 0.4s;
}

.brands9-section-area .brand-slider-area9 .brand-box img {
    width: 170px;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
}

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

.brands10-section-area .layer1 {
    position: absolute;
    top: -100px;
    width: 100%;
    z-index: 2;
    height: 160px;
}

.brands10-section-area .brand-header 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;
    text-transform: capitalize;
}

.brands10-section-area .brand-box {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    text-align: center;
    padding: 32px;
    transition: all 0.4s;
    margin-bottom: 30px;
}

.brands10-section-area .brand-box:hover {
    transition: all 0.4s;
}

.brands10-section-area .brand-box img {
    width: 170px;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0) invert(1);
    margin: 0 auto;
}

/*============= BRANDS 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: #fff;
    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-2);
}

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

.mapouter2 .gmap_canvas iframe {
    width: 100%;
    height: 600px;
}

/*============= POPUP CSS AREA ENDS ===============*/

/*============= POPUP CSS AREA ENDS ===============*/

/* Popup Overlay */

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /* Dark transparent background */
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.5s ease forwards;
    z-index: 9999999;
}

/* Popup Content */

.popup-content {
    background-image: url(../img/bg/popup-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 26px;
    border-radius: 10px;
    width: 400px;
    text-align: center;
    position: relative;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
    animation: popupSlide 0.5s ease forwards;
}

.popup-content .popup-icon img {
    height: 100px;
    width: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}

.popup-content .heading2 h2 {
    font-size: var(--ztc-font-size-font-s34);
    line-height: 42px;
    color: var(--ztc-text-text-1);
}

.popup-content .heading2 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-bold);
    line-height: 16px;
    text-transform: capitalize;
    margin-top: 16px;
}

.popup-content .heading2 ul li img {
    margin: 0 4px;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-2);
    border-radius: 4px;
    font-weight: var(--ztc-weight-bold);
}

/* Call to action button */

.cta-button {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    background-color: #4b8bfc;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
}

.no-thanks {
    margin-top: 16px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

/* Animations */

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes popupSlide {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

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

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

.team1-section-area .team-slider-area {
    position: relative;
    z-index: 1;
}

.team1-section-area .team-slider-area .owl-nav {
    position: absolute;
    top: -120px;
    right: 0;
}

@media (max-width: 767px) {
    .team1-section-area .team-slider-area .owl-nav {
        position: relative;
        z-index: 1;
        top: 0;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team1-section-area .team-slider-area .owl-nav {
        position: relative;
        z-index: 1;
        top: 0;
        text-align: center;
    }
}

.team1-section-area .team-slider-area .owl-nav button {
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    transition: all 0.4s;
    background: rgba(26, 23, 25, 0.05);
    font-size: var(--ztc-font-size-font-s20);
    display: inline-block;
}

.team1-section-area .team-slider-area .owl-nav button:hover {
    background: var(--ztc-text-text-4);
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
}

.team1-section-area .team-slider-area .owl-nav button.owl-prev {
    margin: 0 16px 0 0;
}

.team1-section-area .team-slider-area .team-widget-boxarea {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    transition: all 0.4s;
}

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

.team1-section-area .team-slider-area .team-widget-boxarea:hover .img1 ul {
    bottom: 0;
    transition: all 0.6s;
}

.team1-section-area .team-slider-area .team-widget-boxarea .img1 {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.4s;
}

.team1-section-area .team-slider-area .team-widget-boxarea .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.4s;
}

.team1-section-area .team-slider-area .team-widget-boxarea .img1 ul {
    background: var(--ztc-text-text-4);
    text-align: center;
    padding: 24px;
    position: absolute;
    bottom: -220px;
    width: 100%;
    transition: all 0.6s;
    z-index: 2;
}

.team1-section-area .team-slider-area .team-widget-boxarea .img1 ul li {
    display: inline-block;
}

.team1-section-area .team-slider-area .team-widget-boxarea .img1 ul li a {
    height: 44px;
    width: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    line-height: 44px;
    color: var(--ztc-text-text-2);
    font-size: var(--ztc-font-size-font-s18);
    background: rgba(26, 23, 25, 0.05);
    margin: 0 10px 0 0;
}

.team1-section-area .team-slider-area .team-widget-boxarea .img1 ul li a:hover {
    background: var(--ztc-text-text-1);
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
}

.team1-section-area .team-slider-area .team-widget-boxarea .text-area {
    text-align: center;
}

.team1-section-area .team-slider-area .team-widget-boxarea .text-area a {
    color: var(--ztc-text-text-2);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

.team1-section-area .team-slider-area .team-widget-boxarea .text-area p {
    color: var(--ztc-text-text-3);
    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-regular);
    line-height: 18px;
}

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

.team2-section-area .our-team-boxarea {
    text-align: center;
    margin-bottom: 30px;
}

.team2-section-area .our-team-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-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

.team2-section-area .our-team-boxarea .content-area p {
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
}

.team2-section-area .our-team-boxarea .team-widget-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 2px solid #1C3B45;
    border-radius: 270px;
    padding: 24px;
}

.team2-section-area .our-team-boxarea .team-widget-area::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border: 1px solid var(--ztc-text-text-6);
    left: 0;
    top: 0;
    border-radius: 50%;
    transform: scale(0.7);
    z-index: -2;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
}

.team2-section-area .our-team-boxarea .team-widget-area:hover::after {
    transition: all 0.4s;
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

.team2-section-area .our-team-boxarea .team-widget-area:hover .img1 img.team-img4 {
    transition: all 0.4s;
}

.team2-section-area .our-team-boxarea .team-widget-area:hover .img1 img.team-img8 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.team2-section-area .our-team-boxarea .team-widget-area:hover .img1 ul {
    bottom: 50px;
    transition: all 0.6s;
}

.team2-section-area .our-team-boxarea .team-widget-area .img1 {
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.team2-section-area .our-team-boxarea .team-widget-area .img1 img.team-img4 {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.4s;
}

.team2-section-area .our-team-boxarea .team-widget-area .img1 img.team-img8 {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.team2-section-area .our-team-boxarea .team-widget-area .img1 ul {
    text-align: center;
    position: absolute;
    bottom: -200px;
    transition: all 0.6s;
    left: 15%;
    right: 15%;
}

.team2-section-area .our-team-boxarea .team-widget-area .img1 ul li {
    display: inline-block;
}

.team2-section-area .our-team-boxarea .team-widget-area .img1 ul li a {
    height: 44px;
    width: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    transition: all 0.4s;
    display: inline-block;
    background: var(--ztc-text-text-1);
    color: var(--ztc-text-text-2);
    margin: 0 10px 0 0;
}

.team2-section-area .our-team-boxarea .team-widget-area .img1 ul li a:hover {
    background: var(--ztc-text-text-6);
    transition: all 0.4s;
    color: var(--ztc-text-text-5);
}

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

.team3-section-area .team-slider-area2 {
    position: relative;
    z-index: 1;
}

.team3-section-area .team-slider-area2 .owl-nav {
    position: absolute;
    right: 0;
    top: -130px;
}

@media (max-width: 767px) {
    .team3-section-area .team-slider-area2 .owl-nav {
        position: relative;
        z-index: 1;
        text-align: center;
        margin-top: 30px;
        top: 0;
        left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team3-section-area .team-slider-area2 .owl-nav {
        position: relative;
        z-index: 1;
        text-align: center;
        margin-top: 30px;
        top: 0;
        left: 0;
    }
}

.team3-section-area .team-slider-area2 .owl-nav button {
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-10);
    font-size: var(--ztc-font-size-font-s20);
    background: rgba(255, 54, 57, 0.2);
    border-radius: 50%;
}

.team3-section-area .team-slider-area2 .owl-nav button:hover {
    background: var(--ztc-text-text-10);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.team3-section-area .team-slider-area2 .owl-nav button.owl-prev {
    margin: 0 16px 0 0;
}

.team3-section-area .team-slider-area2 .our-team-boxarea {
    text-align: center;
    margin-bottom: 30px;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .content-area a {
    color: var(--ztc-text-text-8);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .content-area p {
    color: var(--ztc-text-text-9);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 24px;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .elements21 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .elements22 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area:hover .elements21 {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area:hover .elements22 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    height: auto;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    bottom: 36px;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon2 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    bottom: 0;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon3 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    bottom: 36px;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon4 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    bottom: -7px;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 {
    text-align: center;
    position: relative;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 .team-img4 {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 .share a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: all 0.4s;
    background: linear-gradient(90deg, #FF3639 2.73%, #E12FA2 71.84%);
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    margin-bottom: -20px;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 .share a img {
    height: 20px;
    width: 20px;
    display: inline-block;
    -o-object-fit: contain;
    object-fit: contain;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 ul {
    text-align: center;
    position: absolute;
    bottom: 0;
    transition: all 0.6s;
    left: 0;
    right: 0;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 ul li {
    display: inline-block;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 ul li a {
    height: 44px;
    width: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    transition: all 0.4s;
    display: inline-block;
    background: var(--ztc-text-text-1);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.09);
    color: var(--ztc-text-text-8);
    margin: 0 10px 0 0;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 ul li a:hover {
    background: linear-gradient(90deg, #FF3639 2.73%, #E12FA2 71.84%);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 ul li a.icon1 {
    position: absolute;
    bottom: 10px;
    left: 8px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 ul li a.icon2 {
    position: absolute;
    bottom: -20px;
    left: 52px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 ul li a.icon3 {
    position: absolute;
    bottom: 10px;
    right: -3px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 ul li a.icon4 {
    position: absolute;
    bottom: -20px;
    right: 40px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s;
}

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

.team4-section-area .team-slider-area4 {
    position: relative;
    z-index: 1;
}

.team4-section-area .team-slider-area4 .owl-nav {
    position: absolute;
    top: -120px;
    right: 0;
}

@media (max-width: 767px) {
    .team4-section-area .team-slider-area4 .owl-nav {
        position: relative;
        z-index: 1;
        top: 0;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team4-section-area .team-slider-area4 .owl-nav {
        position: relative;
        z-index: 1;
        top: 0;
        text-align: center;
    }
}

.team4-section-area .team-slider-area4 .owl-nav button {
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    transition: all 0.4s;
    background: rgba(46, 77, 253, 0.08);
    font-size: var(--ztc-font-size-font-s20);
    display: inline-block;
    color: var(--ztc-text-text-11);
}

.team4-section-area .team-slider-area4 .owl-nav button:hover {
    background: var(--ztc-text-text-13);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.team4-section-area .team-slider-area4 .owl-nav button.owl-prev {
    margin: 0 16px 0 0;
}

.team4-section-area .team-slider-area4 .team-widget-boxarea {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    transition: all 0.4s;
}

.team4-section-area .team-slider-area4 .team-widget-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.team4-section-area .team-slider-area4 .team-widget-boxarea:hover .img1 ul {
    bottom: 0;
    transition: all 0.6s;
}

.team4-section-area .team-slider-area4 .team-widget-boxarea .img1 {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.4s;
}

.team4-section-area .team-slider-area4 .team-widget-boxarea .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.4s;
}

.team4-section-area .team-slider-area4 .team-widget-boxarea .img1 ul {
    background: var(--ztc-text-text-13);
    text-align: center;
    padding: 24px;
    position: absolute;
    bottom: -220px;
    width: 100%;
    transition: all 0.6s;
    z-index: 2;
}

.team4-section-area .team-slider-area4 .team-widget-boxarea .img1 ul li {
    display: inline-block;
}

.team4-section-area .team-slider-area4 .team-widget-boxarea .img1 ul li a {
    height: 44px;
    width: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    line-height: 44px;
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s18);
    border-radius: 165px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 10px 0 0;
}

.team4-section-area .team-slider-area4 .team-widget-boxarea .img1 ul li a:hover {
    background: var(--ztc-text-text-1);
    color: var(--ztc-text-text-11);
    transition: all 0.4s;
}

.team4-section-area .team-slider-area4 .team-widget-boxarea .text-area {
    text-align: center;
}

.team4-section-area .team-slider-area4 .team-widget-boxarea .text-area a {
    color: var(--ztc-text-text-11);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

.team4-section-area .team-slider-area4 .team-widget-boxarea .text-area a:hover {
    color: var(--ztc-text-text-13);
    transition: all 0.4s;
}

.team4-section-area .team-slider-area4 .team-widget-boxarea .text-area p {
    color: var(--ztc-text-text-12);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
}

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

.team-sperkers-section-area .our-team-boxarea {
    text-align: center;
    margin-bottom: 30px;
}

.team-sperkers-section-area .our-team-boxarea .content-area a {
    color: var(--ztc-text-text-2);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

.team-sperkers-section-area .our-team-boxarea .content-area p {
    color: var(--ztc-text-text-3);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 24px;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .elements21 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .elements22 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area:hover .elements21 {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area:hover .elements22 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    height: auto;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    bottom: 36px;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon2 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    bottom: 0;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon3 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    bottom: 36px;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon4 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    bottom: -7px;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 {
    text-align: center;
    position: relative;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 .team-img4 {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 .share a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: all 0.4s;
    background: #af99ab;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    margin-bottom: -20px;
    color: var(--ztc-text-text-2);
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 .share a img {
    height: 20px;
    width: 20px;
    display: inline-block;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0);
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul {
    text-align: center;
    position: absolute;
    bottom: 0;
    transition: all 0.6s;
    left: 0;
    right: 0;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul li {
    display: inline-block;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul li a {
    height: 44px;
    width: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    transition: all 0.4s;
    display: inline-block;
    background: var(--ztc-text-text-1);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.09);
    color: var(--ztc-text-text-8);
    margin: 0 10px 0 0;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul li a:hover {
    background: #af99ab;
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul li a.icon1 {
    position: absolute;
    bottom: 10px;
    left: 8px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul li a.icon2 {
    position: absolute;
    bottom: -20px;
    left: 52px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul li a.icon3 {
    position: absolute;
    bottom: 10px;
    right: -3px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul li a.icon4 {
    position: absolute;
    bottom: -20px;
    right: 40px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s;
}

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

.team-details-section-area .speakers-details-box .our-team-boxarea {
    text-align: center;
    margin-bottom: 30px;
    background: #F5F5F5;
    border-radius: 8px;
    padding: 40px;
}

.team-details-section-area .speakers-details-box .our-team-boxarea .content-area a {
    color: var(--ztc-text-text-2);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

.team-details-section-area .speakers-details-box .our-team-boxarea .content-area p {
    color: var(--ztc-text-text-3);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
}

.team-details-section-area .speakers-details-box .our-team-boxarea .content-area ul li {
    display: inline-block;
}

.team-details-section-area .speakers-details-box .our-team-boxarea .content-area ul li a {
    height: 44px;
    width: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    transition: all 0.4s;
    display: inline-block;
    background: var(--ztc-text-text-1);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.09);
    color: var(--ztc-text-text-8);
    margin: 0 10px 0 0;
    font-size: var(--ztc-font-size-font-s20);
}

.team-details-section-area .speakers-details-box .our-team-boxarea .content-area ul li a:hover {
    background: #af99ab;
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
}

.team-details-section-area .speakers-details-box .our-team-boxarea .team-widget-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 24px;
}

.team-details-section-area .speakers-details-box .our-team-boxarea .team-widget-area .elements21 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.team-details-section-area .speakers-details-box .our-team-boxarea .team-widget-area .elements22 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    z-index: -1;
}

.team-details-section-area .speakers-details-box .our-team-boxarea .team-widget-area:hover .elements21 {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.team-details-section-area .speakers-details-box .our-team-boxarea .team-widget-area:hover .elements22 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    height: auto;
}

.team-details-section-area .speakers-details-box .our-team-boxarea .team-widget-area .img1 {
    text-align: center;
    position: relative;
    /* border-radius: 50%; */
    width: 100%;
    height: 100%;
}

.team-details-section-area .speakers-details-box .our-team-boxarea .team-widget-area .img1 .team-img4 {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    /* border-radius: 50%; */
}

.team-details-section-area .speakers-details-box .speakesr-details-content {
    border-radius: 4px;
    padding: 0 0 0 40px;
}

@media (max-width: 767px) {
    .team-details-section-area .speakers-details-box .speakesr-details-content {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-details-section-area .speakers-details-box .speakesr-details-content {
        padding: 0;
        margin-top: 30px;
    }
}

.team-details-section-area .speakers-details-box .speakesr-details-content .heading2 h3 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s28);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 28px;
    /* 100% */
    letter-spacing: -0.56px;
}

.team-details-section-area .speakers-details-box .speakesr-details-content .heading2 p {
    line-height: 24px;
}

.team-details-section-area .speakers-details-box .speakesr-details-content .details-content {
    background: #FBF9F4;
    padding: 24px;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .team-details-section-area .speakers-details-box .speakesr-details-content .details-content {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-details-section-area .speakers-details-box .speakesr-details-content .details-content {
        margin-bottom: 20px;
    }
}

.team-details-section-area .speakers-details-box .speakesr-details-content .details-content h4 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    /* 100% */
}

.team-details-section-area .speakers-details-box .speakesr-details-content .details-content a {
    color: var(--ztc-text-text-3);
    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: 22px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

.event-team-area .event-widget-area .event2-boxarea {
    position: relative;
}

.event-team-area .event-widget-area .event2-boxarea::after {
    position: absolute;
    content: "";
    height: 93%;
    width: 1px;
    left: 45.7%;
    top: 0;
    transition: all 0.4s;
    background: #E6E7E8;
}

@media (max-width: 767px) {
    .event-team-area .event-widget-area .event2-boxarea::after {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event-team-area .event-widget-area .event2-boxarea::after {
        display: none;
    }
}

.event-team-area .event-widget-area .event2-boxarea h1 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    background: #af99ab;
    border-radius: 50%;
    position: absolute;
    left: 43%;
    top: 88px;
    z-index: 1;
}

.event-team-area .event-widget-area .event2-boxarea h1.active {
    background: #af99ab;
    color: var(--ztc-text-text-2);
}

@media (max-width: 767px) {
    .event-team-area .event-widget-area .event2-boxarea h1 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event-team-area .event-widget-area .event2-boxarea h1 {
        display: none;
    }
}

.event-team-area .event-widget-area .event2-boxarea .img1 {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .event-team-area .event-widget-area .event2-boxarea .img1 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event-team-area .event-widget-area .event2-boxarea .img1 {
        margin-bottom: 30px;
    }
}

.event-team-area .event-widget-area .event2-boxarea .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.event-team-area .event-widget-area .event2-boxarea .content-area ul li {
    display: inline-block;
}

.event-team-area .event-widget-area .event2-boxarea .content-area ul li a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .event-team-area .event-widget-area .event2-boxarea .content-area ul li a {
        display: block;
        margin-bottom: 10px;
    }
}

.event-team-area .event-widget-area .event2-boxarea .content-area ul li a img {
    filter: brightness(0);
    margin: 0 4px 0 0;
}

.event-team-area .event-widget-area .event2-boxarea .content-area ul li a span {
    margin: 0 8px;
    display: inline-block;
}

.event-team-area .event-widget-area .event2-boxarea .content-area .head {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .event-team-area .event-widget-area .event2-boxarea .content-area .head {
        line-height: 32px;
    }
}

.event-team-area .event-widget-area .event2-boxarea .content-area .author-area {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .event-team-area .event-widget-area .event2-boxarea .content-area .author-area {
        display: inline-block;
    }
}

.event-team-area .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area {
    display: flex;
    align-items: center;
    padding: 0 12px 0 0;
    border-right: 1px solid #E6E7E8;
}

@media (max-width: 767px) {
    .event-team-area .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .img1 {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event-team-area .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .img1 {
        margin-bottom: 0;
    }
}

.event-team-area .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .img1 img {
    height: 56px;
    width: 56px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.event-team-area .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text {
    padding-left: 12px;
}

.event-team-area .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .event-team-area .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text a {
        line-height: 18px;
    }
}

.event-team-area .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}

.event-team-area .event-widget-area .event2-boxarea.box3::after {
    display: none;
}

@media (max-width: 767px) {
    .event-team-area .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area {
        padding: 0 !important;
        margin-bottom: 16px;
        border: none;
    }
}

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

.team5-section-area .elements31 {
    position: absolute;
    top: 0;
    right: 0;
}

.team5-section-area .our-team-boxarea {
    text-align: center;
    margin-bottom: 30px;
}

.team5-section-area .our-team-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-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

.team5-section-area .our-team-boxarea .content-area p {
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
}

.team5-section-area .our-team-boxarea .team-widget-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 2px solid #fff;
    border-radius: 270px;
    padding: 24px;
}

.team5-section-area .our-team-boxarea .team-widget-area::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border: 2px solid var(--ztc-text-text-1);
    left: 0;
    top: 0;
    border-radius: 50%;
    transform: scale(0.7);
    z-index: -2;
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
}

.team5-section-area .our-team-boxarea .team-widget-area:hover {
    transition: all 0.4s;
}

.team5-section-area .our-team-boxarea .team-widget-area:hover .img1 img.team-img4 {
    transition: all 0.4s;
}

.team5-section-area .our-team-boxarea .team-widget-area:hover .img1 img.team-img8 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    filter: brightness(0) invert(1);
}

.team5-section-area .our-team-boxarea .team-widget-area:hover .img1 ul {
    bottom: 50px;
    transition: all 0.6s;
}

.team5-section-area .our-team-boxarea .team-widget-area .img1 {
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.team5-section-area .our-team-boxarea .team-widget-area .img1 img.team-img4 {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.4s;
}

.team5-section-area .our-team-boxarea .team-widget-area .img1 img.team-img8 {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.team5-section-area .our-team-boxarea .team-widget-area .img1 ul {
    text-align: center;
    position: absolute;
    bottom: -200px;
    transition: all 0.6s;
    left: 15%;
    right: 15%;
}

.team5-section-area .our-team-boxarea .team-widget-area .img1 ul li {
    display: inline-block;
}

.team5-section-area .our-team-boxarea .team-widget-area .img1 ul li a {
    height: 44px;
    width: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    transition: all 0.4s;
    display: inline-block;
    background: 255, 255, 255, 0.1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: var(--ztc-text-text-1);
    margin: 0 10px 0 0;
}

.team5-section-area .our-team-boxarea .team-widget-area .img1 ul li a:hover {
    background: linear-gradient(135deg, #FF7A00 0%, #F00 100%);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.team6-section-area {
    position: relative;
    z-index: 1;
    background: #F9FAFB;
}

.team6-section-area .team-widget-area {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
    background: var(--ztc-text-text-1);
    margin-bottom: 30px;
}

.team6-section-area .team-widget-area:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.team6-section-area .team-widget-area:hover .img2 {
    visibility: visible;
    opacity: 1;
    top: 65%;
    transition: all 0.6s;
}

.team6-section-area .team-widget-area:hover .content-area {
    background: var(--ztc-text-text-14);
    transition: all 0.4s;
}

.team6-section-area .team-widget-area:hover .content-area a {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.team6-section-area .team-widget-area:hover .content-area p {
    color: var(--ztc-text-text-1);
    opacity: 80%;
    transition: all 0.4s;
}

.team6-section-area .team-widget-area .img1 {
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 8px 8px 0 0;
}

.team6-section-area .team-widget-area .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    transition: all 0.4s;
}

.team6-section-area .team-widget-area .img2 {
    background: var(--ztc-text-text-1);
    padding: 4px 24px;
    border-radius: 8px;
    display: inline-block;
    transition: all 0.6s;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 20%;
    right: 20%;
    visibility: hidden;
    opacity: 0;
}

.team6-section-area .team-widget-area .img2 img {
    width: 110px;
    height: 32px;
    -o-object-fit: contain;
    object-fit: contain;
}

.team6-section-area .team-widget-area .content-area {
    padding: 12px;
    transition: all 0.4s;
}

.team6-section-area .team-widget-area .content-area a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

.team6-section-area .team-widget-area .content-area p {
    color: var(--ztc-text-text-9);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    transition: all 0.4s;
}

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

.team7-section-area .team-slider-area7 {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .team7-section-area .team-slider-area7 .owl-nav {
        text-align: center;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team7-section-area .team-slider-area7 .owl-nav {
        text-align: center;
        margin-top: 30px;
    }
}

.team7-section-area .team-slider-area7 .owl-nav button {
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    transition: all 0.4s;
    background: rgba(26, 23, 25, 0.05);
    font-size: var(--ztc-font-size-font-s20);
    display: inline-block;
}

.team7-section-area .team-slider-area7 .owl-nav button:hover {
    background: var(--ztc-text-text-15);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.team7-section-area .team-slider-area7 .owl-nav button.owl-prev {
    position: absolute;
    left: -80px;
    top: 35%;
}

@media (max-width: 767px) {
    .team7-section-area .team-slider-area7 .owl-nav button.owl-prev {
        position: relative;
        left: 0;
        top: 0;
        margin: 0 16px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team7-section-area .team-slider-area7 .owl-nav button.owl-prev {
        position: relative;
        left: 0;
        top: 0;
        margin: 0 16px 0 0;
    }
}

.team7-section-area .team-slider-area7 .owl-nav button.owl-next {
    position: absolute;
    right: -80px;
    top: 35%;
}

@media (max-width: 767px) {
    .team7-section-area .team-slider-area7 .owl-nav button.owl-next {
        position: relative;
        right: 0;
        top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team7-section-area .team-slider-area7 .owl-nav button.owl-next {
        position: relative;
        right: 0;
        top: 0;
    }
}

.team7-section-area .team-slider-area7 .team-widget-boxarea {
    position: relative;
    z-index: 1;
    transition: all 0.4s;
}

.team7-section-area .team-slider-area7 .team-widget-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.team7-section-area .team-slider-area7 .team-widget-boxarea:hover .img1 ul {
    bottom: 70px;
    transition: all 0.6s;
}

.team7-section-area .team-slider-area7 .team-widget-boxarea .img1 {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.4s;
}

.team7-section-area .team-slider-area7 .team-widget-boxarea .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.4s;
}

.team7-section-area .team-slider-area7 .team-widget-boxarea .img1 ul {
    position: absolute;
    bottom: -250px;
    width: 100%;
    transition: all 0.6s;
    z-index: 2;
    left: 15%;
    right: 15%;
}

.team7-section-area .team-slider-area7 .team-widget-boxarea .img1 ul li {
    display: inline-block;
}

.team7-section-area .team-slider-area7 .team-widget-boxarea .img1 ul li a {
    height: 44px;
    width: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    line-height: 44px;
    color: var(--ztc-text-text-2);
    font-size: var(--ztc-font-size-font-s18);
    background: #fff;
    margin: 0 10px 0 0;
}

.team7-section-area .team-slider-area7 .team-widget-boxarea .img1 ul li a:hover {
    background: var(--ztc-text-text-15);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.team7-section-area .team-slider-area7 .team-widget-boxarea .text-area {
    text-align: center;
    background: var(--ztc-text-text-1);
    padding: 24px;
    margin: -70px 16px 0 16px;
    position: relative;
    z-index: 1;
    border-radius: 8px;
}

.team7-section-area .team-slider-area7 .team-widget-boxarea .text-area a {
    color: var(--ztc-text-text-2);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

.team7-section-area .team-slider-area7 .team-widget-boxarea .text-area p {
    color: var(--ztc-text-text-3);
    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-regular);
    line-height: 18px;
}

.team8-section-rea {
    position: relative;
    z-index: 1;
}

.team8-section-rea .team-slider-area8 {
    position: relative;
    z-index: 1;
}

.team8-section-rea .team-slider-area8 .owl-nav {
    position: absolute;
    top: -130px;
    right: 0;
}

@media (max-width: 767px) {
    .team8-section-rea .team-slider-area8 .owl-nav {
        text-align: center;
        margin-top: 30px;
        position: relative;
        right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team8-section-rea .team-slider-area8 .owl-nav {
        text-align: center;
        margin-top: 30px;
        position: relative;
        left: 0;
    }
}

.team8-section-rea .team-slider-area8 .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.2);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    font-size: var(--ztc-font-size-font-s20);
    display: inline-block;
    color: var(--ztc-text-text-1);
}

.team8-section-rea .team-slider-area8 .owl-nav button:hover {
    background: var(--ztc-text-text-16);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.team8-section-rea .team-slider-area8 .owl-nav button.owl-prev {
    margin: 0 16px 0 0;
}

.team8-section-rea .team-slider-area8 .team-widget-boxarea {
    position: relative;
    z-index: 1;
    transition: all 0.4s;
}

.team8-section-rea .team-slider-area8 .team-widget-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.team8-section-rea .team-slider-area8 .team-widget-boxarea:hover .img1 ul {
    bottom: 20px;
    transition: all 0.6s;
}

.team8-section-rea .team-slider-area8 .team-widget-boxarea .img1 {
    position: relative;
    z-index: 1;
    border-radius: 200px 200px 4px 4px;
    overflow: hidden;
    transition: all 0.4s;
}

.team8-section-rea .team-slider-area8 .team-widget-boxarea .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 200px 200px 4px 4px;
    transition: all 0.4s;
}

.team8-section-rea .team-slider-area8 .team-widget-boxarea .img1 ul {
    position: absolute;
    bottom: -250px;
    width: 100%;
    transition: all 0.6s;
    z-index: 2;
    left: 15%;
    right: 15%;
}

.team8-section-rea .team-slider-area8 .team-widget-boxarea .img1 ul li {
    display: inline-block;
}

.team8-section-rea .team-slider-area8 .team-widget-boxarea .img1 ul li a {
    height: 44px;
    width: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    line-height: 44px;
    color: var(--ztc-text-text-2);
    font-size: var(--ztc-font-size-font-s18);
    background: #fff;
    margin: 0 10px 0 0;
}

.team8-section-rea .team-slider-area8 .team-widget-boxarea .img1 ul li a:hover {
    background: var(--ztc-text-text-15);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.team8-section-rea .team-slider-area8 .team-widget-boxarea .text-area {
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 8px;
}

.team8-section-rea .team-slider-area8 .team-widget-boxarea .text-area a {
    color: var(--ztc-text-text-1);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

.team8-section-rea .team-slider-area8 .team-widget-boxarea .text-area p {
    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-regular);
    line-height: 18px;
    opacity: 0.8;
}

.team9-section-rea {
    position: relative;
    z-index: 1;
}

.team9-section-rea .team-slider-area8 {
    position: relative;
    z-index: 1;
}

.team9-section-rea .team-slider-area8 .owl-nav {
    position: absolute;
    top: -130px;
    right: 0;
}

@media (max-width: 767px) {
    .team9-section-rea .team-slider-area8 .owl-nav {
        text-align: center;
        margin-top: 30px;
        position: relative;
        right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team9-section-rea .team-slider-area8 .owl-nav {
        text-align: center;
        margin-top: 30px;
        position: relative;
        left: 0;
    }
}

.team9-section-rea .team-slider-area8 .owl-nav button {
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    transition: all 0.4s;
    background: rgba(255, 80, 0, 0.1);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    font-size: var(--ztc-font-size-font-s20);
    display: inline-block;
    color: var(--ztc-text-text-17);
}

.team9-section-rea .team-slider-area8 .owl-nav button:hover {
    background: var(--ztc-text-text-17);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.team9-section-rea .team-slider-area8 .owl-nav button.owl-prev {
    margin: 0 16px 0 0;
}

.team9-section-rea .team-slider-area8 .team-widget-boxarea {
    position: relative;
    z-index: 1;
    transition: all 0.4s;
}

.team9-section-rea .team-slider-area8 .team-widget-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.team9-section-rea .team-slider-area8 .team-widget-boxarea:hover .img1 ul {
    bottom: 20px;
    transition: all 0.6s;
}

.team9-section-rea .team-slider-area8 .team-widget-boxarea .img1 {
    position: relative;
    z-index: 1;
    border-radius: 200px 200px 4px 4px;
    overflow: hidden;
    transition: all 0.4s;
}

.team9-section-rea .team-slider-area8 .team-widget-boxarea .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 200px 200px 4px 4px;
    transition: all 0.4s;
}

.team9-section-rea .team-slider-area8 .team-widget-boxarea .img1 ul {
    position: absolute;
    bottom: -250px;
    width: 100%;
    transition: all 0.6s;
    z-index: 2;
    left: 15%;
    right: 15%;
}

.team9-section-rea .team-slider-area8 .team-widget-boxarea .img1 ul li {
    display: inline-block;
}

.team9-section-rea .team-slider-area8 .team-widget-boxarea .img1 ul li a {
    height: 44px;
    width: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    line-height: 44px;
    color: var(--ztc-text-text-18);
    font-size: var(--ztc-font-size-font-s18);
    background: #fff;
    margin: 0 10px 0 0;
}

.team9-section-rea .team-slider-area8 .team-widget-boxarea .img1 ul li a:hover {
    background: var(--LLL, linear-gradient(135deg, #FF5000 0%, #FF00B8 100%));
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.team9-section-rea .team-slider-area8 .team-widget-boxarea .text-area {
    text-align: center;
    position: relative;
    z-index: 1;
    border-radius: 8px;
}

.team9-section-rea .team-slider-area8 .team-widget-boxarea .text-area a {
    color: var(--ztc-text-text-18);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

.team9-section-rea .team-slider-area8 .team-widget-boxarea .text-area p {
    color: var(--ztc-text-text-19);
    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-regular);
    line-height: 18px;
    opacity: 0.8;
}

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

.team10-section-area .team10-widget-boxarea {
    position: relative;
    z-index: 1;
    background: var(--ztc-text-text-1);
    border-radius: 8px;
}

.team10-section-area .team10-widget-boxarea:hover {
    border-radius: 8px;
}

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

.team10-section-area .team10-widget-boxarea:hover .text-area {
    background: var(--ztc-text-text-20);
    transition: all 0.4s;
}

.team10-section-area .team10-widget-boxarea .img1 {
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.4s;
}

.team10-section-area .team10-widget-boxarea .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.4s;
}

.team10-section-area .team10-widget-boxarea .text-area {
    padding: 20px 24px;
    transition: all 0.4s;
    border-radius: 0 0 8px 8px;
}

.team10-section-area .team10-widget-boxarea .text-area a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

.team10-section-area .team10-widget-boxarea .text-area p {
    color: var(--ztc-text-text-9);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.team10-section-area .team10-widget-boxarea2 {
    position: relative;
    z-index: 1;
    background: var(--ztc-text-text-1);
    border-radius: 8px;
    margin-bottom: 30px;
}

.team10-section-area .team10-widget-boxarea2:hover {
    border-radius: 8px;
}

.team10-section-area .team10-widget-boxarea2:hover .img1 img {
    transform: scale(1.1) rotate(4deg);
    transition: all 0.4s;
}

.team10-section-area .team10-widget-boxarea2:hover .text-area {
    background: var(--ztc-text-text-20);
    transition: all 0.4s;
}

.team10-section-area .team10-widget-boxarea2 .img1 {
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.4s;
}

.team10-section-area .team10-widget-boxarea2 .img1 img {
    height: 398px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.4s;
}

.team10-section-area .team10-widget-boxarea2 .text-area {
    padding: 20px 24px;
    transition: all 0.4s;
    border-radius: 0 0 8px 8px;
    background: var(--ztc-text-text-1);
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 2;
}

.team10-section-area .team10-widget-boxarea2 .text-area a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

.team10-section-area .team10-widget-boxarea2 .text-area p {
    color: var(--ztc-text-text-9);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

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

/*============= FAQ CSS AREA ===============*/

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

.faq-inner-section-area .faq-widget-area ul {
    justify-content: center;
    background: #F4F4F4;
    border-radius: 16px;
    padding: 18px;
    width: 994px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .faq-inner-section-area .faq-widget-area ul {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-inner-section-area .faq-widget-area ul {
        width: 100%;
    }
}

.faq-inner-section-area .faq-widget-area ul li button {
    color: var(--ztc-text-text-2);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 100% */
    display: inline-block;
    background: var(--ztc-text-text-1);
    padding: 16px 20px;
    border-radius: 4px;
    margin: 0 16px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-inner-section-area .faq-widget-area ul li button {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .faq-inner-section-area .faq-widget-area ul li button {
        margin-bottom: 10px;
    }
}

.faq-inner-section-area .faq-widget-area ul li button.active {
    background: var(--ztc-text-text-4);
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
}

.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item {
    border: none;
    background: var(--ztc-text-text-4);
    border-radius: 8px;
    padding: 0;
}

.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item button {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 100% */
    letter-spacing: -0.36px;
    border: none;
    box-shadow: none;
    background: #F4F4F4;
    padding: 20px 18px;
}

.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item button.accordion-button:not(.collapsed) {
    background: none;
    transition: all 0.4s;
}

.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item button.accordion-button:not(.collapsed)::before {
    background: var(--ztc-text-text-1);
}

.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item button.accordion-button:not(.collapsed)::after {
    filter: brightness(0);
}

.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item button::before {
    height: 28px;
    width: 28px;
    background: var(--ztc-text-text-4);
    transition: all 0.4s;
    border-radius: 50%;
    content: "";
    position: absolute;
    right: 14px;
}

.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item button::after {
    z-index: 1;
}

.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item .accordion-body {
    padding: 0;
}

.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item .accordion-body p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 0 18px 18px 18px;
}

/*============= FAQ CSS AREA ===============*/

/*============= CONTACT CSS AREA ===============*/

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

@media (max-width: 767px) {
    .contact2-section-area .mapouter {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact2-section-area .mapouter {
        margin-bottom: 30px;
    }
}

.contact2-section-area .mapouter .gmap_canvas iframe {
    width: 100%;
    height: 420px;
    border-radius: 8px;
}

.contact2-section-area .contact-boxs-area {
    margin: 0 0 0 50px;
}

@media (max-width: 767px) {
    .contact2-section-area .contact-boxs-area {
        margin: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact2-section-area .contact-boxs-area {
        margin: 0;
    }
}

.contact2-section-area .contact-boxs-area .contact-auhtor-box {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 24px;
    display: flex;
    align-items: center;
    transition: all 0.4s;
}

.contact2-section-area .contact-boxs-area .contact-auhtor-box:hover {
    background: var(--ztc-bg-bg-5);
    transition: all 0.4s;
}

.contact2-section-area .contact-boxs-area .contact-auhtor-box:hover .icons {
    background: var(--ztc-bg-bg-4);
    transition: all 0.4s;
    transform: rotateY(-180deg);
}

.contact2-section-area .contact-boxs-area .contact-auhtor-box:hover .icons img {
    filter: brightness(0) invert(1);
    transition: all 0.4s;
}

.contact2-section-area .contact-boxs-area .contact-auhtor-box:hover .text h4 {
    color: var(--ztc-text-text-5);
    transition: all 0.4s;
}

.contact2-section-area .contact-boxs-area .contact-auhtor-box:hover .text a {
    color: var(--ztc-text-text-5);
    transition: all 0.4s;
}

.contact2-section-area .contact-boxs-area .contact-auhtor-box .icons {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    transition: all 0.4s;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.contact2-section-area .contact-boxs-area .contact-auhtor-box .icons img {
    transition: all 0.4s;
        filter: grayscale(1);
}

.contact2-section-area .contact-boxs-area .contact-auhtor-box .text {
    padding-left: 14px;
}

.contact2-section-area .contact-boxs-area .contact-auhtor-box .text 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-bold);
    line-height: 18px;
    text-transform: uppercase;
    transition: all 0.4s;
}

.contact2-section-area .contact-boxs-area .contact-auhtor-box .text a {
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}

.contact3-section-area {
    position: relative;
    z-index: 1;
    background: #F5F5F5;
}

.contact-bg-section {
    position: relative;
    z-index: 1;
    background-image: url(../img/bg/contact-bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-bg-section .contact-img1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .contact-bg-section .contact-img1 {
        width: 100%;
        height: 100%;
    }
}

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

.contact-bg-section .mapouter .gmap_canvas {
    margin-top: 38px;
}

.contact-bg-section .mapouter .gmap_canvas iframe {
    width: 50%;
    position: relative;
    top: 10px;
}

@media (max-width: 767px) {
    .contact-bg-section .mapouter .gmap_canvas iframe {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-bg-section .mapouter .gmap_canvas iframe {
        width: 100%;
    }
}

.contact-bg-section .contact-boxarea {
    border-radius: 8px;
    background: #FFF;
    padding: 24px;
    position: relative;
    z-index: 1;
}

.contact-bg-section .contact-boxarea .icons {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    background: linear-gradient(90deg, #FF3639 2.73%, #E12FA2 71.84%);
    position: absolute;
}

.contact-bg-section .contact-boxarea .icons img {
    height: 30px;
    width: 30px;
    display: inline-block;
    filter: brightness(0) invert(1);
}

.contact-bg-section .contact-boxarea .text {
    padding-left: 74px;
}

.contact-bg-section .contact-boxarea .text h5 {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    /* 100% */
    text-transform: uppercase;
}

.contact-bg-section .contact-boxarea .text a {
    color: var(--ztc-text-text-9);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    /* 100% */
    display: inline-block;
}

.contact5-bg-section {
    position: relative;
    z-index: 1;
    background-image: url(../img/bg/contact-bg2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact5-bg-section .contact-img1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .contact5-bg-section .contact-img1 {
        width: 100%;
        height: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact5-bg-section .contact-img1 {
        width: 100%;
        height: 100%;
    }
}

.contact5-bg-section .mapouter .gmap_canvas {
    margin-top: 38px;
}

.contact5-bg-section .mapouter .gmap_canvas iframe {
    width: 50%;
    position: relative;
    top: 10px;
}

@media (max-width: 767px) {
    .contact5-bg-section .mapouter .gmap_canvas iframe {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact5-bg-section .mapouter .gmap_canvas iframe {
        width: 100%;
    }
}

.contact5-bg-section .contact-boxarea {
    border-radius: 8px;
    background: #FFF;
    padding: 24px;
    position: relative;
    z-index: 1;
}

.contact5-bg-section .contact-boxarea .icons {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    background: linear-gradient(135deg, #FF7A00 0%, #F00 100%);
    position: absolute;
}

.contact5-bg-section .contact-boxarea .icons img {
    height: 30px;
    width: 30px;
    display: inline-block;
    filter: brightness(0) invert(1);
}

.contact5-bg-section .contact-boxarea .text {
    padding-left: 74px;
}

.contact5-bg-section .contact-boxarea .text h5 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    /* 100% */
    text-transform: uppercase;
}

.contact5-bg-section .contact-boxarea .text a {
    color: var(--ztc-text-text-3);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    /* 100% */
    display: inline-block;
}

.contact8-bg-section {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.1);
}

.contact8-bg-section .mapouter .gmap_canvas iframe {
    width: 47%;
    position: absolute;
    right: 0;
    top: 0;
    height: 322px;
}

@media (max-width: 767px) {
    .contact8-bg-section .mapouter .gmap_canvas iframe {
        width: 100%;
        position: relative;
        height: 325px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact8-bg-section .mapouter .gmap_canvas iframe {
        width: 100%;
        position: relative;
        height: 325px;
    }
}

.contact8-bg-section .contact-boxarea {
    border-radius: 8px;
    background: #FFF;
    padding: 24px;
    position: relative;
    z-index: 1;
}

.contact8-bg-section .contact-boxarea .icons {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    background: linear-gradient(90deg, #FF3639 2.73%, #E12FA2 71.84%);
    position: absolute;
}

.contact8-bg-section .contact-boxarea .icons img {
    height: 30px;
    width: 30px;
    display: inline-block;
    filter: brightness(0) invert(1);
}

.contact8-bg-section .contact-boxarea .text {
    padding-left: 74px;
}

.contact8-bg-section .contact-boxarea .text h5 {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    /* 100% */
    text-transform: uppercase;
}

.contact8-bg-section .contact-boxarea .text a {
    color: var(--ztc-text-text-9);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    /* 100% */
    display: inline-block;
}

.contact4-section-area {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-8);
}

.contact4-section-area .contact4-boxarea {
    position: relative;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 24px;
}

.contact4-section-area .contact4-boxarea 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;
    /* 100% */
    text-transform: uppercase;
}

.contact4-section-area .contact4-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-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    padding: 16px;
    margin-top: 16px;
}

.contact4-section-area .contact4-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-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    opacity: 80%;
}

.contact4-section-area .contact4-boxarea .input-area 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;
    opacity: 80%;
}

.contact4-section-area .contact4-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-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    padding: 16px;
    height: 140px;
    margin-top: 16px;
}

.contact4-section-area .contact4-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-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    opacity: 80%;
}

.contact4-section-area .contact4-boxarea .input-area textarea::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;
    opacity: 80%;
}

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

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

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

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

.contact4-section-area .contact4-header .contact-author-box {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.contact4-section-area .contact4-header .contact-author-box .icons {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.contact4-section-area .contact4-header .contact-author-box .icons img {
    filter: brightness(0) invert(1);
    height: 30px;
    width: 30px;
    display: inline-block;
}

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

.contact4-section-area .contact4-header .contact-author-box .text 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-bold);
    line-height: 18px;
    text-transform: uppercase;
}

.contact4-section-area .contact4-header .contact-author-box .text a {
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact4-section-area .img1 {
        height: 330px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .contact4-section-area .img1 {
        height: 330px;
        margin-bottom: 30px;
    }
}

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

.contact4-section-area .mapouter .gmap_canvas iframe {
    width: 100%;
    height: 333px;
    border-radius: 8px;
}

.contact2-bg-section {
    position: relative;
    z-index: 1;
    background-image: url(../img/new/Photo-under-section---805---330.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact2-bg-section .contact-img1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .contact2-bg-section .contact-img1 {
        width: 100%;
        height: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact2-bg-section .contact-img1 {
        width: 100%;
        height: 100%;
    }
}

.contact2-bg-section .mapouter .gmap_canvas {
    margin-top: 38px;
}

.contact2-bg-section .mapouter .gmap_canvas iframe {
    width: 50%;
    position: relative;
    top: 10px;
}

@media (max-width: 767px) {
    .contact2-bg-section .mapouter .gmap_canvas iframe {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact2-bg-section .mapouter .gmap_canvas iframe {
        width: 100%;
    }
}

.contact2-bg-section .contact-boxarea {
    border-radius: 8px;
    background: #FFF;
    padding: 24px;
    position: relative;
    z-index: 1;
}

.contact2-bg-section .contact-boxarea .icons {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    background-image: url(../img/elements/elements27.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
}

.contact2-bg-section .contact-boxarea .icons img {
    height: 30px;
    width: 30px;
    display: inline-block;
    filter: brightness(0) invert(1);
}

.contact2-bg-section .contact-boxarea .text {
    padding-left: 74px;
}

.contact2-bg-section .contact-boxarea .text h5 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    /* 100% */
    text-transform: uppercase;
}

.contact2-bg-section .contact-boxarea .text a {
    color: var(--ztc-text-text-3);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    /* 100% */
    display: inline-block;
}

.contact-inner-section .img1 img {
    height: 540px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.contact-inner-section .contact4-boxarea {
    position: relative;
    border-radius: 8px;
    background: #F1F1F1;
    padding: 24px;
}

.contact-inner-section .contact4-boxarea h3 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 32px;
    /* 100% */
    text-transform: uppercase;
}

.contact-inner-section .contact4-boxarea .input-area input {
    width: 100%;
    color: var(--ztc-text-text-2);
    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;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    padding: 16px;
    margin-top: 16px;
}

.contact-inner-section .contact4-boxarea .input-area input::-moz-placeholder {
    color: var(--ztc-text-text-3);
    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%;
}

.contact-inner-section .contact4-boxarea .input-area input::placeholder {
    color: var(--ztc-text-text-3);
    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%;
}

.contact-inner-section .contact4-boxarea .input-area textarea {
    width: 100%;
    color: var(--ztc-text-text-2);
    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;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    padding: 16px;
    height: 140px;
    margin-top: 16px;
}

.contact-inner-section .contact4-boxarea .input-area textarea::-moz-placeholder {
    color: var(--ztc-text-text-3);
    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%;
}

.contact-inner-section .contact4-boxarea .input-area textarea::placeholder {
    color: var(--ztc-text-text-3);
    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%;
}

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

.contact10-bg-section {
    position: relative;
    z-index: 1;
    background: #232323;
}

.contact10-bg-section .mapouter .gmap_canvas iframe {
    width: 47%;
    position: absolute;
    right: 0;
    top: 0;
    height: 322px;
}

@media (max-width: 767px) {
    .contact10-bg-section .mapouter .gmap_canvas iframe {
        width: 100%;
        position: relative;
        height: 325px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact10-bg-section .mapouter .gmap_canvas iframe {
        width: 100%;
        position: relative;
        height: 325px;
    }
}

.contact10-bg-section .contact-boxarea {
    border-radius: var(--rounded-lg, 8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.2);
    padding: 24px;
    position: relative;
    z-index: 1;
}

.contact10-bg-section .contact-boxarea .icons {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    background: var(--ztc-bg-bg-14);
    position: absolute;
}

.contact10-bg-section .contact-boxarea .icons img {
    height: 30px;
    width: 30px;
    display: inline-block;
    filter: brightness(0);
}

.contact10-bg-section .contact-boxarea .text {
    padding-left: 74px;
}

.contact10-bg-section .contact-boxarea .text h5 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    text-transform: uppercase;
}

.contact10-bg-section .contact-boxarea .text a {
    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-medium);
    line-height: 18px;
    display: inline-block;
}

/*============= CONTACT CSS AREA ENDS===============*/

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

.cta1-section-area {
    position: relative;
    z-index: 2;
    position: relative;
    /* margin-bottom: -130px; */
    margin-top: 14px;
    margin-bottom: 15px;
}

.cta1-section-area .cta1-main-boxarea {
    background: var(--ztc-bg-bg-3);
    border-radius: 8px;
    padding: 44px;
       display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .cta1-section-area .cta1-main-boxarea {
        padding: 20px;
        text-align: center;
    }
}

.cta1-section-area .cta1-main-boxarea .timer-btn-area {
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta1-section-area .cta1-main-boxarea .timer-btn-area {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .cta1-section-area .cta1-main-boxarea .timer-btn-area {
        display: inline-block;
    }
}

.cta1-section-area .cta1-main-boxarea .timer-btn-area .timer {
    display: flex;
}

@media (max-width: 767px) {
    .cta1-section-area .cta1-main-boxarea .timer-btn-area .timer {
        display: inline-block;
        text-align: center;
        margin: 0 auto;
    }
}

.cta1-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    width: 150px;
    color: var(--ztc-text-text-2);
    padding: 16px 30px;
    font-weight: bold;
    margin: 0 14px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta1-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
        margin: 0 20px 0 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .cta1-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
        margin: 0 0 20px 0;
        display: block;
    }
}

.cta1-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box .time-value span {
    color: var(--ztc-text-text-2);
    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;
    text-transform: uppercase;
}

.cta1-section-area .cta1-main-boxarea .timer-btn-area .timer .time-value {
    color: var(--ztc-text-text-2);
    text-align: center;
    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: uppercase;
}

.cta1-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
    padding-left: 24px;
    border-left: 1px solid #D0981F;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta1-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
        padding-left: 0;
        border: 0;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .cta1-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
        padding-left: 0;
        border: 0;
        margin-top: 20px;
    }
}

.cta1-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn1 {
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-text-text-1);
}

.cta1-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn1:hover {
    color: var(--ztc-text-text-2);
}

.cta1-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn1::before {
    background: var(--ztc-bg-bg-1);
}

.cta1-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn1::after {
    background: #312E30;
}

.cta1-section-area .cta1-main-boxarea ul li {
    display: inline-block;
    margin: 0 24px 0 0;
    padding-top: 32px;
}

.cta1-section-area .cta1-main-boxarea ul li a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 4px;
    background: rgba(26, 23, 25, 0.05);
    padding: 12px 10px;
}

@media (max-width: 767px) {
    .cta1-section-area .cta1-main-boxarea ul li a {
        line-height: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta1-section-area .cta1-main-boxarea ul li a {
        line-height: 32px;
    }
}

.cta1-section-area .cta1-main-boxarea ul li a img {
    margin: -6px 6px 0 0;
}

.cta2-section-area {
    position: relative;
    z-index: 2;
    position: relative;
    margin-bottom: -130px;
}

.cta2-section-area .cta1-main-boxarea {
    background: var(--ztc-bg-bg-5);
    border-radius: 8px;
    padding: 44px;
        display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
}

@media (max-width: 767px) {
    .cta2-section-area .cta1-main-boxarea {
        padding: 20px;
        text-align: center;
    }
}

.cta2-section-area .cta1-main-boxarea .timer-btn-area {
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta2-section-area .cta1-main-boxarea .timer-btn-area {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .cta2-section-area .cta1-main-boxarea .timer-btn-area {
        display: inline-block;
    }
}

.cta2-section-area .cta1-main-boxarea .timer-btn-area .timer {
    display: flex;
}

@media (max-width: 767px) {
    .cta2-section-area .cta1-main-boxarea .timer-btn-area .timer {
        display: inline-block;
        text-align: center;
        margin: 0 auto;
    }
}

.cta2-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    width: 150px;
    color: var(--ztc-text-text-2);
    padding: 16px 30px;
    font-weight: bold;
    margin: 0 14px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta2-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
        margin: 0 20px 0 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .cta2-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
        margin: 0 0 20px 0;
        display: block;
    }
}

.cta2-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box .time-value span {
    color: var(--ztc-text-text-2);
    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;
    text-transform: uppercase;
}

.cta2-section-area .cta1-main-boxarea .timer-btn-area .timer .time-value {
    color: var(--ztc-text-text-2);
    text-align: center;
    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: uppercase;
}

.cta2-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
    padding-left: 24px;
    border-left: 1px solid rgba(17, 17, 17, 0.2);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta2-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
        padding-left: 0;
        border: 0;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .cta2-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
        padding-left: 0;
        border: 0;
        margin-top: 20px;
    }
}

.cta2-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn2 {
    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;
    text-transform: uppercase;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 8px;
}

.cta2-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn2 span.demo {
    display: inline-block;
    background: var(--ztc-bg-bg-4);
    transition: all 0.4s;
    border-radius: 70px;
    padding: 20px 26px;
}

.cta2-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn2 span.arrow {
    display: inline-block;
    background: var(--ztc-bg-bg-4);
    transition: all 0.4s;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    color: var(--ztc-text-text-1);
    text-align: center;
    line-height: 54px;
    font-size: var(--ztc-font-size-font-s20);
    transform: rotate(-45deg);
}

.cta2-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn2:hover {
    transition: all 0.4s;
}

.cta2-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn2:hover span.arrow {
    margin-left: 6px;
    transition: all 0.4s;
    transform: rotate(0deg);
}

.cta2-section-area .cta1-main-boxarea ul li {
    display: inline-block;
    margin: 0 24px 0 0;
    padding-top: 32px;
}

.cta2-section-area .cta1-main-boxarea ul li a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 4px;
    background: rgba(26, 23, 25, 0.05);
    padding: 12px 10px;
}

@media (max-width: 767px) {
    .cta2-section-area .cta1-main-boxarea ul li a {
        line-height: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta2-section-area .cta1-main-boxarea ul li a {
        line-height: 32px;
    }
}

.cta2-section-area .cta1-main-boxarea ul li a img {
    margin: -6px 6px 0 0;
}

.cta3-section-area {
    position: relative;
    z-index: 1;
    background-image: url(../img/bg/header-bg4.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.cta3-section-area .elements9 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.cta3-section-area .elements18 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.cta3-section-area .elements24 {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta3-section-area .elements24 {
        display: none;
    }
}

@media (max-width: 767px) {
    .cta3-section-area .elements24 {
        display: none;
    }
}

.cta3-section-area .img1 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    -o-object-fit: contain;
    object-fit: contain;
    height: 460px;
    top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta3-section-area .img1 {
        position: relative;
        top: 60px;
    }
}

@media (max-width: 767px) {
    .cta3-section-area .img1 {
        position: relative;
        top: 60px;
    }
}

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

.cta3-section-area .date-btn {
    text-align: center;
    padding: 35px;
    background: var(--ztc-bg-bg-1);
    border-radius: 50%;
    display: inline-block;
    width: 230px;
    height: 230px;
    position: absolute;
    right: 100px;
    bottom: 100px;
}

@media (max-width: 767px) {
    .cta3-section-area .date-btn {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta3-section-area .date-btn {
        right: 30px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .cta3-section-area .date-btn {
        right: 0;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .cta3-section-area .date-btn {
        right: 50px;
    }
}

.cta3-section-area .date-btn h4 {
    color: var(--ztc-text-text-8);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s60);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 60px;
    text-transform: uppercase;
}

.cta3-section-area .date-btn p {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 20px;
    text-transform: uppercase;
}

.cta3-section-area .date-btn a {
    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;
    display: inline-block;
    padding: 18px;
    background-image: url(../img/elements/elements20.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cta3-section-area .cta-counter-box {
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    padding: 45px 30px;
    width: 170px;
    height: 170px;
}

@media (max-width: 767px) {
    .cta3-section-area .cta-counter-box {
        margin: 0 auto;
        margin-bottom: 50px;
    }
}

.cta3-section-area .cta-counter-box .elements23 {
    position: absolute;
    max-width: 200px !important;
    max-height: 200px !important;
    left: -15px;
    top: -15px;
}

.cta3-section-area .cta-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;
}

.cta3-section-area .cta-counter-box p {
    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-medium);
    line-height: 18px;
    text-transform: uppercase;
}

.cta4-section-area {
    position: relative;
    z-index: 2;
    position: relative;
    margin-bottom: -130px;
}

.cta4-section-area .cta1-main-boxarea {
    background: var(--ztc-bg-bg-9);
    border-radius: 8px;
    padding: 44px;
}

@media (max-width: 767px) {
    .cta4-section-area .cta1-main-boxarea {
        padding: 20px;
        text-align: center;
    }
}

.cta4-section-area .cta1-main-boxarea .timer-btn-area {
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta4-section-area .cta1-main-boxarea .timer-btn-area {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .cta4-section-area .cta1-main-boxarea .timer-btn-area {
        display: inline-block;
    }
}

.cta4-section-area .cta1-main-boxarea .timer-btn-area .timer {
    display: flex;
}

@media (max-width: 767px) {
    .cta4-section-area .cta1-main-boxarea .timer-btn-area .timer {
        display: inline-block;
        text-align: center;
        margin: 0 auto;
    }
}

.cta4-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    width: 150px;
    color: var(--ztc-text-text-2);
    padding: 16px 30px;
    font-weight: bold;
    margin: 0 14px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta4-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
        margin: 0 20px 0 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .cta4-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
        margin: 0 0 20px 0;
        display: block;
    }
}

.cta4-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box .time-value span {
    color: var(--ztc-text-text-11);
    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;
    text-transform: uppercase;
}

.cta4-section-area .cta1-main-boxarea .timer-btn-area .timer .time-value {
    color: var(--ztc-text-text-11);
    text-align: center;
    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: uppercase;
}

.cta4-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
    padding-left: 24px;
    border-left: 1px solid var(--ztc-bg-bg-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta4-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
        padding-left: 0;
        border: 0;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .cta4-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
        padding-left: 0;
        border: 0;
        margin-top: 20px;
    }
}

.cta4-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn4 {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    text-transform: uppercase;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
}

.cta4-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn4:hover {
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.cta4-section-area .cta1-main-boxarea ul li {
    display: inline-block;
    margin: 0 24px 0 0;
    padding-top: 32px;
}

.cta4-section-area .cta1-main-boxarea ul li 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-medium);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 4px;
    background: rgba(26, 23, 25, 0.05);
    padding: 12px 10px;
}

@media (max-width: 767px) {
    .cta4-section-area .cta1-main-boxarea ul li a {
        line-height: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta4-section-area .cta1-main-boxarea ul li a {
        line-height: 32px;
    }
}

.cta4-section-area .cta1-main-boxarea ul li a img {
    margin: -6px 6px 0 0;
    filter: brightness(0) invert(1);
}

.cta6-section-area {
    position: relative;
    z-index: 2;
    position: relative;
    margin-bottom: -130px;
}

.cta6-section-area .cta1-main-boxarea {
    background: var(--ztc-bg-bg-10);
    border-radius: 8px;
    padding: 44px;
}

@media (max-width: 767px) {
    .cta6-section-area .cta1-main-boxarea {
        padding: 20px;
        text-align: center;
    }
}

.cta6-section-area .cta1-main-boxarea .timer-btn-area {
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta6-section-area .cta1-main-boxarea .timer-btn-area {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .cta6-section-area .cta1-main-boxarea .timer-btn-area {
        display: inline-block;
    }
}

.cta6-section-area .cta1-main-boxarea .timer-btn-area .timer {
    display: flex;
}

@media (max-width: 767px) {
    .cta6-section-area .cta1-main-boxarea .timer-btn-area .timer {
        display: inline-block;
        text-align: center;
        margin: 0 auto;
    }
}

.cta6-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    width: 150px;
    color: var(--ztc-text-text-2);
    padding: 16px 30px;
    font-weight: bold;
    margin: 0 14px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta6-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
        margin: 0 20px 0 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .cta6-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
        margin: 0 0 20px 0;
        display: block;
    }
}

.cta6-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box .time-value span {
    color: var(--ztc-text-text-2);
    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;
    text-transform: uppercase;
}

.cta6-section-area .cta1-main-boxarea .timer-btn-area .timer .time-value {
    color: var(--ztc-text-text-2);
    text-align: center;
    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: uppercase;
}

.cta6-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
    padding-left: 24px;
    border-left: 1px solid var(--ztc-bg-bg-1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta6-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
        padding-left: 0;
        border: 0;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .cta6-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
        padding-left: 0;
        border: 0;
        margin-top: 20px;
    }
}

.cta6-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn6 {
    color: var(--ztc-text-text-21);
    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;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
}

.cta6-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn6 img {
    filter: brightness(0);
}

.cta6-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn6:hover {
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.cta6-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn6:hover img {
    filter: brightness(0) invert(1);
}

.cta6-section-area .cta1-main-boxarea ul li {
    display: inline-block;
    margin: 0 24px 0 0;
    padding-top: 32px;
}

.cta6-section-area .cta1-main-boxarea ul li 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-medium);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.2);
    padding: 12px 10px;
}

@media (max-width: 767px) {
    .cta6-section-area .cta1-main-boxarea ul li a {
        line-height: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta6-section-area .cta1-main-boxarea ul li a {
        line-height: 32px;
    }
}

.cta6-section-area .cta1-main-boxarea ul li a img {
    margin: -6px 6px 0 0;
    filter: brightness(0) invert(1);
}

.cta7-section-area {
    position: relative;
    z-index: 2;
    margin-bottom: -180px;
}

.cta7-section-area .cta7-bg-area {
    padding: 70px;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .cta7-section-area .cta7-bg-area {
        padding: 40px;
    }
}

.cta7-section-area .cta7-bg-area .cta-heading h2 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 52px;
    letter-spacing: -0.88px;
}

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

.cta7-section-area .cta7-bg-area .cta-heading 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;
}

.cta8-section-area {
    position: relative;
    z-index: 2;
    position: relative;
    margin-bottom: -130px;
}

.cta8-section-area .cta1-main-boxarea {
    background: var(--ztc-bg-bg-12);
    border-radius: 8px;
    padding: 44px;
}

@media (max-width: 767px) {
    .cta8-section-area .cta1-main-boxarea {
        padding: 20px;
        text-align: center;
    }
}

.cta8-section-area .cta1-main-boxarea .timer-btn-area {
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta8-section-area .cta1-main-boxarea .timer-btn-area {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .cta8-section-area .cta1-main-boxarea .timer-btn-area {
        display: inline-block;
    }
}

.cta8-section-area .cta1-main-boxarea .timer-btn-area .timer {
    display: flex;
}

@media (max-width: 767px) {
    .cta8-section-area .cta1-main-boxarea .timer-btn-area .timer {
        display: inline-block;
        text-align: center;
        margin: 0 auto;
    }
}

.cta8-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    width: 150px;
    color: var(--ztc-text-text-2);
    padding: 16px 30px;
    font-weight: bold;
    margin: 0 14px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta8-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
        margin: 0 20px 0 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .cta8-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
        margin: 0 0 20px 0;
        display: block;
    }
}

.cta8-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box .time-value span {
    color: var(--ztc-text-text-2);
    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;
    text-transform: uppercase;
}

.cta8-section-area .cta1-main-boxarea .timer-btn-area .timer .time-value {
    color: var(--ztc-text-text-2);
    text-align: center;
    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: uppercase;
}

.cta8-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
    padding-left: 24px;
    border-left: 1px solid rgba(250, 227, 227, 0.2);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta8-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
        padding-left: 0;
        border: 0;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .cta8-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
        padding-left: 0;
        border: 0;
        margin-top: 20px;
    }
}

.cta8-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn8 {
    color: var(--ztc-text-text-16);
    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;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 8px;
}

.cta8-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn8 span.demo {
    display: inline-block;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    border-radius: 70px;
    padding: 20px 26px;
}

.cta8-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn8 span.arrow {
    display: inline-block;
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    text-align: center;
    color: var(--ztc-text-text-16);
    line-height: 54px;
    font-size: var(--ztc-font-size-font-s20);
    transform: rotate(-45deg);
}

.cta8-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn8:hover {
    transition: all 0.4s;
    color: var(--ztc-text-text-16);
}

.cta8-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn8:hover span.arrow {
    margin-left: 6px;
    transition: all 0.4s;
    transform: rotate(0deg);
}

.cta8-section-area .cta1-main-boxarea ul li {
    display: inline-block;
    margin: 0 24px 0 0;
    padding-top: 32px;
}

.cta8-section-area .cta1-main-boxarea ul li 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-medium);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.2);
    padding: 12px 10px;
}

@media (max-width: 767px) {
    .cta8-section-area .cta1-main-boxarea ul li a {
        line-height: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta8-section-area .cta1-main-boxarea ul li a {
        line-height: 32px;
    }
}

.cta8-section-area .cta1-main-boxarea ul li a img {
    margin: -6px 6px 0 0;
    filter: brightness(0) invert(1);
}

.cta9-section-area {
    position: relative;
    z-index: 2;
    position: relative;
    margin-top: -130px;
}

.cta9-section-area .cta1-main-boxarea {
    border-radius: var(--rounded-lg, 8px);
    background: var(--LLL, linear-gradient(135deg, #FF5000 0%, #FF00B8 100%));
    padding: 44px;
}

@media (max-width: 767px) {
    .cta9-section-area .cta1-main-boxarea {
        padding: 20px;
        text-align: center;
    }
}

.cta9-section-area .cta1-main-boxarea .timer-btn-area {
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta9-section-area .cta1-main-boxarea .timer-btn-area {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .cta9-section-area .cta1-main-boxarea .timer-btn-area {
        display: inline-block;
    }
}

.cta9-section-area .cta1-main-boxarea .timer-btn-area .timer {
    display: flex;
}

@media (max-width: 767px) {
    .cta9-section-area .cta1-main-boxarea .timer-btn-area .timer {
        display: inline-block;
        text-align: center;
        margin: 0 auto;
    }
}

.cta9-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    width: 150px;
    color: var(--ztc-text-text-2);
    padding: 16px 30px;
    font-weight: bold;
    margin: 0 14px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta9-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
        margin: 0 20px 0 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .cta9-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
        margin: 0 0 20px 0;
        display: block;
    }
}

.cta9-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box .time-value span {
    color: var(--ztc-text-text-18);
    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;
    text-transform: uppercase;
}

.cta9-section-area .cta1-main-boxarea .timer-btn-area .timer .time-value {
    color: var(--ztc-text-text-18);
    text-align: center;
    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: uppercase;
}

.cta9-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
    padding-left: 24px;
    border-left: 1px solid rgba(250, 227, 227, 0.2);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta9-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
        padding-left: 0;
        border: 0;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .cta9-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
        padding-left: 0;
        border: 0;
        margin-top: 20px;
    }
}

.cta9-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn9 {
    color: #FC334C;
    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;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 4px;
    padding: 20px 26px;
    border-radius: var(--rounded-lg, 8px);
    background: #fff;
    overflow: hidden;
}

.cta9-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn9::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    left: 50%;
    top: 0;
    transition: all 0.4s;
    background: var(--LLL, linear-gradient(135deg, #FF00B8 0%, #FF5000 100%));
    z-index: -1;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
}

.cta9-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn9:hover {
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    transform: translateY(-5px);
}

.cta9-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn9:hover::after {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    left: 0;
    top: 0;
    visibility: visible;
    opacity: 1;
}

.cta9-section-area .cta1-main-boxarea ul li {
    display: inline-block;
    margin: 0 24px 0 0;
    padding-top: 32px;
}

.cta9-section-area .cta1-main-boxarea ul li 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-medium);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.2);
    padding: 12px 10px;
}

@media (max-width: 767px) {
    .cta9-section-area .cta1-main-boxarea ul li a {
        line-height: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta9-section-area .cta1-main-boxarea ul li a {
        line-height: 32px;
    }
}

.cta9-section-area .cta1-main-boxarea ul li a img {
    margin: -6px 6px 0 0;
    filter: brightness(0) invert(1);
}

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

/*============= TESTIMONIAL CSS AREA ===============*/

.testimonials1-section-area {
    background: #FBF9F4;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .testimonials1-section-area .testimonial-img2 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonials1-section-area .testimonial-img2 {
        display: none;
    }
}

.testimonials1-section-area .testimonial-img2::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 48%;
    right: 0;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-2);
    opacity: 0.5;
}

.testimonials1-section-area .testimonial-img2 img {
    position: absolute;
    right: 0;
    top: 0;
    width: 48%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.testimonials1-section-area .testimonial-content-slider .owl-nav {
    margin-top: 48px;
}

.testimonials1-section-area .testimonial-content-slider .owl-nav button {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
    background: rgba(26, 23, 25, 0.05);
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
    font-size: var(--ztc-font-size-font-s20);
}

.testimonials1-section-area .testimonial-content-slider .owl-nav button.owl-prev {
    margin: 0 16px 0 0;
}

.testimonials1-section-area .testimonial-content-slider .owl-nav button:hover {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
}

.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box {
    position: relative;
    z-index: 1;
}

.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .list-display {
    display: flex;
    align-self: center;
    justify-content: space-between;
}

.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .list-display ul li {
    height: 24px;
    width: 24px;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    background: rgba(255, 186, 0, 0.1);
    transition: all 0.4s;
    line-height: 24px;
    color: #af99ab;
}

.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box p {
    color: var(--ztc-text-text-3);
    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: 30px;
}

.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .auhtor-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .auhtor-area .name-area {
    display: flex;
    align-items: center;
}

.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .auhtor-area .name-area .img1 img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .auhtor-area .name-area .text {
    padding-left: 12px;
}

.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .auhtor-area .name-area .text a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .auhtor-area .name-area .text p {
    color: var(--ztc-text-text-3);
    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;
}

.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .auhtor-area .logo svg {
    width: 122px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
}

.testimonials1-section-area .video-play-btn {
    text-align: center;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .testimonials1-section-area .video-play-btn {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonials1-section-area .video-play-btn {
        margin-top: 30px;
    }
}

.testimonials1-section-area .video-play-btn a {
    height: 90px;
    width: 90px;
    text-align: center;
    line-height: 90px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-1);
    position: relative;
    z-index: 1;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .testimonials1-section-area .video-play-btn a {
        background: var(--ztc-bg-bg-3);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonials1-section-area .video-play-btn a {
        background: var(--ztc-bg-bg-3);
    }
}

.testimonials1-section-area .video-play-btn a::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 45px;
    top: 45px;
    background: var(--ztc-bg-bg-1);
    opacity: 30%;
    transition: all 0.4s;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}

@media (max-width: 767px) {
    .testimonials1-section-area .video-play-btn a::after {
        background: var(--ztc-bg-bg-3);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonials1-section-area .video-play-btn a::after {
        background: var(--ztc-bg-bg-3);
    }
}

.testimonial4-section-area {
    position: relative;
    z-index: 1;
    background: #F8F7F3;
}

.testimonial4-section-area .testimonial-review-slider {
    position: relative;
}

@media (max-width: 767px) {
    .testimonial4-section-area .testimonial-review-slider .owl-nav {
        margin-top: 30px;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial4-section-area .testimonial-review-slider .owl-nav {
        margin-top: 30px;
        text-align: center;
    }
}

.testimonial4-section-area .testimonial-review-slider .owl-nav button {
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    transition: all 0.4s;
    background: rgba(46, 77, 253, 0.08);
    font-size: var(--ztc-font-size-font-s20);
    display: inline-block;
    color: var(--ztc-text-text-11);
}

.testimonial4-section-area .testimonial-review-slider .owl-nav button:hover {
    background: var(--ztc-text-text-13);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.testimonial4-section-area .testimonial-review-slider .owl-nav button.owl-prev {
    position: absolute;
    left: -100px;
    top: 50%;
    margin-top: -90px;
}

@media (max-width: 767px) {
    .testimonial4-section-area .testimonial-review-slider .owl-nav button.owl-prev {
        position: relative;
        z-index: 1;
        left: 0;
        top: 0;
        margin-top: 0;
        margin: 0 16px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial4-section-area .testimonial-review-slider .owl-nav button.owl-prev {
        position: relative;
        z-index: 1;
        left: 0;
        top: 0;
        margin-top: 0;
        margin: 0 16px 0 0;
    }
}

.testimonial4-section-area .testimonial-review-slider .owl-nav button.owl-next {
    position: absolute;
    right: -100px;
    top: 50%;
    margin-top: -90px;
}

@media (max-width: 767px) {
    .testimonial4-section-area .testimonial-review-slider .owl-nav button.owl-next {
        position: relative;
        z-index: 1;
        right: 0;
        top: 0;
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial4-section-area .testimonial-review-slider .owl-nav button.owl-next {
        position: relative;
        z-index: 1;
        right: 0;
        top: 0;
        margin-top: 0;
    }
}

.testimonial4-section-area .testimonial-review-slider .testimonial4-content ul {
    text-align: center;
}

.testimonial4-section-area .testimonial-review-slider .testimonial4-content ul li {
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 4px;
    background: rgba(46, 77, 253, 0.08);
    color: var(--ztc-text-text-13);
    text-align: center;
}

.testimonial4-section-area .testimonial-review-slider .testimonial4-content p.main {
    color: var(--ztc-text-text-12);
    text-align: center;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 40px;
    /* 166.667% */
    text-align: center;
}

.testimonial4-section-area .testimonial-review-slider .testimonial4-content .name-area {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial4-section-area .testimonial-review-slider .testimonial4-content .name-area .img1 img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial4-section-area .testimonial-review-slider .testimonial4-content .name-area .text {
    padding-left: 14px;
}

.testimonial4-section-area .testimonial-review-slider .testimonial4-content .name-area .text a {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
}

.testimonial4-section-area .testimonial-review-slider .testimonial4-content .name-area .text p {
    color: #363D4A;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 100% */
    text-align: start;
}

.testimonial6-section-area {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-2);
}

.testimonial6-section-area .testimonial-heading h5 {
    color: var(--ztc-text-text-1);
}

.testimonial6-section-area .testimonial-heading h5 img {
    filter: brightness(0) invert(1);
}

.testimonial6-section-area .testimonial-heading h2 {
    color: var(--ztc-text-text-1);
}

.testimonial6-section-area .testimonial-reviews-area .slick-list {
    overflow: inherit !important;
}

.testimonial6-section-area .testimonial-reviews-area .testimonial-boxarea {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    padding: 20px 16px;
    height: 220px;
    position: relative;
    margin: 0 8px;
}

.testimonial6-section-area .testimonial-reviews-area .testimonial-boxarea p {
    color: rgba(64, 64, 64, 0.9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
}

.testimonial6-section-area .testimonial-reviews-area .testimonial-boxarea a {
    color: rgba(64, 64, 64, 0.9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    bottom: 20px;
}

.testimonial6-section-area .testimonial-reviews-area2 .slick-list {
    overflow: inherit !important;
}

.testimonial6-section-area .testimonial-reviews-area2 .testimonial-boxarea {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    padding: 20px 16px;
    height: 220px;
    position: relative;
    margin: 0 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial6-section-area .testimonial-reviews-area2 .testimonial-boxarea {
        height: 350px;
    }
}

.testimonial6-section-area .testimonial-reviews-area2 .testimonial-boxarea p {
    color: rgba(64, 64, 64, 0.9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
}

.testimonial6-section-area .testimonial-reviews-area2 .testimonial-boxarea a {
    color: rgba(64, 64, 64, 0.9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    bottom: 20px;
}

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

.testimonials7-section-area .testimonial-content-slider7 {
    position: relative;
}

.testimonials7-section-area .testimonial-content-slider7 .owl-nav {
    position: absolute;
    top: -130px;
    right: 0;
}

@media (max-width: 767px) {
    .testimonials7-section-area .testimonial-content-slider7 .owl-nav {
        position: relative;
        right: 0;
        left: 0;
        top: 0;
        margin-top: 30px;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonials7-section-area .testimonial-content-slider7 .owl-nav {
        position: relative;
        right: 0;
        left: 0;
        top: 0;
        margin-top: 30px;
        text-align: center;
    }
}

.testimonials7-section-area .testimonial-content-slider7 .owl-nav button {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
    background: rgba(252, 34, 106, 0.1);
    transition: all 0.4s;
    color: var(--ztc-text-text-15);
    transition: all 0.4s;
    font-size: var(--ztc-font-size-font-s20);
}

.testimonials7-section-area .testimonial-content-slider7 .owl-nav button.owl-prev {
    margin: 0 16px 0 0;
}

.testimonials7-section-area .testimonial-content-slider7 .owl-nav button:hover {
    background: var(--ztc-bg-bg-11);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box {
    position: relative;
    z-index: 1;
    border-radius: var(--rounded-lg, 8px);
    border: 1px solid rgba(26, 23, 25, 0.05);
    padding: 32px 24px;
    transition: all 0.4s;
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box:hover {
    border-radius: var(--rounded-lg, 8px);
    background: #FFF3F6;
    transition: all 0.4s;
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box:hover .list-display .icons {
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box:hover .list-display ul {
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box .list-display {
    display: flex;
    align-self: center;
    justify-content: space-between;
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box .list-display .icons {
    height: 50px;
    width: 50px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50%;
    background: #F5F5F5;
    text-align: center;
    line-height: 50px;
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box .list-display ul {
    border-radius: 4px;
    background: #F5F5F5;
    display: inline-block;
    padding: 8px;
    height: 40px;
    transition: all 0.4s;
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box .list-display ul li {
    display: inline-block;
    color: #FFA41C;
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box .list-display ul li:nth-child(6) {
    color: #1A1719;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box p {
    color: var(--ztc-text-text-3);
    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: 30px;
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box .auhtor-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box .auhtor-area .name-area {
    display: flex;
    align-items: center;
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box .auhtor-area .name-area .img1 img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box .auhtor-area .name-area .text {
    padding-left: 12px;
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box .auhtor-area .name-area .text a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box .auhtor-area .name-area .text p {
    color: var(--ztc-text-text-3);
    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;
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box .auhtor-area .logo svg {
    width: 122px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
}

.testimonials7-section-area .video-play-btn {
    text-align: center;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .testimonials7-section-area .video-play-btn {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonials7-section-area .video-play-btn {
        margin-top: 30px;
    }
}

.testimonials7-section-area .video-play-btn a {
    height: 90px;
    width: 90px;
    text-align: center;
    line-height: 90px;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-1);
    position: relative;
    z-index: 1;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .testimonials7-section-area .video-play-btn a {
        background: var(--ztc-bg-bg-3);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonials7-section-area .video-play-btn a {
        background: var(--ztc-bg-bg-3);
    }
}

.testimonials7-section-area .video-play-btn a::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 45px;
    top: 45px;
    background: var(--ztc-bg-bg-1);
    opacity: 30%;
    transition: all 0.4s;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}

@media (max-width: 767px) {
    .testimonials7-section-area .video-play-btn a::after {
        background: var(--ztc-bg-bg-3);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonials7-section-area .video-play-btn a::after {
        background: var(--ztc-bg-bg-3);
    }
}

/*============= TESTIMONIAL CSS AREA ENDS ===============*/

/*============= CASE STUDY CSS AREA ENDS ===============*/

/*============= CASE STUDY CSS AREA ENDS ===============*/

/*============= ABOUT CSS AREA ===============*/

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

.about1-section-area .about-imges {
    position: relative;
    z-index: 1;
}

.about1-section-area .about-imges .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.about1-section-area .about-imges .about-btnarea {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 40.5%;
}

.about1-section-area .about-imges .about-btnarea svg {
    position: absolute;
    top: -45px;
    left: -40px;
}

.about1-section-area .about-imges .about-btnarea a {
    color: var(--ztc-text-text-2);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    position: relative;
}

.about1-section-area .about-imges .about-btnarea a span {
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-text-text-1);
    transform: rotate(-45deg);
    font-size: var(--ztc-font-size-font-s24);
}

.about1-section-area .about-header-area {
    padding: 0 0 0 30px;
}

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

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

.about1-section-area .about-header-area .about-auhtor-box {
    position: relative;
    z-index: 1;
    background: #FBF9F4;
    border-radius: 8px;
    padding: 20px 24px;
    transition: all 0.4s;
}

.about1-section-area .about-header-area .about-auhtor-box:hover .icons {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
    transform: rotateY(-180deg);
}

.about1-section-area .about-header-area .about-auhtor-box .icons {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    transition: all 0.4s;
    display: inline-block;
    border-radius: 48px;
    background: rgba(26, 23, 25, 0.05);
    text-align: center;
    line-height: 48px;
    position: absolute;
}

.about1-section-area .about-header-area .about-auhtor-box .text {
    padding-left: 60px;
}

.about1-section-area .about-header-area .about-auhtor-box .text a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}

.about1-section-area .about-header-area .about-counter-area {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .about1-section-area .about-header-area .about-counter-area {
        display: flex;
        padding: 0 !important;
        border: none;
        text-align: center;
    }
}

.about1-section-area .about-header-area .about-counter-area .counter-box {
    border-right: 1px solid #E6E8E8;
    padding: 0 40px 0 0;
    text-align: center;
}

@media (max-width: 767px) {
    .about1-section-area .about-header-area .about-counter-area .counter-box {
        padding: 0 5px !important;
        border: none;
    }
}

.about1-section-area .about-header-area .about-counter-area .counter-box.box2 {
    padding: 0 48px;
}

.about1-section-area .about-header-area .about-counter-area .counter-box.box3 {
    padding: 0 0 0 48px;
}

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

.about2-section-area .elements12 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1000px;
    -o-object-fit: cover;
    object-fit: cover;
}

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

@media (max-width: 767px) {
    .about2-section-area .about-images-area {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about2-section-area .about-images-area {
        margin-bottom: 30px;
    }
}

.about2-section-area .about-images-area .elements14 {
    position: absolute;
    left: -60px;
}

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

.about2-section-area .about2-header .others-boxarea {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .about2-section-area .about2-header .others-boxarea {
        display: inline-block;
    }
}

.about2-section-area .about2-header .others-boxarea .icons-box {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    padding: 10px 12px;
    margin: 0 18px 0 0;
    margin-top: 28px;
}

.about2-section-area .about2-header .others-boxarea .icons-box:hover .icons {
    background: var(--ztc-bg-bg-5);
    transition: all 0.4s;
    transform: rotateY(-180deg);
    transition: all 0.4s;
}

.about2-section-area .about2-header .others-boxarea .icons-box:hover .icons img {
    filter: brightness(0);
    transition: all 0.4s;
}

.about2-section-area .about2-header .others-boxarea .icons-box .icons {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    transition: all 0.4s;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
}

.about2-section-area .about2-header .others-boxarea .icons-box .icons img {
    filter: brightness(0) invert(1);
    transition: all 0.4s;
    filter: revert;
}

.about2-section-area .about2-header .others-boxarea .icons-box 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-bold);
    line-height: 18px;
    padding-left: 10px;
}

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

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

.about3-section-area .about3-images .about-img10 {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.about3-section-area .about3-images .img1 {
    background: #FFEBEC;
    border-radius: 50%;
    padding: 10px;
    overflow: hidden;
}

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

.about3-section-area .about3-images .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    transition: all 0.4s;
}

.about3-section-area .about3-images .img2 {
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .about3-section-area .about3-images .img2 {
        position: relative;
        margin-top: 20px;
    }
}

.about3-section-area .about3-images .img2:hover img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.about3-section-area .about3-images .img2 img {
    width: 240px;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    transition: all 0.4s;
}

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

.about3-section-area .about3-images .img3 {
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .about3-section-area .about3-images .img3 {
        position: relative;
        margin-top: 20px;
    }
}

.about3-section-area .about3-images .img3:hover img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.about3-section-area .about3-images .img3 img {
    width: 240px;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    transition: all 0.4s;
}

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

.about3-section-area .about-header {
    padding: 0 0 0 80px;
}

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

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

.about3-section-area .about-header .counter-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about3-section-area .about-header .counter-area .counter-box {
    margin-top: 20px;
    border-right: 1px solid #E6E8E8;
    padding: 0 40px 0 0;
    text-align: center;
}

@media (max-width: 767px) {
    .about3-section-area .about-header .counter-area .counter-box {
        padding: 0;
        border: none;
    }
}

.about3-section-area .about-header .counter-area .counter-box h3 {
    color: var(--ztc-text-text-8);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

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

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

.about4-section-area .about-images .content-box {
    background: var(--ztc-bg-bg-8);
    padding: 32px 24px;
    border-radius: 8px;
}

.about4-section-area .about-images .content-box p {
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    /* 100% */
}

.about4-section-area .about-images .content-box h6 {
    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: 24px;
    /* 120% */
    padding-bottom: 20px;
    border-bottom: 1px solid var(--ztc-text-text-1);
}

.about4-section-area .about-images .content-box ul li a {
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    /* 100% */
    display: inline-block;
    margin-top: 14px;
}

.about4-section-area .about-images .content-box ul li a img {
    filter: brightness(0) invert(1);
    margin: 0 4px 0 0;
}

.about4-section-area .about4-heading {
    padding: 0 0 0 50px;
}

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

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

.about4-section-area .about4-heading ul li {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 20px;
    padding-top: 20px;
}

@media (max-width: 767px) {
    .about4-section-area .about4-heading ul li {
        line-height: 26px;
        display: flex;
    }
}

.about4-section-area .about4-heading ul li img {
    margin: 0 8px 0 0;
}

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

.about6-section-area .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    padding: 8px;
}

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

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

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

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

.about7-section-area .about-header-area {
    padding: 0 30px 0 0;
}

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

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

.about7-section-area .about-header-area .about-auhtor-box {
    position: relative;
    z-index: 1;
    background: #FFF3F6;
    border-radius: 8px;
    padding: 20px 24px;
    transition: all 0.4s;
}

.about7-section-area .about-header-area .about-auhtor-box:hover .icons {
    background: var(--ztc-bg-bg-11);
    transition: all 0.4s;
    transform: rotateY(-180deg);
}

.about7-section-area .about-header-area .about-auhtor-box .icons {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    transition: all 0.4s;
    display: inline-block;
    border-radius: 48px;
    background: var(--ztc-bg-bg-11);
    text-align: center;
    line-height: 48px;
    position: absolute;
}

.about7-section-area .about-header-area .about-auhtor-box .icons img {
    filter: brightness(0) invert(1);
}

.about7-section-area .about-header-area .about-auhtor-box .text {
    padding-left: 60px;
}

.about7-section-area .about-header-area .about-auhtor-box .text a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}

.about7-section-area .about-header-area .about-counter-area {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .about7-section-area .about-header-area .about-counter-area {
        display: flex;
        padding: 0 !important;
        border: none;
        text-align: center;
    }
}

.about7-section-area .about-header-area .about-counter-area .counter-box {
    border-right: 1px solid #E6E8E8;
    padding: 0 40px 0 0;
    text-align: center;
}

@media (max-width: 767px) {
    .about7-section-area .about-header-area .about-counter-area .counter-box {
        padding: 0 5px !important;
        border: none;
    }
}

.about7-section-area .about-header-area .about-counter-area .counter-box.box2 {
    padding: 0 48px;
}

.about7-section-area .about-header-area .about-counter-area .counter-box.box3 {
    padding: 0 0 0 48px;
}

.about7-section-area .about-all-images {
    position: relative;
    z-index: 1;
}

.about7-section-area .about-all-images .img1 img {
    height: 560px;
    width: 360px;
    border-radius: 8px;
}

.about7-section-area .about-all-images .img2 {
    position: absolute;
    right: 0;
    top: 80px;
}

@media (max-width: 767px) {
    .about7-section-area .about-all-images .img2 {
        position: relative;
        top: 0;
        margin-top: 30px;
    }
}

.about7-section-area .about-all-images .img2 img {
    height: 400px;
    width: 340px;
    border-radius: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about7-section-area .about-all-images .arrow-btn {
        display: none;
    }
}

@media (max-width: 767px) {
    .about7-section-area .about-all-images .arrow-btn {
        display: none;
    }
}

.about7-section-area .about-all-images .arrow-btn a {
    background: var(--ztc-bg-bg-2);
    border-width: 1px;
    border: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    border-radius: 50%;
    padding: 8px;
    height: 150px;
    width: 150px;
    position: absolute;
    top: -25px;
    left: 50%;
}

.about7-section-area .about-all-images .arrow-btn a .arrow1 {
    position: absolute;
    left: 42%;
    top: 42%;
    height: 24px;
    width: 24px;
}

.about7-section-area .about-all-images .arrow-btn a .circle {
    position: absolute;
    margin-bottom: 0;
    font-size: var(--ztc-font-size-font-s14);
    text-transform: uppercase;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--tg-color-white-default);
}

.about7-section-area .about-all-images .arrow-btn a .circle span {
    position: absolute;
    top: -63px;
    display: inline-block;
    transform-origin: 0 63px;
    color: var(--ztc-text-text-1);
}

@media (max-width: 767px) {
    .about7-section-area .about-all-images .arrow-btn a {
        margin-top: 15px;
    }
}

.about7-section-area .about-all-images .elements37 {
    position: absolute;
    left: 50%;
    bottom: -25px;
}

.about8-section-area {
    position: relative;
}

.about8-section-area .layer1 {
    position: absolute;
    bottom: -100px;
    width: 100%;
    z-index: 2;
    height: 160px;
}

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

.about8-section-area .about8-images .about-img10 {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.about8-section-area .about8-images .img1 {
    background: rgba(255, 255, 255, 0.2);
    padding: 10px;
    overflow: hidden;
    border-radius: 50%;
}

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

.about8-section-area .about8-images .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    transition: all 0.4s;
}

.about8-section-area .about8-images .img2 {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .about8-section-area .about8-images .img2 {
        position: relative;
        margin-top: 20px;
    }
}

.about8-section-area .about8-images .img2:hover img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.about8-section-area .about8-images .img2 img {
    width: 240px;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    transition: all 0.4s;
}

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

.about8-section-area .about8-images .img3 {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .about8-section-area .about8-images .img3 {
        position: relative;
        margin-top: 20px;
    }
}

.about8-section-area .about8-images .img3:hover img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.about8-section-area .about8-images .img3 img {
    width: 240px;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    transition: all 0.4s;
}

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

.about8-section-area .side-img1-area {
    position: relative;
    z-index: 1;
    top: -60px;
}

@media (max-width: 767px) {
    .about8-section-area .side-img1-area {
        top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about8-section-area .side-img1-area {
        top: 0;
    }
}

.about8-section-area .side-img1-area .counter-box {
    display: inline-block;
}

.about8-section-area .side-img1-area .counter-box h3 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.88px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    display: inline-block;
    height: 132px;
    width: 132px;
    text-align: center;
    line-height: 132px;
    border-radius: 50%;
    transition: all 0.4s;
}

.about8-section-area .side-img1-area .counter-box h3:hover {
    background: #FF2D55;
    transition: all 0.4s;
}

.about8-section-area .side-img1-area .counter-box h3::after {
    height: 148px;
    width: 148px;
    display: inline-block;
    position: absolute;
    content: "";
    left: -8px;
    top: -8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.about8-section-area .side-img1-area .counter-box p {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.4px;
    margin-top: 16px;
}

.about8-section-area .side-img1-area .counter-box2 {
    display: inline-block;
    position: absolute;
    top: 42%;
    left: 42%;
}

.about8-section-area .side-img1-area .counter-box2 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: 700;
    line-height: 24px;
    letter-spacing: -0.88px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    display: inline-block;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    transition: all 0.4s;
}

.about8-section-area .side-img1-area .counter-box2 h3:hover {
    background: #FF2D55;
    transition: all 0.4s;
}

.about8-section-area .side-img1-area .counter-box2 h3::after {
    height: 90px;
    width: 90px;
    display: inline-block;
    position: absolute;
    content: "";
    left: -5px;
    top: -5px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.about8-section-area .side-img1-area .counter-box2 p {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.4px;
    margin-top: 16px;
}

.about8-section-area .side-img1-area .counter-box3 {
    display: inline-block;
    position: absolute;
    bottom: -50px;
    right: 0;
}

.about8-section-area .side-img1-area .counter-box3 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: 700;
    line-height: 32px;
    letter-spacing: -0.88px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    display: inline-block;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    transition: all 0.4s;
}

.about8-section-area .side-img1-area .counter-box3 h3:hover {
    background: #FF2D55;
    transition: all 0.4s;
}

.about8-section-area .side-img1-area .counter-box3 h3::after {
    height: 110px;
    width: 110px;
    display: inline-block;
    position: absolute;
    content: "";
    left: -5px;
    top: -5px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.about8-section-area .side-img1-area .counter-box3 p {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.4px;
    margin-top: 16px;
}

.about8-section-area .side-img1-area .counter-box4 {
    display: inline-block;
    position: absolute;
    left: 40px;
    bottom: -60%;
}

.about8-section-area .side-img1-area .counter-box4 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: 700;
    line-height: 32px;
    letter-spacing: -0.88px;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    display: inline-block;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    transition: all 0.4s;
}

.about8-section-area .side-img1-area .counter-box4 h3:hover {
    background: #FF2D55;
    transition: all 0.4s;
}

.about8-section-area .side-img1-area .counter-box4 h3::after {
    height: 110px;
    width: 110px;
    display: inline-block;
    position: absolute;
    content: "";
    left: -5px;
    top: -5px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.about8-section-area .side-img1-area .counter-box4 p {
    color: rgba(255, 255, 255, 0.9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.4px;
    margin-top: 16px;
}

.about8-section-area .side-img1-area .img1 {
    position: absolute;
    right: 70px;
    top: -30px;
}

.about8-section-area .side-img1-area .img1 img {
    height: 110px;
    width: 110px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about8-section-area .side-img1-area .img2 {
    position: absolute;
    right: 0;
    top: 30%;
}

.about8-section-area .side-img1-area .img2 img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about8-section-area .side-img1-area .img3 {
    position: relative;
    top: 80px;
    left: -10px;
}

.about8-section-area .side-img1-area .img3 img {
    height: 100px;
    width: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.about8-section-area .side-img1-area .img4 {
    position: relative;
    top: 40px;
    left: 40%;
}

.about8-section-area .side-img1-area .img4 img {
    height: 56px;
    width: 56px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

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

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

.about10-section-area .about10-images .about-img10 {
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.about10-section-area .about10-images .img1 {
    background: #484547;
    border-radius: 50%;
    padding: 10px;
    overflow: hidden;
}

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

.about10-section-area .about10-images .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    transition: all 0.4s;
}

.about10-section-area .about10-images .img2 {
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .about10-section-area .about10-images .img2 {
        position: relative;
        margin-top: 20px;
    }
}

.about10-section-area .about10-images .img2:hover img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.about10-section-area .about10-images .img2 img {
    width: 240px;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    transition: all 0.4s;
}

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

.about10-section-area .about10-images .img3 {
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .about10-section-area .about10-images .img3 {
        position: relative;
        margin-top: 20px;
    }
}

.about10-section-area .about10-images .img3:hover img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.about10-section-area .about10-images .img3 img {
    width: 240px;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    transition: all 0.4s;
}

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

.about10-section-area .about-header {
    padding: 0 0 0 80px;
}

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

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

.about10-section-area .about-header .counter-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about10-section-area .about-header .counter-area .counter-box {
    margin-top: 20px;
    border-right: 1px solid #979999;
    padding: 0 40px 0 0;
    text-align: center;
}

@media (max-width: 767px) {
    .about10-section-area .about-header .counter-area .counter-box {
        padding: 0;
        border: none;
    }
}

.about10-section-area .about-header .counter-area .counter-box h3 {
    color: var(--ztc-text-text-1);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

/*============= ABOUT CSS AREA ENDS ===============*/

/*============= EVENT CSS AREA ===============*/

.event1-section-area {
    position: relative;
    z-index: 1;
    background: #FBF9F4;
}

.event1-section-area .nav.nav-pills {
    justify-content: center;
}

.event1-section-area .nav.nav-pills .nav-item button {
    border-radius: 8px;
    border: 1px solid rgba(26, 23, 25, 0.05);
    background: #FFF;
    padding: 0;
    margin: 0 30px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event1-section-area .nav.nav-pills .nav-item button {
        margin: 30px 30px 0 0;
    }
}

@media (max-width: 767px) {
    .event1-section-area .nav.nav-pills .nav-item button {
        margin: 30px 0 0 0;
        width: 100%;
    }
}

.event1-section-area .nav.nav-pills .nav-item button.active {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
}

.event1-section-area .nav.nav-pills .nav-item button.active .day {
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.event1-section-area .nav.nav-pills .nav-item button .vl-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
}

.event1-section-area .nav.nav-pills .nav-item button .day {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    display: block;
    text-align: center;
    border-radius: 8px 8px 0px 0px;
    background: rgba(26, 23, 25, 0.05);
    padding: 8px 0;
}

.event1-section-area .nav.nav-pills .nav-item button .cal {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 44px;
    display: inline-block;
    transition: all 0.4s;
    text-align: center;
    margin: 0 28px 0 0;
}

.event1-section-area .nav.nav-pills .nav-item button span.date {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s22);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 26px;
    /* 118.182% */
    display: inline-block;
}

.event1-section-area .tab-content .tab-pane .tabs-widget-boxarea {
    background: var(--ztc-bg-bg-1);
    padding: 40px;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .event1-section-area .tab-content .tab-pane .tabs-widget-boxarea {
        padding: 16px;
    }
}

.event1-section-area .tab-content .tab-pane .tabs-widget-boxarea .img1 img {
    height: 270px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.event1-section-area .tab-content .tab-pane .tabs-widget-boxarea .content-area {
    padding: 0 0 0 30px;
}

@media (max-width: 767px) {
    .event1-section-area .tab-content .tab-pane .tabs-widget-boxarea .content-area {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event1-section-area .tab-content .tab-pane .tabs-widget-boxarea .content-area {
        padding: 0;
        margin-top: 30px;
    }
}

.event1-section-area .tab-content .tab-pane .tabs-widget-boxarea .content-area ul li {
    display: inline-block;
}

.event1-section-area .tab-content .tab-pane .tabs-widget-boxarea .content-area ul li a {
    color: var(--ztc-text-text-3);
    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;
    /* 100% */
}

.event1-section-area .tab-content .tab-pane .tabs-widget-boxarea .content-area ul li a span {
    margin: 0 8px;
}

.event1-section-area .tab-content .tab-pane .tabs-widget-boxarea .content-area a.head {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

.event1-section-area .tab-content .tab-pane .tabs-widget-boxarea .content-area p {
    color: var(--ztc-text-text-3);
    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: 28px;
}

.event2-section-area {
    position: relative;
    z-index: 2;
    background-image: url(../img/new/1440-783.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.event2-section-area .tabs-button ul {
    justify-content: center;
}

.event2-section-area .tabs-button ul li button {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px;
    width: 180px;
    display: flex;
    align-items: center;
    text-align: center;
    height: 56px;
    margin: 0 16px 0 0;
}

@media (max-width: 767px) {
    .event2-section-area .tabs-button ul li button {
        margin: 0 0 10px 0;
    }
}

.event2-section-area .tabs-button ul li button.active {
    background: var(--ztc-bg-bg-5);
    transition: all 0.4s;
}

.event2-section-area .tabs-button ul li button.active span.calender {
    background: var(--ztc-bg-bg-4);
    transition: all 0.4s;
}

.event2-section-area .tabs-button ul li button.active .pl-8 .day {
    color: var(--ztc-text-text-5);
    transition: all 0.4s;
}

.event2-section-area .tabs-button ul li button.active .pl-8 .date {
    color: var(--ztc-text-text-5);
    transition: all 0.4s;
}

.event2-section-area .tabs-button ul li button span.calender {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.2);
    height: 43px;
    width: 55px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    transition: all 0.4s;
}

.event2-section-area .tabs-button ul li button span.calender img {
    transition: all 0.4s;
    height: 24px;
    width: 24px;
    filter: brightness(0) invert(1);
}

.event2-section-area .tabs-button ul li button .pl-8 {
    padding-left: 8px;
    display: inline-block;
    text-align: start;
}

.event2-section-area .tabs-button ul li button .pl-8 .day {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
    text-align: start;
}

.event2-section-area .tabs-button ul li button .pl-8 .date {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s14);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 14px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 8px;
    padding: 28px;
    position: relative;
    z-index: 1;
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea::after {
    position: absolute;
    content: "";
    height: 93%;
    width: 1px;
    left: -60px;
    top: 195px;
    transition: all 0.4s;
    background: rgba(255, 255, 255, 0.1);
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1 {
    color: #fff;
    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;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    position: absolute;
    left: -88px;
    top: 140px;
    z-index: 1;
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1.active {
    background: var(--ztc-bg-bg-5);
    color: var(--ztc-text-text-5);
}

@media (max-width: 767px) {
    .event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1 {
        display: none;
    }
}

@media (max-width: 767px) {
    .event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 {
        margin-bottom: 30px;
    }
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li {
    display: inline-block;
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li a {
        display: block;
        margin-bottom: 10px;
    }
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li a img {
    filter: brightness(0) invert(1);
    margin: 0 4px 0 0;
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li a span {
    margin: 0 8px;
    display: inline-block;
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .head {
    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;
}

@media (max-width: 767px) {
    .event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .head {
        line-height: 32px;
    }
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area {
        display: inline-block;
    }
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area {
    display: flex;
    align-items: center;
    padding: 0 12px 0 0;
    border-right: 1px solid #354F57;
}

@media (max-width: 767px) {
    .event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .img1 {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .img1 {
        margin-bottom: 0;
    }
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .img1 img {
    height: 56px;
    width: 56px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text {
    padding-left: 12px;
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text 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;
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text a {
        line-height: 18px;
    }
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea.box3::after {
    display: none;
}

@media (max-width: 767px) {
    .event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area {
        padding: 0 !important;
        margin-bottom: 16px;
        border: none;
    }
}

.event3-section-area {
    position: relative;
    z-index: 2;
}

.event3-section-area .tabs-button ul {
    justify-content: center;
}

.event3-section-area .tabs-button ul li button {
    border-radius: 8px;
    background: #F5F5F5;
    padding: 8px;
    width: 180px;
    display: flex;
    align-items: center;
    text-align: center;
    height: 56px;
    margin: 0 16px 0 0;
}

@media (max-width: 767px) {
    .event3-section-area .tabs-button ul li button {
        margin: 0 0 10px 0;
    }
}

.event3-section-area .tabs-button ul li button.active {
    border-radius: 8px;
    background: var(--LLL, linear-gradient(135deg, #FF5000 0%, #FF00B8 100%));
    transition: all 0.4s;
}

.event3-section-area .tabs-button ul li button.active span.calender {
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
}

.event3-section-area .tabs-button ul li button.active span.calender img {
    filter: none;
}

.event3-section-area .tabs-button ul li button.active .pl-8 .day {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.event3-section-area .tabs-button ul li button.active .pl-8 .date {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.event3-section-area .tabs-button ul li button span.calender {
    border-radius: 4px;
    background: var(--LLL, linear-gradient(135deg, #FF5000 0%, #FF00B8 100%));
    height: 43px;
    width: 55px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    transition: all 0.4s;
}

.event3-section-area .tabs-button ul li button span.calender img {
    transition: all 0.4s;
    height: 24px;
    width: 24px;
    filter: brightness(0) invert(1);
}

.event3-section-area .tabs-button ul li button .pl-8 {
    padding-left: 8px;
    display: inline-block;
    text-align: start;
}

.event3-section-area .tabs-button ul li button .pl-8 .day {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
    text-align: start;
}

.event3-section-area .tabs-button ul li button .pl-8 .date {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s14);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 14px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea {
    position: relative;
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea::after {
    position: absolute;
    content: "";
    height: 93%;
    width: 1px;
    left: 45.7%;
    top: 0;
    transition: all 0.4s;
    background: #E6E7E8;
}

@media (max-width: 767px) {
    .event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea::after {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea::after {
        display: none;
    }
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1 {
    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;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    background: var(--LLL, linear-gradient(135deg, #FF5000 0%, #FF00B8 100%));
    border-radius: 50%;
    position: absolute;
    left: 43%;
    top: 88px;
    z-index: 1;
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1.active {
    background: var(--LLL, linear-gradient(135deg, #FF5000 0%, #FF00B8 100%));
    color: var(--ztc-text-text-1);
}

@media (max-width: 767px) {
    .event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1 {
        display: none;
    }
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 {
        margin-bottom: 30px;
    }
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li {
    display: inline-block;
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li a {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li a {
        display: block;
        margin-bottom: 10px;
    }
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li a img {
    filter: brightness(0);
    margin: 0 4px 0 0;
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li a span {
    margin: 0 8px;
    display: inline-block;
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .head {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .head {
        line-height: 32px;
    }
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area {
        display: inline-block;
    }
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area {
    display: flex;
    align-items: center;
    padding: 0 12px 0 0;
    border-right: 1px solid #E6E7E8;
}

@media (max-width: 767px) {
    .event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .img1 {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .img1 {
        margin-bottom: 0;
    }
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .img1 img {
    height: 56px;
    width: 56px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text {
    padding-left: 12px;
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text a {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text a {
        line-height: 18px;
    }
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text p {
    color: var(--ztc-text-text-9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea.box3::after {
    display: none;
}

@media (max-width: 767px) {
    .event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area {
        padding: 0 !important;
        margin-bottom: 16px;
        border: none;
    }
}

.event4-section-area {
    position: relative;
    z-index: 1;
    background: #F8F7F3;
}

.event4-section-area .event-images-area {
    position: relative;
    z-index: 1;
}

.event4-section-area .event-images-area .img1 {
    position: relative;
    z-index: 1;
}

.event4-section-area .event-images-area .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    background: var(--ztc-bg-bg-8);
    opacity: 0.8;
    border-radius: 8px;
}

.event4-section-area .event-images-area .img1 img {
    height: 632px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

@media (max-width: 767px) {
    .event4-section-area .event-images-area .img1 img {
        height: 400px;
    }
}

.event4-section-area .event-images-area .content-area {
    position: absolute;
    top: 0;
    z-index: 2;
    padding: 48px 90px 48px 48px;
    top: 50%;
    margin-top: -180px;
}

@media (max-width: 767px) {
    .event4-section-area .event-images-area .content-area {
        padding: 20px;
        margin-top: -135px;
    }
}

.event4-section-area .nav.nav-pills {
    justify-content: center;
}

.event4-section-area .nav.nav-pills .nav-item button {
    border-radius: 8px;
    border: 1px solid rgba(0, 36, 102, 0.1);
    background: #FFF;
    padding: 0;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event4-section-area .nav.nav-pills .nav-item button {
        margin: 30px 30px 0 0;
    }
}

@media (max-width: 767px) {
    .event4-section-area .nav.nav-pills .nav-item button {
        margin: 30px 0 0 0;
        width: 100%;
    }
}

.event4-section-area .nav.nav-pills .nav-item button.active {
    background: var(--ztc-bg-bg-9);
    transition: all 0.4s;
}

.event4-section-area .nav.nav-pills .nav-item button.active .day {
    background: var(--ztc-bg-bg-8);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.event4-section-area .nav.nav-pills .nav-item button.active .cal {
    color: var(--ztc-text-text-1);
}

.event4-section-area .nav.nav-pills .nav-item button.active span.date {
    color: var(--ztc-text-text-1);
}

.event4-section-area .nav.nav-pills .nav-item button .vl-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
}

.event4-section-area .nav.nav-pills .nav-item button .day {
    color: var(--ztc-text-text-12);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    display: block;
    text-align: center;
    border-radius: 8px 8px 0px 0px;
    background: rgba(0, 36, 102, 0.1);
    padding: 8px 0;
}

.event4-section-area .nav.nav-pills .nav-item button .cal {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 44px;
    display: inline-block;
    transition: all 0.4s;
    text-align: center;
    margin: 0 28px 0 0;
}

.event4-section-area .nav.nav-pills .nav-item button span.date {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s22);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 26px;
    /* 118.182% */
    display: inline-block;
}

.event4-section-area .tab-content .tab-pane .accordion-item {
    margin-bottom: 24px;
    border-radius: 8px;
    padding: 28px 24px;
    border-radius: 8px;
    border: 1px solid rgba(46, 77, 253, 0.08);
    background: #FFF;
}

.event4-section-area .tab-content .tab-pane .accordion-item button {
    display: block;
    padding: 0;
    box-shadow: none;
    background: none;
}

.event4-section-area .tab-content .tab-pane .accordion-item button::after {
    position: absolute;
    top: 30px;
    right: 0;
    height: 2px;
    width: 14px;
    background: var(--ztc-bg-bg-8);
    border-radius: 8px;
}

.event4-section-area .tab-content .tab-pane .accordion-item button::before {
    position: absolute;
    top: 30px;
    right: 0;
    height: 2px;
    width: 14px;
    background: var(--ztc-bg-bg-8);
    border-radius: 8px;
    transform: rotate(-90deg);
    content: "";
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.event4-section-area .tab-content .tab-pane .accordion-item button.accordion-button:not(.collapsed)::before {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.event4-section-area .tab-content .tab-pane .accordion-item button span {
    color: var(--ztc-text-text-12);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    display: inline-block;
    padding-bottom: 20px;
}

.event4-section-area .tab-content .tab-pane .accordion-item button span img {
    margin: 0 4px 0 0;
}

.event4-section-area .tab-content .tab-pane .accordion-item button .accor-btn {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    /* 100% */
    display: block;
    padding-bottom: 0;
}

.event4-section-area .tab-content .tab-pane .accordion-item .accordion-body {
    padding: 0;
}

.event4-section-area .tab-content .tab-pane .accordion-item .accordion-body p {
    color: var(--ztc-text-text-12);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
    padding-top: 16px;
}

.event-sidepage-section-area .event-side-images .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.event-sidepage-section-area .event-side-images h3 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s36);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 36px;
    /* 100% */
}

.event-sidepage-section-area .event-side-images p {
    color: var(--ztc-text-text-3);
    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: 24px;
}

.event-sidepage-section-area .event-side-images h4 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s28);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 36px;
    /* 100% */
}

.event-sidepage-section-area .event-side-images .our-team-boxarea {
    text-align: center;
    margin-top: 30px;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .content-area a {
    color: var(--ztc-text-text-2);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .content-area p {
    color: var(--ztc-text-text-3);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 24px;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .elements21 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .elements22 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area:hover .elements21 {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area:hover .elements22 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    height: auto;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon1 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    bottom: 36px;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon2 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    bottom: 0;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon3 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    bottom: 36px;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon4 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    bottom: -7px;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 {
    text-align: center;
    position: relative;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 .team-img4 {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 .share a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: all 0.4s;
    background: #af99ab;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    margin-bottom: -20px;
    color: var(--ztc-text-text-2);
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 .share a img {
    height: 20px;
    width: 20px;
    display: inline-block;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0);
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 ul {
    text-align: center;
    position: absolute;
    bottom: 0;
    transition: all 0.6s;
    left: 0;
    right: 0;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 ul li {
    display: inline-block;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 ul li a {
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    transition: all 0.4s;
    display: inline-block;
    background: var(--ztc-text-text-1);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.09);
    color: var(--ztc-text-text-8);
    margin: 0 10px 0 0;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 ul li a:hover {
    background: #af99ab;
    transition: all 0.4s;
    color: var(--ztc-text-text-2);
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 ul li a.icon1 {
    position: absolute;
    bottom: 10px;
    left: 8px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 ul li a.icon2 {
    position: absolute;
    bottom: -20px;
    left: 33px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 ul li a.icon3 {
    position: absolute;
    bottom: 10px;
    right: -3px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 ul li a.icon4 {
    position: absolute;
    bottom: -20px;
    right: 20px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s;
}

.event-sidepage-section-area .shedule-listarea {
    padding: 0 0 0 30px;
}

@media (max-width: 767px) {
    .event-sidepage-section-area .shedule-listarea {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event-sidepage-section-area .shedule-listarea {
        padding: 0;
        margin-top: 30px;
    }
}

.event-sidepage-section-area .shedule-listarea .content-area {
    border-radius: 8px;
    background: #F1F0F0;
    padding: 30px;
}

.event-sidepage-section-area .shedule-listarea .content-area ul li {
    display: inline-block;
}

.event-sidepage-section-area .shedule-listarea .content-area ul li a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .event-sidepage-section-area .shedule-listarea .content-area ul li a {
        display: block;
        margin-bottom: 10px;
    }
}

.event-sidepage-section-area .shedule-listarea .content-area ul li a img {
    filter: brightness(0);
    margin: 0 4px 0 0;
}

.event-sidepage-section-area .shedule-listarea .content-area ul li a span {
    margin: 0 8px;
    display: inline-block;
}

.event-sidepage-section-area .shedule-listarea .content-area .head {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .event-sidepage-section-area .shedule-listarea .content-area .head {
        line-height: 32px;
    }
}

.event-sidepage-section-area .shedule-listarea .content-area .author-area {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .event-sidepage-section-area .shedule-listarea .content-area .author-area {
        display: inline-block;
    }
}

.event-sidepage-section-area .shedule-listarea .content-area .author-area .autho-name-area {
    display: flex;
    align-items: center;
    padding: 0 12px 0 0;
    border-right: 1px solid #E6E7E8;
}

@media (max-width: 767px) {
    .event-sidepage-section-area .shedule-listarea .content-area .author-area .autho-name-area .img1 {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event-sidepage-section-area .shedule-listarea .content-area .author-area .autho-name-area .img1 {
        margin-bottom: 0;
    }
}

.event-sidepage-section-area .shedule-listarea .content-area .author-area .autho-name-area .img1 img {
    height: 56px;
    width: 56px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.event-sidepage-section-area .shedule-listarea .content-area .author-area .autho-name-area .text {
    padding-left: 12px;
}

.event-sidepage-section-area .shedule-listarea .content-area .author-area .autho-name-area .text a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .event-sidepage-section-area .shedule-listarea .content-area .author-area .autho-name-area .text a {
        line-height: 18px;
    }
}

.event-sidepage-section-area .shedule-listarea .content-area .author-area .autho-name-area .text p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}

.event-sidepage-section-area .shedule-listarea .mapouter .gmap_canvas iframe {
    height: 300px;
    width: 100%;
    border-radius: 8px;
}

.event-single-section-area {
    position: relative;
    z-index: 2;
}

.event-single-section-area .tabs-button ul {
    justify-content: center;
}

.event-single-section-area .tabs-button ul li button {
    border-radius: 8px;
    background: #F5F5F5;
    padding: 8px;
    width: 180px;
    display: flex;
    align-items: center;
    text-align: center;
    height: 56px;
    margin: 0 16px 0 0;
}

@media (max-width: 767px) {
    .event-single-section-area .tabs-button ul li button {
        margin: 0 0 10px 0;
    }
}

.event-single-section-area .tabs-button ul li button.active {
    border-radius: 8px;
    background: #af99ab;
    transition: all 0.4s;
}

.event-single-section-area .tabs-button ul li button.active span.calender {
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
}

.event-single-section-area .tabs-button ul li button.active span.calender img {
    filter: brightness(0);
}

.event-single-section-area .tabs-button ul li button.active .pl-8 .day {
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
}

.event-single-section-area .tabs-button ul li button.active .pl-8 .date {
    color: var(--ztc-text-text-2);
    transition: all 0.4s;
}

.event-single-section-area .tabs-button ul li button span.calender {
    border-radius: 4px;
    background: #af99ab;
    height: 43px;
    width: 55px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    transition: all 0.4s;
}

.event-single-section-area .tabs-button ul li button span.calender img {
    transition: all 0.4s;
    height: 24px;
    width: 24px;
    filter: brightness(0);
}

.event-single-section-area .tabs-button ul li button .pl-8 {
    padding-left: 8px;
    display: inline-block;
    text-align: start;
}

.event-single-section-area .tabs-button ul li button .pl-8 .day {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
    text-align: start;
}

.event-single-section-area .tabs-button ul li button .pl-8 .date {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s14);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 14px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea {
    position: relative;
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea::after {
    position: absolute;
    content: "";
    height: 93%;
    width: 1px;
    left: 45.7%;
    top: 0;
    transition: all 0.4s;
    background: #E6E7E8;
}

@media (max-width: 767px) {
    .event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea::after {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea::after {
        display: none;
    }
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    background: #af99ab;
    border-radius: 50%;
    position: absolute;
    left: 43%;
    top: 88px;
    z-index: 1;
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1.active {
    background: #af99ab;
    color: var(--ztc-text-text-2);
}

@media (max-width: 767px) {
    .event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1 {
        display: none;
    }
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 {
        margin-bottom: 30px;
    }
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li {
    display: inline-block;
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li a {
        display: block;
        margin-bottom: 10px;
    }
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li a img {
    filter: brightness(0);
    margin: 0 4px 0 0;
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li a span {
    margin: 0 8px;
    display: inline-block;
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .head {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .head {
        line-height: 32px;
    }
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area {
        display: inline-block;
    }
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area {
    display: flex;
    align-items: center;
    padding: 0 12px 0 0;
    border-right: 1px solid #E6E7E8;
}

@media (max-width: 767px) {
    .event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .img1 {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .img1 {
        margin-bottom: 0;
    }
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .img1 img {
    height: 56px;
    width: 56px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text {
    padding-left: 12px;
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text a {
        line-height: 18px;
    }
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea.box3::after {
    display: none;
}

@media (max-width: 767px) {
    .event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area {
        padding: 0 !important;
        margin-bottom: 16px;
        border: none;
    }
}

.schedule-section-area .schedule {
    width: 100%;
    border-radius: 16px;
}

.schedule-section-area table {
    width: 100%;
    border-collapse: collapse;
}

.schedule-section-area th,
.schedule-section-area td {
    border: 1px solid rgba(26, 23, 25, 0.1);
    background: #FFF;
    padding: 38px;
    text-align: center;
    vertical-align: middle;
}

.schedule-section-area th {
        background-color: #595762;
            color: #ffffff;
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    letter-spacing: -0.48px;
    padding: 18px 0;
}

.schedule-section-area td {
    color: var(--ztc-text-text-2);
    text-align: center;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 20px;
    letter-spacing: -0.4px;
}

.schedule-section-area td span {
    color: var(--ztc-text-text-3);
    text-align: center;
    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;
    letter-spacing: -0.32px;
    display: inline-block;
    padding-top: 10px;
}

@media screen and (max-width: 768px) {
    .schedule-section-area table,
    .schedule-section-area thead,
    .schedule-section-area tbody,
    .schedule-section-area th,
    .schedule-section-area td,
    .schedule-section-area tr {
        display: block;
        text-align: center;
    }
    .schedule-section-area th,
    .schedule-section-area td {
        width: 100%;
        text-align: center;
    }
}

.event5-section-area {
    position: relative;
    z-index: 2;
}

.event5-section-area .elements28 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.event5-section-area .elements29 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.event5-section-area .event-widget-area .event2-boxarea {
    position: relative;
}

.event5-section-area .event-widget-area .event2-boxarea::after {
    position: absolute;
    content: "";
    height: 93%;
    width: 1px;
    left: 45.7%;
    top: 0;
    transition: all 0.4s;
    background: #5D9BFA;
}

@media (max-width: 767px) {
    .event5-section-area .event-widget-area .event2-boxarea::after {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event5-section-area .event-widget-area .event2-boxarea::after {
        display: none;
    }
}

.event5-section-area .event-widget-area .event2-boxarea h1 {
    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;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    background: linear-gradient(135deg, #FF7A00 0%, #F00 100%);
    border-radius: 50%;
    position: absolute;
    left: 43%;
    top: 88px;
    z-index: 1;
}

.event5-section-area .event-widget-area .event2-boxarea h1.active {
    background: linear-gradient(135deg, #b09aaa 0%, #b09aaa 100%);
    color: var(--ztc-text-text-1);
}

@media (max-width: 767px) {
    .event5-section-area .event-widget-area .event2-boxarea h1 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event5-section-area .event-widget-area .event2-boxarea h1 {
        display: none;
    }
}

.event5-section-area .event-widget-area .event2-boxarea .img1 {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .event5-section-area .event-widget-area .event2-boxarea .img1 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event5-section-area .event-widget-area .event2-boxarea .img1 {
        margin-bottom: 30px;
    }
}

.event5-section-area .event-widget-area .event2-boxarea .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.event5-section-area .event-widget-area .event2-boxarea .content-area ul li {
    display: inline-block;
}

.event5-section-area .event-widget-area .event2-boxarea .content-area ul li a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .event5-section-area .event-widget-area .event2-boxarea .content-area ul li a {
        display: block;
        margin-bottom: 10px;
    }
}

.event5-section-area .event-widget-area .event2-boxarea .content-area ul li a img {
    filter: brightness(0) invert(1);
    margin: 0 4px 0 0;
}

.event5-section-area .event-widget-area .event2-boxarea .content-area ul li a span {
    margin: 0 8px;
    display: inline-block;
}

.event5-section-area .event-widget-area .event2-boxarea .content-area .head {
    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;
}

@media (max-width: 767px) {
    .event5-section-area .event-widget-area .event2-boxarea .content-area .head {
        line-height: 32px;
    }
}

.event5-section-area .event-widget-area .event2-boxarea .content-area .author-area {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .event5-section-area .event-widget-area .event2-boxarea .content-area .author-area {
        display: inline-block;
    }
}

.event5-section-area .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area {
    display: flex;
    align-items: center;
    padding: 0 12px 0 0;
    border-right: 1px solid #5D9BFA;
}

@media (max-width: 767px) {
    .event5-section-area .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .img1 {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event5-section-area .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .img1 {
        margin-bottom: 0;
    }
}

.event5-section-area .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .img1 img {
    height: 56px;
    width: 56px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.event5-section-area .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text {
    padding-left: 12px;
}

.event5-section-area .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text 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;
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .event5-section-area .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text a {
        line-height: 18px;
    }
}

.event5-section-area .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
    opacity: 80%;
}

.event5-section-area .event-widget-area .event2-boxarea.box3::after {
    display: none;
}

@media (max-width: 767px) {
    .event5-section-area .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area {
        padding: 0 !important;
        margin-bottom: 16px;
        border: none;
    }
}

.event6-section-area {
    position: relative;
    z-index: 1;
    background: #F9FAFB;
}

.event6-section-area .event6-widget-boxarea {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-10);
    border-radius: 8px;
}

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

.event6-section-area .event6-widget-boxarea .content-area {
    padding: 0 80px 0 30px;
}

@media (max-width: 767px) {
    .event6-section-area .event6-widget-boxarea .content-area {
        padding: 20px 30px;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event6-section-area .event6-widget-boxarea .content-area {
        padding: 20px 30px;
        margin-top: 30px;
    }
}

.event6-section-area .event6-widget-boxarea .content-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: 42px;
    letter-spacing: -0.64px;
}

@media (max-width: 767px) {
    .event6-section-area .event6-widget-boxarea .content-area h3 {
        font-size: var(--ztc-font-size-font-s24);
        line-height: 30px;
    }
}

.event6-section-area .event6-widget-boxarea .content-area ul li {
    display: block;
}

.event6-section-area .event6-widget-boxarea .content-area ul li a {
    display: block;
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    transition: all 0.4s;
}

.event6-section-area .event6-widget-boxarea .content-area ul li a img {
    filter: brightness(0) invert(1);
    margin: 0 4px;
}

.event6-section-area .event6-widget-boxarea .content-area .btn-area1 a {
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-2);
}

.event6-section-area .event6-widget-boxarea .content-area .btn-area1 a img {
    filter: brightness(0);
}

.event6-section-area .event6-widget-boxarea .content-area .btn-area1 a:hover {
    color: var(--ztc-text-text-1);
}

.event6-section-area .event6-widget-boxarea .content-area .btn-area1 a:hover img {
    filter: brightness(0) invert(1);
}

.event6-section-area .event6-widget-boxarea2 {
    position: relative;
    z-index: 1;
    background: #1C58CC;
    border-radius: 8px;
}

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

.event6-section-area .event6-widget-boxarea2 .content-area {
    padding: 0 80px 0 30px;
}

@media (max-width: 767px) {
    .event6-section-area .event6-widget-boxarea2 .content-area {
        padding: 20px 30px;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event6-section-area .event6-widget-boxarea2 .content-area {
        padding: 20px 30px;
        margin-top: 30px;
    }
}

.event6-section-area .event6-widget-boxarea2 .content-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: 42px;
    letter-spacing: -0.64px;
}

@media (max-width: 767px) {
    .event6-section-area .event6-widget-boxarea2 .content-area h3 {
        font-size: var(--ztc-font-size-font-s24);
        line-height: 30px;
    }
}

.event6-section-area .event6-widget-boxarea2 .content-area ul li {
    display: block;
}

.event6-section-area .event6-widget-boxarea2 .content-area ul li a {
    display: block;
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    transition: all 0.4s;
}

.event6-section-area .event6-widget-boxarea2 .content-area ul li a img {
    filter: brightness(0) invert(1);
    margin: 0 4px;
}

.event6-section-area .event6-widget-boxarea2 .content-area .btn-area1 a {
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-2);
}

.event6-section-area .event6-widget-boxarea2 .content-area .btn-area1 a img {
    filter: brightness(0);
}

.event6-section-area .event6-widget-boxarea2 .content-area .btn-area1 a:hover {
    color: var(--ztc-text-text-1);
}

.event6-section-area .event6-widget-boxarea2 .content-area .btn-area1 a:hover img {
    filter: brightness(0) invert(1);
}

.event6-section-area .event6-widget-boxarea3 {
    position: relative;
    z-index: 1;
    background: #FF3A86;
    border-radius: 8px;
}

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

.event6-section-area .event6-widget-boxarea3 .content-area {
    padding: 0 80px 0 30px;
}

@media (max-width: 767px) {
    .event6-section-area .event6-widget-boxarea3 .content-area {
        padding: 20px 30px;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event6-section-area .event6-widget-boxarea3 .content-area {
        padding: 20px 30px;
        margin-top: 30px;
    }
}

.event6-section-area .event6-widget-boxarea3 .content-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: 42px;
    letter-spacing: -0.64px;
}

@media (max-width: 767px) {
    .event6-section-area .event6-widget-boxarea3 .content-area h3 {
        font-size: var(--ztc-font-size-font-s24);
        line-height: 30px;
    }
}

.event6-section-area .event6-widget-boxarea3 .content-area ul li {
    display: block;
}

.event6-section-area .event6-widget-boxarea3 .content-area ul li a {
    display: block;
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    transition: all 0.4s;
}

.event6-section-area .event6-widget-boxarea3 .content-area ul li a img {
    filter: brightness(0) invert(1);
    margin: 0 4px;
}

.event6-section-area .event6-widget-boxarea3 .content-area .btn-area1 a {
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-2);
}

.event6-section-area .event6-widget-boxarea3 .content-area .btn-area1 a img {
    filter: brightness(0);
}

.event6-section-area .event6-widget-boxarea3 .content-area .btn-area1 a:hover {
    color: var(--ztc-text-text-1);
}

.event6-section-area .event6-widget-boxarea3 .content-area .btn-area1 a:hover img {
    filter: brightness(0) invert(1);
}

.event7-section-area {
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-2);
}

.event7-section-area .event-header h2 {
    color: var(--ztc-text-text-1);
}

.event7-section-area .nav.nav-pills {
    justify-content: center;
}

.event7-section-area .nav.nav-pills .nav-item button {
    border-radius: 8px;
    border: 1px solid rgba(26, 23, 25, 0.05);
    background: #FFF;
    padding: 0;
    margin: 0 30px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event7-section-area .nav.nav-pills .nav-item button {
        margin: 30px 30px 0 0;
    }
}

@media (max-width: 767px) {
    .event7-section-area .nav.nav-pills .nav-item button {
        margin: 30px 0 0 0;
        width: 100%;
    }
}

.event7-section-area .nav.nav-pills .nav-item button.active {
    background: var(--ztc-bg-bg-11);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.event7-section-area .nav.nav-pills .nav-item button.active .day {
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.event7-section-area .nav.nav-pills .nav-item button.active .vl-flex .cal {
    color: var(--ztc-text-text-1);
}

.event7-section-area .nav.nav-pills .nav-item button.active .vl-flex .date {
    color: var(--ztc-text-text-1);
}

.event7-section-area .nav.nav-pills .nav-item button .vl-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
}

.event7-section-area .nav.nav-pills .nav-item button .day {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    display: block;
    text-align: center;
    border-radius: 8px 8px 0px 0px;
    background: rgba(26, 23, 25, 0.05);
    padding: 8px 0;
}

.event7-section-area .nav.nav-pills .nav-item button .cal {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 44px;
    display: inline-block;
    transition: all 0.4s;
    text-align: center;
    margin: 0 28px 0 0;
}

.event7-section-area .nav.nav-pills .nav-item button span.date {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s22);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 26px;
    /* 118.182% */
    display: inline-block;
}

.event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area {
    position: relative;
}

.event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .img1 {
    position: absolute;
}

.event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .img1 img {
    height: 120px;
    width: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .content-area {
    padding-left: 140px;
}

@media (max-width: 767px) {
    .event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .content-area {
        padding: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .content-area {
        padding: 0;
        margin-top: 30px;
    }
}

.event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .content-area ul li {
    display: inline-block;
}

.event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .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-medium);
    line-height: 16px;
    opacity: 80%;
    display: inline-block;
}

.event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .content-area ul li a span {
    margin: 0 8px;
}

.event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .content-area ul li a img {
    filter: brightness(0) invert(1);
}

.event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .content-area a.head {
    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;
}

.event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .content-area 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: 28px;
    opacity: 80%;
}

.event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .content-area .vl-btn7 {
    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;
    text-transform: uppercase;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    background: transparent;
    padding: 8px 8px 8px 20px;
    display: inline-block;
    border-radius: 100px;
    border: 1px solid #fff;
}

.event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .content-area .vl-btn7 span {
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    transition: all 0.4s;
    display: inline-block;
    background: #312E30;
    transform: rotate(-45deg);
    margin-left: 4px;
}

.event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .content-area .vl-btn7:hover {
    background: var(--ztc-bg-bg-11);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    border: 1px solid var(--ztc-text-text-15);
}

.event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .content-area .vl-btn7:hover span {
    transform: rotate(0);
    transition: all 0.4s;
    background: #FD6497;
    color: var(--ztc-text-text-1);
}

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

@media (max-width: 767px) {
    .event8-section-area {
        z-index: 3;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event8-section-area {
        z-index: 3;
    }
}

.event8-section-area .event8-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

@media (max-width: 767px) {
    .event8-section-area .tabs-button {
        margin-top: 20px;
    }
}

.event8-section-area .tabs-button ul {
    justify-content: center;
}

.event8-section-area .tabs-button ul li button {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px;
    width: 180px;
    display: flex;
    align-items: center;
    text-align: center;
    height: 56px;
    margin: 0 16px 0 0;
}

@media (max-width: 767px) {
    .event8-section-area .tabs-button ul li button {
        margin: 0 0 10px 0;
    }
}

.event8-section-area .tabs-button ul li button.active {
    background: var(--ztc-bg-bg-11);
    transition: all 0.4s;
}

.event8-section-area .tabs-button ul li button.active span.calender {
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
}

.event8-section-area .tabs-button ul li button.active span.calender img {
    filter: none;
}

.event8-section-area .tabs-button ul li button.active .pl-8 .day {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.event8-section-area .tabs-button ul li button.active .pl-8 .date {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.event8-section-area .tabs-button ul li button span.calender {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.2);
    height: 43px;
    width: 55px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    transition: all 0.4s;
}

.event8-section-area .tabs-button ul li button span.calender img {
    transition: all 0.4s;
    height: 24px;
    width: 24px;
    filter: brightness(0) invert(1);
}

.event8-section-area .tabs-button ul li button .pl-8 {
    padding-left: 8px;
    display: inline-block;
    text-align: start;
}

.event8-section-area .tabs-button ul li button .pl-8 .day {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
    text-align: start;
}

.event8-section-area .tabs-button ul li button .pl-8 .date {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s14);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 14px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

.event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea {
    border-radius: 8px;
    background: var(--ztc-bg-bg-1);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 8px;
    padding: 32px 32px 68px 32px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 {
        margin-bottom: 30px;
    }
}

.event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area h5 {
    color: var(--ztc-text-text-16);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    text-transform: uppercase;
    padding: 8px 12px;
    border-radius: 6px;
    display: inline-block;
    background: rgba(255, 54, 57, 0.1);
}

.event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .head {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s28);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 28px;
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .head {
        line-height: 32px;
        font-size: var(--ztc-font-size-font-s24);
    }
}

.event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .btn-area1 {
    position: absolute;
    bottom: -36px;
    left: 37%;
    right: 37%;
}

@media (max-width: 767px) {
    .event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .btn-area1 {
        left: 10%;
        right: 10%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .btn-area1 {
        left: 30%;
        right: 30%;
    }
}

.event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area p {
    color: var(--ztc-text-text-9);
    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: 28px;
}

.event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    border-top: 1px solid rgba(56, 16, 112, 0.1);
}

@media (max-width: 767px) {
    .event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .list {
        display: inline-block;
    }
}

.event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .list ul li {
    display: inline-block;
}

.event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .list ul li a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .list ul li a {
        display: block;
        margin-bottom: 10px;
    }
}

.event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .list ul li a img {
    filter: brightness(0);
    margin: 0 4px 0 0;
}

.event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .list ul li a span {
    margin: 0 8px;
    display: inline-block;
    width: 1px;
}

.event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .list .author-area {
    display: flex;
    align-items: center;
}

.event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .list .author-area p {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    /* 100% */
    margin: 0 10px 0 0;
}

.event9-section-area {
    position: relative;
    z-index: 2;
    background: #F7F5FB;
}

.event9-section-area .tabs-button ul {
    justify-content: center;
}

.event9-section-area .tabs-button ul li button {
    border-radius: 8px;
    background: #fff;
    padding: 8px;
    width: 180px;
    display: flex;
    align-items: center;
    text-align: center;
    height: 56px;
    margin: 0 16px 0 0;
}

@media (max-width: 767px) {
    .event9-section-area .tabs-button ul li button {
        margin: 0 0 10px 0;
    }
}

.event9-section-area .tabs-button ul li button.active {
    border-radius: 8px;
    background: var(--LLL, linear-gradient(135deg, #FF5000 0%, #FF00B8 100%));
    transition: all 0.4s;
}

.event9-section-area .tabs-button ul li button.active span.calender {
    background: var(--ztc-bg-bg-1);
    transition: all 0.4s;
}

.event9-section-area .tabs-button ul li button.active span.calender img {
    filter: none;
}

.event9-section-area .tabs-button ul li button.active .pl-8 .day {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.event9-section-area .tabs-button ul li button.active .pl-8 .date {
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.event9-section-area .tabs-button ul li button span.calender {
    border-radius: 4px;
    background: var(--LLL, linear-gradient(135deg, #FF5000 0%, #FF00B8 100%));
    height: 43px;
    width: 55px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    transition: all 0.4s;
}

.event9-section-area .tabs-button ul li button span.calender img {
    transition: all 0.4s;
    height: 24px;
    width: 24px;
    filter: brightness(0) invert(1);
}

.event9-section-area .tabs-button ul li button .pl-8 {
    padding-left: 8px;
    display: inline-block;
    text-align: start;
}

.event9-section-area .tabs-button ul li button .pl-8 .day {
    color: var(--ztc-text-text-18);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
    text-align: start;
}

.event9-section-area .tabs-button ul li button .pl-8 .date {
    color: var(--ztc-text-text-18);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s14);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 14px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea {
    position: relative;
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea::after {
    position: absolute;
    content: "";
    height: 93%;
    width: 1px;
    left: 45.7%;
    top: 0;
    transition: all 0.4s;
    background: #E6E7E8;
}

@media (max-width: 767px) {
    .event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea::after {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea::after {
        display: none;
    }
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1 {
    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;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    background: var(--LLL, linear-gradient(135deg, #FF5000 0%, #FF00B8 100%));
    border-radius: 50%;
    position: absolute;
    left: 43%;
    top: 88px;
    z-index: 1;
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1.active {
    background: var(--LLL, linear-gradient(135deg, #FF5000 0%, #FF00B8 100%));
    color: var(--ztc-text-text-1);
}

@media (max-width: 767px) {
    .event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1 {
        display: none;
    }
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 {
        margin-bottom: 30px;
    }
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li {
    display: inline-block;
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li a {
    color: var(--ztc-text-text-18);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li a {
        display: block;
        margin-bottom: 10px;
    }
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li a img {
    filter: brightness(0);
    margin: 0 4px 0 0;
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area ul li a span {
    margin: 0 8px;
    display: inline-block;
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .head {
    color: var(--ztc-text-text-18);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .head {
        line-height: 32px;
    }
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area {
        display: inline-block;
    }
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area {
    display: flex;
    align-items: center;
    padding: 0 12px 0 0;
    border-right: 1px solid #E6E7E8;
}

@media (max-width: 767px) {
    .event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .img1 {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .img1 {
        margin-bottom: 0;
    }
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .img1 img {
    height: 56px;
    width: 56px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text {
    padding-left: 12px;
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text a {
    color: var(--ztc-text-text-18);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text a {
        line-height: 18px;
    }
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text p {
    color: var(--ztc-text-text-19);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea.box3::after {
    display: none;
}

@media (max-width: 767px) {
    .event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area {
        padding: 0 !important;
        margin-bottom: 16px;
        border: none;
    }
}

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

.event10-section-area .event6-widget-boxarea {
    position: relative;
    z-index: 1;
    border-radius: var(--rounded-lg, 8px);
    background: #232323;
}

.event10-section-area .event6-widget-boxarea .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.event10-section-area .event6-widget-boxarea .content-area {
    padding: 0 80px 0 30px;
}

@media (max-width: 767px) {
    .event10-section-area .event6-widget-boxarea .content-area {
        padding: 20px 30px;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .event10-section-area .event6-widget-boxarea .content-area {
        padding: 20px 30px;
        margin-top: 30px;
    }
}

.event10-section-area .event6-widget-boxarea .content-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: 42px;
    letter-spacing: -0.64px;
}

@media (max-width: 767px) {
    .event10-section-area .event6-widget-boxarea .content-area h3 {
        font-size: var(--ztc-font-size-font-s24);
        line-height: 30px;
    }
}

.event10-section-area .event6-widget-boxarea .content-area ul li {
    display: block;
}

.event10-section-area .event6-widget-boxarea .content-area ul li a {
    display: block;
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    transition: all 0.4s;
}

.event10-section-area .event6-widget-boxarea .content-area ul li a img {
    filter: brightness(0) invert(1);
    margin: 0 4px;
}

/*============= EVENT CSS AREA ===============*/

/*============= MEMORY CSS AREA ===============*/

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

.memory1-section-area .memory-slider-area {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .memory1-section-area .memory-slider-area .owl-nav {
        margin-top: 30px;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .memory1-section-area .memory-slider-area .owl-nav {
        margin-top: 30px;
        text-align: center;
    }
}

.memory1-section-area .memory-slider-area .owl-nav button {
    background: rgba(26, 23, 25, 0.05);
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    transition: all 0.4s;
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    color: var(--ztc-text-text-2);
}

.memory1-section-area .memory-slider-area .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    left: -80px;
}

@media (max-width: 767px) {
    .memory1-section-area .memory-slider-area .owl-nav button.owl-prev {
        position: relative;
        top: 0;
        margin: 0 16px 0 0;
        left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .memory1-section-area .memory-slider-area .owl-nav button.owl-prev {
        position: relative;
        top: 0;
        margin: 0 16px 0 0;
        left: 0;
    }
}

.memory1-section-area .memory-slider-area .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    right: -80px;
}

@media (max-width: 767px) {
    .memory1-section-area .memory-slider-area .owl-nav button.owl-next {
        position: relative;
        top: 0;
        margin: 0;
        right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .memory1-section-area .memory-slider-area .owl-nav button.owl-next {
        position: relative;
        top: 0;
        margin: 0;
        right: 0;
    }
}

.memory1-section-area .memory-slider-area .owl-nav button:hover {
    background: var(--ztc-bg-bg-3);
    transition: all 0.4s;
}

.memory1-section-area .memory-slider-area .owl-item.active.center .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.memory1-section-area .memory-slider-area .owl-item.active.center .content-area {
    bottom: 20px;
    transition: all 0.6s;
}

.memory1-section-area .memory-slider-area .memory-boxarea {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 8px;
}

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

.memory1-section-area .memory-slider-area .memory-boxarea:hover .content-area {
    bottom: 20px;
    transition: all 0.6s;
}

.memory1-section-area .memory-slider-area .memory-boxarea .img1 {
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.4s;
}

.memory1-section-area .memory-slider-area .memory-boxarea .img1 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.4s;
}

.memory1-section-area .memory-slider-area .memory-boxarea .content-area {
    border-radius: 8px;
    background: #FFF;
    padding: 24px;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    bottom: -200px;
    transition: all 0.6s;
}

.memory1-section-area .memory-slider-area .memory-boxarea .content-area .logo1 {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    height: 60px;
    width: 60px;
    -o-object-fit: contain;
    object-fit: contain;
}

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

.memory1-section-area .memory-slider-area .memory-boxarea .content-area p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    text-transform: uppercase;
}

.memory1-section-area .memory-slider-area .memory-boxarea .content-area a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    display: inline-block;
    transition: all 0.4s;
}

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

.memory2-section-area .memory-heaer2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .memory2-section-area .memory-heaer2 {
        display: inline-block;
    }
    .memory2-section-area .memory-heaer2 .btn-area1 {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .memory2-section-area .memory-heaer2 {
        display: inline-block;
    }
    .memory2-section-area .memory-heaer2 .btn-area1 {
        margin-top: 20px;
    }
}

.memory2-section-area .memory-widget-slider.owl-carousel .owl-stage-outer {
    overflow: inherit !important;
}

.memory2-section-area .memory-widget-slider {
    position: relative;
    z-index: 1;
}

.memory2-section-area .memory-widget-slider .owl-item.active.center .img1::after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: all 0.4s;
}

.memory2-section-area .memory-widget-slider .owl-item.active.center .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.memory2-section-area .memory-widget-slider .owl-item.active.center .content-area {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 50%;
}

.memory2-section-area .memory-widget-slider .memory-widget-boxarea {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
}

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

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

.memory2-section-area .memory-widget-slider .memory-widget-boxarea:hover .content-area {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 50%;
}

.memory2-section-area .memory-widget-slider .memory-widget-boxarea .img1 {
    position: relative;
    z-index: 1;
}

.memory2-section-area .memory-widget-slider .memory-widget-boxarea .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    border-radius: 8px;
    background: rgb(175 153 171 / 51%);
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
    transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
}

.memory2-section-area .memory-widget-slider .memory-widget-boxarea .img1 img {
    height: 400px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.4s;
}

.memory2-section-area .memory-widget-slider .memory-widget-boxarea .content-area {
    text-align: center;
    background: var(--ztc-bg-bg-1);
    padding: 42px 24px 24px;
    position: absolute;
    transition: all 0.4s;
    display: inline-block;
    border-radius: 8px;
    z-index: 1;
    top: 0%;
    left: 30%;
    right: 30%;
    margin-top: -30px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s;
}

@media (max-width: 767px) {
    .memory2-section-area .memory-widget-slider .memory-widget-boxarea .content-area {
        left: 15%;
        right: 15%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .memory2-section-area .memory-widget-slider .memory-widget-boxarea .content-area {
        left: 15%;
        right: 15%;
    }
}

.memory2-section-area .memory-widget-slider .memory-widget-boxarea .content-area .arrow {
    height: 120px;
    width: 120px;
    text-align: center;
    line-height: 120px;
    background: var(--ztc-bg-bg-1);
    border-radius: 50%;
    transition: all 0.4s;
    font-size: var(--ztc-font-size-font-s30);
    color: var(--ztc-text-text-5);
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    z-index: -1;
}

.memory2-section-area .memory-widget-slider .memory-widget-boxarea .content-area .arrow i {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    background: var(--ztc-bg-bg-5);
    transition: all 0.4s;
    display: inline-block;
    border-radius: 50%;
    font-size: var(--ztc-font-size-font-s20);
    position: absolute;
    top: 20%;
    left: 40%;
}

.memory2-section-area .memory-widget-slider .memory-widget-boxarea .content-area .text p {
    color: var(--ztc-text-text-7);
    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-bold);
    line-height: 16px;
    /* 100% */
    text-transform: uppercase;
}

.memory2-section-area .memory-widget-slider .memory-widget-boxarea .content-area .text a {
    color: var(--ztc-text-text-5);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

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

.memory3-section-area .memory-team-slider .owl-item.active.center .content-area {
    left: 0;
    transition: all 0.6s;
}

.memory3-section-area .memory-team-slider .owl-item.active.center .img1::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    transform: scale(1);
}

.memory3-section-area .memory-team-slider .owl-item.active.center .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

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

.memory3-section-area .memory-team-slider .memory3-boxarea:hover .content-area {
    left: 0;
    transition: all 0.6s;
}

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

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

.memory3-section-area .memory-team-slider .memory3-boxarea .img1 {
    position: relative;
    z-index: 1;
    border-radius: 4px;
}

.memory3-section-area .memory-team-slider .memory3-boxarea .img1::after {
    border-radius: 4px;
    background: rgba(10, 16, 25, 0.2);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    transition: all 0.4s;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
}

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

.memory3-section-area .memory-team-slider .memory3-boxarea .content-area {
    border-radius: 0px 100px 100px 0px;
    background: linear-gradient(90deg, #FF3639 2.73%, #E12FA2 71.84%);
    display: inline-block;
    padding: 18px 70px 18px 18px;
    position: absolute;
    bottom: 24px;
    left: -200px;
    transition: all 0.6s;
    z-index: 1;
}

.memory3-section-area .memory-team-slider .memory3-boxarea .content-area p {
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    text-transform: uppercase;
}

.memory3-section-area .memory-team-slider .memory3-boxarea .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: 20px;
    display: inline-block;
    transition: all 0.4s;
}

.memory3-section-area .memory-team-slider .memory3-boxarea .content-area .plus {
    position: absolute;
    right: -24px;
    top: 14px;
}

.memory3-section-area .memory-team-slider .memory3-boxarea .content-area .plus a {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    transition: all 0.4s;
    display: inline-block;
    border-radius: 50%;
    background: var(--ztc-bg-bg-1);
    font-size: var(--ztc-font-size-font-s20);
    color: var(--ztc-text-text-10);
}

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

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .memory4-section-area .btn-area1 {
        text-align: start;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .memory4-section-area .btn-area1 {
        text-align: start;
        margin-bottom: 30px;
    }
}

.memory4-section-area .memory-team-slider2 {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .memory4-section-area .memory-team-slider2 .owl-nav {
        margin-top: 30px;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .memory4-section-area .memory-team-slider2 .owl-nav {
        margin-top: 30px;
        text-align: center;
    }
}

.memory4-section-area .memory-team-slider2 .owl-nav button {
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    border-radius: 50%;
    transition: all 0.4s;
    background: rgba(46, 77, 253, 0.08);
    font-size: var(--ztc-font-size-font-s20);
    display: inline-block;
    color: var(--ztc-text-text-11);
}

.memory4-section-area .memory-team-slider2 .owl-nav button:hover {
    background: var(--ztc-text-text-13);
    color: var(--ztc-text-text-1);
    transition: all 0.4s;
}

.memory4-section-area .memory-team-slider2 .owl-nav button.owl-prev {
    position: absolute;
    left: -100px;
    top: 50%;
    margin-top: -30px;
}

@media (max-width: 767px) {
    .memory4-section-area .memory-team-slider2 .owl-nav button.owl-prev {
        position: relative;
        z-index: 1;
        left: 0;
        top: 0;
        margin-top: 0;
        margin: 0 16px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .memory4-section-area .memory-team-slider2 .owl-nav button.owl-prev {
        position: relative;
        z-index: 1;
        left: 0;
        top: 0;
        margin-top: 0;
        margin: 0 16px 0 0;
    }
}

.memory4-section-area .memory-team-slider2 .owl-nav button.owl-next {
    position: absolute;
    right: -100px;
    top: 50%;
    margin-top: -30px;
}

@media (max-width: 767px) {
    .memory4-section-area .memory-team-slider2 .owl-nav button.owl-next {
        position: relative;
        z-index: 1;
        right: 0;
        top: 0;
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .memory4-section-area .memory-team-slider2 .owl-nav button.owl-next {
        position: relative;
        z-index: 1;
        right: 0;
        top: 0;
        margin-top: 0;
    }
}

.memory4-section-area .memory-team-slider2 .owl-item.active.center .content-area {
    left: 0;
    transition: all 0.6s;
}

.memory4-section-area .memory-team-slider2 .owl-item.active.center .img1::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    transform: scale(1);
}

.memory4-section-area .memory-team-slider2 .owl-item.active.center .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.memory4-section-area .memory-team-slider2 .memory3-boxarea {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 4px;
}

.memory4-section-area .memory-team-slider2 .memory3-boxarea:hover .content-area {
    left: 0;
    transition: all 0.6s;
}

.memory4-section-area .memory-team-slider2 .memory3-boxarea:hover .img1::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    transform: scale(1);
}

.memory4-section-area .memory-team-slider2 .memory3-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.memory4-section-area .memory-team-slider2 .memory3-boxarea .img1 {
    position: relative;
    z-index: 1;
    border-radius: 4px;
}

.memory4-section-area .memory-team-slider2 .memory3-boxarea .img1::after {
    border-radius: 4px;
    background: rgba(10, 16, 25, 0.2);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    transition: all 0.4s;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
}

.memory4-section-area .memory-team-slider2 .memory3-boxarea .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    transition: all 0.4s;
}

.memory4-section-area .memory-team-slider2 .memory3-boxarea .content-area {
    border-radius: 0px 100px 100px 0px;
    background: var(--ztc-bg-bg-9);
    display: inline-block;
    padding: 18px 70px 18px 18px;
    position: absolute;
    bottom: 24px;
    left: -200px;
    transition: all 0.6s;
    z-index: 1;
}

.memory4-section-area .memory-team-slider2 .memory3-boxarea .content-area p {
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    text-transform: uppercase;
}

.memory4-section-area .memory-team-slider2 .memory3-boxarea .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: 20px;
    display: inline-block;
    transition: all 0.4s;
}

.memory4-section-area .memory-team-slider2 .memory3-boxarea .content-area .plus {
    position: absolute;
    right: -24px;
    top: 14px;
}

.memory4-section-area .memory-team-slider2 .memory3-boxarea .content-area .plus a {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    transition: all 0.4s;
    display: inline-block;
    border-radius: 50%;
    background: var(--ztc-bg-bg-1);
    font-size: var(--ztc-font-size-font-s20);
    color: var(--ztc-text-text-13);
}

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

.memory-inner-section-area .memory3-boxarea {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 4px;
    margin-bottom: 30px;
}

.memory-inner-section-area .memory3-boxarea:hover .content-area {
    left: 0;
    transition: all 0.6s;
}

.memory-inner-section-area .memory3-boxarea:hover .img1::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    transform: scale(1);
}

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

.memory-inner-section-area .memory3-boxarea .img1 {
    position: relative;
    z-index: 1;
    border-radius: 4px;
}

.memory-inner-section-area .memory3-boxarea .img1::after {
    border-radius: 4px;
    background: rgba(10, 16, 25, 0.2);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    transition: all 0.4s;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
}

.memory-inner-section-area .memory3-boxarea .img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    transition: all 0.4s;
}

.memory-inner-section-area .memory3-boxarea .content-area {
    border-radius: 0px 100px 100px 0px;
    background: var(--ztc-bg-bg-3);
    display: inline-block;
    padding: 18px 70px 18px 18px;
    position: absolute;
    bottom: 24px;
    left: -200px;
    transition: all 0.6s;
    z-index: 1;
}

.memory-inner-section-area .memory3-boxarea .content-area p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    text-transform: uppercase;
}

.memory-inner-section-area .memory3-boxarea .content-area a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    display: inline-block;
    transition: all 0.4s;
}

.memory-inner-section-area .memory3-boxarea .content-area .plus {
    position: absolute;
    right: -24px;
    top: 14px;
}

.memory-inner-section-area .memory3-boxarea .content-area .plus a {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    transition: all 0.4s;
    display: inline-block;
    border-radius: 50%;
    background: var(--ztc-bg-bg-1);
    font-size: var(--ztc-font-size-font-s20);
    color: var(--ztc-text-text-2);
}

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

.memory5-section-area .memory-widget-slider5.owl-carousel .owl-stage-outer {
    overflow: inherit !important;
}

.memory5-section-area .memory-widget-slider5 {
    position: relative;
    z-index: 1;
}

.memory5-section-area .memory-widget-slider5 .owl-nav {
    position: absolute;
    top: -160px;
    right: 0;
}

@media (max-width: 767px) {
    .memory5-section-area .memory-widget-slider5 .owl-nav {
        position: relative;
        z-index: 1;
        text-align: center;
        top: 0;
        left: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .memory5-section-area .memory-widget-slider5 .owl-nav {
        position: relative;
        z-index: 1;
        text-align: center;
        top: 0;
        left: 0;
        margin-top: 30px;
    }
}

.memory5-section-area .memory-widget-slider5 .owl-nav button {
    background: rgba(255, 255, 255, 0.2);
    background: linear-gradient(135deg, #b09aaa 0%, #b09aaa 100%);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    height: 60px;
    width: 60px;
    text-align: center;
    font-size: var(--ztc-font-size-font-s24);
    line-height: 60px;
    display: inline-block;
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
    border-radius: 50%;
    border: 3px solid;
}

.memory5-section-area .memory-widget-slider5 .owl-nav button:hover {
    background: linear-gradient(135deg, #b09aaa 0%, #b09aaa 100%);
        transition: all 0.4s;
        border: 3px solid;
}

.memory5-section-area .memory-widget-slider5 .owl-nav button.owl-prev {
    margin: 0 16px 0 0;
}

.memory5-section-area .memory-widget-slider5 .owl-item.active.center .img1::after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: all 0.4s;
}

.memory5-section-area .memory-widget-slider5 .owl-item.active.center .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.memory5-section-area .memory-widget-slider5 .owl-item.active.center .content-area {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 50%;
}

.memory5-section-area .memory-widget-slider5 .memory-widget-boxarea {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
}

.memory5-section-area .memory-widget-slider5 .memory-widget-boxarea:hover .img1::after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: all 0.4s;
}

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

.memory5-section-area .memory-widget-slider5 .memory-widget-boxarea:hover .content-area {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
    top: 50%;
}

.memory5-section-area .memory-widget-slider5 .memory-widget-boxarea .img1 {
    position: relative;
    z-index: 1;
}

.memory5-section-area .memory-widget-slider5 .memory-widget-boxarea .img1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    border-radius: 8px;
    background: rgb(188 169 183 / 39%);
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
    transform: scale(0.8);
    visibility: hidden;
    opacity: 0;
}

.memory5-section-area .memory-widget-slider5 .memory-widget-boxarea .img1 img {
    height: 400px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.4s;
}

.memory5-section-area .memory-widget-slider5 .memory-widget-boxarea .content-area {
    text-align: center;
    background: var(--ztc-bg-bg-1);
    padding: 42px 24px 24px;
    position: absolute;
    transition: all 0.4s;
    display: inline-block;
    border-radius: 8px;
    z-index: 1;
    top: 0%;
    left: 30%;
    right: 30%;
    margin-top: -30px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s;
}

@media (max-width: 767px) {
    .memory5-section-area .memory-widget-slider5 .memory-widget-boxarea .content-area {
        left: 15%;
        right: 15%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .memory5-section-area .memory-widget-slider5 .memory-widget-boxarea .content-area {
        left: 15%;
        right: 15%;
    }
}

.memory5-section-area .memory-widget-slider5 .memory-widget-boxarea .content-area .arrow {
    height: 120px;
    width: 120px;
    text-align: center;
    line-height: 120px;
    background: var(--ztc-bg-bg-1);
    border-radius: 50%;
    transition: all 0.4s;
    font-size: var(--ztc-font-size-font-s30);
    color: var(--ztc-text-text-1);
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    z-index: -1;
}

.memory5-section-area .memory-widget-slider5 .memory-widget-boxarea .content-area .arrow i {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    background: linear-gradient(135deg, #FF7A00 0%, #F00 100%);
    transition: all 0.4s;
    display: inline-block;
    border-radius: 50%;
    font-size: var(--ztc-font-size-font-s20);
    position: absolute;
    top: 20%;
    left: 40%;
}

.memory5-section-area .memory-widget-slider5 .memory-widget-boxarea .content-area .text p {
    color: rgba(10, 16, 25, 0.7);
    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-bold);
    line-height: 16px;
    /* 100% */
    text-transform: uppercase;
}

.memory5-section-area .memory-widget-slider5 .memory-widget-boxarea .content-area .text a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    /* 100% */
    display: inline-block;
    transition: all 0.4s;
}

/*============= MEMORY CSS AREA ===============*/

/*# sourceMappingURL=main.css.map */
.main-1 {
    margin: 0rem 1.5rem 5rem 1rem;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #fff;
}

.main-1 .category {
    background-color: #595762;
    max-width: auto;
    width: 100%;
}

.main-1 .category h5 {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-size: 1.125rem;
}

.main-1 .category ul li input {
    accent-color: #9CA5C7;
    appearance: none;
    width: 19px;
    height: 19px;
    background-color: #595762;
    border: 1px solid #9CA5C7;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
}

.main-1 .category ul li input:checked {
    background-color: transparent;
}

.main-1 .category ul li input:checked::after {
    content: "✔";
    position: absolute;
    font-size: 14px;
    color: #fff;
    top: -1px;
    left: 2px;
}

.main-1 .sort .custom-dropdown select {
    background-color: #252B45;
    color: #fff;
    border: 1px solid #9CA5C7;
    border-radius: 3px;
}

.main-1 .sort .custom-dropdown select option {
    background-color: #39405B;
}


.text-logo{
        font-size: 26px !important;
            font-weight: 500 !important;
            color: #ffffff !important;
            text-decoration: none !important;
            font-family: 'Space Grotesk' !important;
}


 
        .logos{
            display:none;
        }
             .autocomplete-search {
            background: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
            /* max-width: 1100px; */
            max-width: max-content;
            /* margin: 20px auto; */
            margin-top: -30px;
            position: relative;
            z-index: 66;
        }
        .dropdown-parent {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            position: relative;
                flex-direction: row-reverse;
        }
        .dropdown.search-all .btn {
            background-color: #f8f9fa;
            border: 1px solid #ced4da;
            border-radius: 6px;
            padding: 10px 15px;
            font-size: 16px;
            color: #333;
            width: 180px;
            text-align: right;
            cursor: pointer;
        }
        .dropdown-menu {
            display: none;
            position: absolute;
            top: 100%;
            right: 0;
            background: #fff;
            border: 1px solid #ced4da;
            border-radius: 6px;
            margin-top: 5px;
            padding: 10px;
            width: 180px;
            z-index: 100;
        }
        .dropdown-menu.show {
            display: block;
            animation: fadeIn 0.3s ease-in-out;
        }
        .dropdown-menu-search-item {
            padding: 8px 12px;
            cursor: pointer;
        }
        .dropdown-menu-search-item:hover {
            background-color: #f1f1f1;
        }
        .search-by input,
        .inWhat input {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #ced4da;
            border-radius: 6px;
            font-size: 16px;
            margin-bottom: 10px;
            box-sizing: border-box;
        }
        .autocomplete-items {
            display: none;
            position: absolute;
            background: #fff;
            border: 1px solid #ced4da;
            border-radius: 6px;
            max-height: 200px;
            overflow-y: auto;
            margin-top: 5px;
            z-index: 10;
            width: 100%;
        }
        .autocomplete-items div {
            padding: 10px;
            cursor: pointer;
        }
        .autocomplete-items div:hover {
            background-color: #e9ecef;
        }
        .search-submit-btn {
            background-color: #595762;
            color: #fff;
            border: none;
            padding: 12px 20px;
            border-radius: 6px;
            font-size: 16px;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        /* .search-submit-btn:hover {
            background-color: #0056b3;
        }
        .searchIconDesktop {
            position: absolute;
            top: 20px;
            left: 20px;
            font-size: 24px;
            color: #007bff;
        } */
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(-10px);}
            to { opacity: 1; transform: translateY(0);}
        }
        @media (max-width: 768px) {
            .dropdown-parent {
                flex-direction: column;
            }
            .dropdown.search-all .btn {
                width: 100%;
            }
            .searchIconDesktop {
                left: 10px;
                top: 18px;
            }
        }
        .searchIconDesktop{
            display: none;
        }
 