@font-face {
    font-family: 'SolaimanLipi';
    src: url('../../../fonts/SolaimanLipiNormal.eot');
    src: url('../../../fonts/SolaimanLipiNormal.eot?#iefix') format('embedded-opentype'),
        url('../../../fonts/SolaimanLipiNormal.woff') format('woff'),
        /* url('../../../fonts/SolaimanLipiNormal.ttf') format('truetype'), */
        url('../../../fonts/SolaimanLipiNormal.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0000-00FF, U+0980-09FF;
    font-display: swap;
}
/* jQuery Slideshow with Vertical Tabs */
/* BASIC SETUP*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'SolaimanLipi', Arial, Helvetica, sans-serif!important;
    font-size: 16px;
    line-height: 22px;
}
a{
    text-decoration: none;
}
p{

}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
a span.link {
    color: #111;
    overflow: hidden;
    font-size: 16px;
    line-height: 22px;
}
section{
    padding: 5px 0;
}
h3{

}

h4{

}
.bg_brown{
    background: #192033;
}
.one_line{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.link.link_sm{
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    margin-top: -5px;

}
img{
    vertical-align: middle;
    object-fit: cover;
    /* bottom: 0;
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%; */
}
.bg_red{
    background: red;
}
.bg_green{
    background: green;
}
.text_white{
    color: #fff;
}
.text_black{
    color: #111;
}
.container-fluid {
    /* width: 90%; */
    /* max-width: 1230px; */
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.img_pos_box{
    position: relative;
}
.img_pos_box img{
    vertical-align: middle;
}
.img_pos_content{
    position: absolute;
    background: rgba(0, 0, 0, .7);
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
}
.img_pos_content a{
    color: #fff;
    transition: .6s;
    font-size: 16px;
}
.img_pos_content a:hover {
    text-decoration: underline;
}
.wiz_heading h3{
    font-size: 22px;
    font-weight: 700;
    border-left: 5px solid #F6951E;
    padding-left: 10px;
}
.wiz_heading h3 a{
    color: #5F6878;
    display: inline-block;
}

/* Topbar and Navbar */
.navbar_upper {
    background-color: #0F6994;
    padding: 3px 0 1px 0;
}

.main_logo {
    width: 120px;
    /* height: 95px; */
}
.nav_time{
    font-size: 10px;
}
.top_nav_links{
    text-align: right;
}
.top_nav_links li{
    display: inline-block;
}
.top_nav_links li a{
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    border-right: 1px solid #fff;
    letter-spacing: .5px;
    font-size: 15px;
}
.top_nav_links li:first-child{
    border-left: 1px solid #fff;
}

.navbar-toggler:focus {
    box-shadow: none;
}
.navbar{
    background: #8D2C31;
}
.navbar_nav_main li:first-child{
    border-left: 1px solid #fff;
}
.extra_item {
    border-right: 1px solid #fff!important;

}
/* Second section */
.second_section{
    /* margin-top: 5px; */
}

.second_news_box{
    margin-top: 10px;
}
.second_news_box .news_box a{

}
.second_news_box .news_box a span{
    display: inline-block;
    color: #111;
    font-size: 16px;
    padding: 0px 5px;
    text-align: center;
    margin: 0;
    margin-top: 3px;
    /* line-height: 20px; */
}

/* Third Section */
.third_section{
    padding-bottom: 0;
}

.district_heading{

}

.district_heading li{
    display: inline-block;
    font-weight: 700;
}
.district_heading li .nav-link{
    border-radius: 0!important;
    color: #8D2C31;
    font-weight: bold;
    font-size: 18px;
    padding: 8px 10px;
    margin: 0 5px;
}
.district_heading li .nav-link.active{
    background: #116894!important;
    padding: 8px 10px;
    font-size: 18px;
}
.district_heading li:first-child{
    border-left: 5px solid #F6951E;
}
.district_heading li a{
    color: #5F6878;
    display: inline-block;
}
.third_section .news a{
    display: inline-block;
    color: #111111;
}
.third_section h4{
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 2px;
    line-height: 1.5;
}
/* fourth section */
.fourth_section {
    padding-bottom: 10px;
}
/* video section */
.video_content{
    background: #241D61;
    padding: 35px;
}
/* Footer */
.footer_text {
    font-size: 12px;
}
.footer_links a:hover{
    text-decoration: underline;
}
.dev_link a:hover{
    color: #fff;
    text-decoration: underline;
}
.dev_link a b{
    font-weight: 700;
}



/* Single Page  */

.breadcrumb_div {
    margin-bottom: 10px;
    background: #F3F4F4;
}

.news_image {
    max-width: 190px;
}
 .news {
     margin-top: 10px;
 }

 p.single_description {
     line-height: 2;
     color: #170E10;
     font-weight: 400;
 }
 .single_content h1 {
     font-size: 32px;
     color: #EE403E;
 }
 #st-2 .st-btn>img {
    top: 0!important;
 }
 .search_form{
    background: #192034;
    padding: 10px;
    color: #fff;
 }

 .form-select{
    border-radius: 0;
 }
 .btn_white{
    padding: 3px 25px;
    background: #fff;
    border-radius: 0;
 }

 /* category Page  */
 .category_heading{
    background: #F3F4F4;
    padding: 7px 10px;
    font-size: 20px;
    font-weight: bold;
    border-left: 5px solid #116894;
    color: #116894;
 }
img{
    /* width: 100%; */
    object-fit: cover;
    vertical-align: middle !important;
}


  .first_news_box img{
    max-height: 325px;
    object-fit: cover;
    vertical-align: middle;
  }
  .second_news_box img{
    max-height: 135px;
        object-fit: cover;
            vertical-align: middle;
  }

.main_nav_parent {
    margin-top: 5px;
}
.main_nav_parent_fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    margin-top: 0;
    /* overflow: scroll; */
}

.middle img{
    width: 100%;
    max-height: 90px;
        object-fit: cover;
            vertical-align: middle;
}

.third_section .right_side .img_pos_box img{
    max-height: 155px;
        object-fit: cover;
            vertical-align: middle;
}

.news___box a{
    font-size: 16px;
    color: #111;
}

.fourth_section .fourth_middle img{
    min-height: 385px!important;
        object-fit: cover;
            vertical-align: middle;
}
.fourth_section .side_section img {
    height: 185px !important;
        object-fit: cover;
            vertical-align: middle;
}

.fifth_section .left_side img{
    height: 340px;
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.fifth_section .middle_side img{
    min-height: 87px;
    object-fit: cover;
    width: 100%;
    vertical-align: middle;
}
.fifth_section .right_side .row{
    margin-bottom: 12px;
}
.fifth_section .right_side img {
    min-height: 75px;
    width: 100%;
    vertical-align: middle;
}
.sixth_section .img_pos_box img{
    min-height: 140px;
    max-height: 165px;
    width: 100%;
    vertical-align: middle;
    object-fit: fill;
}
.sixth_section .news__box img{
    height: 50px;
    width: 100%;
    vertical-align: middle;
    object-fit: fill;
}


.image_content .content{
    width: 80%!important;
    margin: 0 auto;
    margin-top: 10px;
}

.image_content .content a{
    color: #111;
    margin-top: 10px;
}
.image_content img{
    max-height: 600px;
    object-fit: cover;
}

.first_news_box .img_pos_box a{
    font-size: 17px;
}

.sixth_section .top_img{
    max-height: 135px;
    object-fit: cover;
    vertical-align: middle;
}

.ars_img{
    max-height: 155px;
}

.ars_img2 {
    max-height: 52px!important;
    height: 1000px;
}

.another_section .left_side img{
    height: 340px!important;
}

.tab_big_img{
    height: 235px!important;
}

.scroll-top{
    background: #8D2C31;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 1%;
    right: 1%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 50%;
    padding: 8px;
    cursor: pointer;
}
