.dez-page h1 {
    white-space: nowrap;
    margin: 0;
    line-height: normal;
    color: var(--bg-color);
    font-family: "Abhaya Libre", serif;
    font-size: 30px;
}
.dez-page h1 span {
    display: block;
    color: var(--bg-color-ho);
    font-size: 16px;
}
.footer-bottom,
.footer-bottom a {
    color: #fff;
}
.logo-header {
    padding: 5px 0;
}
.class-info p a {
    color: var(--bg-color-ho);
}
.frame-box a img {
    height: 275px;
    object-fit: cover;
    object-position: top center;
    width: 100%;
}
.section-head h2 span {
    font-size: 36px;
    color: var(--bg-color-ho);
}
.client-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.video-listing {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    list-style: none;
}
.video-listing video {
    width: 100%;
    height: 290px;
}
.classes-details .dlab-post-text p {
    text-align: justify;
}
.classes-details .dlab-post-text p strong {
    color: var(--bg-color);
}
.footer-bottom a {
    color: #fff !important;
}
.gallery-carousel video {
    width: 100%;
    height: 290px;
}
@media only screen and (max-width: 767px) {
    .logo-header {
        height: auto;
    }

    .main-slider .slide-item-img {
        height: 340px;
    }
    .main-slider .slide-item-img::after {
        background: linear-gradient(86.62deg, #fff 26.79%, rgba(255, 255, 255, 0) 100%);
    }
    .about-box .section-head h2 span {
        display: block;
        font-size: 21px;
    }
    .about-box .section-head h2 {
        margin-bottom: 10px;
    }
    .about-iconbx.icon-bx-wraper .dlab-tilte {
        font-size: 17px;
    }
    .about-content .section-head h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .classes-details .post-title {
        font-size: 28px;
    }
    .video-listing {
        grid-template-columns: repeat(1, 1fr);
        padding: 0;
    }
    .dez-page h1 {
        font-size: 28px;
    }
    .is-fixed .main-bar.style-1 {
        padding: 0;
    }
    .contact-page .icon-content p a,
    .contact-page .icon-content p strong {
        display: block;
    }
}
