@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@400;500;600;700;800&display=swap');

/* img start */

.cn-img {
    width: auto;
    /* text-align: center; */
    /*min-width: 20%;*/
    height: auto;
    min-height: 100%;
}

body {
    font-family: 'Mukta', sans-serif;
}

marquee {
    font-size: 14px;
    padding: 4px 10px;
}

.cn-top-fixed {
    position: fixed;
    top: 0;
    z-index: 9999;
}

.cn-news-content {
    font-size: 18px;
    line-height: 200%;
}

.cn-img-center {
    margin-top: 8px;
    margin-bottom: 8px;
    display: flex;
    overflow: hidden;
    width: 100%;
    justify-content: center;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    /*background-color: rgb(221, 221, 221);*/
    background-color: transparent;
}

.cn-bottom-fixed {
    bottom: 0;
    z-index: 99;
    position: fixed;
    overflow: visible;
}

.cn-side-ad {
    background-color: transparent;
}

.cn-side-ad a {
    display: block;
    width: 100%;
}

.row,
.cn-row {
    padding: 10px 0px;
}

.cn-side-ad .cn-img {
    width: 100%;
    min-height: auto;
}

.cn-img-center a {
    display: inherit;
}

.cn-img-center .cn-img {
    margin: auto;
}


/* for desktop */

@media (min-width: 992px) {
    .cn-sm-img {
        height: 60px;
    }
    .cn-ssm-img {
        height: 120px;
    }
    .cn-md-img {
        height: 198px;
    }
    .cn-mmd-img {
        height: 270px;
    }
    .cn-lg-img {
        height: 410px;
    }
}


/* for ipad */

@media (max-width: 991px) and (min-width: 768px) {
    .cn-sm-img {
        height: 60px;
    }
    .cn-ssm-img {
        height: 140px;
    }
    .cn-md-img {
        height: 163px;
    }
    .cn-mmd-img {
        height: 263px;
    }
    .cn-lg-img {
        height: 345px;
    }
}


/* for mobile */

@media (max-width: 767px) {
    .cn-sm-img {
        height: 60px;
    }
    .cn-ssm-img {
        height: 190px;
    }
    .cn-md-img {
        height: 190px;
    }
    .cn-mmd-img {
        height: 190px;
    }
    .cn-lg-img {
        height: 190px;
    }
}


/* img left */

.cn-divider {
    width: 100%;
    min-height: 30px;
}

.cn-cat-title:hover {
    color: #ffffff;
}

.nav-link {
    color: #ffffff !important;
    font-size: 20px !important;
}

.cn-nav-drop {
    background-color: #25a6df;
}

.cn-bg-primary {
    background-color: #25a6df !important;
}

.cn-bg-red {
    background-color: #ee4e50 !important;
}

.cn-nav-drop a {
    color: #ffffff;
}

.cn-nav-item {
    margin: 8px 5px;
    position: relative;
}

.cn-nav-item:after {
    content: '';
    height: 10px;
    width: 2px;
    position: absolute;
    left: 0;
    top: 30%;
    background-color: #ffffff;
}

.cn-nav-item .nav-link {
    padding: 0;
    font-weight: 600;
    padding-left: 5px;
    font-family: 'Mukta', sans-serif !important;
}

.cn-xl-title {
    display: block;
    font-size: 40px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 12px;
    line-height: 60px;
    font-family: 'Mukta', sans-serif !important;
}

.cn-bg-title {
    display: block;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 12px;
    font-family: 'Mukta', sans-serif !important;
}

.cn-sm-title {
    display: block;
    font-size: 19px;
    font-weight: 500;
    padding-bottom: 12px;
    font-family: 'Mukta', sans-serif !important;
}

.cn-md-title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 12px;
    font-family: 'Mukta', sans-serif !important;
}

.cn-sm-text {
    display: block;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Mukta', sans-serif !important;
}

.cn-md-text {
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Mukta', sans-serif !important;
}

.cn-lg-text {
    display: block;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Mukta', sans-serif !important;
}

.cn-xsm-text {
    display: block;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Mukta', sans-serif !important;
}

.cn-card-title {
    display: block;
    width: 100%;
    padding: 8px 15px;
    color: #ffffff;
    font-family: 'Mukta', sans-serif !important;
}

.cn-row {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
    margin-left: -15px;
    margin-right: -15px;
}

.cn-sp-title-container {
    border-bottom: solid 6px #25a6df;
    display: flex;
    padding-top: 20px;
}

.cn-l-box {
    padding: 8px 10px;
    padding-right: 30px;
    background-color: #25a6df;
    border-top-right-radius: 20px;
    margin-bottom: -2px;
}

.cn-r-box {
    padding: 8px 10px;
    padding-left: 40px;
    padding-right: 30px;
    background-color: #25a6df;
    margin-bottom: -2px;
    margin-left: auto;
    font-size: 17px;
    position: relative;
}

.cn-r-shape-b {
    position: absolute;
    height: 100%;
    width: 25px;
    background-color: #ffffff;
    top: -2px;
    left: -1px;
    border-bottom-right-radius: 25px;
}

a {
    text-decoration: none;
    color: #2a2a2a;
    font-family: 'Mukta', sans-serif !important;
}

a:hover {
    text-decoration: none;
}

.cn-img-round {
    border-radius: 50%;
    overflow: hidden;
    height: 90px;
    width: 90px;
}

.cn-img-round .cn-img {
    height: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.cn-slider-bottom {
    padding: 8px 10px;
    padding-bottom: 1px;
    background-color: #2a2a2a;
    color: #ffffff;
}

.cn-carousel-btn-n {
    background-image: linear-gradient(271deg, black, transparent);
}

.cn-carousel-btn-p {
    background-image: linear-gradient(90deg, black, transparent);
}

.cn-video-embaded {
    width: 100%;
    padding: 5px;
}

.cn-video-embaded iframe {
    width: 100% !important;
    height: 400px !important;
}

.cn-news-content p {
    margin-bottom: 0;
}

.cn-social-list {
    list-style: none;
    margin: 0;
    display: flex;
}

.cn-social-list li {
    color: #ffffff;
    padding: 0 6px;
}

.cn-social-list li a {
    padding: 0px 3px;
    background-color: #fff;
    border-radius: 50%;
}

.cn-social-list li .cn-facebook {
    color: #0d8cf1;
}

.cn-social-list li .cn-youtube {
    color: #ee4e50;
}

.cn-social-list li .cn-twitter {
    color: #0d8cf1;
}

.cn-fw-row {
    display: flex;
    flex-wrap: wrap;
}

.cn-fw-row .col-1,
.cn-fw-row .col-2,
.cn-fw-row .col-3,
.cn-fw-row .col-4,
.cn-fw-row .col-5,
.cn-fw-row .col-6,
.cn-fw-row .col-7,
.cn-fw-row .col-8,
.cn-fw-row .col-9,
.cn-fw-row .col-10,
.cn-fw-row .col-11,
.cn-fw-row .col-12,
.cn-fw-row .col-md-1,
.cn-fw-row .col-md-2,
.cn-fw-row .col-md-3,
.cn-fw-row .col-md-4,
.cn-fw-row .col-md-5,
.cn-fw-row .col-md-6,
.cn-fw-row .col-md-7,
.cn-fw-row .col-md-8,
.cn-fw-row .col-md-9,
.cn-fw-row .col-md-10,
.cn-fw-row .col-md-11,
.cn-fw-row .col-md-12,
.cn-fw-row .col-lg-1,
.cn-fw-row .col-lg-2,
.cn-fw-row .col-lg-3,
.cn-fw-row .col-lg-4,
.cn-fw-row .col-lg-5,
.cn-fw-row .col-lg-6,
.cn-fw-row .col-lg-7,
.cn-fw-row .col-lg-8,
.cn-fw-row .col-lg-9,
.cn-fw-row .col-lg-10,
.cn-fw-row .col-lg-11,
.cn-fw-row .col-lg-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 10px;
}

.cn-sep-border {
    border-bottom: solid 2px rgb(235, 235, 235);
    padding-bottom: 15px !important;
}

.cn-cat-img-title {
    padding: 3px 10px;
    position: absolute;
    background-color: #ee4e50;
    bottom: 0px;
    font-size: 12px;
    left: 0px;
    color: #ffffff;
    font-weight: 500;
}

.cn-mid-btn ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.cn-mid-btn ul li a {
    color: #ffffff;
    padding: 2px 6px;
    margin-left: 2px;
    border-left: solid 2px red;
    font-size: 17px;
    font-family: 'Mukta', sans-serif !important;
    font-weight: 500;
}

.cn-mid-btn ul li a:hover {
    color: #ffffff;
    padding: 2px 6px;
    margin-left: 2px;
    background: red;
    border-left: solid 2px rgb(255, 255, 255);
    font-size: 17px;
}

.cn-mid-btn ul li {
    padding: 0;
}

.cn-fw-row .col-1,
.cn-fw-row .col-2,
.cn-fw-row .col-3,
.cn-fw-row .col-4,
.cn-fw-row .col-5,
.cn-fw-row .col-6,
.cn-fw-row .col-7,
.cn-fw-row .col-8,
.cn-fw-row .col-9,
.cn-fw-row .col-10,
.cn-fw-row .col-11,
.cn-fw-row .col-12,
.cn-fw-row .col-md-1,
.cn-fw-row .col-md-2,
.cn-fw-row .col-md-3,
.cn-fw-row .col-md-4,
.cn-fw-row .col-md-5,
.cn-fw-row .col-md-6,
.cn-fw-row .col-md-7,
.cn-fw-row .col-md-8,
.cn-fw-row .col-md-9,
.cn-fw-row .col-md-10,
.cn-fw-row .col-md-11,
.cn-fw-row .col-md-12,
.cn-fw-row .col-lg-1,
.cn-fw-row .col-lg-2,
.cn-fw-row .col-lg-3,
.cn-fw-row .col-lg-4,
.cn-fw-row .col-lg-5,
.cn-fw-row .col-lg-6,
.cn-fw-row .col-lg-7,
.cn-fw-row .col-lg-8,
.cn-fw-row .col-lg-9,
.cn-fw-row .col-lg-10,
.cn-fw-row .col-lg-11,
.cn-fw-row .col-lg-12 {
    padding-top: 25px;
    /* padding-bottom: 5px; */
}

.cn-cat-title {
    padding: 3px 10px;
    margin-left: 6px;
    position: relative;
    display: inline;
    background-color: #ee4e50;
    bottom: 0px;
    font-size: 10px;
    left: 2px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Mukta', sans-serif !important;
}

.cn-slider-bottom a {
    color: #ffffff;
    display: block;
    text-align: center;
    font-family: 'Mukta', sans-serif !important;
}

.cn-footer {
    background-color: #25a6df;
    padding-top: 25px;
}

.cn-footer h4 {
    padding-bottom: 10px;
    border-bottom: 2px solid #828282;
    font-size: 16px;
    color: #ffffff;
    font-family: 'Mukta', sans-serif !important;
}

.cn-footer p,
.cn-footer a {
    color: #ffffff;
    font-family: 'Mukta', sans-serif !important;
}

.cn-quick-link h4 {
    font-size: 16px;
    color: #ffffff;
    font-family: 'Mukta', sans-serif !important;
}

.cn-extra-details p {
    font-size: 14px;
    color: #ffffff;
}

.cn-quick-link ul {
    list-style: none;
    padding-left: 10px;
    font-size: 14px;
}

.cn-quick-link ul li {
    padding: 5px;
}

.cn-footer p span {
    color: #ffffff;
    font-weight: 600;
}

.cn-bottom-copyright {
    background-color: #ee4e50;
    padding-bottom: 3px;
    padding-top: 3px;
    color: #ffffff;
    font-family: 'Mukta', sans-serif !important;
}

.cn-btn-link {
    font-size: 12px;
    color: #ffffff;
    padding: 10px 5px;
    font-family: 'Mukta', sans-serif !important;
}

* {
    padding: 0;
    margin: 0;
}

.cn-tending-slide {
    width: 100%;
    padding: 4px 10px;
    background-color: #ee4e50;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
}

.cn-tending-slide:hover {
    width: 100%;
    padding: 4px 10px;
    background-color: #ee4e50;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
}

.cn-breadcrumb-container {
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 2px solid rgb(181, 181, 181);
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    font-size: 12px;
}

.cn-tag-container {
    width: 100%;
}

.cn-news-info {
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 2px rgb(145, 145, 145);
}

.cn-user-avatar {
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.cn-user-avatar img {
    height: 100%;
    width: 100%;
}

.cn-avatar-name {
    font-size: 18px;
    padding-left: 10px;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 600;
    font-family: 'Mukta', sans-serif !important;
}

.cn-upper-text {
    position: absolute;
    width: 100%;
    bottom: 0;
    min-height: 50%;
    background-image: linear-gradient(360deg, black, transparent);
    display: flex;
}

.cn-upper-text a {
    color: #fff;
    margin-top: auto;
    font-family: 'Mukta', sans-serif !important;
}

.cn-bottom-fix-close {
    width: 40px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    background-color: black;
    height: 30px;
    position: absolute;
    right: 0;
    top: -30px;
}

.cn-center-fix-close {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    background-color: #ee4e50;
    height: 30px;
    position: absolute;
    right: 16px;
    top: -20px;
    cursor: pointer;
}

.cn-center-fixed {
    top: 10%;
    z-index: 99;
    position: absolute;
    overflow: visible;
}