.fs-20 {
    font-size: 20px
}

.fs-18 {
    font-size: 18px
}

.fs-16 {
    font-size: 16px;
    line-height: 26px
}

.fs-14 {
    font-size: 14px;
    line-height: 23px
}

.fs-12 {
    font-size: 12px;
    line-height: 20px
}

.fw-6, h5 {
    font-weight: 600 !important
}

.fw-7 {
    font-weight: 700 !important
}

.text-black {
    color: #32404d !important
}

.text-gray {
    color: #8a8f95 !important
}

.br-gray {
    border-right: 1px solid #e8e8e8
}

@media (max-width: 575px) {
    .br-gray {
        border-right: none
    }
}

.br-gray-100 {
    border: 1px solid #e8e8e8
}

.bg-light {
    background-color: #f8f8f8 !important
}

.py-20 {
    padding: 20px 0
}

.py-60 {
    padding: 60px 0
}

@media (max-width: 991px) {
    .py-60 {
        padding: 50px 0
    }
}

.px-30 {
    padding: 0 30px
}

@media (max-width: 575px) {
    .px-30 {
        padding: 0 20px
    }
}

.px-40 {
    padding: 0 40px
}

@media (max-width: 575px) {
    .px-40 {
        padding: 0 20px
    }
}

.pt-40 {
    padding-top: 40px
}

.pt-60 {
    padding-top: 60px
}

@media (max-width: 991px) {
    .pt-60 {
        padding-top: 50px
    }
}

.pt-100 {
    padding-top: 100px
}

@media (max-width: 991px) {
    .pt-100 {
        padding-top: 50px
    }
}

.py-100 {
    padding: 100px 0
}

@media (max-width: 991px) {
    .py-100 {
        padding: 50px 0
    }
}

.mb-40 {
    margin-bottom: 40px
}

@media (max-width: 575px) {
    .mb-40 {
        margin-bottom: 20px
    }
}

.tags {
    background-color: #523091;
    border-radius: 5px;
    color: #fff !important;
    font-size: 10px;
    left: 10px;
    padding: 6px 10px;
    top: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.fs-24 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px
}

@media (max-width: 767px) {
    .fs-24 {
        font-size: 20px;
        line-height: 30px
    }

    h2 {
        font-size: 22px;
        line-height: 28px
    }
}

@media (max-width: 480px) {
    h2 {
        font-size: 20px;
        line-height: 24px
    }
}

@media (max-width: 575px) {
    h3 {
        font-size: 18px;
        line-height: 28px
    }
}

a {
    text-decoration: none
}

li {
    list-style: none
}

.rounded-10 {
    border-radius: 10px
}

.breaking-news-section {
    background-color: #32404d
}

.breaking-news-section .title .icon {
    border-radius: 50px;
    height: 28px;
    max-width: 28px;
    min-width: 28px;
    width: 28px
}

.breaking-news-section .title .fa-circle {
    font-size: 5px
}

.breaking-news-section .title .content a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.footer-logo, .top-bar-logo {
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
}

.social-icon i:hover {
    color: #523091 !important
}

.btn {
    border-radius: 0 !important;
    box-shadow: none !important;
    left: 20px;
    padding: 8px 15px;
    top: 0;
    z-index: 3
}

.login-btn {
    width: 100%;
}

.btn-primary {
    background-color: #523091;
    border: 1px solid #523091 !important;
    color: #fff !important
}

.card {
    border: none;
    border-radius: 0 !important
}

.card .card-img-top {
    border-radius: 10px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .05);
    width: 100%
}

.card .card-img-top img {
    width: 100%
}

.card .card-body {
    padding: 10px 0 0 !important
}

@media (min-width: 575px) and (max-width: 1199px) {
    .border-none {
        border-bottom: 0 !important
    }
}

@media (min-width: 575px) and (max-width: 991px) {
    .border-md-none {
        border-bottom: 0 !important
    }
}

.card-img-top, .featured-post-image, .gallery-details-post, .gallery-post, .hero-image, .new-post-image, .news-details-img, .news-post-image, .post-image, .sports-img {
    box-shadow: 0 5px 30px rgba(0, 0, 0, .05);
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    transform: scaleX(1);
    transition: all .5s linear
}

.card-img-top:hover img, .featured-post-image:hover img, .gallery-details-post:hover img, .gallery-post:hover img, .hero-image:hover img, .new-post-image:hover img, .news-details-img:hover img, .news-post-image:hover img, .post-image:hover img, .sports-img:hover img {
    transform: scale3d(1.1, 1.1, 1);
    transition: all .5s linear
}

.overlay {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .85));
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

img {
    -o-object-fit: cover;
    object-fit: cover;
    transform: scaleX(1);
    transition: all .5s linear
}

.section-heading {
    border-bottom: 1px solid #e8e8e8
}

.section-heading h2 {
    display: inline-block;
    position: relative !important
}

.section-heading h2:after {
    background-color: #523091;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    margin: auto;
    position: absolute;
    right: -100px;
    top: 0;
    width: 80px
}

@media (max-width: 575px) {
    .section-heading h2:after {
        right: -70px;
        width: 50px
    }
}

.section-heading .section-heading-right .nav-item .nav-link.active, .section-heading .section-heading-right .nav-item .nav-link:hover {
    color: #523091 !important
}

.section-heading .section-heading-right .nav-item .nav-link.active:after, .section-heading .section-heading-right .nav-item .nav-link:hover:after {
    display: block
}

.section-heading .section-heading-right .nav-item .nav-link {
    background-color: transparent;
    border: 0;
    position: relative
}

.section-heading .section-heading-right .nav-item .nav-link:after {
    background-color: #523091;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    content: "";
    display: none;
    height: 4px;
    position: absolute;
    top: 110%;
    width: 100%
}

@media (max-width: 767px) {
    .section-heading .section-heading-right .nav-item .nav-link:after {
        top: 110%
    }
}

.popular-news-post .card, .trending-post .card {
    border-bottom: 1px solid #e8e8e8
}

.popular-news-post .card .card-top, .trending-post .card .card-top {
    max-width: 28.19%;
    overflow: hidden
}

@media (max-width: 1399px) {
    .popular-news-post .card .card-top, .trending-post .card .card-top {
        max-width: 33.19%
    }
}

@media (max-width: 1199px) {
    .popular-news-post .card .card-top, .trending-post .card .card-top {
        max-width: 39%
    }
}

@media (max-width: 767px) {
    .popular-news-post .card .card-top, .trending-post .card .card-top {
        max-width: 42%;
        padding-right: 0
    }
}

@media (max-width: 575px) {
    .popular-news-post .card .card-top, .trending-post .card .card-top {
        padding-right: .5rem
    }
}

.popular-news-post .card .card-img-top, .trending-post .card .card-img-top {
    box-shadow: 0 5px 30px rgba(0, 0, 0, .05);
    height: 100px;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media (max-width: 991px) {
    .popular-news-post .card .card-img-top, .trending-post .card .card-img-top {
        height: 100px
    }
}

.popular-news-post .card .card-img-top:before, .trending-post .card .card-img-top:before {
    content: "";
    display: block;
    position: absolute
}

.popular-news-post .card .card-img-top img, .trending-post .card .card-img-top img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    right: 0;
    top: 0;
    width: auto
}

.popular-news-post .card .card-body, .trending-post .card .card-body {
    padding: 0 !important
}

.popular-news-post .card .card-body .card-title, .trending-post .card .card-body .card-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.hot-categories-section .hot-categories-post .post .desc i {
    font-size: 30px
}

@media (max-width: 1199px) {
    .hot-categories-section .hot-categories-post .post .desc i {
        font-size: 20px
    }
}

.hot-categories-section .hot-categories-post .post .numbers {
    height: 40px;
    width: 40px
}

form .form-control {
    border: 1px solid #ebebeb;
    box-shadow: none !important;
    margin-bottom: 20px;
    padding: 15px 20px
}

.offcanvas {
    height: 100%;
    left: 0;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 400px;
    z-index: 99999
}

.offcanvas .closebtn {
    font-size: 40px;
    position: absolute;
    right: 60px;
    top: 40px
}

.offcanvas .offcanvas-content {
    margin: 60px
}

.offcanvas .offcanvas-content .news-logo {
    height: 100px;
    width: 100px
}

.offcanvas .offcanvas-content .contact-desc {
    border-bottom: 1px solid #e8e8e8
}

.offcanvas .offcanvas-content .contact-desc .desc .icon {
    font-size: 18px;
    height: 50px;
    min-width: 50px;
    width: 50px
}

.offcanvas .offcanvas-backdrop {
    background-color: #32404d;
    height: 100vh;
    left: 0;
    opacity: .6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1040
}

.theme-switch-box-wrap {
    position: fixed;
    right: 12px;
    top: 320px;
    z-index: 100
}

.theme-switch-box-wrap .theme-switch-box {
    align-items: center;
    background: #523091;
    border-radius: 1.5rem;
    display: grid;
    gap: 8px;
    justify-content: center;
    padding: 8px 6px
}

.theme-switch-box-wrap .theme-status {
    color: #fff;
    line-height: 1;
    text-align: center
}

.theme-switch-box-wrap .switch-label {
    display: inline-block;
    height: 36px;
    overflow: hidden;
    position: relative;
    width: 18px
}

.theme-switch-box-wrap .switch, .theme-switch-box-wrap .switch-label {
    border-radius: 1.5rem;
    transition: all .3s ease
}

.theme-switch-box-wrap .input {
    display: none
}

.theme-switch-box-wrap .switch {
    background: #000;
    bottom: 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.theme-switch-box-wrap .switch:before {
    background-color: #fff;
    border-radius: 100%;
    border-radius: 1.5rem;
    content: "";
    height: 12px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%) translateY(3px);
    transition: 1s cubic-bezier(.52, 1.64, .37, .66);
    width: 12px
}

.theme-switch-box-wrap .input:checked + .switch:before {
    top: 17px;
    transition: .5s cubic-bezier(.52, 1.64, .37, .66)
}

.breaking-slider .swiper-wrapper {
    display: block;
    height: 30px
}

.breaking-slider .swiper-slide-active {
    visibility: visible !important
}

.breaking-slider .swiper-slide {
    visibility: hidden
}

.w-300px {
    width: 300px !important
}

@media (min-width: 992px) and (max-width: 1125px) {
    .custom-label-laptop {
        width: 200px !important
    }
}

.mh-30px {
    max-height: 30px !important
}

.mh-40px {
    max-height: 40px !important
}

.image.image-circle, .image.image-circle > img {
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative
}

.h-40px {
    height: 40px !important
}

.mobile-search {
    background-color: #fff;
    border: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .18);
    inset: 20px 0 auto auto !important;
    padding: 10px;
    width: 320px;
    z-index: 999
}

.mobile-search .search-submit {
    background-color: #523091;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 1rem;
    height: 40px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
    width: 40px
}

.mobile-search .custom-input-control {
    border: 0 !important;
    border-radius: 3px;
    box-shadow: none;
    color: #8a8f95 !important;
    font-size: 14px !important;
    height: 40px !important;
    line-height: 14px;
    padding: 10px 65px 10px 20px !important
}
