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 {
    -webkit-backdrop-filter: blur(5px);
    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
    }
}
   a:hover {
    transform: translateY(-5px);
    transition: all .4s
}



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


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


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



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


.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 {
    -webkit-backdrop-filter: blur(5px);
    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) {
    .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
    }
}


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


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
}


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


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

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