.logo h3 {
    color: var(--zt-text-primary);
}

.logo a {
    text-decoration: none;
}

.hero-area .glide__track{
    z-index: 1;
    position: relative;
}

.hero-area [class*="icon-box"] {
    position: absolute;
}

.hero-area .glide__slides {
    transform: translate3d(0,0,0)!important;
}
.hero-area .glide__slide {
    position: absolute;
    top: 0;
    left: 0;
    order: 2;
    opacity: 0;
}

.hero-area .glide__slide.glide__slide--active {
    position: relative;
    order: 1;
    opacity: 1;
    z-index: 1;
}

.hero-area .glide__slide.glide__slide--active .hero-content h1{
    animation: slideFadeLeft 2s;
}

.hero-area .glide__slide.glide__slide--active .hero-content p{
    animation: slideFadeLeft 2s;
}

.hero-area .glide__slide.glide__slide--active .hero-content .hero-btn{
    animation: slideFadeLeft 2s;
}

.hero-area .glide__slide.glide__slide--active .hero-img{
    animation: slideFadeRight 2s;
}


@-webkit-keyframes slideFadeLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideFadeRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animation-icon .elementor-icon{
    width : 90px;
    height : 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.animation-top-bottom{
    animation: animationTopBottom 20s infinite alternate;
}

.animation-left-right{
    animation: animationLeftRight 20s infinite alternate;
}

@-webkit-keyframes animationTopBottom {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }


    100% {
        -webkit-transform: translate3d(0, 65%, 0);
        transform: translate3d(0, 65%, 0);
    }
}

@-webkit-keyframes animationLeftRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }


    100% {
        -webkit-transform: translate3d(65%, 0, 0);
        transform: translate3d(65%, 0, 0);
    }
}

.icon-box-one {
    top: 130px;
    left: 156px;
    animation: jumpTwo 5s infinite alternate;
}

.icon-box-two {
    bottom: 50px;
    right: 113px;
    animation: jumpThree 5s infinite alternate;
    -webkit-animation: jumpThree 5s infinite alternate;
}

.icon-box-three {
    bottom: 60px;
    left: 170px;
    animation: jumpThree 5s infinite alternate;
}

.icon-box-four {
    bottom: 40px;
    left: 70px;
    animation: jumpTwo 5s infinite alternate;
}

.icon-box-five {
    bottom: 60px;
    left: 170px;
    animation: jumpThree 5s infinite alternate;
}

.icon-box-six {
    bottom: 160px;
    left: 70px;
    animation: jumpThree 5s infinite alternate;
}

@-webkit-keyframes jumpTwo {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes jumpTwo {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes jumpThree {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes jumpThree {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


.header-area .sub-menu.sub-menu-3rd {
    top: 16px !important;
    left: 100%;
}

.header-area .sub-menu.sub-menu-3rd::before {
    display: none;
}

.menu-mobile .sub-menu li a:hover {
    padding-left: 0;
}

.appointment-form .zt-cat,
.contact-form .zt-cat{
    width : auto;
}

.appointment-form .zt-cat:focus,
.contact-form .zt-cat:focus{
    border: none;
}


.blog-details-area .post-thumbnail{
    width: fit-content;
}

.blog-details-area .post-wrap .post-navigation a {
    color: var(--zt-text-primary);
}

.blog-details-area .post-wrap .post-navigation a:hover {
    color: var(--zt-brand-secondary);
}

.sticky-label {
    position: absolute;
    background: var(--zt-brand);
    color: var(--zt-white);
    top: 0;
    right: 0;
    padding: 5px 10px;
}

.feature-link .post-content img {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    opacity: .35;
}

.blog-list-wrap .post-content {
    border: 1px solid #e7e7e7;
    padding: 30px;
}

.blog-list-wrap .zt-cat {
    padding: 0px 20px;
}

.page-content a:not(.zt-cat, .zt-cat-transparent,.team-wrap a) {
    color: var(--zt-brand-secondary);
}

.page-content a:not(.zt-cat):hover {
    color: var(--zt-heading);
}

.post-thumbnail img {
    height: auto;
    width: 100%;
}

.page-banner .page-title span {
    font-size: 56px;
    line-height: 62px;
    color: var(--zt-heading);
    font-weight: 700;
}

.error-area .form-control {
    padding: 20px;
}

.error-area .form-control:focus {
    box-shadow: none;
}

.post-details-meta .cat-title {
    margin-top: 3px;
}

.post-details-meta .share {
    margin-top: 4px;
}

.team-wrap .member-prof{
    text-transform: capitalize;
}
