/*custom stylesheet*/

/*== Preloader CSS Start ==*/

body.preloader-active {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    overflow: hidden;
}

body>div>a {
    text-decoration: none;
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99999;
}

.preloader-spinner {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

.preloader .waves-block .waves {
    background-color: #454547;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    width: 100px;
}

.preloader .waves-block .waves-1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.preloader .waves-block .waves-2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.preloader .waves-block .waves-3 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.waves-block .waves {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    height: 250px;
    left: 50%;
    opacity: 0;
    margin-left: -125px;
    margin-top: -125px;
    position: absolute;
    top: 50%;
    width: 250px;
}

/*== Preloader CSS End ==*/

/*Hero Area Button*/

.scroll-bottom i.fa {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: drop;
    animation-name: drop;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes drop {
    0% {
        top: 2px;
        opacity: 0;
    }
    30% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}

@keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }
    30% {
        top: 10px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0;
    }
}

/*Video Area Button*/

.waves-block .waves {
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: waves;
    animation-name: waves;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.waves-block .wave-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waves-block .wave-2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.waves-block .wave-3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

/* Scroll Top Button*/

.scroll-top i.fa {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: drop-in;
    animation-name: drop-in;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes drop-in {
    0% {
        bottom: 2px;
        opacity: 0;
    }
    30% {
        bottom: 10px;
        opacity: 1;
    }
    100% {
        bottom: 30px;
        opacity: 0;
    }
}

@keyframes drop-in {
    0% {
        bottom: 5px;
        opacity: 0;
    }
    30% {
        bottom: 10px;
        opacity: 1;
    }
    100% {
        bottom: 30px;
        opacity: 0;
    }
}

/*header top*/

.date-header-top {
    font-family: 'Barlow Condensed';
    font-size: 16px;
}

.social-link-header-top ul {
    list-style: none;
    margin-bottom: 0px;
}

.social-link-header-top ul li {
    display: inline-block;
    padding-left: 10px;
}

.social-link-header-top ul li a {
    color: #222;
}

.header-top-section {
    border-bottom: 1px solid #eee;
    padding: 8px 0px;
}

/*header mid section*/

.header-mid-section {
    padding: 15px 0px;
}

#logo a img {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 74%;
    height: auto;
}

.advertise-sec-header img {
    max-width: 100%;
    height: auto;
    float: right;
}

/*main menu*/

.menu-wrapper {
    background-color: #306690;
    /* box-shadow: 0px 1px 4px #8c8c8c; */
}

.menu-wrapper ul.navbar-nav li a {
    padding: 0px;
    color: white;
}

.menu-wrapper li.home-circle-icon {
    margin-right: 50px;
}

.menu-wrapper .navbar {
    padding: 0.3rem 0rem;
}

.home-circle-icon a i {
    padding: 15px;
    border-radius: 100%;
    border: 3px solid #306690;
    position: absolute;
    margin-top: -11px;
    background-color: white;
    z-index: 1;
    color: #306690;
    margin-left: -10px;
}

.home-circle-icon a i:hover {
    border-color: #FF3C36;
    color: #FF3C36;
}

/* .menu-wrapper ul.navbar-nav li:nth-child(n+2) {
    margin: 0px 15px;
} */

.menu-wrapper ul.navbar-nav li:nth-child(n+2) a.nav-link {
    padding: 3px 40px;
    color: white;
    border-left: 1px solid #6085a1;
}

.menu-wrapper ul.navbar-nav li:nth-child(n+2) a:hover {
    background-color: #FF3C36;
}

.header-search,
.header-search-x {
    cursor: pointer;
    height: 20px;
    margin: 0 15px 0 0;
    position: absolute;
    right: 0;
    bottom: 11px;
    width: 20px;
}

.header-search:before {
    border: 1px solid white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 15px;
    top: 1px;
    -webkit-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    -o-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
    width: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header-search:after {
    background-color: white;
    content: "";
    display: inline-block;
    height: 10px;
    -webkit-transform: translateX(50%) translateY(50%) rotate(-45deg);
    -moz-transform: translateX(50%) translateY(50%) rotate(-45deg);
    -ms-transform: translateX(50%) translateY(50%) rotate(-45deg);
    -o-transform: translateX(50%) translateY(50%) rotate(-45deg);
    transform: translateX(50%) translateY(50%) rotate(-45deg);
    width: 1px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.header-search-x:before {
    background-color: white;
    content: "";
    display: inline-block;
    height: 20px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 1px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-left: 9px;
}

.header-search-x:after {
    background-color: white;
    content: "";
    display: block;
    height: 20px;
    margin-left: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 1px;
}

#search-box {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: 15px;
    top: 30px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 400px;
    z-index: 9999;
}

#search-box .search-form {
    background-color: rgba(255, 255, 255, 1);
    display: none;
    height: 65px;
    padding: 10px 20px 0;
    width: 100%;
}

#search-box input[type="search"] {
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#search-box input.search-field {
    width: calc(100% - 50px);
}

input.search-field {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #747474;
    float: left;
    font-size: 14px;
    height: 40px;
    line-height: 1.571;
    margin: 0;
    outline: medium none;
    padding: 6px 8px;
    width: 80%;
    width: calc(100% - 50px);
}

#search-box .search-submit {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: #999;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
}

.search-submit {
    background-color: #0C4C8A;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    height: 40px;
    margin-left: -1px;
    outline: medium none;
    right: 0;
    width: 50px;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

#search-box.show-search-box {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    top: 40px;
}

#search-box.show-search-box .search-form {
    display: block;
}

/*news sticker*/

.newsticker_label {
    float: left;
    margin-right: 10px;
    height: 30px;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    background: #ff3c36;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Barlow Condensed';
    position: relative;
    z-index: 1;
}

.newsticker_label:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: #ff3c36;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 4px;
    right: -11px;
    z-index: -1;
}

.newsticker_label i {
    margin-right: 5px;
}

.newsticker {
    float: left;
    height: 30px;
    overflow: hidden;
    margin-bottom: 0px;
    list-style: none;
}

.newsticker li {
    height: 30px;
}

.newsticker li a {
    line-height: 30px;
    font-size: 14px;
    color: #306690;
}

.newsticker li a:hover {
    text-decoration: none;
    color: #3478ac;
}

.newsticker_nav,
.carousel_nav {
    float: right;
    text-align: right;
    margin-top: 5px;
}

.newsticker_nav a,
.carousel_nav a {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent;
    color: #222;
    border-radius: 3px;
    border: 1px solid #222;
    opacity: 0.2;
    overflow: hidden;
    margin-left: 5px;
    line-height: 30px;
}

.newsticker_nav a:hover,
.carousel_nav a:hover {
    opacity: 1;
    text-decoration: none;
}

.newsticker_nav a:before,
.carousel_nav a:before {
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    line-height: 18px;
    display: block;
    content: '\f104';
    margin-top: 0px;
    font-weight: 600;
    text-align: center;
    color: #222;
}

.newsticker_nav a.newsticker_prev:before,
.carousel_nav a.carousel_prev:before {
    content: '\f104';
}

.newsticker_nav a.newsticker_next:before,
.carousel_nav a.carousel_next:before {
    content: '\f105';
}

#trending-wrapper {
    background-color: #e9eff5;
    padding: 15px 0px;
    margin-bottom: 15px;
}

/*flashnews*/

#flash-news-wrapper .mainnews-title {
    text-align: center;
    padding: 35px 0;
    border-top: 5px solid #FF3C36;
}

#flash-news-wrapper .mainnews-title h1 {
    line-height: 66px;
    font-size: 50px;
}

#flash-news-wrapper .mainnews-title h1 a {
    font-weight: bold;
    color: #306690;
    padding: 0px 120px;
    display: block;
    text-align: center;
}

#flash-news-wrapper .mainnews-title h1 a:hover {
    text-decoration: none;
    color: #FF3C36;
}
#flash-news-wrapper .flash-new-big-image{
    text-align: center;
    margin-bottom: 30px;
}

#flash-news-wrapper .flash-new-big-image img {
    max-width: 100%;
    height: auto;
    /* border: 1px solid #eee;
    padding: 5px; */
}

/* #flash-news-wrapper .flash-new-big-image {
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
    padding-bottom: 40px;
} */

/*latest news section*/

.news-image-holder {
    position: relative;
    width: 100%;
    background: #f5f5f5 url(images/no-image.jpg);
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}
.byline,
.updated:not(.published) {
	display: none;
}

#latest-news-wrapper .latest-first-item-news {
    display: inline-block;
    width: 100%;
    position: relative;
    /*border-left: 2px solid transparent;
    border-right: 2px solid transparent;*/
}

#latest-news-wrapper .latest-next-items-news {
    display: inline-block;
    width: 100%;
    position: relative;
    /* margin-bottom: 25px; */
    /*border-left: 2px solid transparent;
    border-right: 2px solid transparent;*/
}

#latest-news-wrapper .latest-first-item-news .news-image-holder:before {
    height: 480px;
}

.latest-news-container {
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.latest-news-container ul{
    padding: 0px;
    list-style: none;
    margin: 0px;
}
.latest-news-container ul li:first-child{
    width: 50%;
}
.latest-news-container ul > li {
    float: left;
    padding: 1px;
    width: 25%;
}

.news-image-holder:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 90%;
    background: none !important;
    box-shadow: none !important;
}

.naulokhabar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.naulokhabar-overlay .overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: -moz-linear-gradient(top, transparent 60%, #000 100%);
    background: -webkit-linear-gradient(top, transparent 60%, #000 100%);
    background: -o-linear-gradient(top, transparent 60%, #000 100%);
    background: -ms-linear-gradient(top, transparent 60%, #000 100%);
    background: linear-gradient(to bottom, transparent 60%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    -webkit-transition: opacity .4s ease 0s;
    -moz-transition: opacity .4s ease 0s;
    -o-transition: opacity .4s ease 0s;
    transition: opacity .4s ease 0s;
    opacity: 0.7;
}

.naulokhabar-overlay .naulokhabar-featured-content {
    position: absolute;
    bottom: 16px;
    left: 20px;
    padding-right: 20px;
    z-index: 5;
    opacity: 1;
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    width: calc(100% - 20px);
}

.naulokhabar-featured-content .cat {
    margin-bottom: 6px;
}
.latest-first-item-news .naulokhabar-featured-content .cat {
    margin-bottom: 12px;
}

.cat a.naulokhabar-cat-name {
    font-size: 12px;
    background-color: #FF3C36;
    padding: 3px 10px;
    color: white;
}

.latest-next-items-news .naulokhabar-featured-content h3 {
    line-height: 20px;
}

.news-publish-date {
    color: #b5b5b5;
    font-size: 12px;
}

#latest-news-wrapper .latest-first-item-news .naulokhabar-featured-content h3 a {
    font-size: 22px;
    font-weight: bold;
    line-height: 35px;
}

.naulokhabar-featured-content h3 a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: block;
    line-height: 25px;
}

.naulokhabar-featured-content h3 a:hover {
    color: #eee;
}

.view-all-link {
    position: absolute;
    right: 0;
    top: 5px;
}

.view-all-link a {
    color: #306690;
}

.view-all-link a:hover {
    color: #FF3C36;
    text-decoration: none;
}

/*news-box-title*/

.news-box-title h3 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 12px;
}

.samachar-left-wrapper {
    margin-bottom: 20px;
}

h3.post-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 5px;
}

h3.post-title a {
    color: #306690;
}

h3.post-title a:hover {
    color: #FF3C36;
    text-decoration: none;
}

.news-items-primary .news-image {
    margin-bottom: 10px;
}
.news-items-primary .news-image img {
    width: 100%;
    height: auto;
}

.post-meta {
    color: #b5b5b5;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.samachar-left-wrapper .news-items-primary {
    width: 50%;
    float: left;
    padding: 0 15px;
}
.samachar-left-wrapper .news-items-secondary{
    width: 50%;
    float: left;
    padding: 0 15px;
}
.samachar-left-wrapper .news-items-secondary p.post-excerpt{
    display: none;
}
.samachar-left-wrapper .news-items-secondary .news-items{
    float: left;
    /* margin-bottom: 20px;
    padding-bottom: 12px; */
    border-bottom: 1px solid #eee;
    width: 100%;
}

.news-small-right {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}
.post-items-wrapper .news-small-right{
    border-bottom: 1px solid #eee;
}
.post-items-wrapper .col-md-6:nth-last-child(-n+2) .news-small-right{
    border-bottom: none;
}

.samachar-left-wrapper .news-items-secondary:last-child .news-items {
    border-bottom: none;
}

.news-small-right a img {
    width: 33%;
    height: auto;
    float: left;
    margin-right: 15px;
    clear: both;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.news-small-right h3 {
    font-size: 16px;
}

.ads-section img {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.news-container-wrapper {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

/* .khelkud-left-wrapper {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
} */

/* .tech-wrapper {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
} */

.post-items-wrapper .col-md-6:nth-last-child(-n+2)>.news-container-wrapper {
    border-bottom: none;
}

.news-container-wrapper a img {
    max-width: 100%;
    margin-bottom: 10px;
    height: auto;
    min-height: 210px;
}

.news-container-wrapper .post-details h4 {
    margin-bottom: 4px;
}

.news-container-wrapper .post-details h4 a {
    color: #306690;
    font-weight: bold;
    font-size: 18px;
}

.news-container-wrapper .post-details h4 a:hover {
    text-decoration: none;
    color: #FF3C36;
}

.post-items {
    margin-bottom: 20px;
}

.post-items img {
    max-width: 100%;
    margin-bottom: 15px;
    height: auto;
}
.single-content-wrapper {
    margin-top: 10px;
}
.single-content-wrapper img{
    max-width:100%;
    height:auto;
}
.single-content-wrapper p{
    line-height: 30px;
}
p.post-excerpt{
    line-height: 28px;
}
/*sidebar */
.rp-sidebar-wrapper{
    margin-bottom: 30px;
    border-bottom: 2px solid #ff3c36;
    padding-bottom: 15px;
    position: relative;
}
.widget_media_image {
    margin-bottom: 30px;
}
.rp-sidebar-wrapper .news-small-right{
    border-bottom: 1px solid #eee;
}
.rp-sidebar-wrapper .news-small-right:last-child{
    border-bottom: none;
}
.tabs-container-wrapper {
    margin-bottom: 20px;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.tab-content {
    padding: 20px;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    /* background-color: #eee; */
}

.nav-tabs .nav-item {
    width: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #FF3C36;
    /* background-color: #eee; */
    border-color: #eee #eee #FF3C36;
}

.nav-tabs .nav-link {
    color: #306690;
    border: 1px solid #eee;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.nav-tabs .nav-link:hover {
    border-color: #eee #eee #eee;
}

.nav-tabs .nav-link:focus {
    border-color: #eee #eee #FF3C36;
}

#content-with-sidebar .the-global-title,
#featured-section .the-global-title,#latest-news-wrapper .the-global-title, .featured-single .the-global-title,#cat_wrapper .the-global-title, .single-news-sidebar .the-global-title {
    position: relative;
    font-size: 17px;
    padding: 0px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.the-global-title {
    color: #0c4481;
}
.page-header h1.page-title{
    background-color: #eee;
    padding: 8px 10px;
    font-size: 25px;
    font-weight: bold;
    color: #306690;
    margin-bottom: 20px;
}
.news_loop{
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: inline-block;
}
.news_loop:last-child{
    border-bottom: none;
}
.news_loop a.post-thumbnail img{
    width:33%;
    height: auto;
    margin: 8px 12px 2px 0;
    float: left;
}
.news_loop .entry-content h2.entry-title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
}
.news_loop .entry-content h2.entry-title a{
    color: #306690;
}
.news_loop .entry-content h2.entry-title a:hover{
    color: #ff3c36;
    text-decoration: none;
}
.news_loop .entry-content h2{
    line-height: 26px;
}
.news_loop .entry-meta{
    color: #b5b5b5;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.total_view_count {
    margin-left: 6px;
    color: #306690;
}
/*pagination*/
#pagination{
    padding: 3px;
    margin: 3px;
    text-align: center;
}
#pagination a{
    padding: 5px 10px;
    border-radius: 2px;
    border: 1px solid #aad;
    color: #ff3c36;
}
#pagination a:hover{
    text-decoration: none;
    color:#306690;
}
#pagination span.current{
    padding: 5px 10px;
    background-color: #ff3c36;
    color: #fff;
}
/*single news page*/
.single-news-main .post-thumbnail img{
    max-width: 100%;
    height: auto;
    margin: 15px 0;
}
.news_single .entry-meta{
    color: #b5b5b5;
    font-size: 14px;
    margin:10px 0;
    line-height: 38px;
    display: inline;
}
.news_single h1.entry-title{
    font-size: 2.3em;
    font-weight: bold;
    color: #306690;
    line-height: 1.5em;
}
.nk-share-icons{
    float: right;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #306690;
}
.heateor_sss_sharing_container{
    float: right;
    margin-left: 10px;
}
/*.the-global-title:before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
    border-left: 0;
    border-right: 5px solid transparent;
    border-top: 5px solid #0c4481;
}*/

.the-global-title:after {
    content: "";
    background: #0c4481;
    width: 90px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
}

/*search page*/
.search-page-wrapper h2 a{
    color: #306690;
    font-size: 25px;
    font-weight: bold;
}
.search-page-wrapper h2 a:hover{
    text-decoration: none;
    color: #ff3c36;
}
span.search-keyword,.single-news-main .search-page-title{
    font-size: 20px !important;
    line-height: 30px;
}
span.search-keyword{
    color: #ff3c36;
    font-style: italic;
}
.no-results .search-field{
    width: 100%;
    border: 1px solid #eee;
}
.no-results .search-submit{
    margin-top: 24px;
    position: absolute;
    padding: 6px 16px;
    right: auto;
    width: 100px;

}
/*404 page*/
.error-404{
    padding-top: 2em;
    text-align: center;
    padding-bottom: 4em; 
}
.page-not-found-text{
    font-size: 30px;
    color: #306690;
    line-height: 1.8em;
}
.redirect-homepage{
    font-size: 20px;
    color: #306690;
    margin-top: 20px;
}
.redirect-homepage a{
    background-color: #306690;
    padding: 5px 10px;
    color: white;
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
}
.redirect-homepage a:hover{
    text-decoration: none;
    background-color: #FF3C36;
}
.not-found-container h2 {
    font-size: 14em;
    letter-spacing: 20px;
    color: #306690;
}
.not-found-container span {
    color: #FF3C36;
}
/*featured slider footer*/

#featured-section {
    margin-top: 30px;
}

.featured-slider-wrapper {
    background-color: #eceff5;
    padding: 15px 20px;
    margin-bottom: 50px;
}
.featured-slider-wrapper img{
    height: auto;
}
.featured-slider-wrapper .view-all-featured{
    display: inline-block;
    float: right;
    line-height: 40px;
    margin-right: 60px;
}
.view-all-featured a{
    font-weight: bold;
    color: #306690;
}
.view-all-featured a:hover{
    color: #5b9dd0;
    text-decoration: none;
}
.featured-slider-wrapper h3{
    display: inline-block;
}

.slider {
    width: 100%;
    margin: 0px auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black !important;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}

a p.slide-text {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
    color: #0C4481;
}

.slick-list a:hover {
    text-decoration: none;
}

.slick-list a:hover p.slide-text {
    text-decoration: none;
    color: #FF3C36;
}

.slick-active {
    opacity: 1 !important;
}

/*comment single page */
#nk_comments h2{
    font-size: 24px;
}

/*footer*/

.footer-box-wrapper img {
    margin-top: 50px;
    max-width: 100%;
}

#footer-wrapper {
    background-color: #306690;
    padding: 50px 0px;
    color: white;
}

.footer-bottom-wrapper {
    background-color: #26465f;
    color: white;
}

h4.widget-title {
    font-family: 'Barlow Condensed';
    font-size: 22px;
    border-bottom: 1px solid #609bc8;
    padding-bottom: 10px;
}

.footer-box-content ul {
    list-style: none;
    padding-left: 0px;
}

.contact-sec .footer-box-content ul {
    padding-left: 15px;
}

.footer-box-content ul li {
    font-size: 14px;
    line-height: 25px;
}

.footer-box-content ul li.location {
    /* font-family: 'Font Awesome 5 Free';
    content: '\f3c5'; */
    margin: 0 0 0 -15px;
    color: white;
}

.footer-box-content ul li.phone {
    /* font-family: 'Font Awesome 5 Free';
    content: '\f2a0'; */
    margin: 0 0 0 -15px;
    color: white;
}

.footer-box-content ul li.email {
    /* font-family: 'Font Awesome 5 Free';
    content: '\f0e0'; */
    margin: 0 0 0 -15px;
    color: white;
}

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

.footer-box-content ul li a {
    color: #d5edff;
}

.footer-box-content ul li a:hover {
    color: white;
}

.footer-box-content p {
    font-family: 'Barlow Condensed';
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
}

.footer-bottom-wrapper {
    padding: 10px 0;
}

.tnp-field-email {
    display: inline-block;
    width: 68%;
}

.tnp-field-button {
    display: inline-block;
    width: 30%;
}

.footer-box-content form input[type='email'] {
    border: none;
    padding: 5px 10px;
    font-size: 15px;
    font-family: 'Barlow Condensed';
    height: 30px;
    display: inline-block;
}

.footer-box-content form input[type='submit'] {
    background: red;
    border: none;
    font-family: Barlow Condensed;
    padding: 5px;
    /* width: 30%; */
    height: 30px;
    font-size: 15px;
    color: white;
    cursor: pointer;
    display: inline-block;
}

.copyright-text {
    font-family: 'Barlow Condensed';
    font-size: 16px;
}

.powered-by {
    font-family: 'Barlow Condensed';
    font-size: 16px;
}

.powered-by a {
    color: #d5edff;
}

.powered-by a:hover {
    color: white;
    text-decoration: none;
}

.break-line {
    height: 1px;
    width: 100%;
    background: #eee;
    margin-top: 40px;
    margin-bottom: 40px;
}

/*custom responsive*/

@media (max-width: 1200px) {
    .menu-wrapper ul.navbar-nav li:nth-child(n+2) a.nav-link {
        padding: 3px 37px;
        color: white;
        border-left: 1px solid #6085a1;
    }
    .footer-box-content form input[type='text'] {
        width: 67%;
    }
    #footer-wrapper {
        background-color: #306690;
        padding: 30px 0px;
        color: white;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-toggler i {
        color: #e1e1e3;
    }
    .latest-first-item-news a {
        height: auto;
    }
    .naulokhabar-featured-content h3 a {
        font-size: 13px;
    }
    .advertise-sec-header img {
        margin-bottom: 10px;
    }
    .latest-next-items-news .naulokhabar-featured-content h3 {
        line-height: 13px;
    }
    .latest-news-container {
        margin-bottom: 25px;
        padding-bottom: 5px;
    }
    .break-line {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .news-image img {
        width: 100%;
        height: auto;
    }
    .single-news-main iframe, .single-news-main object, .single-news-main embed {
    width: 100% !important;
    height: 100% !important;
    min-height: 300px !important;
}
    .news-small-right h3 {
        font-size: 14px;
    }
    .footer-box-wrapper img {
        margin-top: 50px;
        max-width: 100%;
    }
    .widget-title h4 {
        font-family: 'Barlow Condensed';
        font-size: 20px;
        border-bottom: 1px solid #609bc8;
        padding-bottom: 10px;
    }
    .footer-box-content form input[type='text'] {
        font-size: 10px;
        width: 67%;
    }
    .footer-box-content form input[type='button'] {
        font-size: 10px;
    }
    .footer-box-content ul li a {
        color: #d5edff;
        font-size: 12px;
    }
    .menu-wrapper .navbar {
        padding: 4px 0;
    }
    .navbar-toggler i {
        color: #e1e1e3;
    }
    .menu-wrapper ul.navbar-nav li a.nav-link {
        padding: 3px 10px !important;
        color: white;
        border-left: 1px solid #6085a1;
    }
    .menu-wrapper ul.navbar-nav li:first-child a.nav-link i {
        display: none;
    }
    .menu-wrapper ul.navbar-nav li a {
        line-height: 30px;
    }
    #flash-news-wrapper .mainnews-title h1 a{
        padding: 0px;
    }
    .news-container-wrapper a img{
        min-height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .image-logo {
        text-align: center;
    }
    .header-mid-section {
        padding: 0px;
    }
    .naulokhabar-featured-content h3 a {
        font-size: 16px;
    }
    .latest-next-items-news .naulokhabar-featured-content h3 {
        line-height: 20px;
    }
    #search-box {
        width: 92.5%;
    }
    #search-box.show-search-box {
        top: 38px;
    }
    .newsticker_label {
        float: none;
        margin-right: 0px;
    }
    .newsticker_label:after {
        position: relative;
        opacity: 0;
    }
    .newsticker_nav {
        float: none;
        text-align: center;
        padding-top: 20px;
        margin-top: 20px;
    }
    #trending-wrapper {
        padding: 4px 0px;
    }
    .newsticker li a {
        height: 40px;
        line-height: 40px;
    }
    .newsticker li {
        height: auto;
    }
    #latest-news-wrapper .latest-first-item-news {
        margin-bottom: 20px;
    }
    #flash-news-wrapper .mainnews-title h1 {
        line-height: 50px;
        font-size: 36px;
    }
    .latest-news-container ul > li {
        float: left;
        padding: 1px;
        width: 100%;
    }
    .latest-news-container ul li:first-child {
        width: 100%;
    }
    .samachar-left-wrapper .news-items-primary {
        width: 100%;
        float: none;
        padding: 0 15px;
    }
    .samachar-left-wrapper .news-items-secondary {
        width: 100%;
        float: left;
        padding: 0 15px;
    }
    #latest-news-wrapper .latest-first-item-news .news-image-holder:before{
        height: 295px;
    }
    .footer-box-wrapper img {
        margin-top: 0px;
        margin-bottom: 40PX;
    }
    .copyright-text {
        text-align: center;
    }
    .powered-by {
        float: none !important;
        text-align: center;
    }
}