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

ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none
}

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

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

img {
    max-height: 100%;
    max-width: 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)
    }
    to {
        transform: scale(1.1)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes animation-8 {
    0% {
        padding-inline-start: 0
    }
    to {
        padding-inline-start: 50px
    }
}

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

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

@keyframes pulse-border {
    0% {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1)
    }
    to {
        opacity: 0;
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5)
    }
}

.pulse-border {
    animation-direction: alternate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: pulse-border;
    position: relative
}

@keyframes marquee {
    0% {
        transform: translateX(0)
    }
    to {
        transform: translatex(-100%)
    }
}

@keyframes marquee-2 {
    0% {
        transform: translateX(-100%)
    }
    to {
        transform: translatex(0)
    }
}

.image-anime {
    overflow: hidden;
    position: relative
}

.image-anime:after {
    background-color: hsla(0, 0%, 100%, .3);
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 200%;
    z-index: 1
}

.image-anime:hover:after {
    background-color: transparent;
    height: 250%;
    transition: all .6s linear
}

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

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

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

@keyframes rotateme {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(-1turn)
    }
}

:root {
    --ztc-text-text-1: #fff;
    --ztc-text-text-2: var(--secondary-color);
    --ztc-text-text-3: var(--text-color);
    --ztc-text-text-4: var(--primary-color);
    --ztc-text-text-5: #032530;
    --ztc-text-text-6: #c0f037;
    --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: var(--secondary-color);
    --ztc-bg-bg-3: var(--primary-color);
    --ztc-bg-bg-4: #032530;
    --ztc-bg-bg-5: #c0f037;
    --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-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: var(--heading-font), sans-serif;
    --ztc-family-font2: var(--primary-font), sans-serif
}

.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;
    margin: 0 4px 0 0;
    -o-object-fit: contain;
    object-fit: contain;
    width: 26px
}

.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: hsla(0, 0%, 100%, .9);
    font-family: var(--ztc-family-font2);
    line-height: 26px;
    transition: all .4s
}

.heading1 p,
.heading2 h5 {
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium)
}

.heading2 h5 {
    background: rgba(26, 23, 25, .05);
    border-radius: 6px;
    display: inline-block;
    line-height: 18px;
    padding: 9px 10px;
    text-transform: uppercase
}

.heading2 h2,
.heading2 h5 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1)
}

.heading2 h2 {
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    letter-spacing: -.88px;
    line-height: 52px
}

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

.heading2 p {
    color: var(--ztc-text-text-3);
    line-height: 26px
}

.heading2 p,
.heading4 h5 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium)
}

.heading4 h5 {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 6px;
    display: inline-block;
    line-height: 18px;
    padding: 9px 10px;
    text-transform: uppercase
}

.heading4 h2,
.heading4 h5 {
    color: var(--ztc-text-text-1)
}

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

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

.heading4 p {
    color: hsla(0, 0%, 100%, .9);
    line-height: 26px
}

.heading4 p,
.heading5 h5 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium)
}

.heading5 h5 {
    background: rgba(255, 54, 57, .1);
    border-radius: 6px;
    color: var(--ztc-text-text-10);
    display: inline-block;
    line-height: 18px;
    padding: 9px 10px;
    text-transform: uppercase
}

.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);
    letter-spacing: -.88px;
    line-height: 52px
}

@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-size: var(--ztc-font-size-font-s18);
    line-height: 26px
}

.heading5 p,
.heading6 h5 {
    font-family: var(--ztc-family-font1);
    font-style: normal;
    font-weight: var(--ztc-weight-medium)
}

.heading6 h5 {
    background: rgba(46, 77, 253, .08);
    border-radius: 8px;
    color: var(--ztc-text-text-13);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
    padding: 8px 12px;
    text-transform: uppercase
}

@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);
    letter-spacing: -.88px;
    line-height: 52px
}

@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-size: var(--ztc-font-size-font-s18);
    line-height: 26px
}

.heading6 p,
.heading7 h5 {
    font-family: var(--ztc-family-font1);
    font-style: normal;
    font-weight: var(--ztc-weight-medium)
}

.heading7 h5 {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 8px;
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
    padding: 8px 12px;
    text-transform: uppercase
}

@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);
    letter-spacing: -.88px;
    line-height: 52px
}

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

.heading7 p {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 26px;
    opacity: .8
}

.heading7 p,
.heading8 h5 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-style: normal;
    font-weight: var(--ztc-weight-medium)
}

.heading8 h5 {
    font-size: var(--ztc-font-size-font-s28);
    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 {
    backdrop-filter: blur(5px);
    background: hsla(0, 0%, 100%, .1);
    border: 2px solid var(--white, #fff);
    border-radius: 3px;
    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 {
    filter: brightness(0);
    margin: -5px 4px 0 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-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-medium);
    line-height: 26px
}

.heading10 h2,
.heading9 p {
    font-family: var(--ztc-family-font1);
    font-style: normal
}

.heading10 h2 {
    color: var(--ztc-text-text-2);
    font-size: var(--ztc-font-size-font-s44);
    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);
    line-height: 26px
}

.heading10 p,
.heading11 h5 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium)
}

.heading11 h5 {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 6px;
    display: inline-block;
    line-height: 18px;
    padding: 9px 10px;
    text-transform: uppercase
}

.heading11 h2,
.heading11 h5 {
    color: var(--ztc-text-text-1)
}

.heading11 h2 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    letter-spacing: -.88px;
    line-height: 52px
}

@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);
    line-height: 26px
}

.heading11 p,
.heading12 h5 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium)
}

.heading12 h5 {
    background: rgba(255, 80, 0, .1);
    border-radius: 6px;
    color: var(--ztc-text-text-17);
    display: inline-block;
    line-height: 18px;
    padding: 9px 10px;
    text-transform: uppercase
}

.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);
    letter-spacing: -.88px;
    line-height: 52px
}

@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-size: var(--ztc-font-size-font-s18);
    line-height: 26px
}

.heading12 p,
.heading13 h5 {
    font-family: var(--ztc-family-font1);
    font-style: normal;
    font-weight: var(--ztc-weight-medium)
}

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

.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);
    letter-spacing: -.88px;
    line-height: 52px
}

@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-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
    opacity: 80% !important
}

.heading13 p,
.vl-btn1 {
    font-family: var(--ztc-family-font1);
    font-style: normal
}

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

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

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

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

.vl-btn1:after {
    border-radius: 50%;
    height: 36px;
    left: 8px;
    opacity: .1;
    top: 8px;
    width: 36px
}

.vl-btn1:after,
.vl-btn1:before {
    background: var(--ztc-bg-bg-2);
    content: "";
    position: absolute;
    transition: all .4s
}

.vl-btn1:before {
    border-radius: 7px;
    height: 100%;
    left: 50%;
    opacity: 0;
    top: 0;
    visibility: hidden;
    width: 1px;
    z-index: -1
}

.vl-btn2 {
    border-radius: 8px;
    color: var(--ztc-text-text-2);
    display: inline-block;
    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;
    position: relative;
    text-transform: uppercase;
    transition: all .4s;
    z-index: 1
}

.vl-btn2 span.demo {
    border-radius: 70px;
    padding: 20px 26px
}

.vl-btn2 span.arrow,
.vl-btn2 span.demo {
    background: var(--ztc-bg-bg-5);
    display: inline-block;
    transition: all .4s
}

.vl-btn2 span.arrow {
    border-radius: 50%;
    color: var(--ztc-text-text-2);
    font-size: var(--ztc-font-size-font-s20);
    height: 54px;
    line-height: 54px;
    text-align: center;
    transform: rotate(-45deg);
    width: 54px
}

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

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

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

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

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

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

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

.vl-btn4,
.vl-btn4:after {
    border-radius: 8px;
    transition: all .4s
}

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

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

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

.vl-btn5 {
    border-radius: 8px;
    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;
    position: relative;
    text-transform: uppercase;
    z-index: 1
}

.vl-btn5,
.vl-btn5 span.demo {
    display: inline-block;
    transition: all .4s
}

.vl-btn5 span.demo {
    border-radius: 40px;
    border-radius: 70px;
    padding: 20px 26px
}

.vl-btn5 span.arrow,
.vl-btn5 span.demo {
    background: linear-gradient(135deg, #ff7a00, red)
}

.vl-btn5 span.arrow {
    border-radius: 40px;
    border-radius: 50%;
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    height: 54px;
    line-height: 54px;
    text-align: center;
    transform: rotate(-45deg);
    width: 54px
}

.vl-btn5 span.arrow,
.vl-btn5:hover {
    color: var(--ztc-text-text-1);
    transition: all .4s
}

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

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

.vl-btn6,
.vl-btn6:after {
    border-radius: 8px;
    transition: all .4s
}

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

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

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

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

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

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

.vl-btn7,
.vl-btn7 span {
    display: inline-block;
    transition: all .4s
}

.vl-btn7 span {
    background: #fd6497;
    border-radius: 50%;
    height: 36px;
    line-height: 36px;
    margin-inline-end: 4px;
    text-align: center;
    transform: rotate(-45deg);
    width: 36px
}

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

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

.vl-btn8 {
    border-radius: 8px;
    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;
    position: relative;
    text-transform: uppercase;
    z-index: 1
}

.vl-btn8,
.vl-btn8 span.demo {
    display: inline-block;
    transition: all .4s
}

.vl-btn8 span.demo {
    background: var(--ztc-bg-bg-12);
    border-radius: 70px;
    padding: 20px 26px
}

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

.vl-btn8 span.arrow,
.vl-btn8:hover {
    color: var(--ztc-text-text-1);
    transition: all .4s
}

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

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

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

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

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

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

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

.vl-btn10 {
    background: var(--ztc-bg-bg-14);
    color: var(--ztc-text-text-2);
    display: inline-block;
    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;
    overflow: hidden;
    padding: 20px 26px;
    position: relative;
    text-transform: uppercase;
    z-index: 1
}

.vl-btn10,
.vl-btn10:after {
    border-radius: 60px;
    transition: all .4s
}

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

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

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

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

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

.sp1 {
    padding: 100px 0
}

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

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

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

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

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

.sp5 {
    padding: 60px 0
}

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

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

.sp6 {
    padding: 120px 0
}

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

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

.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-section-area {
    background-image: url(../img/bg/header-bg3.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

.pricing-plan-section-area .pricing-boxarea {
    background: hsla(0, 0%, 100%, .06);
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 28px;
    position: relative;
    text-align: center;
    z-index: 1
}

.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);
    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-align: center;
    text-transform: uppercase
}

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

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

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

.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);
    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-align: center;
    text-transform: uppercase
}

.pricing-plan-section-area .pricing-boxarea.box2 .ticket-box .progress {
    background-color: #aedc42;
    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);
    border-radius: 20px;
    height: 100%;
    transition: width .4s ease
}

.pricing-plan-section-area .pricing-boxarea.box2 .ticket-box .btn-area1 a .arrow,
.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-lan-section-area {
    position: relative;
    z-index: 1
}

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

.pricing-lan-section-area .pricing-boxarea h5 {
    background-image: url(../images/backgrounds/pricing-name.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    padding: 8px 10px
}

.pricing-lan-section-area .pricing-boxarea h2,
.pricing-lan-section-area .pricing-boxarea h5 {
    font-family: var(--ztc-family-font1);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    text-transform: capitalize
}

.pricing-lan-section-area .pricing-boxarea h2 {
    color: var(--ztc-text-text-2);
    font-size: var(--ztc-font-size-font-s44);
    line-height: 44px
}

.pricing-lan-section-area .pricing-boxarea h2 span {
    color: var(--ztc-text-text-3);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px
}

.pricing-lan-section-area .pricing-boxarea h2 span,
.pricing-lan-section-area .pricing-boxarea ul li {
    font-family: var(--ztc-family-font1);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    text-transform: capitalize
}

.pricing-lan-section-area .pricing-boxarea ul li {
    color: var(--ztc-text-text-2);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    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 {
    text-align: center;
    width: 100%
}

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

.hero1-section-area {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 196px 0 130px;
    position: relative;
    z-index: 1
}

@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 {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
    border-top: 1px solid rgba(26, 23, 25, .1);
    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
}

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

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

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

@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 {
    background: hsla(0, 0%, 100%, .1);
    border: 1px solid hsla(0, 0%, 100%, .15);
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 16px 30px;
    text-align: center;
    width: 150px
}

@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: hsla(0, 0%, 100%, .9);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    line-height: 16px
}

.hero1-section-area .timer .time-box .time-value span,
.hero1-section-area .timer .time-value {
    font-family: var(--ztc-family-font1);
    font-style: normal;
    text-align: center;
    text-transform: uppercase
}

.hero1-section-area .timer .time-value {
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s32);
    font-weight: var(--ztc-weight-bold);
    line-height: 32px
}

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

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

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

.hero2-slider-area .slick-slide.slick-current.slick-active .timer {
    opacity: .9 !important;
    transform: translateX(0);
    transition: transform 1.7s ease, opacity 1.7s ease
}

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

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

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

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

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

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

.hero2-slider-area .her2-section-area .elements9 {
    bottom: 0;
    height: 140px;
    transform: translateX(-800px);
    width: 400px
}

.hero2-slider-area .her2-section-area .elements10,
.hero2-slider-area .her2-section-area .elements9 {
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transition: transform 1.4s ease, opacity 1.4s ease
}

.hero2-slider-area .her2-section-area .elements10 {
    height: 390px;
    top: 0;
    transform: translateY(-800px);
    width: 500px
}

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

.hero2-slider-area .her2-section-area .img1 img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    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);
    display: inline-block;
    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;
    opacity: 0;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    transform: translateX(-600px);
    transition: all .4s
}

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

.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;
    opacity: 0;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    transform: translateX(-800px);
    transition: transform 1.4s ease, opacity 1.4s ease
}

@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 {
    background: hsla(0, 0%, 100%, .15);
    border: 1px solid rgba(192, 240, 55, .9);
    border-radius: 4px;
    display: inline-block;
    padding: 8px
}

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

.hero2-slider-area .her2-section-area .hero2-header .timer .time-box {
    border: 1px solid hsla(0, 0%, 100%, .15);
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    margin: 0 14px 0 0;
    padding: 16px 30px;
    position: relative;
    text-align: center;
    width: 150px;
    z-index: 1
}

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

.hero2-slider-area .her2-section-area .hero2-header .timer .time-box .time-value span,
.hero2-slider-area .her2-section-area .hero2-header .timer .time-box p {
    color: hsla(0, 0%, 100%, .9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    transition: all .4s
}

.hero2-slider-area .her2-section-area .hero2-header .timer .time-value {
    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;
    text-align: center;
    text-transform: uppercase;
    transition: all .4s
}

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

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

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

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

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

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

.hero2-slider-area .her2-section-area .about-btnarea a {
    color: var(--ztc-text-text-2);
    display: inline-block;
    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;
    position: relative;
    text-align: center
}

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

@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 {
    background: var(--ztc-bg-bg-1);
    border: none;
    border-radius: 50%;
    color: var(--ztc-text-text-5);
    font-size: var(--ztc-font-size-font-s20);
    height: 56px;
    line-height: 56px;
    text-align: center;
    transition: all .4s;
    width: 56px
}

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

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

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

@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 {
    bottom: 0;
    position: absolute;
    right: 0
}

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

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

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

@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 {
        left: 0;
        margin-top: 30px;
        position: relative
    }
}

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

.hero3-section-area .hero3-header .arrow-btnarea a {
    align-items: center;
    backdrop-filter: blur(5px);
    background: hsla(0, 0%, 100%, .2);
    border: hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    display: flex;
    height: 200px;
    justify-content: center;
    padding: 8px;
    transition: all .4s;
    width: 200px
}

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

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

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

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

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

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

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

@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 {
    font-size: var(--ztc-font-size-font-s60);
    font-weight: var(--ztc-weight-bold);
    line-height: 60px;
    text-align: center
}

.hero3-section-area .hero3-header .date-btn h4,
.hero3-section-area .hero3-header .date-btn p {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font1);
    font-style: normal;
    text-transform: uppercase
}

.hero3-section-area .hero3-header .date-btn p {
    font-size: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-medium);
    line-height: 20px
}

.hero3-section-area .hero3-header .date-btn a {
    background-image: url(../images/shapes/elements20.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    padding: 18px;
    text-align: center
}

.hero3-section-area .hero3-header .date-btn a,
.hero3-section-area .hero3-header h5 {
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-style: normal
}

.hero3-section-area .hero3-header h5 {
    font-size: var(--ztc-font-size-font-s28);
    font-weight: var(--ztc-weight-medium);
    line-height: 20px;
    text-transform: uppercase;
    transition: all .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 {
    display: inline-block !important;
    height: 30px;
    margin: 0 6px 0 0;
    -o-object-fit: contain;
    object-fit: contain;
    width: 30px
}

.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 {
    background: hsla(0, 0%, 100%, .15);
    border: 2px solid #fff;
    border-radius: 3px;
    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-inline-end: 20px
}

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

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

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

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

@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;
    margin: 0 4px 0 0;
    -o-object-fit: contain;
    object-fit: contain;
    width: 22px
}

.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;
    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 {
    border-radius: 8px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

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

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

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

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

.hero4-section-area .hero-content-images .content-area .date {
    color: var(--ztc-text-text-13);
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px
}

.hero4-section-area .hero-content-images .content-area .date,
.hero4-section-area .hero-content-images .content-area ul li a {
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    transition: all .4s
}

.hero4-section-area .hero-content-images .content-area ul li a {
    color: var(--ztc-text-text-12);
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px;
    margin-top: 14px
}

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

.inner-page-header {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
    position: relative
}

.inner-page-header .heading1 a {
    color: var(--ztc-text-text-1);
    display: inline-block;
    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-align: center;
    transition: all .4s
}

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

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

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

.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 {
    backdrop-filter: blur(2.5px);
    background: linear-gradient(135deg, #ff7a00, red);
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px 0 0;
    text-align: center;
    width: 40px
}

.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 {
    backdrop-filter: blur(5px);
    background: hsla(0, 0%, 100%, .1);
    border: 2px solid var(--white, #fff);
    border-radius: 3px;
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: 120px;
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 120px;
    margin-inline-end: 100px;
    padding: 14px 20px;
    text-transform: uppercase
}

@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 {
    background: var(--ztc-bg-bg-1);
    border-radius: 4px;
    left: 0;
    padding: 8px;
    position: absolute;
    text-align: start
}

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

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

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

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

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

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

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

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

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

@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 {
    backdrop-filter: blur(3.9210524559px);
    background: hsla(0, 0%, 100%, .4);
    border: hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    bottom: -60px;
    display: inline-block;
    padding: 5px;
    position: absolute;
    right: 0
}

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

.hero6-section-area .hero6-header .arrow-btn .arrow {
    height: 28px;
    left: 40%;
    position: absolute;
    top: 40%;
    transform: rotate(-45deg);
    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;
    right: 70px;
    top: 30px
}

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

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

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

.hero6-section-area .img1 .date-format h5 {
    font-size: 57.262px;
    line-height: 57.262px
}

.hero6-section-area .img1 .date-format h5,
.hero6-section-area .img1 .date-format p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-style: normal;
    font-weight: 700
}

.hero6-section-area .img1 .date-format p {
    font-size: 23.199px;
    line-height: 23.117px
}

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

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

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

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

.hero7-section-area .date-btn h2 {
    font-size: var(--ztc-font-size-font-s44);
    line-height: 54px
}

.hero7-section-area .date-btn h2,
.hero7-section-area .date-btn p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    text-transform: uppercase
}

.hero7-section-area .date-btn p {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 39px
}

.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 {
    align-items: center;
    backdrop-filter: blur(10px);
    background: hsla(0, 0%, 100%, .2);
    border: hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    display: flex;
    height: 150px;
    justify-content: center;
    padding: 8px;
    transition: all .4s;
    width: 150px
}

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width:768px)and (max-width:991px) {
    .hero7-section-area .timer-btn-area .timer {
        align-items: center;
        display: flex;
        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 {
    background: rgba(26, 23, 25, .1);
    border: 1px solid rgba(26, 23, 25, .1);
    content: "";
    height: 100%;
    position: absolute;
    right: -70px;
    top: 0;
    width: 1px
}

@media(max-width:767px) {
    .hero7-section-area .timer-btn-area .timer .time-box:after {
        display: none
    }
    .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);
    display: block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    padding-top: 12px;
    text-align: center;
    text-transform: uppercase
}

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

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

@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 {
    bottom: -100px;
    position: absolute;
    width: 100%;
    z-index: 2
}

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

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

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

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

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

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

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

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

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

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

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

.hero8-slider-area .date-btn h4 {
    font-size: var(--ztc-font-size-font-s60);
    font-weight: var(--ztc-weight-bold);
    line-height: 60px;
    text-align: center
}

.hero8-slider-area .date-btn h4,
.hero8-slider-area .date-btn p {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font1);
    font-style: normal;
    text-transform: uppercase
}

.hero8-slider-area .date-btn p {
    font-size: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-medium);
    line-height: 20px
}

.hero8-slider-area .date-btn a {
    background-image: url(../images/shapes/elements20.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    padding: 18px;
    text-align: center
}

.hero8-slider-area .date-btn a,
.hero8-slider-area .hero8-header h5 {
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-style: normal
}

.hero8-slider-area .hero8-header h5 {
    font-size: var(--ztc-font-size-font-s28);
    font-weight: var(--ztc-weight-medium);
    line-height: 20px;
    text-transform: uppercase;
    transition: all .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 {
    display: inline-block !important;
    height: 30px;
    margin: 0 6px 0 0;
    -o-object-fit: contain;
    object-fit: contain;
    width: 30px
}

.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 {
    background: hsla(0, 0%, 100%, .15);
    border: 2px solid #fff;
    border-radius: 3px;
    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 {
    font-size: var(--ztc-font-size-font-s32);
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px
}

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

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

@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);
    display: inline-block;
    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 .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 {
    display: inline-block !important;
    height: 30px;
    margin: 0 6px 0 0;
    -o-object-fit: contain;
    object-fit: contain;
    width: 30px
}

.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;
    border: 1px solid var(--ztc-text-text-1);
    color: var(--ztc-text-text-1);
    margin-inline-start: 20px;
    padding: 18px 26px
}

@media(max-width:767px) {
    .hero9-slider-area .hero8-header .btn-area1 .vl-btn9.btn2 {
        margin-inline-end: 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 {
    border-radius: 4px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

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

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

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

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

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

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

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

@media only screen and (min-width:768px)and (max-width:991px) {
    .hero9-slider-area .timer-bg-area .timer-btn-area .timer {
        align-items: center;
        display: flex;
        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 {
    background: hsla(0, 0%, 100%, .1);
    border-radius: var(--rounded-lg, 8px);
    display: inline-block;
    padding: 16px 36px;
    position: relative;
    z-index: 1
}

@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);
    display: block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    padding-top: 12px;
    text-align: center;
    text-transform: uppercase
}

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

@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: hsla(0, 0%, 100%, .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 {
    overflow: hidden;
    padding: 250px 0 138px;
    position: relative;
    z-index: 1
}

@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 {
    padding-inline-start: 70px;
    position: relative
}

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

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

.hero10-section-area .hero6-header p {
    font-size: var(--ztc-font-size-font-s28);
    line-height: 36px
}

.hero10-section-area .hero6-header p,
.hero10-section-area .hero6-header ul li a {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-style: normal;
    font-weight: var(--ztc-weight-medium)
}

.hero10-section-area .hero6-header ul li a {
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    line-height: 20px;
    transition: all .4s
}

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

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

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

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

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

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

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

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

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

@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 {
    border-radius: 50%;
    height: 500px;
    left: -50px;
    max-height: 450px;
    max-width: 500px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: -29px;
    width: 500px
}

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

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

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

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

@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;
    right: 90px;
    top: 0;
    z-index: 1
}

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

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

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

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

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

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

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

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

.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:after,
.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 li a {
    color: var(--ztc-bg-bg-2);
    font-family: var(--ztc-family-font1) !important
}

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

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

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

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

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

.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 {
    background: var(--ztc-bg-bg-3);
    border-radius: 50%;
    color: var(--ztc-bg-bg-2);
    display: inline-block;
    height: 40px;
    line-height: 23px;
    margin: 0 6px 0 0;
    text-align: center;
    transition: all .4s;
    width: 40px
}

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

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

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

.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:after,
.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 li a {
    color: var(--ztc-bg-bg-4);
    font-family: var(--ztc-family-font1) !important
}

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

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

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

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

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

.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 {
    background: var(--ztc-bg-bg-5);
    border-radius: 50%;
    color: var(--ztc-bg-bg-2);
    display: inline-block;
    height: 40px;
    line-height: 23px;
    margin: 0 6px 0 0;
    text-align: center;
    transition: all .4s;
    width: 40px
}

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

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

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

.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:after,
.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 li a {
    color: var(--ztc-bg-bg-6);
    font-family: var(--ztc-family-font1) !important
}

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

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

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

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

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

.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 {
    background: var(--ztc-bg-bg-7);
    border-radius: 50%;
    color: var(--ztc-bg-bg-1);
    display: inline-block;
    height: 40px;
    line-height: 23px;
    margin: 0 6px 0 0;
    text-align: center;
    transition: all .4s;
    width: 40px
}

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

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

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

.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 {
    height: 46px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 150px
}

.mobile-sidebar.mobile-sidebar4 .mobile-nav.mobile-nav1 ul span.submenu-button:after,
.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 li a {
    color: var(--ztc-bg-bg-8);
    font-family: var(--ztc-family-font1) !important
}

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

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

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

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

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

.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 {
    background: var(--ztc-bg-bg-9);
    border-radius: 50%;
    color: var(--ztc-bg-bg-1);
    display: inline-block;
    height: 40px;
    line-height: 23px;
    margin: 0 6px 0 0;
    text-align: center;
    transition: all .4s;
    width: 40px
}

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

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

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

.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:after,
.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 li a {
    color: var(--ztc-bg-bg-2);
    font-family: var(--ztc-family-font1) !important
}

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

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

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

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

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

.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 {
    background: var(--ztc-bg-bg-2);
    border-radius: 50%;
    color: var(--ztc-bg-bg-1);
    display: inline-block;
    height: 40px;
    line-height: 23px;
    margin: 0 6px 0 0;
    text-align: center;
    transition: all .4s;
    width: 40px
}

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

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

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

.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 {
    height: 46px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 150px
}

.mobile-sidebar.mobile-sidebar6 .mobile-nav.mobile-nav1 ul span.submenu-button:after,
.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 li a {
    color: var(--ztc-bg-bg-2);
    font-family: var(--ztc-family-font1) !important
}

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

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

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

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

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

.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 {
    background: var(--ztc-bg-bg-10);
    border-radius: 50%;
    color: var(--ztc-bg-bg-1);
    display: inline-block;
    height: 40px;
    line-height: 23px;
    margin: 0 6px 0 0;
    text-align: center;
    transition: all .4s;
    width: 40px
}

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

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

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

.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:after,
.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 li a {
    color: var(--ztc-bg-bg-2);
    font-family: var(--ztc-family-font1) !important
}

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

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

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

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

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

.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 {
    background: var(--ztc-bg-bg-11);
    border-radius: 50%;
    color: var(--ztc-bg-bg-1);
    display: inline-block;
    height: 40px;
    line-height: 23px;
    margin: 0 6px 0 0;
    text-align: center;
    transition: all .4s;
    width: 40px
}

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

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

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

.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:after,
.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 li a {
    color: var(--ztc-bg-bg-2);
    font-family: var(--ztc-family-font1) !important
}

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

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

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

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

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

.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 {
    background: var(--ztc-bg-bg-12);
    border-radius: 50%;
    color: var(--ztc-bg-bg-1);
    display: inline-block;
    height: 40px;
    line-height: 23px;
    margin: 0 6px 0 0;
    text-align: center;
    transition: all .4s;
    width: 40px
}

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

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

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

.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:after,
.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 li a {
    color: var(--ztc-bg-bg-13);
    font-family: var(--ztc-family-font1) !important
}

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

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

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

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

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

.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 {
    background: var(--ztc-bg-bg-13);
    border-radius: 50%;
    color: var(--ztc-bg-bg-1);
    display: inline-block;
    height: 40px;
    line-height: 23px;
    margin: 0 6px 0 0;
    text-align: center;
    transition: all .4s;
    width: 40px
}

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

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

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

.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 {
    height: 46px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 150px
}

.mobile-sidebar.mobile-sidebar10 .mobile-nav.mobile-nav1 ul span.submenu-button:after,
.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 li a {
    color: var(--ztc-bg-bg-1);
    font-family: var(--ztc-family-font1) !important
}

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

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

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

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

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

.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 {
    background: var(--ztc-bg-bg-1);
    border-radius: 50%;
    color: var(--ztc-bg-bg-2);
    display: inline-block;
    height: 40px;
    line-height: 23px;
    margin: 0 6px 0 0;
    text-align: center;
    transition: all .4s;
    width: 40px
}

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

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

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

.blog1-section-area .blog1-auhtor-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all .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 {
    left: 0;
    opacity: 1;
    top: 0;
    transition: all .4s;
    visibility: visible;
    width: 100%
}

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

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

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

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

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

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

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

.blog1-section-area .blog1-auhtor-boxarea .content-area .vl-btn2 {
    border: 1px solid var(--ztc-bg-bg-2);
    border-radius: 8px;
    color: var(--ztc-text-text-2);
    display: inline-block;
    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;
    padding: 15px 20px;
    position: relative;
    text-transform: uppercase;
    transition: all .4s;
    z-index: 1
}

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

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

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

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

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

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

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

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

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

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

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

@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;
    right: -20px;
    top: -20px
}

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

.blog4-section-area .blog4-boxarea .content-area .arrow a:hover {
    background: var(--ztc-bg-bg-9);
    color: var(--ztc-text-text-1);
    transition: all .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);
    display: inline-block;
    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;
    transition: all .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 {
    display: inline-block;
    height: 20px;
    margin: -5px 6px 0 0;
    -o-object-fit: contain;
    object-fit: contain;
    width: 20px
}

.blog4-section-area .blog4-boxarea .content-area a {
    color: var(--ztc-text-text-11);
    display: inline-block;
    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;
    transition: all .4s
}

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

.blog4-section-area .blog4-boxarea .content-area .readmore {
    color: var(--ztc-text-text-11);
    display: inline-block;
    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 .4s
}

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

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

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

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

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

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

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

@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;
    right: -20px;
    top: -20px
}

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

.bloginner-section-area .blog4-boxarea .content-area .arrow a:hover {
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-text-text-1);
    transition: all .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);
    display: inline-block;
    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;
    transition: all .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 {
    display: inline-block;
    height: 20px;
    margin: -5px 6px 0 0;
    -o-object-fit: contain;
    object-fit: contain;
    width: 20px
}

.bloginner-section-area .blog4-boxarea .content-area a {
    color: var(--ztc-text-text-2);
    display: inline-block;
    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;
    transition: all .4s
}

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

.bloginner-section-area .blog4-boxarea .content-area .readmore {
    color: var(--ztc-text-text-2);
    display: inline-block;
    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 .4s
}

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

.bloginner-section-area .blog4-boxarea .content-area .readmore i {
    margin-inline-end: 4px;
    transform: rotate(-45deg);
    transition: all .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 {
    border-radius: 8px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.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);
    display: inline-block;
    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;
    transition: all .4s
}

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

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

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

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

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

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

@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 {
    align-items: center;
    display: flex
}

.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;
    margin: 0 16px 0 0
}

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

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

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

@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;
    margin: 0 16px 0 0
}

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

.blog-details-section .blog-deatils-content .tags-social-area .social ul li a:hover {
    background: var(--ztc-bg-bg-3);
    transition: all .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 {
    background: #f1f1f1;
    border-radius: 8px;
    padding: 28px 24px
}

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

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

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

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

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

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

.blog-details-section .blog-auhtor-details .tags-area {
    background: #f1f1f1;
    border-radius: 8px;
    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 {
    background: var(--ztc-bg-bg-1);
    border-radius: 4px;
    color: var(--ztc-text-text-2);
    display: inline-block;
    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;
    margin: 16px 10px 0 0;
    padding: 10px;
    text-transform: capitalize;
    transition: all .4s
}

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

.blog-details-section .blog-auhtor-details .author-images-area {
    background: #f1f1f1;
    border-radius: 8px;
    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 {
    border-radius: 50%;
    height: 70px;
    margin: 16px 10px 0 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 70px
}

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

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

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

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

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

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

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

.blog7-section-area .blog1-auhtor-boxarea .content-area {
    background: #fff3f6;
    border-radius: 8px;
    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);
    display: inline-block;
    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;
    transition: all .4s
}

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

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

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

.blog7-section-area .blog1-auhtor-boxarea .content-area .vl-btn7 {
    background: transparent;
    border: 1px solid var(--ztc-text-text-2);
    border-radius: 100px;
    color: var(--ztc-text-text-2);
    display: inline-block;
    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;
    padding: 8px 8px 8px 20px;
    position: relative;
    text-transform: uppercase;
    transition: all .4s;
    z-index: 1
}

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

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

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

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

.footer1-sertion-area .footer-logo-area p {
    color: #544e51;
    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: .8
}

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

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

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

.footer1-sertion-area .link-content {
    padding-inline-start: 50px
}

@media(max-width:767px) {
    .footer1-sertion-area .link-content {
        margin-top: 30px;
        padding: 0
    }
}

@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: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px
}

.footer1-sertion-area .link-content ul li a {
    color: #544e51;
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    padding-top: 24px;
    transition: all .4s
}

.footer1-sertion-area .link-content ul li a:hover {
    color: var(--ztc-text-text-4);
    padding-inline-start: 5px;
    transition: all .4s
}

.footer1-sertion-area .link-content2 {
    padding-inline-start: 50px
}

@media(max-width:767px) {
    .footer1-sertion-area .link-content2 {
        margin-top: 30px;
        padding: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .footer1-sertion-area .link-content2 {
        margin-top: 30px;
        padding: 0
    }
}

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

.footer1-sertion-area .link-content2 ul li a {
    color: #544e51;
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    padding-top: 24px;
    transition: all .4s
}

.footer1-sertion-area .link-content2 ul li a img {
    margin: 0 8px 0 0
}

.footer1-sertion-area .link-content2 ul li a:hover {
    color: var(--ztc-text-text-4);
    transition: all .4s
}

.footer1-sertion-area .footer-social-box {
    padding: 0 0 0 50px
}

@media(max-width:767px) {
    .footer1-sertion-area .footer-social-box {
        margin-top: 30px;
        padding: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .footer1-sertion-area .footer-social-box {
        margin-top: 30px;
        padding: 0
    }
}

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

.footer1-sertion-area .footer-social-box .img1 {
    margin-top: 12px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.footer1-sertion-area .footer-social-box .img1:hover:after {
    opacity: .5;
    transition: all .4s;
    visibility: visible
}

.footer1-sertion-area .footer-social-box .img1:hover .icons {
    opacity: 1;
    top: 50%;
    transition: all .6s;
    visibility: visible
}

.footer1-sertion-area .footer-social-box .img1:after {
    background: var(--ztc-bg-bg-2);
    border-radius: 8px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    visibility: hidden;
    width: 100%
}

.footer1-sertion-area .footer-social-box .img1 img {
    border-radius: 8px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.footer1-sertion-area .footer-social-box .img1 .icons {
    left: 50%;
    margin-top: -16px;
    margin-inline-end: -12px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .6s;
    visibility: hidden;
    z-index: 2
}

@media(max-width:767px) {
    .footer1-sertion-area .footer-social-box .img1 .icons {
        margin-inline-end: -10px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .footer1-sertion-area .footer-social-box .img1 .icons {
        margin-inline-end: -10px
    }
}

.footer1-sertion-area .footer-social-box .img1 .icons a {
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s24)
}

.footer1-sertion-area .copyright p {
    border-top: 1px solid #d9d7d3;
    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: .8;
    padding-top: 24px;
    text-align: center
}

.footer2-sertion-area {
    background-image: url(../img/bg/footer-bg1.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 32px;
    position: relative;
    z-index: 1
}

.footer2-sertion-area .footer-logo-area img {
    height: 46px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 150px
}

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

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

.footer2-sertion-area .footer-logo-area ul li a {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 50%;
    border-radius: 165px;
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    height: 40px;
    line-height: 40px;
    margin: 0 6px 0 0;
    text-align: center;
    transition: all .4s;
    width: 40px
}

.footer2-sertion-area .footer-logo-area ul li a:hover {
    background: var(--ztc-bg-bg-5);
    color: var(--ztc-text-text-2);
    transition: all .4s
}

.footer2-sertion-area .link-content {
    padding-inline-start: 50px
}

@media(max-width:767px) {
    .footer2-sertion-area .link-content {
        margin-top: 30px;
        padding: 0
    }
}

@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);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    padding-top: 24px;
    transition: all .4s
}

.footer2-sertion-area .link-content ul li a:hover {
    color: var(--ztc-text-text-6);
    padding-inline-start: 5px;
    transition: all .4s
}

.footer2-sertion-area .link-content2 {
    padding-inline-start: 50px
}

@media(max-width:767px) {
    .footer2-sertion-area .link-content2 {
        margin-top: 30px;
        padding: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .footer2-sertion-area .link-content2 {
        margin-top: 30px;
        padding: 0
    }
}

.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);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    padding-top: 24px;
    transition: all .4s
}

.footer2-sertion-area .link-content2 ul li a img {
    filter: brightness(0) invert(1);
    margin: 0 8px 0 0
}

.footer2-sertion-area .link-content2 ul li a:hover {
    color: var(--ztc-text-text-6);
    transition: all .4s
}

.footer2-sertion-area .footer-social-box {
    padding: 0 0 0 50px
}

@media(max-width:767px) {
    .footer2-sertion-area .footer-social-box {
        margin-top: 30px;
        padding: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .footer2-sertion-area .footer-social-box {
        margin-top: 30px;
        padding: 0
    }
}

.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 {
    margin-top: 12px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.footer2-sertion-area .footer-social-box .img1:hover:after {
    opacity: .5;
    transition: all .4s;
    visibility: visible
}

.footer2-sertion-area .footer-social-box .img1:hover .icons {
    opacity: 1;
    top: 50%;
    transition: all .6s;
    visibility: visible
}

.footer2-sertion-area .footer-social-box .img1:after {
    background: var(--ztc-bg-bg-2);
    border-radius: 8px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    visibility: hidden;
    width: 100%
}

.footer2-sertion-area .footer-social-box .img1 img {
    border-radius: 8px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.footer2-sertion-area .footer-social-box .img1 .icons {
    left: 50%;
    margin-top: -16px;
    margin-inline-end: -12px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .6s;
    visibility: hidden;
    z-index: 2
}

@media(max-width:767px) {
    .footer2-sertion-area .footer-social-box .img1 .icons {
        margin-inline-end: -10px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .footer2-sertion-area .footer-social-box .img1 .icons {
        margin-inline-end: -10px
    }
}

.footer2-sertion-area .footer-social-box .img1 .icons a {
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s24)
}

.footer2-sertion-area .copyright p {
    border-top: 1px solid #324d56;
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    opacity: .8;
    padding-top: 24px;
    text-align: center
}

.footer3-sertion-area {
    background: var(--ztc-bg-bg-6);
    padding: 80px 0 32px;
    position: relative;
    z-index: 1
}

.footer3-sertion-area .footer-logo-area img {
    height: 46px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 150px
}

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

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

.footer3-sertion-area .footer-logo-area ul li a {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 50%;
    border-radius: 165px;
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    height: 40px;
    line-height: 40px;
    margin: 0 6px 0 0;
    text-align: center;
    transition: all .4s;
    width: 40px
}

.footer3-sertion-area .footer-logo-area ul li a:hover {
    background: var(--ztc-bg-bg-7);
    color: var(--ztc-text-text-1);
    transition: all .4s
}

.footer3-sertion-area .link-content {
    padding-inline-start: 50px
}

@media(max-width:767px) {
    .footer3-sertion-area .link-content {
        margin-top: 30px;
        padding: 0
    }
}

@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);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    padding-top: 24px;
    transition: all .4s
}

.footer3-sertion-area .link-content ul li a:hover {
    color: var(--ztc-text-text-10);
    padding-inline-start: 5px;
    transition: all .4s
}

.footer3-sertion-area .link-content2 {
    padding-inline-start: 50px
}

@media(max-width:767px) {
    .footer3-sertion-area .link-content2 {
        margin-top: 30px;
        padding: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .footer3-sertion-area .link-content2 {
        margin-top: 30px;
        padding: 0
    }
}

.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);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    padding-top: 24px;
    transition: all .4s
}

.footer3-sertion-area .link-content2 ul li a img {
    filter: brightness(0) invert(1);
    margin: 0 8px 0 0
}

.footer3-sertion-area .link-content2 ul li a:hover {
    color: var(--ztc-text-text-10);
    transition: all .4s
}

.footer3-sertion-area .footer-social-box {
    padding: 0 0 0 50px
}

@media(max-width:767px) {
    .footer3-sertion-area .footer-social-box {
        margin-top: 30px;
        padding: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .footer3-sertion-area .footer-social-box {
        margin-top: 30px;
        padding: 0
    }
}

.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 {
    margin-top: 12px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.footer3-sertion-area .footer-social-box .img1:hover:after {
    opacity: .5;
    transition: all .4s;
    visibility: visible
}

.footer3-sertion-area .footer-social-box .img1:hover .icons {
    opacity: 1;
    top: 50%;
    transition: all .6s;
    visibility: visible
}

.footer3-sertion-area .footer-social-box .img1:after {
    background: var(--ztc-bg-bg-2);
    border-radius: 8px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    visibility: hidden;
    width: 100%
}

.footer3-sertion-area .footer-social-box .img1 img {
    border-radius: 8px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.footer3-sertion-area .footer-social-box .img1 .icons {
    left: 50%;
    margin-top: -16px;
    margin-inline-end: -12px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .6s;
    visibility: hidden;
    z-index: 2
}

@media(max-width:767px) {
    .footer3-sertion-area .footer-social-box .img1 .icons {
        margin-inline-end: -10px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .footer3-sertion-area .footer-social-box .img1 .icons {
        margin-inline-end: -10px
    }
}

.footer3-sertion-area .footer-social-box .img1 .icons a {
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s24)
}

.footer3-sertion-area .copyright p {
    border-top: 1px solid #2f343b;
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    opacity: .8;
    padding-top: 24px;
    text-align: center
}

.footer4-sertion-area {
    background: #f8f7f3;
    padding: 200px 0 32px;
    position: relative;
    z-index: 1
}

.footer4-sertion-area .footer-logo-area img {
    height: 46px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 150px
}

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

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

.footer4-sertion-area .footer-logo-area ul li a {
    background: rgba(46, 77, 253, .08);
    border-radius: 50%;
    border-radius: 165px;
    color: var(--ztc-text-text-11);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    height: 40px;
    line-height: 40px;
    margin: 0 6px 0 0;
    text-align: center;
    transition: all .4s;
    width: 40px
}

.footer4-sertion-area .footer-logo-area ul li a:hover {
    background: var(--ztc-bg-bg-9);
    color: var(--ztc-text-text-1);
    transition: all .4s
}

.footer4-sertion-area .link-content {
    padding-inline-start: 50px
}

@media(max-width:767px) {
    .footer4-sertion-area .link-content {
        margin-top: 30px;
        padding: 0
    }
}

@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);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    padding-top: 24px;
    transition: all .4s
}

.footer4-sertion-area .link-content ul li a:hover {
    color: var(--ztc-text-text-13);
    padding-inline-start: 5px;
    transition: all .4s
}

.footer4-sertion-area .link-content2 {
    padding-inline-start: 50px
}

@media(max-width:767px) {
    .footer4-sertion-area .link-content2 {
        margin-top: 30px;
        padding: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .footer4-sertion-area .link-content2 {
        margin-top: 30px;
        padding: 0
    }
}

.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);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    padding-top: 24px;
    transition: all .4s
}

.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 .4s
}

.footer4-sertion-area .footer-social-box {
    padding: 0 0 0 50px
}

@media(max-width:767px) {
    .footer4-sertion-area .footer-social-box {
        margin-top: 30px;
        padding: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .footer4-sertion-area .footer-social-box {
        margin-top: 30px;
        padding: 0
    }
}

.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 {
    margin-top: 12px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.footer4-sertion-area .footer-social-box .img1:hover:after {
    opacity: .5;
    transition: all .4s;
    visibility: visible
}

.footer4-sertion-area .footer-social-box .img1:hover .icons {
    opacity: 1;
    top: 50%;
    transition: all .6s;
    visibility: visible
}

.footer4-sertion-area .footer-social-box .img1:after {
    background: var(--ztc-bg-bg-8);
    border-radius: 8px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    visibility: hidden;
    width: 100%
}

.footer4-sertion-area .footer-social-box .img1 img {
    border-radius: 8px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.footer4-sertion-area .footer-social-box .img1 .icons {
    left: 50%;
    margin-top: -16px;
    margin-inline-end: -12px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .6s;
    visibility: hidden;
    z-index: 2
}

@media(max-width:767px) {
    .footer4-sertion-area .footer-social-box .img1 .icons {
        margin-inline-end: -10px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .footer4-sertion-area .footer-social-box .img1 .icons {
        margin-inline-end: -10px
    }
}

.footer4-sertion-area .footer-social-box .img1 .icons a {
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s24)
}

.footer4-sertion-area .copyright p {
    border-top: 1px solid #d3d7de;
    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: 18px;
    opacity: .8;
    padding-top: 24px;
    text-align: center
}

.footer5-sertion-area {
    backdrop-filter: blur(40px);
    background: hsla(0, 0%, 100%, .1);
    padding: 80px 0 32px;
    position: relative;
    z-index: 1
}

.footer5-sertion-area .elements33 {
    bottom: 0;
    position: absolute;
    right: 0
}

.footer5-sertion-area .footer-logo-area img {
    height: 46px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 150px
}

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

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

.footer5-sertion-area .footer-logo-area ul li a {
    background: hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    border-radius: 165px;
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    height: 40px;
    line-height: 40px;
    margin: 0 6px 0 0;
    text-align: center;
    transition: all .4s;
    width: 40px
}

.footer5-sertion-area .footer-logo-area ul li a:hover {
    background: linear-gradient(135deg, #ff7a00, red);
    border-radius: 165px;
    color: var(--ztc-text-text-1);
    transition: all .4s
}

.footer5-sertion-area .link-content {
    padding-inline-start: 50px
}

@media(max-width:767px) {
    .footer5-sertion-area .link-content {
        margin-top: 30px;
        padding: 0
    }
}

@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);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    padding-top: 24px;
    transition: all .4s
}

.footer5-sertion-area .link-content ul li a:hover {
    color: red;
    padding-inline-start: 5px;
    transition: all .4s
}

.footer5-sertion-area .link-content2 {
    padding-inline-start: 50px
}

@media(max-width:767px) {
    .footer5-sertion-area .link-content2 {
        margin-top: 30px;
        padding: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .footer5-sertion-area .link-content2 {
        margin-top: 30px;
        padding: 0
    }
}

.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);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    padding-top: 24px;
    transition: all .4s
}

.footer5-sertion-area .link-content2 ul li a img {
    filter: brightness(0) invert(1);
    margin: 0 8px 0 0
}

.footer5-sertion-area .link-content2 ul li a:hover {
    color: red;
    transition: all .4s
}

.footer5-sertion-area .footer-social-box {
    padding: 0 0 0 50px
}

@media(max-width:767px) {
    .footer5-sertion-area .footer-social-box {
        margin-top: 30px;
        padding: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .footer5-sertion-area .footer-social-box {
        margin-top: 30px;
        padding: 0
    }
}

.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 {
    margin-top: 12px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.footer5-sertion-area .footer-social-box .img1:hover:after {
    opacity: .5;
    transition: all .4s;
    visibility: visible
}

.footer5-sertion-area .footer-social-box .img1:hover .icons {
    opacity: 1;
    top: 50%;
    transition: all .6s;
    visibility: visible
}

.footer5-sertion-area .footer-social-box .img1:after {
    background: var(--ztc-bg-bg-2);
    border-radius: 8px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    visibility: hidden;
    width: 100%
}

.footer5-sertion-area .footer-social-box .img1 img {
    border-radius: 8px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.footer5-sertion-area .footer-social-box .img1 .icons {
    left: 50%;
    margin-top: -16px;
    margin-inline-end: -12px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .6s;
    visibility: hidden;
    z-index: 2
}

@media(max-width:767px) {
    .footer5-sertion-area .footer-social-box .img1 .icons {
        margin-inline-end: -10px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .footer5-sertion-area .footer-social-box .img1 .icons {
        margin-inline-end: -10px
    }
}

.footer5-sertion-area .footer-social-box .img1 .icons a {
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s24)
}

.footer5-sertion-area .copyright p {
    border-top: 1px solid #d4d4d4;
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    opacity: .8;
    padding-top: 24px;
    text-align: center
}

.footer6-sertion-area {
    background: #f9fafb;
    padding: 200px 0 32px;
    position: relative;
    z-index: 1
}

.footer6-sertion-area .footer-logo-area img {
    height: 46px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 150px
}

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

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

.footer6-sertion-area .footer-logo-area ul li a {
    background: rgba(255, 103, 0, .06);
    border-radius: 50%;
    border-radius: 165px;
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    height: 40px;
    line-height: 40px;
    margin: 0 6px 0 0;
    text-align: center;
    transition: all .4s;
    width: 40px
}

.footer6-sertion-area .footer-logo-area ul li a:hover {
    background: var(--ztc-bg-bg-10);
    color: var(--ztc-text-text-1);
    transition: all .4s
}

.footer6-sertion-area .link-content {
    padding-inline-start: 50px
}

@media(max-width:767px) {
    .footer6-sertion-area .link-content {
        margin-top: 30px;
        padding: 0
    }
}

@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);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    padding-top: 24px;
    transition: all .4s
}

.footer6-sertion-area .link-content ul li a:hover {
    color: var(--ztc-text-text-14);
    padding-inline-start: 5px;
    transition: all .4s
}

.footer6-sertion-area .link-content2 {
    padding-inline-start: 50px
}

@media(max-width:767px) {
    .footer6-sertion-area .link-content2 {
        margin-top: 30px;
        padding: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .footer6-sertion-area .link-content2 {
        margin-top: 30px;
        padding: 0
    }
}

.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);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    padding-top: 24px;
    transition: all .4s
}

.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 .4s
}

.footer6-sertion-area .footer-social-box {
    padding: 0 0 0 50px
}

@media(max-width:767px) {
    .footer6-sertion-area .footer-social-box {
        margin-top: 30px;
        padding: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .footer6-sertion-area .footer-social-box {
        margin-top: 30px;
        padding: 0
    }
}

.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 {
    margin-top: 12px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.footer6-sertion-area .footer-social-box .img1:hover:after {
    opacity: .5;
    transition: all .4s;
    visibility: visible
}

.footer6-sertion-area .footer-social-box .img1:hover .icons {
    opacity: 1;
    top: 50%;
    transition: all .6s;
    visibility: visible
}

.footer6-sertion-area .footer-social-box .img1:after {
    background: var(--ztc-bg-bg-2);
    border-radius: 8px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    visibility: hidden;
    width: 100%
}

.footer6-sertion-area .footer-social-box .img1 img {
    border-radius: 8px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.footer6-sertion-area .footer-social-box .img1 .icons {
    left: 50%;
    margin-top: -16px;
    margin-inline-end: -12px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .6s;
    visibility: hidden;
    z-index: 2
}

@media(max-width:767px) {
    .footer6-sertion-area .footer-social-box .img1 .icons {
        margin-inline-end: -10px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .footer6-sertion-area .footer-social-box .img1 .icons {
        margin-inline-end: -10px
    }
}

.footer6-sertion-area .footer-social-box .img1 .icons a {
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s24)
}

.footer6-sertion-area .copyright p {
    border-top: 1px solid #d8d8d9;
    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;
    opacity: .8;
    padding-top: 24px;
    text-align: center
}

.footer7-sertion-area {
    background: #fff3f6;
    padding: 250px 0 32px;
    position: relative;
    z-index: 1
}

.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 {
    background: rgba(26, 23, 25, .05);
    border-radius: 50%;
    border-radius: 165px;
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    height: 40px;
    line-height: 40px;
    margin: 0 6px 0 0;
    text-align: center;
    transition: all .4s;
    width: 40px
}

.footer7-sertion-area .footer-logo-area ul li a:hover {
    background: var(--ztc-bg-bg-11);
    color: var(--ztc-text-text-1);
    transition: all .4s
}

.footer7-sertion-area .link-content {
    padding-inline-start: 50px
}

@media(max-width:767px) {
    .footer7-sertion-area .link-content {
        margin-top: 30px;
        padding: 0
    }
}

@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);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    padding-top: 24px;
    transition: all .4s
}

.footer7-sertion-area .link-content ul li a:hover {
    color: var(--ztc-text-text-15);
    padding-inline-start: 5px;
    transition: all .4s
}

.footer7-sertion-area .link-content2 {
    padding-inline-start: 50px
}

@media(max-width:767px) {
    .footer7-sertion-area .link-content2 {
        margin-top: 30px;
        padding: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .footer7-sertion-area .link-content2 {
        margin-top: 30px;
        padding: 0
    }
}

.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;
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    padding-top: 24px;
    transition: all .4s
}

.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 .4s
}

.footer7-sertion-area .footer-social-box {
    padding: 0 0 0 50px
}

@media(max-width:767px) {
    .footer7-sertion-area .footer-social-box {
        margin-top: 30px;
        padding: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .footer7-sertion-area .footer-social-box {
        margin-top: 30px;
        padding: 0
    }
}

.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 {
    margin-top: 12px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.footer7-sertion-area .footer-social-box .img1:hover:after {
    opacity: .5;
    transition: all .4s;
    visibility: visible
}

.footer7-sertion-area .footer-social-box .img1:hover .icons {
    opacity: 1;
    top: 50%;
    transition: all .6s;
    visibility: visible
}

.footer7-sertion-area .footer-social-box .img1:after {
    background: var(--ztc-bg-bg-2);
    border-radius: 8px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    visibility: hidden;
    width: 100%
}

.footer7-sertion-area .footer-social-box .img1 img {
    border-radius: 8px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.footer7-sertion-area .footer-social-box .img1 .icons {
    left: 50%;
    margin-top: -16px;
    margin-inline-end: -12px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .6s;
    visibility: hidden;
    z-index: 2
}

@media(max-width:767px) {
    .footer7-sertion-area .footer-social-box .img1 .icons {
        margin-inline-end: -10px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .footer7-sertion-area .footer-social-box .img1 .icons {
        margin-inline-end: -10px
    }
}

.footer7-sertion-area .footer-social-box .img1 .icons a {
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s24)
}

.footer7-sertion-area .copyright p {
    border-top: 1px solid #d9d7d3;
    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: .8;
    padding-top: 24px;
    text-align: center
}

.footer8-sertion-area {
    padding: 200px 0 32px;
    position: relative;
    z-index: 1
}

.footer8-sertion-area .layer1 {
    height: 250px;
    position: absolute;
    top: -190px;
    width: 100%;
    z-index: -2
}

.footer8-sertion-area .footer-logo-area img {
    height: 46px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 150px
}

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

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

.footer8-sertion-area .footer-logo-area ul li a {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 50%;
    border-radius: 165px;
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    height: 40px;
    line-height: 40px;
    margin: 0 6px 0 0;
    text-align: center;
    transition: all .4s;
    width: 40px
}

.footer8-sertion-area .footer-logo-area ul li a:hover {
    background: var(--ztc-bg-bg-12);
    color: var(--ztc-text-text-1);
    transition: all .4s
}

.footer8-sertion-area .link-content {
    padding-inline-start: 50px
}

@media(max-width:767px) {
    .footer8-sertion-area .link-content {
        margin-top: 30px;
        padding: 0
    }
}

@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);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    padding-top: 24px;
    transition: all .4s
}

.footer8-sertion-area .link-content ul li a:hover {
    color: var(--ztc-text-text-16);
    padding-inline-start: 5px;
    transition: all .4s
}

.footer8-sertion-area .link-content2 {
    padding-inline-start: 50px
}

@media(max-width:767px) {
    .footer8-sertion-area .link-content2 {
        margin-top: 30px;
        padding: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .footer8-sertion-area .link-content2 {
        margin-top: 30px;
        padding: 0
    }
}

.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);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    padding-top: 24px;
    transition: all .4s
}

.footer8-sertion-area .link-content2 ul li a img {
    filter: brightness(0) invert(1);
    margin: 0 8px 0 0
}

.footer8-sertion-area .link-content2 ul li a:hover {
    color: var(--ztc-text-text-16);
    transition: all .4s
}

.footer8-sertion-area .footer-social-box {
    padding: 0 0 0 50px
}

@media(max-width:767px) {
    .footer8-sertion-area .footer-social-box {
        margin-top: 30px;
        padding: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .footer8-sertion-area .footer-social-box {
        margin-top: 30px;
        padding: 0
    }
}

.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 {
    margin-top: 12px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.footer8-sertion-area .footer-social-box .img1:hover:after {
    opacity: .5;
    transition: all .4s;
    visibility: visible
}

.footer8-sertion-area .footer-social-box .img1:hover .icons {
    opacity: 1;
    top: 50%;
    transition: all .6s;
    visibility: visible
}

.footer8-sertion-area .footer-social-box .img1:after {
    background: var(--ztc-bg-bg-2);
    border-radius: 8px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    visibility: hidden;
    width: 100%
}

.footer8-sertion-area .footer-social-box .img1 img {
    border-radius: 8px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.footer8-sertion-area .footer-social-box .img1 .icons {
    left: 50%;
    margin-top: -16px;
    margin-inline-end: -12px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .6s;
    visibility: hidden;
    z-index: 2
}

@media(max-width:767px) {
    .footer8-sertion-area .footer-social-box .img1 .icons {
        margin-inline-end: -10px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .footer8-sertion-area .footer-social-box .img1 .icons {
        margin-inline-end: -10px
    }
}

.footer8-sertion-area .footer-social-box .img1 .icons a {
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s24)
}

.footer8-sertion-area .copyright p {
    border-top: 1px solid #534875;
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    opacity: .8;
    padding-top: 24px;
    text-align: center
}

.footer9-sertion-area {
    background: #f7f5fb;
    padding: 80px 0 32px;
    position: relative;
    z-index: 1
}

.footer9-sertion-area .footer-logo-area img {
    height: 46px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 150px
}

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

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

.footer9-sertion-area .footer-logo-area ul li a {
    background: rgba(255, 80, 0, .1);
    border-radius: 50%;
    border-radius: 165px;
    color: var(--ztc-text-text-18);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    height: 40px;
    line-height: 40px;
    margin: 0 6px 0 0;
    text-align: center;
    transition: all .4s;
    width: 40px
}

.footer9-sertion-area .footer-logo-area ul li a:hover {
    background: var(--ztc-text-text-17);
    color: var(--ztc-text-text-1);
    transition: all .4s
}

.footer9-sertion-area .link-content {
    padding-inline-start: 50px
}

@media(max-width:767px) {
    .footer9-sertion-area .link-content {
        margin-top: 30px;
        padding: 0
    }
}

@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);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    padding-top: 24px;
    transition: all .4s
}

.footer9-sertion-area .link-content ul li a:hover {
    color: var(--ztc-text-text-17);
    padding-inline-start: 5px;
    transition: all .4s
}

.footer9-sertion-area .link-content2 {
    padding-inline-start: 50px
}

@media(max-width:767px) {
    .footer9-sertion-area .link-content2 {
        margin-top: 30px;
        padding: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .footer9-sertion-area .link-content2 {
        margin-top: 30px;
        padding: 0
    }
}

.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);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    padding-top: 24px;
    transition: all .4s
}

.footer9-sertion-area .link-content2 ul li a img {
    filter: brightness(0);
    margin: 0 8px 0 0
}

.footer9-sertion-area .link-content2 ul li a:hover {
    color: var(--ztc-text-text-17);
    transition: all .4s
}

.footer9-sertion-area .footer-social-box {
    padding: 0 0 0 50px
}

@media(max-width:767px) {
    .footer9-sertion-area .footer-social-box {
        margin-top: 30px;
        padding: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .footer9-sertion-area .footer-social-box {
        margin-top: 30px;
        padding: 0
    }
}

.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 {
    margin-top: 12px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.footer9-sertion-area .footer-social-box .img1:hover:after {
    opacity: .5;
    transition: all .4s;
    visibility: visible
}

.footer9-sertion-area .footer-social-box .img1:hover .icons {
    opacity: 1;
    top: 50%;
    transition: all .6s;
    visibility: visible
}

.footer9-sertion-area .footer-social-box .img1:after {
    background: var(--ztc-bg-bg-2);
    border-radius: 8px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    visibility: hidden;
    width: 100%
}

.footer9-sertion-area .footer-social-box .img1 img {
    border-radius: 8px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.footer9-sertion-area .footer-social-box .img1 .icons {
    left: 50%;
    margin-top: -16px;
    margin-inline-end: -12px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .6s;
    visibility: hidden;
    z-index: 2
}

@media(max-width:767px) {
    .footer9-sertion-area .footer-social-box .img1 .icons {
        margin-inline-end: -10px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .footer9-sertion-area .footer-social-box .img1 .icons {
        margin-inline-end: -10px
    }
}

.footer9-sertion-area .footer-social-box .img1 .icons a {
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s24)
}

.footer9-sertion-area .copyright p {
    border-top: 1px solid #aeadb1;
    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: 18px;
    opacity: .8;
    padding-top: 24px;
    text-align: center
}

.footer10-sertion-area {
    padding: 80px 0 32px;
    position: relative;
    z-index: 1
}

.footer10-sertion-area .footer-logo-area img {
    filter: brightness(0) invert(1);
    height: 46px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 150px
}

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

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

.footer10-sertion-area .footer-logo-area ul li a {
    background: hsla(0, 0%, 100%, .06);
    border-radius: 50%;
    border-radius: 165px;
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    height: 40px;
    line-height: 40px;
    margin: 0 6px 0 0;
    text-align: center;
    transition: all .4s;
    width: 40px
}

.footer10-sertion-area .footer-logo-area ul li a:hover {
    background: var(--ztc-bg-bg-14);
    color: var(--ztc-text-text-2);
    transition: all .4s
}

.footer10-sertion-area .link-content {
    padding-inline-start: 50px
}

@media(max-width:767px) {
    .footer10-sertion-area .link-content {
        margin-top: 30px;
        padding: 0
    }
}

@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);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    padding-top: 24px;
    transition: all .4s
}

.footer10-sertion-area .link-content ul li a:hover {
    color: var(--ztc-text-text-20);
    padding-inline-start: 5px;
    transition: all .4s
}

.footer10-sertion-area .link-content2 {
    padding-inline-start: 50px
}

@media(max-width:767px) {
    .footer10-sertion-area .link-content2 {
        margin-top: 30px;
        padding: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .footer10-sertion-area .link-content2 {
        margin-top: 30px;
        padding: 0
    }
}

.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);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    padding-top: 24px;
    transition: all .4s
}

.footer10-sertion-area .link-content2 ul li a img {
    filter: brightness(0) invert(1);
    margin: 0 8px 0 0
}

.footer10-sertion-area .link-content2 ul li a:hover {
    color: var(--ztc-text-text-20);
    transition: all .4s
}

.footer10-sertion-area .footer-social-box {
    padding: 0 0 0 50px
}

@media(max-width:767px) {
    .footer10-sertion-area .footer-social-box {
        margin-top: 30px;
        padding: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .footer10-sertion-area .footer-social-box {
        margin-top: 30px;
        padding: 0
    }
}

.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 {
    margin-top: 12px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.footer10-sertion-area .footer-social-box .img1:hover:after {
    opacity: .5;
    transition: all .4s;
    visibility: visible
}

.footer10-sertion-area .footer-social-box .img1:hover .icons {
    opacity: 1;
    top: 50%;
    transition: all .6s;
    visibility: visible
}

.footer10-sertion-area .footer-social-box .img1:after {
    background: var(--ztc-bg-bg-2);
    border-radius: 8px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    visibility: hidden;
    width: 100%
}

.footer10-sertion-area .footer-social-box .img1 img {
    border-radius: 8px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.footer10-sertion-area .footer-social-box .img1 .icons {
    left: 50%;
    margin-top: -16px;
    margin-inline-end: -12px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .6s;
    visibility: hidden;
    z-index: 2
}

@media(max-width:767px) {
    .footer10-sertion-area .footer-social-box .img1 .icons {
        margin-inline-end: -10px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .footer10-sertion-area .footer-social-box .img1 .icons {
        margin-inline-end: -10px
    }
}

.footer10-sertion-area .footer-social-box .img1 .icons a {
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s24)
}

.footer10-sertion-area .copyright p {
    border-top: 1px solid #adadad;
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    opacity: .8;
    padding-top: 24px;
    text-align: center
}

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

.homepage1-body .header-area.homepage1 {
    z-index: 9999
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .img1:after {
    opacity: .7
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb:hover .homemenu-btn {
    top: 42%
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn {
    left: 25%;
    right: 25%;
    top: 30%
}

.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);
    padding: 6px 15px;
    transition: all .4s
}

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

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover .tp-submenu,
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li:hover ul.dropdown-padding {
    top: 50px
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li a {
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18)
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu {
    left: -160px;
    max-height: 600px;
    padding: 15px;
    top: 100px;
    width: 1100px;
    z-index: 1
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding {
    top: 100px;
    z-index: 1
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a {
    padding-inline-start: 25px
}

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

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

.header-area.homepage1.sticky {
    background: var(--ztc-text-text-1)
}

.homepage1-body,
html {
    overflow-x: hidden !important
}

.homepage1-body {
    overflow-x: hidden
}

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

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

.homepage1-body .header-area.homepage1 .header-elements .site-logo img {
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 150px
}

.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 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    transition: all .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 {
    align-items: center;
    display: flex
}

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

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

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

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

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

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

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

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn1 {
    background: var(--ztc-bg-bg-3);
    border-radius: 8px;
    color: var(--ztc-text-text-2);
    display: inline-block;
    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;
    padding: 16px 20px;
    position: relative;
    text-transform: uppercase;
    transition: all .4s;
    z-index: 1
}

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

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

.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: .1;
    transition: all .4s
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn1:after {
    background: var(--ztc-bg-bg-2);
    border-radius: 50%;
    content: "";
    height: 36px;
    left: 8px;
    opacity: .1;
    position: absolute;
    top: 8px;
    transition: all .4s;
    width: 36px
}

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

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-text a {
    color: var(--ztc-text-text-2);
    display: block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
    transition: all .4s
}

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

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

.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 {
    color: var(--ztc-text-text-4) !important;
    font-weight: var(--ztc-weight-medium);
    transition: all .4s
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu {
    left: -240px;
    max-height: 630px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 20px;
    width: 1300px
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li .tp-submenu,
.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding {
    background: var(--ztc-text-text-1);
    border-radius: 5px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
    display: block;
    opacity: 0;
    position: absolute;
    top: 201.3%;
    transform: scaleY(0);
    transform-origin: top;
    transition: all .4s;
    visibility: hidden;
    z-index: 0
}

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding {
    padding: 15px;
    width: 225px
}

.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 {
    color: var(--ztc-text-text-4);
    padding-inline-start: 15px;
    transition: all .4s
}

.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);
    color: var(--ztc-text-text-4);
    opacity: 1;
    transition: all .4s;
    visibility: visible
}

.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 {
    border-radius: 4px;
    color: var(--ztc-text-text-2);
    display: block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    padding: 8px;
    position: relative;
    transition: all .4s;
    z-index: 1
}

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

.homepage1-body .header-area.homepage1 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
    color: var(--ztc-text-text-2);
    font-weight: var(--ztc-weight-medium);
    padding-inline-start: 15px;
    transition: all .4s
}

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

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

.homepage1-body .header-area.homepage1 .header-elements .btn-area .search-icon {
    border-inline-end: 2px solid #fff;
    padding: 0 20px 0 0
}

.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 {
    background: var(--ztc-bg-bg-1);
    border-radius: 50%;
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    height: 40px;
    line-height: 40px;
    margin: 0 6px 0 0;
    text-align: center;
    transition: all .4s;
    width: 40px
}

.homepage1-body .header-area.homepage1 .header-elements .btn-area ul li a:hover {
    background: var(--ztc-bg-bg-3);
    transition: all .4s
}

.header-area.homepage1.sticky {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: fade-in-down;
    background: var(--ztc-text-text-2);
    box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
    left: 0;
    position: fixed;
    top: 0;
    transform: translateZ(0);
    transition: all .4s;
    width: 100%;
    z-index: 111
}

.homepage2-body,
html {
    overflow-x: hidden !important
}

.homepage2-body {
    background: var(--ztc-bg-bg-4);
    overflow-x: hidden
}

.homepage2-body .header-area.homepage2 {
    position: absolute;
    transition: all .4s;
    width: 100%;
    z-index: 9
}

.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 {
    align-items: center;
    background: var(--ztc-bg-bg-1);
    border-bottom: 1px solid #e7e8e9;
    display: flex;
    justify-content: space-between;
    opacity: 1;
    padding: 20px;
    position: relative;
    transition: all .4s;
    visibility: visible;
    z-index: 1
}

.homepage2-body .header-area.homepage2 .menu-top-area .top-menu-area:after {
    background: var(--ztc-bg-bg-5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    width: 5px
}

.homepage2-body .header-area.homepage2 .menu-top-area .top-menu-area p,
.homepage2-body .header-area.homepage2 .menu-top-area .top-menu-area p 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
}

.homepage2-body .header-area.homepage2 .menu-top-area .top-menu-area p a {
    display: inline-block;
    margin: 0 0 0 8px;
    text-decoration-line: underline;
    transition: all .4s
}

.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);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    transition: all .4s
}

.homepage2-body .header-area.homepage2 .menu-top-area .top-menu-area ul li a:hover {
    color: var(--ztc-text-text-6);
    transition: all .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);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    padding: 20px;
    z-index: 1
}

.homepage2-body .header-area.homepage2 .header-elements:after {
    background: var(--ztc-bg-bg-5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    width: 5px
}

.homepage2-body .header-area.homepage2 .header-elements .site-logo img {
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 150px
}

.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 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    transition: all .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 {
    align-items: center;
    display: flex
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
    margin: 0 20px 0 0;
    position: relative;
    transition: all .4s;
    z-index: 1
}

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

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

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

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

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

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

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn2 {
    border-radius: 8px;
    color: var(--ztc-text-text-2);
    display: inline-block;
    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;
    position: relative;
    text-transform: uppercase;
    transition: all .4s;
    z-index: 1
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn2 span.demo {
    background: var(--ztc-bg-bg-5);
    border-radius: 70px;
    display: inline-block;
    padding: 20px 26px;
    transition: all .4s
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn2 span.arrow {
    background: var(--ztc-bg-bg-5);
    border-radius: 50%;
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    height: 54px;
    line-height: 54px;
    transform: rotate(-45deg);
    transition: all .4s;
    width: 54px
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn2:hover {
    transition: all .4s
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn2:hover span.arrow {
    margin-inline-end: 6px;
    transform: rotate(0deg);
    transition: all .4s
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-text a {
    color: var(--ztc-text-text-2);
    display: block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
    transition: all .4s
}

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

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li a {
    color: var(--ztc-text-text-5);
    display: block;
    font-family: var(--ztc-family-font1) !important;
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    padding: 0 20px;
    transition: all .4s
}

.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 {
    color: var(--ztc-text-text-6) !important;
    font-weight: var(--ztc-weight-medium);
    transition: all .4s
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu {
    left: -243px;
    max-height: 630px;
    overflow: hidden;
    padding: 20px;
    width: 1300px
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li .tp-submenu,
.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding {
    background: var(--ztc-text-text-1);
    border-radius: 5px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
    display: block;
    opacity: 0;
    position: absolute;
    top: 201.3%;
    transform: scaleY(0);
    transform-origin: top;
    transition: all .4s;
    visibility: hidden;
    z-index: 0
}

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding {
    padding: 15px;
    width: 225px
}

.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 {
    color: var(--ztc-text-text-6);
    padding-inline-start: 15px;
    transition: all .4s
}

.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);
    color: var(--ztc-text-text-6);
    opacity: 1;
    transition: all .4s;
    visibility: visible
}

.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 {
    border-radius: 4px;
    color: var(--ztc-text-text-2);
    display: block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    padding: 8px;
    position: relative;
    transition: all .4s;
    z-index: 1
}

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

.homepage2-body .header-area.homepage2 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
    color: var(--ztc-text-text-2);
    font-weight: var(--ztc-weight-medium);
    padding-inline-start: 15px;
    transition: all .4s
}

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

.homepage2-body .header-area.homepage2 .header-elements .btn-area {
    align-items: center;
    display: flex
}

.homepage2-body .header-area.homepage2 .header-elements .btn-area img {
    filter: brightness(0)
}

.homepage2-body .header-area.homepage2 .header-elements .btn-area .search-icon {
    border-inline-end: 2px solid #f6f7ff;
    padding: 0 20px 0 0
}

.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 {
    background: #f6f7ff;
    border-radius: 50%;
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    height: 40px;
    line-height: 40px;
    margin: 0 6px 0 0;
    text-align: center;
    transition: all .4s;
    width: 40px
}

.homepage2-body .header-area.homepage2 .header-elements .btn-area ul li a:hover {
    background: var(--ztc-bg-bg-5);
    transition: all .4s
}

.header-area.homepage2.sticky {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: fade-in-down;
    background: var(--ztc-text-text-1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
    left: 0;
    position: fixed;
    top: 0;
    transform: translateZ(0);
    transition: all .4s;
    width: 100%;
    z-index: 111
}

.header-area.homepage2.sticky .menu-top-area .top-menu-area {
    height: 0;
    opacity: 0;
    position: absolute;
    transition: all .4s;
    visibility: hidden
}

.header-area.homepage2.sticky .header-elements:after {
    visibility: hidden
}

.header-area.homepage2.sticky .header-elements {
    background: none;
    box-shadow: none;
    padding: 16px 0
}

.homepage3-body,
html {
    overflow-x: hidden !important
}

.homepage3-body {
    overflow-x: hidden
}

.homepage3-body .header-area.homepage3 {
    position: absolute;
    transition: all .4s;
    width: 100%;
    z-index: 9
}

.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 {
    align-items: center;
    background: var(--ztc-bg-bg-1);
    border-bottom: 1px solid #e7e8e9;
    display: flex;
    justify-content: space-between;
    opacity: 1;
    padding: 20px;
    position: relative;
    transition: all .4s;
    visibility: visible;
    z-index: 1
}

.homepage3-body .header-area.homepage3 .menu-top-area .top-menu-area:after {
    background: var(--ztc-bg-bg-7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    width: 5px
}

.homepage3-body .header-area.homepage3 .menu-top-area .top-menu-area p,
.homepage3-body .header-area.homepage3 .menu-top-area .top-menu-area p 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
}

.homepage3-body .header-area.homepage3 .menu-top-area .top-menu-area p a {
    display: inline-block;
    margin: 0 0 0 8px;
    text-decoration-line: underline;
    transition: all .4s
}

.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);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    transition: all .4s
}

.homepage3-body .header-area.homepage3 .menu-top-area .top-menu-area ul li a:hover {
    color: var(--ztc-text-text-10);
    transition: all .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);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    padding: 20px;
    z-index: 1
}

.homepage3-body .header-area.homepage3 .header-elements:after {
    background: var(--ztc-bg-bg-7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: -1px;
    transition: all .4s;
    width: 5px;
    z-index: 1
}

.homepage3-body .header-area.homepage3 .header-elements .site-logo img {
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 150px
}

.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 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    transition: all .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 {
    align-items: center;
    display: flex
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
    margin: 0 20px 0 0;
    position: relative;
    transition: all .4s;
    z-index: 1
}

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

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

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

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

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

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

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn3 {
    background: var(--ztc-bg-bg-7);
    border-radius: 8px;
    color: var(--ztc-text-text-1);
    display: inline-block;
    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;
    overflow: hidden;
    padding: 24px 28px;
    position: relative;
    text-transform: uppercase;
    transition: all .4s;
    z-index: 1
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn3:after {
    background: #d60003;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    transition: all .4s;
    width: 100%;
    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 .4s
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn3:hover:after {
    height: 100%;
    transition: all .4s;
    width: 100%
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-text a {
    color: var(--ztc-text-text-2);
    display: block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
    transition: all .4s
}

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

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li a {
    color: var(--ztc-text-text-8);
    display: block;
    font-family: var(--ztc-family-font1) !important;
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    padding: 0 20px;
    transition: all .4s
}

.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 {
    color: var(--ztc-text-text-10) !important;
    font-weight: var(--ztc-weight-medium);
    transition: all .4s
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu {
    left: -243px;
    max-height: 630px;
    overflow: hidden;
    padding: 20px;
    width: 1300px
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li .tp-submenu,
.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding {
    background: var(--ztc-text-text-1);
    border-radius: 5px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
    display: block;
    opacity: 0;
    position: absolute;
    top: 201.3%;
    transform: scaleY(0);
    transform-origin: top;
    transition: all .4s;
    visibility: hidden;
    z-index: 0
}

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding {
    padding: 15px;
    width: 225px
}

.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 {
    color: var(--ztc-text-text-10);
    padding-inline-start: 15px;
    transition: all .4s
}

.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);
    color: var(--ztc-text-text-10);
    opacity: 1;
    transition: all .4s;
    visibility: visible
}

.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 {
    border-radius: 4px;
    color: var(--ztc-text-text-8);
    display: block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    padding: 8px;
    position: relative;
    transition: all .4s;
    z-index: 1
}

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

.homepage3-body .header-area.homepage3 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
    color: var(--ztc-text-text-8);
    font-weight: var(--ztc-weight-medium);
    padding-inline-start: 15px;
    transition: all .4s
}

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

.homepage3-body .header-area.homepage3 .header-elements .btn-area {
    align-items: center;
    display: flex
}

.homepage3-body .header-area.homepage3 .header-elements .btn-area img {
    filter: brightness(0)
}

.homepage3-body .header-area.homepage3 .header-elements .btn-area .search-icon {
    border-inline-end: 2px solid #f6f7ff;
    padding: 0 20px 0 0
}

.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 {
    background: rgba(255, 54, 57, .05);
    border-radius: 50%;
    color: var(--ztc-text-text-8);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    height: 40px;
    line-height: 40px;
    margin: 0 6px 0 0;
    text-align: center;
    transition: all .4s;
    width: 40px
}

.homepage3-body .header-area.homepage3 .header-elements .btn-area ul li a:hover {
    background: var(--ztc-bg-bg-7);
    color: var(--ztc-text-text-1);
    transition: all .4s
}

.header-area.homepage3.sticky {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: fade-in-down;
    background: var(--ztc-text-text-1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
    left: 0;
    position: fixed;
    top: 0;
    transform: translateZ(0);
    transition: all .4s;
    width: 100%;
    z-index: 111
}

.header-area.homepage3.sticky .menu-top-area .top-menu-area {
    height: 0;
    opacity: 0;
    position: absolute;
    transition: all .4s;
    visibility: hidden
}

.header-area.homepage3.sticky .header-elements:after {
    visibility: hidden
}

.header-area.homepage3.sticky .header-elements {
    background: none;
    box-shadow: none;
    padding: 16px 0
}

.homepage4-body,
html {
    overflow-x: hidden !important
}

.homepage4-body {
    overflow-x: hidden
}

.homepage4-body .header-area.homepage4 {
    padding: 16px 0 0;
    position: absolute;
    transition: all .4s;
    width: 100%;
    z-index: 9
}

.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);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .08);
    padding: 20px;
    z-index: 1
}

.homepage4-body .header-area.homepage4 .header-elements .site-logo img {
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 150px
}

.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 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    transition: all .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 {
    align-items: center;
    display: flex
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
    margin: 0 20px 0 0;
    position: relative;
    transition: all .4s;
    z-index: 1
}

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

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

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

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

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

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

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn4 {
    background: var(--ztc-bg-bg-9);
    border-radius: 8px;
    color: var(--ztc-text-text-1);
    display: inline-block;
    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;
    overflow: hidden;
    padding: 24px 26px;
    position: relative;
    text-transform: uppercase;
    transition: all .4s;
    z-index: 1
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn4:after {
    background: var(--ztc-bg-bg-8);
    border-radius: 8px;
    content: "";
    height: 100%;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    visibility: hidden;
    width: 1px;
    z-index: -1
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn4:hover {
    color: var(--ztc-text-text-1);
    transition: all .4s
}

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

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-text a {
    color: var(--ztc-text-text-2);
    display: block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
    transition: all .4s
}

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

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li a {
    color: var(--ztc-text-text-11);
    display: block;
    font-family: var(--ztc-family-font1) !important;
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    padding: 0 20px;
    transition: all .4s
}

.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 {
    color: var(--ztc-text-text-13) !important;
    font-weight: var(--ztc-weight-medium);
    transition: all .4s
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu {
    left: -243px;
    max-height: 630px;
    overflow: hidden;
    padding: 20px;
    width: 1300px
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li .tp-submenu,
.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding {
    background: var(--ztc-text-text-1);
    border-radius: 5px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
    display: block;
    opacity: 0;
    position: absolute;
    top: 201.3%;
    transform: scaleY(0);
    transform-origin: top;
    transition: all .4s;
    visibility: hidden;
    z-index: 0
}

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding {
    padding: 15px;
    width: 225px
}

.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 {
    color: var(--ztc-text-text-13);
    padding-inline-start: 15px;
    transition: all .4s
}

.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);
    color: var(--ztc-text-text-13);
    opacity: 1;
    transition: all .4s;
    visibility: visible
}

.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 {
    border-radius: 4px;
    color: var(--ztc-text-text-11);
    display: block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    padding: 8px;
    position: relative;
    transition: all .4s;
    z-index: 1
}

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

.homepage4-body .header-area.homepage4 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
    color: var(--ztc-text-text-13);
    font-weight: var(--ztc-weight-medium);
    padding-inline-start: 15px;
    transition: all .4s
}

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

.homepage4-body .header-area.homepage4 .header-elements .btn-area {
    align-items: center;
    display: flex
}

.homepage4-body .header-area.homepage4 .header-elements .btn-area img {
    filter: brightness(0)
}

.homepage4-body .header-area.homepage4 .header-elements .btn-area .search-icon {
    border-inline-end: 2px solid #e5e9f0;
    padding: 0 20px 0 0
}

.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 {
    background: rgba(46, 77, 253, .08);
    border-radius: 50%;
    color: var(--ztc-text-text-11);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    height: 40px;
    line-height: 40px;
    margin: 0 6px 0 0;
    text-align: center;
    transition: all .4s;
    width: 40px
}

.homepage4-body .header-area.homepage4 .header-elements .btn-area ul li a:hover {
    background: var(--ztc-bg-bg-9);
    color: var(--ztc-text-text-1);
    transition: all .4s
}

.header-area.homepage4.sticky {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: fade-in-down;
    background: var(--ztc-text-text-1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
    left: 0;
    position: fixed;
    top: 0;
    transform: translateZ(0);
    transition: all .4s;
    width: 100%;
    z-index: 111
}

.header-area.homepage4.sticky .header-elements {
    background: none;
    box-shadow: none;
    padding: 0 0 16px
}

.homepage5-body,
html {
    overflow-x: hidden !important
}

.homepage5-body {
    overflow-x: hidden
}

.homepage5-body .body-bg1 {
    height: auto;
    position: fixed;
    top: 0;
    transform: translateZ(-1px) scale(2);
    width: 100%
}

@media(max-width:767px) {
    .homepage5-body .body-bg1 {
        height: 100%
    }
}

.homepage5-body .header-area.homepage5 {
    position: absolute;
    transition: all .4s;
    width: 100%;
    z-index: 9
}

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

.homepage5-body .header-area.homepage5 .header-elements {
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 16px;
    margin-top: 20px;
    padding: 14px 20px;
    z-index: 1
}

.homepage5-body .header-area.homepage5 .header-elements .site-logo img {
    filter: brightness(0) invert(1);
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 150px
}

.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 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    transition: all .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 {
    align-items: center;
    display: flex
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
    margin: 0 20px 0 0;
    position: relative;
    transition: all .4s;
    z-index: 1
}

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

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

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

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

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

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

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn5 {
    border-radius: 8px;
    color: var(--ztc-text-text-1);
    display: inline-block;
    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;
    position: relative;
    text-transform: uppercase;
    transition: all .4s;
    z-index: 1
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn5 span.demo {
    background: linear-gradient(135deg, #ff7a00, red);
    border-radius: 40px;
    border-radius: 70px;
    display: inline-block;
    padding: 20px 26px;
    transition: all .4s
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn5 span.arrow {
    background: linear-gradient(135deg, #ff7a00, red);
    border-radius: 40px;
    border-radius: 50%;
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    height: 54px;
    line-height: 54px;
    transform: rotate(-45deg);
    transition: all .4s;
    width: 54px
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn5:hover {
    transition: all .4s
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn5:hover span.arrow {
    margin-inline-end: 6px;
    transform: rotate(0deg);
    transition: all .4s
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-text a {
    color: var(--ztc-text-text-2);
    display: block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
    transition: all .4s
}

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

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li a {
    color: var(--ztc-text-text-1);
    display: block;
    font-family: var(--ztc-family-font1) !important;
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    padding: 0 20px;
    transition: all .4s
}

.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 {
    color: red !important;
    font-weight: var(--ztc-weight-medium);
    transition: all .4s
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu {
    left: -230px;
    max-height: 630px;
    overflow: hidden;
    padding: 20px;
    width: 1300px
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li .tp-submenu,
.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding {
    background: var(--ztc-text-text-1);
    border-radius: 5px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
    display: block;
    opacity: 0;
    position: absolute;
    top: 201.3%;
    transform: scaleY(0);
    transform-origin: top;
    transition: all .4s;
    visibility: hidden;
    z-index: 0
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding {
    padding: 15px;
    width: 225px
}

.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 {
    color: red;
    padding-inline-start: 15px;
    transition: all .4s
}

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li.main-small-menu:hover>a:after {
    background: red;
    color: red;
    opacity: 1;
    transition: all .4s;
    visibility: visible
}

.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 {
    border-radius: 4px;
    color: var(--ztc-text-text-2);
    display: block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    padding: 8px;
    position: relative;
    transition: all .4s;
    z-index: 1
}

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

.homepage5-body .header-area.homepage5 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
    color: var(--ztc-text-text-2);
    font-weight: var(--ztc-weight-medium);
    padding-inline-start: 15px;
    transition: all .4s
}

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

.homepage5-body .header-area.homepage5 .header-elements .btn-area {
    align-items: center;
    display: flex
}

.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 {
    border-inline-end: 2px solid #f6f7ff;
    padding: 0 20px 0 0
}

.homepage5-body .header-area.homepage5 .header-elements .btn-area .btn-area1 {
    margin: 0 0 0 20px
}

.header-area.homepage5.sticky {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: fade-in-down;
    background: var(--ztc-text-text-2);
    box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
    left: 0;
    position: fixed;
    top: 0;
    transform: translateZ(0);
    transition: all .4s;
    width: 100%;
    z-index: 111
}

.header-area.homepage5.sticky .header-elements:after {
    visibility: hidden
}

.header-area.homepage5.sticky .header-elements {
    background: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 16px 0
}

.homepage6-body,
html {
    overflow-x: hidden !important
}

.homepage6-body {
    overflow-x: hidden
}

.homepage6-body .header-area.homepage6 {
    padding: 0px 0 0;
    position: absolute;
    transition: all .4s;
    width: 100%;
    z-index: 9
}

.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);
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .08);
    padding: 20px;
    z-index: 1
}

.homepage6-body .header-area.homepage6 .header-elements .site-logo img {
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 150px
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li a.nav-link.active {
    color: var(--ztc-text-text-14) !important;
    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 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    transition: all .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 {
    align-items: center;
    display: flex
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
    margin: 0 20px 0 0;
    position: relative;
    transition: all .4s;
    z-index: 1
}

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

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

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

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

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

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

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn6 {
    background: var(--ztc-bg-bg-10);
    border-radius: 8px;
    color: var(--ztc-text-text-1);
    display: inline-block;
    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;
    overflow: hidden;
    padding: 20px 26px;
    position: relative;
    text-transform: uppercase;
    transition: all .4s;
    z-index: 1
}

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

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn6:hover {
    color: var(--ztc-text-text-1);
    transition: all .4s
}

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

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn6 img {
    height: 16px;
    margin-inline-end: 4px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 16px
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-text a {
    color: var(--ztc-text-text-2);
    display: block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
    transition: all .4s
}

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

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

.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 {
    color: var(--ztc-text-text-14) !important;
    font-weight: var(--ztc-weight-medium);
    transition: all .4s
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu {
    left: -243px;
    max-height: 630px;
    overflow: hidden;
    padding: 20px;
    width: 1300px
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li .tp-submenu,
.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li ul.dropdown-padding {
    background: var(--ztc-text-text-1);
    border-radius: 0px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
    display: block;
    opacity: 0;
    position: absolute;
    top: 201.3%;
    transform: scaleY(0);
    transform-origin: top;
    transition: all .4s;
    visibility: hidden;
    z-index: 0
}

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li ul.dropdown-padding {
    padding: 15px;
    width: 225px
}

.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 {
    color: var(--ztc-text-text-14);
    padding-inline-start: 15px;
    transition: all .4s
}

.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);
    color: var(--ztc-text-text-14);
    opacity: 1;
    transition: all .4s;
    visibility: visible
}

.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 {
    border-radius: 4px;
    color: var(--ztc-text-text-2);
    display: block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    padding: 8px;
    position: relative;
    transition: all .4s;
    z-index: 1
}

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

.homepage6-body .header-area.homepage6 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
    color: var(--ztc-text-text-14);
    font-weight: var(--ztc-weight-medium);
    padding-inline-start: 15px;
    transition: all .4s
}

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

.homepage6-body .header-area.homepage6 .header-elements .btn-area {
    align-items: center;
    display: flex
}

.homepage6-body .header-area.homepage6 .header-elements .btn-area img {
    filter: brightness(0)
}

.homepage6-body .header-area.homepage6 .header-elements .btn-area .search-icon {
    border-inline-end: 2px solid #e5e9f0;
    padding: 0 20px 0 0
}

.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 {
    background: rgba(255, 103, 0, .1);
    border-radius: 50%;
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    height: 40px;
    line-height: 40px;
    margin: 0 6px 0 0;
    text-align: center;
    transition: all .4s;
    width: 40px
}

.homepage6-body .header-area.homepage6 .header-elements .btn-area ul li a:hover {
    background: var(--ztc-bg-bg-10);
    color: var(--ztc-text-text-1);
    transition: all .4s
}

.header-area.homepage6.sticky {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: fade-in-down;
    background: var(--ztc-text-text-1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
    left: 0;
    position: fixed;
    top: 0;
    transform: translateZ(0);
    transition: all .4s;
    width: 100%;
    z-index: 111
}

.header-area.homepage6.sticky .header-elements {
    background: none;
    box-shadow: none;
    padding: 20px;
}

.homepage7-body,
html {
    overflow-x: hidden !important
}

.homepage7-body {
    overflow-x: hidden
}

.homepage7-body .header-area.homepage7 {
    border-bottom: 1px solid #5937c4;
    padding: 16px 0;
    position: absolute;
    transition: all .4s;
    width: 100%;
    z-index: 9
}

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

.homepage7-body .header-area.homepage7 .header-elements .site-logo img {
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 150px
}

.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 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    transition: all .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 {
    align-items: center;
    display: flex
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
    margin: 0 20px 0 0;
    position: relative;
    transition: all .4s;
    z-index: 1
}

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

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

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

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

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

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

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn7 {
    background: var(--ztc-bg-bg-11);
    border-radius: 100px;
    color: var(--ztc-text-text-1);
    display: inline-block;
    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;
    padding: 8px 8px 8px 20px;
    position: relative;
    text-transform: uppercase;
    transition: all .4s;
    z-index: 1
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn7 span {
    background: #fd6497;
    border-radius: 50%;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    margin-inline-end: 4px;
    text-align: center;
    transform: rotate(-45deg);
    transition: all .4s;
    width: 36px
}

.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 .4s
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn7:hover span {
    background: var(--ztc-bg-bg-11);
    transform: rotate(0);
    transition: all .4s
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-text a {
    color: var(--ztc-text-text-2);
    display: block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
    transition: all .4s
}

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

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li a {
    color: var(--ztc-text-text-1);
    display: block;
    font-family: var(--ztc-family-font1) !important;
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    padding: 0 20px;
    transition: all .4s
}

.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 {
    color: var(--ztc-text-text-15) !important;
    font-weight: var(--ztc-weight-medium);
    transition: all .4s
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu {
    left: -240px;
    max-height: 630px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 20px;
    width: 1300px
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li .tp-submenu,
.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li ul.dropdown-padding {
    background: var(--ztc-text-text-1);
    border-radius: 5px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
    display: block;
    opacity: 0;
    position: absolute;
    top: 201.3%;
    transform: scaleY(0);
    transform-origin: top;
    transition: all .4s;
    visibility: hidden;
    z-index: 0
}

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li ul.dropdown-padding {
    padding: 15px;
    width: 225px
}

.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 {
    color: var(--ztc-text-text-15);
    padding-inline-start: 15px;
    transition: all .4s
}

.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);
    color: var(--ztc-text-text-15);
    opacity: 1;
    transition: all .4s;
    visibility: visible
}

.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 {
    border-radius: 4px;
    color: var(--ztc-text-text-2);
    display: block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    padding: 8px;
    position: relative;
    transition: all .4s;
    z-index: 1
}

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

.homepage7-body .header-area.homepage7 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
    color: var(--ztc-text-text-2);
    font-weight: var(--ztc-weight-medium);
    padding-inline-start: 15px;
    transition: all .4s
}

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

.homepage7-body .header-area.homepage7 .header-elements .btn-area {
    align-items: center;
    display: flex
}

.homepage7-body .header-area.homepage7 .header-elements .btn-area .search-icon {
    border-inline-end: 1px solid #c5c5c5;
    padding: 0 20px 0 0
}

.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 {
    background: var(--ztc-bg-bg-1);
    border-radius: 50%;
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    height: 40px;
    line-height: 40px;
    margin: 0 6px 0 0;
    text-align: center;
    transition: all .4s;
    width: 40px
}

.homepage7-body .header-area.homepage7 .header-elements .btn-area ul li a:hover {
    background: var(--ztc-bg-bg-11);
    color: var(--ztc-text-text-1);
    transition: all .4s
}

.header-area.homepage7.sticky {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: fade-in-down;
    background: var(--ztc-text-text-2);
    border-bottom: 1px solid var(--ztc-text-text-2);
    box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
    left: 0;
    position: fixed;
    top: 0;
    transform: translateZ(0);
    transition: all .4s;
    width: 100%;
    z-index: 111
}

.homepage8-body,
html {
    overflow-x: hidden !important
}

.homepage8-body {
    overflow-x: hidden
}

.homepage8-body .header-area.homepage8 {
    position: absolute;
    transition: all .4s;
    width: 100%;
    z-index: 9
}

.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 {
    align-items: center;
    background: transparent;
    display: flex;
    justify-content: space-between;
    opacity: 1;
    padding: 20px;
    position: relative;
    transition: all .4s;
    visibility: visible;
    z-index: 1
}

.homepage8-body .header-area.homepage8 .menu-top-area .top-menu-area p,
.homepage8-body .header-area.homepage8 .menu-top-area .top-menu-area p 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
}

.homepage8-body .header-area.homepage8 .menu-top-area .top-menu-area p a {
    display: inline-block;
    margin: 0 0 0 8px;
    text-decoration-line: underline;
    transition: all .4s
}

.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);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    transition: all .4s
}

.homepage8-body .header-area.homepage8 .menu-top-area .top-menu-area ul li a:hover {
    color: var(--ztc-text-text-16);
    transition: all .4s
}

.homepage8-body .header-area.homepage8 .menu-top-area .top-menu-area ul li a img {
    filter: brightness(0) invert(1);
    margin: 0 6px 0 0
}

.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 {
    background: hsla(0, 0%, 100%, .1);
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 16px;
    padding: 12px 20px;
    z-index: 1
}

.homepage8-body .header-area.homepage8 .header-elements .site-logo img {
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 150px
}

.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 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    transition: all .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 {
    align-items: center;
    display: flex
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
    margin: 0 20px 0 0;
    position: relative;
    transition: all .4s;
    z-index: 1
}

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

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

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

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

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

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

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn8 {
    border-radius: 8px;
    color: var(--ztc-text-text-1);
    display: inline-block;
    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;
    position: relative;
    text-transform: uppercase;
    transition: all .4s;
    z-index: 1
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn8 span.demo {
    background: var(--ztc-bg-bg-12);
    border-radius: 70px;
    display: inline-block;
    padding: 20px 26px;
    transition: all .4s
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn8 span.arrow {
    background: var(--ztc-bg-bg-12);
    border-radius: 50%;
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    height: 54px;
    line-height: 54px;
    text-align: center;
    transform: rotate(-45deg);
    transition: all .4s;
    width: 54px
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn8:hover {
    color: var(--ztc-text-text-1);
    transition: all .4s
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn8:hover span.arrow {
    margin-inline-end: 6px;
    transform: rotate(0deg);
    transition: all .4s
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-text a {
    color: var(--ztc-text-text-2);
    display: block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
    transition: all .4s
}

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

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li a {
    color: var(--ztc-text-text-1);
    display: block;
    font-family: var(--ztc-family-font1) !important;
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    padding: 0 20px;
    transition: all .4s
}

.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 {
    color: var(--ztc-text-text-16) !important;
    font-weight: var(--ztc-weight-medium);
    transition: all .4s
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu {
    left: -230px;
    max-height: 630px;
    overflow: hidden;
    padding: 20px;
    width: 1300px
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li .tp-submenu,
.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li ul.dropdown-padding {
    background: var(--ztc-text-text-1);
    border-radius: 5px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
    display: block;
    opacity: 0;
    position: absolute;
    top: 201.3%;
    transform: scaleY(0);
    transform-origin: top;
    transition: all .4s;
    visibility: hidden;
    z-index: 0
}

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li ul.dropdown-padding {
    padding: 15px;
    width: 225px
}

.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 {
    color: var(--ztc-text-text-16);
    padding-inline-start: 15px;
    transition: all .4s
}

.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);
    color: var(--ztc-text-text-16);
    opacity: 1;
    transition: all .4s;
    visibility: visible
}

.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 {
    border-radius: 4px;
    color: var(--ztc-text-text-2);
    display: block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    padding: 8px;
    position: relative;
    transition: all .4s;
    z-index: 1
}

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

.homepage8-body .header-area.homepage8 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
    color: var(--ztc-text-text-2);
    font-weight: var(--ztc-weight-medium);
    padding-inline-start: 15px;
    transition: all .4s
}

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

.homepage8-body .header-area.homepage8 .header-elements .btn-area {
    align-items: center;
    display: flex
}

.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 {
    border-inline-end: 2px solid #f6f7ff;
    padding: 0 20px 0 0
}

.homepage8-body .header-area.homepage8 .header-elements .btn-area .btn-area1 {
    margin: 0 0 0 18px
}

.header-area.homepage8.sticky {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: fade-in-down;
    background: var(--ztc-text-text-2);
    box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
    left: 0;
    position: fixed;
    top: 0;
    transform: translateZ(0);
    transition: all .4s;
    width: 100%;
    z-index: 111
}

.header-area.homepage8.sticky .menu-top-area .top-menu-area {
    height: 0;
    opacity: 0;
    position: absolute;
    transition: all .4s;
    visibility: hidden
}

.header-area.homepage8.sticky .header-elements:after {
    visibility: hidden
}

.header-area.homepage8.sticky .header-elements {
    background: none;
    border: none;
    box-shadow: none;
    padding: 16px 0
}

.homepage9-body,
html {
    overflow-x: hidden !important
}

.homepage9-body {
    overflow-x: hidden
}

.homepage9-body .header-area.homepage9 {
    background: hsla(0, 0%, 100%, .1);
    padding: 20px 0;
    position: absolute;
    transition: all .4s;
    width: 100%;
    z-index: 9
}

.homepage9-body .header-area.homepage9 .header-elements {
    z-index: 1
}

.homepage9-body .header-area.homepage9 .header-elements .site-logo img {
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 150px
}

.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 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    transition: all .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 {
    align-items: center;
    display: flex
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
    margin: 0 20px 0 0;
    position: relative;
    transition: all .4s;
    z-index: 1
}

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

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

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

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

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

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

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn9 {
    background: var(--LLL, linear-gradient(135deg, #ff5000 0, #ff00b8 100%));
    border-radius: 4px;
    border-radius: var(--rounded-lg, 8px);
    color: var(--ztc-text-text-1);
    display: inline-block;
    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;
    overflow: hidden;
    padding: 20px 26px;
    position: relative;
    text-transform: uppercase;
    transition: all .4s;
    z-index: 1
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn9:after {
    background: var(--LLL, linear-gradient(135deg, #ff00b8 0, #ff5000 100%));
    border-radius: 4px;
    content: "";
    height: 100%;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    visibility: hidden;
    width: 1px;
    z-index: -1
}

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

.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 .4s
}

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

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn9 img {
    height: 16px;
    margin-inline-end: 4px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all .4s;
    width: 16px
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-text a {
    color: var(--ztc-text-text-2);
    display: block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
    transition: all .4s
}

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

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li a {
    color: var(--ztc-text-text-1);
    display: block;
    font-family: var(--ztc-family-font1) !important;
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    padding: 0 20px;
    transition: all .4s
}

.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 {
    color: var(--ztc-text-text-16) !important;
    font-weight: var(--ztc-weight-medium);
    transition: all .4s
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu {
    left: -230px;
    max-height: 630px;
    overflow: hidden;
    padding: 20px;
    width: 1300px
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li .tp-submenu,
.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li ul.dropdown-padding {
    background: var(--ztc-text-text-1);
    border-radius: 5px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
    display: block;
    opacity: 0;
    position: absolute;
    top: 201.3%;
    transform: scaleY(0);
    transform-origin: top;
    transition: all .4s;
    visibility: hidden;
    z-index: 0
}

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li ul.dropdown-padding {
    padding: 15px;
    width: 225px
}

.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 {
    color: var(--ztc-text-text-16);
    padding-inline-start: 15px;
    transition: all .4s
}

.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);
    color: var(--ztc-text-text-16);
    opacity: 1;
    transition: all .4s;
    visibility: visible
}

.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 {
    border-radius: 4px;
    color: var(--ztc-text-text-2);
    display: block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    padding: 8px;
    position: relative;
    transition: all .4s;
    z-index: 1
}

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

.homepage9-body .header-area.homepage9 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
    color: var(--ztc-text-text-2);
    font-weight: var(--ztc-weight-medium);
    padding-inline-start: 15px;
    transition: all .4s
}

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

.homepage9-body .header-area.homepage9 .header-elements .btn-area {
    align-items: center;
    display: flex
}

.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 {
    border-inline-end: 2px solid #f6f7ff;
    padding: 0 20px 0 0
}

.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 {
    background: var(--ztc-bg-bg-1);
    border-radius: 50%;
    color: var(--ztc-text-text-17);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    height: 40px;
    line-height: 40px;
    margin: 0 6px 0 0;
    text-align: center;
    transition: all .4s;
    width: 40px
}

.homepage9-body .header-area.homepage9 .header-elements .btn-area ul li a:hover {
    background: var(--LLL, linear-gradient(135deg, #ff5000 0, #ff00b8 100%));
    color: var(--ztc-text-text-1);
    transition: all .4s
}

.header-area.homepage9.sticky {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: fade-in-down;
    background: var(--ztc-text-text-2);
    box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
    left: 0;
    position: fixed;
    top: 0;
    transform: translateZ(0);
    transition: all .4s;
    width: 100%;
    z-index: 111
}

.homepage10-body,
html {
    overflow-x: hidden !important
}

.homepage10-body {
    background: var(--ztc-bg-bg-2);
    overflow-x: hidden
}

.homepage10-body .header-area.homepage10 {
    padding: 32px 0 0;
    position: absolute;
    transition: all .4s;
    width: 100%;
    z-index: 9
}

.homepage10-body .header-area.homepage10 .header-elements {
    background: #312e30;
    background: hsla(0, 0%, 100%, .1);
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 8px;
    border-radius: 86px;
    padding: 20px;
    z-index: 1
}

.homepage10-body .header-area.homepage10 .header-elements .site-logo img {
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 150px
}

.homepage10-body .header-area.homepage10 .header-elements {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    transition: all .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 {
    align-items: center;
    display: flex
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb {
    margin: 0 20px 0 0;
    position: relative;
    transition: all .4s;
    z-index: 1
}

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

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

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

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

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

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

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn10 {
    background: var(--ztc-bg-bg-14);
    border-radius: 60px;
    color: var(--ztc-text-text-2);
    display: inline-block;
    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;
    overflow: hidden;
    padding: 20px 26px;
    position: relative;
    text-transform: uppercase;
    transition: all .4s;
    z-index: 1
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn10:after {
    background: var(--ztc-bg-bg-1);
    border-radius: 60px;
    content: "";
    height: 100%;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    visibility: hidden;
    width: 1px;
    z-index: -1
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn10:hover {
    color: var(--ztc-text-text-2);
    transition: all .4s
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn10:hover img {
    filter: brightness(0);
    transform: rotate(-45deg);
    transition: all .4s
}

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

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-btn .vl-btn10 img {
    filter: brightness(0);
    height: 16px;
    margin-inline-end: 4px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all .4s;
    width: 16px
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu .homemenu-thumb .homemenu-text a {
    color: var(--ztc-text-text-2);
    display: block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
    transition: all .4s
}

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

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li a {
    color: var(--ztc-text-text-1);
    display: block;
    font-family: var(--ztc-family-font1) !important;
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    padding: 0 20px;
    transition: all .4s
}

.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 {
    color: var(--ztc-text-text-20) !important;
    font-weight: var(--ztc-weight-medium);
    transition: all .4s
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu {
    left: -243px;
    max-height: 630px;
    overflow: hidden;
    padding: 20px;
    width: 1300px
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li .tp-submenu,
.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding {
    background: var(--ztc-text-text-1);
    border-radius: 5px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
    display: block;
    opacity: 0;
    position: absolute;
    top: 201.3%;
    transform: scaleY(0);
    transform-origin: top;
    transition: all .4s;
    visibility: hidden;
    z-index: 0
}

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding {
    padding: 15px;
    width: 225px
}

.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 {
    color: var(--ztc-text-text-20);
    padding-inline-start: 15px;
    transition: all .4s
}

.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);
    color: var(--ztc-text-text-20);
    opacity: 1;
    transition: all .4s;
    visibility: visible
}

.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 {
    border-radius: 4px;
    color: var(--ztc-text-text-2);
    display: block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    padding: 8px;
    position: relative;
    transition: all .4s;
    z-index: 1
}

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

.homepage10-body .header-area.homepage10 .header-elements .main-menu ul li ul.dropdown-padding li a:hover {
    color: var(--ztc-text-text-20);
    font-weight: var(--ztc-weight-medium);
    padding-inline-start: 15px;
    transition: all .4s
}

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

.homepage10-body .header-area.homepage10 .header-elements .btn-area {
    align-items: center;
    display: flex
}

.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 {
    border-inline-end: 2px solid #e5e9f0;
    padding: 0 20px 0 0
}

.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 {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 50%;
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    height: 40px;
    line-height: 40px;
    margin: 0 6px 0 0;
    text-align: center;
    transition: all .4s;
    width: 40px
}

.homepage10-body .header-area.homepage10 .header-elements .btn-area ul li a:hover {
    background: var(--ztc-bg-bg-14);
    color: var(--ztc-text-text-2);
    transition: all .4s
}

.header-area.homepage10.sticky {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-name: fade-in-down;
    background: var(--ztc-bg-bg-2);
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
    left: 0;
    padding: 16px 0;
    position: fixed;
    top: 0;
    transform: translateZ(0);
    transition: all .4s;
    width: 100%;
    z-index: 111
}

.header-area.homepage10.sticky .header-elements {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0
}

.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 {
    background: hsla(0, 0%, 100%, .2);
    border-radius: 10px;
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    margin-bottom: 24px;
    padding: 28px 32px;
    position: relative;
    transition: all .4s;
    z-index: 1
}

.attent1-section-area .tab-container .nav-pills .nav-link:after {
    background: var(--ztc-bg-bg-1);
    content: "";
    height: 100%;
    left: -100px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    visibility: hidden;
    width: 10px
}

.attent1-section-area .tab-container .nav-pills .nav-link span {
    color: hsla(0, 0%, 100%, .9);
    display: block;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-top: 18px;
    transition: all .4s
}

.attent1-section-area .tab-container .nav-pills .nav-link svg.svg1 {
    left: -29px;
    opacity: 1;
    position: absolute;
    transition: all .4s;
    visibility: visible
}

.attent1-section-area .tab-container .nav-pills .nav-link svg.svg2 {
    left: -29px;
    opacity: 0;
    position: absolute;
    transition: all .4s;
    visibility: hidden
}

.attent1-section-area .tab-container .nav-link.link1:before {
    background: hsla(0, 0%, 100%, .2);
    border-radius: 2px;
    content: "";
    height: 500px;
    left: -100px;
    position: absolute;
    top: 0;
    transition: all .4s;
    width: 10px
}

.attent1-section-area .tab-container .nav-pills .nav-link.active {
    background: linear-gradient(135deg, #ff7a00, red);
    border-radius: 10px
}

.attent1-section-area .tab-container .nav-pills .nav-link.active svg.svg1 {
    opacity: 0;
    transition: all .4s;
    visibility: hidden
}

.attent1-section-area .tab-container .nav-pills .nav-link.active svg.svg2,
.attent1-section-area .tab-container .nav-pills .nav-link.active:after {
    opacity: 1;
    transition: all .4s;
    visibility: visible
}

.attent1-section-area .tab-container .tab-content .about3-images {
    padding-inline-start: 30px;
    position: relative;
    transition: all .6s;
    z-index: 1
}

@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 {
    bottom: 0;
    position: absolute;
    z-index: 1
}

.attent1-section-area .tab-container .tab-content .about3-images .img1 {
    background: hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    overflow: hidden;
    padding: 10px
}

.attent1-section-area .tab-container .tab-content .about3-images .img1:hover img {
    transform: scale(1.1) rotate(-4deg);
    transition: all .4s
}

.attent1-section-area .tab-container .tab-content .about3-images .img1 img {
    border-radius: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    width: 100%
}

.attent1-section-area .tab-container .tab-content .about3-images .img2 {
    background: hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0
}

@media(max-width:767px) {
    .attent1-section-area .tab-container .tab-content .about3-images .img2 {
        margin-top: 20px;
        position: relative
    }
}

.attent1-section-area .tab-container .tab-content .about3-images .img2:hover img {
    transform: scale(1.1) rotate(-4deg);
    transition: all .4s
}

.attent1-section-area .tab-container .tab-content .about3-images .img2 img {
    border-radius: 50%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    width: 240px
}

@media(max-width:767px) {
    .attent1-section-area .tab-container .tab-content .about3-images .img2 img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }
}

.attent1-section-area .tab-container .tab-content .about3-images .img3 {
    background: hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    bottom: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    right: 0
}

@media(max-width:767px) {
    .attent1-section-area .tab-container .tab-content .about3-images .img3 {
        margin-top: 20px;
        position: relative
    }
}

.attent1-section-area .tab-container .tab-content .about3-images .img3:hover img {
    transform: scale(1.1) rotate(-4deg);
    transition: all .4s
}

.attent1-section-area .tab-container .tab-content .about3-images .img3 img {
    border-radius: 50%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    width: 240px
}

@media(max-width:767px) {
    .attent1-section-area .tab-container .tab-content .about3-images .img3 img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }
}

.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 {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .04));
    border-radius: 96px;
    font-size: var(--ztc-font-size-font-s44);
    line-height: 44px;
    padding: 32px
}

.counter5-section-area .counter-box h2,
.counter5-section-area .counter-box p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    text-align: center
}

.counter5-section-area .counter-box p {
    font-size: var(--ztc-font-size-font-s18);
    line-height: 18px;
    padding-top: 24px
}

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

.attent6-section-area .skils-widget-boxarea {
    background: #f9fafb;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
    transition: all .4s;
    z-index: 1
}

.attent6-section-area .skils-widget-boxarea:hover {
    background: var(--white, #fff);
    border-radius: var(--rounded-lg, 8px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .08);
    transform: translateY(-5px);
    transition: all .4s
}

.attent6-section-area .skils-widget-boxarea:hover .icons {
    transform: rotateY(-180deg);
    transition: all .4s
}

.attent6-section-area .skils-widget-boxarea .icons {
    background: var(--white, #fff);
    border-radius: 8px;
    border-radius: var(--rounded-lg, 8px);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .08);
    display: inline-block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all .4s;
    width: 60px
}

.attent6-section-area .skils-widget-boxarea .content-area a {
    color: var(--ztc-text-text-2);
    display: inline-block;
    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;
    transition: all .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 {
    background: #232323;
    border-radius: var(--rounded-lg, 8px);
    padding: 32px;
    position: relative;
    z-index: 1
}

.attent10-section-area .event6-widget-boxarea .img1 img {
    border-radius: 4px;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.attent10-section-area .event6-widget-boxarea .content-area {
    padding: 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);
    letter-spacing: -.64px;
    line-height: 42px
}

@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;
    opacity: .8;
    transition: all .4s
}

.attent10-section-area .schedule-boxarea {
    background: #232323;
    border-radius: 8px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 32px 32px 0;
    position: relative;
    text-align: center;
    transition: all .4s;
    z-index: 1
}

.attent10-section-area .schedule-boxarea:hover .images .elements37 {
    transform: rotate(-5deg);
    transition: all .4s
}

.attent10-section-area .schedule-boxarea:hover .images .elements38 {
    left: -15px;
    transform: rotate(-10deg);
    transition: all .6s
}

.attent10-section-area .schedule-boxarea:hover .images .elements39 {
    left: 195px;
    transform: rotate(10deg);
    transition: all .6s;
    z-index: -1
}

.attent10-section-area .schedule-boxarea:hover .images2 .elements37 {
    transition: all .4s
}

.attent10-section-area .schedule-boxarea:hover .images2 .elements38 {
    left: -50px;
    transition: all .6s
}

.attent10-section-area .schedule-boxarea:hover .images2 .elements39 {
    left: 150px;
    transition: all .6s;
    z-index: -1
}

.attent10-section-area .schedule-boxarea:hover .images3 .elements37 {
    transform: rotate(-20deg);
    transition: all .6s
}

.attent10-section-area .schedule-boxarea:hover .images3 .elements38 {
    transform: rotate(-40deg);
    transition: all .4s
}

.attent10-section-area .schedule-boxarea:hover .images3 .elements39 {
    transform: rotate(-55deg);
    transition: all .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 {
    position: relative;
    top: 10px
}

.attent10-section-area .schedule-boxarea .images .elements37 {
    position: relative;
    transition: all .6s;
    z-index: 1
}

.attent10-section-area .schedule-boxarea .images .elements38 {
    left: 91px;
    position: absolute;
    top: 15px;
    transition: all .6s
}

.attent10-section-area .schedule-boxarea .images .elements39 {
    left: 91px;
    position: absolute;
    top: 7px;
    transition: all .6s;
    z-index: -1
}

.attent10-section-area .schedule-boxarea .images2 {
    position: relative;
    top: 10px
}

.attent10-section-area .schedule-boxarea .images2 .elements37 {
    position: relative;
    transition: all .6s;
    z-index: 1
}

.attent10-section-area .schedule-boxarea .images2 .elements38 {
    left: 52px;
    position: absolute;
    top: 7px;
    transform: scale(.9);
    transition: all .6s
}

.attent10-section-area .schedule-boxarea .images2 .elements39 {
    left: 58px;
    position: absolute;
    top: 7px;
    transform: scale(.9);
    transition: all .6s;
    z-index: -1
}

.attent10-section-area .schedule-boxarea .images3 {
    left: 30px;
    position: relative
}

.attent10-section-area .schedule-boxarea .images3 .elements37 {
    position: relative;
    transition: all .6s;
    z-index: 1
}

.attent10-section-area .schedule-boxarea .images3 .elements38 {
    left: 45px;
    position: absolute;
    top: -13px;
    transform: rotate(-20deg);
    transition: all .6s;
    z-index: -1
}

.attent10-section-area .schedule-boxarea .images3 .elements39 {
    left: 11px;
    position: absolute;
    top: -23px;
    transform: rotate(-36deg);
    transition: all .6s;
    z-index: -2
}

.preloader {
    align-items: center;
    background-color: var(--ztc-text-text-2);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999999
}

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

.loading-container {
    margin: 40px auto
}

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

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

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

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.progress-wrap {
    border-radius: 50px;
    bottom: 30px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .1);
    color: var(--ztc-text-text-1);
    opacity: 0;
    position: fixed;
    right: 30px;
    transform: translateY(15px);
    visibility: hidden;
    z-index: 10000
}

.progress-wrap,
.progress-wrap:after {
    cursor: pointer;
    display: block;
    height: 56px;
    transition: all .2s linear;
    width: 56px
}

.progress-wrap:after {
    color: var(--ztc-text-text-2);
    content: "";
    font-family: FontAwesome;
    font-size: 18px;
    left: 0;
    line-height: 56px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 1
}

.progress-wrap:hover:after {
    color: var(--ztc-text-text-2);
    opacity: 0
}

.progress-wrap:before {
    content: "";
    cursor: pointer;
    display: block;
    font-family: FontAwesome;
    font-size: 18px;
    height: 56px;
    left: 0;
    line-height: 56px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all .2s linear;
    width: 56px;
    z-index: 2
}

.progress-wrap:hover:before {
    color: var(--ztc-text-text-2);
    opacity: 1
}

.progress-wrap svg.progress-circle path {
    stroke: var(--ztc-text-text-2);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all .2s linear
}

.progress-wrap.active-progress {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.progress-wrap.warp2 {
    border-radius: 50px;
    bottom: 30px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .1);
    opacity: 0;
    position: fixed;
    right: 30px;
    transform: translateY(15px);
    visibility: hidden;
    z-index: 10000
}

.progress-wrap.warp2,
.progress-wrap.warp2:after {
    color: var(--ztc-text-text-1);
    cursor: pointer;
    display: block;
    height: 56px;
    transition: all .2s linear;
    width: 56px
}

.progress-wrap.warp2:after {
    content: "";
    font-family: FontAwesome;
    font-size: 18px;
    left: 0;
    line-height: 56px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 1
}

.progress-wrap.warp2:hover:after {
    color: var(--ztc-text-text-1);
    opacity: 0
}

.progress-wrap.warp2:before {
    content: "";
    cursor: pointer;
    display: block;
    font-family: FontAwesome;
    font-size: 18px;
    height: 56px;
    left: 0;
    line-height: 56px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all .2s linear;
    width: 56px;
    z-index: 2
}

.progress-wrap.warp2:hover:before {
    color: var(--ztc-text-text-1);
    opacity: 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 .2s linear
}

.progress-wrap.warp2.active-progress {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

.pagination-area ul {
    box-shadow: none;
    justify-content: center;
    padding: 0 !important
}

.pagination-area ul li a {
    background: #ededed;
    border: none;
    border-radius: 8px;
    box-shadow: none;
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    height: 50px;
    line-height: 50px !important;
    line-height: 20px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    transition: all .4s;
    width: 50px
}

.pagination-area ul li a.active,
.pagination-area ul li a:hover {
    background: var(--ztc-bg-bg-3);
    color: var(--ztc-text-text-2)
}

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

.choose-section-area .choose-widget-boxarea {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .09);
    margin-bottom: 30px;
    padding: 28px;
    position: relative;
    text-align: center;
    transition: all .4s;
    z-index: 1
}

.choose-section-area .choose-widget-boxarea:hover {
    transform: translateY(-5px);
    transition: all .4s
}

.choose-section-area .choose-widget-boxarea:hover .icons {
    transform: rotateY(-180deg);
    transition: all .4s
}

.choose-section-area .choose-widget-boxarea .icons {
    background: var(--ztc-bg-bg-3);
    border-radius: 50%;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    text-align: center;
    transition: all .4s;
    width: 70px
}

.choose-section-area .choose-widget-boxarea .content-area a {
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s22);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 22px;
    transition: all .4s
}

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

.choose-section-area .choose-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: 26px;
    text-align: center
}

.choose-section-area .choose-widget-boxarea .content-area .readmore {
    color: var(--ztc-text-text-2);
    display: inline-block;
    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: 22px;
    transition: all .4s
}

.choose-section-area .choose-widget-boxarea .content-area .readmore i {
    margin-inline-end: 4px;
    transform: rotate(-45deg)
}

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

.others-timer-area {
    background-image: url(../img/bg/header-bg4.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

.others-timer-area .time-box {
    border: 1px solid hsla(0, 0%, 100%, .15);
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    margin: 0 14px 30px 0;
    padding: 35px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1
}

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

.others-timer-area .time-box .time-value span {
    color: hsla(0, 0%, 100%, .9);
    display: block !important;
    font-size: var(--ztc-font-size-font-s32);
    font-weight: var(--ztc-weight-medium);
    line-height: 32px;
    margin-top: 18px
}

.others-timer-area .time-box .time-value span,
.others-timer-area .time-value {
    font-family: var(--ztc-family-font1);
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    transition: all .4s
}

.others-timer-area .time-value {
    color: var(--ztc-text-text-1);
    display: block;
    font-size: var(--ztc-font-size-font-s70);
    font-weight: var(--ztc-weight-bold);
    line-height: 70px
}

.others4-section-area {
    margin-top: -100px;
    position: relative;
    z-index: 1
}

.others4-section-area .others-bg {
    background-image: url(../img/bg/others-bg2.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    padding: 60px 48px
}

@media(max-width:767px) {
    .others4-section-area .others-bg {
        padding: 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;
    text-transform: uppercase
}

.others4-section-area .others-bg .others-times-area .timer {
    align-items: center;
    display: flex;
    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;
    border-radius: 8px;
    margin: 0 14px 0 0;
    padding: 16px 30px;
    text-align: center
}

@media(max-width:767px) {
    .others4-section-area .others-bg .others-times-area .timer .time-box {
        margin: 0 auto 30px !important;
        text-align: center;
        width: 150px
    }
}

.others4-section-area .others-bg .others-times-area .timer .time-box .time-value span {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 16px;
    text-align: center;
    text-transform: uppercase
}

.others4-section-area .others-bg .others-times-area .timer .time-value {
    color: var(--ztc-text-text-1);
    display: block;
    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-align: center;
    text-transform: uppercase
}

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

.others5-section-area .elements30 {
    bottom: 0;
    position: absolute;
    right: 0
}

.others5-section-area .cta-counter-box {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 50%;
    height: 204px;
    padding: 52px 48px;
    position: relative;
    width: 204px
}

.others5-section-area .cta-counter-box:hover:after {
    opacity: 1;
    transition: all .4s;
    visibility: visible
}

.others5-section-area .cta-counter-box:after {
    background: linear-gradient(135deg, #ff7a00, red);
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

@media(max-width:767px) {
    .others5-section-area .cta-counter-box {
        margin: 0 auto 50px
    }
}

.others5-section-area .cta-counter-box .elements23 {
    height: 240px;
    left: -18px;
    max-height: 240px;
    max-width: 240px;
    position: absolute;
    top: -18px;
    width: 240px
}

.others5-section-area .cta-counter-box h2 {
    font-size: var(--ztc-font-size-font-s48);
    font-weight: var(--ztc-weight-bold);
    line-height: 48px
}

.others5-section-area .cta-counter-box h2,
.others5-section-area .cta-counter-box p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-style: normal;
    text-align: center;
    text-transform: uppercase
}

.others5-section-area .cta-counter-box p {
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-medium);
    line-height: 18px
}

.others5-section-area .cta-counter-box .time-value span {
    color: hsla(0, 0%, 100%, .9);
    display: block !important;
    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;
    margin-top: 18px;
    text-align: center;
    text-transform: uppercase;
    transition: all .4s
}

.others5-section-area .btn-area1 .vl-btn5.btn2 span.demo {
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-2);
    margin-inline-end: 18px
}

@media(max-width:767px) {
    .others5-section-area .btn-area1 .vl-btn5.btn2 span.demo {
        margin-inline-end: 0;
        margin-top: 20px
    }
}

.others1-section-area {
    bottom: 10px;
    position: fixed;
    width: 100%;
    z-index: 1;
    z-index: 999
}

@media(max-width:767px) {
    .others1-section-area {
        margin-top: -60px;
        position: relative;
        z-index: 1
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .others1-section-area {
        margin-top: -60px;
        position: relative;
        z-index: 1
    }
}

.others1-section-area .timer-btn-area {
    align-items: center;
    background: var(--ztc-bg-bg-10);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    padding: 20px 32px;
    position: relative
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .others1-section-area .timer-btn-area {
        display: inline-block;
        text-align: center;
        width: 100%
    }
}

@media(max-width:767px) {
    .others1-section-area .timer-btn-area {
        display: inline-block;
        text-align: center;
        width: 100%
    }
}

.others1-section-area .timer-btn-area .close-icon {
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 3px
}

.others1-section-area .timer-btn-area .close-icon:hover {
    color: #ddd
}

.others1-section-area .timer-btn-area .timer2 {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px
}

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

.others1-section-area .timer-btn-area .timer2 .time-box {
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-weight: 700;
    margin: 0 40px 0 0;
    text-align: center
}

@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 {
        display: block;
        margin: 0 0 20px
    }
}

.others1-section-area .timer-btn-area .timer2 .time-box .time-value span {
    color: var(--ztc-text-text-1);
    display: block;
    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;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase
}

.others1-section-area .timer-btn-area .timer2 .time-value {
    color: var(--ztc-text-text-1);
    display: block !important;
    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-align: center;
    text-transform: uppercase
}

.others1-section-area .timer-btn-area .btn-area1 {
    border-inline-start: 1px solid var(--ztc-bg-bg-1);
    padding-inline-start: 24px
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .others1-section-area .timer-btn-area .btn-area1 {
        border: 0;
        margin-top: 20px;
        padding-inline-start: 0
    }
}

@media(max-width:767px) {
    .others1-section-area .timer-btn-area .btn-area1 {
        border: 0;
        margin-top: 20px;
        padding-inline-start: 0
    }
}

.others1-section-area .timer-btn-area .btn-area1 .vl-btn6 {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    color: var(--ztc-text-text-21);
    display: inline-block;
    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;
    position: relative;
    text-transform: uppercase;
    transition: all .4s;
    z-index: 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 {
    color: var(--ztc-text-text-1);
    transition: all .4s
}

.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 {
    background: #1c58cc;
    border-radius: 8px;
    height: 740px;
    margin-bottom: 30px;
    padding: 50px 32px;
    position: relative;
    z-index: 1
}

@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: hsla(0, 0%, 100%, .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 {
    background: #c0f037;
    border-radius: 4px;
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s12);
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    margin-inline-end: 4px;
    padding: 5px
}

.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: hsla(0, 0%, 100%, .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 {
        align-items: center;
        display: flex;
        line-height: 24px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .others-pricing-area .pricing-boarea ul li {
        align-items: center;
        display: flex;
        line-height: 24px
    }
}

.others-pricing-area .pricing-boarea ul li img {
    margin: 0 4px 0 0
}

.others-pricing-area .pricing-boarea .btn-area1 a {
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-2);
    display: block;
    text-align: center;
    width: 100%
}

.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 .4s
}

.others-pricing-area .pricing-boarea .btn-area1 a:hover img {
    filter: brightness(0) invert(1)
}

.others7-section-area {
    position: relative;
    top: -60px;
    z-index: 1
}

.others7-section-area .others-buy-contact {
    background: var(--white, #fff);
    border-radius: var(--rounded-lg, 8px);
    box-shadow: 0 4px 40px 0 rgba(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 {
    background: #fff3f6;
    border-radius: 50px;
    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;
    padding: 20px 20px 20px 38px;
    width: 100%
}

@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;
    left: 16px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 20px;
    width: 18px
}

.others7-section-area .others-buy-contact .input-area button {
    border: none;
    outline: none;
    text-align: center;
    width: 100%
}

.vanue-section-area {
    background: #fff3f6;
    position: relative;
    z-index: 1
}

.vanue-section-area .vanue-single-item-area {
    border-radius: 8px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.vanue-section-area .vanue-single-item-area:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all .4s
}

.vanue-section-area .vanue-single-item-area .img1 {
    border-radius: 8px;
    overflow: hidden;
    transition: all .4s
}

.vanue-section-area .vanue-single-item-area .img1 img {
    border-radius: 8px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    width: 100%
}

.vanue-section-area .vanue-single-item-area .content-area {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    bottom: 16px;
    left: 16px;
    padding: 20px 16px;
    position: absolute;
    right: 16px;
    z-index: 3
}

.vanue-section-area .vanue-single-item-area .content-area span {
    font-size: var(--ztc-font-size-font-s16);
    line-height: 16px
}

.vanue-section-area .vanue-single-item-area .content-area a,
.vanue-section-area .vanue-single-item-area .content-area span {
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-style: normal;
    font-weight: var(--ztc-weight-bold)
}

.vanue-section-area .vanue-single-item-area .content-area a {
    font-size: var(--ztc-font-size-font-s20);
    line-height: 18px;
    transition: all .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);
    display: inline-block;
    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;
    transition: all .4s
}

.vanue-section-area .vanue-single-item-area .content-area .tour i {
    margin-inline-end: 4px;
    transform: rotate(-45deg)
}

.vanue-section-area .vanue-single-item-area .content-area .tour:hover {
    color: var(--ztc-text-text-15);
    transition: all .4s
}

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

.others8-section-area .elements30 {
    bottom: 0;
    position: absolute;
    right: 0
}

.others8-section-area .cta-counter-box {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 50%;
    height: 204px;
    padding: 52px 48px;
    position: relative;
    width: 204px
}

.others8-section-area .cta-counter-box:hover:after {
    opacity: 1;
    transition: all .4s;
    visibility: visible
}

.others8-section-area .cta-counter-box:after {
    background: var(--ztc-bg-bg-12);
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

@media(max-width:767px) {
    .others8-section-area .cta-counter-box {
        margin: 0 auto 50px
    }
}

.others8-section-area .cta-counter-box .elements23 {
    height: 240px;
    left: -18px;
    max-height: 240px;
    max-width: 240px;
    position: absolute;
    top: -18px;
    width: 240px
}

.others8-section-area .cta-counter-box h2 {
    font-size: var(--ztc-font-size-font-s48);
    font-weight: var(--ztc-weight-bold);
    line-height: 48px
}

.others8-section-area .cta-counter-box h2,
.others8-section-area .cta-counter-box p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-style: normal;
    text-align: center;
    text-transform: uppercase
}

.others8-section-area .cta-counter-box p {
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-medium);
    line-height: 18px
}

.others8-section-area .cta-counter-box .time-value span {
    color: hsla(0, 0%, 100%, .9);
    display: block !important;
    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;
    margin-top: 18px;
    text-align: center;
    text-transform: uppercase;
    transition: all .4s
}

.others8-section-area .btn-area1 .vl-btn5.btn2 span.demo {
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-2);
    margin-inline-end: 18px
}

@media(max-width:767px) {
    .others8-section-area .btn-area1 .vl-btn5.btn2 span.demo {
        margin-inline-end: 0;
        margin-top: 20px
    }
}

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

.others10-section-area .elements30 {
    bottom: 0;
    position: absolute;
    right: 0
}

.others10-section-area .cta-counter-box {
    backdrop-filter: blur(5px);
    background: hsla(0, 0%, 100%, .1);
    border-radius: 50%;
    height: 204px;
    padding: 52px 48px;
    position: relative;
    width: 204px
}

.others10-section-area .cta-counter-box:hover .time-value span,
.others10-section-area .cta-counter-box:hover h2,
.others10-section-area .cta-counter-box:hover p {
    color: var(--ztc-text-text-2);
    transition: all .4s
}

.others10-section-area .cta-counter-box:hover:after {
    opacity: 1;
    transition: all .4s;
    visibility: visible
}

.others10-section-area .cta-counter-box:after {
    background: var(--ztc-bg-bg-14);
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

@media(max-width:767px) {
    .others10-section-area .cta-counter-box {
        margin: 0 auto 50px
    }
}

.others10-section-area .cta-counter-box .elements23 {
    height: 240px;
    left: -18px;
    max-height: 240px;
    max-width: 240px;
    position: absolute;
    top: -18px;
    width: 240px
}

.others10-section-area .cta-counter-box h2 {
    font-size: var(--ztc-font-size-font-s48);
    font-weight: var(--ztc-weight-bold);
    line-height: 48px
}

.others10-section-area .cta-counter-box h2,
.others10-section-area .cta-counter-box p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    transition: all .4s
}

.others10-section-area .cta-counter-box p {
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-medium);
    line-height: 18px
}

.others10-section-area .cta-counter-box .time-value span {
    color: hsla(0, 0%, 100%, .9);
    display: block !important;
    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;
    margin-top: 18px;
    text-align: center;
    text-transform: uppercase;
    transition: all .4s
}

.others10-section-area .btn-area1 .vl-btn5.btn2 span.demo {
    background: var(--ztc-bg-bg-1);
    color: var(--ztc-text-text-2);
    margin-inline-end: 18px
}

@media(max-width:767px) {
    .others10-section-area .btn-area1 .vl-btn5.btn2 span.demo {
        margin-inline-end: 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 {
    -webkit-text-fill-color: #fff;
    background: var(--LLL, linear-gradient(135deg, #ff5000 0, #ff00b8 100%)) !important;
    background-clip: none;
    -webkit-background-clip: none;
    border: 2px solid var(--LLL, #ff5000);
    border-radius: var(--rounded-lg, 8px);
    color: var(--ztc-text-text-1) !important;
    text-align: center;
    transition: all .4s;
    width: 100%
}

.others-pricing-area2 .pricing-boarea.box2 .btn-area1 .vl-btn9:after {
    display: none
}

.others-pricing-area2 .pricing-boarea {
    background: #f7f5fb;
    border-radius: 8px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 32px;
    position: relative;
    z-index: 1
}

.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 {
    background: var(--ztc-bg-bg-13);
    content: "";
    height: 100%;
    left: -55px;
    position: absolute;
    top: 0;
    width: 125%;
    z-index: -1
}

.others-pricing-area2 .pricing-boarea h2 span {
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    margin-inline-end: 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 {
        align-items: center;
        display: flex;
        line-height: 24px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .others-pricing-area2 .pricing-boarea ul li {
        align-items: center;
        display: flex;
        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 {
    -webkit-text-fill-color: transparent;
    background: var(--LLL, linear-gradient(135deg, #ff5000 0, #ff00b8 100%));
    background-clip: text;
    -webkit-background-clip: text;
    border: 2px solid var(--LLL, #ff5000);
    border-radius: var(--rounded-lg, 8px);
    text-align: center;
    transition: all .4s;
    width: 100%
}

.others-pricing-area2 .pricing-boarea .btn-area1 .vl-btn9:hover {
    -webkit-text-fill-color: #fff;
    background-clip: none;
    -webkit-background-clip: none;
    background: none;
    color: var(--ztc-text-text-1);
    transition: all .4s
}

.brands1-section-area {
    background: #fbf9f4;
    position: relative;
    z-index: 1
}

.brands1-section-area .brand-box {
    background: #fff;
    border: 1px solid rgba(26, 23, 25, .05);
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 32px;
    text-align: center;
    transition: all .4s
}

.brands1-section-area .brand-box:hover {
    transform: translateY(-5px);
    transition: all .4s
}

.brands1-section-area .brand-box img {
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 170px
}

.brands2-section-area {
    background-image: url(../img/bg/header-bg3.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

.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 {
    backdrop-filter: blur(5px);
    background: hsla(0, 0%, 100%, .06);
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 32px;
    text-align: center;
    transition: all .4s
}

.brands2-section-area .brand-box:hover {
    transition: all .4s
}

.brands2-section-area .brand-box img {
    filter: brightness(0) invert(1);
    height: 48px;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 170px
}

.brands3-section-area {
    background: #f5f5f5;
    position: relative;
    z-index: 1
}

.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 {
    backdrop-filter: blur(5px);
    background: var(--ztc-text-text-1);
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 32px;
    text-align: center;
    transition: all .4s
}

.brands3-section-area .brand-box:hover {
    transition: all .4s
}

.brands3-section-area .brand-box img {
    height: 48px;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 170px
}

.brands5-section-area .marquee-container {
    background: linear-gradient(90deg, #243b55, #141e30);
    overflow: hidden;
    padding: 20px 0;
    white-space: nowrap;
    width: 100%
}

.brands5-section-area .marquee-content {
    animation: scroll 200s linear infinite;
    display: inline-flex
}

.brands5-section-area .marquee-content:hover {
    animation-play-state: paused;
    transition: all .6s
}

.brands5-section-area .marquee-item {
    color: #6e7de9;
    display: contents;
    display: flex;
    font-family: var(--ztc-family-font1);
    font-size: 120px;
    font-style: normal;
    font-weight: 500;
    font-weight: 700;
    letter-spacing: 4.8px;
    line-height: 120px;
    text-transform: uppercase;
    transition: all .4s
}

.brands5-section-area .marquee-item:hover {
    color: var(--ztc-text-text-1);
    transition: all .4s
}

.brands5-section-area .marquee-item:hover img {
    filter: brightness(0) invert(1);
    transition: all .4s
}

.brands5-section-area .marquee-item img {
    margin: 0 28px 0 150px;
    transition: all .4s
}

@keyframes scroll {
    0% {
        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 {
    backdrop-filter: blur(0);
    background: hsla(0, 0%, 100%, .2);
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 8px;
    border-radius: 16px;
    margin-bottom: 30px;
    padding: 32px;
    text-align: center;
    transition: all .4s
}

.brands6-section-area .brand-box:hover {
    transition: all .4s
}

.brands6-section-area .brand-box img {
    filter: brightness(0) invert(1);
    height: 48px;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 170px
}

.brands7-section-area .brand-box:hover {
    background: var(--white, #fff);
    border: 1px solid rgba(26, 23, 25, .05);
    border-radius: var(--rounded-lg, 8px);
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, .09)
}

.brands7-section-area {
    background: #fff3f6;
    position: relative;
    z-index: 1
}

.brands7-section-area .brand-box {
    background: #fff;
    border: 1px solid rgba(26, 23, 25, .05);
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 32px;
    text-align: center;
    transition: all .4s
}

.brands7-section-area .brand-box:hover {
    transform: translateY(-5px);
    transition: all .4s
}

.brands7-section-area .brand-box img {
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 170px
}

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

.brands8-section-area .layer1 {
    height: 160px;
    position: absolute;
    top: -100px;
    width: 100%;
    z-index: 2
}

.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 {
    backdrop-filter: blur(0);
    background: hsla(0, 0%, 100%, .2);
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 16px;
    margin-bottom: 30px;
    padding: 32px;
    text-align: center;
    transition: all .4s
}

.brands8-section-area .brand-box:hover {
    transition: all .4s
}

.brands8-section-area .brand-box img {
    filter: brightness(0) invert(1);
    height: 48px;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 170px
}

.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 {
    background: var(--white, #fff);
    border: 1px solid rgba(13, 4, 0, .1);
    border-radius: var(--rounded-lg, 8px);
    padding: 32px;
    text-align: center;
    transition: all .4s
}

.brands9-section-area .brand-slider-area9 .brand-box:hover {
    transition: all .4s
}

.brands9-section-area .brand-slider-area9 .brand-box img {
    height: 48px;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 170px
}

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

.brands10-section-area .layer1 {
    height: 160px;
    position: absolute;
    top: -100px;
    width: 100%;
    z-index: 2
}

.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 {
    backdrop-filter: blur(0);
    background: hsla(0, 0%, 100%, .1);
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 16px;
    margin-bottom: 30px;
    padding: 32px;
    text-align: center;
    transition: all .4s
}

.brands10-section-area .brand-box:hover {
    transition: all .4s
}

.brands10-section-area .brand-box img {
    filter: brightness(0) invert(1);
    height: 48px;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    width: 170px
}

.header-search-container form input {
    background: none;
    border: none;
    font-family: var(--ztc-family-font1);
    font-weight: 500;
    outline: none
}

.header-search-form-wrapper {
    background-color: #fff;
    height: 400px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translate3d(0, -100%, 0);
    transition: transform .85s cubic-bezier(.175, 1, .275, 1), visibility .8s step-end;
    width: 100%;
    z-index: 9999
}

.header-search-form-wrapper.open {
    transform: translateZ(0);
    transition: transform .85s cubic-bezier(.175, 1, .275, 1), visibility .8s step-start
}

.header-search-form-wrapper .search-form {
    left: 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%)
}

.header-search-form-wrapper .search-form input[type=search] {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #dddbdb;
    border-radius: 0;
    color: var(--ztc-text-text-2);
    font-size: 28px;
    height: 65px;
    line-height: 65px;
    padding-inline-start: 0;
    text-align: left;
    width: 100%
}

.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 {
    background-color: transparent;
    border: none;
    bottom: 0;
    color: #9f9f9f;
    color: #2b495a;
    font-size: 24px;
    height: 50px;
    position: absolute;
    right: 0;
    width: 50px
}

.header-search-form-wrapper .tx-search-close {
    background: hsla(0, 0%, 80%, .271);
    border-width: 18px;
    cursor: pointer;
    font-size: 30px;
    height: 54px;
    line-height: 54px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 54px;
    z-index: 2
}

.header-search-form-wrapper .tx-search-close:after,
.header-search-form-wrapper .tx-search-close:before {
    background-color: var(--color-black)
}

.header-search-container {
    background: 0 0;
    border: 0;
    height: 100%;
    margin: auto;
    max-width: 1170px;
    opacity: 0;
    padding: 0;
    transform: translate3d(0, calc(100% - 100px), 0);
    transition: transform .85s cubic-bezier(.175, 1, .275, 1);
    visibility: hidden;
    width: 100%
}

.header-search-form-wrapper.open .header-search-container {
    opacity: 1;
    transform: translateZ(0);
    visibility: visible
}

.mapouter2 .gmap_canvas iframe {
    height: 600px;
    width: 100%
}

.popup-overlay {
    align-items: center;
    animation: fadeIn .5s ease forwards;
    background: rgba(0, 0, 0, .7);
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999
}

.popup-content {
    animation: popupSlide .5s ease forwards;
    background-image: url(../img/bg/popup-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
    padding: 50px 26px;
    position: relative;
    text-align: center;
    width: 400px
}

.popup-content .popup-icon img {
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100px
}

.popup-content .heading2 h2 {
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s34);
    line-height: 42px
}

.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;
    margin-top: 16px;
    text-transform: capitalize
}

.popup-content .heading2 ul li img {
    margin: 0 4px
}

.close-btn {
    background: var(--ztc-bg-bg-1);
    border-radius: 4px;
    color: var(--ztc-text-text-2);
    cursor: pointer;
    font-size: 24px;
    font-weight: var(--ztc-weight-bold);
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 10px;
    width: 24px
}

.cta-button {
    background-color: #4b8bfc;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 20px;
    padding: 10px 20px;
    text-decoration: none
}

.no-thanks {
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    margin-top: 16px
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes popupSlide {
    0% {
        opacity: 0;
        transform: translateY(-50px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.team1-section-area,
.team1-section-area .team-slider-area {
    position: relative;
    z-index: 1
}

.team1-section-area .team-slider-area .owl-nav {
    position: absolute;
    right: 0;
    top: -120px
}

@media(max-width:767px) {
    .team1-section-area .team-slider-area .owl-nav {
        position: relative;
        text-align: center;
        top: 0;
        z-index: 1
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .team1-section-area .team-slider-area .owl-nav {
        position: relative;
        text-align: center;
        top: 0;
        z-index: 1
    }
}

.team1-section-area .team-slider-area .owl-nav button {
    background: rgba(26, 23, 25, .05);
    border-radius: 50%;
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    height: 56px;
    line-height: 56px;
    text-align: center;
    transition: all .4s;
    width: 56px
}

.team1-section-area .team-slider-area .owl-nav button:hover {
    background: var(--ztc-text-text-4);
    color: var(--ztc-text-text-2);
    transition: all .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;
    transition: all .4s;
    z-index: 1
}

.team1-section-area .team-slider-area .team-widget-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all .4s
}

.team1-section-area .team-slider-area .team-widget-boxarea:hover .img1 ul {
    bottom: 0;
    transition: all .6s
}

.team1-section-area .team-slider-area .team-widget-boxarea .img1 {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: all .4s;
    z-index: 1
}

.team1-section-area .team-slider-area .team-widget-boxarea .img1 img {
    border-radius: 8px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    width: 100%
}

.team1-section-area .team-slider-area .team-widget-boxarea .img1 ul {
    background: var(--ztc-text-text-4);
    bottom: -220px;
    padding: 24px;
    position: absolute;
    text-align: center;
    transition: all .6s;
    width: 100%;
    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 {
    background: rgba(26, 23, 25, .05);
    border-radius: 50%;
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    height: 44px;
    line-height: 44px;
    margin: 0 10px 0 0;
    text-align: center;
    transition: all .4s;
    width: 44px
}

.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 .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);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    text-align: center;
    transition: all .4s
}

.team1-section-area .team-slider-area .team-widget-boxarea .text-area p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
    text-align: center
}

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

.team2-section-area .our-team-boxarea {
    margin-bottom: 30px;
    text-align: center
}

.team2-section-area .our-team-boxarea .content-area a {
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    text-align: center;
    transition: all .4s
}

.team2-section-area .our-team-boxarea .content-area p {
    color: hsla(0, 0%, 100%, .9);
    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;
    text-align: center
}

.team2-section-area .our-team-boxarea .team-widget-area {
    border: 2px solid #1c3b45;
    border-radius: 270px;
    overflow: hidden;
    padding: 24px;
    position: relative;
    z-index: 1
}

.team2-section-area .our-team-boxarea .team-widget-area:after {
    border: 1px solid var(--ztc-text-text-6);
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(.7);
    transition: all .4s;
    visibility: hidden;
    width: 100%;
    z-index: -2
}

.team2-section-area .our-team-boxarea .team-widget-area:hover:after {
    opacity: 1;
    transform: scale(1);
    transition: all .4s;
    visibility: visible
}

.team2-section-area .our-team-boxarea .team-widget-area:hover .img1 img.team-img4 {
    transition: all .4s
}

.team2-section-area .our-team-boxarea .team-widget-area:hover .img1 img.team-img8 {
    opacity: 1;
    transition: all .4s;
    visibility: visible
}

.team2-section-area .our-team-boxarea .team-widget-area:hover .img1 ul {
    bottom: 50px;
    transition: all .6s
}

.team2-section-area .our-team-boxarea .team-widget-area .img1 {
    border-radius: 50%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%
}

.team2-section-area .our-team-boxarea .team-widget-area .img1 img.team-img4,
.team2-section-area .our-team-boxarea .team-widget-area .img1 img.team-img8 {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    width: 100%
}

.team2-section-area .our-team-boxarea .team-widget-area .img1 img.team-img8 {
    left: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    z-index: -1
}

.team2-section-area .our-team-boxarea .team-widget-area .img1 ul {
    bottom: -200px;
    left: 15%;
    position: absolute;
    right: 15%;
    text-align: center;
    transition: all .6s
}

.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 {
    background: var(--ztc-text-text-1);
    border-radius: 50%;
    color: var(--ztc-text-text-2);
    display: inline-block;
    height: 44px;
    line-height: 44px;
    margin: 0 10px 0 0;
    text-align: center;
    transition: all .4s;
    width: 44px
}

.team2-section-area .our-team-boxarea .team-widget-area .img1 ul li a:hover {
    background: var(--ztc-text-text-6);
    color: var(--ztc-text-text-5);
    transition: all .4s
}

.team3-section-area,
.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 {
        left: 0;
        margin-top: 30px;
        position: relative;
        text-align: center;
        top: 0;
        z-index: 1
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .team3-section-area .team-slider-area2 .owl-nav {
        left: 0;
        margin-top: 30px;
        position: relative;
        text-align: center;
        top: 0;
        z-index: 1
    }
}

.team3-section-area .team-slider-area2 .owl-nav button {
    background: rgba(255, 54, 57, .2);
    border-radius: 50%;
    color: var(--ztc-text-text-10);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    height: 56px;
    line-height: 56px;
    text-align: center;
    transition: all .4s;
    width: 56px
}

.team3-section-area .team-slider-area2 .owl-nav button:hover {
    background: var(--ztc-text-text-10);
    color: var(--ztc-text-text-1);
    transition: all .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 {
    margin-bottom: 30px;
    text-align: center
}

.team3-section-area .team-slider-area2 .our-team-boxarea .content-area a {
    color: var(--ztc-text-text-8);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    text-align: center;
    transition: all .4s
}

.team3-section-area .team-slider-area2 .our-team-boxarea .content-area p {
    color: var(--ztc-text-text-9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
    text-align: center
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area {
    overflow: hidden;
    padding: 24px;
    position: relative;
    z-index: 1
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .elements21 {
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all .4s;
    visibility: visible;
    width: 100%
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .elements22 {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    visibility: hidden;
    width: 100%
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area:hover .elements21 {
    opacity: 0;
    transition: all .4s;
    visibility: hidden
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area:hover .elements22 {
    height: auto;
    opacity: 1;
    transition: all .4s;
    visibility: visible
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon1 {
    bottom: 36px;
    opacity: 1;
    transition: all .4s;
    visibility: visible
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon2 {
    bottom: 0;
    opacity: 1;
    transition: all .4s;
    visibility: visible
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon3 {
    bottom: 36px;
    opacity: 1;
    transition: all .4s;
    visibility: visible
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon4 {
    bottom: -7px;
    opacity: 1;
    transition: all .4s;
    visibility: visible
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 {
    border-radius: 50%;
    height: 100%;
    position: relative;
    text-align: center;
    width: 100%
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 .team-img4 {
    border-radius: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 .share a {
    background: linear-gradient(90deg, #ff3639 2.73%, #e12fa2 71.84%);
    border-radius: 50%;
    bottom: 0;
    display: inline-block;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-inline-end: -20px;
    margin-bottom: -20px;
    position: absolute;
    text-align: center;
    transition: all .4s;
    width: 40px
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 .share a img {
    display: inline-block;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 20px
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 ul {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all .6s
}

.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 {
    background: var(--ztc-text-text-1);
    border-radius: 50%;
    box-shadow: 0 4px 40px rgba(0, 0, 0, .09);
    color: var(--ztc-text-text-8);
    display: inline-block;
    height: 44px;
    line-height: 44px;
    margin: 0 10px 0 0;
    text-align: center;
    transition: all .4s;
    width: 44px
}

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

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 ul li a.icon1 {
    bottom: 10px;
    left: 8px;
    opacity: 0;
    position: absolute;
    transition: all .4s;
    visibility: hidden
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 ul li a.icon2 {
    bottom: -20px;
    left: 52px;
    opacity: 0;
    position: absolute;
    transition: all .6s;
    visibility: hidden
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 ul li a.icon3 {
    bottom: 10px;
    opacity: 0;
    position: absolute;
    right: -3px;
    transition: all .4s;
    visibility: hidden
}

.team3-section-area .team-slider-area2 .our-team-boxarea .team-widget-area .img1 ul li a.icon4 {
    bottom: -20px;
    opacity: 0;
    position: absolute;
    right: 40px;
    transition: all .6s;
    visibility: hidden
}

.team4-section-area,
.team4-section-area .team-slider-area4 {
    position: relative;
    z-index: 1
}

.team4-section-area .team-slider-area4 .owl-nav {
    position: absolute;
    right: 0;
    top: -120px
}

@media(max-width:767px) {
    .team4-section-area .team-slider-area4 .owl-nav {
        position: relative;
        text-align: center;
        top: 0;
        z-index: 1
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .team4-section-area .team-slider-area4 .owl-nav {
        position: relative;
        text-align: center;
        top: 0;
        z-index: 1
    }
}

.team4-section-area .team-slider-area4 .owl-nav button {
    background: rgba(46, 77, 253, .08);
    border-radius: 50%;
    color: var(--ztc-text-text-11);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    height: 56px;
    line-height: 56px;
    text-align: center;
    transition: all .4s;
    width: 56px
}

.team4-section-area .team-slider-area4 .owl-nav button:hover {
    background: var(--ztc-text-text-13);
    color: var(--ztc-text-text-1);
    transition: all .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;
    transition: all .4s;
    z-index: 1
}

.team4-section-area .team-slider-area4 .team-widget-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all .4s
}

.team4-section-area .team-slider-area4 .team-widget-boxarea:hover .img1 ul {
    bottom: 0;
    transition: all .6s
}

.team4-section-area .team-slider-area4 .team-widget-boxarea .img1 {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: all .4s;
    z-index: 1
}

.team4-section-area .team-slider-area4 .team-widget-boxarea .img1 img {
    border-radius: 8px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    width: 100%
}

.team4-section-area .team-slider-area4 .team-widget-boxarea .img1 ul {
    background: var(--ztc-text-text-13);
    bottom: -220px;
    padding: 24px;
    position: absolute;
    text-align: center;
    transition: all .6s;
    width: 100%;
    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 {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 50%;
    border-radius: 165px;
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    height: 44px;
    line-height: 44px;
    margin: 0 10px 0 0;
    text-align: center;
    transition: all .4s;
    width: 44px
}

.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 .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);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    text-align: center;
    transition: all .4s
}

.team4-section-area .team-slider-area4 .team-widget-boxarea .text-area a:hover {
    color: var(--ztc-text-text-13);
    transition: all .4s
}

.team4-section-area .team-slider-area4 .team-widget-boxarea .text-area 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-regular);
    line-height: 18px;
    text-align: center
}

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

.team-sperkers-section-area .our-team-boxarea {
    margin-bottom: 30px;
    text-align: center
}

.team-sperkers-section-area .our-team-boxarea .content-area a {
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    text-align: center;
    transition: all .4s
}

.team-sperkers-section-area .our-team-boxarea .content-area p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    text-align: center
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area {
    overflow: hidden;
    padding: 24px;
    position: relative;
    z-index: 1
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .elements21 {
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all .4s;
    visibility: visible;
    width: 100%
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .elements22 {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    visibility: hidden;
    width: 100%
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area:hover .elements21 {
    opacity: 0;
    transition: all .4s;
    visibility: hidden
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area:hover .elements22 {
    height: auto;
    opacity: 1;
    transition: all .4s;
    visibility: visible
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon1 {
    bottom: 36px;
    opacity: 1;
    transition: all .4s;
    visibility: visible
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon2 {
    bottom: 0;
    opacity: 1;
    transition: all .4s;
    visibility: visible
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon3 {
    bottom: 36px;
    opacity: 1;
    transition: all .4s;
    visibility: visible
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon4 {
    bottom: -7px;
    opacity: 1;
    transition: all .4s;
    visibility: visible
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 {
    border-radius: 50%;
    height: 100%;
    position: relative;
    text-align: center;
    width: 100%
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 .team-img4 {
    border-radius: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 .share a {
    background: var(--primary-color);
    border-radius: 50%;
    bottom: 0;
    color: var(--ztc-text-text-2);
    display: inline-block;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-inline-end: -20px;
    margin-bottom: -20px;
    position: absolute;
    text-align: center;
    transition: all .4s;
    width: 40px
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 .share a img {
    display: inline-block;
    filter: brightness(0);
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 20px
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all .6s
}

.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 {
    background: var(--ztc-text-text-1);
    border-radius: 50%;
    box-shadow: 0 4px 40px rgba(0, 0, 0, .09);
    color: var(--ztc-text-text-8);
    display: inline-block;
    height: 44px;
    line-height: 44px;
    margin: 0 10px 0 0;
    text-align: center;
    transition: all .4s;
    width: 44px
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul li a:hover {
    background: var(--primary-color);
    color: var(--ztc-text-text-2);
    transition: all .4s
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul li a.icon1 {
    bottom: 10px;
    left: 8px;
    opacity: 0;
    position: absolute;
    transition: all .4s;
    visibility: hidden
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul li a.icon2 {
    bottom: -20px;
    left: 52px;
    opacity: 0;
    position: absolute;
    transition: all .6s;
    visibility: hidden
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul li a.icon3 {
    bottom: 10px;
    opacity: 0;
    position: absolute;
    right: -3px;
    transition: all .4s;
    visibility: hidden
}

.team-sperkers-section-area .our-team-boxarea .team-widget-area .img1 ul li a.icon4 {
    bottom: -20px;
    opacity: 0;
    position: absolute;
    right: 40px;
    transition: all .6s;
    visibility: hidden
}

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

.team-details-section-area .speakers-details-box .our-team-boxarea {
    background: #f5f5f5;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 40px;
    text-align: center
}

.team-details-section-area .speakers-details-box .our-team-boxarea .content-area a {
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    text-align: center;
    transition: all .4s
}

.team-details-section-area .speakers-details-box .our-team-boxarea .content-area p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    text-align: center
}

.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 {
    background: var(--ztc-text-text-1);
    border-radius: 50%;
    box-shadow: 0 4px 40px rgba(0, 0, 0, .09);
    color: var(--ztc-text-text-8);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    height: 44px;
    line-height: 44px;
    margin: 0 10px 0 0;
    text-align: center;
    transition: all .4s;
    width: 44px
}

.team-details-section-area .speakers-details-box .our-team-boxarea .content-area ul li a:hover {
    background: var(--primary-color);
    color: var(--ztc-text-text-2);
    transition: all .4s
}

.team-details-section-area .speakers-details-box .our-team-boxarea .team-widget-area {
    overflow: hidden;
    padding: 24px;
    position: relative;
    z-index: 1
}

.team-details-section-area .speakers-details-box .our-team-boxarea .team-widget-area .elements21 {
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all .4s;
    visibility: visible;
    width: 100%
}

.team-details-section-area .speakers-details-box .our-team-boxarea .team-widget-area .elements22 {
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all .4s;
    visibility: visible;
    width: 100%;
    z-index: -1
}

.team-details-section-area .speakers-details-box .our-team-boxarea .team-widget-area:hover .elements21 {
    opacity: 0;
    transition: all .4s;
    visibility: hidden
}

.team-details-section-area .speakers-details-box .our-team-boxarea .team-widget-area:hover .elements22 {
    height: auto;
    opacity: 1;
    transition: all .4s;
    visibility: visible
}

.team-details-section-area .speakers-details-box .our-team-boxarea .team-widget-area .img1 {
    border-radius: 50%;
    height: 100%;
    position: relative;
    text-align: center;
    width: 100%
}

.team-details-section-area .speakers-details-box .our-team-boxarea .team-widget-area .img1 .team-img4 {
    border-radius: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.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 {
        margin-top: 30px;
        padding: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .team-details-section-area .speakers-details-box .speakesr-details-content {
        margin-top: 30px;
        padding: 0
    }
}

.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);
    letter-spacing: -.56px;
    line-height: 28px
}

.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;
    border-radius: 4px;
    padding: 24px
}

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

.team-details-section-area .speakers-details-box .speakesr-details-content .details-content a {
    color: var(--ztc-text-text-3);
    display: inline-block;
    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;
    transition: all .4s
}

.event-team-area .event-widget-area .event2-boxarea {
    position: relative
}

.event-team-area .event-widget-area .event2-boxarea:after {
    background: #e6e7e8;
    content: "";
    height: 93%;
    left: 45.7%;
    position: absolute;
    top: 0;
    transition: all .4s;
    width: 1px
}

@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 {
    border-radius: 50%;
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    height: 56px;
    left: 43%;
    line-height: 24px;
    line-height: 56px;
    position: absolute;
    text-align: center;
    top: 88px;
    transition: all .4s;
    width: 56px;
    z-index: 1
}

.event-team-area .event-widget-area .event2-boxarea h1,
.event-team-area .event-widget-area .event2-boxarea h1.active {
    background: var(--primary-color);
    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 {
    border-radius: 4px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.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);
    display: inline-block;
    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 .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 {
    display: inline-block;
    margin: 0 8px
}

.event-team-area .event-widget-area .event2-boxarea .content-area .head {
    color: var(--ztc-text-text-2);
    display: inline-block;
    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;
    transition: all .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 {
    align-items: center;
    display: flex
}

@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 {
    align-items: center;
    border-inline-end: 1px solid #e6e7e8;
    display: flex;
    padding: 0 12px 0 0
}

@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 {
    border-radius: 50%;
    height: 56px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 56px
}

.event-team-area .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text {
    padding-inline-start: 12px
}

.event-team-area .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text a {
    color: var(--ztc-text-text-2);
    display: inline-block;
    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;
    transition: all .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);
    display: inline-block;
    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;
    transition: all .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 {
        border: none;
        margin-bottom: 16px;
        padding: 0 !important
    }
}

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

.team5-section-area .elements31 {
    position: absolute;
    right: 0;
    top: 0
}

.team5-section-area .our-team-boxarea {
    margin-bottom: 30px;
    text-align: center
}

.team5-section-area .our-team-boxarea .content-area a {
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    text-align: center;
    transition: all .4s
}

.team5-section-area .our-team-boxarea .content-area p {
    color: hsla(0, 0%, 100%, .9);
    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;
    text-align: center
}

.team5-section-area .our-team-boxarea .team-widget-area {
    border: 2px solid #fff;
    border-radius: 270px;
    overflow: hidden;
    padding: 24px;
    position: relative;
    z-index: 1
}

.team5-section-area .our-team-boxarea .team-widget-area:after {
    border: 2px solid var(--ztc-text-text-1);
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(.7);
    transition: all .4s;
    visibility: hidden;
    width: 100%;
    z-index: -2
}

.team5-section-area .our-team-boxarea .team-widget-area:hover,
.team5-section-area .our-team-boxarea .team-widget-area:hover .img1 img.team-img4 {
    transition: all .4s
}

.team5-section-area .our-team-boxarea .team-widget-area:hover .img1 img.team-img8 {
    filter: brightness(0) invert(1);
    opacity: 1;
    transition: all .4s;
    visibility: visible
}

.team5-section-area .our-team-boxarea .team-widget-area:hover .img1 ul {
    bottom: 50px;
    transition: all .6s
}

.team5-section-area .our-team-boxarea .team-widget-area .img1 {
    border-radius: 50%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%
}

.team5-section-area .our-team-boxarea .team-widget-area .img1 img.team-img4,
.team5-section-area .our-team-boxarea .team-widget-area .img1 img.team-img8 {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    width: 100%
}

.team5-section-area .our-team-boxarea .team-widget-area .img1 img.team-img8 {
    left: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    z-index: -1
}

.team5-section-area .our-team-boxarea .team-widget-area .img1 ul {
    bottom: -200px;
    left: 15%;
    position: absolute;
    right: 15%;
    text-align: center;
    transition: all .6s
}

.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 {
    backdrop-filter: blur(5px);
    background: 255, 255, 255, .1;
    border-radius: 50%;
    color: var(--ztc-text-text-1);
    display: inline-block;
    height: 44px;
    line-height: 44px;
    margin: 0 10px 0 0;
    text-align: center;
    transition: all .4s;
    width: 44px
}

.team5-section-area .our-team-boxarea .team-widget-area .img1 ul li a:hover {
    background: linear-gradient(135deg, #ff7a00, red);
    color: var(--ztc-text-text-1);
    transition: all .4s
}

.team6-section-area {
    background: #f9fafb;
    position: relative;
    z-index: 1
}

.team6-section-area .team-widget-area {
    background: var(--ztc-text-text-1);
    border-radius: 8px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.team6-section-area .team-widget-area:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all .4s
}

.team6-section-area .team-widget-area:hover .img2 {
    opacity: 1;
    top: 65%;
    transition: all .6s;
    visibility: visible
}

.team6-section-area .team-widget-area:hover .content-area {
    background: var(--ztc-text-text-14);
    transition: all .4s
}

.team6-section-area .team-widget-area:hover .content-area a {
    color: var(--ztc-text-text-1);
    transition: all .4s
}

.team6-section-area .team-widget-area:hover .content-area p {
    color: var(--ztc-text-text-1);
    opacity: 80%;
    transition: all .4s
}

.team6-section-area .team-widget-area .img1 {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    transition: all .4s
}

.team6-section-area .team-widget-area .img1 img {
    border-radius: 8px 8px 0 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    width: 100%
}

.team6-section-area .team-widget-area .img2 {
    background: var(--ztc-text-text-1);
    border-radius: 8px;
    display: inline-block;
    left: 20%;
    opacity: 0;
    padding: 4px 24px;
    position: absolute;
    right: 20%;
    text-align: center;
    top: 50%;
    transition: all .6s;
    visibility: hidden
}

.team6-section-area .team-widget-area .img2 img {
    height: 32px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 110px
}

.team6-section-area .team-widget-area .content-area {
    padding: 12px;
    transition: all .4s
}

.team6-section-area .team-widget-area .content-area a {
    color: var(--ztc-text-text-2);
    display: inline-block;
    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;
    transition: all .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 .4s
}

.team7-section-area,
.team7-section-area .team-slider-area7 {
    position: relative;
    z-index: 1
}

@media(max-width:767px) {
    .team7-section-area .team-slider-area7 .owl-nav {
        margin-top: 30px;
        text-align: center
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .team7-section-area .team-slider-area7 .owl-nav {
        margin-top: 30px;
        text-align: center
    }
}

.team7-section-area .team-slider-area7 .owl-nav button {
    background: rgba(26, 23, 25, .05);
    border-radius: 50%;
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    height: 56px;
    line-height: 56px;
    text-align: center;
    transition: all .4s;
    width: 56px
}

.team7-section-area .team-slider-area7 .owl-nav button:hover {
    background: var(--ztc-text-text-15);
    color: var(--ztc-text-text-1);
    transition: all .4s
}

.team7-section-area .team-slider-area7 .owl-nav button.owl-prev {
    left: -80px;
    position: absolute;
    top: 35%
}

@media(max-width:767px) {
    .team7-section-area .team-slider-area7 .owl-nav button.owl-prev {
        left: 0;
        margin: 0 16px 0 0;
        position: relative;
        top: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .team7-section-area .team-slider-area7 .owl-nav button.owl-prev {
        left: 0;
        margin: 0 16px 0 0;
        position: relative;
        top: 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;
    transition: all .4s;
    z-index: 1
}

.team7-section-area .team-slider-area7 .team-widget-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all .4s
}

.team7-section-area .team-slider-area7 .team-widget-boxarea:hover .img1 ul {
    bottom: 70px;
    transition: all .6s
}

.team7-section-area .team-slider-area7 .team-widget-boxarea .img1 {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: all .4s;
    z-index: 1
}

.team7-section-area .team-slider-area7 .team-widget-boxarea .img1 img {
    border-radius: 8px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    width: 100%
}

.team7-section-area .team-slider-area7 .team-widget-boxarea .img1 ul {
    bottom: -250px;
    left: 15%;
    position: absolute;
    right: 15%;
    transition: all .6s;
    width: 100%;
    z-index: 2
}

.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 {
    background: #fff;
    border-radius: 50%;
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    height: 44px;
    line-height: 44px;
    margin: 0 10px 0 0;
    text-align: center;
    transition: all .4s;
    width: 44px
}

.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 .4s
}

.team7-section-area .team-slider-area7 .team-widget-boxarea .text-area {
    background: var(--ztc-text-text-1);
    border-radius: 8px;
    margin: -70px 16px 0;
    padding: 24px;
    position: relative;
    text-align: center;
    z-index: 1
}

.team7-section-area .team-slider-area7 .team-widget-boxarea .text-area a {
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    text-align: center;
    transition: all .4s
}

.team7-section-area .team-slider-area7 .team-widget-boxarea .text-area p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-regular);
    line-height: 18px;
    text-align: center
}

.team8-section-rea,
.team8-section-rea .team-slider-area8 {
    position: relative;
    z-index: 1
}

.team8-section-rea .team-slider-area8 .owl-nav {
    position: absolute;
    right: 0;
    top: -130px
}

@media(max-width:767px) {
    .team8-section-rea .team-slider-area8 .owl-nav {
        margin-top: 30px;
        position: relative;
        right: 0;
        text-align: center
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .team8-section-rea .team-slider-area8 .owl-nav {
        left: 0;
        margin-top: 30px;
        position: relative;
        text-align: center
    }
}

.team8-section-rea .team-slider-area8 .owl-nav button {
    backdrop-filter: blur(2px);
    background: hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    height: 56px;
    line-height: 56px;
    text-align: center;
    transition: all .4s;
    width: 56px
}

.team8-section-rea .team-slider-area8 .owl-nav button:hover {
    background: var(--ztc-text-text-16);
    color: var(--ztc-text-text-1);
    transition: all .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;
    transition: all .4s;
    z-index: 1
}

.team8-section-rea .team-slider-area8 .team-widget-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all .4s
}

.team8-section-rea .team-slider-area8 .team-widget-boxarea:hover .img1 ul {
    bottom: 20px;
    transition: all .6s
}

.team8-section-rea .team-slider-area8 .team-widget-boxarea .img1 {
    border-radius: 200px 200px 4px 4px;
    overflow: hidden;
    position: relative;
    transition: all .4s;
    z-index: 1
}

.team8-section-rea .team-slider-area8 .team-widget-boxarea .img1 img {
    border-radius: 200px 200px 4px 4px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    width: 100%
}

.team8-section-rea .team-slider-area8 .team-widget-boxarea .img1 ul {
    bottom: -250px;
    left: 15%;
    position: absolute;
    right: 15%;
    transition: all .6s;
    width: 100%;
    z-index: 2
}

.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 {
    background: #fff;
    border-radius: 50%;
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    height: 44px;
    line-height: 44px;
    margin: 0 10px 0 0;
    text-align: center;
    transition: all .4s;
    width: 44px
}

.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 .4s
}

.team8-section-rea .team-slider-area8 .team-widget-boxarea .text-area {
    border-radius: 8px;
    position: relative;
    text-align: center;
    z-index: 1
}

.team8-section-rea .team-slider-area8 .team-widget-boxarea .text-area a {
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    text-align: center;
    transition: all .4s
}

.team8-section-rea .team-slider-area8 .team-widget-boxarea .text-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-regular);
    line-height: 18px;
    opacity: .8;
    text-align: center
}

.team9-section-rea,
.team9-section-rea .team-slider-area8 {
    position: relative;
    z-index: 1
}

.team9-section-rea .team-slider-area8 .owl-nav {
    position: absolute;
    right: 0;
    top: -130px
}

@media(max-width:767px) {
    .team9-section-rea .team-slider-area8 .owl-nav {
        margin-top: 30px;
        position: relative;
        right: 0;
        text-align: center
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .team9-section-rea .team-slider-area8 .owl-nav {
        left: 0;
        margin-top: 30px;
        position: relative;
        text-align: center
    }
}

.team9-section-rea .team-slider-area8 .owl-nav button {
    backdrop-filter: blur(2px);
    background: rgba(255, 80, 0, .1);
    border-radius: 50%;
    color: var(--ztc-text-text-17);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    height: 56px;
    line-height: 56px;
    text-align: center;
    transition: all .4s;
    width: 56px
}

.team9-section-rea .team-slider-area8 .owl-nav button:hover {
    background: var(--ztc-text-text-17);
    color: var(--ztc-text-text-1);
    transition: all .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;
    transition: all .4s;
    z-index: 1
}

.team9-section-rea .team-slider-area8 .team-widget-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all .4s
}

.team9-section-rea .team-slider-area8 .team-widget-boxarea:hover .img1 ul {
    bottom: 20px;
    transition: all .6s
}

.team9-section-rea .team-slider-area8 .team-widget-boxarea .img1 {
    border-radius: 200px 200px 4px 4px;
    overflow: hidden;
    position: relative;
    transition: all .4s;
    z-index: 1
}

.team9-section-rea .team-slider-area8 .team-widget-boxarea .img1 img {
    border-radius: 200px 200px 4px 4px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    width: 100%
}

.team9-section-rea .team-slider-area8 .team-widget-boxarea .img1 ul {
    bottom: -250px;
    left: 15%;
    position: absolute;
    right: 15%;
    transition: all .6s;
    width: 100%;
    z-index: 2
}

.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 {
    background: #fff;
    border-radius: 50%;
    color: var(--ztc-text-text-18);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s18);
    height: 44px;
    line-height: 44px;
    margin: 0 10px 0 0;
    text-align: center;
    transition: all .4s;
    width: 44px
}

.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 .4s
}

.team9-section-rea .team-slider-area8 .team-widget-boxarea .text-area {
    border-radius: 8px;
    position: relative;
    text-align: center;
    z-index: 1
}

.team9-section-rea .team-slider-area8 .team-widget-boxarea .text-area a {
    color: var(--ztc-text-text-18);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    text-align: center;
    transition: all .4s
}

.team9-section-rea .team-slider-area8 .team-widget-boxarea .text-area 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-regular);
    line-height: 18px;
    opacity: .8;
    text-align: center
}

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

.team10-section-area .team10-widget-boxarea {
    background: var(--ztc-text-text-1);
    border-radius: 8px;
    position: relative;
    z-index: 1
}

.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 .4s
}

.team10-section-area .team10-widget-boxarea:hover .text-area {
    background: var(--ztc-text-text-20);
    transition: all .4s
}

.team10-section-area .team10-widget-boxarea .img1 {
    border-radius: 8px;
    overflow: hidden;
    transition: all .4s
}

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

.team10-section-area .team10-widget-boxarea .text-area {
    border-radius: 0 0 8px 8px;
    padding: 20px 24px;
    transition: all .4s
}

.team10-section-area .team10-widget-boxarea .text-area a {
    color: var(--ztc-text-text-2);
    display: inline-block;
    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;
    transition: all .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 {
    background: var(--ztc-text-text-1);
    border-radius: 8px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1
}

.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 .4s
}

.team10-section-area .team10-widget-boxarea2:hover .text-area {
    background: var(--ztc-text-text-20);
    transition: all .4s
}

.team10-section-area .team10-widget-boxarea2 .img1 {
    border-radius: 8px;
    overflow: hidden;
    transition: all .4s
}

.team10-section-area .team10-widget-boxarea2 .img1 img {
    border-radius: 8px;
    height: 398px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    width: 100%
}

.team10-section-area .team10-widget-boxarea2 .text-area {
    background: var(--ztc-text-text-1);
    border-radius: 0 0 8px 8px;
    bottom: 0;
    left: 0;
    padding: 20px 24px;
    position: absolute;
    right: 0;
    transition: all .4s;
    width: 100%;
    z-index: 2
}

.team10-section-area .team10-widget-boxarea2 .text-area a {
    color: var(--ztc-text-text-2);
    display: inline-block;
    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;
    transition: all .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
}

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

.faq-inner-section-area .faq-widget-area ul {
    background: #f4f4f4;
    border-radius: 16px;
    justify-content: center;
    margin: 0 auto;
    padding: 18px;
    width: 994px
}

@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 {
    background: var(--ztc-text-text-1);
    border-radius: 4px;
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    margin: 0 16px 0 0;
    padding: 16px 20px;
    text-align: center
}

@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);
    color: var(--ztc-text-text-2);
    transition: all .4s
}

.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item {
    background: var(--ztc-text-text-4);
    border: none;
    border-radius: 8px;
    padding: 0
}

.faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item button {
    background: #f4f4f4;
    border: none;
    box-shadow: none;
    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;
    letter-spacing: -.36px;
    line-height: 18px;
    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 .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 {
    background: var(--ztc-text-text-4);
    border-radius: 50%;
    content: "";
    height: 28px;
    position: absolute;
    right: 14px;
    transition: all .4s;
    width: 28px
}

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

.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 {
    border-radius: 8px;
    height: 420px;
    width: 100%
}

.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 {
    align-items: center;
    background: hsla(0, 0%, 100%, .1);
    border-radius: 8px;
    display: flex;
    padding: 24px;
    position: relative;
    transition: all .4s;
    z-index: 1
}

.contact2-section-area .contact-boxs-area .contact-auhtor-box:hover {
    background: var(--ztc-bg-bg-5);
    transition: all .4s
}

.contact2-section-area .contact-boxs-area .contact-auhtor-box:hover .icons {
    background: var(--ztc-bg-bg-4);
    transform: rotateY(-180deg);
    transition: all .4s
}

.contact2-section-area .contact-boxs-area .contact-auhtor-box:hover .icons img {
    filter: brightness(0) invert(1);
    transition: all .4s
}

.contact2-section-area .contact-boxs-area .contact-auhtor-box:hover .text a,
.contact2-section-area .contact-boxs-area .contact-auhtor-box:hover .text h4 {
    color: var(--ztc-text-text-5);
    transition: all .4s
}

.contact2-section-area .contact-boxs-area .contact-auhtor-box .icons {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 50%;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all .4s;
    width: 60px
}

.contact2-section-area .contact-boxs-area .contact-auhtor-box .icons img {
    transition: all .4s
}

.contact2-section-area .contact-boxs-area .contact-auhtor-box .text {
    padding-inline-start: 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 .4s
}

.contact2-section-area .contact-boxs-area .contact-auhtor-box .text a {
    color: hsla(0, 0%, 100%, .8);
    display: inline-block;
    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-align: center;
    transition: all .4s
}

.contact3-section-area {
    background: #f5f5f5;
    position: relative;
    z-index: 1
}

.contact-bg-section {
    background-image: url(../img/bg/contact-bg1.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

.contact-bg-section .contact-img1 {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%
}

@media(max-width:767px) {
    .contact-bg-section .contact-img1 {
        height: 100%;
        width: 100%
    }
}

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

.contact-bg-section .mapouter .gmap_canvas {
    margin-top: 38px
}

.contact-bg-section .mapouter .gmap_canvas iframe {
    position: relative;
    top: 10px;
    width: 50%
}

@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 {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    position: relative;
    z-index: 1
}

.contact-bg-section .contact-boxarea .icons {
    background: linear-gradient(90deg, #ff3639 2.73%, #e12fa2 71.84%);
    border-radius: 50%;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    transition: all .4s;
    width: 60px
}

.contact-bg-section .contact-boxarea .icons img {
    display: inline-block;
    filter: brightness(0) invert(1);
    height: 30px;
    width: 30px
}

.contact-bg-section .contact-boxarea .text {
    padding-inline-start: 74px
}

.contact-bg-section .contact-boxarea .text h5 {
    color: var(--ztc-text-text-8);
    font-weight: var(--ztc-weight-bold);
    text-transform: uppercase
}

.contact-bg-section .contact-boxarea .text a,
.contact-bg-section .contact-boxarea .text h5 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    line-height: 18px
}

.contact-bg-section .contact-boxarea .text a {
    color: var(--ztc-text-text-9);
    display: inline-block;
    font-weight: var(--ztc-weight-medium);
    text-align: center
}

.contact5-bg-section {
    background-image: url(../img/bg/contact-bg2.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

.contact5-bg-section .contact-img1 {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%
}

@media(max-width:767px) {
    .contact5-bg-section .contact-img1 {
        height: 100%;
        width: 100%
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .contact5-bg-section .contact-img1 {
        height: 100%;
        width: 100%
    }
}

.contact5-bg-section .mapouter .gmap_canvas {
    margin-top: 38px
}

.contact5-bg-section .mapouter .gmap_canvas iframe {
    position: relative;
    top: 10px;
    width: 50%
}

@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 {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    position: relative;
    z-index: 1
}

.contact5-bg-section .contact-boxarea .icons {
    background: linear-gradient(135deg, #ff7a00, red);
    border-radius: 50%;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    transition: all .4s;
    width: 60px
}

.contact5-bg-section .contact-boxarea .icons img {
    display: inline-block;
    filter: brightness(0) invert(1);
    height: 30px;
    width: 30px
}

.contact5-bg-section .contact-boxarea .text {
    padding-inline-start: 74px
}

.contact5-bg-section .contact-boxarea .text h5 {
    color: var(--ztc-text-text-2);
    font-weight: var(--ztc-weight-bold);
    text-transform: uppercase
}

.contact5-bg-section .contact-boxarea .text a,
.contact5-bg-section .contact-boxarea .text h5 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    line-height: 18px
}

.contact5-bg-section .contact-boxarea .text a {
    color: var(--ztc-text-text-3);
    display: inline-block;
    font-weight: var(--ztc-weight-medium);
    text-align: center
}

.contact8-bg-section {
    background: hsla(0, 0%, 100%, .1);
    position: relative;
    z-index: 1
}

.contact8-bg-section .mapouter .gmap_canvas iframe {
    height: 322px;
    position: absolute;
    right: 0;
    top: 0;
    width: 47%
}

@media(max-width:767px) {
    .contact8-bg-section .mapouter .gmap_canvas iframe {
        height: 325px;
        position: relative;
        width: 100%
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .contact8-bg-section .mapouter .gmap_canvas iframe {
        height: 325px;
        position: relative;
        width: 100%
    }
}

.contact8-bg-section .contact-boxarea {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    position: relative;
    z-index: 1
}

.contact8-bg-section .contact-boxarea .icons {
    background: linear-gradient(90deg, #ff3639 2.73%, #e12fa2 71.84%);
    border-radius: 50%;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    transition: all .4s;
    width: 60px
}

.contact8-bg-section .contact-boxarea .icons img {
    display: inline-block;
    filter: brightness(0) invert(1);
    height: 30px;
    width: 30px
}

.contact8-bg-section .contact-boxarea .text {
    padding-inline-start: 74px
}

.contact8-bg-section .contact-boxarea .text h5 {
    color: var(--ztc-text-text-8);
    font-weight: var(--ztc-weight-bold);
    text-transform: uppercase
}

.contact8-bg-section .contact-boxarea .text a,
.contact8-bg-section .contact-boxarea .text h5 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    line-height: 18px
}

.contact8-bg-section .contact-boxarea .text a {
    color: var(--ztc-text-text-9);
    display: inline-block;
    font-weight: var(--ztc-weight-medium);
    text-align: center
}

.contact4-section-area {
    background: var(--ztc-bg-bg-8);
    position: relative;
    z-index: 1
}

.contact4-section-area .contact4-boxarea {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 8px;
    padding: 24px;
    position: relative
}

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

.contact4-section-area .contact4-boxarea .input-area input {
    background: hsla(0, 0%, 100%, .1);
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 8px;
    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;
    margin-top: 16px;
    padding: 16px;
    width: 100%
}

.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 {
    background: hsla(0, 0%, 100%, .1);
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 8px;
    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);
    height: 140px;
    line-height: 18px;
    margin-top: 16px;
    padding: 16px;
    width: 100%
}

.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 {
        margin-top: 30px;
        padding: 0
    }
}

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

.contact4-section-area .contact4-header .contact-author-box {
    align-items: center;
    display: flex;
    margin-top: 20px
}

.contact4-section-area .contact4-header .contact-author-box .icons {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 50%;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all .4s;
    width: 60px
}

.contact4-section-area .contact4-header .contact-author-box .icons img {
    display: inline-block;
    filter: brightness(0) invert(1);
    height: 30px;
    width: 30px
}

.contact4-section-area .contact4-header .contact-author-box .text {
    padding-inline-start: 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: hsla(0, 0%, 100%, .8);
    display: inline-block;
    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-align: center;
    transition: all .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 {
    border-radius: 8px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.contact4-section-area .mapouter .gmap_canvas iframe {
    border-radius: 8px;
    height: 333px;
    width: 100%
}

.contact2-bg-section {
    background-image: url(../images/backgrounds/pricing-name.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

.contact2-bg-section .contact-img1 {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%
}

@media(max-width:767px) {
    .contact2-bg-section .contact-img1 {
        height: 100%;
        width: 100%
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .contact2-bg-section .contact-img1 {
        height: 100%;
        width: 100%
    }
}

.contact2-bg-section .mapouter .gmap_canvas {
    margin-top: 38px
}

.contact2-bg-section .mapouter .gmap_canvas iframe {
    position: relative;
    top: 10px;
    width: 50%
}

@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 {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    position: relative;
    z-index: 1
}

.contact2-bg-section .contact-boxarea .icons {
    background-image: url(../img/elements/elements27.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    transition: all .4s;
    width: 60px
}

.contact2-bg-section .contact-boxarea .icons img {
    display: inline-block;
    filter: brightness(0) invert(1);
    height: 30px;
    width: 30px
}

.contact2-bg-section .contact-boxarea .text {
    padding-inline-start: 74px
}

.contact2-bg-section .contact-boxarea .text h5 {
    color: var(--ztc-text-text-2);
    font-weight: var(--ztc-weight-bold);
    text-transform: uppercase
}

.contact2-bg-section .contact-boxarea .text a,
.contact2-bg-section .contact-boxarea .text h5 {
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    line-height: 18px
}

.contact2-bg-section .contact-boxarea .text a {
    color: var(--ztc-text-text-3);
    display: inline-block;
    font-weight: var(--ztc-weight-medium);
    text-align: center
}

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

.contact-inner-section .contact4-boxarea {
    background: #f1f1f1;
    border-radius: 8px;
    padding: 24px;
    position: relative
}

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

.contact-inner-section .contact4-boxarea .input-area input {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    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;
    margin-top: 16px;
    padding: 16px;
    width: 100%
}

.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 {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    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);
    height: 140px;
    line-height: 18px;
    margin-top: 16px;
    padding: 16px;
    width: 100%
}

.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 {
    background: #232323;
    position: relative;
    z-index: 1
}

.contact10-bg-section .mapouter .gmap_canvas iframe {
    height: 322px;
    position: absolute;
    right: 0;
    top: 0;
    width: 47%
}

@media(max-width:767px) {
    .contact10-bg-section .mapouter .gmap_canvas iframe {
        height: 325px;
        position: relative;
        width: 100%
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .contact10-bg-section .mapouter .gmap_canvas iframe {
        height: 325px;
        position: relative;
        width: 100%
    }
}

.contact10-bg-section .contact-boxarea {
    background: hsla(0, 0%, 100%, .2);
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: var(--rounded-lg, 8px);
    padding: 24px;
    position: relative;
    z-index: 1
}

.contact10-bg-section .contact-boxarea .icons {
    background: var(--ztc-bg-bg-14);
    border-radius: 50%;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    transition: all .4s;
    width: 60px
}

.contact10-bg-section .contact-boxarea .icons img {
    display: inline-block;
    filter: brightness(0);
    height: 30px;
    width: 30px
}

.contact10-bg-section .contact-boxarea .text {
    padding-inline-start: 74px
}

.contact10-bg-section .contact-boxarea .text h5 {
    font-weight: var(--ztc-weight-bold);
    text-transform: uppercase
}

.contact10-bg-section .contact-boxarea .text a,
.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;
    line-height: 18px
}

.contact10-bg-section .contact-boxarea .text a {
    display: inline-block;
    font-weight: var(--ztc-weight-medium);
    text-align: center
}

.cta1-section-area {
    margin-bottom: -130px;
    position: relative;
    z-index: 2
}

.cta1-section-area .cta1-main-boxarea {
    background: var(--ztc-bg-bg-3);
    border-radius: 8px;
    padding: 44px
}

@media(max-width:767px) {
    .cta1-section-area .cta1-main-boxarea {
        padding: 20px;
        text-align: center
    }
}

.cta1-section-area .cta1-main-boxarea .timer-btn-area {
    align-items: center;
    display: flex
}

@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;
        margin: 0 auto;
        text-align: center
    }
}

.cta1-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-weight: 700;
    margin: 0 14px 0 0;
    padding: 16px 30px;
    text-align: center;
    width: 150px
}

@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 {
        display: block;
        margin: 0 0 20px
    }
}

.cta1-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box .time-value 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-medium);
    line-height: 16px;
    text-align: center;
    text-transform: uppercase
}

.cta1-section-area .cta1-main-boxarea .timer-btn-area .timer .time-value {
    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;
    text-align: center;
    text-transform: uppercase
}

.cta1-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
    border-inline-start: 1px solid #d0981f;
    padding-inline-start: 24px
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .cta1-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
        border: 0;
        margin-top: 20px;
        padding-inline-start: 0
    }
}

@media(max-width:767px) {
    .cta1-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
        border: 0;
        margin-top: 20px;
        padding-inline-start: 0
    }
}

.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 {
    background: rgba(26, 23, 25, .05);
    border-radius: 4px;
    color: var(--ztc-text-text-2);
    display: inline-block;
    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;
    padding: 12px 10px;
    transition: all .4s
}

@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 {
    margin-bottom: -130px;
    position: relative;
    z-index: 2
}

.cta2-section-area .cta1-main-boxarea {
    background: var(--ztc-bg-bg-5);
    border-radius: 8px;
    padding: 44px
}

@media(max-width:767px) {
    .cta2-section-area .cta1-main-boxarea {
        padding: 20px;
        text-align: center
    }
}

.cta2-section-area .cta1-main-boxarea .timer-btn-area {
    align-items: center;
    display: flex
}

@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;
        margin: 0 auto;
        text-align: center
    }
}

.cta2-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-weight: 700;
    margin: 0 14px 0 0;
    padding: 16px 30px;
    text-align: center;
    width: 150px
}

@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 {
        display: block;
        margin: 0 0 20px
    }
}

.cta2-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box .time-value 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-medium);
    line-height: 16px;
    text-align: center;
    text-transform: uppercase
}

.cta2-section-area .cta1-main-boxarea .timer-btn-area .timer .time-value {
    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;
    text-align: center;
    text-transform: uppercase
}

.cta2-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
    border-inline-start: 1px solid hsla(0, 0%, 7%, .2);
    padding-inline-start: 24px
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .cta2-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
        border: 0;
        margin-top: 20px;
        padding-inline-start: 0
    }
}

@media(max-width:767px) {
    .cta2-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
        border: 0;
        margin-top: 20px;
        padding-inline-start: 0
    }
}

.cta2-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn2 {
    border-radius: 8px;
    color: var(--ztc-text-text-1);
    display: inline-block;
    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;
    position: relative;
    text-transform: uppercase;
    transition: all .4s;
    z-index: 1
}

.cta2-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn2 span.demo {
    background: var(--ztc-bg-bg-4);
    border-radius: 70px;
    display: inline-block;
    padding: 20px 26px;
    transition: all .4s
}

.cta2-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn2 span.arrow {
    background: var(--ztc-bg-bg-4);
    border-radius: 50%;
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    height: 54px;
    line-height: 54px;
    text-align: center;
    transform: rotate(-45deg);
    transition: all .4s;
    width: 54px
}

.cta2-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn2:hover {
    transition: all .4s
}

.cta2-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn2:hover span.arrow {
    margin-inline-end: 6px;
    transform: rotate(0deg);
    transition: all .4s
}

.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 {
    background: rgba(26, 23, 25, .05);
    border-radius: 4px;
    color: var(--ztc-text-text-2);
    display: inline-block;
    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;
    padding: 12px 10px;
    transition: all .4s
}

@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 {
    background-image: url(../img/bg/header-bg4.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1
}

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

.cta3-section-area .elements18,
.cta3-section-area .elements24 {
    bottom: 0;
    position: absolute;
    right: 0
}

.cta3-section-area .elements24 {
    height: 100%;
    top: 0;
    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 {
    bottom: 0;
    height: 460px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 10px;
    z-index: 1
}

@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%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

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

@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 {
    font-size: var(--ztc-font-size-font-s60);
    font-weight: var(--ztc-weight-bold);
    line-height: 60px;
    text-align: center
}

.cta3-section-area .date-btn h4,
.cta3-section-area .date-btn p {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font1);
    font-style: normal;
    text-transform: uppercase
}

.cta3-section-area .date-btn p {
    font-size: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-medium);
    line-height: 20px
}

.cta3-section-area .date-btn a {
    background-image: url(../images/shapes/elements20.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--ztc-text-text-1);
    display: inline-block;
    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: 18px;
    text-align: center
}

.cta3-section-area .cta-counter-box {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 50%;
    height: 170px;
    padding: 45px 30px;
    position: relative;
    width: 170px
}

@media(max-width:767px) {
    .cta3-section-area .cta-counter-box {
        margin: 0 auto 50px
    }
}

.cta3-section-area .cta-counter-box .elements23 {
    left: -15px;
    max-height: 200px !important;
    max-width: 200px !important;
    position: absolute;
    top: -15px
}

.cta3-section-area .cta-counter-box h2 {
    font-size: var(--ztc-font-size-font-s48);
    font-weight: var(--ztc-weight-bold);
    line-height: 48px
}

.cta3-section-area .cta-counter-box h2,
.cta3-section-area .cta-counter-box p {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-style: normal;
    text-align: center;
    text-transform: uppercase
}

.cta3-section-area .cta-counter-box p {
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-medium);
    line-height: 18px
}

.cta4-section-area {
    margin-bottom: -130px;
    position: relative;
    z-index: 2
}

.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 {
    align-items: center;
    display: flex
}

@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;
        margin: 0 auto;
        text-align: center
    }
}

.cta4-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-weight: 700;
    margin: 0 14px 0 0;
    padding: 16px 30px;
    text-align: center;
    width: 150px
}

@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 {
        display: block;
        margin: 0 0 20px
    }
}

.cta4-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box .time-value span {
    color: var(--ztc-text-text-11);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 16px;
    text-align: center;
    text-transform: uppercase
}

.cta4-section-area .cta1-main-boxarea .timer-btn-area .timer .time-value {
    color: var(--ztc-text-text-11);
    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-align: center;
    text-transform: uppercase
}

.cta4-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
    border-inline-start: 1px solid var(--ztc-bg-bg-1);
    padding-inline-start: 24px
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .cta4-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
        border: 0;
        margin-top: 20px;
        padding-inline-start: 0
    }
}

@media(max-width:767px) {
    .cta4-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
        border: 0;
        margin-top: 20px;
        padding-inline-start: 0
    }
}

.cta4-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn4 {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    color: var(--ztc-text-text-11);
    display: inline-block;
    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;
    position: relative;
    text-transform: uppercase;
    transition: all .4s;
    z-index: 1
}

.cta4-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn4:hover {
    color: var(--ztc-text-text-1);
    transition: all .4s
}

.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 {
    background: rgba(26, 23, 25, .05);
    border-radius: 4px;
    color: var(--ztc-text-text-1);
    display: inline-block;
    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;
    padding: 12px 10px;
    transition: all .4s
}

@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 {
    filter: brightness(0) invert(1);
    margin: -6px 6px 0 0
}

.cta6-section-area {
    margin-bottom: -130px;
    position: relative;
    z-index: 2
}

.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 {
    align-items: center;
    display: flex
}

@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;
        margin: 0 auto;
        text-align: center
    }
}

.cta6-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-weight: 700;
    margin: 0 14px 0 0;
    padding: 16px 30px;
    text-align: center;
    width: 150px
}

@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 {
        display: block;
        margin: 0 0 20px
    }
}

.cta6-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box .time-value 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-medium);
    line-height: 16px;
    text-align: center;
    text-transform: uppercase
}

.cta6-section-area .cta1-main-boxarea .timer-btn-area .timer .time-value {
    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;
    text-align: center;
    text-transform: uppercase
}

.cta6-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
    border-inline-start: 1px solid var(--ztc-bg-bg-1);
    padding-inline-start: 24px
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .cta6-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
        border: 0;
        margin-top: 20px;
        padding-inline-start: 0
    }
}

@media(max-width:767px) {
    .cta6-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
        border: 0;
        margin-top: 20px;
        padding-inline-start: 0
    }
}

.cta6-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn6 {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    color: var(--ztc-text-text-21);
    display: inline-block;
    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;
    position: relative;
    text-transform: uppercase;
    transition: all .4s;
    z-index: 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 {
    color: var(--ztc-text-text-1);
    transition: all .4s
}

.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 {
    background: hsla(0, 0%, 100%, .2);
    border: 1px solid hsla(0, 0%, 100%, .4);
    border-radius: 4px;
    color: var(--ztc-text-text-1);
    display: inline-block;
    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;
    padding: 12px 10px;
    transition: all .4s
}

@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 {
    filter: brightness(0) invert(1);
    margin: -6px 6px 0 0
}

.cta7-section-area {
    margin-bottom: -180px;
    position: relative;
    z-index: 2
}

.cta7-section-area .cta7-bg-area {
    border-radius: 8px;
    padding: 70px
}

@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);
    letter-spacing: -.88px;
    line-height: 52px
}

@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 {
    margin-bottom: -130px;
    position: relative;
    z-index: 2
}

.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 {
    align-items: center;
    display: flex
}

@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;
        margin: 0 auto;
        text-align: center
    }
}

.cta8-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-weight: 700;
    margin: 0 14px 0 0;
    padding: 16px 30px;
    text-align: center;
    width: 150px
}

@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 {
        display: block;
        margin: 0 0 20px
    }
}

.cta8-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box .time-value 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-medium);
    line-height: 16px;
    text-align: center;
    text-transform: uppercase
}

.cta8-section-area .cta1-main-boxarea .timer-btn-area .timer .time-value {
    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;
    text-align: center;
    text-transform: uppercase
}

.cta8-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
    border-inline-start: 1px solid hsla(0, 70%, 94%, .2);
    padding-inline-start: 24px
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .cta8-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
        border: 0;
        margin-top: 20px;
        padding-inline-start: 0
    }
}

@media(max-width:767px) {
    .cta8-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
        border: 0;
        margin-top: 20px;
        padding-inline-start: 0
    }
}

.cta8-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn8 {
    border-radius: 8px;
    color: var(--ztc-text-text-16);
    display: inline-block;
    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;
    position: relative;
    text-transform: uppercase;
    transition: all .4s;
    z-index: 1
}

.cta8-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn8 span.demo {
    background: var(--ztc-bg-bg-1);
    border-radius: 70px;
    display: inline-block;
    padding: 20px 26px;
    transition: all .4s
}

.cta8-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn8 span.arrow {
    background: var(--ztc-bg-bg-1);
    border-radius: 50%;
    color: var(--ztc-text-text-16);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    height: 54px;
    line-height: 54px;
    text-align: center;
    transform: rotate(-45deg);
    transition: all .4s;
    width: 54px
}

.cta8-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn8:hover {
    color: var(--ztc-text-text-16);
    transition: all .4s
}

.cta8-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn8:hover span.arrow {
    margin-inline-end: 6px;
    transform: rotate(0deg);
    transition: all .4s
}

.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 {
    background: hsla(0, 0%, 100%, .2);
    border-radius: 4px;
    color: var(--ztc-text-text-1);
    display: inline-block;
    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;
    padding: 12px 10px;
    transition: all .4s
}

@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 {
    filter: brightness(0) invert(1);
    margin: -6px 6px 0 0
}

.cta9-section-area {
    margin-top: -130px;
    position: relative;
    z-index: 2
}

.cta9-section-area .cta1-main-boxarea {
    background: var(--LLL, linear-gradient(135deg, #ff5000 0, #ff00b8 100%));
    border-radius: var(--rounded-lg, 8px);
    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 {
    align-items: center;
    display: flex
}

@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;
        margin: 0 auto;
        text-align: center
    }
}

.cta9-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-weight: 700;
    margin: 0 14px 0 0;
    padding: 16px 30px;
    text-align: center;
    width: 150px
}

@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 {
        display: block;
        margin: 0 0 20px
    }
}

.cta9-section-area .cta1-main-boxarea .timer-btn-area .timer .time-box .time-value span {
    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-medium);
    line-height: 16px;
    text-align: center;
    text-transform: uppercase
}

.cta9-section-area .cta1-main-boxarea .timer-btn-area .timer .time-value {
    color: var(--ztc-text-text-18);
    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-align: center;
    text-transform: uppercase
}

.cta9-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
    border-inline-start: 1px solid hsla(0, 70%, 94%, .2);
    padding-inline-start: 24px
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .cta9-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
        border: 0;
        margin-top: 20px;
        padding-inline-start: 0
    }
}

@media(max-width:767px) {
    .cta9-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
        border: 0;
        margin-top: 20px;
        padding-inline-start: 0
    }
}

.cta9-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn9 {
    background: #fff;
    border-radius: 4px;
    border-radius: var(--rounded-lg, 8px);
    color: #fc334c;
    display: inline-block;
    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;
    overflow: hidden;
    padding: 20px 26px;
    position: relative;
    text-transform: uppercase;
    transition: all .4s;
    z-index: 1
}

.cta9-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn9:after {
    background: var(--LLL, linear-gradient(135deg, #ff00b8 0, #ff5000 100%));
    border-radius: 4px;
    content: "";
    height: 100%;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    visibility: hidden;
    width: 1px;
    z-index: -1
}

.cta9-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn9:hover {
    color: var(--ztc-text-text-1);
    transform: translateY(-5px);
    transition: all .4s
}

.cta9-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 .vl-btn9:hover:after {
    height: 100%;
    left: 0;
    opacity: 1;
    top: 0;
    transition: all .4s;
    visibility: visible;
    width: 100%
}

.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 {
    background: hsla(0, 0%, 100%, .2);
    border-radius: 4px;
    color: var(--ztc-text-text-1);
    display: inline-block;
    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;
    padding: 12px 10px;
    transition: all .4s
}

@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 {
    filter: brightness(0) invert(1);
    margin: -6px 6px 0 0
}

.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 {
    background: var(--ztc-bg-bg-2);
    content: "";
    height: 100%;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .4s;
    width: 48%
}

.testimonials1-section-area .testimonial-img2 img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 48%
}

.testimonials1-section-area .testimonial-content-slider .owl-nav {
    margin-top: 48px
}

.testimonials1-section-area .testimonial-content-slider .owl-nav button {
    background: rgba(26, 23, 25, .05);
    border-radius: 100px;
    color: var(--ztc-text-text-2);
    font-size: var(--ztc-font-size-font-s20);
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: all .4s;
    width: 50px
}

.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 .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 {
    align-self: center;
    display: flex;
    justify-content: space-between
}

.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .list-display ul li {
    background: rgba(255, 186, 0, .1);
    border-radius: 4px;
    color: var(--primary-color);
    display: inline-block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    transition: all .4s;
    width: 24px
}

.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 {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .auhtor-area .name-area {
    align-items: center;
    display: flex
}

.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .auhtor-area .name-area .img1 img {
    border-radius: 50%;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 50px
}

.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .auhtor-area .name-area .text {
    padding-inline-start: 12px
}

.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .auhtor-area .name-area .text a {
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    transition: all .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 {
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 122px
}

.testimonials1-section-area .video-play-btn {
    margin: 0 auto;
    text-align: center
}

@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 {
    background: var(--ztc-bg-bg-1);
    border-radius: 50%;
    display: inline-block;
    height: 90px;
    line-height: 90px;
    position: relative;
    text-align: center;
    transition: all .4s;
    width: 90px;
    z-index: 1
}

@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 {
    animation: pulse-border 1.5s ease-out infinite;
    background: var(--ztc-bg-bg-1);
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 45px;
    opacity: 30%;
    position: absolute;
    top: 45px;
    transition: all .4s;
    width: 100%;
    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 {
    background: #f8f7f3;
    position: relative;
    z-index: 1
}

.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 {
    background: rgba(46, 77, 253, .08);
    border-radius: 50%;
    color: var(--ztc-text-text-11);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    height: 56px;
    line-height: 56px;
    text-align: center;
    transition: all .4s;
    width: 56px
}

.testimonial4-section-area .testimonial-review-slider .owl-nav button:hover {
    background: var(--ztc-text-text-13);
    color: var(--ztc-text-text-1);
    transition: all .4s
}

.testimonial4-section-area .testimonial-review-slider .owl-nav button.owl-prev {
    left: -100px;
    margin-top: -90px;
    position: absolute;
    top: 50%
}

@media(max-width:767px) {
    .testimonial4-section-area .testimonial-review-slider .owl-nav button.owl-prev {
        left: 0;
        margin: 0 16px 0 0;
        position: relative;
        top: 0;
        z-index: 1
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .testimonial4-section-area .testimonial-review-slider .owl-nav button.owl-prev {
        left: 0;
        margin: 0 16px 0 0;
        position: relative;
        top: 0;
        z-index: 1
    }
}

.testimonial4-section-area .testimonial-review-slider .owl-nav button.owl-next {
    margin-top: -90px;
    position: absolute;
    right: -100px;
    top: 50%
}

@media(max-width:767px) {
    .testimonial4-section-area .testimonial-review-slider .owl-nav button.owl-next {
        margin-top: 0;
        position: relative;
        right: 0;
        top: 0;
        z-index: 1
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .testimonial4-section-area .testimonial-review-slider .owl-nav button.owl-next {
        margin-top: 0;
        position: relative;
        right: 0;
        top: 0;
        z-index: 1
    }
}

.testimonial4-section-area .testimonial-review-slider .testimonial4-content ul {
    text-align: center
}

.testimonial4-section-area .testimonial-review-slider .testimonial4-content ul li {
    background: rgba(46, 77, 253, .08);
    border-radius: 4px;
    color: var(--ztc-text-text-13);
    display: inline-block;
    height: 28px;
    line-height: 28px;
    text-align: center;
    transition: all .4s;
    width: 28px
}

.testimonial4-section-area .testimonial-review-slider .testimonial4-content p.main {
    color: var(--ztc-text-text-12);
    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;
    text-align: center
}

.testimonial4-section-area .testimonial-review-slider .testimonial4-content .name-area {
    align-items: center;
    display: flex;
    justify-content: center
}

.testimonial4-section-area .testimonial-review-slider .testimonial4-content .name-area .img1 img {
    border-radius: 50%;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 60px
}

.testimonial4-section-area .testimonial-review-slider .testimonial4-content .name-area .text {
    padding-inline-start: 14px
}

.testimonial4-section-area .testimonial-review-slider .testimonial4-content .name-area .text a {
    color: var(--ztc-text-text-11);
    display: inline-block;
    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
}

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

.testimonial6-section-area {
    background: var(--ztc-bg-bg-2);
    position: relative;
    z-index: 1
}

.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;
    height: 220px;
    margin: 0 8px;
    padding: 20px 16px;
    position: relative
}

.testimonial6-section-area .testimonial-reviews-area .testimonial-boxarea a,
.testimonial6-section-area .testimonial-reviews-area .testimonial-boxarea p {
    color: rgba(64, 64, 64, .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 {
    bottom: 20px;
    display: inline-block;
    position: absolute;
    transition: all .4s
}

.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;
    height: 220px;
    margin: 0 8px;
    padding: 20px 16px;
    position: relative
}

@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 a,
.testimonial6-section-area .testimonial-reviews-area2 .testimonial-boxarea p {
    color: rgba(64, 64, 64, .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 {
    bottom: 20px;
    display: inline-block;
    position: absolute;
    transition: all .4s
}

.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;
    right: 0;
    top: -130px
}

@media(max-width:767px) {
    .testimonials7-section-area .testimonial-content-slider7 .owl-nav {
        left: 0;
        margin-top: 30px;
        position: relative;
        right: 0;
        text-align: center;
        top: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .testimonials7-section-area .testimonial-content-slider7 .owl-nav {
        left: 0;
        margin-top: 30px;
        position: relative;
        right: 0;
        text-align: center;
        top: 0
    }
}

.testimonials7-section-area .testimonial-content-slider7 .owl-nav button {
    background: rgba(252, 34, 106, .1);
    border-radius: 100px;
    color: var(--ztc-text-text-15);
    font-size: var(--ztc-font-size-font-s20);
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: all .4s;
    width: 50px
}

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

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box {
    border: 1px solid rgba(26, 23, 25, .05);
    border-radius: var(--rounded-lg, 8px);
    padding: 32px 24px;
    position: relative;
    transition: all .4s;
    z-index: 1
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box:hover {
    background: #fff3f6;
    border-radius: var(--rounded-lg, 8px);
    transition: all .4s
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box:hover .list-display .icons,
.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box:hover .list-display ul {
    background: var(--ztc-bg-bg-1);
    transition: all .4s
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box .list-display {
    align-self: center;
    display: flex;
    justify-content: space-between
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box .list-display .icons {
    background: #f5f5f5;
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: all .4s;
    width: 50px
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box .list-display ul {
    background: #f5f5f5;
    border-radius: 4px;
    display: inline-block;
    height: 40px;
    padding: 8px;
    transition: all .4s
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box .list-display ul li {
    color: #ffa41c;
    display: inline-block
}

.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 {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box .auhtor-area .name-area {
    align-items: center;
    display: flex
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box .auhtor-area .name-area .img1 img {
    border-radius: 50%;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 50px
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box .auhtor-area .name-area .text {
    padding-inline-start: 12px
}

.testimonials7-section-area .testimonial-content-slider7 .testimonial-widget-box .auhtor-area .name-area .text a {
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    transition: all .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 {
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 122px
}

.testimonials7-section-area .video-play-btn {
    margin: 0 auto;
    text-align: center
}

@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 {
    background: var(--ztc-bg-bg-1);
    border-radius: 50%;
    display: inline-block;
    height: 90px;
    line-height: 90px;
    position: relative;
    text-align: center;
    transition: all .4s;
    width: 90px;
    z-index: 1
}

@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 {
    animation: pulse-border 1.5s ease-out infinite;
    background: var(--ztc-bg-bg-1);
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 45px;
    opacity: 30%;
    position: absolute;
    top: 45px;
    transition: all .4s;
    width: 100%;
    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)
    }
}

.about1-section-area,
.about1-section-area .about-imges {
    position: relative;
    z-index: 1
}

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

.about1-section-area .about-imges .about-btnarea {
    left: 40.5%;
    position: absolute;
    top: 50%;
    z-index: 1
}

.about1-section-area .about-imges .about-btnarea svg:not(.icon) {
    left: -40px;
    position: absolute;
    top: -45px
}

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

.about1-section-area .about-imges .about-btnarea a {
    color: var(--ztc-text-text-2);
    display: inline-block;
    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;
    position: relative;
    text-align: center
}

.about1-section-area .about-header-area {
    padding: 0 0 0 30px
}

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

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

.about1-section-area .about-header-area .about-auhtor-box {
    background: #fbf9f4;
    border-radius: 8px;
    padding: 20px 24px;
    position: relative;
    transition: all .4s;
    z-index: 1
}

.about1-section-area .about-header-area .about-auhtor-box:hover .icons {
    background: var(--ztc-bg-bg-3);
    transform: rotateY(-180deg);
    transition: all .4s
}

.about1-section-area .about-header-area .about-auhtor-box .icons {
    background: rgba(26, 23, 25, .05);
    border-radius: 50%;
    border-radius: 48px;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    position: absolute;
    text-align: center;
    transition: all .4s;
    width: 48px
}

.about1-section-area .about-header-area .about-auhtor-box .text {
    padding-inline-start: 60px
}

.about1-section-area .about-header-area .about-auhtor-box .text a {
    color: var(--ztc-text-text-2);
    display: inline-block;
    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;
    transition: all .4s
}

.about1-section-area .about-header-area .about-counter-area {
    align-items: center;
    display: flex
}

@media(max-width:767px) {
    .about1-section-area .about-header-area .about-counter-area {
        border: none;
        display: flex;
        padding: 0 !important;
        text-align: center
    }
}

.about1-section-area .about-header-area .about-counter-area .counter-box {
    border-inline-end: 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 {
        border: none;
        padding: 0 5px !important
    }
}

.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 {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 1000px
}

.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 {
    left: -60px;
    position: absolute
}

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

.about2-section-area .about2-header .others-boxarea {
    align-items: center;
    display: flex
}

@media(max-width:767px) {
    .about2-section-area .about2-header .others-boxarea {
        display: inline-block
    }
}

.about2-section-area .about2-header .others-boxarea .icons-box {
    align-items: center;
    background: hsla(0, 0%, 100%, .04);
    border-radius: 8px;
    display: flex;
    margin: 28px 18px 0 0;
    padding: 10px 12px
}

.about2-section-area .about2-header .others-boxarea .icons-box:hover .icons {
    background: var(--ztc-bg-bg-5);
    transform: rotateY(-180deg);
    transition: all .4s
}

.about2-section-area .about2-header .others-boxarea .icons-box:hover .icons img {
    filter: brightness(0);
    transition: all .4s
}

.about2-section-area .about2-header .others-boxarea .icons-box .icons {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 50%;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    transition: all .4s;
    width: 48px
}

.about2-section-area .about2-header .others-boxarea .icons-box .icons img {
    filter: brightness(0) invert(1);
    transition: all .4s
}

.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-inline-start: 10px
}

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

.about3-section-area .about3-images .about-img10 {
    bottom: 0;
    position: absolute;
    z-index: 1
}

.about3-section-area .about3-images .img1 {
    background: #ffebec;
    border-radius: 50%;
    overflow: hidden;
    padding: 10px
}

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

.about3-section-area .about3-images .img1 img {
    border-radius: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    width: 100%
}

.about3-section-area .about3-images .img2 {
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0
}

@media(max-width:767px) {
    .about3-section-area .about3-images .img2 {
        margin-top: 20px;
        position: relative
    }
}

.about3-section-area .about3-images .img2:hover img {
    transform: scale(1.1) rotate(-4deg);
    transition: all .4s
}

.about3-section-area .about3-images .img2 img {
    border-radius: 50%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    width: 240px
}

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

.about3-section-area .about3-images .img3 {
    background: #fff;
    border-radius: 50%;
    bottom: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    right: 0
}

@media(max-width:767px) {
    .about3-section-area .about3-images .img3 {
        margin-top: 20px;
        position: relative
    }
}

.about3-section-area .about3-images .img3:hover img {
    transform: scale(1.1) rotate(-4deg);
    transition: all .4s
}

.about3-section-area .about3-images .img3 img {
    border-radius: 50%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    width: 240px
}

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

.about3-section-area .about-header {
    padding: 0 0 0 80px
}

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

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

.about3-section-area .about-header .counter-area {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.about3-section-area .about-header .counter-area .counter-box {
    border-inline-end: 1px solid #e6e8e8;
    margin-top: 20px;
    padding: 0 40px 0 0;
    text-align: center
}

@media(max-width:767px) {
    .about3-section-area .about-header .counter-area .counter-box {
        border: none;
        padding: 0
    }
}

.about3-section-area .about-header .counter-area .counter-box h3 {
    color: var(--ztc-text-text-8);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-align: center
}

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

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

.about4-section-area .about-images .content-box {
    background: var(--ztc-bg-bg-8);
    border-radius: 8px;
    padding: 32px 24px
}

.about4-section-area .about-images .content-box p {
    color: hsla(0, 0%, 100%, .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
}

.about4-section-area .about-images .content-box h6 {
    border-bottom: 1px solid var(--ztc-text-text-1);
    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;
    padding-bottom: 20px
}

.about4-section-area .about-images .content-box ul li a {
    color: hsla(0, 0%, 100%, .8);
    display: inline-block;
    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;
    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 {
        display: flex;
        line-height: 26px
    }
}

.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 {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 8px;
    width: 100%
}

.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 {
        margin-top: 30px;
        padding: 0
    }
}

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

.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 {
        margin-bottom: 30px;
        padding: 0
    }
}

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

.about7-section-area .about-header-area .about-auhtor-box {
    background: #fff3f6;
    border-radius: 8px;
    padding: 20px 24px;
    position: relative;
    transition: all .4s;
    z-index: 1
}

.about7-section-area .about-header-area .about-auhtor-box:hover .icons {
    background: var(--ztc-bg-bg-11);
    transform: rotateY(-180deg);
    transition: all .4s
}

.about7-section-area .about-header-area .about-auhtor-box .icons {
    background: var(--ztc-bg-bg-11);
    border-radius: 50%;
    border-radius: 48px;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    position: absolute;
    text-align: center;
    transition: all .4s;
    width: 48px
}

.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-inline-start: 60px
}

.about7-section-area .about-header-area .about-auhtor-box .text a {
    color: var(--ztc-text-text-2);
    display: inline-block;
    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;
    transition: all .4s
}

.about7-section-area .about-header-area .about-counter-area {
    align-items: center;
    display: flex
}

@media(max-width:767px) {
    .about7-section-area .about-header-area .about-counter-area {
        border: none;
        display: flex;
        padding: 0 !important;
        text-align: center
    }
}

.about7-section-area .about-header-area .about-counter-area .counter-box {
    border-inline-end: 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 {
        border: none;
        padding: 0 5px !important
    }
}

.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 {
    border-radius: 8px;
    height: 560px;
    width: 360px
}

.about7-section-area .about-all-images .img2 {
    position: absolute;
    right: 0;
    top: 80px
}

@media(max-width:767px) {
    .about7-section-area .about-all-images .img2 {
        margin-top: 30px;
        position: relative;
        top: 0
    }
}

.about7-section-area .about-all-images .img2 img {
    border-radius: 8px;
    height: 400px;
    width: 340px
}

@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 {
    align-items: center;
    backdrop-filter: blur(10px);
    background: var(--ztc-bg-bg-2);
    border: hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    display: flex;
    height: 150px;
    justify-content: center;
    left: 50%;
    padding: 8px;
    position: absolute;
    top: -25px;
    transition: all .4s;
    width: 150px
}

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

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

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

@media(max-width:767px) {
    .about7-section-area .about-all-images .arrow-btn a {
        margin-top: 15px
    }
}

.about7-section-area .about-all-images .elements37 {
    bottom: -25px;
    left: 50%;
    position: absolute
}

.about8-section-area {
    position: relative
}

.about8-section-area .layer1 {
    bottom: -100px;
    height: 160px;
    position: absolute;
    width: 100%;
    z-index: 2
}

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

.about8-section-area .about8-images .about-img10 {
    bottom: 0;
    position: absolute;
    z-index: 1
}

.about8-section-area .about8-images .img1 {
    background: hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    overflow: hidden;
    padding: 10px
}

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

.about8-section-area .about8-images .img1 img {
    border-radius: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    width: 100%
}

.about8-section-area .about8-images .img2 {
    background: hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0
}

@media(max-width:767px) {
    .about8-section-area .about8-images .img2 {
        margin-top: 20px;
        position: relative
    }
}

.about8-section-area .about8-images .img2:hover img {
    transform: scale(1.1) rotate(-4deg);
    transition: all .4s
}

.about8-section-area .about8-images .img2 img {
    border-radius: 50%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    width: 240px
}

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

.about8-section-area .about8-images .img3 {
    background: hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    bottom: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    right: 0
}

@media(max-width:767px) {
    .about8-section-area .about8-images .img3 {
        margin-top: 20px;
        position: relative
    }
}

.about8-section-area .about8-images .img3:hover img {
    transform: scale(1.1) rotate(-4deg);
    transition: all .4s
}

.about8-section-area .about8-images .img3 img {
    border-radius: 50%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    width: 240px
}

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

.about8-section-area .side-img1-area {
    position: relative;
    top: -60px;
    z-index: 1
}

@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 {
    backdrop-filter: blur(2px);
    background: hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: 700;
    height: 132px;
    letter-spacing: -.88px;
    line-height: 44px;
    line-height: 132px;
    text-align: center;
    transition: all .4s;
    width: 132px
}

.about8-section-area .side-img1-area .counter-box h3:hover {
    background: #ff2d55;
    transition: all .4s
}

.about8-section-area .side-img1-area .counter-box h3:after {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 148px;
    left: -8px;
    position: absolute;
    top: -8px;
    width: 148px
}

.about8-section-area .side-img1-area .counter-box p {
    color: hsla(0, 0%, 100%, .9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.4px;
    line-height: 20px;
    margin-top: 16px;
    text-align: center
}

.about8-section-area .side-img1-area .counter-box2 {
    display: inline-block;
    left: 42%;
    position: absolute;
    top: 42%
}

.about8-section-area .side-img1-area .counter-box2 h3 {
    backdrop-filter: blur(2px);
    background: hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: 700;
    height: 80px;
    letter-spacing: -.88px;
    line-height: 24px;
    line-height: 80px;
    text-align: center;
    transition: all .4s;
    width: 80px
}

.about8-section-area .side-img1-area .counter-box2 h3:hover {
    background: #ff2d55;
    transition: all .4s
}

.about8-section-area .side-img1-area .counter-box2 h3:after {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 90px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 90px
}

.about8-section-area .side-img1-area .counter-box2 p {
    color: hsla(0, 0%, 100%, .9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.4px;
    line-height: 20px;
    margin-top: 16px;
    text-align: center
}

.about8-section-area .side-img1-area .counter-box3 {
    bottom: -50px;
    display: inline-block;
    position: absolute;
    right: 0
}

.about8-section-area .side-img1-area .counter-box3 h3 {
    backdrop-filter: blur(2px);
    background: hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: 700;
    height: 100px;
    letter-spacing: -.88px;
    line-height: 32px;
    line-height: 100px;
    text-align: center;
    transition: all .4s;
    width: 100px
}

.about8-section-area .side-img1-area .counter-box3 h3:hover {
    background: #ff2d55;
    transition: all .4s
}

.about8-section-area .side-img1-area .counter-box3 h3:after {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 110px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 110px
}

.about8-section-area .side-img1-area .counter-box3 p {
    color: hsla(0, 0%, 100%, .9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.4px;
    line-height: 20px;
    margin-top: 16px;
    text-align: center
}

.about8-section-area .side-img1-area .counter-box4 {
    bottom: -60%;
    display: inline-block;
    left: 40px;
    position: absolute
}

.about8-section-area .side-img1-area .counter-box4 h3 {
    backdrop-filter: blur(2px);
    background: hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: 700;
    height: 100px;
    letter-spacing: -.88px;
    line-height: 32px;
    line-height: 100px;
    text-align: center;
    transition: all .4s;
    width: 100px
}

.about8-section-area .side-img1-area .counter-box4 h3:hover {
    background: #ff2d55;
    transition: all .4s
}

.about8-section-area .side-img1-area .counter-box4 h3:after {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 110px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 110px
}

.about8-section-area .side-img1-area .counter-box4 p {
    color: hsla(0, 0%, 100%, .9);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: 500;
    letter-spacing: -.4px;
    line-height: 20px;
    margin-top: 16px;
    text-align: center
}

.about8-section-area .side-img1-area .img1 {
    position: absolute;
    right: 70px;
    top: -30px
}

.about8-section-area .side-img1-area .img1 img {
    border-radius: 50%;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 110px
}

.about8-section-area .side-img1-area .img2 {
    position: absolute;
    right: 0;
    top: 30%
}

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

.about8-section-area .side-img1-area .img3 {
    left: -10px;
    position: relative;
    top: 80px
}

.about8-section-area .side-img1-area .img3 img {
    border-radius: 50%;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100px
}

.about8-section-area .side-img1-area .img4 {
    left: 40%;
    position: relative;
    top: 40px
}

.about8-section-area .side-img1-area .img4 img {
    border-radius: 50%;
    height: 56px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 56px
}

.about10-section-area,
.about10-section-area .about10-images {
    position: relative;
    z-index: 1
}

.about10-section-area .about10-images .about-img10 {
    bottom: 0;
    position: absolute;
    z-index: 1
}

.about10-section-area .about10-images .img1 {
    background: #484547;
    border-radius: 50%;
    overflow: hidden;
    padding: 10px
}

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

.about10-section-area .about10-images .img1 img {
    border-radius: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    width: 100%
}

.about10-section-area .about10-images .img2 {
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0
}

@media(max-width:767px) {
    .about10-section-area .about10-images .img2 {
        margin-top: 20px;
        position: relative
    }
}

.about10-section-area .about10-images .img2:hover img {
    transform: scale(1.1) rotate(-4deg);
    transition: all .4s
}

.about10-section-area .about10-images .img2 img {
    border-radius: 50%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    width: 240px
}

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

.about10-section-area .about10-images .img3 {
    background: #fff;
    border-radius: 50%;
    bottom: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    right: 0
}

@media(max-width:767px) {
    .about10-section-area .about10-images .img3 {
        margin-top: 20px;
        position: relative
    }
}

.about10-section-area .about10-images .img3:hover img {
    transform: scale(1.1) rotate(-4deg);
    transition: all .4s
}

.about10-section-area .about10-images .img3 img {
    border-radius: 50%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    width: 240px
}

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

.about10-section-area .about-header {
    padding: 0 0 0 80px
}

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

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

.about10-section-area .about-header .counter-area {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.about10-section-area .about-header .counter-area .counter-box {
    border-inline-end: 1px solid #979999;
    margin-top: 20px;
    padding: 0 40px 0 0;
    text-align: center
}

@media(max-width:767px) {
    .about10-section-area .about-header .counter-area .counter-box {
        border: none;
        padding: 0
    }
}

.about10-section-area .about-header .counter-area .counter-box h3 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-align: center
}

.event1-section-area {
    background: #fbf9f4;
    position: relative;
    z-index: 1
}

.event1-section-area .nav.nav-pills {
    justify-content: center
}

.event1-section-area .nav.nav-pills .nav-item button {
    background: #fff;
    border: 1px solid rgba(26, 23, 25, .05);
    border-radius: 8px;
    margin: 0 30px 0 0;
    padding: 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;
        width: 100%
    }
}

.event1-section-area .nav.nav-pills .nav-item button.active {
    background: var(--ztc-bg-bg-3);
    transition: all .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 .4s
}

.event1-section-area .nav.nav-pills .nav-item button .vl-flex {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 24px
}

.event1-section-area .nav.nav-pills .nav-item button .day {
    background: rgba(26, 23, 25, .05);
    border-radius: 8px 8px 0 0;
    color: var(--ztc-text-text-3);
    display: block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    padding: 8px 0;
    text-align: center
}

.event1-section-area .nav.nav-pills .nav-item button .cal {
    font-size: var(--ztc-font-size-font-s44);
    line-height: 44px;
    margin: 0 28px 0 0;
    text-align: center;
    transition: all .4s
}

.event1-section-area .nav.nav-pills .nav-item button .cal,
.event1-section-area .nav.nav-pills .nav-item button span.date {
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-style: normal;
    font-weight: var(--ztc-weight-bold)
}

.event1-section-area .nav.nav-pills .nav-item button span.date {
    font-size: var(--ztc-font-size-font-s22);
    line-height: 26px
}

.event1-section-area .tab-content .tab-pane .tabs-widget-boxarea {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    padding: 40px
}

@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 {
    border-radius: 8px;
    height: 270px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.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 {
        margin-top: 30px;
        padding: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .event1-section-area .tab-content .tab-pane .tabs-widget-boxarea .content-area {
        margin-top: 30px;
        padding: 0
    }
}

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

.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);
    display: inline-block;
    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;
    transition: all .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 {
    background-image: url(../img/bg/header-bg3.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2
}

.event2-section-area .tabs-button ul {
    justify-content: center
}

.event2-section-area .tabs-button ul li button {
    align-items: center;
    background: hsla(0, 0%, 100%, .1);
    border-radius: 8px;
    display: flex;
    height: 56px;
    margin: 0 16px 0 0;
    padding: 8px;
    text-align: center;
    width: 180px
}

@media(max-width:767px) {
    .event2-section-area .tabs-button ul li button {
        margin: 0 0 10px
    }
}

.event2-section-area .tabs-button ul li button.active {
    background: var(--ztc-bg-bg-5);
    transition: all .4s
}

.event2-section-area .tabs-button ul li button.active span.calender {
    background: var(--ztc-bg-bg-4);
    transition: all .4s
}

.event2-section-area .tabs-button ul li button.active .pl-8 .date,
.event2-section-area .tabs-button ul li button.active .pl-8 .day {
    color: var(--ztc-text-text-5);
    transition: all .4s
}

.event2-section-area .tabs-button ul li button span.calender {
    background: hsla(0, 0%, 100%, .2);
    border-radius: 4px;
    display: inline-block;
    height: 43px;
    line-height: 40px;
    text-align: center;
    transition: all .4s;
    width: 55px
}

.event2-section-area .tabs-button ul li button span.calender img {
    filter: brightness(0) invert(1);
    height: 24px;
    transition: all .4s;
    width: 24px
}

.event2-section-area .tabs-button ul li button .pl-8 {
    display: inline-block;
    padding-inline-start: 8px;
    text-align: start
}

.event2-section-area .tabs-button ul li button .pl-8 .day {
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    text-align: start
}

.event2-section-area .tabs-button ul li button .pl-8 .date,
.event2-section-area .tabs-button ul li button .pl-8 .day {
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-style: normal;
    transition: all .4s
}

.event2-section-area .tabs-button ul li button .pl-8 .date {
    font-size: var(--ztc-font-size-font-s14);
    font-weight: var(--ztc-weight-medium);
    line-height: 14px
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea {
    backdrop-filter: blur(5px);
    background: hsla(0, 0%, 100%, .1);
    border-radius: 8px;
    padding: 28px;
    position: relative;
    z-index: 1
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea:after {
    background: hsla(0, 0%, 100%, .1);
    content: "";
    height: 93%;
    left: -60px;
    position: absolute;
    top: 195px;
    transition: all .4s;
    width: 1px
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1 {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 50%;
    color: var(--ztc-text-text-6);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    height: 56px;
    left: -88px;
    line-height: 24px;
    line-height: 56px;
    position: absolute;
    text-align: center;
    top: 140px;
    transition: all .4s;
    width: 56px;
    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 {
    border-radius: 4px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.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);
    display: inline-block;
    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 .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 {
    display: inline-block;
    margin: 0 8px
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .head {
    color: var(--ztc-text-text-1);
    display: inline-block;
    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;
    transition: all .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 {
    align-items: center;
    display: flex
}

@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 {
    align-items: center;
    border-inline-end: 1px solid #354f57;
    display: flex;
    padding: 0 12px 0 0
}

@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 {
    border-radius: 50%;
    height: 56px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 56px
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text {
    padding-inline-start: 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);
    display: inline-block;
    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;
    transition: all .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);
    display: inline-block;
    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;
    transition: all .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 {
        border: none;
        margin-bottom: 16px;
        padding: 0 !important
    }
}

.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 {
    align-items: center;
    background: #f5f5f5;
    border-radius: 8px;
    display: flex;
    height: 56px;
    margin: 0 16px 0 0;
    padding: 8px;
    text-align: center;
    width: 180px
}

@media(max-width:767px) {
    .event3-section-area .tabs-button ul li button {
        margin: 0 0 10px
    }
}

.event3-section-area .tabs-button ul li button.active {
    background: var(--LLL, linear-gradient(135deg, #ff5000 0, #ff00b8 100%));
    border-radius: 8px;
    transition: all .4s
}

.event3-section-area .tabs-button ul li button.active span.calender {
    background: var(--ztc-bg-bg-1);
    transition: all .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 .date,
.event3-section-area .tabs-button ul li button.active .pl-8 .day {
    color: var(--ztc-text-text-1);
    transition: all .4s
}

.event3-section-area .tabs-button ul li button span.calender {
    background: var(--LLL, linear-gradient(135deg, #ff5000 0, #ff00b8 100%));
    border-radius: 4px;
    display: inline-block;
    height: 43px;
    line-height: 40px;
    text-align: center;
    transition: all .4s;
    width: 55px
}

.event3-section-area .tabs-button ul li button span.calender img {
    filter: brightness(0) invert(1);
    height: 24px;
    transition: all .4s;
    width: 24px
}

.event3-section-area .tabs-button ul li button .pl-8 {
    display: inline-block;
    padding-inline-start: 8px;
    text-align: start
}

.event3-section-area .tabs-button ul li button .pl-8 .day {
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    text-align: start
}

.event3-section-area .tabs-button ul li button .pl-8 .date,
.event3-section-area .tabs-button ul li button .pl-8 .day {
    color: var(--ztc-text-text-8);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-style: normal;
    transition: all .4s
}

.event3-section-area .tabs-button ul li button .pl-8 .date {
    font-size: var(--ztc-font-size-font-s14);
    font-weight: var(--ztc-weight-medium);
    line-height: 14px
}

.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 {
    background: #e6e7e8;
    content: "";
    height: 93%;
    left: 45.7%;
    position: absolute;
    top: 0;
    transition: all .4s;
    width: 1px
}

@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 {
    border-radius: 50%;
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    height: 56px;
    left: 43%;
    line-height: 24px;
    line-height: 56px;
    position: absolute;
    text-align: center;
    top: 88px;
    transition: all .4s;
    width: 56px;
    z-index: 1
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1,
.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 {
    border-radius: 4px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.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);
    display: inline-block;
    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 .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 {
    display: inline-block;
    margin: 0 8px
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .head {
    color: var(--ztc-text-text-8);
    display: inline-block;
    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;
    transition: all .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 {
    align-items: center;
    display: flex
}

@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 {
    align-items: center;
    border-inline-end: 1px solid #e6e7e8;
    display: flex;
    padding: 0 12px 0 0
}

@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 {
    border-radius: 50%;
    height: 56px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 56px
}

.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text {
    padding-inline-start: 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);
    display: inline-block;
    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;
    transition: all .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);
    display: inline-block;
    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;
    transition: all .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 {
        border: none;
        margin-bottom: 16px;
        padding: 0 !important
    }
}

.event4-section-area {
    background: #f8f7f3
}

.event4-section-area,
.event4-section-area .event-images-area,
.event4-section-area .event-images-area .img1 {
    position: relative;
    z-index: 1
}

.event4-section-area .event-images-area .img1:after {
    background: var(--ztc-bg-bg-8);
    border-radius: 8px;
    content: "";
    height: 100%;
    left: 0;
    opacity: .8;
    position: absolute;
    top: 0;
    transition: all .4s;
    width: 100%
}

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

@media(max-width:767px) {
    .event4-section-area .event-images-area .img1 img {
        height: 400px
    }
}

.event4-section-area .event-images-area .content-area {
    margin-top: -180px;
    padding: 48px 90px 48px 48px;
    position: absolute;
    top: 0;
    top: 50%;
    z-index: 2
}

@media(max-width:767px) {
    .event4-section-area .event-images-area .content-area {
        margin-top: -135px;
        padding: 20px
    }
}

.event4-section-area .nav.nav-pills {
    justify-content: center
}

.event4-section-area .nav.nav-pills .nav-item button {
    background: #fff;
    border: 1px solid rgba(0, 36, 102, .1);
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 0
}

@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;
        width: 100%
    }
}

.event4-section-area .nav.nav-pills .nav-item button.active {
    background: var(--ztc-bg-bg-9);
    transition: all .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 .4s
}

.event4-section-area .nav.nav-pills .nav-item button.active .cal,
.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 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 24px
}

.event4-section-area .nav.nav-pills .nav-item button .day {
    background: rgba(0, 36, 102, .1);
    border-radius: 8px 8px 0 0;
    color: var(--ztc-text-text-12);
    display: block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    padding: 8px 0;
    text-align: center
}

.event4-section-area .nav.nav-pills .nav-item button .cal {
    font-size: var(--ztc-font-size-font-s44);
    line-height: 44px;
    margin: 0 28px 0 0;
    text-align: center;
    transition: all .4s
}

.event4-section-area .nav.nav-pills .nav-item button .cal,
.event4-section-area .nav.nav-pills .nav-item button span.date {
    color: var(--ztc-text-text-11);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-style: normal;
    font-weight: var(--ztc-weight-bold)
}

.event4-section-area .nav.nav-pills .nav-item button span.date {
    font-size: var(--ztc-font-size-font-s22);
    line-height: 26px
}

.event4-section-area .tab-content .tab-pane .accordion-item {
    background: #fff;
    border: 1px solid rgba(46, 77, 253, .08);
    border-radius: 8px;
    margin-bottom: 24px;
    padding: 28px 24px
}

.event4-section-area .tab-content .tab-pane .accordion-item button {
    background: none;
    box-shadow: none;
    display: block;
    padding: 0
}

.event4-section-area .tab-content .tab-pane .accordion-item button:after,
.event4-section-area .tab-content .tab-pane .accordion-item button:before {
    background: var(--ztc-bg-bg-8);
    border-radius: 8px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 30px;
    width: 14px
}

.event4-section-area .tab-content .tab-pane .accordion-item button:before {
    content: "";
    opacity: 1;
    transform: rotate(-90deg);
    transition: all .4s;
    visibility: visible
}

.event4-section-area .tab-content .tab-pane .accordion-item button.accordion-button:not(.collapsed):before {
    opacity: 0;
    transition: all .4s;
    visibility: hidden
}

.event4-section-area .tab-content .tab-pane .accordion-item button span {
    color: var(--ztc-text-text-12);
    display: inline-block;
    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;
    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);
    display: block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    padding-bottom: 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 {
    border-radius: 8px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

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

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

.event-sidepage-section-area .event-side-images .our-team-boxarea {
    margin-top: 30px;
    text-align: center
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .content-area a {
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    text-align: center;
    transition: all .4s
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .content-area p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    text-align: center
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area {
    overflow: hidden;
    padding: 24px;
    position: relative;
    z-index: 1
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .elements21 {
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all .4s;
    visibility: visible;
    width: 100%
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .elements22 {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    visibility: hidden;
    width: 100%
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area:hover .elements21 {
    opacity: 0;
    transition: all .4s;
    visibility: hidden
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area:hover .elements22 {
    height: auto;
    opacity: 1;
    transition: all .4s;
    visibility: visible
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon1 {
    bottom: 36px;
    opacity: 1;
    transition: all .4s;
    visibility: visible
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon2 {
    bottom: 0;
    opacity: 1;
    transition: all .4s;
    visibility: visible
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon3 {
    bottom: 36px;
    opacity: 1;
    transition: all .4s;
    visibility: visible
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area:hover .img1 ul li a.icon4 {
    bottom: -7px;
    opacity: 1;
    transition: all .4s;
    visibility: visible
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 {
    border-radius: 50%;
    height: 100%;
    position: relative;
    text-align: center;
    width: 100%
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 .team-img4 {
    border-radius: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 .share a {
    background: var(--primary-color);
    border-radius: 50%;
    bottom: 0;
    color: var(--ztc-text-text-2);
    display: inline-block;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-inline-end: -20px;
    margin-bottom: -20px;
    position: absolute;
    text-align: center;
    transition: all .4s;
    width: 40px
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 .share a img {
    display: inline-block;
    filter: brightness(0);
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 20px
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 ul {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all .6s
}

.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 {
    background: var(--ztc-text-text-1);
    border-radius: 50%;
    box-shadow: 0 4px 40px rgba(0, 0, 0, .09);
    color: var(--ztc-text-text-8);
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin: 0 10px 0 0;
    text-align: center;
    transition: all .4s;
    width: 32px
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 ul li a:hover {
    background: var(--primary-color);
    color: var(--ztc-text-text-2);
    transition: all .4s
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 ul li a.icon1 {
    bottom: 10px;
    left: 8px;
    opacity: 0;
    position: absolute;
    transition: all .4s;
    visibility: hidden
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 ul li a.icon2 {
    bottom: -20px;
    left: 33px;
    opacity: 0;
    position: absolute;
    transition: all .6s;
    visibility: hidden
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 ul li a.icon3 {
    bottom: 10px;
    opacity: 0;
    position: absolute;
    right: -3px;
    transition: all .4s;
    visibility: hidden
}

.event-sidepage-section-area .event-side-images .our-team-boxarea .team-widget-area .img1 ul li a.icon4 {
    bottom: -20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    transition: all .6s;
    visibility: hidden
}

.event-sidepage-section-area .shedule-listarea {
    padding: 0 0 0 30px
}

@media(max-width:767px) {
    .event-sidepage-section-area .shedule-listarea {
        margin-top: 30px;
        padding: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .event-sidepage-section-area .shedule-listarea {
        margin-top: 30px;
        padding: 0
    }
}

.event-sidepage-section-area .shedule-listarea .content-area {
    background: #f1f0f0;
    border-radius: 8px;
    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);
    display: inline-block;
    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 .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 {
    display: inline-block;
    margin: 0 8px
}

.event-sidepage-section-area .shedule-listarea .content-area .head {
    color: var(--ztc-text-text-2);
    display: inline-block;
    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;
    transition: all .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 {
    align-items: center;
    display: flex
}

@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 {
    align-items: center;
    border-inline-end: 1px solid #e6e7e8;
    display: flex;
    padding: 0 12px 0 0
}

@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 {
    border-radius: 50%;
    height: 56px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 56px
}

.event-sidepage-section-area .shedule-listarea .content-area .author-area .autho-name-area .text {
    padding-inline-start: 12px
}

.event-sidepage-section-area .shedule-listarea .content-area .author-area .autho-name-area .text a {
    color: var(--ztc-text-text-2);
    display: inline-block;
    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;
    transition: all .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);
    display: inline-block;
    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;
    transition: all .4s
}

.event-sidepage-section-area .shedule-listarea .mapouter .gmap_canvas iframe {
    border-radius: 8px;
    height: 300px;
    width: 100%
}

.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 {
    align-items: center;
    background: #f5f5f5;
    border-radius: 8px;
    display: flex;
    height: 56px;
    margin: 0 16px 0 0;
    padding: 8px;
    text-align: center;
    width: 180px
}

@media(max-width:767px) {
    .event-single-section-area .tabs-button ul li button {
        margin: 0 0 10px
    }
}

.event-single-section-area .tabs-button ul li button.active {
    background: var(--primary-color);
    border-radius: 8px;
    transition: all .4s
}

.event-single-section-area .tabs-button ul li button.active span.calender {
    background: var(--ztc-bg-bg-1);
    transition: all .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 .date,
.event-single-section-area .tabs-button ul li button.active .pl-8 .day {
    color: var(--ztc-text-text-2);
    transition: all .4s
}

.event-single-section-area .tabs-button ul li button span.calender {
    background: var(--primary-color);
    border-radius: 4px;
    display: inline-block;
    height: 43px;
    line-height: 40px;
    text-align: center;
    transition: all .4s;
    width: 55px
}

.event-single-section-area .tabs-button ul li button span.calender img {
    filter: brightness(0);
    height: 24px;
    transition: all .4s;
    width: 24px
}

.event-single-section-area .tabs-button ul li button .pl-8 {
    display: inline-block;
    padding-inline-start: 8px;
    text-align: start
}

.event-single-section-area .tabs-button ul li button .pl-8 .day {
    color: var(--ztc-text-text-2);
    display: inline-block;
    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-align: start;
    transition: all .4s
}

.event-single-section-area .tabs-button ul li button .pl-8 .date {
    color: var(--ztc-text-text-2);
    display: inline-block;
    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;
    transition: all .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 {
    background: #e6e7e8;
    content: "";
    height: 93%;
    left: 45.7%;
    position: absolute;
    top: 0;
    transition: all .4s;
    width: 1px
}

@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 {
    background: var(--primary-color);
    border-radius: 50%;
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    height: 56px;
    left: 43%;
    line-height: 24px;
    line-height: 56px;
    position: absolute;
    text-align: center;
    top: 88px;
    transition: all .4s;
    width: 56px;
    z-index: 1
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1.active {
    background: var(--primary-color);
    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 {
    border-radius: 4px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.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);
    display: inline-block;
    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 .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 {
    display: inline-block;
    margin: 0 8px
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .head {
    color: var(--ztc-text-text-2);
    display: inline-block;
    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;
    transition: all .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 {
    align-items: center;
    display: flex
}

@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 {
    align-items: center;
    border-inline-end: 1px solid #e6e7e8;
    display: flex;
    padding: 0 12px 0 0
}

@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 {
    border-radius: 50%;
    height: 56px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 56px
}

.event-single-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text {
    padding-inline-start: 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);
    display: inline-block;
    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;
    transition: all .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);
    display: inline-block;
    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;
    transition: all .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 {
        border: none;
        margin-bottom: 16px;
        padding: 0 !important
    }
}

.schedule-section-area .schedule {
    border-radius: 16px;
    width: 100%
}

.schedule-section-area table {
    border-collapse: collapse;
    width: 100%
}

.schedule-section-area td,
.schedule-section-area th {
    background: #fff;
    border: 1px solid rgba(26, 23, 25, .1);
    padding: 38px;
    text-align: center;
    vertical-align: middle
}

.schedule-section-area th {
    background-color: #f8b500;
    font-size: var(--ztc-font-size-font-s24);
    font-weight: var(--ztc-weight-bold);
    letter-spacing: -.48px;
    line-height: 24px;
    padding: 18px 0
}

.schedule-section-area td,
.schedule-section-area th {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-style: normal;
    text-align: center
}

.schedule-section-area td {
    font-size: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-medium);
    letter-spacing: -.4px;
    line-height: 20px
}

.schedule-section-area td span {
    color: var(--ztc-text-text-3);
    display: inline-block;
    font-family: var(--ztc-family-font2);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    letter-spacing: -.32px;
    line-height: 16px;
    padding-top: 10px;
    text-align: center
}

@media screen and (max-width:768px) {
    .schedule-section-area table,
    .schedule-section-area tbody,
    .schedule-section-area td,
    .schedule-section-area th,
    .schedule-section-area thead,
    .schedule-section-area tr {
        display: block;
        text-align: center
    }
    .schedule-section-area td,
    .schedule-section-area th {
        text-align: center;
        width: 100%
    }
}

.event5-section-area {
    position: relative;
    z-index: 2
}

.event5-section-area .elements28 {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1
}

.event5-section-area .elements29 {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: -1
}

.event5-section-area .event-widget-area .event2-boxarea {
    position: relative
}

.event5-section-area .event-widget-area .event2-boxarea:after {
    background: #5d9bfa;
    content: "";
    height: 93%;
    left: 45.7%;
    position: absolute;
    top: 0;
    transition: all .4s;
    width: 1px
}

@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 {
    border-radius: 50%;
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    height: 56px;
    left: 43%;
    line-height: 24px;
    line-height: 56px;
    position: absolute;
    text-align: center;
    top: 88px;
    transition: all .4s;
    width: 56px;
    z-index: 1
}

.event5-section-area .event-widget-area .event2-boxarea h1,
.event5-section-area .event-widget-area .event2-boxarea h1.active {
    background: linear-gradient(135deg, #ff7a00, red);
    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 {
    border-radius: 4px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.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);
    display: inline-block;
    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 .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 {
    display: inline-block;
    margin: 0 8px
}

.event5-section-area .event-widget-area .event2-boxarea .content-area .head {
    color: var(--ztc-text-text-1);
    display: inline-block;
    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;
    transition: all .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 {
    align-items: center;
    display: flex
}

@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 {
    align-items: center;
    border-inline-end: 1px solid #5d9bfa;
    display: flex;
    padding: 0 12px 0 0
}

@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 {
    border-radius: 50%;
    height: 56px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 56px
}

.event5-section-area .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text {
    padding-inline-start: 12px
}

.event5-section-area .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text a {
    color: var(--ztc-text-text-1);
    display: inline-block;
    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;
    transition: all .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);
    display: inline-block;
    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;
    opacity: 80%;
    transition: all .4s
}

.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 {
        border: none;
        margin-bottom: 16px;
        padding: 0 !important
    }
}

.event6-section-area {
    background: #f9fafb;
    position: relative;
    z-index: 1
}

.event6-section-area .event6-widget-boxarea {
    background: var(--ztc-bg-bg-10);
    border-radius: 8px;
    position: relative;
    z-index: 1
}

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

.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 {
        margin-top: 30px;
        padding: 20px 30px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .event6-section-area .event6-widget-boxarea .content-area {
        margin-top: 30px;
        padding: 20px 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);
    letter-spacing: -.64px;
    line-height: 42px
}

@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 {
    color: var(--ztc-text-text-1);
    display: block;
    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 .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 {
    background: #1c58cc;
    border-radius: 8px;
    position: relative;
    z-index: 1
}

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

.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 {
        margin-top: 30px;
        padding: 20px 30px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .event6-section-area .event6-widget-boxarea2 .content-area {
        margin-top: 30px;
        padding: 20px 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);
    letter-spacing: -.64px;
    line-height: 42px
}

@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 {
    color: var(--ztc-text-text-1);
    display: block;
    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 .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 {
    background: #ff3a86;
    border-radius: 8px;
    position: relative;
    z-index: 1
}

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

.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 {
        margin-top: 30px;
        padding: 20px 30px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .event6-section-area .event6-widget-boxarea3 .content-area {
        margin-top: 30px;
        padding: 20px 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);
    letter-spacing: -.64px;
    line-height: 42px
}

@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 {
    color: var(--ztc-text-text-1);
    display: block;
    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 .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 {
    background: var(--ztc-bg-bg-2);
    position: relative;
    z-index: 1
}

.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 {
    background: #fff;
    border: 1px solid rgba(26, 23, 25, .05);
    border-radius: 8px;
    margin: 0 30px 0 0;
    padding: 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;
        width: 100%
    }
}

.event7-section-area .nav.nav-pills .nav-item button.active {
    background: var(--ztc-bg-bg-11);
    color: var(--ztc-text-text-1);
    transition: all .4s
}

.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 .4s
}

.event7-section-area .nav.nav-pills .nav-item button.active .vl-flex .cal,
.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 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 24px
}

.event7-section-area .nav.nav-pills .nav-item button .day {
    background: rgba(26, 23, 25, .05);
    border-radius: 8px 8px 0 0;
    color: var(--ztc-text-text-3);
    display: block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    padding: 8px 0;
    text-align: center
}

.event7-section-area .nav.nav-pills .nav-item button .cal {
    font-size: var(--ztc-font-size-font-s44);
    line-height: 44px;
    margin: 0 28px 0 0;
    text-align: center;
    transition: all .4s
}

.event7-section-area .nav.nav-pills .nav-item button .cal,
.event7-section-area .nav.nav-pills .nav-item button span.date {
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-style: normal;
    font-weight: var(--ztc-weight-bold)
}

.event7-section-area .nav.nav-pills .nav-item button span.date {
    font-size: var(--ztc-font-size-font-s22);
    line-height: 26px
}

.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 {
    border-radius: 8px;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 120px
}

.event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .content-area {
    padding-inline-start: 140px
}

@media(max-width:767px) {
    .event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .content-area {
        margin-top: 30px;
        padding: 0
    }
}

@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 {
        margin-top: 30px;
        padding: 0
    }
}

.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);
    display: inline-block;
    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%
}

.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);
    display: inline-block;
    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;
    transition: all .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 {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 100px;
    color: var(--ztc-text-text-1);
    display: inline-block;
    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;
    padding: 8px 8px 8px 20px;
    position: relative;
    text-transform: uppercase;
    transition: all .4s;
    z-index: 1
}

.event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .content-area .vl-btn7 span {
    background: #312e30;
    border-radius: 50%;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    margin-inline-end: 4px;
    text-align: center;
    transform: rotate(-45deg);
    transition: all .4s;
    width: 36px
}

.event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .content-area .vl-btn7:hover {
    background: var(--ztc-bg-bg-11);
    border: 1px solid var(--ztc-text-text-15);
    color: var(--ztc-text-text-1);
    transition: all .4s
}

.event7-section-area .tab-content .tab-pane .tabs-widget-boxarea .all-content-area .content-area .vl-btn7:hover span {
    background: #fd6497;
    color: var(--ztc-text-text-1);
    transform: rotate(0);
    transition: all .4s
}

.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 {
    align-items: center;
    display: flex;
    justify-content: space-between
}

@media(max-width:767px) {
    .event8-section-area .event8-header {
        display: inline-block;
        text-align: center
    }
    .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 {
    align-items: center;
    background: hsla(0, 0%, 100%, .1);
    border-radius: 8px;
    display: flex;
    height: 56px;
    margin: 0 16px 0 0;
    padding: 8px;
    text-align: center;
    width: 180px
}

@media(max-width:767px) {
    .event8-section-area .tabs-button ul li button {
        margin: 0 0 10px
    }
}

.event8-section-area .tabs-button ul li button.active {
    background: var(--ztc-bg-bg-11);
    transition: all .4s
}

.event8-section-area .tabs-button ul li button.active span.calender {
    background: var(--ztc-bg-bg-1);
    transition: all .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 .date,
.event8-section-area .tabs-button ul li button.active .pl-8 .day {
    color: var(--ztc-text-text-1);
    transition: all .4s
}

.event8-section-area .tabs-button ul li button span.calender {
    background: hsla(0, 0%, 100%, .2);
    border-radius: 4px;
    display: inline-block;
    height: 43px;
    line-height: 40px;
    text-align: center;
    transition: all .4s;
    width: 55px
}

.event8-section-area .tabs-button ul li button span.calender img {
    filter: brightness(0) invert(1);
    height: 24px;
    transition: all .4s;
    width: 24px
}

.event8-section-area .tabs-button ul li button .pl-8 {
    display: inline-block;
    padding-inline-start: 8px;
    text-align: start
}

.event8-section-area .tabs-button ul li button .pl-8 .day {
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    text-align: start
}

.event8-section-area .tabs-button ul li button .pl-8 .date,
.event8-section-area .tabs-button ul li button .pl-8 .day {
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-style: normal;
    transition: all .4s
}

.event8-section-area .tabs-button ul li button .pl-8 .date {
    font-size: var(--ztc-font-size-font-s14);
    font-weight: var(--ztc-weight-medium);
    line-height: 14px
}

.event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea {
    backdrop-filter: blur(5px);
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    padding: 32px 32px 68px;
    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 {
    border-radius: 4px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area h5 {
    background: rgba(255, 54, 57, .1);
    border-radius: 6px;
    color: var(--ztc-text-text-16);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    padding: 8px 12px;
    text-transform: uppercase
}

.event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .head {
    color: var(--ztc-text-text-2);
    display: inline-block;
    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;
    transition: all .4s
}

@media(max-width:767px) {
    .event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .head {
        font-size: var(--ztc-font-size-font-s24);
        line-height: 32px
    }
}

.event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .btn-area1 {
    bottom: -36px;
    left: 37%;
    position: absolute;
    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 {
    align-items: center;
    border-top: 1px solid rgba(56, 16, 112, .1);
    display: flex;
    justify-content: space-between;
    padding-top: 24px
}

@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);
    display: inline-block;
    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;
    transition: all .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 {
    display: inline-block;
    margin: 0 8px;
    width: 1px
}

.event8-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .list .author-area {
    align-items: center;
    display: flex
}

.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;
    margin: 0 10px 0 0
}

.event9-section-area {
    background: #f7f5fb;
    position: relative;
    z-index: 2
}

.event9-section-area .tabs-button ul {
    justify-content: center
}

.event9-section-area .tabs-button ul li button {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    display: flex;
    height: 56px;
    margin: 0 16px 0 0;
    padding: 8px;
    text-align: center;
    width: 180px
}

@media(max-width:767px) {
    .event9-section-area .tabs-button ul li button {
        margin: 0 0 10px
    }
}

.event9-section-area .tabs-button ul li button.active {
    background: var(--LLL, linear-gradient(135deg, #ff5000 0, #ff00b8 100%));
    border-radius: 8px;
    transition: all .4s
}

.event9-section-area .tabs-button ul li button.active span.calender {
    background: var(--ztc-bg-bg-1);
    transition: all .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 .date,
.event9-section-area .tabs-button ul li button.active .pl-8 .day {
    color: var(--ztc-text-text-1);
    transition: all .4s
}

.event9-section-area .tabs-button ul li button span.calender {
    background: var(--LLL, linear-gradient(135deg, #ff5000 0, #ff00b8 100%));
    border-radius: 4px;
    display: inline-block;
    height: 43px;
    line-height: 40px;
    text-align: center;
    transition: all .4s;
    width: 55px
}

.event9-section-area .tabs-button ul li button span.calender img {
    filter: brightness(0) invert(1);
    height: 24px;
    transition: all .4s;
    width: 24px
}

.event9-section-area .tabs-button ul li button .pl-8 {
    display: inline-block;
    padding-inline-start: 8px;
    text-align: start
}

.event9-section-area .tabs-button ul li button .pl-8 .day {
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-bold);
    line-height: 16px;
    text-align: start
}

.event9-section-area .tabs-button ul li button .pl-8 .date,
.event9-section-area .tabs-button ul li button .pl-8 .day {
    color: var(--ztc-text-text-18);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-style: normal;
    transition: all .4s
}

.event9-section-area .tabs-button ul li button .pl-8 .date {
    font-size: var(--ztc-font-size-font-s14);
    font-weight: var(--ztc-weight-medium);
    line-height: 14px
}

.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 {
    background: #e6e7e8;
    content: "";
    height: 93%;
    left: 45.7%;
    position: absolute;
    top: 0;
    transition: all .4s;
    width: 1px
}

@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 {
    border-radius: 50%;
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    height: 56px;
    left: 43%;
    line-height: 24px;
    line-height: 56px;
    position: absolute;
    text-align: center;
    top: 88px;
    transition: all .4s;
    width: 56px;
    z-index: 1
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea h1,
.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 {
    border-radius: 4px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.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);
    display: inline-block;
    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 .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 {
    display: inline-block;
    margin: 0 8px
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .head {
    color: var(--ztc-text-text-18);
    display: inline-block;
    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;
    transition: all .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 {
    align-items: center;
    display: flex
}

@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 {
    align-items: center;
    border-inline-end: 1px solid #e6e7e8;
    display: flex;
    padding: 0 12px 0 0
}

@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 {
    border-radius: 50%;
    height: 56px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 56px
}

.event9-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area .text {
    padding-inline-start: 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);
    display: inline-block;
    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;
    transition: all .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);
    display: inline-block;
    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;
    transition: all .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 {
        border: none;
        margin-bottom: 16px;
        padding: 0 !important
    }
}

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

.event10-section-area .event6-widget-boxarea {
    background: #232323;
    border-radius: var(--rounded-lg, 8px);
    position: relative;
    z-index: 1
}

.event10-section-area .event6-widget-boxarea .img1 img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.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 {
        margin-top: 30px;
        padding: 20px 30px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .event10-section-area .event6-widget-boxarea .content-area {
        margin-top: 30px;
        padding: 20px 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);
    letter-spacing: -.64px;
    line-height: 42px
}

@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 {
    color: var(--ztc-text-text-1);
    display: block;
    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 .4s
}

.event10-section-area .event6-widget-boxarea .content-area ul li a img {
    filter: brightness(0) invert(1);
    margin: 0 4px
}

.memory1-section-area,
.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, .05);
    border-radius: 50%;
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    height: 56px;
    line-height: 56px;
    text-align: center;
    transition: all .4s;
    width: 56px
}

.memory1-section-area .memory-slider-area .owl-nav button.owl-prev {
    left: -80px;
    margin-top: -28px;
    position: absolute;
    top: 50%
}

@media(max-width:767px) {
    .memory1-section-area .memory-slider-area .owl-nav button.owl-prev {
        left: 0;
        margin: 0 16px 0 0;
        position: relative;
        top: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .memory1-section-area .memory-slider-area .owl-nav button.owl-prev {
        left: 0;
        margin: 0 16px 0 0;
        position: relative;
        top: 0
    }
}

.memory1-section-area .memory-slider-area .owl-nav button.owl-next {
    margin-top: -28px;
    position: absolute;
    right: -80px;
    top: 50%
}

@media(max-width:767px) {
    .memory1-section-area .memory-slider-area .owl-nav button.owl-next {
        margin: 0;
        position: relative;
        right: 0;
        top: 0
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .memory1-section-area .memory-slider-area .owl-nav button.owl-next {
        margin: 0;
        position: relative;
        right: 0;
        top: 0
    }
}

.memory1-section-area .memory-slider-area .owl-nav button:hover {
    background: var(--ztc-bg-bg-3);
    transition: all .4s
}

.memory1-section-area .memory-slider-area .owl-item.active.center .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all .4s
}

.memory1-section-area .memory-slider-area .owl-item.active.center .content-area {
    bottom: 20px;
    transition: all .6s
}

.memory1-section-area .memory-slider-area .memory-boxarea {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 2
}

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

.memory1-section-area .memory-slider-area .memory-boxarea:hover .content-area {
    bottom: 20px;
    transition: all .6s
}

.memory1-section-area .memory-slider-area .memory-boxarea .img1 {
    border-radius: 8px;
    overflow: hidden;
    transition: all .4s
}

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

.memory1-section-area .memory-slider-area .memory-boxarea .content-area {
    background: #fff;
    border-radius: 8px;
    bottom: 0;
    bottom: -200px;
    left: 20px;
    padding: 24px;
    position: absolute;
    right: 20px;
    transition: all .6s
}

.memory1-section-area .memory-slider-area .memory-boxarea .content-area .logo1 {
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 60px;
    z-index: 1
}

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

.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);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    transition: all .4s
}

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

.memory2-section-area .memory-heaer2 {
    align-items: center;
    display: flex;
    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 {
    opacity: 1;
    transform: scale(1);
    transition: all .4s;
    visibility: visible
}

.memory2-section-area .memory-widget-slider .owl-item.active.center .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all .4s
}

.memory2-section-area .memory-widget-slider .owl-item.active.center .content-area {
    opacity: 1;
    top: 50%;
    transition: all .6s;
    visibility: visible
}

.memory2-section-area .memory-widget-slider .memory-widget-boxarea {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.memory2-section-area .memory-widget-slider .memory-widget-boxarea:hover .img1:after {
    opacity: 1;
    transform: scale(1);
    transition: all .4s;
    visibility: visible
}

.memory2-section-area .memory-widget-slider .memory-widget-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all .4s
}

.memory2-section-area .memory-widget-slider .memory-widget-boxarea:hover .content-area {
    opacity: 1;
    top: 50%;
    transition: all .6s;
    visibility: visible
}

.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 {
    backdrop-filter: blur(2.5px);
    background: rgba(3, 37, 48, .5);
    border-radius: 8px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(.8);
    transition: all .4s;
    visibility: hidden;
    width: 100%
}

.memory2-section-area .memory-widget-slider .memory-widget-boxarea .img1 img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    width: 100%
}

.memory2-section-area .memory-widget-slider .memory-widget-boxarea .content-area {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    display: inline-block;
    left: 30%;
    margin-top: -30px;
    opacity: 0;
    padding: 42px 24px 24px;
    position: absolute;
    right: 30%;
    text-align: center;
    top: 0;
    transition: all .4s;
    transition: all .6s;
    visibility: hidden;
    z-index: 1
}

@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 {
    background: var(--ztc-bg-bg-1);
    border-radius: 50%;
    color: var(--ztc-text-text-5);
    font-size: var(--ztc-font-size-font-s30);
    height: 120px;
    left: 50%;
    line-height: 120px;
    margin-inline-end: -60px;
    margin-top: -60px;
    position: absolute;
    text-align: center;
    top: 0;
    transform: rotate(-45deg);
    transition: all .4s;
    width: 120px;
    z-index: -1
}

.memory2-section-area .memory-widget-slider .memory-widget-boxarea .content-area .arrow i {
    background: var(--ztc-bg-bg-5);
    border-radius: 50%;
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    height: 48px;
    left: 40%;
    line-height: 48px;
    position: absolute;
    text-align: center;
    top: 20%;
    transition: all .4s;
    width: 48px
}

.memory2-section-area .memory-widget-slider .memory-widget-boxarea .content-area .text p {
    color: var(--ztc-text-text-7);
    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-align: center;
    text-transform: uppercase
}

.memory2-section-area .memory-widget-slider .memory-widget-boxarea .content-area .text a {
    color: var(--ztc-text-text-5);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    transition: all .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 .6s
}

.memory3-section-area .memory-team-slider .owl-item.active.center .img1:after {
    opacity: 1;
    transform: scale(1);
    transition: all .4s;
    visibility: visible
}

.memory3-section-area .memory-team-slider .owl-item.active.center .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all .4s
}

.memory3-section-area .memory-team-slider .memory3-boxarea {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    transition: all .4s;
    z-index: 1
}

.memory3-section-area .memory-team-slider .memory3-boxarea:hover .content-area {
    left: 0;
    transition: all .6s
}

.memory3-section-area .memory-team-slider .memory3-boxarea:hover .img1:after {
    opacity: 1;
    transform: scale(1);
    transition: all .4s;
    visibility: visible
}

.memory3-section-area .memory-team-slider .memory3-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all .4s
}

.memory3-section-area .memory-team-slider .memory3-boxarea .img1 {
    border-radius: 4px;
    position: relative;
    z-index: 1
}

.memory3-section-area .memory-team-slider .memory3-boxarea .img1:after {
    backdrop-filter: blur(3px);
    background: rgba(10, 16, 25, .2);
    border-radius: 4px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(.8);
    transition: all .4s;
    visibility: hidden;
    width: 100%
}

.memory3-section-area .memory-team-slider .memory3-boxarea .img1 img {
    border-radius: 4px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    width: 100%
}

.memory3-section-area .memory-team-slider .memory3-boxarea .content-area {
    background: linear-gradient(90deg, #ff3639 2.73%, #e12fa2 71.84%);
    border-radius: 0 100px 100px 0;
    bottom: 24px;
    display: inline-block;
    left: -200px;
    padding: 18px 70px 18px 18px;
    position: absolute;
    transition: all .6s;
    z-index: 1
}

.memory3-section-area .memory-team-slider .memory3-boxarea .content-area p {
    color: hsla(0, 0%, 100%, .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);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    transition: all .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 {
    background: var(--ztc-bg-bg-1);
    border-radius: 50%;
    color: var(--ztc-text-text-10);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all .4s;
    width: 60px
}

.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 {
        margin-bottom: 30px;
        text-align: start
    }
}

@media(max-width:767px) {
    .memory4-section-area .btn-area1 {
        margin-bottom: 30px;
        text-align: start
    }
}

.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 {
    background: rgba(46, 77, 253, .08);
    border-radius: 50%;
    color: var(--ztc-text-text-11);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    height: 56px;
    line-height: 56px;
    text-align: center;
    transition: all .4s;
    width: 56px
}

.memory4-section-area .memory-team-slider2 .owl-nav button:hover {
    background: var(--ztc-text-text-13);
    color: var(--ztc-text-text-1);
    transition: all .4s
}

.memory4-section-area .memory-team-slider2 .owl-nav button.owl-prev {
    left: -100px;
    margin-top: -30px;
    position: absolute;
    top: 50%
}

@media(max-width:767px) {
    .memory4-section-area .memory-team-slider2 .owl-nav button.owl-prev {
        left: 0;
        margin: 0 16px 0 0;
        position: relative;
        top: 0;
        z-index: 1
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .memory4-section-area .memory-team-slider2 .owl-nav button.owl-prev {
        left: 0;
        margin: 0 16px 0 0;
        position: relative;
        top: 0;
        z-index: 1
    }
}

.memory4-section-area .memory-team-slider2 .owl-nav button.owl-next {
    margin-top: -30px;
    position: absolute;
    right: -100px;
    top: 50%
}

@media(max-width:767px) {
    .memory4-section-area .memory-team-slider2 .owl-nav button.owl-next {
        margin-top: 0;
        position: relative;
        right: 0;
        top: 0;
        z-index: 1
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .memory4-section-area .memory-team-slider2 .owl-nav button.owl-next {
        margin-top: 0;
        position: relative;
        right: 0;
        top: 0;
        z-index: 1
    }
}

.memory4-section-area .memory-team-slider2 .owl-item.active.center .content-area {
    left: 0;
    transition: all .6s
}

.memory4-section-area .memory-team-slider2 .owl-item.active.center .img1:after {
    opacity: 1;
    transform: scale(1);
    transition: all .4s;
    visibility: visible
}

.memory4-section-area .memory-team-slider2 .owl-item.active.center .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all .4s
}

.memory4-section-area .memory-team-slider2 .memory3-boxarea {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    transition: all .4s;
    z-index: 1
}

.memory4-section-area .memory-team-slider2 .memory3-boxarea:hover .content-area {
    left: 0;
    transition: all .6s
}

.memory4-section-area .memory-team-slider2 .memory3-boxarea:hover .img1:after {
    opacity: 1;
    transform: scale(1);
    transition: all .4s;
    visibility: visible
}

.memory4-section-area .memory-team-slider2 .memory3-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all .4s
}

.memory4-section-area .memory-team-slider2 .memory3-boxarea .img1 {
    border-radius: 4px;
    position: relative;
    z-index: 1
}

.memory4-section-area .memory-team-slider2 .memory3-boxarea .img1:after {
    backdrop-filter: blur(3px);
    background: rgba(10, 16, 25, .2);
    border-radius: 4px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(.8);
    transition: all .4s;
    visibility: hidden;
    width: 100%
}

.memory4-section-area .memory-team-slider2 .memory3-boxarea .img1 img {
    border-radius: 4px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    width: 100%
}

.memory4-section-area .memory-team-slider2 .memory3-boxarea .content-area {
    background: var(--ztc-bg-bg-9);
    border-radius: 0 100px 100px 0;
    bottom: 24px;
    display: inline-block;
    left: -200px;
    padding: 18px 70px 18px 18px;
    position: absolute;
    transition: all .6s;
    z-index: 1
}

.memory4-section-area .memory-team-slider2 .memory3-boxarea .content-area p {
    color: hsla(0, 0%, 100%, .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);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    transition: all .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 {
    background: var(--ztc-bg-bg-1);
    border-radius: 50%;
    color: var(--ztc-text-text-13);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all .4s;
    width: 60px
}

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

.memory-inner-section-area .memory3-boxarea {
    border-radius: 4px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    transition: all .4s;
    z-index: 1
}

.memory-inner-section-area .memory3-boxarea:hover .content-area {
    left: 0;
    transition: all .6s
}

.memory-inner-section-area .memory3-boxarea:hover .img1:after {
    opacity: 1;
    transform: scale(1);
    transition: all .4s;
    visibility: visible
}

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

.memory-inner-section-area .memory3-boxarea .img1 {
    border-radius: 4px;
    position: relative;
    z-index: 1
}

.memory-inner-section-area .memory3-boxarea .img1:after {
    backdrop-filter: blur(3px);
    background: rgba(10, 16, 25, .2);
    border-radius: 4px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(.8);
    transition: all .4s;
    visibility: hidden;
    width: 100%
}

.memory-inner-section-area .memory3-boxarea .img1 img {
    border-radius: 4px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    width: 100%
}

.memory-inner-section-area .memory3-boxarea .content-area {
    background: var(--ztc-bg-bg-3);
    border-radius: 0 100px 100px 0;
    bottom: 24px;
    display: inline-block;
    left: -200px;
    padding: 18px 70px 18px 18px;
    position: absolute;
    transition: all .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);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    transition: all .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 {
    background: var(--ztc-bg-bg-1);
    border-radius: 50%;
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all .4s;
    width: 60px
}

.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;
    right: 0;
    top: -160px
}

@media(max-width:767px) {
    .memory5-section-area .memory-widget-slider5 .owl-nav {
        left: 0;
        margin-top: 30px;
        position: relative;
        text-align: center;
        top: 0;
        z-index: 1
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .memory5-section-area .memory-widget-slider5 .owl-nav {
        left: 0;
        margin-top: 30px;
        position: relative;
        text-align: center;
        top: 0;
        z-index: 1
    }
}

.memory5-section-area .memory-widget-slider5 .owl-nav button {
    backdrop-filter: blur(2px);
    background: hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s24);
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all .4s;
    width: 60px
}

.memory5-section-area .memory-widget-slider5 .owl-nav button:hover {
    background: linear-gradient(135deg, #ff7a00, red);
    transition: all .4s
}

.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 {
    opacity: 1;
    transform: scale(1);
    transition: all .4s;
    visibility: visible
}

.memory5-section-area .memory-widget-slider5 .owl-item.active.center .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all .4s
}

.memory5-section-area .memory-widget-slider5 .owl-item.active.center .content-area {
    opacity: 1;
    top: 50%;
    transition: all .6s;
    visibility: visible
}

.memory5-section-area .memory-widget-slider5 .memory-widget-boxarea {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.memory5-section-area .memory-widget-slider5 .memory-widget-boxarea:hover .img1:after {
    opacity: 1;
    transform: scale(1);
    transition: all .4s;
    visibility: visible
}

.memory5-section-area .memory-widget-slider5 .memory-widget-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all .4s
}

.memory5-section-area .memory-widget-slider5 .memory-widget-boxarea:hover .content-area {
    opacity: 1;
    top: 50%;
    transition: all .6s;
    visibility: visible
}

.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 {
    backdrop-filter: blur(2.5px);
    background: rgba(3, 37, 48, .5);
    border-radius: 8px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(.8);
    transition: all .4s;
    visibility: hidden;
    width: 100%
}

.memory5-section-area .memory-widget-slider5 .memory-widget-boxarea .img1 img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .4s;
    width: 100%
}

.memory5-section-area .memory-widget-slider5 .memory-widget-boxarea .content-area {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    display: inline-block;
    left: 30%;
    margin-top: -30px;
    opacity: 0;
    padding: 42px 24px 24px;
    position: absolute;
    right: 30%;
    text-align: center;
    top: 0;
    transition: all .4s;
    transition: all .6s;
    visibility: hidden;
    z-index: 1
}

@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 {
    background: var(--ztc-bg-bg-1);
    border-radius: 50%;
    color: var(--ztc-text-text-1);
    font-size: var(--ztc-font-size-font-s30);
    height: 120px;
    left: 50%;
    line-height: 120px;
    margin-inline-end: -60px;
    margin-top: -60px;
    position: absolute;
    text-align: center;
    top: 0;
    transform: rotate(-45deg);
    transition: all .4s;
    width: 120px;
    z-index: -1
}

.memory5-section-area .memory-widget-slider5 .memory-widget-boxarea .content-area .arrow i {
    background: linear-gradient(135deg, #ff7a00, red);
    border-radius: 50%;
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    height: 48px;
    left: 40%;
    line-height: 48px;
    position: absolute;
    text-align: center;
    top: 20%;
    transition: all .4s;
    width: 48px
}

.memory5-section-area .memory-widget-slider5 .memory-widget-boxarea .content-area .text p {
    color: rgba(10, 16, 25, .7);
    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-align: center;
    text-transform: uppercase
}

.memory5-section-area .memory-widget-slider5 .memory-widget-boxarea .content-area .text a {
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    transition: all .4s
}

body[dir=rtl] .header-elements .widget-social-links {
    margin: 0 20px 0 0 !important
}

body[dir=rtl] .header-elements .widget-search-action-button {
    padding: 0 0 0 20px !important
}

body[dir=rtl] .hero1-section-area .timer {
    left: -140px !important;
    right: unset !important
}

body[dir=rtl] .event1-section-area .nav.nav-pills .nav-item button .cal {
    margin: 0 0 0 28px
}

body[dir=rtl] .blog-list-page .content-area,
body[dir=rtl] .bloginner-section-area .content-area,
body[dir=rtl] .shortcode-blog-posts .content-area {
    margin: -100px 0 0 60px !important
}

body[dir=rtl] .blog-list-page .content-area .arrow,
body[dir=rtl] .bloginner-section-area .content-area .arrow,
body[dir=rtl] .shortcode-blog-posts .content-area .arrow {
    left: -20px !important;
    right: unset !important
}

body[dir=rtl] .blog-list-page .content-area .arrow a,
body[dir=rtl] .bloginner-section-area .content-area .arrow a,
body[dir=rtl] .shortcode-blog-posts .content-area .arrow a {
    transform: rotate(220deg) !important
}

body[dir=rtl] .testimonials1-section-area.sp1 .testimonial-img2 img,
body[dir=rtl] .testimonials1-section-area.sp1 .testimonial-img2:after {
    left: 0;
    right: unset !important
}

body[dir=rtl] .memory1-section-area .memory-slider-area .memory-boxarea .content-area .logo1 {
    left: 20px !important;
    right: unset !important
}

body[dir=rtl] .mobile-sidebar.mobile-sidebar1 .hash-has-sub.has-sub .submenu-button:before {
    left: 0 !important;
    right: unset !important
}

body[dir=rtl] .mobile-sidebar.mobile-sidebar1 .hash-has-sub.has-sub .submenu-button:after {
    left: 9px !important;
    right: unset !important
}

body[dir=rtl] .about1-section-area .about-header-area {
    padding: 0 30px 0 0
}

body[dir=rtl] .about1-section-area .about-header-area .about-counter-area .counter-box {
    padding: 0 0 0 40px !important
}

body[dir=rtl] .about1-section-area .about-header-area .about-counter-area .counter-box.box2 {
    padding: 0 48px !important
}

body[dir=rtl] .about1-section-area .about-header-area .about-counter-area .counter-box.box3 {
    padding: 0 48px 0 0 !important
}

body[dir=rtl] .about1-section-area .about-header-area .about-counter-area .odometer {
    direction: ltr
}

body[dir=rtl] .breadcrumb__area i,
body[dir=rtl] .breadcrumb__area svg.icon {
    transform: rotate(180deg)
}

body[dir=rtl] .pagination-area .pagination {
    gap: 10px
}

body[dir=rtl] .blog-search-widget button {
    left: 16px;
    right: unset !important
}

body[dir=rtl] .tags-social-area {
    align-items: start !important
}

body[dir=rtl] .tags-social-area .details-share {
    gap: 5px
}

body[dir=rtl] .tags-social-area .tags {
    align-items: start !important;
    gap: 10px
}

body[dir=rtl] .tags-social-area .tags ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

body[dir=rtl] .tags-social-area .tags ul li a {
    margin: unset !important
}

body[dir=rtl] .blog-categories a span i {
    transform: rotate(180deg) !important
}

body[dir=rtl] .split-line {
    direction: ltr !important
}

body[dir=rtl] .contact2-bg-section .contact-img1 {
    left: 0;
    right: unset !important
}

@media screen and (max-width:991px) {
    body[dir=rtl] .hero1-section-area .timer {
        left: 0 !important;
        right: unset !important
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    body[dir=rtl] .hero1-section-area .timer .time-box {
        margin: 0 0 0 20px
    }
}

body[dir=rtl] .choose-widget-boxarea .readmore i.fa-arrow-right {
    transform: rotate(230deg) !important
}

body[dir=rtl] .shortcode-speakers .share a {
    margin-inline-end: unset !important
}

body[dir=rtl] .testimonials1-section-area .testimonial-content-slider .owl-nav button.owl-prev {
    margin: 0 0 0 16px
}

@media screen and (max-width:768px) {
    body[dir=rtl] .widget-upcoming-event .time-box:last-child {
        margin: unset !important
    }
}

body[dir=rtl] .blog-categories ul li a svg.icon,
body[dir=rtl] .readmore svg.icon {
    transform: rotate(180deg)
}

body[dir=rtl] .bloginner-section-area .content-area {
    margin: -100px 0 0 20px !important
}

body[dir=rtl] .faq-inner-section-area .faq-widget-area .tab-content .tab-pane .faq-section-area .accordian-area .accordion-item button:before {
    left: 14px !important;
    right: unset !important
}

body[dir=rtl] .mobile-sidebar.mobile-sidebar1 .footer1-contact-info .contact-info-single .contact-info-text a {
    margin-inline-start: 10px !important;
    margin-left: unset !important
}

body[dir=rtl] .mobile-sidebar.mobile-sidebar1 .menu-close {
    left: 20px;
    right: unset !important
}

body {
    font-family: var(--primary-font), sans-serif
}

body .main-content {
    min-height: calc(100vh - 600px)
}

body .main-content .booking-information {
    background: #f8f9fa
}

body .main-content .coupon-section {
    border: 1px dashed var(--primary-color);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    max-height: 600px;
    overflow-y: auto;
    padding: 2rem .75rem .75rem
}

body .main-content .coupon-section button {
    background: var(--primary-color);
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: .8em;
    padding: .25rem .75rem;
    transition: all .2s
}

body .main-content .coupon-section .code {
    background: #efefef;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    padding: 8px
}

body .main-content .coupon-section .item {
    border-radius: 8px;
    box-shadow: 0 0 4px 0 hsla(0, 0%, 80%, .75);
    padding: 12px
}

body .main-content .coupon-section .item p {
    color: var(--primary-color);
    font-weight: 700
}

body .main-content .coupon-section .coupon-head {
    align-items: center;
    background: #fff;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    color: var(--primary-color);
    display: flex;
    font-size: 14px;
    font-weight: 600;
    gap: .25rem;
    inset-inline-start: 1rem;
    margin-bottom: 0;
    padding: .25rem .5rem;
    position: absolute;
    top: -1rem;
    z-index: 999
}

.border-rds8 {
    border-radius: 8px
}

.max-width-30 {
    max-width: 30%
}

hr {
    border: 0;
    border-top: var(--bs-border-width) solid;
    color: inherit;
    margin: 1rem 0;
    opacity: .25
}

.border-dark-subtle {
    border-color: #adb5bd
}

.py-50 {
    padding-bottom: 50px;
    padding-top: 50px
}

.truncate-1-custom {
    -webkit-line-clamp: 1
}

.truncate-1-custom,
.truncate-2-custom {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.truncate-2-custom {
    -webkit-line-clamp: 2
}

.truncate-3-custom {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.show-admin-bar .header-sticky.sticky {
    top: 40px
}

.show-admin-bar .header-sticky.sticky .header-search-form-wrapper {
    top: 0 !important
}

.show-admin-bar .header-search-form-wrapper.open {
    top: 40px
}

.widget-search-action-button a svg.icon {
    color: #fff
}

.widget-social-links a.icon-socials {
    align-items: center;
    display: flex !important;
    justify-content: center
}

.header-area.no-transparent {
    background-color: var(--header-background-color) !important;
    position: unset !important
}

.header-area.no-transparent a,
.header-area.no-transparent p {
    color: var(--header-text-color) !important
}

.header-area.no-transparent a.icon-socials svg,
.header-area.no-transparent p.icon-socials svg {
    color: var(--header-background-color) !important
}

.header-area.no-transparent .dropdown-padding a {
    color: var(--header-text-color) !important
}

.header-area.no-transparent .btn-area .search-icon {
    border-inline-end: 2px solid var(--header-text-color) !important
}

.header-area.no-transparent.sticky {
    position: fixed !important
}

.header-area .main-menu .dropdown-padding li a {
    color: #0b0b0b !important
}

.footer-area {
    background-color: var(--footer-background-color) !important;
    background-image: var(--footer-background-image) !important;
    background-repeat: no-repeat;
    background-size: cover
}

.footer-area,
.footer-area a {
    color: var(--footer-text-color) !important
}

.footer-area .widget-title,
.footer-area h1,
.footer-area h2,
.footer-area h3,
.footer-area h4 {
    color: var(--footer-heading-color) !important
}

.copyright p,
.footer-area .widget-social-links a.icon-socials svg,
.footer-logo-area p {
    color: var(--footer-text-color) !important
}

.breadcrumb__area {
    background-color: var(--breadcrumb-bg-color, #f1f8ff) !important;
    background-image: var(--breadcrumb-bg-image) !important;
    background-position: 50%;
    background-size: cover;
    display: flex;
    flex-flow: column;
    height: var(--breadcrumb-height, auto) !important;
    justify-content: center
}

.breadcrumb__area,
.breadcrumb__area .breadcrumb-item {
    color: var(--breadcrumb-txt-color, inherit) !important;
    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-align: center;
    transition: all .4s
}

.breadcrumb__area .breadcrumb-item.active:before {
    content: unset
}

.breadcrumb__area .breadcrumb-item+.breadcrumb-item:before {
    color: var(--breadcrumb-txt-color, var(--bs-breadcrumb-divider-color)) !important
}

.breadcrumb__area h1 {
    color: var(--breadcrumb-txt-color, #203656) !important
}

.breadcrumb__area.inner-page-header .container .row>div {
    z-index: 1
}

.breadcrumb__area:before {
    background-color: rgba(0, 0, 0, .5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.featured-block img {
    width: 41px
}

.shortcode-blog-posts-style-1 .content-area {
    margin: -100px 60px 0 0
}

.bloginner-section-area .content-area,
.shortcode-blog-posts .content-area {
    background: var(--ztc-bg-bg-1);
    border-radius: 0 8px 8px 8px;
    box-shadow: 0 4px 48px rgba(0, 0, 0, .09);
    padding: 24px 20px;
    position: relative;
    z-index: 1
}

.bloginner-section-area .content-area a:hover,
.shortcode-blog-posts .content-area a:hover {
    color: var(--ztc-text-text-4);
    transition: all .4s
}

.bloginner-section-area .content-area .readmore,
.shortcode-blog-posts .content-area .readmore {
    color: var(--ztc-text-text-2);
    display: inline-block;
    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 .4s
}

.bloginner-section-area .content-area .readmore i,
.shortcode-blog-posts .content-area .readmore i {
    margin-inline-end: 4px;
    transform: rotate(-45deg);
    transition: all .4s
}

.bloginner-section-area .content-area .arrow,
.shortcode-blog-posts .content-area .arrow {
    position: absolute;
    right: -20px;
    top: -20px
}

.bloginner-section-area .content-area .arrow a,
.shortcode-blog-posts .content-area .arrow a {
    background: var(--ztc-bg-bg-3);
    border-radius: 50%;
    color: var(--ztc-text-text-2);
    font-size: var(--ztc-font-size-font-s20);
    height: 60px;
    line-height: 60px;
    text-align: center;
    transform: rotate(-45deg);
    transition: all .4s;
    width: 60px
}

.bloginner-section-area .content-area .arrow a:hover,
.shortcode-blog-posts .content-area .arrow a:hover {
    background: var(--ztc-bg-bg-2);
    color: var(--ztc-text-text-1);
    transition: all .4s
}

.bloginner-section-area .content-area ul li,
.shortcode-blog-posts .content-area ul li {
    display: inline-block
}

.bloginner-section-area .content-area ul li:last-child .symbol-slash,
.shortcode-blog-posts .content-area ul li:last-child .symbol-slash {
    display: none
}

.bloginner-section-area .content-area ul li>a,
.bloginner-section-area .content-area ul li>span,
.shortcode-blog-posts .content-area ul li>a,
.shortcode-blog-posts .content-area ul li>span {
    color: var(--ztc-text-text-3);
    display: inline-block;
    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;
    transition: all .4s
}

.bloginner-section-area .content-area ul li>a img,
.bloginner-section-area .content-area ul li>span img,
.shortcode-blog-posts .content-area ul li>a img,
.shortcode-blog-posts .content-area ul li>span img {
    display: inline-block;
    height: 20px;
    margin: -5px 6px 0 0;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 1.5px;
    width: 20px
}

.bloginner-section-area .content-area ul li>a span,
.bloginner-section-area .content-area ul li>span span,
.shortcode-blog-posts .content-area ul li>a span,
.shortcode-blog-posts .content-area ul li>span span {
    color: #e5e9f0;
    display: inline-block;
    margin: 0 8px
}

.bloginner-section-area .content-area a,
.shortcode-blog-posts .content-area a {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--ztc-text-text-2);
    display: -webkit-box;
    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;
    overflow: hidden;
    transition: all .4s
}

.bloginner-section-area .blog4-boxarea .content-area a {
    display: -webkit-box
}

.blog-details-section.sp8 ul li:last-child .symbol-slash {
    display: none
}

.blog-details-section.sp8 ul li>span {
    color: var(--ztc-text-text-3);
    display: inline-block;
    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;
    transition: all .4s
}

.blog-details-section.sp8 ul li>span img {
    display: inline-block;
    height: 20px;
    margin: -5px 6px 0 0;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 1.5px;
    width: 20px
}

.blog-details-section.sp8 ul li>span span {
    color: #e5e9f0;
    display: inline-block;
    margin: 0 8px
}

.blog-details-section.sp8 .details-share {
    align-items: center;
    display: flex
}

.blog-details-section.sp8 .details-share h6 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    margin: 0 16px 0 0
}

.shortcode-contact-form label {
    display: none
}

.shortcode-contact-form label.form-check {
    display: block;
    padding-inline-start: 0
}

.shortcode-contact-form .input-area input[name=agree_terms_and_policy] {
    margin: 0 10px 0 0;
    padding: 10px;
    width: auto
}

.shortcode-contact-form .input-area input[name=agree_terms_and_policy]:checked {
    background: none;
    background-color: #0d6efd;
    background-image: var(--bs-form-check-bg-image);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.shortcode-contact-information {
    --shortcode-text-color: #212529;
    --shortcode-text-color-2: #544e51;
    background-color: var(--shortcode-background-color);
    background-image: var(--shortcode-background-image)
}

.shortcode-contact-information .icons.contact-icon-bg {
    background-image: var(--shortcode-background-image-icon)
}

.shortcode-contact-information {
    --ztc-text-text-2: var(--shortcode-text-color);
    --ztc-text-text-3: var(--shortcode-text-color-2)
}

.shortcode-contact-information .contact-boxarea .text span {
    color: var(--ztc-text-text-3);
    display: inline-block;
    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-align: center
}

.shortcode-contact-information-style2 {
    --shortcode-text-color: #fff;
    --shortcode-text-color-2: #ffffffcc;
    --ztc-text-text-1: var(--shortcode-text-color);
    --ztc-text-text-5: var(--shortcode-text-color-2);
    background-color: var(--shortcode-background-color)
}

.shortcode-contact-information-style2 .contact-boxs-area .contact-auhtor-box .text span {
    color: hsla(0, 0%, 100%, .8);
    display: inline-block;
    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-align: center;
    transition: all .4s
}

.shortcode-contact-information-style2 .contact-boxs-area .contact-auhtor-box .text a,
.shortcode-contact-information-style2 .contact-boxs-area .contact-auhtor-box .text span {
    color: var(--shortcode-text-color-2)
}

.post-item .post-metadata ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px
}

.post-item .post-metadata ul li {
    display: unset
}

.faq-inner-section-area .faq-widget-area ul {
    width: 80%
}

.white-image {
    filter: brightness(0) invert(1)
}

.timer .time-value {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.shortcode-events-schedule .tabs-widget-boxarea {
    margin-bottom: 20px
}

.shortcode-events {
    --shortcode-text-color: #1a1719;
    --ztc-text-text-2: var(--shortcode-text-color);
    background-color: var(--shortcode-background-color);
    background-image: var(--shortcode-background-image)
}

.shortcode-events .memory-slider-area .memory-boxarea .content-area .arrow span {
    background: var(--ztc-bg-bg-3);
    border-radius: 50%;
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    height: 48px;
    line-height: 48px;
    text-align: center;
    transform: rotate(-45deg);
    transition: all .4s;
    width: 48px
}

.shortcode-events .memory-slider-area .memory-boxarea .content-area span {
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    transition: all .4s
}

.shortcode-events-style2 {
    --shortcode-text-color: #fff;
    --shortcode-background-color: transparent;
    --ztc-text-text-1: var(--shortcode-text-color);
    background-color: var(--shortcode-background-color);
    background-image: var(--shortcode-background-image)
}

.shortcode-events-style2 .memory-widget-slider .memory-widget-boxarea .content-area .text span {
    color: var(--ztc-text-text-5);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    transition: all .4s
}

ul.post-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.shortcode-testimonials {
    background-color: var(--background-color) !important
}

.widget-upcoming-event {
    background-image: var(--background-image) !important;
    background-repeat: no-repeat;
    background-size: cover
}

.widget-upcoming-event .cta1-main-boxarea {
    background-color: var(--background-color) !important
}

@media(min-width:1400px) {
    .event-list .xxl-w-500 {
        width: 500px
    }
}

.event-list .border-none {
    border: none !important
}

.event-list .event-widget-area .content-area ul li:last-child .symbol-slash {
    display: none
}

.event-list .event-widget-area .content-area ul li>span {
    color: var(--ztc-text-text-2);
    display: inline-block;
    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 .4s
}

@media(min-width:1400px) {
    .event-detail .xxl-w-434,
    .event-list .xxl-w-434,
    .event-list-widget .xxl-w-434 {
        width: 434px
    }
}

.event-detail .border-none,
.event-list .border-none,
.event-list-widget .border-none {
    border: none !important
}

.event-detail .event-widget-area .content-area ul li:last-child .symbol-slash,
.event-detail .shedule-listarea .content-area ul li:last-child .symbol-slash,
.event-list .event-widget-area .content-area ul li:last-child .symbol-slash,
.event-list .shedule-listarea .content-area ul li:last-child .symbol-slash,
.event-list-widget .event-widget-area .content-area ul li:last-child .symbol-slash,
.event-list-widget .shedule-listarea .content-area ul li:last-child .symbol-slash {
    display: none
}

.event-detail .event-widget-area .content-area ul li>span,
.event-detail .shedule-listarea .content-area ul li>span,
.event-list .event-widget-area .content-area ul li>span,
.event-list .shedule-listarea .content-area ul li>span,
.event-list-widget .event-widget-area .content-area ul li>span,
.event-list-widget .shedule-listarea .content-area ul li>span {
    color: var(--ztc-text-text-2);
    display: inline-block;
    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 .4s
}

.event-detail .ck-content table {
    width: 100%
}

.event-detail .shedule-listarea .card {
    background: #f1f0f0;
    border: none;
    border-radius: 8px;
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-style: normal;
    padding: 30px
}

.event-detail .shedule-listarea .card .head {
    color: var(--ztc-text-text-2);
    font-size: var(--ztc-font-size-font-s24);
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    transition: all .4s
}

.event-detail .shedule-listarea .card ul {
    margin: 20px 0
}

.event-detail .shedule-listarea .card ul li {
    color: var(--ztc-text-text-3);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    margin: 15px 0;
    transition: all .4s
}

.event-detail .shedule-listarea .card ul li span {
    color: var(--ztc-text-text-2);
    font-size: var(--ztc-font-size-font-s18);
    font-weight: var(--ztc-weight-bold);
    line-height: 30px;
    transition: all .4s
}

.event-detail .shedule-listarea .card ul li span.badge.bg-success.text-success-fg {
    color: #fff !important
}

.event-detail .shedule-listarea .card form label.form-label {
    color: var(--ztc-text-text-3);
    font-size: var(--ztc-font-size-font-s16);
    font-weight: var(--ztc-weight-medium);
    line-height: 18px;
    transition: all .4s
}

.event-detail .shedule-listarea .card form input {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    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;
    padding: 8px;
    width: 100%
}

.event-detail .shedule-listarea .card form button {
    border: none
}

.event-team-area .event-widget-area .event2-boxarea h1 {
    top: 64px
}

a.btn-login {
    align-items: center;
    display: flex !important;
    gap: 8px
}

a.btn-login span {
    color: var(--header-top-text-color) !important;
    font-family: var(--ztc-family-font1) !important;
    font-size: var(--ztc-font-size-font-s14);
    font-weight: var(--ztc-weight-medium)
}

a.btn-login .user-name {
    max-width: 100px
}

a.btn-login .wrapper-avatar-ratio {
    margin-inline-end: 5px;
    width: 30px
}

a.btn-login .wrapper-avatar-ratio .wrapper-avatar {
    border-radius: 50%;
    height: 0;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
    width: 100%
}

a.btn-login .wrapper-avatar-ratio .wrapper-avatar img.avatar {
    display: unset;
    height: auto;
    inset: 0;
    position: absolute;
    width: 100%
}

a.btn-login .dropdown-menu .dropdown-item {
    font-size: 16px !important;
    height: unset !important;
    line-height: unset !important;
    text-align: unset !important;
    width: unset !important
}

a.btn-login .dropdown-menu .dropdown-item:hover {
    background: unset !important
}

a.btn-login .dropdown-menu .dropdown-item span {
    color: #000 !important
}

a.btn-login:after {
    color: var(--header-top-text-color)
}

.bb-account-page .bb-profile-sidebar .bb-account-menu-item-wrapper a {
    color: #000
}

.bb-account-page svg.icon {
    stroke-width: 1.5 !important
}

.show-admin-bar .mobile-header,
.show-admin-bar .mobile-sidebar {
    top: 40px
}

.filter-black,
.mobile-sidebar .logos img {
    filter: brightness(0)
}

.widget-contact-info .contact-info-single .contact-info-icon span {
    position: relative
}

.widget-contact-info .contact-info-single .contact-info-icon span img,
.widget-contact-info .contact-info-single .contact-info-icon span svg {
    height: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 20px
}

.widget-social-links-mobile .social-links-mobile-menu {
    margin-top: 15px
}

.widget-social-links-mobile .social-links-mobile-menu ul {
    display: flex;
    gap: 5px
}

.widget-social-links-mobile .social-links-mobile-menu ul li {
    background: var(--ztc-bg-bg-3);
    border-radius: 50%;
    color: var(--ztc-bg-bg-2);
    display: inline-block;
    height: 40px;
    line-height: 23px;
    margin: 0 6px 0 0;
    position: relative;
    text-align: center;
    transition: all .4s;
    width: 40px
}

.widget-social-links-mobile .social-links-mobile-menu ul li svg {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.page-404-content {
    padding-bottom: 100px;
    padding-top: 100px
}

.page-404-content h5 {
    margin-bottom: 10px
}

.page-404-content .vl-btn1 {
    margin-top: 20px
}

.auth-card a {
    color: var(--primary-color) !important
}

.auth-card .btn-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important
}

.blog-details-section.sp8 {
    padding-top: unset !important
}

.payment-checkout-form a {
    color: var(--primary-color) !important
}

.payment-checkout-form .btn-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important
}

.payment-checkout-form .input-image {
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 27.5px;
    transform: translateY(-50%);
    transition: all .5s ease;
    width: 24px
}

.payment-checkout-form .input-area.input-focus .input-image {
    opacity: 1
}

.header-top .ae-anno-announcement-wrapper {
    --text-color: var(--header-top-text-color) !important
}

.header-top .widget-contact-information {
    display: flex;
    gap: 10px
}

.header-top .widget-contact-information li a {
    align-items: center;
    color: var(--header-text-color);
    display: flex !important;
    gap: 4px
}

.header-top .widget-contact-information li a svg {
    color: var(--header-text-color);
    width: 20px
}

.header-top.menu-top-area.home-main .btn-area .btn-login a {
    color: var(--header-text-color)
}

.btn-area .btn-login a {
    align-items: center;
    color: var(--header-top-text-color);
    display: flex;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s14);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    gap: 2px;
    line-height: 14px
}

.btn-area .btn-login a svg.icon {
    color: var(--header-top-text-color);
    width: 20px
}

.header-elements .widget-search-action-button a,
.header-elements .widget-search-action-button a svg {
    color: var(--header-text-color)
}

.ae-anno-announcement-wrapper {
    padding: 0 !important
}

.ae-anno-announcement-wrapper .ae-anno-announcement__content {
    -moz-column-gap: .5rem;
    column-gap: .5rem
}

.ae-anno-announcement-wrapper .ae-anno-announcement__content .ae-anno-announcement__text {
    line-height: unset !important
}

.ae-anno-announcement-wrapper .ae-anno-announcement__controls button {
    color: var(--header-text-color)
}

.ae-anno-announcement-wrapper .ae-anno-announcement__button {
    color: var(--header-text-color) !important;
    display: block;
    font-family: var(--ztc-family-font1) !important;
    font-size: var(--ztc-font-size-font-s14);
    font-weight: var(--ztc-weight-medium);
    padding: 0 10px;
    text-decoration-line: underline;
    transition: all .4s
}

.shortcode-brands h2,
.shortcode-brands h3,
.shortcode-brands h5,
.shortcode-pricing-style-1 h2,
.shortcode-pricing-style-1 h5,
.shortcode-pricing-style-2 h2,
.shortcode-pricing-style-2 h5 {
    color: var(--shortcode-text-color) !important
}

.shortcode-pricing-style-1 .pricing-boxarea h2 {
    color: var(--ztc-text-text-2) !important
}

.shortcode-about-information h2,
.shortcode-about-information h5,
.shortcode-about-information p,
.shortcode-brands h2,
.shortcode-brands h5,
.shortcode-brands p,
.shortcode-locations h2,
.shortcode-locations h5,
.shortcode-locations p,
.shortcode-pricing h2,
.shortcode-pricing h5,
.shortcode-pricing p,
.shortcode-speakers h2,
.shortcode-speakers h5,
.shortcode-speakers p {
    color: var(--shortcode-text-color) !important
}

.shortcode-about-information-style-3 {
    --shortcode-text-color: #1a1719;
    --shortcode-text-color-2: #544e51;
    --ztc-text-text-2: var(--shortcode-text-color);
    --ztc-text-text-3: var(--shortcode-text-color-2);
    background-color: var(--shortcode-background-color);
    background-image: var(--shortcode-background-image)
}

.shortcode-about-information-style-3 .about-auhtor-box img {
    width: 24px
}

.shortcode-about-information-style-3 .about-header-area .about-auhtor-box .text span {
    color: var(--ztc-text-text-2);
    display: inline-block;
    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;
    transition: all .4s
}

.shortcode-about-information-style-4 {
    --shortcode-text-color: #ff3639;
    --shortcode-text-color-2: #131e20;
    --shortcode-text-color-3: #404040;
    --shortcode-text-color-4: #fff;
    --ztc-text-text-10: var(--shortcode-text-color);
    --ztc-text-text-8: var(--shortcode-text-color-2);
    --ztc-text-text-9: var(--shortcode-text-color-3);
    --ztc-text-text-1: var(--shortcode-text-color-4);
    background-color: var(--shortcode-background-color);
    background-image: var(--shortcode-background-image)
}

.shortcode-about-information,
.shortcode-brands,
.shortcode-countdown,
.shortcode-events,
.shortcode-events-schedule,
.shortcode-locations,
.shortcode-marquees,
.shortcode-pricing,
.shortcode-site-statistics,
.shortcode-speakers,
.shortcode-tabs-content {
    background-color: var(--shortcode-background-color) !important;
    background-image: var(--shortcode-background-image) !important;
    background-repeat: no-repeat;
    background-size: cover
}

.widget-action-block .cta7-bg-area {
    background-color: var(--widget-background-color) !important;
    background-image: var(--widget-background-image) !important;
    background-repeat: no-repeat;
    background-size: cover
}

.shortcode-speakers {
    --ztc-text-text-2: var(--shortcode-text-color)
}

.shortcode-events-schedule-style-5 {
    --shortcode-text-color: #fff
}

.shortcode-speaker-style-8 .team-widget-boxarea ul li a .icon {
    color: #0b0b0b
}

.shortcode-speaker-style-8 .team-widget-boxarea ul li a:hover .icon {
    color: #fff
}

.shortcode-speaker-style-8 {
    --shortcode-text-color: #fff
}

.shortcode-speakers-style-2 {
    --shortcode-text-color: #fff;
    --shortcode-text-color-2: #ffffffe6;
    --shortcode-background-color: #032530;
    --ztc-text-text-1: var(--shortcode-text-color);
    --ztc-text-text-2: var(--shortcode-text-color-2)
}

.shortcode-speakers-style-2 .our-team-boxarea .content-area p {
    color: var(--shortcode-text-color-2)
}

.shortcode-speakers-style-2 .our-team-boxarea .team-widget-area .img1 ul li a {
    background: var(--shortcode-background-color)
}

.shortcode-speakers-style-2 .our-team-boxarea .content-area span {
    color: var(--ztc-text-text-1);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    text-align: center;
    transition: all .4s
}

.shortcode-speakers .share a {
    transform: translateX(-50%)
}

.shortcode-speaker-style-3 {
    --shortcode-text-color: #ff3639;
    --shortcode-text-color-2: #131e20;
    --shortcode-text-color-3: #404040;
    --ztc-text-text-10: var(--shortcode-text-color);
    --ztc-text-text-9: var(--shortcode-text-color-3);
    --ztc-text-text-8: var(--shortcode-text-color-2)
}

.shortcode-speaker-style-3 .share a {
    color: #fff
}

.shortcode-speaker-style-3 .team-slider-area2 .our-team-boxarea .content-area span {
    color: var(--ztc-text-text-8);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s24);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 24px;
    text-align: center;
    transition: all .4s
}

.memory-inner-section-area .memory3-boxarea .content-area span {
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    transition: all .4s
}

.memory-inner-section-area .memory3-boxarea .content-area .plus span {
    background: var(--ztc-bg-bg-1);
    border-radius: 50%;
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all .4s;
    width: 60px
}

.gallery-detail.memory-inner-section-area .memory3-boxarea:hover .img1:after {
    opacity: 0
}

.gallery-detail .content-area {
    color: var(--ztc-text-text-2);
    display: inline-block;
    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;
    transition: all .4s
}

.hero2-slider-area .her2-section-area {
    background-color: var(--shortcode-background-color) !important;
    background-image: var(--shortcode-background-image) !important;
    background-repeat: no-repeat;
    background-size: cover
}

.shortcode-contact-information-style2 .mapouter .gmap_canvas iframe {
    height: 515px
}

.shortcode-contact-information .mapouter .gmap_canvas iframe {
    top: 4px
}

.shortcode-events-schedule a,
.shortcode-events-schedule h2,
.shortcode-events-schedule h5,
.shortcode-events-schedule p {
    color: var(--shortcode-text-color) !important
}

.shortcode-events-schedule a.vl-btn2 {
    color: var(--ztc-text-text-2) !important
}

.shortcode-hero-banner-style-2,
.shortcode-hero-banner-style-5,
.shortcode-hero-banner-style-6,
.shortcode-hero-banner-style-7,
.shortcode-hero-banner-style-8 {
    background-image: var(--shortcode-background-image) !important;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.hero3-section-area .hero3-header .date-btn a {
    background-image: url(../images/shapes/elements20.png) !important
}

.shortcode-countdown.others-timer-area {
    --shortcode-text-color: #fff;
    --ztc-text-text-1: var(--shortcode-text-color);
    --ztc-bg-bg-1: var(--shortcode-text-color);
    background-color: var(--shortcode-background-color);
    background-image: var(--shortcode-background-image)
}

.shortcode-countdown.others-timer-area .time-box span {
    color: var(--shortcode-text-color)
}

.shortcode-pricing-style-1 .pricing-boxarea h5 {
    background-image: var(--shortcode-background-image-name) !important;
    color: #fff !important
}

.newsletter-popup-content .btn-primary {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    border-radius: 8px;
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-size: var(--ztc-font-size-font-s20);
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    padding: 16px 20px;
    position: relative;
    text-transform: uppercase;
    transition: all .4s;
    z-index: 1
}

.newsletter-popup-content .form-check-input:checked {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important
}

.newsletter-popup-content .modal-header {
    margin-bottom: 1rem
}

@media screen and (max-width:991px) {
    .bb-account-page {
        margin-top: 80px !important
    }
    .header-top {
        display: none !important
    }
}

.header-top.home-main {
    height: 40px !important;
    padding-inline-end: 10px;
    padding-inline-start: 10px
}

.header-top.home-main .top-menu-area {
    display: flex;
    height: 40px !important
}

.header-top.home-main .ae-anno-announcement-wrapper {
    padding: unset !important
}

.header-top {
    color: var(--header-top-text-color) !important
}

.header-top,
.header-top .top-menu-area {
    background-color: var(--header-top-background-color) !important
}

.header-top .top-menu-area {
    z-index: 10 !important
}

.header-top .currency-switcher-wrapper,
.header-top .language-switcher-wrapper {
    align-items: center;
    display: flex !important;
    margin: 0 10px
}

.header-top .currency-switcher-wrapper .dropdown-toggle,
.header-top .language-switcher-wrapper .dropdown-toggle {
    color: var(--header-top-text-color) !important;
    color: var(--ztc-text-text-5);
    display: inline-block;
    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;
    transition: all .4s
}

.header-top .currency-switcher-wrapper .dropdown-item span,
.header-top .language-switcher-wrapper .dropdown-item span {
    color: #000 !important
}

.header-top .currency-switcher-wrapper .dropdown-menu.show,
.header-top .language-switcher-wrapper .dropdown-menu.show {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.wrapper-avatar .avatar {
    filter: unset !important
}

.btn-login .dropdown-menu.show li a {
    background: unset !important
}

.about-btnarea svg path {
    fill: var(--primary-color) !important
}

.header-search-form-wrapper {
    --search-background-color: #ececec;
    --search-hover-background-color: #f7f7f7;
    --search-text-color: --ztc-text-text-2
}

.header-search-form-wrapper form {
    font-family: Space Grotesk, sans-serif
}

.header-search-form-wrapper form div.search-results {
    background: var(--search-background-color);
    border-radius: 8px;
    height: 200px;
    margin-top: 10px;
    max-height: 0;
    overflow-y: auto;
    position: absolute;
    transition: all .3s ease-in-out;
    width: 100%
}

.header-search-form-wrapper form div.search-results.active {
    max-height: 200px
}

.header-search-form-wrapper form .no-data {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.header-search-form-wrapper form .no-data h3 {
    color: var(--search-text-color)
}

.header-search-form-wrapper form .search-wrapper {
    display: flex;
    gap: 20px;
    padding: 20px
}

.header-search-form-wrapper form .search-wrapper .text a {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: var(--search-text-color) !important;
    font-size: 18px;
    line-height: 24px;
    padding-inline-start: 0;
    text-align: left;
    width: 100%
}

.header-search-form-wrapper form .search-wrapper:hover {
    background-color: var(--search-hover-background-color)
}

.mobile-sidebar.mobile-sidebar1 .footer1-contact-info .contact-info-single .contact-info-text a {
    margin-inline-end: 10px;
    margin-left: 10px
}

.booking-form.contact-inner-section .form-label.required:after {
    color: red;
    content: "*";
    padding-inline-start: 2px
}

.booking-form.contact-inner-section .input-area input {
    margin-bottom: unset !important;
    margin-top: unset !important
}

.booking-form.contact-inner-section .input-area .form-label {
    font-family: var(--ztc-family-font2) !important;
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium)
}

.booking-form.contact-inner-section .card-title {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: 22px;
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    text-transform: uppercase
}

.booking-form.contact-inner-section textarea.eventify-input-class {
    margin-top: unset !important
}

.booking-form.contact-inner-section .payment-form .form-label {
    font-family: var(--ztc-family-font2) !important;
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium)
}

.booking-form.contact-inner-section .custom-checkbox input {
    display: none
}

.booking-form.contact-inner-section .custom-checkbox {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    gap: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.booking-form.contact-inner-section .custom-checkbox .checkmark {
    background-color: #eee;
    border: 2px solid #ccc;
    border-radius: 4px;
    height: 20px;
    position: relative;
    transition: background-color .3s, border-color .3s;
    width: 20px
}

.booking-form.contact-inner-section .custom-checkbox input:checked+.checkmark {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.booking-form.contact-inner-section .custom-checkbox .checkmark:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    content: "";
    display: none;
    height: 10px;
    left: 6px;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    width: 5px
}

.booking-form.contact-inner-section .custom-checkbox input:checked+.checkmark:after {
    display: block
}

.booking-form.contact-inner-section .magic-radio+label:after {
    background-color: var(--primary-color)
}

.booking-form.contact-inner-section .magic-radio:checked+label:before {
    border: 1px solid var(--primary-color)
}

.booking-form.contact-inner-section .contact4-boxarea .custom-checkbox input {
    display: flex
}

.booking-form.contact-inner-section .contact4-boxarea p.text-anime-style-3 {
    color: var(--primary-color);
    font-family: var(--ztc-family-font1);
    font-size: 20px;
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 32px;
    text-transform: uppercase
}

.booking-form.contact-inner-section .contact4-boxarea .card-title {
    font-family: var(--ztc-family-font2)
}

.booking-form.contact-inner-section .contact4-boxarea .input-area label.form-label {
    color: #6b7078;
    font-size: 14px;
    inset-inline-start: 0;
    left: 15px;
    margin-bottom: 0;
    padding: 14px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease
}

.booking-form.contact-inner-section .contact4-boxarea .input-area.input-focus label.form-label {
    background: #f8f9fa;
    font-size: 12px;
    height: unset;
    left: 28px;
    line-height: 1;
    padding: 0;
    top: -6px
}

.booking-form.contact-inner-section .contact4-boxarea .input-area textarea {
    font-size: 14px;
    margin-top: 0;
    padding: 12px 16px
}

.booking-form.contact-inner-section .contact4-boxarea .input-area input:not([type=password]) {
    padding-right: 50px
}

.booking-form.contact-inner-section .contact4-boxarea .input-area input[type=checkbox] {
    width: unset
}

.booking-information .card-title {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: 22px;
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    text-transform: uppercase
}

.booking-information .card-text {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    margin-bottom: 5px
}

.booking-information .card-text.total {
    font-size: 24px
}

.booking-information .title {
    font-size: var(--ztc-font-size-font-s32);
    font-style: normal;
    line-height: 32px
}

.booking-information .attribute-title,
.booking-information .title {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-weight: var(--ztc-weight-bold);
    text-transform: uppercase
}

.booking-information .attribute-title {
    font-size: 16px
}

.booking-information .attribute-value {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: 16px;
    font-weight: 400
}

.booking-information h4.title {
    font-size: 20px
}

.booking-information table tr th {
    text-transform: uppercase
}

.booking-information table tr td,
.booking-information table tr th {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1)
}

.vl-btn1:hover span.arrow,
.vl-btn2:hover span.arrow,
.vl-btn3:hover span.arrow,
.vl-btn4:hover span.arrow,
.vl-btn5:hover span.arrow {
    margin-inline-start: 6px !important
}

.shortcode-events-style-3 {
    --shortcode-text-color: #fff;
    --ztc-text-text-1: var(--shortcode-text-color, #fff)
}

.shortcode-events-style-3 .content-area {
    max-width: 90%
}

.shortcode-site-statistics,
.shortcode-speaker-style-5,
.shortcode-tabs-content {
    --shortcode-text-color: #fff;
    --ztc-text-text-1: var(--shortcode-text-color, #fff)
}

.shortcode-site-statistics .nav-link span,
.shortcode-speaker-style-5 .nav-link span,
.shortcode-tabs-content .nav-link span {
    color: var(--ztc-text-text-1) !important
}

.shortcode-marquees {
    --shortcode-text-color: #6e7de9;
    --shortcode-background-color: #243b55
}

.shortcode-marquees .marquee-item {
    color: var(--shortcode-text-color) !important
}

.shortcode-marquees .marquee-container {
    background: unset !important
}

.shortcode-events-schedule-style-3 {
    --shortcode-background-color: #f8f7f3;
    --shortcode-text-color: #fff;
    --shortcode-text-color2: #002466;
    --shortcode-text-color3: #363d4a;
    background-color: var(--shortcode-background-color);
    background-image: var(--shortcode-background-image)
}

.shortcode-events-schedule-style-3 .heading7 h2,
.shortcode-events-schedule-style-3 .heading7 h5 {
    color: var(--shortcode-text-color)
}

.shortcode-events-schedule-style-3 .nav.nav-pills .nav-item button .cal,
.shortcode-events-schedule-style-3 .nav.nav-pills .nav-item button span.date {
    color: var(--shortcode-text-color2)
}

.shortcode-events-schedule-style-3 .tab-content .tab-pane .accordion-item .accordion-body p {
    color: var(--shortcode-text-color3)
}

.shortcode-events-schedule-style-3 .tab-content .tab-pane .accordion-item button .accor-btn {
    color: var(--shortcode-text-color2)
}

.hero4-section-area .hero-content-images .content-area {
    width: 270px
}

.hero4-section-area .hero-content-images .content-area ul li span {
    color: var(--ztc-text-text-12);
    display: inline-block;
    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: 32px;
    margin-top: 14px;
    transition: all .4s
}

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

.homepage4-body .cta1-section-area .cta1-main-boxarea ul li a {
    background: rgba(26, 23, 25, .05);
    border-radius: 4px;
    color: var(--ztc-text-text-1);
    display: inline-block;
    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;
    padding: 12px 10px;
    transition: all .4s
}

.homepage4-body .cta1-section-area .cta1-main-boxarea ul li a img {
    filter: brightness(0) invert(1);
    margin: -6px 6px 0 0
}

.homepage4-body .cta1-section-area .cta1-main-boxarea .timer-btn-area .btn-area1 {
    border-inline-start: 1px solid var(--ztc-bg-bg-1);
    padding-inline-start: 24px
}

.others4-section-area {
    --shortcode-text-color: #fff;
    --ztc-text-text-1: var(--shortcode-text-color)
}

.others4-section-area .others-bg {
    background-color: var(--shortcode-background-color);
    background-image: var(--shortcode-background-image);
    color: var(--shortcode-text-color)
}

.others4-section-area .heading-area h4 {
    color: var(--ztc-text-text-1)
}

.about4-section-area .about-images .content-box ul li span {
    color: hsla(0, 0%, 100%, .8);
    display: inline-block;
    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;
    margin-top: 14px
}

.about4-section-area .about-images .content-box ul li img {
    filter: brightness(0) invert(1);
    margin: 0 4px 0 0
}

.about4-section-area .about4-heading ul li {
    color: var(--shortcode-text-color-2)
}

.shortcode-about-information-style-5 {
    --shortcode-text-color: #2e4dfd;
    --shortcode-text-color-2: #002466;
    --shortcode-text-color-3: #363d4a;
    background-color: var(--shortcode-background-color);
    background-image: var(--shortcode-background-image);
    color: var(--shortcode-text-color)
}

.shortcode-about-information-style-5 .heading6 h5 {
    color: var(--shortcode-text-color)
}

.shortcode-about-information-style-5 .heading6 h2 {
    color: var(--shortcode-text-color-2)
}

.shortcode-about-information-style-5 .heading6 p {
    color: var(--shortcode-text-color-3)
}

.shortcode-events-style-4 {
    --shortcode-text-color: #2e4dfd;
    --shortcode-text-color-2: #002466;
    --shortcode-text-color-3: #fff;
    --shortcode-text-color-4: #ffffffcc;
    background-color: var(--shortcode-background-color);
    background-image: var(--shortcode-background-image)
}

.shortcode-events-style-4 .memory-team-slider2 .memory3-boxarea .content-area {
    max-width: 270px;
    min-width: 270px
}

.shortcode-events-style-4 .heading6 h5 {
    color: var(--shortcode-text-color)
}

.shortcode-events-style-4 .heading6 h2 {
    color: var(--shortcode-text-color-2)
}

.shortcode-events-style-4 .memory-team-slider2 .memory3-boxarea .content-area a {
    color: var(--shortcode-text-color-3)
}

.shortcode-events-style-4 .memory-team-slider2 .memory3-boxarea .content-area p {
    color: var(--shortcode-text-color-4)
}

.team-widget-area .share a {
    transform: translateX(-50%)
}

.hero1-section-area .hero1-header .btn-area1 .vl-btn2 {
    margin-inline-end: unset !important;
    margin-inline-start: 16px !important
}

.shortcode-hero-banner-style-5 .circle-wrapper {
    align-items: center;
    backdrop-filter: blur(5px);
    background: hsla(0, 0%, 100%, .2);
    border: hsla(0, 0%, 100%, .2);
    border-radius: 50%;
    bottom: -60px;
    display: flex;
    height: 200px;
    justify-content: center;
    padding: 8px;
    position: absolute;
    right: 0;
    transition: all .4s;
    width: 200px
}

.shortcode-hero-banner-style-5 .circle-wrapper .circle {
    color: var(--tg-color-white-default);
    font-size: var(--ztc-font-size-font-s14);
    left: 50%;
    margin-bottom: 0;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transform: translate(-50%, -50%)
}

.shortcode-hero-banner-style-5 .circle-wrapper .circle span {
    color: var(--ztc-text-text-1);
    display: inline-block;
    position: absolute;
    top: -77px;
    transform-origin: 0 77px
}

.shortcode-pricing-style-3 .pricing-boarea {
    height: 100% !important
}

.shortcode-about-information-style-7 .about-auhtor-box svg.icon,
.shortcode-pricing-style-3 .pricing-boarea h2,
.shortcode-pricing-style-3 .pricing-boarea p {
    color: #fff !important
}

.speakers-container {
    padding: 2rem
}

.speakers-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem
}

.speaker-images {
    align-items: center;
    display: flex
}

.speaker-image {
    background-color: #f8f9fa;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 60px;
    margin-right: -15px;
    overflow: hidden;
    position: relative;
    width: 60px
}

.speaker-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.speaker-background {
    background-color: #f0f7ff;
    border-radius: 30px;
    display: inline-block;
    padding: 1rem
}

.shortcode-events-schedule-style-5 .event-widget-area .content-area h5 {
    color: var(--primary-color) !important
}

.shortcode-events-schedule-style-5 .event-widget-area {
    --shortcode-text-color: #000
}

.widget-upcoming-event .cta1-main-boxarea ul li a {
    background: hsla(0, 0%, 100%, .2) !important;
    color: #000 !important
}

.widget-upcoming-event .cta1-main-boxarea ul li a img {
    filter: grayscale(100%) brightness(1000%)
}

.widget-upcoming-event .cta1-main-boxarea .btn-area1 {
    border-inline-start: 1px solid hsla(0, 0%, 100%, .2) !important
}

.widget-upcoming-event .cta1-main-boxarea .btn-area1 .vl-btn8 .arrow,
.widget-upcoming-event .cta1-main-boxarea .btn-area1 .vl-btn8 .demo {
    background-color: #fff;
    color: var(--primary-color) !important
}

.shortcode-pricing-style-4 .pricing-boarea h2.text-white {
    color: #fff !important
}

.subtitle-img {
    width: 30px
}

.cta1-section-area .vl-btn1:hover {
    color: #0b0b0b !important
}

.cta1-section-area .cta1-main-boxarea ul li {
    margin: 0 0 0 24px
}

.about-btnarea a {
    color: #fff !important
}

.testimonials1-section-area .testimonial-content-slider .testimonial-widget-box .auhtor-area .name-area .text span {
    color: var(--ztc-text-text-2);
    display: inline-block;
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    transition: all .4s
}

.cta1-section-area .cta1-main-boxarea ul li {
    margin: unset !important
}

.breadcrumb__area i.fa-solid.fa-angle-right {
    padding: 0 10px
}

.about-btnarea svg.icon path {
    fill: transparent !important
}

.shortcode-events-schedule-style-1 ul.nav.nav-pills {
    gap: 10px
}

.event-list .event-widget-area .event2-boxarea .row,
.event-list-widget .event-widget-area .event2-boxarea .row,
.event3-section-area .event-widget-area .event2-boxarea .row,
.event5-section-area .event-widget-area .event2-boxarea .row {
    justify-content: space-between
}

.event-list .event-widget-area .event2-boxarea h1,
.event-list-widget .event-widget-area .event2-boxarea h1,
.event3-section-area .event-widget-area .event2-boxarea h1,
.event5-section-area .event-widget-area .event2-boxarea h1 {
    top: 50% !important;
    transform: translateY(-50%)
}

.event-list .event-widget-area .event2-boxarea:after,
.event-list-widget .event-widget-area .event2-boxarea:after,
.event3-section-area .event-widget-area .event2-boxarea:after,
.event5-section-area .event-widget-area .event2-boxarea:after {
    height: 100% !important;
    left: unset !important;
    right: 50.7% !important
}

.event-list .event-widget-area .event2-boxarea h1.active,
.event-list .event-widget-area .event2-boxarea h1.ordinal-number,
.event-list-widget .event-widget-area .event2-boxarea h1.active,
.event-list-widget .event-widget-area .event2-boxarea h1.ordinal-number,
.event3-section-area .event-widget-area .event2-boxarea h1.active,
.event3-section-area .event-widget-area .event2-boxarea h1.ordinal-number,
.event5-section-area .event-widget-area .event2-boxarea h1.active,
.event5-section-area .event-widget-area .event2-boxarea h1.ordinal-number {
    left: unset !important;
    right: 48% !important
}

.memory2-section-area .memory-widget-slider .memory-widget-boxarea .content-area .arrow {
    transform: translateX(-50%) rotate(-45deg) !important
}

@media screen and (min-width:991px) {
    .event-widget-area .event2-boxarea .row .col-lg-6 {
        width: 42%
    }
}

.shortcode-pricing-style-2 .pricing-boxarea.box2 .ticket-box p {
    color: var(--ztc-text-text-2) !important
}

.shortcode-contact-information-style-2 .contact-boxs-area .contact-auhtor-box .icons img {
    filter: grayscale(100%) brightness(1000%)
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area:last-child,
.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area:last-child {
    border: none !important
}

.event2-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area:not(:last-child),
.event3-section-area .tab-content .tab-pane .event-widget-area .event2-boxarea .content-area .author-area .autho-name-area:not(:last-child) {
    margin-inline-end: 12px
}

.event-widget-area .event2-boxarea .autho-name-area .img1 {
    flex-shrink: 0 !important
}

.shortcode-events-schedule .tabs-widget-boxarea .btn-area1 a.vl-btn1:hover {
    color: #fff !important
}

.blog-details-section.sp8 .details-share {
    flex-wrap: wrap;
    gap: 5px
}

.blog-details-section.sp8 .details-share a {
    background: #f2f2f2;
    border-radius: 50px;
    color: var(--ztc-text-text-2);
    padding: 8px;
    transition-duration: .2s
}

.blog-details-section.sp8 .details-share a:hover {
    background: var(--primary-color);
    color: #fff
}

.tags-social-area .tags ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.tags-social-area .tags ul li a {
    margin: 0 !important
}

.blog4-section-area .content-area,
.bloginner-section-area .content-area {
    margin: -100px 20px 0 0 !important;
    padding-top: 40px !important
}

@media screen and (max-width:768px) {
    .blog-details-section.sp8 .details-share {
        margin-top: 20px
    }
}

.toggle-coupon-form {
    background: transparent;
    border: none;
    margin-bottom: 1rem
}

.coupon-form .form-label,
.toggle-coupon-form {
    font-family: var(--ztc-family-font2) !important
}

.coupon-form .form-control,
.coupon-form .form-label,
.toggle-coupon-form {
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium)
}

.coupon-form .form-control {
    background: var(--ztc-bg-bg-1);
    border-radius: 8px;
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font2);
    line-height: 18px;
    padding: 10px 16px !important
}

.coupon-form .apply-coupon-code {
    background: var(--ztc-bg-bg-3);
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    color: var(--ztc-text-text-2);
    display: inline-block;
    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;
    padding: 16px 20px;
    position: relative;
    text-transform: uppercase;
    transition: all .4s;
    z-index: 1
}

.form-create-account-password .form-group .form-label {
    padding: 14px 0 !important
}

.form-create-account-password .form-group.input-focus label.form-label {
    padding: unset !important
}

.booking-form {
    --ztc-font-size-font-s18: 16px
}

.booking-information .event-preview {
    max-width: 150px
}

@media screen and (max-width:768px) {
    .booking-information .event-preview {
        max-width: unset !important;
        width: 100%
    }
}

.booking-form.contact-inner-section .payment-form .list_payment_method .form-label {
    margin-bottom: 0 !important
}

.form-label.required.custom-checkbox:after {
    content: unset !important
}

.form-label.required.custom-checkbox span.label:after {
    color: red;
    content: "*"
}

.booking-information .btn-list .vl-btn1 {
    white-space: nowrap
}

.booking-information .btn-list .vl-btn1 .icon.icon-left {
    margin-inline-end: 6px;
    margin-inline-start: -6px
}

.announcement-mobile {
    background-color: var(--header-top-background-color);
    display: none
}

.announcement-mobile .ae-anno-announcement-wrapper {
    --background-color: var(--header-top-background-color) !important;
    --text-color: var(--header-top-text-color) !important
}

@media screen and (max-width:991px) {
    .announcement-mobile {
        display: block
    }
    .announcement-mobile .ae-anno-announcement-wrapper .ae-anno-announcement__items {
        justify-content: center !important;
        padding: .5rem !important
    }
    .announcement-mobile .ae-anno-announcement-wrapper .ae-anno-announcement__button {
        display: none
    }
    .header-no-sticky+.mobile-header {
        top: var(--height-announcement)
    }
    .show-admin-bar .header-no-sticky+.mobile-header {
        top: calc(var(--height-announcement) + 40px)
    }
}

.homepage5-body .header-top.menu-top-area .top-menu-area {
    justify-content: flex-end;
    padding: 24px;
    position: relative;
    width: 100%
}

.homepage5-body .header-top.menu-top-area .top-menu-area .widget-contact-information {
    left: 20px;
    position: absolute
}

.homepage5-body .header-top.menu-top-area .top-menu-area .btn-area .widget-search-action-button a {
    color: var(--header-top-text-color);
    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
}

.homepage5-body .header-top.menu-top-area .top-menu-area .btn-area .widget-search-action-button a svg.icon {
    color: #000
}