body {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Mukta', sans-serif;
    overflow-x: hidden;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    max-width: 1920px !important;
    width: 100%;
    margin: 0 auto;
}



p{
    font-size: 16px !important;
    line-height: 30px !important;
    font-weight: 400;
    color: #7a7a7a !important;
}

.footer-copyright .copyright a{
  text-decoration: none;
  color: #fff;
}

.footer-copyright .copyright a img{
  width: 40px;
}

.footer-copyright .copyright a:hover{
  color: #fff;
}


/****************HEADER**************/

.news #nav-top {
    background-color: #e7eef8!important;
    padding: 8px 0px;
}

.btn-custom, .nav-payout-accounts .active a, .pagination .page-item.active .page-link, .label-reaction-voted, .page-gallery .filters .active::after {
    background-color: #2957A4!important;
}

.newsticker-title{
    background-color: #2957A4 !important;
}

.newsticker li a{
    color: #000 !important;
}

.newsticker li a:hover{
    color: #2957A4 !important;
}

.navbar-brand img{
    display: none;
}

.fixed-top .navbar-brand img{
    display: block;
}


/********************BANNER*****************/

.banner-section{
  padding-top: 50px;
}

.banner-box {
    text-align: center;
    background: #fff;
    border: 1px solid #e3e2e2;
    padding: 20px;
    box-shadow: 0 4px 6px -2px #00000038;
    border-radius: 10px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.main-slider-container{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.banner-box h1{
  font-size: 52px;
  line-height: 70px;
  font-weight: 600;
  margin-bottom: 20px;
}

.banner-box h1 a{
  text-decoration: none;
  color: #000;
}

.banner-box h1 a:hover{
  color: #2957A4 !important;
}

.navbar-expand-md .navbar-nav{
  margin: 0 auto;
}

header#header.fixed-top .navbar-expand-md .navbar-nav{
  margin: 0;
}
.banner-box h1 a i{
  color: #2d65fe;
  padding-right: 5px;
}

.banner-box figure {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 600px;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.banner-box figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: contain;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    -webkit-transition: transform .2s ease;
    -moz-transition: transform ease .2s;
    -ms-transition: transform ease .2s;
}

.banner-box figure img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}







.banner-box img{
    width: 100% !important;
    height: 600px !important;
    object-fit: cover !important;
}

.banner-box h6{
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #2d65fe;
  margin-bottom: 15px;
}

.banner-box p{
  font-size: 20px !important;
  line-height: 32px !important;
  font-weight: 400;
  color: #666;
  margin-bottom: 0px;
}

.banner-box ul{
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}

.banner-box ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 20px;
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  color: #000;
}

.banner-box ul li i{
  padding-right: 5px;
}

.banner-box ul li img{
  width: 40px !important;
  height: 40px !important;
  float: left;
  border-radius: 50%;
  margin-right: 10px;
}

.small-post-meta img.user-img  , .post-meta img.user-img{
  width: 25px !important;
  height:25px !important;
}





@media(max-width: 1024px){
  .banner-box h1 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .banner-box figure{
    height: 550px;
  }
  .banner-box iframe{
    height: 550px;
  }
}

@media(max-width: 767px){
  .banner-box h1 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .banner-box figure{
    height: auto;
  }
  .banner-box iframe{
    height: auto;
  }
}


.header-right-ad img{
    width: 100% !important;
}







.logo-section{
    padding: 10px 0;
    border-top: 1px solid #ddd;
}

.logo-section img{
    width: 260px;
}

.logo-section.fixed-top{
    background-color: #fff;
    box-shadow: 0px 1px 5px 0px rgb(21 20 20 / 33%);
    padding: 5px 0;
}


.logo-section.fixed-top img{
    width: 200px;
    margin: 0 auto;
    display: block;
}
.navbar.navbar-expand-md.nav-main{
    padding: 0px !important;
}

#header .nav-main .navbar-right .nav-link {
    color: #fff!important;
}

#header .nav-main .navbar-brand .logo {
    height: 70px;
}

#header .navbar.navbar-expand-md.nav-main {
    padding: 5px 0 !important;
}

header#header {
    margin-bottom: 20px;
    background-color: #2957A4 !important;
    /*border-top: 1px solid #2957A4;*/
    border-bottom: 1px solid #e5e5e5;
    /*box-shadow: 1px 1px 16px 1px rgb(117 93 93 / 18%);*/
}

header#header.fixed-top {
    background-color: #fff !important;
}

.nav-main .navbar-nav .nav-link {
    padding: 10px 25px !important;
    font-size: 20px !important;
    color: #fff !important;
    font-weight: 500 !important;
}

.fixed-top .nav-main .navbar-nav .nav-link {
    color: #2957A4 !important;
}

.nav-main .navbar-nav .nav-link:hover{
    color: #fff !important;
}

.fixed-top .nav-main .navbar-nav .nav-link:hover{
    color: #2957A4 !important;
}

.mega-menu .menu-right .active h3 a{
    color: #fff;
}

.mega-menu .menu-right .active h3 a:hover{
    color: #Ed3237 !important;
}

.post-item-small .title a,
.post-item .title a,
.banner-box ul li a{
    color: #2957A4;
    text-decoration: none;
}

.post-item-small .title a:hover,
.post-item .title a:hover,
.banner-box ul li a:hover{
    color: #Ed3237 !important;
}

.footer-widget .footer-logo img {
    max-height: 150px !important;
    width: auto;
}

.newsletter p{
    color: #fff !important;
}


button.btn.btn-custom.newsletter-button {
    border: 1px solid #2957A4;
    background-color: #2957A4 !important;
}

.form-check .form-check-input:checked, .post-content .post-tags ul li a:hover, .sidebar-widget .tag-list li a:hover, .profile-social-links li a:hover{
    background-color: #2957A4 !important;
    border-color: #2957A4 !important;
}

.news .mega-menu {
    top: 2px !important;
}

button.btn.btn-account.btn-custom {
    background-color: #2957A4 !important;
}

a.link-forget{
    color: #2957A4 !important;
}


.breadcrumb{
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb li{
    font-size: 18px;
}

.breadcrumb a {
    color: #Ed3237;
    font-weight: 600;
}

.breadcrumb a:hover{
    color: #2957A4;
}

.section-account {
    border: 1px solid #eee;
    border-radius: 10px;
}

.form-check .form-check-label{
    line-height: 31px;
}

.form-check .form-check-label a{
    color: #2957A4;
}

.form-check .form-check-label a:hover{
    color: #2957A4 !important;
}


.fixed-top .mobile-search-form,
.fixed-top .header-mobile{
    background-color: #fff !important
}

.fixed-top .header-mobile svg {
    color: #2957A4 !important;
    stroke: #2957A4 !important;
}

.fixed-top .header-mobile .mobile-search-form svg{
    color: #fff !important;
    stroke: #fff !important;
}



#footer {
    background-color: rgb(34 96 191 / 11%) !important;
    color: #000;
    font-size: 15px;
    line-height: 26px;
    margin-top: 0px !important;
    border-top: solid 1px rgba(34,96,191,.08);
}

.footer-inner h4,
.footer-inner h3{
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #2957A4;
    margin-bottom: 10px;
}

.footer-logos img{
    width: 100%;
    margin-bottom: 15px;
    background-color: #fff;
    padding: 2px;
    border-radius: 10px;
}

.footer-logos ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

.footer-logos ul li{
    list-style-type: none;
    padding-bottom: 0px;
}

.footer-logos ul li a{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
}

.footer-logos ul li a i{
    width: 16px;
    margin-right: 5px;
}

.footer-logos p{
    margin-bottom: 0px !important;
}

.footer-right-address img{
    width: 100%;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.footer-right-address p {
    color: #333 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    margin-bottom: 5px !important;
    font-weight: 600 !important;
}





.footer-inner p{
    color: #333;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}

.footer-inner p a{
    color: #333;
    text-decoration: none;
}

.footer-content ul{
    padding: 0px;
    margin: 0px;
}

.footer-content ul li{
    list-style-type: none;
    padding-bottom: 10px;
}

.footer-content ul li a{
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
}

.footer-content ul li a:hover{
    color: #2957A4 !important;   
}

.footer-copyright .nav-footer ul li a,
.footer-copyright .copyright {
    color: #fff !important;
    font-weight: 600;
    font-size: 14px !important;
}

.footer-copyright {
    border-top: none !important;
    padding: 20px 0 !important;
    background-color: #ed3237;
}

#footer .footer-inner {
    padding: 60px 0 !important;
}

.mid-footer{
    background-color: rgb(34 96 191 / 11%) !important;
    border-top: solid 1px rgb(34 96 191 / 21%);
    padding: 20px 0;
}

.mid-footer ul{
    padding: 0px;
    margin: 0px;
}

.mid-footer ul li{
    list-style-type: none;
    display: inline-block;
    width: 16%;
}


.mid-footer h4{
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #2957A4;
    margin-bottom: 5px;
}

.mid-footer ul li p{
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
}

.mid-footer ul li p a{
    color: #333;
    text-decoration: none;
    margin-right: 0px;
    font-weight: 600;
}

.mid-footer ul li a:hover,
.mid-footer ul li p a:hover{
    color: #2957A4 !important;
}

.mid-footer ul li a{
    font-size: 16px;
    color: #333;
    margin-right: 10px;
}








.mid-footer img{
    width: 150px;
}

.advertise-ection{
    padding-bottom: 30px;
}

.advertise-ection img{
    width: 100%;
}

.ad-img img{
    width: 100%;
    margin-bottom: 20px;
}




.custom-news-sections{
    padding-bottom: 50px;
}

.custom-news-sections h2.titles {
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    border-bottom: 2px solid #ccc;
}

.custom-news-sections h2.titles:after {
    content: '';
    width: 60px;
    height: 2px;
    display: block;
    position: relative;
    bottom: -2px;
    background-color: #0f88f1;
}

.sahakari-left img{
    width: 100%;
}

.sahakari-left .title {
    font-size: 26px;
    line-height: 30px;
    text-transform: none;
    font-weight: 600;
    margin-top: 10px;
}

.sahakari-left .title a {
    color: #2957A4;
    text-decoration: none;
}

.sahakari-left .title a:hover{
    color: #Ed3237 !important;
}

.sahakari-left p {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
}


/**************TEAM PAGE START HERE**************/

.team-body{
  padding-top: 30px;
  padding-bottom: 80px;
}

.team-box {
    /*border: 1px solid #ddd;*/
    /*padding: 10px;*/
    text-align: center;
    margin-bottom: 30px;
}

.team-box img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.team-box h5 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.team-box p {
    margin-bottom: 10px;
    color: #666;
}

.team-box ul {
    padding: 0px;
    margin: 0px;
}

.team-box ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}

.team-box ul li a i {
    font-size: 16px;
    color: #000;
}

.team-box ul li a i:hover {
    color: #0d49a1;
}

/************CONTACT US PAGE************/




.contact-left input.form-control {
    width: 100%;
    height: 45px;
    border-radius: 0;
    border: 1px solid #ddd;
    background-color: #fff;
    margin-bottom: 15px;
    font-size: 14px;
} 

.contact-left textarea {
    width: 100%;
    height: 120px;
    border-radius: 0;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    font-size: 14px;
    padding-left: 10px;
}

.contact-left button.btn.btn-primary {
    border: 1px solid #000;
    background-color: #000;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 0px;
    float: right;
}

.contact-left button.btn.btn-primary:hover {
    border: 1px solid #0d49a1;
    background-color: #0d49a1;
    color: #fff;
}

.contact-left h4{
        font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
}

.policy-section h4{
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
}

.contact-left h1{
    display: none;
}

.contact-left h2{
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
}

.scrollup i {
    background-color: #Ed3237 !important;
}

.post-details-meta .item-meta,
.small-post-meta span,
.small-post-meta a,
.post-meta span,
.post-meta a{
    font-size: 14px !important;
}

.post-item-small .title{
    font-size: 16px !important;
}

.badge-category {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
}

.contact-body .container{
    padding: 0px;
}








ul.notice-listing{
  padding: 0px;
  margin: 0px;
}

ul.notice-listing li{
  list-style-type: none;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
}

ul.notice-listing li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

ul.notice-listing li a{
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

ul.notice-listing li a i{
  color: #2957A4;
  padding-right: 5px;
}

ul.notice-listing li a:hover{
  color: #2957A4;
}


ul.lekh-listing{
  padding: 0px;
  margin: 0px;
}

ul.lekh-listing li{
  list-style-type: none;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
}

ul.lekh-listing li:last-child{
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

ul.lekh-listing li a{
  text-decoration: none;
}

ul.lekh-listing li a img{
  width: 120px;
  height: 120px;
  border-radius: 5px;
  float: left;
  margin-right: 15px;
}

ul.lekh-listing li h5{
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

ul.lekh-listing li h5 a{
  color: #000 !important;
  text-decoration: none;
}

ul.lekh-listing li h5 a:hover{
  color: #2957A4 !important;
}



.section-cat-slider .section-content{
    height: auto !important;
}

.scrollup{
    bottom: 50px;
}

.main-slider .main-slider-item{
    height: 650px !important;
}

.contact-body p {
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 400;
    color: #7a7a7a !important;
    margin-bottom: 5px;
}

.contact-left h2{
    margin-top: 20px;
}


/* news detail page css */
.reactions .img-reaction {
    width: 50px !important;
    height: 50px !important;
}


.reaction-num-votes {

    top: -3px !important;
    right: 26px !important;
}


.reactions .icon-cnt{
    height: 45px !important;
}

/*multi level header*/

.dropdown .dropdown-menu .dropdown-item {
    padding: 10px !important;
    font-size: 14px !important;
    color: #2957A4 !important;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    padding: 0px;
}


ul.footer-social-icons{
    padding: 0px;
    margin: 0px;
    text-align: right;
}

ul.footer-social-icons li{
    list-style-type: none;
    display: inline-block;
    padding-left: 15px;
}

.footer-copyright ul.footer-social-icons li a{
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #fff !important;
}


ul.footer-social-icons li a i{
    font-size: 18px;
    color: #2957a4;
}


marquee a{
    color: #000;
    text-decoration: none;
    font-weight: 600;
}










/* news detail page css end */

@media(max-width: 1400px){
    .logo-section img{
        width: 200px;
    }
}


@media(max-width: 1370px){
    .nav-main .navbar-nav .nav-link {
        padding: 10px 20px !important;
        font-size: 17px !important;
    }
}

@media(max-width: 1200px){
    .nav-main .navbar-nav .nav-link {
        padding: 10px 15px !important;
    }
}

@media(max-width: 991px){
    .logo-section{
        display: none;
    }
    .news .logo-section,
    .section-newsticker,
    .bn-content{
        display: none !important;
    }
    .banner-section{
        padding-top: 0px;
    }
    .mid-footer ul li a{
        font-size: 14px;
    }
    .d-flex.flex-row-reverse.align-items-center.mb-3{
        flex-direction: unset !important;
    }
}

@media(max-width: 767px){
    .mid-footer ul li {
        width: 48%;
        margin-bottom: 15px;
    }
    .nav-footer.text-end {
        text-align: left !important;
    }
    .footer-copyright ul.footer-social-icons{
        text-align: left;
    }
    .footer-copyright ul.footer-social-icons li{
        padding-left: 0px;
        padding-right: 10px;
    }
    .footer-copyright{
        padding: 10px 0 !important;
    }
    .banner-box img{
        width: 100% !important;
        height: auto !important;
    }
}

@media(max-width: 575px){
    .mid-footer ul li:first-child{
        display: none;
    }
    .mid-footer img{
        display: none;
    }
    .footer-copyright .nav-footer ul li a, .footer-copyright .copyright{
        margin-bottom: 5px !important;
        line-height: 14px;
    }
    #footer .footer-inner {
        padding: 20px 0 !important;
    }
    .breadcrumb li {
        font-size: 12px;
    }
    .banner-box p{
        font-size: 14px !important;
    }
    .post-share-buttons{
        display: block !important;
    }
    
    .banner-box ul li img {
    width: 20px !important;
    height: 20px !important;
    float: none;
    }
}

@media(max-width: 510px){
    .mid-footer ul li a{
        font-size: 12px;
        line-height: 16px;
    }
    .mid-footer h4 {
        font-size: 14px;
        line-height: 16px;
    }
}

@media(max-width: 390px){
    .mid-footer ul li{
        width: 100%;
        margin-bottom: 5px;
    }
    .mid-footer h4{
        margin-bottom: 0px;
    }
    .mid-footer ul li p{
        margin-bottom: 0px;
    }
}


