
@font-face {
    font-family: bangla-regular;
    src: url(../fonts/NotoSerifBengali-Regular.ttf);
}

@font-face {
    font-family: bangla-bold;
    src: url(../fonts/NotoSerifBengali-Bold.ttf);
}

body {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    font-family: "bangla-regular", sans-serif;
    color: #666666;
}

a {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

a:hover, a:focus {
    color: #ea2127;
    outline: none;
    text-decoration: none;
}

p {
    margin-bottom: 15px;
}

.small, small {
    font-size: 90%;
    color: #9e9e9e;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 700;
    color: #222222;
    line-height: 1.3;
}

h1,
.h1 {
    font-size: 36px;
    margin-bottom: 14px;
}

.container-fluid {
    width: 85%;
}
img{
    border-radius: 5px;
}
@media only screen and (max-width: 767.98px) {

    h1,
    .h1 {
        font-size: 30px;
    }
}

h2,
.h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767.98px) {

    h2,
    .h2 {
        font-size: 28px;
    }
}

h3,
.h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767.98px) {

    h3,
    .h3 {
        font-size: 26px;
    }
}

h4,
.h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

h5,
.h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 13px;
}

h6,
.h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 9px;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

strong,
b {
    font-weight: 700;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
}

.topforadd{
    margin-top: -15px !important;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

button:active,
button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

fieldset {
    margin-top: 30px;
}

fieldset legend {
    border-bottom: 1px solid #e7e7e7;
    color: #000;
    font-size: 24px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

.border-right-1 {
    border-right: 1px solid #efefef;
}

.border-left-1 {
    border-right: 1px solid #efefef;
}

/*===============================
Nice Select Customization
================================*/
.nice-select {
    border-radius: 0;
    float: none;
    height: auto;
    text-transform: capitalize;
    line-height: inherit;
    padding: 8px 30px 8px 15px;
    width: 100%;
}

.nice-select span.current {
    font-weight: 600;
    font-size: 13px;
}

.nice-select .list {
    border-radius: 0;
    width: 100%;
}

.nice-select .list .option {
    line-height: 30px;
    min-height: 30px;
}

/*===============================
Bootstrap Tooltip Customization
================================*/
.tooltip {
    z-index: 9999;
}
.tooltip .tooltip-inner {
    background-color: #fdc657;
    border-radius: 2px;
    font-size: 13px;
    line-height: 1;
    text-shadow: none;
    padding: 5px 10px 7px;
}
.tooltip .arrow:before {
    border-top-color: #fdc657 !important;
}
.tooltip.show {
    opacity: 1 !important;
}
/*=======================
01. Background Colors
==========================*/
.bg-egg-white {
    background-color: #FFEFBF;
}
.bg-offwhite {
    background-color: #f4f4f4;
}
.bg-ash {
    background-color: #f1f1f1;
}
.bg-soft-pink {
    background-color: #FFCFBF;
}
.bg-dodger-blue {
    background-color: #cde2ff;
}
.bg-magic-mint {
    background-color: #AFF1D3;
}
.bg-brand {
    background-color: #fdc657;
}
.bg-black {
    background-color: #000 !important;
}
.bg-soft-black {
    background-color: #222222;
}
.bg-blue {
    background-color: #1e2165;
}
.bg-soft-sweet {
    background-color: #FFDFBF;
}
.product-tab-wrapper .slick-list .slick-active:first-child,
.product-tab-wrapper .slick-list .slick-active:last-child {
    opacity: 0.4;
}
/*=============================
02. Start Header Area Wrapper
===============================*/
/*----------------------------
Top nav section
------------------------------*/
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 14px;
    padding-left: 14px;
}
.top-menu {
    background: #5a5a5a;
    padding: 7px 0;
}
.top-nav-link {
    display: inline-flex;
}
.socio-fb a {
    background: #4267B2;
    padding: 3px 5px;
    border-radius: 5px;
}
.top-nav-left li {
    margin-right: 15px;
}
.top-nav-link li a {
    font-size: 14px;
    color: #5a5a5a;
    font-family: 'bangla-bold', serif;
}
.top-nav-right {
    float: right;
}
.top-nav-right li {
    margin-left: 15px;
}
.last-news a {
    color: #ea2127 !important;
}
.notification {
    display: flex;
    justify-content: flex-end;
}
/*----------------------------
Logo section
------------------------------*/
.multiple-date {
    display: inline-flex;
    margin-top: 15px;
}
.multiple-date li {
    color: #757575;
    font-family: 'bangla-bold';
    padding-right: 10px;
}
/*----------------------------
Menu section
------------------------------*/
.main-menu {
    border-top: 0;
    border-bottom: 0;
    background: #0c4da2;
    z-index: 2!important;
}
.nav-item {
    font-size: 16px;
    font-family: bangla-bold;
    color: #fff !important;
    padding: 5px 0 0 0;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgb(255 255 255) !important;
}
.socialbtns, .socialbtns ul, .socialbtns li {
    margin: 0;
    padding: 1px 4px;
}
.socialbtns li {
    list-style: none outside none;
    display: inline-block;
}
.logo-section {
    padding: 15px 0;
}
#bell i {
    font-size: 20px;
}
.socialbtns .fa {
    width: 37px;
    height: 37px;
    color: #0c4da2;
    background-color: #FFF;
    border: 1px solid #0c4da2;
    padding-top: 11px;
    border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    -o-border-radius: 22px;
    text-align: center;
}
.nf {
    margin-top: 9px;
    margin-right: 15px;
}
.socialbtns .fa:hover {
    color: #ffffff;
    background-color: #000;
    border: 1px solid #000;
}
.dropdown-menu > .dropdown {
    position: relative;
}

.dropdown-menu > .dropdown a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: .9rem;
    top: .9rem;
}

.dropdown-menu > .dropdown .dropdown-menu {
    top: -.7rem;
    left: 100%;
    border-radius: 0 .25rem .25rem .25rem;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    list-style: none;
    background-color: #0c4da2;
    background-clip: padding-box;
    border: 0;
    border-radius: .25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
/*=======================
03. Feature section
==========================*/
.feature-section {
    padding: 15px 0 10px 0;
    background: #ffffff;
}
.feature-content-box {
    padding-left: 15px;
    padding-bottom: 10px;
    /*height: 354px;*/
    margin-top: 12px;
    padding-right: 15px;
}
.feature-news-title {
    font-size: 30px;
    line-height: 41px;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
}
.feature-news-title2 {
    font-size: 24px;
    line-height: 29px;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
}
.feature-text {
    font-size: 16px;
    line-height: 20px;
    color: #66605c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 3px;
}
.feature-text2 {
    font-size: 18px;
    line-height: 25px;
    color: #66605c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    margin-bottom: 3px;
}
.feature-text3 {
    font-size: 18px;
    line-height: 25px;
    color: #66605c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 3px;
}
.world-list-img {
    height: 170px;
}
.feature-img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    margin-top: 12px;
}
.short-list-title {
    font-size: 15px;
    line-height: 20px;
    color: #484747;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.feature-list-img {
    width: 100%;
    height: 65px;
    object-fit: cover;
    padding-right: 10px;
}
.line-container-semi {
    height: 120px;
    position: absolute;
    top: 0;
    right: 0;
}
.line-semi {
    height: 260px;
    width: 1px;
    background: #ececec;
    margin: 0 auto;
    margin-top: 45px;
}
.feature-list-box {
    border-bottom: 1px solid #ececec;
    padding: 12px 0;
    margin:0 10px;
}
/*=======================
04. News Card
==========================*/
.section-title {
    position: relative;
    font-size: 22px;
    margin: 20px 0;
}

.section-title:after {
    position: absolute;
    content: "";
    left: 18%;
    top: 12px;
    height: 1px;
    width: 82%;
    background: #b5b5b5;
}

.bd-politics-section {
    padding: 40px 0 0 0;
}

.global-politics {
    padding: 40px 0 40px 0;
}

.news-content-box {
    padding: 15px 8px 8px 8px;
    background: #fff;
}

.news-box {
    background: #fff;
    box-shadow: 0 1px 15px rgb(0 0 0 / 5%);
}

.common-img-box {
    height: 181px;
    width: 100%;
    object-fit: cover;
}

.news-title {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
}

.short-dis {
    font-size: 16px;
    line-height: 20px;
    color: #66605c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 5px;
}

/*=======================
05. ads
==========================*/
/*.horizontal-biggapon {*/
/*    width: 100%;*/
/*}*/
.biggapon {
    padding: 20px 0;
    text-align: center;
}

/*=======================
06. Second Feature
==========================*/
.second-feature-title {
    font-size: 28px;
    line-height: 24px;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    padding: 18px 0 10px 0;
}
.divid {
    border-top: 1px solid #ddd;
    width: 100%;
}
.second-feature-content {
    font-size: 16px;
    line-height: 20px;
    color: #66605c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.popular-news {
    background: #f0f8fa;
    padding: 25px 0;
}

.second-feature-line {
    height: 351px;
    width: 1px;
    background: #ececec;
    margin: 0 auto;
    margin-top: 118px;
}

.second-feature-img {
    height: 425px;
    width: 100%;
    object-fit: cover;
    margin-top: 15px;
}

.second-feature-list-img category-list-img {
    width: 100%;
    height: 63px;
    object-fit: cover;
    padding-right: 10px;
}

.second-feature-list-title {
    font-size: 15px;
    color: #484747;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #0c4da2;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link {
    color: #5a5a5a;
}

.hot-job-list {
    border-bottom: 1px solid #ececec;
    padding: 10px 0;
}

.number {
    font-size: 27px;
    color: #9e9e9e;
}

.hot-job-list-title {
    font-size: 17px;
    color: #484747;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*=======================
07. Right side panel
==========================*/
.right-side-panel {
    background: #fff;
    padding: 10px 10px;
    margin: 42px 0 0 0;
}

/*====== interview section ======*/
.interview-main-card {
    background: #ffffff;
    margin: 20px 0;
    padding: 20px 0;
}

.interview-person-img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 100px;
}
.interview-title {
    font-size: 25px;
    position: absolute;
    left: -20px;
    width: 80%;
    top: 21px;
    background: #001246;
    color: #fff;
    padding: 8px 11px;
    line-height: 29px;
}
.interview-feature-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    padding-top: 64px;
    font-size: 20px;
    line-height: 26px;
}

.interview-list {
    font-size: 25px;
    line-height: 32px;
    display: block;
    color: #565656;
    font-family: 'bangla-bold';
}
.article-box {
    border: 1px solid #cfcfcf;
    padding: 38px 58px;
    margin-right: 30px;
    position: relative;
}
.interview-card {
    border-top: 1px solid #ddd;
    margin-top: 15px;
    padding-top: 10px;
}

.second-title {
    font-size: 20px;
    border-left: 6px solid #ea2127;
    padding-left: 10px;
    line-height: 21px;
    padding-top: 6px;
    color: #ea2127
}

.tri-ttl {
    margin-top: 30px;
}

/*====== others news 01 ======*/
.color-green {
    color: #0c4da2 !important;
    border-left: 6px solid #0c4da2 !important;
}
.nirbachito{
    background: rgb(236, 234, 234);
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.toprightvideo iframe{
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.others-news-feature-img {
    width: 100%;
    height: 235px;
    object-fit: cover;
}

.others-news-feature-title {
    font-size: 18px;
    color: #484747;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}

.others-news-feature-content li a {
    font-size: 16px;
    color: #484747;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 8px 0;
    font-family: 'bangla-bold';
    line-height: 20px;
    border-bottom: 1px solid #ddd;
    height: 57px;
}

/*=======================
08. Image & Video Gallery
==========================*/
.ablum-area {
    padding: 40px 0;
}

/* Hide the images by default */
.mySlides {
    display: none;
    position: relative;
}

.mySlides p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #0a0a0a;
    background: #fff;
    padding: 10px 0;
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

/* Add this class to show the image*/
.show {
    display: block;
    animation: fadeIn .2s linear;
}

.mySlides img {
    width: 100%;
    padding: 0;
    height: 530px;
    object-fit: cover;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

/* Number text (1/3 etc) */
.numbertext {
    animation: fadeOut 3s linear;
    opacity: 0;
    font-family: 'Mansalva', cursive;
    color: #f2f2f2;
    font-size: 1rem;
    padding: 8px 12px;
    position: absolute;
    top: 0;

}

/* Container for image text */
.caption-container {
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 1;
    top: 38%;
    width: 96%;
}

#thumbnail-section {
    flex-wrap: nowrap;
}

/*#caption {*/
/*  font-family: 'Muli', sans-serif;*/
/*  font-size: 1.2rem;*/
/*  margin: 0;*/
/*}*/

/* Next & previous arrow icons */
.prev, .next {
    cursor: pointer;
    width: auto;
    color: #000000;
    font-weight: bold;
    font-size: 20px;
    user-select: none;
    -webkit-user-select: none;
    transition: .3s all;
    background: #fff;
    padding: 0 8px;
}

/* On hover, add a black background color */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Thumnbail images */
.thumbnail img {
    width: 100%;
    margin: 0;
    border: 5px solid #000;
    height: 90px;
    object-fit: cover;
}

/* Add a opaque effect for thumnbail images */
.demo {
    opacity: 0.6;
    transition: .5s;
}

.demo:hover {
    opacity: 1;
}

.active {
    opacity: 1;
    transform: scale(.8);
    transition: .3s;
}

/*video section*/
.common-video-box {
    height: 130px;
    width: 100%;
    object-fit: cover;
    position: relative;
}

.media-box .icofont-play-alt-3 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 24%;
    font-size: 46px;
    color: #ea2127;
}

.video-title {
    font-size: 17px;
    line-height: 20px;
    display: block;
    color: #565656;
    font-family: 'bangla-bold';
    border-left: 4px solid #ddd;
    padding-left: 15px;
    margin-bottom: 0;
}

.media-title {
    font-size: 20px;
    padding-left: 10px;
    line-height: 21px;
    padding-top: 10px;
    padding-bottom: 6px;
    color: #ffffff;
    background: #ea2127;
    margin-bottom: 8px;
    display: block;
    font-family: 'bangla-bold';
}

.media-box {
    margin-bottom: 20px;
}

/*video section*/

.form-control {
    display: block;
    width: 100%;
     height: calc(2.5em + 0.75rem + 2px); 
    padding: 0.7750000000000004rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 3.5;

}
/*=======================
09. Footer
==========================*/
.go_top span {
    display: inline-block
}

.footer-big {
    padding: 60px 0 0px 0;
}

.footer-big .footer-widget {
    margin-bottom: 40px
}

.footer--light {
    background: #0c4da2;
}

.footer-big .footer-menu ul li a, .footer-big p, .footer-big ul li {
    color: #ffffff;
}

.footer-menu {
    padding-left: 48px;
    
    
}

.footer-menu ul li a {
    font-size: 18px;
    line-height: 32px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.footer-menu ul li a:hover {
    color: #c4c1c1;
    font-size: 17.5px;
   
}

.footer-menu--1 {
    width: 100%
}

.mini-footer {
    /* background: #192027; */
    text-align: center;
    padding: 10px 0 4px 0;
    border-top: 1px solid #51555c;
}

.mini-footer p {
    margin: 0;
    line-height: 26px;
    font-size: 15px;
    color: #999
}

.mini-footer p a {
    color: #5867dd
}

.mini-footer p a:hover {
    color: #34bfa3
}

.widget-about img {
    display: block;
    margin-bottom: 30px
}

.widget-about p {
    font-weight: 400
}

@media (max-width: 991px) {
    .footer-menu {
        padding-left: 0
    }
}

/*=====category list page=====*/
.category-list-img {
    height: 107px;
}

.page-title {
    font-size: 23px;
    margin-bottom: 0;
    padding: 15px 0px;
}

.page-title i {
    color: #0c4da2;
}

.btn-primary {
    background-color: #0c4da2;
    border-color: #0c4da2;
}

.cat-list-title {
    font-size: 18px;
    line-height: normal;
}

.category-news-title {
    font-size: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.category-feature-text {
    font-size: 16px;
    line-height: 20px;
    color: #66605c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 3px;
}

/*=====category list page=====*/
/*=====image list page=====*/
.image-list-feature-img {
    height: 384px;
    width: 100%;
    object-fit: cover;
}

.image-list-box img {
    height: 165px;
    width: 100%;
    object-fit: cover;
}

.image-list-box {
    background: #ffffff;
    box-shadow: 0 1px 15px rgb(0 0 0 / 5%);
    margin-bottom: 14px;
}

.album-icon {
    position: absolute;
    left: 45px;
    z-index: 111;
    bottom: 17px;
    font-size: 21px;
    color: #000000;
    padding: 3px;
    background: #fff;
    border-radius: 5px;
}

.main-img-thumb h4 {
    font-size: 24px;
    padding: 20px 9px;
    margin-top: 11px;
}
.image-item img {
    width: 100%;
}
/*=====image list page=====*/
/*=====News Details page=====*/
.news-cat-name {
    font-size: 22px;
    border-bottom: 2px solid #0c4da2;
    color: #0c4da2;
    font-weight: 800;
    margin-bottom: 15px;
    display: inline-block;
}
.common-text {
    font-size: 17px;
    color: #4e4e4e;
    letter-spacing: .5px;
    line-height: 27px;
}
.author-img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.posted-by {
    margin-bottom: 5px;
}
.posted-by a {
    color: #0c4da2;
}

/*comments*/

.comment-img {
  width: 3rem;
  height: 3rem;
}
.comment-replies .comment-img {
  width: 1.75rem;
  height: 1.75rem;
}
/*comments*/





/*=====News Details page=====*/
/*=====Video List page=====*/
.vl-page-thumb .icofont-play-alt-3 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 38%;
    font-size: 95px;
    color: #ea2127;
}
.vl-page-rt-thumb .icofont-play-alt-3 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 38%;
    font-size: 46px;
    color: #ea2127;
}
/*=====Video List page=====*/
/*=====Video details page=====*/
.video-right-list{
    position: relative;
}
.video-right-list .icofont-play-alt-3 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 30%;
    font-size: 30px;
    color: #ea2127;
}
/*=====Video details page=====*/
/*=====scroll fix=====*/
#headr {
    height: 194px;
}
/*=====scroll fix=====*/
/*=====side nav=====*/
/* common styles  */
 .border-right
 {
    border-right:border-top: 1px solid #ddd;
 }
.content {
  margin: auto;
}
.submenu {
  display: flex;
  justify-content: center;
  margin: 10px auto 0;
}

.submenu__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.submenu__item:not(:last-child) {
  margin-right: 30px;
}
.submenu__item a {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: inline-flex;
  align-items: center;
  font-size: 17px;
  color: inherit;
  text-decoration: none;
}
.submenu__item a:hover {
  color: #4caf50;
}
.submenu__item a i {
  color: #4caf50;
  margin-right: 5px;
}
/* page's styles !!!YOU NEED THEM */
.page,
.page__content {
  position: relative;
}

.page {
  min-height: 100vh;
  /*perspective: 1500px;*/
  overflow: hidden;
  background-color: rgba(28, 28, 28, 0.5);
}

.page__content {
  min-height: 100vh;
  background-color: #fff;
}

/* navigation styles */
.nav {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 250px;
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 4px 0 5px 0 rgba(0, 0, 0, 0.14), 1px 0 10px 0 rgba(0, 0, 0, 0.12), 2px 0 4px -1px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  z-index: 500;
}

/* nav list styles */
.nav__list {
  position: relative;
  padding: 0;
  margin: 45px 0 0 0;
  list-style-type: none;
}

/* nav item styles */
.nav__item:not(:last-child) {
  margin-bottom: 20px;
}

/* nav link styles */
.nav__link {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: inline-flex;
    align-items: center;
    color: #1e1e1e;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 2px solid #ddd;
}
.nav__link:hover {
  color: #4caf50;
}

/* nav link icon styles */
.nav__link-icon {
  position: relative;
  top: -3px;
  /* !!!use only with material design icons */
  margin-right: 10px;
  color: currentColor;
}

/* close icon styles */
.nav__close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 25px;
  cursor: pointer;
  /* close icon elements */
  /* hover effect */
}
.nav__close:before, .nav__close:after {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 4px;
  height: 28px;
  border-radius: 10px;
  content: "";
  transform-origin: center center;
  background-color: #000;
}
.nav__close:before {
  position: absolute;
  top: 0;
  left: 18px;
  transform: rotate(-45deg);
}
.nav__close:after {
  position: absolute;
  top: 0;
  right: 18px;
  transform: rotate(45deg);
}
.nav__close:hover:before, .nav__close:hover:after {
  background-color: #4caf50;
}

/* nav open btn styles */
.nav-open-btn {
    position: absolute;
    top: 29px;
    left: 15px;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    width: 26px;
    height: 25px;
    overflow: hidden;
    cursor: pointer;
}
.search-field {
    margin-top: 30px;
}
.nav-open-btn.js-hidden {
  transition-property: all;
  transition-duration: 0s;
  transition-timing-function: linear;
  transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
}
.nav-open-btn__bar {
    width: 100%;
    height: 5px;
    background-color: #666666;
    border-radius: 20px;
}
.nav-open-btn__bar:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.nav-open-btn__bar:nth-child(2) {
  position: absolute;
  top: 10px;
  left: 0;
}
.nav-open-btn__bar:nth-child(3) {
    position: absolute;
    top: 20px;
    left: 0;
}
.page__content--offcanvas-1.js-opened {
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
    left: 250px;
    position: fixed;
}

/* Demo #1: styles */
.nav--offcanvas-1 {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  left: -300px;
  /* opened styles */
}
.nav--offcanvas-1.js-opened {
    transition-property: left;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    left: 0;
    opacity: 1;
    visibility: visible;
    position: fixed;
    overflow-y: scroll;
    height: 100vh;
}

.page__content--offcanvas-1 {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  left: 0;
  /* opened styles */
}
.page__content--offcanvas-1.js-opened {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  left: 250px;
}

/* Demo #2: styles */
.nav--offcanvas-2 {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  left: -300px;
  /* opened styles */
}
.nav--offcanvas-2.js-opened {
  transition-property: left;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  left: 0;
  opacity: 1;
  visibility: visible;
}

.page__content--offcanvas-2 {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1) translateX(0);
}
.page__content--offcanvas-2.js-opened {
  transform: scale(0.8) translateX(150px);
}

/* Demo #3: styles */
.nav--offcanvas-3 {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  left: -300px;
  /* opened styles */
}
.nav--offcanvas-3.js-opened {
  transition-property: left;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  left: 0;
  opacity: 1;
  visibility: visible;
}

.page__content--offcanvas-3 {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: rotateY(0deg) translateX(0);
}
.page__content--offcanvas-3.js-opened {
  transform: translate3d(100px, 0, -600px) rotateY(-20deg);
}

/* Demo #4: styles */
.nav--offcanvas-4 {
  transition-property: all;
  transition-duration: 0s;
  transition-timing-function: linear;
  transition-delay: 0s;
  max-height: 80%;
  transform: rotateY(-75deg) translateX(-50px);
  transform-origin: left center;
  /* opened styles */
}
.nav--offcanvas-4.js-opened {
  max-height: 100%;
  transition: transform 0.22s linear 0s, opacity 0.22s linear 0s, visibility 0.22s linear 0s;
  transform: rotateY(0) translateX(0);
  transform-origin: left center;
  opacity: 1;
  visibility: visible;
}

.page__content--offcanvas-4 {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  left: 0;
  /* opened styles */
}
.page__content--offcanvas-4.js-opened {
  left: 300px;
}

/* Demo #5: styles */
.nav--offcanvas-5 {
  width: 50%;
}
.nav--offcanvas-5.js-opened {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  width: 300px;
  opacity: 1;
  visibility: visible;
}

.page__content--offcanvas-5 {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  left: 0;
  /* opened styles */
}
.page__content--offcanvas-5.js-opened {
  left: 300px;
}
/*=====side nav=====*/
/*=====search=====*/
.search-field input[type=text] {
    width: 130px;
    box-sizing: border-box;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('../img/searchicon.png');
    background-position: 18px 2px;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 37px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    margin-left: 42px;
}

.search-field input[type=text]:focus {
  width: 100%;
}
/*=====search=====*/
/*===notification===*/
.icon {
    cursor: pointer;
}
#bell {
    margin-top: 20px;
}
.icon span {
    background: #f00;
    padding: 7px;
    border-radius: 50%;
    color: #fff;
    vertical-align: top;
    margin-left: -25px
}

.icon img {
    display: inline-block;
    width: 26px;
    margin-top: 4px
}

.icon:hover {
    opacity: .7
}

.logo {
    flex: 1;
    margin-left: 50px;
    color: #eee;
    font-size: 20px;
    font-family: monospace
}

.notifications {
    width: 300px;
    height: 0px;
    opacity: 0;
    position: absolute;
    top: 50px;
    right: 85px;
    border-radius: 5px 0px 5px 5px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 2;
}

.notifications h2 {
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #eee;
    color: #999
}

.notifications h2 span {
    color: #f00
}

.notifications-item {
    display: flex;
    border-bottom: 1px solid #eee;
    padding: 6px 9px;
    margin-bottom: 0px;
    cursor: pointer
}

.notifications-item:hover {
    background-color: #eee
}

.notifications-item img {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 9px;
    border-radius: 50%;
    margin-top: 2px
}

.notifications-item .text h4 {
    color: #777;
    font-size: 16px;
    margin-top: 3px
}

.notifications-item .text p {
    color: #aaa;
    font-size: 12px
}
/*===notification===*/
/*===login form===*/

.global-container form{
    padding-top: 10px;
    font-size: 14px;
    margin-top: 30px;
}

.card-title{ font-weight:300; }

.btn{
    font-size: 14px;
    margin-top:20px;
}


.login-form{
    width:100%;
}

.sign-up{
    text-align:center;
    padding:20px 0 0;
}

.alert{
    margin-bottom:-30px;
    font-size: 13px;
    margin-top:20px;
}
/*===login form===*/
/*===move to top===*/
#button {
    display: inline-block;
    background-color: #0c4da2;
    width: 41px;
    /* height: 50px; */
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    height: 44px;
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
}
#button:hover {
    cursor: pointer;
    background-color: #333;
}
#button:active {
    background-color: #555;
}
#button.show {
    opacity: 1;
    visibility: visible;
}

/*===move to top===*/
/*===common page===*/
.common-page-img {
    height: 400px;
    object-fit: contain;
}
.read-more a {
    font-size: 22px;
    color: #0c4da2;
}
.news-dropdown {
    float: right;
}
.news-dropdown {
    display: inline-block;
    position: relative;
}
.dd-button {
    display: inline-block;
    border: 1px solid #0c4da2;
    border-radius: 4px;
    padding: 5px 41px 5px 28px;
    background-color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
}
.dd-button:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
}
.dd-button:hover {
    background-color: #eeeeee;
}

.dd-input {
    display: none;
}
.dd-menu {
    position: absolute;
    top: 100%;
    /* border: 1px solid #ccc; */
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
    background-color: #ffffff;
    list-style-type: none;
    right: 0;
}
.dd-input + .dd-menu {
    display: none;
}

.dd-input:checked + .dd-menu {
    display: block;
}
.dd-menu li {
    padding: 5px 20px;
    cursor: pointer;
    white-space: nowrap;
}

.dd-menu li:hover {
    background-color: #f6f6f6;
}

.dd-menu li a {
    display: block;
    margin: -10px -20px;
    padding: 10px 20px;
}

.dd-menu li.divider{
    padding: 0;
    border-bottom: 1px solid #cccccc;
}
/*===common page===*/
/*===vote===*/
.vote-card {
    background: #ffffff;
    margin: 10px 0;
    padding: 22px 0 30px 0;
    z-index: 0;
}
.vote-slide .item {
    padding: 0 15px;
}
.vote-slide .owl-nav {
    display: flex;
    justify-content: center;

}
.vote-button {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.vote-button .btn {
    padding: 10px 24px 6px 24px;
}
.vote-button button{
    margin-top: 0;
}
/*===vote===*/
/*breaking news*/
.modal-open {
    overflow: unset!important;
}
.modal-backdrop.show {
    opacity: 0!important;
}
.modal-dialog {
    position: fixed;
    width: auto;
    /* margin: .5rem; */
    pointer-events: none;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto!important;
}
.modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
    z-index: 1;
}
.breaking-news-item {
    font-size: 24px;
    font-weight:bolder;
}
.modal-body {
    padding: 0 0 15px 0;
}
.cls-btn {
    padding: 6px 15px 0 15px;
}
.modal-content {
    border: 0;
    background-color: #cfe4ff;
    opacity: 50%;
}
.modal-backdrop {
    width: auto;
    height: auto;
}
.modal {
    position: unset;
}
.pin-text {
    /* margin-bottom: 0; */
    background: #e7e7e7;
    padding: 36px;
    font-size: 23px;
}
/*breaking news*/
/*health news*/
.health-bold {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #121212;
    padding: 13px 0;
    border-bottom: 0!important;
}
.health-regular {
    font-size: 17px!important;
    line-height: 26px!important;
    padding: 34px 0!important;
    color: #6e6e6e!important;
    font-family: 'bangla-regular!important';
    border-top: 1px solid #ddd;
    border-bottom: 0!important;
    overflow: visible!important;
}
/*health news*/
/*feature news*/
.feature-box{
    position: relative;
}
.big-news-img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.feature-box:after{
    background: linear-gradient(180deg,transparent 25.61%,rgba(0,0,0,.6) 56.86%,#000);
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.feature-box img{
    width: 100%;
    object-fit: cover;
}
.feature-box p{
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-weight: 300;
    color:#ffb300;
    font-size: 15px;
    line-height: 29px;
    z-index: 1;
}
.feature-box span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    background: #d60000;
    font-size: 15px;
    line-height: 29px;
    display: inline-table;
    padding: 5px 30px;
    z-index: 2;
}
.feature-main img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.feature-small-box img {
    height: 202px;
}
.feature-small-box p {
    color: #ffffff!important;
}
.small-3-row {
    background: #fff;
    border-bottom: 1px solid #ececec;
    padding: 5px 0;
    /* margin: 6px 0; */
}
.small-3-row img {
    height: 70px;
    width: 100%;
    object-fit: cover;
}
.feature-main-box img{
    height: 200px;
    width: 100%;
}
.border-bottom-1{
    border-bottom: 1px solid #ececec;
}
/*feature news*/
/*Entertainment*/
.enter-ttl{
    font-weight: 600;
    font-size:20px;
    line-height: 28px;
}
.second-feature-img2{
    width: 100%;

}
/*Entertainment*/
/*tab news*/
.tab-news .nav {
    position: unset;
    top: 0;
    bottom: 0;
    width: auto;
    padding: unset;
    box-sizing: border-box;
    background-color: unset;
    box-shadow: unset;
    opacity: 1;
    visibility: unset;
    z-index: unset;
}
.tab-news .active {
    transform: unset;
}
/*tab news*/
/*আইন ও বিধি*/
.circle{
	border-radius:100%;
}


/* সর্বশেষ টু আলোচিত */

.padedit{
padding: 5px 8.5px !important;
}

/* স্পেশাল নিউজ */

.scrolright a strong{
    color:#4267B2;
    font-size: 14px;
    padding:0 auto;
}

.scrolright a strong:hover{
    color:#0d5bf7
}

.footer_text p{
    font-size: 10px !important;
}