body {
    font-size: 18px;
}

a:hover {
    color: #1da1f2 !important;
}

.home-slides img {
    position: absolute;
    object-fit: cover;
    height: 500px;
    top: 0;
    z-index: -1;
}

.colfff {
    color: #fff;
}

.error-area {
    padding-top: 50px;
}

.font28 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.page-title h1 {
    font-size: 34px;
    color: #fff;
    margin-bottom: 15px;
}

.about-area {
    padding-top: 50px;
}

.about-text .tit {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.text-left {
    text-align: left;
    word-break: break-all;
}

.side-bar-box .recent-post-img {
    height: 80px;
    width: 80px;
    object-fit: cover;
    margin-top: 6px;
}

.side-bar-box .recent-post-img:hover {
    opacity: .7;
}

.side-bar-box .recent-post-content {
    padding-left: 100px;
}

.blog-details-area {
    padding-top: 50px;
}

.blog-area {
    padding-top: 50px;
}

.blog-details h1 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.blog-details-content a {
    color: #1da1f2;
}

.blog-details-content img {
    max-width: 100%;
    display: block;
    margin: 0 auto 20px;
}

.single-blog-post img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}

.single-blog-post .post-meta ul li {
    font-size: 14px;
}

.hp_blog {
    padding-bottom: 20px;
}

.blog-slider .post-meta {
    background-color: #fff;
}

.main-banner {
    height: 500px;
    background-color: rgb(0, 0, 0, .5);
    padding-top: 20vh;
}

.main-banner .tit {
    margin-bottom: 20px;
    color: #fff;
}

.main-banner .tit a {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media only screen and (min-width: 768px) {
    .classynav ul {
        max-height: 35px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 767px) {
    .page-title h1 {
        font-size: 26px;
    }
    .about-text .tit {
        font-size: 26px;
    }
    .blog-details h1 {
        font-size: 26px;
    }
    .page-link {
        width: 30px;
        height: 30px;
        line-height: 26px;
        font-size: 14px;
    }
    .owl-theme .owl-nav [class*="owl-"] {
        top: 90%;
    }
}