﻿body {
    font-family: 'Mukta', sans-serif;
    line-height: 1;
}

a:active, a:after, a:focus, a:hover {
    text-decoration: none;
}

.full-width {
    width: 100%;
    height: auto;
}

.navbar {
    min-height: 40px;
    vertical-align: middle;
    margin-bottom: 15px;
}

li.nav-item > a.nav-link {
    padding: 8px 32.5px 5px 32.5px !important;
}

.color-white {
    color: #fff;
}

li.nav-item > a.nav-link {
    border-right: 0px solid #fff;
    text-align: center;
}

.navbar-search {
    position: relative;
    margin-top: 0;
    width: 0%;
    min-width: 35px;
    height: 35px;
    float: right;
    margin-bottom: 3px;
    overflow: hidden;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    -webkit-backface-visibility: hidden;
}

.navbar-search-input {
    position: absolute;
    top: 3px;
    bottom: 3px;
    right: 0;
    border: none;
    outline: 0;
    background: #15a14a;
    width: 100%;
    height: 32px;
    margin: 0;
    z-index: 10;
    padding: 0;
    font-family: inherit;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    text-indent: 15px;
}

    .navbar-search-input::-webkit-input-placeholder {
        color: #fff;
    }

    .navbar-search-input:-moz-placeholder {
        color: #fff;
    }

    .navbar-search-input::-moz-placeholder {
        color: #fff;
    }

    .navbar-search-input:-ms-input-placeholder {
        color: #fff;
    }

.navbar-icon-search, .navbar-search-submit {
    width: 34.5px;
    height: 32px;
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
    bottom: 3px;
    padding: 0;
    margin: 0;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}

.navbar-search-submit {
    background: #fff;
    opacity: 0;
    color: transparent;
    border: none;
    outline: 0;
    z-index: -1;
}

.navbar-icon-search {
    color: #fff;
    border: 1px solid #fff;
    background: #15a14a;
    z-index: 90;
    font-size: 18px;
    padding-top: 2px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.navbar-search.navbar-search-open {
    width: 100%;
    max-width: 205px;
    transition: all ease-in-out .8s;
    -webkit-transition: all ease-in-out .8s;
    -moz-transition: all ease-in-out .8s;
}

    .navbar-search.navbar-search-open .navbar-icon-search {
        background: #fff;
        color: #15a14a;
        z-index: 11;
    }

    .navbar-search.navbar-search-open .navbar-search-submit {
        z-index: 90;
    }

li.nav-item.active a {
    background-color: white;
    color: #15a14a !important;
}

h3.logo-text {
    font-size: 48px;
    margin-top: 25px;
    margin-bottom: 0;
    line-height: 1;
    color: black;
}

label.eco-date {
    color: #2d7a8c;
    font-weight: 700;
    margin-bottom: 12px;
}

a.no-border {
    border: 0 !important;
}

.navbar-inverse {
    background-color: #15a14a;
    border-color: #15a14a;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.75);
    -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,.75);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.75);
}

    .navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
        color: #fff;
        font-size: 20px;
    }

h3 span {
    color: #2d7a8c;
}

#SecondaryNavBar h3 {
    margin-top: 6px;
    font-size: 30px;
    color: black;
}

    #SecondaryNavBar h3 span {
        color: white;
        margin-left: 3px;
    }

.navbar-toggler:not(:disabled):not(.disabled) {
    color: #fff;
}

.FlashNewsContents {
    width: 100%;
    padding: 20px 10px 20px 10px;
    border: 1px solid;
    border-color: #f5f5f5;
    border-radius: 0;
    box-shadow: 0 0 10px #dadada;
    text-align: center;
}

    .FlashNewsContents p {
        color: black;
        line-height: 1.3;
        font-size: 20px;
    }

    .FlashNewsContents a:hover p {
        color: #2d7a8c;
    }

h1.BreakingHeader {
    margin-top: 15px;
    margin-bottom: 15px;
    color: black;
    font-size: 64px;
}

a:hover h1.BreakingHeader {
    color: #2d7a8c;
}

h5.BreakingSubHeader {
    font-size: 22px;
    color: black;
}

.head-news p {
    font-size: 23px;
    color: black;
    margin-top: 20px;
}

a:hover h5.BreakingSubHeader, .head-news a:hover p {
    color: #2d7a8c;
}

.section-header-container {
    border-bottom: 2px solid #e60000;
    margin-bottom: 10px;
}

.section-header-container-blue-other {
    border-bottom: 2px solid #2d7a8c;
    margin-bottom: 10px;
    width: 100%;
}

.section-header {
    clear: both;
    overflow: visible;
    position: relative;
    height: 35px;
    background: #e60000;
    padding-right: 35px;
    padding-left: 10px;
    font-weight: 700;
    color: #fff;
    line-height: 35px;
    margin-bottom: 0;
    font-size: 23px;
    padding-top: 6px;
}

    .section-header:after, .section-header:before {
        content: "";
        position: absolute;
        top: 0;
        width: 0;
        height: 0;
    }

.section-content:after {
    right: 0;
    border-right: 35px solid #fff;
    border-bottom: 35px solid transparent;
}

.section-header-blue-other {
    clear: both;
    overflow: visible;
    position: relative;
    height: 35px;
    background: #2d7a8c;
    padding-right: 35px;
    padding-left: 10px;
    font-weight: 700;
    color: #fff;
    line-height: 35px;
    margin-bottom: 0;
    font-size: 23px;
    padding-top: 6px;
}

    .section-header-blue-other:after, .section-header-blue-other:before {
        content: "";
        position: absolute;
        top: 0;
        width: 0;
        height: 0;
    }

.bg-image-mainnews {
    background-size: cover !important;
    height: 100%;
    min-height: 432px;
}

.bg-image-subnews {
    background-size: cover !important;
    height: 100%;
    min-height: 290px;
}

.bg-grad-layer-6 {
    transition: all ease-in-out .5s;
}

    .bg-grad-layer-6::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 15px;
        right: 15px;
        z-index: 0;
        opacity: .6;
        background: linear-gradient(to top,#000 0,rgba(0,0,0,.5) 100%);
    }

.MainNewsContent {
    position: absolute;
    bottom: 0;
    padding: 15px;
    max-width: 100%;
    text-align: left;
    left: 15px;
    right: 15px;
    top: auto;
}

.main-news-header {
    font-size: 40px;
    color: #fff;
}

.MainNewsContent p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
}

.sub-news-header {
    color: #fff;
    font-size: 30px;
}

.sub-news-header-small {
    font-size: 26px;
    color: #fff;
    line-height: 1.5;
}

    .main-news-header:hover, .sub-news-header-small:hover, .sub-news-header:hover {
        color: #52b1c7;
    }

.section-header-container-blue {
    background-color: #2d7a8c;
    padding: 5px;
    text-align: center;
    padding-top: 15px;
}

    .section-header-container-blue h3 {
        color: #fff;
        margin-bottom: 0;
        line-height: 1;
        font-size: 1.5em;
    }

.bisesh-khabar {
    background-color: #dadada;
    padding: 8px;
}

    .bisesh-khabar img {
        margin-bottom: 8px;
    }

    .bisesh-khabar h3 {
        font-size: 19px;
        margin-bottom: 5px;
        height: 23px;
        overflow: hidden;
        padding-top: 2px;
        line-height: 1.3;
    }

    .bisesh-khabar i {
        color: #52b1c7;
    }

    .bisesh-khabar p {
        margin-bottom: 5px;
        font-size: 14px;
    }

.popular-divider {
    margin: 13.5px 0;
}

.news-divider {
    margin: 15.5px 0;
}

.popular-news {
    background-color: #dadada;
    padding: 5px;
    padding-top: 15px;
}

    .popular-news h3 {
        font-size: 22px;
        height: 56px;
        overflow: hidden;
        margin-bottom: 8px;
        padding-top: 5px;
    }

    .popular-news p {
        margin-bottom: 0;
        font-size: 14px;
    }

.half-col a h3 {
    color: black;
}

.half-col-full a h3 {
    height: 28px;
    overflow: hidden;
    padding-top: 2px;
    line-height: 1.3;
}

.half-col a p {
    color: black;
}

.half-col a:hover h3 {
    color: #2d7a8c;
}

.popular-category {
    color: #933;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.half-col h3 {
    margin-top: 5px;
    font-size: 21px;
    margin-bottom: 0;
}

h3.news-title {
    font-size: 21px;
    margin-top: 0;
    height: 53px;
    overflow: hidden;
    padding-top: 5px;
    color: black;
}

    h3.news-title:hover {
        color: #2d7a8c;
    }

p.news-meta {
    color: black;
}

.other-news p.news-meta {
    margin-top: 15px;
}

.half-col p {
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 700;
}

    .half-col p.news-meta {
        font-size: 14px;
    }

p i {
    color: #2d7a8c;
}

.MainNewsContent p i {
    color: #fff;
}

.half-col p.news-content {
    line-height: 1.3;
    font-weight: 400;
    text-align: justify;
    max-height: 60px;
    overflow: hidden;
}

.other-news {
    background-color: #dadada;
    padding: 5px;
}

    .other-news p {
        margin-bottom: 0;
    }

footer {
    background-color: #0a411f;
    padding: 2em 0;
    color: #fff;
}

    footer p {
        font-size: 18px;
        line-height: 1.3;
    }

    footer h2 {
        margin-bottom: 20px;
        font-size: 22px;
    }

        footer h2 label {
            font-size: 22px;
            line-height: 1;
            margin-bottom: 0;
            color: #fff;
            font-weight: 700;
            border-bottom: 2px solid #fff;
        }

.copy-right {
    text-align: center;
    background-color: #2d7a8c;
    color: #fff;
    padding: 10px 0;
    font-size: 18px;
}

    .copy-right a {
        color: #add8e6;
        border-bottom: 1px #fff dotted;
    }

        .copy-right a:hover {
            color: #fff;
        }

footer .social-links {
    text-align: center;
    padding: 0;
    font-family: sans-serif;
}

.youtube {
    height: 32px;
    width: 32px;
    text-align: center;
    padding: 8px 8px;
    border-radius: 50%;
    border: 1px solid #c4302b;
    background-color: #c4302b;
    color: #fff;
    line-height: 18px;
    margin-left: 5px;
    font-size: 20px;
}

    .youtube:hover {
        background-color: #fff;
        color: #c4302b;
    }

.facebook {
    height: 32px;
    width: 32px;
    text-align: center;
    padding: 8px 13px;
    border-radius: 50%;
    border: 1px solid #3b5998;
    background-color: #3b5998;
    color: #fff;
    line-height: 18px;
    font-size: 20px;
}

    .facebook:hover {
        background-color: #fff;
        color: #3b5998;
    }

.twitter {
    height: 32px;
    width: 32px;
    text-align: center;
    padding: 8px 9px;
    border-radius: 50%;
    border: 1px solid #00acee;
    background-color: #00acee;
    color: #fff;
    line-height: 18px;
    margin-left: 5px;
    font-size: 20px;
}

    .twitter:hover {
        background-color: #fff;
        color: #00acee;
    }

.instagarm {
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 8px 10.5px;
    border-radius: 50%;
    border: 1px solid #c13584;
    background-color: #c13584;
    color: #fff;
    line-height: 18px;
    margin-left: 5px;
    font-size: 20px;
}

    .instagarm:hover {
        background-color: #fff;
        color: #c13584;
    }

.whatsapp {
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 4px 11.5px;
    border-radius: 50%;
    border: 1px solid #20c562;
    background: #20c562;
    color: #fff;
    line-height: 18px;
    margin-left: 5px;
    font-size: 20px;
}

    .whatsapp:hover {
        background-color: #fff;
        color: #20c562;
    }

.whatsapp {
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 1px 8.5px;
    border-radius: 50%;
    border: 1px solid #24cb66;
    background: #24cb66;
    color: #fff;
    line-height: 18px;
    margin-left: 5px;
    font-size: 20px;
}

    .whatsapp:hover {
        background-color: #fff;
        color: #24cb66;
    }

.gplus {
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 3px 6.5px;
    border-radius: 50%;
    border: 1px solid #da111d;
    background: #da111d;
    color: #fff;
    line-height: 18px;
    margin-left: 5px;
    font-size: 20px;
}

    .gplus:hover {
        background-color: #fff;
        color: #da111d;
    }

.viber {
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 1px 7px;
    border-radius: 50%;
    border: 1px solid purple;
    background: purple;
    color: #fff;
    line-height: 18px;
    margin-left: 5px;
    font-size: 20px;
}

    .viber:hover {
        background-color: #fff;
        color: purple;
    }

.pInterest {
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 4px 11.5px;
    border-radius: 50%;
    border: 1px solid #c8232c;
    background: #c8232c;
    color: #fff;
    line-height: 18px;
    margin-left: 5px;
    font-size: 20px;
}

    .pInterest:hover {
        background-color: #fff;
        color: #c8232c;
    }

.quick-links div.row {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}

.quick-links a {
    color: #fff;
    font-weight: 700;
}

    .quick-links a i {
        color: #00acee;
    }

    .quick-links a:hover, .quick-links a:hover i {
        color: #2d7a8c;
    }

.contact-us p {
    font-size: 20px;
    margin-bottom: 12px;
}

    .contact-us p i {
        color: #fff;
    }

.modal {
    z-index: -1;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.modal-open .modal {
    z-index: 1050;
}

.modal img {
    max-height: 80vh;
}

.modal-dialog.modal-lg {
    max-width: 100%;
    width: auto !important;
    display: inline-block;
}

.modal-lg .modal-content {
    border-radius: 0px;
    width: auto;
}

.modal-lg .modal-body {
    padding: 5px;
    border-radius: 0px;
    width: auto;
}

#Jacket_Add_Close_Button {
    background-color: #0000cc;
    padding: 5px 9px;
    font-size: 14px;
    position: absolute;
    right: 5px;
    opacity: 1;
    top: 0;
    color: white;
}

img {
    max-width: 100% !important;
}

.mainImagecontainer {
    position: relative;
    margin: 0;
}

    .mainImagecontainer img {
        vertical-align: middle;
    }

    .mainImagecontainer .content {
        position: absolute;
        bottom: 0;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.5);
        color: #f1f1f1;
        padding: 20px;
        left: 0;
        right: 0;
        max-height: 83px;
        overflow: hidden;
    }

.relative {
    position: relative;
}

.absolute-text {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    font-family: "vedana";
    background: #D13938;
    color: white;
    padding: 10px 10px;
    width: 120px;
    text-align: center;
    margin: 0;
}

a div.content h3 {
    color: white;
}

a:hover div.content h3 {
    color: lightblue;
}

.mainImagecontainer p {
    padding: 2.5px;
    color: white;
    background-color: red;
    width: 120px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.abc {
    padding: 15px;
    text-align: center;
}

.desc {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.news-container {
    min-height: 202px;
}
/*Listing-Page*/
.RecentMain {
    border: 1px solid whitesmoke;
    box-shadow: rgba(0,0,0,0.5) 2.5px 2.5px 2px;
}

    .RecentMain div.contents {
        padding: 5px 8px;
    }

        .RecentMain div.contents h4 {
            text-align: center;
            line-height: 1.5;
            height: 55px;
            overflow: hidden;
        }

.HeaderText a {
    font-size: 14px;
    padding: 3px 15px 0 20px;
    align-items: center;
    line-height: 25px;
}

    .HeaderText a:hover {
        color: #2d7a8c;
    }

h4.RecentSmallHeader {
    margin-top: 0px;
    margin-bottom: 0px;
    height: 80px;
    overflow: hidden;
    line-height: 1.56;
    font-weight: bold;
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 29px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #2d7a8c;
    text-align: center;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

    #scroll img {
        margin-top: 12px;
    }

    #scroll:hover {
        background-color: #993333;
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }

a .main-news.content {
    padding: 5px 15px;
}

    a .main-news.content h3, a .RecentMain h3 {
        color: black;
    }

a:hover .main-news.content h3, a:hover .RecentMain h3 {
    color: #2d7a8c;
}

.RecentMain a .contents h3 {
    color: black;
}

.RecentMain a:hover .contents h3 {
    color: #2d7a8c;
}

.bisesh-khabar h3 {
    color: black;
}

    .bisesh-khabar h3:hover {
        color: #2d7a8c;
    }

.popular-news a h3 {
    color: black;
}

.popular-news a:hover h3 {
    color: #2d7a8c;
}

@media(min-width:1400px) {
    .container {
        max-width: 1340px;
    }
}

@media(min-width:1600px) {
    .container {
        max-width: 1540px;
    }
}

@media(min-width:1800px) {
    .container {
        max-width: 1740px;
    }
}

@media(max-width:1367px) {
    .popular-news h3 {
        font-size: 17px;
        height: 40px;
    }

    .bisesh-khabar h3 {
        height: 23px;
        overflow: hidden;
        padding-top: 3px;
    }

    .half-col h3 {
        height: 50px;
        overflow: hidden;
        padding-top: 2px;
    }

    h3.news-title {
        font-size: 17px;
        margin-top: 0;
        height: 40px;
        overflow: hidden;
        padding-top: 5px;
    }

    .bigyapan4 {
        margin-top: 13px;
    }

    .half-col p.news-content {
        height: 35px;
        overflow: hidden;
    }

    .news-divider {
        margin: 17.5px 0;
    }

    .popular-divider {
        margin: 14px 0;
    }

    .navbar-search.navbar-search-open {
        max-width: 271px;
    }

    li.nav-item > a.nav-link {
        padding: 8px 15px 5px 15px !important;
    }
}

.pagination {
    display: inline-block;
}

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        margin-top: 5px;
    }

    .pagination li.active a {
        background-color: #4CAF50;
        color: white;
    }

        .pagination li.active a:hover {
            background-color: #4CAF50;
            color: white;
        }

    .pagination li:not(.active) a:hover {
        background-color: #ddd;
        color: white;
    }

@media (max-width: 990px) {
    footer div.col-md-3 {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: dotted white 1px;
    }

    .social-links {
        margin-bottom: 8px;
    }
}

@media(max-width:720px) {
    .dont-show-mobile {
        display: none !important;
    }
}

@media(max-width:540px) {
    navbar {
        text-align: center;
    }

    #navbar-search, #navbar-search-secondary {
        margin-top: 10px;
        margin-left: 1%;
        max-width: 97%;
        float: inherit;
        margin-bottom: 15px;
    }

    ul.navbar-nav {
        text-align: center;
    }

    .navbar-nav a.nav-link.color-white {
        padding: 15px 0 !important;
        border: 0;
        border-bottom: 1px dotted #fff;
    }

    h3.logo-text {
        text-align: center;
    }

    .logo-div {
        text-align: center;
    }

    .modal-lg {
        margin-top: 15%;
    }

    .BigImage {
        display: none;
    }

    .SmallImage {
        display: block;
    }

    .modal {
        overflow: hidden;
    }

    .newsmetainfo {
        text-align: center;
    }

    .copy-right {
        font-size: 15px;
    }

    .FlashNewsContents p {
        font-size: 16px;
        line-height: 1.3;
    }

    h1.BreakingHeader {
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 35px;
    }

    .head-news p {
        font-size: 20px;
        color: black;
        margin-top: 20px;
        line-height: 1.3;
    }
}

@media(min-width:539px) {
    .BigImage {
        display: block;
    }

    .SmallImage {
        display: none;
    }
}
