* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Mukta', sans-serif !important;
    background-color:#fff !important;
}

h6{
    font-size: 18px !important;
    line-height: 30px !important;
}

a {
    text-decoration: none !important;
}

a:focus {
    outline: none;
}
img{
    max-width: 100%;
    height: auto;
}

p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    line-height: 30px;
}

h1, h2, h3, h4, h5, h6 {
    color: #3b3b3b;
    font-family: 'Mukta', sans-serif !important;
}

p.card-text{
    font-size: 14px;
    margin-top: 5px;
    border-top: 0.2px solid #aeaeae;
    display: block;
    text-align: center;
    padding-top: 3px;
    margin-bottom: 5px;
}

button:focus {
    outline: 0 !important;
}


p.line--camp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;    /* margin-top: 5px; */
    line-height: 30px;
    text-align: left;
    margin-bottom: 0px;
}

p.line--camp1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;    /* margin-top: 5px; */
    line-height: 30px;
    text-align: left;
    margin-bottom: 0px;
}

p.line--camp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;    /* margin-top: 5px; */
    line-height: 30px;
    text-align: left;
    margin-bottom: 0px;
}

p.line--camp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;    /* margin-top: 5px; */
    line-height: 30px;
    text-align: left;
    margin-bottom: 0px;
}



.container-boxshadow {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}

.sticky .top-header {
    display: none;
}

.sticky .mid-header {
    display: none;
}

.sticky .bottom-header {
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #2260bf;
    top: 0;
}

.sticky .bottom-header .navbar {
    background-image: none;
}

header .top-header {
    background-color: #e11b22;
}

header .bottom-header .navbar .nav-link svg {
    display: none;
}

header .top-header .navbar {
    padding: 0 1rem !important;
}

header .top-header .nav-link {
    font-size: 16px;
    color: #FFF !important;
}

header .top-header .nav-link i {
    font-size: 16px !important;
    margin-right: 5px;
    color: white !important
}

header .top-header .social-link i {
    font-size: 13px;
    color: #f0efef;
}

header .mid-header .navbar-brand {
    min-height: 100%;
}

header .mid-header .navbar-brand img {
    height: 70px;
    padding: 10px 0;
}

header .bottom-header {
    background-color: #2260bf;
}

header .bottom-header .navbar {
    background-color: #2260bf;
    padding: 0 1rem;
}

header .bottom-header .navbar .navbar-brand {
    min-height: 100%;
    display: none;
    color: white !important;
}

header .bottom-header .navbar .navbar-brand:hover {
    color: #e11b22;
}

header .bottom-header .navbar .navbar-brand img {
    height: 40px;
}

header .bottom-header .navbar .nav-link {
    color: white !important;
    padding: 1rem;
}

header .bottom-header .navbar .nav-link:hover {
    background-color: white;
    color: #2260bf !important;
}

header .bottom-header .navbar .nav-link.active {
    background-color: white;
    color: #2260bf !important;
}


header .mid-header{
    background-color: #FFF;
}
.treading-line {
    background-color: white;
}

.treading-line a {
    padding: 0.5rem 1rem;
    background-color: #f4f4f4;
    display: inline-block;
    color: #e11b22;
}

.treading-line .ui-newsticker {
    background-color: transparent;
    width: 100%;
    margin: auto;
    color: #2260bf;
}

.treading-line .ui-newsticker:hover {
    background-color: transparent;
}

.treading-line .ui-newsticker a {
    background-color: transparent;
    padding: 0;
    color: #2260bf;
}

.treading-line .ui-newsticker a:hover {
    color: #e11b22;
}

.banner-title h1 {
    line-height: 80px;
    font-size: 60px;
    font-weight: 500;
}

.banner-title h1 a {
    color: #3b3b3b;
}

.banner-title h1 a:hover {
    color: #e11b22;
}

.banner-title h2 {
    font-size: 30px;
    font-weight: 500;
}

.banner-title h2 a {
    color: #3b3b3b;
}

.banner-title h2 a:hover {
    color: #e11b22;
}

.banner-title ul {
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
}

.banner-title ul li {
    float: left;
    margin-right: 20px;
}

.banner-title ul li i {
    color: #2260bf;
    margin-right: 10px;
}


.banner .first-slider .item{
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 30px;
}

.add {
    margin-top: 20px;
    margin-bottom: 20px;
}

.add img {
    width: 100%;
}

.owl-dot.active span {
    background: #2260bf !important;
}

.owl-dot span {
    border-radius: 0 !important;
    background: #869791 !important;
}


.owl-carousel .owl-next {
    right: -20px;
}
.owl-carousel .owl-prev {
    left: -20px;
}

.owl-carousel .owl-prev, .owl-carousel .owl-next {
    position: absolute;
    top: 45%;
    color: #333 !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 100;
    padding: 8px 0px !important;
    background: #ffffff !important;
    height: 30px;
    width: 30px;
    border-radius: 50% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 5px 10px -4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px -4px rgba(0, 0, 0, 0.5);
}


.banner {
    text-align: center;
    /*padding: 40px 0;*/
}

.banner p {
    color: rgba(0, 0, 0, 0.8);
    line-height: 150%;
    font-size: 20px;
    padding: 30px 10px 10px;
    margin-bottom: 0;
}

.box {
    background-color: white;
}

.latest h4 {
    display: block;
    background-color: #2260bf;
    font-size: 20px !important;
    font-weight: 400;
    color: #FFF;
    padding: 5px 10px;
    min-width: 115px;
    text-align: center;

}

.latest .scroll-box {
    padding: 0 5px;
    background-color: white;
    height: 500px;
    overflow: hidden;
}

.latest .scroll-box:hover {
    overflow-y: auto;
}

.latest .scroll-box .content {
    border-bottom: 1px solid #869791;
    margin-top: 10px;
}

.latest .scroll-box .content p {
    margin-bottom: 5px;
    color: #869791;
}

.latest .scroll-box .content p i {
    color: #2260bf;
    margin-right: 8px;
    color: #2260bf;
}

.latest .scroll-box .content h6:hover {
    color: #e11b22;
}

.list--content .content{
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;

}

.list--content .content:last-child{
    border-bottom: none;
}

.list--content .content p{
    margin-bottom: 0px;
    font-size: 16px;
}


.second-div .banner-title {
    padding: 20px 10px 0;
}

.second-div a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.small-box .col-5 {
    padding-right: 5px;
}

.small-box .small-box-image {
    height: 100px;
    overflow: hidden;
}

.small-box .small-box-image .overlay {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.small-box .small-box-text {
    padding: 8px 0;
}

.small-box .small-box-text h5 {
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}
.small-box .small-box-text h5:hover {
    color: #e11b22;
}

a:hover .overlay {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

a:hover h5 {
    color: #e11b22;
}

a .card , .card{
    border: none !important;
    padding: 10px;
    background-color: transparent;
}

a .card .card-img-top {
    overflow: hidden;
    height: 150px;
}

a .card .card-img-top .overlay {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

a .card .card-body {
    padding: 1rem 0;
}

a .card .card-body h5 {
    margin-bottom: 0;
    line-height: 30px;
}

.pad-top {
    padding-bottom: 20px;
}

.title {
    padding: 0 10px;
    margin-bottom: 20px;
}

.title h2 {
    display: inline-block;
    background-color: #2260bf;
    font-size: 20px !important;
    font-weight: 400;
    color: #FFF;
    padding: 7px 10px 5px 10px;
    min-width: 115px;
    text-align: center;
    border-left: 3px solid #fc0415;
}

.title a {
    float: right;
    line-height: 1.5;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.8);
    border: 1px;
    border: 1px solid #ddd;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 6px 10px 1px 10px;

}

.title a:hover{
    background: #fc0415;
    color: #FFF;
}

.title a i {
    display: none;
}

.third-div {
    padding: 40px 0;
}

.third-div h5 {
    font-size: 1.15rem;
}

.third-div .add {
    margin-top: 5px !important;
}

.third-div .add a:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.fourth-div .nav-tabs .nav-link {
    background-color: transparent !important;
    border: none !important;
    color: #fff;
    border-bottom: 3px solid rgba(0, 0, 0, 0) !important;
}

.fourth-div .nav-tabs .nav-link.active {

    border-bottom: 3px solid #fc0415 !important;
    color: #fff !important;
}


.nav-tabs {
    background-color: #2260bf;
    font-size: 20px !important;
    font-weight: 400;
    color: #FFF;
    padding: 7px 10px 5px 10px;
    min-width: 115px;
    text-align: center;
    border-left: 3px solid #fc0415;
    border-bottom: 1px solid #dee2e6;
}


.nav-tabs .nav-link {
    display: block;
    padding: 0rem 1rem;
    font-size: 18px;
}


.big-card a .card .card-img-top {
    height: 300px;
}

.fourth-div .tab-content {
    padding: 20px 0;
}

.fourth-div .content .big-card .card {
    padding: 0;
}

.fourth-div .content .big-card .card .card-img-top {
    height: 200px;
}


.rajniti-div .business-content .card .card-img-top {
    height: 200px !important;
}

.fourth-div .content .small-card .card {
    padding: 0;
}

.fourth-div .content .small-card .card .card-img-top {
    height: 120px;
}

.fourth-div .content .small-card .card h5 {
    font-size: 18px;
    line-height: 30px;
}

.fourth-div .content .mar {
    margin-top: 10px;
}

.fourth-div .content .small-box .col-5 {
    padding-right: 0;
}

.fourth-div .content .small-box .small-box-image {
    height: 100px;
    overflow: hidden;
}

.fourth-div .content .small-box .small-box-image .overlay {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fourth-div .content .small-box .small-box-text {
    padding: 8px 0;
}

.fourth-div .content .small-box .small-box-text h5 {
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
}

.fourth-div .content .small-box .small-box-text h5:hover {
    color: #e11b22;
}

.fourth-div .latest .scroll-box {
    height: 500px;
}

.fifth-div {
    padding: 30px 0 0;
}

.fifth-div .title {
    margin-top: 20px;
}

.second-div  .card .card-img-top {
    height: 300px !important;
}
.fourth-div .business-content .card .card-img-top {
    height: 300px !important;
}
.fifth-div .business-content .card .card-img-top {
    height: 300px !important;
}

.fifth-div .business-content .small-box-image {
    height: 80px;
}

.fifth-div .small-box-text {
    padding: 0 !important;
}

.fifth-div .small-box-text h5 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 26px;
}

.fifth-div .small-box-text p {
    margin-bottom: 0;
}

.fifth-div .life-content .card {
    padding: 0 !important;
}

.fifth-div .life-content .small-box-image {
    height: 70px;
}

.pad-top {
    padding-top: 0px;
}

.seventh-div .fifth-div {
    padding: 0 !important;
}

.prawas .card {
    padding: 0;
}

.prawas .card-img-top {
    height: 120px !important;
}

.prawas h5 {
    font-size: 18px;
    line-height: 26px;
}

.prawas .card-body {
    padding: 0.5rem 0 !important;
}

.eight-div {
    padding: 30px 0 0;
}

.eight-div .title h2 {
    font-size: 23px;
    font-weight: 400;
}

.eight-div .title a {
    line-height: 1.5;
}

.eight-div .card {
    padding: 0;
    margin-top: 5px;
}

.eight-div .card-body {
    padding: 1rem !important;
}

.eight-div ul {
    list-style: none;
}

.eight-div ul li a {
    color: #3b3b3b;
    font-size: 18px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.eight-div ul li a:hover {
    color: #e11b22 !important;
}

.eight-div ul li a:before {
    font-family: "FontAwesome";
    content: "\f00c";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    color: #2260bf;
    font-size: 14px;
}

.nine-div {
    padding: 30px 0 20px;
}


.nine-div .card {
    padding: 0;
}

.nine-div .small-card .card-title {
    font-size: 18px !important;
    line-height: 26px;
}

.ten-div {
    padding: 0 0 20px;
}



.footer {
    background-color: #eaeaea;
    padding: 20px 0 0;
    margin-top: 30px;
}


.footer .navbar-nav {
    margin: auto;
}

.footer .navbar-nav .nav-item {
    margin-left: 20px;
}

.footer .contact {
    padding: 20px 0 10px;
    border-top: 0.5px solid #c9c9c9;
    border-bottom: 0.5px solid #c9c9c9;
}

.footer .contact ul {
    list-style: none;
}

.footer .contact ul li {
    font-size: 15px;
    margin-bottom: 10px;
}

.footer .contact ul li .top {
    font-size: 17px;
    font-weight: 550;
}

.footer .contact ul li .down {
    padding-left: 20px;
}

.footer .contact ul li i {
    margin-right: 10px;
    color: #2260bf;
}

.footer .contact ul .link i {
    font-size: 16px;
}

.bottom-footer {
    padding: 6px 0;
}

.bottom-footer p {
    margin-bottom: 0;
    font-size: 13px;
}

.bottom-footer a {
    color: #2260bf;
}

.bottom-footer a:hover {
    color: #e11b22;
}

.bottom-footer ul {
    list-style: none;
    text-align: center;
}

.bottom-footer ul li {
    float: left;
    padding-right: 10px;
}

/*video css*/
.video-container {
    background: #121314;
    padding-bottom: 20px;
}

.video-container .module__title {
    color: #ffffff;
}

.video-module .media__content {
    position: relative;
    padding: 5px 10px;
    background: none;    /* padding-left: 0; */
}

.video-module .media__content .media__title {
    margin-top: 0;
}

.video-module .mini-newscard {
    display: inline-block;
    background-color: #2f2f2f;
    padding: 10px;
    width: 100%;
}

.video-module .mini-newscard .newscard--title {
    font-size: 16px;
    color: #ffffff;
}

.news-section .media__content {
    position: relative;
    padding-top: 5px;
    background: #ffffff;
}

.news-section .media__title {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 1.5;
}

.news-section .media__title a {
    color: #333;
}

.news-section .media__summary {
    color: #7a7a7a;
}

.news-section .thumbnail-wrapper .mini-newscard {
    padding-bottom: 5px;
}

.news-section .thumbnail-wrapper .mini-newscard:not(:last-of-type) {
    border-bottom: 1px solid #eee;
}

.news-section .thumbnail-wrapper .mini-newscard .newscard--title {
    font-size: 16px;
}


#scroll-style::-webkit-scrollbar {
    width: 10px;
    background-color: #222325;
}

#scroll-style::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555;
}

.thumbnail-container {
    height: 510px;
    overflow-y: auto;
}


.mini-newscard figure {
    width: 132px;
    float: left;
    margin-right: 10px;
}

.frame-container {
    position: relative;
    height: 75px;
    overflow: hidden;
}

.frame-container img {
    position: absolute;
    height: auto;
}

.frame-container .cardsvideoduration {
    display: block;
    height: 20px;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    padding: 3px;
    right: 0;
}

#scroll-style::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #222325;
}




.video {
    padding: 50px 0;
    background-color: #333;
    margin: 15px 0;
}

.video .title h2 {
    color: white !important;
    font-size: 26px;
    font-weight: 400;
}

.video .title a {
    color: white;
}

.video .title a i {
    color: white;
}

.video .video-player {
    margin-top: 20px;
}

.video .video-player a {
    color: white;
}

.video .video-player a:hover {
    color: #e11b22;
}

.video .video-playlist {
    height: 350px;
    overflow: hidden;
    margin-top: 20px;
}

.video .video-playlist:hover {
    overflow-y: auto;
}

.video .video-playlist ul {
    list-style: none;
}

.video .video-playlist .video-list {
    margin-bottom: 20px;
}

.video .video-playlist .video-list .video-list-image {
    min-height: 100%;
}

.video .video-playlist .video-list .video-list-image img {
    height: 75px;
}

.video .video-playlist .video-list p {
    color: white;
    font-size: 18px;
    line-height: 26px;
}

.video h5, .video p {
    color: white !important;
}

section {
    padding: 20px;
}

section .card {
    padding: 10px;
    margin: 15px 0;
}

section .card:hover {
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.26);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.26);
}

section .card .card-img {
    min-width: 100%;
    overflow: hidden;
}

section .card .card-img:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

section .card .card-img img {
    height: auto;
    width: 100%;
}

section .card h6 {
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
}

section .card h6:hover {
    color: #e11b22;
}

section .card p {
    margin-top: 10px;
}

section .latest {
    margin-top: 10px;
}

.single-page .banner-title {
    text-align: center;
}

.single-page .banner-image {
    min-height: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.single-page .banner-image:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
}

.single-page .banner-image img {
    width: 100%;
    height: auto;
}

.single-page .banner-text p {
    margin-top: 15px;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 0;
}

.single-page .comments {
    padding: 30px 0;
}

.single-page .comments .title h2 {
    font-size: 26px;
}


.pagination{
    text-align: center;
    display: block !important;
}

.pagination a, .pagination span{
    border: 1px solid;
    padding: 0px 10px;
}
.pagination a{
    border-color: #2260bf;
}
.pagination span{
    border-color: #e11b22;
}


@media only screen and (max-width: 768px) {
    .top-header .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .top-header .navbar-nav .nav-item {
        margin-right: 10px;
    }
    .navbar-toggler {
        border-color: rgba(255, 255, 255, 0.5) !important;
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }
    .sticky .bottom-header .navbar-brand {
        opacity: 1;
    }
    .bottom-header .navbar-brand {
        display: block !important;
        opacity: 0;
    }

    .bottom-header .navbar-toggler {

        border-color: #FFF;
    }

    .bottom-header .navbar-toggler i {

        color: #FFF;
    }

    .sticky .bottom-header .navbar-toggler {

        border-color: #2260bf !important;
    }

    .sticky .bottom-header .navbar-toggler i {

        color: #2260bf !important;
    }

    .sticky .bottom-header .navbar .nav-link{
        color: #2260bf !important;
    }



    .sticky .bottom-header {
        padding: 5px 0px;
        background-color:rgb(255, 255, 255) !important;
        -webkit-box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
        box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);

    }

    .sticky .bottom-header nav{
        background-color:rgb(255, 255, 255) !important;
    }
    .mid-header .navbar{
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .banner-title h1 {
        line-height: 50px;
        font-size: 40px;
        font-weight: 500;
    }
}

/*float news css start*/
.float--article .float--article__table {
    display: table;
}

.float--article .float--article__table .float--article__image {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
}

.float--article .float--article__table .float--article__intro {
    display: table-cell;
    padding-left: 10px;
    vertical-align: top;
}

.float--article .float--article__table .float--article__intro h2 {
    font-size: 20px;
    color: #222;
    font-weight: 500;
    line-height: 30px;
    margin: 0px;
}

.float--article .float--article__table .float--article__intro h3 {
    font-size: 18px;
    color: #222;
    font-weight: 500;
    line-height: 27px;
    margin: 0px;
}

.float--article .float--article__table .float--article__intro h2 a {
    color: #222;
}

.float--article .float--article__table .float--article__intro h3 a {
    color: #5c5656;
}



.top--heading{
    margin-bottom: 10px;
}

.top--heading h2{
    font-size: 18px;
    color: #222;
    font-weight: 500;
    line-height: 30px;
    margin: 0px;

}

.top--heading h2 a{

    color: #222;
}

/*float news css end*/


/*overlay news*/
h1.line--camp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.overlay--news {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.overlay--news .overlay--post {
    position: absolute;
    bottom: 0px;
    padding: 20px;
}

.overlay--news .overlay--post .overlay--title h1 {
    margin: 0px;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 10px;
}

.overlay--news .overlay--post .overlay--title h1 a {
    color: #FFF;
}

.overlay--news .news--image__box a:before {
    background: -o-linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 34%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(34%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 1)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 34%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 34%, rgba(0, 0, 0, 1) 100%);
    bottom: 0;
    display: inline-block;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.8;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.news--image__box {
    height: auto;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.news--image__box img {
    -webkit-transition: -webkit-transform .5s linear;
    transition: -webkit-transform .5s linear;
    -o-transition: transform .5s linear;
    transition: transform .5s linear;
    transition: transform .5s linear, -webkit-transform .5s linear;
}

.news--image__box img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.news--image__box .overlay--category {
    position: absolute;
    z-index: 999;
    bottom: 0px;
    right: 0px;
    background: #e11b22;
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    font-size: 20px;
    line-height: 35px;
}

.news-list-bichar ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.news-list-bichar ul li{
    margin-bottom: 20px;
}

.news-list-bichar ul li .circle {
    border-radius: 50%;
    overflow: hidden;
    height: 75px;
    width: 75px;
    margin: auto;
}


.news-list-bichar ul li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-list-bichar ul li .colbichar {
    padding-right: 0px;
}

.news-list-bichar ul li h4 {
    font-size: 18px;
    line-height: 30px;
}

.news-list-bichar ul li h4 a{
    color: #3b3b3b;
}


.taja--trending .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #2260bf;
    border-color: #dee2e6 #dee2e6 #fff;
    font-weight: bold;
    font-size: 16px;
}

.taja--trending .nav-tabs .nav-link {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}


.banner-title ul, p.card-text, .list--content .content p, .small-box-text p {
	display:none;
}