/*
Author : http://www.smarkone.com
Text Domain : Smark One Technology Pvt. Ltd.
*/

@import "custom.css";

body {
    background: #fff;
    font-family: Helvetica, sans-serif;
    height: 100%;

}

html {
    scroll-behavior: smooth;
}

/* My css code start here */

/* Dashboard Sidebar */


/* Social Share */

#social-links ul {
    display: flex;
    list-style: none;
    padding: 0;
}

#social-links ul li {
    margin-right: 6px;
}

#social-links ul li a {
    font-size: 22px;
}

/* Login Form */
.user {
    margin-top: 30px;
}

.top {
    padding: 7px 0;
}

.service-header {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-para,
.footer-para li a {
    color: #060505a8;
}

.footer-bg {
    background: #fcfcfc;
    border-top: 1px solid #f1efef;
}


.highlight-row,
.notice-row,
.news-row {
    margin-top: 45px;
    margin-bottom: 12px;
}

.footer-row {
    margin-top: 45px;
}

.highlight-section,
.news-section,
.notice-section {
    margin-top: -25px;
}

.notice-section a {
    text-decoration: none;
}

.banner_slider {
    z-index: -1;
}

.nav-top li a {
    color: #060505a8;
}

/* Header parts*/
.top-addressbox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.top-addressbox .fa-facebook-square {
    color: #4267B2;
}

.top-addressbox .fa-twitter-square {
    color: #1DA1F2;
}

.top-addressbox .fa-youtube-square {
    color: #FF0000;
}

.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.show-nav-after-scroll {
    background: #fff;
    display: none;
}

.show-nav-after-scroll .desktop-nav {
    border-bottom: 2px solid #fff;
    box-shadow: 0 1.5px 6px rgba(0, 0, 0, 0.2);
}

.desktop-top-contact-on-scroll {
    background: #1b78a7;
    border-bottom: 2px solid #fff;
    padding: 0 15px;
}

.desktop-top-contact-on-scroll ul {
    padding: 0;
    margin: 0;
    height: 40px;
    display: flex;
    align-items: center;
}

.desktop-top-contact-on-scroll ul li a {
    color: #fff;
}

.dtc ul li a {
    color: #fff;
    text-decoration: none;
}



.info-box-1 ul li:nth-child(1) {
    border-left: none;
}

.info-box-1 ul li {
    border-left: 2px dotted #fff;
    padding-left: 5px;
}

.footer-info-box-2 ul {
    margin-left: 0 !important;
}

.footer-info-box-2 ul li a {
    border: 1px solid #ccc;
    font-size: 25px;
}

.info-box-2 ul {
    margin-left: 20px;
}

.info-box-2 ul li a {
    background: #fff;
    border-radius: 15%;
    padding: 4px 4px 2px 5px;
}

.info-box-1 ul li a {
    text-decoration: none;
}



.info-box-2 ul li a .fa-facebook-f {
    color: #4267B2;
}

.info-box-2 ul li a .fa-twitter {
    color: #1DA1F2;
}

.info-box-2 ul li a .fa-youtube {
    color: #FF0000;
}

.desktop-nav {
    /*border-bottom: 2px solid #fff;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
*/
}

.border-seperator {
    box-shadow: 0 2px 16px rgba(0, 0, 0, .15);
    width: 100%;
    height: 1px;
}



/* Mobile Menu Slider */
@media(max-width: 767px) {

    .show-nav-after-scroll {
        display: none;
    }

    .mobile-box {
        background: #fff;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.09);
        border-bottom: 1px solid #c6cbcf;
        padding: 8px 0;
    }

    .mobile-box ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        margin: 0;
    }

    .mobile-box ul .menu-bar {
        margin-left: 15px;
    }



    /*.mobile-nav-menu {
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.09);
    border-bottom: 1px solid #c6cbcf;
    padding: 8px 0;
}
*/

    .fa-bars {
        color: #0e5dae;
        font-size: 22px;
    }

    .side-menu {
        background-color: #e2f2ff;
        width: 0;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        transition: .5s;
        z-index: 99999;
    }

    .logo-bg {
        background-image: url(/images/mobile_menu_slider_bg_logo.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left center;
        background-position: 95%;
        height: 100%;
        opacity: .1;
    }


    .btn-close {
        color: #0d4179;
        font-size: 35px;
        font-weight: 100;
        line-height: 0;
        position: absolute;
        right: 15px;
        top: 30px;
        text-decoration: none;
    }

    .btn-close:hover {
        color: black;
        text-decoration: none;
    }

    .mobile-top-contact {
        display: none;
        position: absolute;
        left: 15px;
        top: 20px;
    }

    .mobile-top-contact ul li:nth-child(2) {
        margin-left: 15px;
    }

    .mobile-top-contact ul li a {
        color: #0d4179;
        display: flex;
        align-items: center;
        text-decoration: none;
    }

    .mobile-top-contact ul li a .txt {
        font-size: 12px;
        line-height: 24px;
    }

    .mobile-top-contact ul li a .material-icons {
        display: inline-flex;
        vertical-align: top;
    }

    .top-line {
        border-bottom: 1px solid #c3ddf9;
        width: 100%;
        height: .5px;
        position: absolute;
        top: 60px;
    }

    .menu-lists {
        display: none;
        position: absolute;
        left: 15px;
        top: 80px;
    }

    .menu-lists ul li a {
        color: #0d4179;
        display: flex;
        align-items: center;
        font-size: 28;
        line-height: 24px;
        text-decoration: none;
    }

    .menu-lists ul li {
        padding: 3px 0;
    }

    .menu-lists ul li a .txt {
        font-size: 16px;
        line-height: 24px;
        padding-left: 10px;
    }

    .material-icons {
        font-size: 16px;
        display: inline-flex;
        vertical-align: top;
    }

    .sub-menu {
        display: none;
        list-style: none;
        margin-left: 30px;
    }

    .menu-items .icons-with-border {
        border: 1px solid #a1a1a1;
        border-radius: 50%;
        padding: 4px;
    }

    .quick-links h4 {
        color: #3167a1;
    }

    .quick-links ul li .material-icons {
        border: 1px solid #a1a1a1;
        border-radius: 50%;
        padding: 4px;
        transform: rotate(-45deg);
    }

    .social-links h4 {
        color: #3167a1;
    }

    .mobile-social-links li {
        font-size: 22px;
        margin-right: 15px;
    }

    .mobile-social-links .fa-facebook-f {
        color: #4267B2;
    }

    .mobile-social-links .fa-twitter {
        color: #1da1f2;
    }

    .mobile-social-links .fa-youtube {
        color: #FF0000;
    }

    .section-gap {
        margin-top: 100px;
    }
}

/* Login button background color */
.login-btn-bg {
    background: #46afef;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

/* owl carousel */
.owl-theme .owl-nav {
    display: none;
}

/* Table */
table {
    border: 1px solid transparent;
    width: 100%;
}

tr:nth-child(odd) {
    background: #f0f0f0;
}

td {
    padding: 5px 10px;
}

/* home page ceo message */
.ceo-message p img {
    display: none;
}

.banner_img_size {
    width: 730px;
    height: 385px;
    object-fit: cover;
}

.archive-img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.homepage-text {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}

a {
    /*color: #007bff;*/
    color: #2d78a7;
    /*text-decoration: underline;
*/
}


.title-heading {
    color: #595a5c;
    font: 600 20px/1.2 Bitter, 'Open Sans', sans-serif;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

p {
    color: black;
    font-size: 14px;
}

.navbar {
    background: #064a90 !important;
    padding: 0px !important;
}

img.logo {
    width: 30%;
}

img.footlogo {
    width: 100%;
}

img.header-logo {
    width: 100%;
}

.more {
    color: #064a90;
    text-decoration: underline;
}

.h1 {
    font: 400 33px/1.3 Bitter, "Times New Roman", Times, serif;
    color: #5E5A55;
    margin: 0 0 12px 0;
}


.nav-link {
    display: block;
    height: 100%;
    text-transform: uppercase;
    color: #fff !important;
    border-right: 2px solid #fff;
    padding: 0 15px;
    font: 700 12px/40px 'Roboto', Tahoma, Arial, Helvetica, sans-serif;
    text-decoration: none;
}


.mobile-nav-link {
    display: block;
    height: 100%;
    text-transform: uppercase;
    color: #46afef !important;
    border-right: 2px solid #fff;
    padding: 0 15px;
    font-size: 12px;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
    text-align: left;
    text-decoration: none;
}

.mobile-nav-item {
    flex: 1 1 auto;
    text-align: left;
    /*margin-left: 10px;
*/
}

.archive-title {
    background: #fff;
    color: #03305c;
    font-size: 22px;
}

.mobile-nav {
    display: none !important;
}

span.home {
    background: #061352;
    padding: 8px;
    color: white;
}

/*  
a.nav-link:hover {
   background: #005979 !important ; 
 transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); 
    color: white !important;
    opacity: 1;
 transform: translateX(9px);
}
 */

.caro-img img {
    max-height: 225px
}

.header-text {
    color: teal;
    font-size: 80px;
    font-weight: 500;
}

.shared-counts-wrap.after_content.style-classic {
    display: none !important;
}

a.mobile-nav-link.side-nav-link {
    font-size: 15px;
    border-bottom: solid 1px white;
    transition: 1s;
}


a.nav-link.side-nav-link {
    font-size: 15px;
    border-bottom: solid 0px white;
    transition: 1s;
}

.sr-thumb img {
    width: 80px;
    height: 70px;
}

.bichar-img img {
    border-radius: 50%;
    height: 70px !important;
    width: 70px !important;
    border: solid 3px #e6e8ec;

}

.bank-img img {
    transition: 1s ease-in-out;
}

.lifestyle-img img {
    transition: 1s ease-in-out;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.full-background {
    background: white;
    height: 100%;
    transition: 0.8s;

}

/*
.full-background:hover{
box-shadow: 0 0 20px 0 !important;
 transform: translateY(-1px);
transition: -3.0s; 
}
*/
/* a.nav-link.side-nav-link:hover {} */

.post-list,
.video-list {
    padding: 10px 0px;
    border-bottom: dashed 1px #ddd !important;
}

.list-group-item {
    background-color: #008383;
    border: 1px solid rgba(0, 0, 0, .125);
}

.small-img img {
    width: 80px !important;
    height: 80px;
}



.owl-prev {
    background: #008383;
    color: white !important;
    font-size: 11px !important;
}

.border-img img {
    border-radius: 50% !important;
}

.owl-next {
    background: #008383;
    color: white !important;
    font-size: 11px !important;
}

.widget img {
    margin-bottom: 20px;
}

aside .post-list:last-child,
.category .post-list {
    border-bottom: none !important;
}

.cat-title {
    color: #fff;
    margin-bottom: 15px;
    border-bottom: 2px solid #0e5dae;
}

span.cat-sabai.d-flex.align-items-center {
    background: #0e5dae;
    padding: 2px 5px 2px 6px;
}

.shared-counts-wrap.before_content.style-classic {
    display: none !important;
}

h5.tool {
    font-size: 38px;
    font-weight: 600;
    color: #454749;
    background: #dbdae2;
    padding: 12px;
    list-style: none !important;
}

span.title-tool {
    background: red;
    color: white;
    padding: 12px;
}

.tittle-item {
    background: #0e5dae;
    padding: 10px 15px;
    font-size: 18px;
    display: table;
    line-height: 14px;
    margin: 0;
    color: #fff;
    position: relative;
}

.tittle-item:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 0px solid transparent;
    border-top: 9px solid #07219c;
    position: absolute;
    bottom: -9px;
    left: 0;
}

.separator {
    border-left: solid 4px #eaedf0;
}

.page header {
    background: #efefef;
    padding: 10px;
}

/* mobile toggle */
a.close {
    position: absolute;
    left: -10000px;
    background: #333;
    transition: .5s;
    pointer-events: all !important
}

.mymargin {
    margin-left: 0
}

.pointer {
    pointer-events: none
}

a.bg-close {
    left: 85% !important
}

.display-menu {
    left: 0 !important;
    transition: .5s
}

/* Media screen */


@media(max-width: 767px) {

    /* Mobile menu slider */
    .menu-slide {}





    /* Mobile Quick links */
    .mobile-quick-links {
        padding: 0 15px;
    }

    .mobile-quick-links ul li a {
        font-size: 12px;
        font-family: Helvetica, sans-serif;
        margin-bottom: 20px;
        text-decoration: none;

    }
}


/* ends mobile toggle */
.post-entry img {
    /*  height: 400px; */
    width: 100%;
    object-fit: cover;
}

.jumb img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.post-entry p {
    font: 500 15px/30px 'Roboto', Tahoma, Arial, Helvetica, sans-serif;
    letter-spacing: 0.01em;
    text-align: justify;
}

.post-entry ul {
    font: 500 15px/30px 'Roboto', Tahoma, Arial, Helvetica, sans-serif;
    letter-spacing: 0.01em;
    text-align: justify;
}

.post-entry blockquote {
    border-left: solid 5px #bbb;
    padding: 10px;
    background: #e3e3e3;
}

span.inner-cat {
    background: #ed1f24;
    padding: 4px;
    font-size: 17px;
    font-weight: bold;
    color: white;
}


.post-meta {
    font-size: 12px;
}

.video-thumb {
    overflow: hidden;
}

.video-list img:hover {
    transform: scale(1.2);
    transition: 1s;
}

.video-list img {
    width: 100%;
    transition: 1s;
}

.video-thumb img {
    height: 200px;
    width: 260px;
}

/* Home css*/

.home .post-meta {
    position: absolute;
    bottom: 15px;
}

.row.background-main {
    background: white !important;
}

.top-nav {
    background: red;
    position: absolute;
    left: -318px;
    opacity: 0;
}

.top-menu {
    position: fixed;
    top: 50px;
}

.top-nav-change {
    transition: 1s;
    width: 100% !important;
    position: relative;
    left: 0%;
    opacity: 1;
    box-shadow: 0 0 20px 0;
}

/*
.svg-inline--fa.fa-w-14 {
    width: 50px !important;
    height: 50px;
    background: red;
    color: white !important;
    font-size: 22px;
    padding: 12px;
}
*/
li.list-group-item {
    color: white;
}

.small-logo {
    width: 30%;
}

.entertain {
    position: relative;
}

h5.entertain {
    font-size: 22px;
    background: #14131385;
    position: absolute;
    bottom: -10px;
    padding: 16px;
    width: 100%;
    color: white !important;
    transition: 2s;
}

.inter-img img {
    width: 100% !important;
}

h5.entertain:hover {
    background: #00838387;
    transition: 2s;
}


/*  samachar thumbnail header post start */


.samachar {
    position: relative;
}

h5.samachar {
    font-size: 35px;
    transition: 2s;
    text-align: justify;
}

.inter-img img {
    width: 100% !important;
}


/*  samachar thumbnail header post  end*/



.blog-img img {
    /* border-bottom-left-radius: 30%;
    border-top-right-radius: 30%; */
    opacity: 0.4;
}

.blog-img img:hover {
    border-radius: 0px !important;
    transition: 1s;
    opacity: 1;
}

/* video icon */

span.miniply {
    position: absolute;
    bottom: 0;
    background: white;
    padding: 10px;
    color: darkgray;
    border-right: solid 5px white;
    border-top: solid 5px white;
}



h5.video {
    position: absolute;
    background: #343a4029;
    bottom: -9px;
    font-size: 29px;
    padding: 0 100px;
}

span.ply {
    background: #1792d7;
    width: 71px;
    padding: 17px 14px;
    color: white;
    position: absolute;
    bottom: 0px;
}

span.miniply:hover {
    color: darkgray;
    background: rgb(44, 43, 43);
    transition: 1s;
}

.img-media {
    position: relative;
}

/* end video  */

/* side nav */

.sidenav {
    height: 100%;
    left: -333px;
    position: fixed;
    z-index: 2222;
    top: 0;
    background-color: #eaf2f2;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

a.top-item {
    font-size: 13px !important;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

/* Dropdown NEW */

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown:hover {
    background-color: #064a90;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #064a90;
    padding: 5px 15px;
    font: 500 13px/20px 'Roboto', Tahoma, Arial, Helvetica, sans-serif;
    text-decoration: none !important;
    display: block;
    text-align: left;
    border-bottom: #e6e7e7 solid 1px;
}

.a:hover {
    background-color: #00a84f;
    color: #00a84f;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #064a90;
}



@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

/* sidenav end */

.text-display {
    opacity: 0;
    transition: 5s;
}

.custom-list-item {
    border-bottom: dashed 1px #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.custom-list .custom-list-item:last-child {
    border-bottom: none;
}

blockquote:before {
    content: "\f10d";
    font-family: FontAwesome;
    float: left;
    padding: 5px 10px;
    font-size: 30px;
    border: solid 3px #a2a2a2;
    margin-right: 10px;
    color: #484848;
}

.related .small-list {
    margin: 10px 0px;
}

.owl-next {
    position: absolute;
    right: 26px;
    top: -61px;
    background: #727375 !important;
    color: #979494;
    font-size: 20px;
    padding: 10px;
    font-weight: bold;
}

.owl-prev {
    position: absolute;
    right: -6px;
    top: -61px;
    color: #979494;
    font-size: 20px;
    padding: 10px;
    background: #727375 !important;
    font-weight: bold;
}

/*Other*/

.seperator {
    border-bottom: solid #ddd 1px;
    margin-bottom: 10px;
    margin-top: 10px;
}

/*footer*/
span.name {
    color: red;
    font-size: 13px;
}

.copyright {
    background-color: #090909 !important;
    border-top: 2px #fff solid;
}

.copyright a {
    color: #fff !important;
}

.copyright span {
    color: #fff !important;
}

.copyright a:hover {
    color: #f9f9f9 !important;
}


h5.imp-text.main-head {
    font-size: 21px;
    display: inline;
    padding: 3px;
    color: black;
}

h5.imp-text {
    color: black;
    font-size: 15px;
    font-weight: 400;
}

h5.main-imp {
    font-size: 13px;
    color: white !important;
}

/*ends*/

@media (min-width: 1300px) {
    .container {
        max-width: 1140px;
    }
}

@media (max-width: 575px) {
    .post-entry img {
        width: 100%;
    }

    .my-carousel img {
        height: 150px;
        width: 150px;
    }

    a.bg-close {
        left: 61% !important;
    }

    .navbar {
        display: none;

    }

    .wrap-head {
        font-size: 26px;
    }

    img {
        width: 100%;
        height: auto !important;
    }

    .owl-next {
        display: none;
    }

    .owl-prev {
        display: none;
    }
}

.breaking-news {
    border-bottom: solid 1px rgba(0, 0, 0, .14);
    min-height: 5px;
}

.breaking-news-title {
    position: relative;
    color: #fff;
    line-height: 2.3;
    font-weight: 600;
    font-size: 18px;
}

.breaking-news-bg {
    position: relative;
    line-height: 1.5;
    background-color: #005979;
    text-align: center !important;
}

.breaking-news-item {
    background: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    vertical-align: middle;
    padding: 8px 0;
}

.banner-title-new {
    font-family: mukta, sans-serif;
    font-size: 64px;
    padding-top: 15px;
    text-align: center;
    font-size: 55px;
    color: #4d4d4d;
    text-decoration: none;
    display: block;
    line-height: 150%;
}

/*footer*/
.footer-area {
    background-color: #fff;
    background-position: top;
    background-size: cover;
    position: relative;
}

.footer1 {
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
}

.footer1>.container {
    padding-bottom: 60px;
}

.footer1>.container>.row {
    padding-top: 72px;
}

.footer1_heading {
    font-size: 1.2em;
    margin-bottom: 35px;
    font-weight: 600;
}

.footer1_about {
    color: #f8f8f8;
    line-height: 2;
    text-align: justify;
    font-size: 16px;
}

.footer1_heading~ul li {
    list-style: none;
}

.contact1 li {
    color: white !important;
    font-size: 16px !important;
    margin-bottom: .5rem;
}

.plr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.navi1 li>a {
    color: white;
}

.navi1 {
    list-style: none;
    padding: 0px;
}

.navi1 li {
    margin-bottom: .5rem;
}

.navi2 li>a {
    color: white;
}

.navi2 {
    list-style: none;
    padding: 0px;
}

.button-facebook {
    width: 155px;
}

.button-facebook,
.button-messenger {
    margin-top: 1rem;
    font-size: 18px;
    padding: 5px 15px;
    background: white;
}

.button-facebook i,
.button-messenger i {
    padding-right: 10px;
}

.button-facebook i {
    color: #3b5998;
}

.button-messenger i {
    color: #0099ff;
}

@media only screen and (max-width: 767px) {
    .footer1>.container>.row {
        padding-top: 10px;
    }

    .footer1 {
        /*height: 550.95px;*/
    }

    .footer1_heading {
        margin-top: 25px;
    }
}

a.fb-msg-btn {
    display: inline-block;
    font-family: inherit;
    font-weight: bold;
    color: #0084ff;
    text-align: center;
    padding: 10px 15px;
    margin: 0;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
}

a.fb-btn {
    display: inline-block;
    font-family: inherit;
    font-weight: bold;
    color: #0084ff;
    text-align: center;
    padding: 10px 22px;
    margin: 0;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
}

a.ads-btn {
    display: inline-block;
    font-family: inherit;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px 10px;
    margin: 0;
    background-color: gray;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
}

.banner-sub-title {
    margin: 40px auto 20px;
    font-size: 24px;
    color: rgba(0, 0, 0, .6);
    text-align: center;
    line-height: 150%;
    position: relative;
    padding-bottom: 30px;
    font-family: mukta, sans-serif;
}

.ko-post-title {
    text-decoration: none;
    font-weight: 500;
    color: #525252;
    line-height: 128% !important;
    transition: all .3s ease;
    font-size: 18px;
    font-family: mukta, sans-serif;
}

.ko-post-title-big {
    text-decoration: none;
    font-weight: 500;
    color: #525252;
    line-height: 135% !important;
    transition: all .3s ease;
    font-size: 25px;
    font-family: mukta, sans-serif;
    text-align: left;
}

.ko-post-text {
    color: rgba(0, 0, 0, .88);
    font-weight: 400;
    line-height: 190%;
    font-size: 18px;
    margin: 0 0 .4em;
    font-family: mukta, sans-serif;
}

.home-post-title {
    color: #2d78a7;
    margin-bottom: 4px;
}

.home-post-text {
    color: rgba(0, 0, 0, .88);
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
    margin-top: 4px;
    /*margin: 0 0 .4em;
*/
    text-align: justify;
}


.ko-title-box {
    background-color: #064a90 !important;
    width: 100%;
    padding: 0 10px;

}

.ko-title-box-text {
    line-height: 55px;
    color: #fff;
    font-size: 20px;
    font-family: mukta, sans-serif;
}

.trend {
    background: #0A417A;
    color: white !important;
    font-size: 17px;
    font-weight: 600;
    display: block;
    text-decoration: none;
    list-style: none;
    line-height: 46px;
}

.archive-nav {
    text-transform: uppercase;
    color: #fff !important;
    padding: 0 23.5px;
    font: 700 12px/40px 'Roboto', Tahoma, Arial, Helvetica, sans-serif;
    letter-spacing: 0.01em;
    text-align: center;
    text-decoration: none;
}

.ko-single-post-title {
    text-decoration: none;
    font-weight: 500;
    color: #525252;
    line-height: 128% !important;
    transition: all .3s ease;
    font-size: 40px;
    font-family: mukta, sans-serif;
}

.ko-single-post-text {
    color: rgba(0, 0, 0, .88);
    font-weight: 400;
    line-height: 190%;
    font-size: 18px;
    margin: 0 0 .4em;
    font-family: mukta, sans-serif;
}

.pagination-new {
    display: flex;
    padding-left: 5%;
    list-style: none;
    border-radius: .25rem;
    padding-top: 5%;
    padding-bottom: 10%
}

.cat-post img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}


/* custom style for time-ago, author, post count */
.ko-stats-color {
    text-decoration: none;
    font-weight: 400;
    color: #525252;
    transition: all .3s ease;
    font-size: 15px;
    font-family: mukta, sans-serif;
}

.ko-stats-color i {
    color: #0e5dae;
}


// Author Icon Image
.author__wrap .author__img {
    height: 30px;
    width: 30px;
    max-width: 30px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-right: 1em;
}


/*Extra CSS */
title-area {
    position: relative;
    text-align: center;
    width: 100%;
}

title-area .tittle {
    font-family: "Roboto Condensed", sans-serif;
    color: #3a3a3a;
    font-size: 40px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
    border-bottom: 6px solid #1fa149;
    display: inline-block;
}

.title-area .tittle-line {
    background-color: #22a048;
    display: inline-block;
    height: 6px;
    margin-bottom: 16px;
    width: 60px;
    display: none;
}

/* Breadcrumb CSS  

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
} */

.breadcrumb {
    list-style: none;
    text-decoration: none;
    margin-left: -15px;
}

.breadcrumb li {
    display: inline-block;
    margin-right: -4px;
}

.breadcrumb ul {
    display: flex;
}

.breadcrumb li {
    background: transparent url('https://rwdc.org.np/wp-content/uploads/2020/12/breadcrumbs-divider.png') no-repeat right center;
    background-color: #ebe5de;
}

.breadcrumb a {
    padding-right: 15.5px;
    padding-left: 15.5px;
    font: 500 12px/24px 'Roboto', Tahoma, Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    padding: 10px;
}







