/*
Theme Name:kalapatra.com
Theme http://journeyfortech.com/: 
Author: Sanjib Jha
Date: 18-06-2026
Author URI: http://journeyfortech.com/
Description: Kalapatra Wordpress Theme
Version: 2.0
*/
@import url("https://fonts.googleapis.com/css?family=Mukta:200,300,400,500,600,700,800");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900");
@import url('https://fonts.googleapis.com/css2?family=Baloo+2&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sura:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,500,600,700"');
@import url('https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&display=swap');




:root{
    --primary-color:#009330;
    --secondary-color:#d42e28;
    --dark-color:#000000cc;
    --white-color:#fff;
    --bg-color:#2260bf14;
    --grey-color:#eeeeee;
    --text-color:#000000cc;
    --border-color:#2260bf24;
    --transition:ease-in-out .3s;
    --border-radius:4px
}
*{
    padding:0;
    margin:0;
    box-sizing:border-box
}
body{
    display:block;
     background: #fff;
    font-family: mukta, sans-serif;
    /*font-family:noto sans,sans-serif;*/
    /*font-family: 'Baloo 2', cursive;*/
    /* font-family: 'Sura', serif; */
    /* font-family: 'Hind', sans-serif; */
    padding: 0;
    margin: 0;
}
ul{
    margin:0
}
ul li{
    list-style-type:none;
    padding:0;
    margin:0
}
ul li a{
    padding:0
}
img{
    width:100%
}
a {
    color: #000000e6;
    display: block;
    text-decoration: none;
    transition: ease-in-out .3s;
}
a:hover{
    text-decoration:none
}
.jft_bg_white {
    background-color: #be5714 !important;
}
.height_240{
    height:240px!important;
}

.height_380{
    height:380px!important;
}
.height_400{
    height:400px!important;
}
 

/*.container {
    max-width: 1200px;
    margin: 0 auto;
}*/
.container {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.header{
    padding:15px 0 0;
    /* background: #00528d21; */
    border-top: 3px double #005b9e;
}
.jft_header_center{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom: 10px;
}
.logo img {
    height: 80%;
    width: 90%;
}
.jft_custom_logo{
    text-align:center;
    /* display:inline-block; */
    position:relative
}
.jft_custom_logo a{
    display:block
}
.jft_custom_logo img{
    height: 95px;
    width:auto;
    text-align: center;
}
.jft_social_icon ul{
    display:flex;
    float:right;
}
.jft_social_icon ul li a{
    color: #ffffff;
    transition:ease-in-out .2s;
    background: #be5714;
    height:32px;
    width:32px;
    text-align:center;
    display:block;
    border-radius:100%;
    font-size:18px;
    transition:var(--transition)
}
.jft_social_icon ul li a i{
    line-height:32px
}
.jft_social_icon ul li+li a{
    margin-left:8px
}
.jft_social_icon ul li a:hover{
    color:var(--white-color);
    background:var(--primary-color)
}
.jft_social_icon ul li+li a{
    margin-left:5px
}


.jft_header_left {
    display: flex;
    align-items: center;
}

.jft_header_left a {
    display: block;
    font-size: 32px;
    color: var(--dark-color)!important;
    padding: 0;
    line-height: normal;
}
i.las.la-bars {
    color: #005b9e;
}
i.las.la-align-left {
    color: #be5714;
}

.jft_header_left span {
    display: block;
    font-size: 14px;
    margin-left: 15px;
    margin-top: -7px;
    /* font-family: 'Khand'; */
}

.sticky+.sticky-logo{
    display:block
}
 
.sticky-logo img{
    height:40px;
    margin-top:-5px
}
.sticky+.sticky-logo{
    display:block
}
 
.sticky+.content{
    padding-top:60px
}
 

/*navbar*/

.navbar{
    padding:0;
    /* border-top:1px solid var(--border-color); */
    /* box-shadow:0 5px 7px rgb(34 96 191/10%); */
    position:relative;
    /* border-top: 3px solid #bf1e2e; */
    /* box-shadow: 0 2px 4px 0 rgb(0 0 0 / 16%); */
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.sticky{
    z-index:999;
    position:fixed;
    top:0;
    width:100%
}

.navbar-light .navbar-nav .nav-link i{
    font-size:24px;
    line-height:17px;
    color: #bf1e2e;
}
.navbar-light .navbar-nav li{
    /* border-right:1px solid #fff; */
}
.navbar-light .navbar-nav .active>.nav-link{
    color: #fff;
}
.navbar-light .navbar-nav .nav-link {
    padding: 11px;
    font-size: 18px;
    /* font-family: 'Khand'; */
    font-weight: 500;
    color: #fff;
    /* transition: var(--transition); */
    /* letter-spacing: 0.5px; */
}

.navbar-light .navbar-nav .nav-link:hover{
    color:var(--secondary-color)
}



.nav-toggler{
    display:none
}
.navbar-brand{
    padding:10px;
    color:#093f69!important;
    margin-right:0
}


.jft_inside_nav ul li a {
    padding: 0;
    font-size: 18px;
    color: var(--white-color);
    transition: var(--transition);
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    background: var(--primary-color);
    border-radius: 100%;
    border: 1px solid var(--primary-color);
}

.jft_inside_nav>ul {
    
    display: flex;
    align-items: center;
}

.jft_inside_nav>ul li+li {
    margin-left: 7px;
}

.jft_inside_nav>ul>li>a {
    font-size: 20px;
    border-radius: 100%;
    display: block;
    color: var(--white-color);
    height: 32px;
    width: 32px;
    text-align: center;
}

/*sidenav*/
.sidenav::-webkit-scrollbar{
    width:5px
}
.sidenav::-webkit-scrollbar-thumb{
    background-color:darkgrey;
    outline:1px solid slategrey
}
.sidenav{
    height:100%;
    width:0;
    position:fixed;
    z-index:1020;
    top:0;
    left:0;
    background-color:#fff;
    overflow-x:hidden;
    transition:.5s;
    padding-top:22px;
    box-shadow:3px 0 10px rgb(0 0 0/20%)
}
.sidenav a{
    border-bottom:1px solid #efefef;
    padding:8px 8px 8px 32px;
    text-decoration:none;
    font-size: 17px;
    font-weight:400;
    display:block;
    transition: .5s;
    color:#818181
}
.sidenav a:hover{
    color:red
}
.sidenav .closebtn{
    border-bottom:none;
    position:absolute;
    top:15px;
    right:1px;
    font-size:36px;
    margin-left:50px
}

.mm-show {
    background: #f7f7f7;
}

.scroll-news ul li{
    font-size:14px;
    font-family:mukta,sans-serif;
}
.scroll-news-title h3{
    color: #ffffff;
    font-size:16px;
    font-weight:600;
    background: rgb(0 91 158);
    padding:13px 10px;
    margin-bottom:0;
    position:relative;
    text-align:center;
    white-space:nowrap
}
.scroll-news-title h3:before{
    content:'';
    position:absolute;
    top: 14px;
    right: -20px;
    border-color: transparent transparent transparent rgb(0 91 158);
    border-style:solid;
    border-width: 10px;
    bottom: 14px;
    margin:auto;
}
.space1{
    padding-left:5px;
    padding-right:5px
}
.scroll-news .row{
    margin-left:-5px;
    margin-right:-5px;
    align-items:center
}
.scroll-news ul li a{
    font-size:16px;
     color:#333;
}
.scroll-news ul li+li{
    margin-left:35px
}
.scroll-news ul li i{
    margin-right:5px;
    font-size:12px;
    vertical-align:middle;
/*    color:rgba(0,0,0,.24);*/
}
.scroll-news-title h3 i{
    margin-left:5px;
    vertical-align:middle
}
.scroll-news ul{
    display:flex;
    align-items:center
}
.scroll-news{
    border-bottom: 1px double #005b9e;
    overflow:hidden;
    display: none;
}


#toTopBtn{
    position:fixed;
    bottom:30px;
    right:30px;
    z-index:98
}
#toTopBtn i{
    border-radius:100%;
    background-color:var(--secondary-color);
    color:var(--white-color);
    font-size:16px;
    height:30px;
    width:30px;
    text-align:center;
    line-height:30px;
    transition:var(--transition)
}
#toTopBtn i:hover{
    background-color:var(--primary-color)
}


















 
/* Footer */

#footer {
    padding: 50px 0;
    background: #1164A4;
}
.footer-social ul {
    display: flex;
    margin-bottom: 0;
}
.footer-social {
    margin-top: 40px;
}
.footer-social ul li a {
    color: #fff;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    transition: ease-in-out .5s;
    border-radius: 100%;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 40%);
}
.footer-social ul li.facebook a {
    background: #3b5998;
}
.footer-social ul li.twitter a {
    background: #1da1f2;
}
.footer-social ul li.instagram a {
    background: #c13584;
}
.footer-social ul li.youtube a {
    background: #ff0000;
}
.footer-social ul li a:hover {
    background: #1164A4;
}
.footer-social ul li+li {
    margin-left: 10px;
}
.footer-wrap h4 {
    color: #fff;
    margin-bottom: 35px;
    position: relative;
    display: inline-block;
}
.footer-wrap h4:before {
    position: absolute;
    content: '';
    bottom: -10px;
    height: 1px;
    width: 100%;
    background: #ffffff1a;
    left: 0;
}
.footer-wrap h4:after {
    position: absolute;
    content: '';
    bottom: -11px;
    height: 3px;
    width: 50px;
    background: #ffffff;
    left: 0;
    border-radius: 100%;
}
.footer-wrap ul {
    margin-bottom: 0;
}
.footer-wrap ul li, .footer-wrap ul li a {
    color: #fff;
    display: block;
    transition: ease-in-out .5s;
}
.footer-wrap ul li a:hover {
    color: #FD0100;
}
.footer-wrap ul li+li {
    margin-top: 15px;
}
.footer-contact img {
    box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
    background: #fff;
    padding: 10px;
    width: 250px;
    border-radius: 3px;
}
.footer-space {
    padding-left: 30px;
}
.footer-bototm ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    align-items: center;
}
.footer-bototm {
    background: #000000e6;
    padding: 15px 0;
}
.footer-bototm ul li {
    color: #fff;
}
.footer-bototm ul li a {
    color: #FD0100;
    font-weight: 500;
    display: inline-block;
}
/* Footer End */

/*flash news*/

.flash-item {
    text-align: center;
    /* border: 1px solid #eee; */
    padding: 30px;
    margin-bottom: 15px;
    /* border-top: 2px solid #005b9e; */
    border-radius: 5px;
}
.flash-item>a {
    text-align: center;
    font-size: 60px;
    color: #333;
    text-decoration: none;
    display: block;
    line-height: 130%;
    /* font-family: 'Mukta'; */
    font-weight: 700;
    /* padding: 12px; */
}
.author-wrap {
    display: -webkit-inline-flex;
    align-items: center;
    margin-right: 1em;
}
.author-wrap label {
    vertical-align: top;
    color: rgba(0, 0, 0, .5);
    margin: 0;
}
.author-wrap label a {
    color: rgba(0, 0, 0, .5);
}
span.author-img {
    height: 30px;
    width: 30px;
    max-width: 30px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #005b9e;
}
time {
    color: rgba(0, 0, 0, .5);
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}
.flash-item .post-img {
    width: 100%;
    max-width: 100%;
    float: none;
    height: auto;
    margin: 0 auto;
    border-radius: 4px;
}
.flash-item p {
    margin-top: 20px;
    font-size: 21px;
    /* color: rgba(0, 0, 0, .6); */
    color: #000000a8;
    text-align: center;
    line-height: 150%;
    position: relative;
    /* border-bottom: solid 1px rgba(0,0,0,.14); */
    /* padding-bottom: 30px; */
}
.post-meta {
    color: rgba(0, 0, 0, .5);
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 12px;
}
.post-img img {
    border-radius: 4px;
}
/*single page*/

.single_title h1 {
    color: #4a4c4e!important;
    font-size: 47px;
    font-weight: 700;
    /* margin-top: 20px; */
    line-height: 1.2;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    /* margin-bottom: 25px; */
    /* font-family: mukta; */
}


.very-small-box {
    display: inline-block;
    margin-bottom: 8px;
    /*border-bottom: 1px dotted #ddd;*/
    width: 100%;
}
.very-small-box img {
    float: left;
    display: block;
    margin-right: 15px;
    margin-bottom: 11px;
    height: 80px;
    width: 120px;
    object-fit: cover;
}
.very-small-box.bichar img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}
.small-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    font-weight: 400;
    color: rgba(0,0,0,.88);
    /* line-height: 1.48; */
    font-size: 20px;
}
.jft-small-box-img img {
    width: 100%;
    height: 175px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 15px;
}
.jft-small-box-title h3 {
    font-size: 20px;
    line-height: 1.8rem;
    font-weight: 600;
}
/*

.side-content {
    background: #222;
    padding: 30px;
    min-height: 350px;
}

.side-content h3 {
    font-size: 23px;
    line-height: 1.5;
}
.side-content p +p {
    margin-top: 20px;
}

.side-content p {
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 0;
}

.side-img {
    height: 350px;
    overflow: hidden;
}

.side-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}*/

.side-img {
    height: 350px;
    overflow: hidden;
}
.side-img a {
    height: 100%;
    width: 100%;
}
.side-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.side-content {
    background: #222;
    padding: 30px;
    min-height: 350px;
}
.side-content h3 {
    font-size: 23px;
    line-height: 1.5;
}
.side-content h3 a {
    color: #fff;
}
.side-content p+p {
    margin-top: 20px;
}
.side-content p {
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 0;
}
.story-promo {
    margin-bottom: 10px;
}
.story-img {
    margin-bottom: 15px;
}
.story-img img {
    width: 100%;
    height: 175px;
    object-fit: cover;
    /*border-radius: 4px;*/
}
.story-docs h3 {
    font-size: 20px;
    line-height: 1.8rem;
    font-weight: 400;
}
.text-on-image {
    margin-bottom: 19px;
    position: relative;
}
.text-on-image img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}
.text-on-image h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.5;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(5, 5, 5, 0) 0, rgba(0, 0, 0, 0) 0, rgba(71, 71, 71, 0) 0, rgba(102, 102, 102, 0) 0, rgba(28, 28, 28, 0) 0, rgba(20, 20, 20, .59) 32%, rgba(13, 13, 13, 1) 62%, rgba(3, 3, 3, 1) 100%) repeat scroll 0 0;
}
.text-on-image h3 a {
    color: #fff;
}
.big-box img {
    height: 240px;
    object-fit: cover;
    width: 100%;
}
.news_title_bg {
    font-size: 25px;
    font-weight: bold;
    line-height: 38px;
}
.big-box p {
    font-size: 17px;
    text-align: justify;
    /* padding: 10px; */
    overflow: hidden;
}
.large-box-title h3 a {
    font-size: 25px;
}
.large-box-title p {
    font-size: 20px;
}
#tenth-news .news-block {
    height: 400px;
    overflow: hidden;
    border-radius: 4px;
}
#tenth-news .news-block img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#tenth-news .news-block a {
    height: 100%;
    width: 100%;
}
.owl-theme .owl-dots {
    margin-top: 20px !important;
}
.owl-theme .owl-dots .owl-dot.active span {
    background-color: #1164a4;
}
.owl-theme .owl-dots .owl-dot span {
    height: 10px;
    width: 25px;
    margin: 5px 5px;
}
.pradesh-tab .nav-tabs {
    border-bottom: 0;
    margin-bottom: 20px;
}
.pradesh-tab .nav-tabs .nav-link.active {
    background: #1164A4;
    color: #fff;
}
.pradesh-tab .nav-tabs .nav-link {
    color: #666;
    border: 1px solid rgb(225 225 225);
    border-radius: 40px;
    padding: 3px 15px;
    margin-right: 7px;
    line-height: normal;
    background: whitesmoke;
}
.large-block h3 {
    font-size: 30px;
}
ul.media-list li {
    /* background: #fff; */
    position: relative;
    display: flex;
    padding: 7px;
    padding-left: 20px;
    margin-bottom: 7px;
    border-bottom: 1px solid #ddd;
}
ul.media-list li:before {
    content: "";
    background-color: #037272;
    left: 0;
    top: 15px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    position: absolute;
    /* right: 172px; */
}
.card {
    border: none;
}
.card-img.circle figure {
    margin: auto;
    border-radius: 50%;
    width: 160px;
    overflow: hidden;
    min-height: 160px;
}
.card-img figure img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 160px;
}
.bg-gray {
    background-color: #eeeeee;
}
.card-title {
    padding: 10px 5px;
}
.sub-title h4 {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 600;
}
/*pills*/

ul#myTab {
    background: #1064a4;
}
.nav-tabs .nav-link.active {
    color: #ffffff;
    background: red;
    border-radius: none!important;
}
.nav-tabs .nav-link {
    color: #fff;
    border: none!important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-tabs .nav-item {
    margin-bottom: 0px;
}
.grid-col img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.body-content {
    background: #bf1e2e;
    padding: 0 14px 21px;
    position: relative;
    z-index: 1;
    color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    min-height: 100px;
}
.body-content:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 99.9%;
    height: 50px;
    background: #bf1e2e;
    transform: skewY(-6deg);
    z-index: -1;
}
.body-content h3 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
}
.body-content h3 a {
    color: #fff;
}
/* Red border */

hr.new1 {
    border-top: 1px solid red;
}
/* Dashed red border */

hr.new2 {
    border-top: 1px dashed red;
}
/* Dotted red border */

hr.new3 {
    border-top: 2px dotted red;
}
/* Thick red border */

hr.new4 {
    border: 1px solid red;
}
/* Large rounded green border */

hr.new5 {
    border: 10px solid green;
    border-radius: 5px;
}
.cat-title {
    position: relative;
    display: block;
    top: 3px;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.cat-title:before {
    width: 100%;
    height: 1px;
    background: #ddd;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.cat-tags {
    background: 0 0;
    font-weight: 700;
    font-size: 24px;
    padding: 5px 0;
    border-bottom: 3px solid #ff0000;
    display: table;
    line-height: 24px;
}
.cat-tags a {
    color: #000000;
}
.playlist-title {
    max-height: 407px;
    overflow: auto;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.playlist-title li {
    padding: 5px 0px;
}
.playlist-title li .video-thumb {
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid transparent;
}
.playlist-title li .video-title {
    margin: 0;
    display: inline;
    vertical-align: middle;
    text-align: left;
    color: #f8f9fa;
}
figure {
    margin: 0;
}
.feature-block {
    padding-bottom: 10px;
    display: inline-block;
}
.feature-number img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}
.feature-number .tab-desc {
    border: 1px solid #f5e7e7;
    padding: 0px 10px;
    background: #fffdfd;
    height: 200px;
    margin-top: -10px;
}
span.number-post {
    display: flex!important;
    background-color: red;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    margin: 0 auto 15px;
    margin-top: calc(-60px/2);
    text-align: center;
    width: 60px;
    border-radius: 50%;
    position: relative;
}
span.number-post span {
    text-align: center;
    background: red;
    border-radius: 50%;
    padding: 0 18px;
    font-size: 35px;
    font-weight: 400;
}
.tab-desc h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    overflow: hidden;
    text-align: center;
    color: #000;
}
.bottom-header {
    background-color: #f1eaea;
    padding: 5px 0;
}
.bottom-header h3 {
    margin-bottom: 0;
    padding: 4px 5px 0px 0px;
    font-size: 17px;
    color: #d42e27;
    margin-right: 5px;
}
.bottom-header .tag {
    overflow-y: hidden;
}
.bottom-header .tag a {
    color: #656565;
    padding: 2px 8px;
    white-space: nowrap;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    /* font-weight: 600; */
}
.bottom-header .tag a:hover {
    color: #323232;
    letter-spacing: 1.1px;
    background-color: #fff;
}
.trend.mr-2 {
    padding: 5px 0px;
}
.nepali_num {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background: #f1ebeb;
    padding: 10px;
}
.item-nunber {
    margin-right: 20px;
    font-size: 30px;
    color: #bfb9b9;
}
.image-caption-text {
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #eee;
    /*padding: 10px 0;*/
}
.module>section .news-lists2>li {
    background: #484848;
    margin-bottom: 15px;
    padding: 15px;
}
.module>section .news-lists2>li>figure {
    float: left;
    height: 75px;
    margin-right: 15px;
    max-width: 100px;
}
.module>section .news-lists2>li>figure img {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}
.module>section .news-lists2>li>h3 a {
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
    display: block;
    line-height: 30px;
    transition: all 0.5s ease;
}
.bg-lightblack {
    background: #333333;
    padding: 20px;
}
.d-1 {
    --c: #1095c1;
    /* the color */
    --b: .1em;
    /* border length*/
    --d: 20px;
    /* the cube depth */
    --_s: calc(var(--d) + var(--b));
    color: var(--c);
    border: solid #0000;
    border-width: var(--b) var(--b) var(--_s) var(--_s);
    background: conic-gradient(at left var(--d) bottom var(--d), #0000 90deg, rgb(255 255 255 /0.3) 0 225deg, rgb(255 255 255 /0.6) 0) border-box, conic-gradient(at left var(--_s) bottom var(--_s), #0000 90deg, var(--c) 0) 0 100%/calc(100% - var(--b)) calc(100% - var(--b)) border-box;
    transform: translate(calc(var(--d)/-1), var(--d));
    clip-path: polygon( var(--d) 0%, var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), 100% calc(100% - var(--d)), var(--d) calc(100% - var(--d)));
    transition: 0.5s;
}
.d-1:hover {
    transform: translate(0, 0);
    clip-path: polygon( 0% var(--d), var(--d) 0%, 100% 0%, 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, 0% 100%);
}
p.test2 {
    white-space: nowrap;
    width: 200px;
    border: 1px solid #000000;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-cat {
    background: 0 0;
    font-weight: 700;
    color: #222;
    display: block;
    line-height: 34px;
    position: relative;
    margin-bottom: 19px!important;
}
.news-cat::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #33333336;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    bottom: inherit;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news-cat .cat-name {
    color: #000;
    font-size: 25px;
    line-height: 32px;
    font-weight: 600;
    padding: 0 25px 0 0;
    margin: 0;
    display: inline-block;
    border: 0;
    background: #fcfcfc;
    /* font-family: poppins,sans-serif; */
    position: relative;
    top: 4px;
    z-index: 2;
    letter-spacing: -1px;
}
.news-cat a.all {
    display: inline-block;
    margin-top: 0;
    background: #fff;
    /* font-family: poppins,sans-serif; */
    font-size: 14px;
    color: #333;
    font-weight: 400;
    border: 1px solid #33333317;
    padding: 10px 30px 7px 20px;
    line-height: 16px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0px;
    font-weight: 600;
    -webkit-border-radius: 9px;
    border-radius: 30px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
/*.news-cat a.all::before {
    position: absolute;
    right: 14px;
    top: 10px;
    content: '\f2f6';
    font-family: material-design-iconic-font;
    font-size: 25px;
    color: #c4161c;
}*/

.navbar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: #0069b4; */
    z-index: -1;
    /* border-bottom: 1px solid rgba(0,0,0,.1490196078); */
}
.navbar-light .navbar-nav .nav-link.active {
    background-color: #4267b2;
    color: #fff!important;
}
.round-thumb img {
    height: 35px;
    border-radius: 50%;
}
.politican_home_trend {
    border: 1px solid #ddd;
    margin-top: 5px;
    display: flex;
    margin-right: 10px;
    border-radius: 10px;
    padding: 0px;
}
.header-trending img {
    width: 100%;
    height: 100%;
    height: 35px;
    width: 35px;
    border: 4px solid #fff;
    border-radius: 50%;
    object-fit: cover;
    object-fit: cover;
}
.header-trending span {
    /* font-family: 'Mukta'; */
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-top: 7px;
    margin: 7px 6px 0px 2px;
}
img, svg {
    vertical-align: middle;
}
ul.footer-linkList {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    display: inline-flex;
    flex-flow: row wrap;
    font-size: .9rem;
    margin: 0;
    font-weight: 600;
}
.footer-main {
    font-family: 'Baloo 2', cursive;
    background: #5d677b05;
}
.footer-widget {
    padding: 30px 0;
    color: #888;
    text-align: center;
}
.footer-widget .widget-title {
    background: none;
    border: none;
    color: #d42e27;
    text-align: center;
    display: block;
    margin: 0;
    padding: 10px 20px;
    font-size: 23px;
    font-weight: 600;
    /*font-family: 'Ek Mukta';*/
}
.footer-widget ul {
    padding: 0;
    list-style: none;
    font-weight: 200;
}
.footer-widget strong {
    font-weight: bold;
    font-size: 17px;
}
.footer-credit {
    background: #000;
    padding: 10px;
    font-size: 15px;
    color: #fff;
}
.footer-credit p {
    margin-bottom: 0px;
    font-size: 15px;
    color: #fff;
}
.develoeper p a {
    color: #fff;
}
.footer-main .col-sm-4:nth-child(2) {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.related-tag li {
    border: 1px solid #00000069;
    color: #0000009c;
    font-size: 15px;
    display: inline-block;
    padding: 3px 11px;
    margin: 0px 8px 0px 0px;
    -webkit-border-radius: 8px;
    border-radius: 50px;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.related-tag li a {
    color: #0000009c;
}

.single-detail a {
    color: #4267b2;
}
.single-detail a:hover {
    color: #d42e27;
}
div#st-1 {
    z-index: 0;
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
i.las.la-bars {
    color: #fff;
}
  .flash-item>a {
    font-size: 30px;
    line-height: 113%;
    font-weight: 600;
}
.flash-item p {
    margin-top: 10px;
    font-size: 19px;
    text-align: justify;
    /* color: #999; */
    text-align: center;
    line-height: 150%;
    position: relative;
    /* padding-bottom: 30px; */
}
.single_title h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    text-align: justify;
}
.post-meta {
    color: rgba(0,0,0,.5);
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
}
}
 


    .section-title {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    background: #d5d6e0;
    /* border: 1px solid #F1F1F1; */
    line-height: 26px;
    font-weight: 500;
    color: #333;
    padding: 6px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
}
.section-title > span {
    padding: 5px 20px;
    display: inline-block;
    background: #12153a;
    position: relative;
    margin-left: 6px;
    color: #FFF;
    order: 1;
    border-radius: 4px;
}
.section-title > a {
    font-size: 13px;
    padding: 0 15px;
    font-weight: bold;
    color: #007480;
    order: 3;
}

 .jft-global-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 0;
    cursor: pointer;
    margin-bottom: 30px;
}
.jft-global-title::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 3px;
    width: 100%;
    background: #2260bf14;
    z-index: -1;
}
.jft-global-title::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 4px;
    width: 0;
    background: #be5714;
    z-index: -1;
    transition: var(--transition);
}
.jft-global-title a {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #2260bf14;
    border-radius: 100%;
    position: relative;
    font-size: 18px;
    border: 1px solid #2260bf24;
}
.jft-global-title h3 {
    margin-bottom: 0;
    background: #ffffff;
    padding-right: 25px;
    color: #be5714;
    font-size: 25px;
    font-weight: 500;
    font-family: 'Khand';
}
.jft-global-title h3 i {
    margin-right: 5px;
    font-size: 18px;
    color: #fff;
    background: #005b9e;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
    display: none;
}
.jft-global-title:hover::after {
    width: 100%;
}
.main-btn {
    background: #ffffff;
    padding-left: 25px;
}


.cat-heading {
    position: relative;
    font-weight: 400;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 28px;
    line-height: 1.1;
}
.cat-heading::before {
    background: #00000012;
    width: 100%;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
}
.cat-heading span {
    background: #eee;
    z-index: 1;
    position: relative;
    padding-right: 15px;
    font-family: "Khand", sans-serif;
    font-weight: 600;
    color: #005b9e;
    font-size: 42px;
}
.cat-heading>a {
    background: #f0f6fa;
    color: #12153b;
    font-size: 17px;
    font-weight: 600;
    padding: 9px 14px 7px;
    display: inline-block;
    position: relative;
    text-align: center;
    border-radius: 20px;
    font-family: "Khand", sans-serif;
}


footer .secondary-footer {
    background: #f5f5f5;
    padding: 2em 0;
    color: #2e2e2e;
}

.secondary-footer h1 {
    font-size: 24px!important;
    font-weight: 500!important;
    border-bottom: 2px solid #fff;
    display: inline-block;
    line-height: 30px;
    font-family: khand;
}

.secondary-footer h1 {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 2px solid #bf1e2e;
    display: inline-block;
    color: #000;
}



.single-detail p {
    font-size: 23px;
    text-align: justify;
    line-height: 37px;
    font-weight: 300;
}

.single-img {
    background: #eee;
    text-align: center;
}


section#single-page {
    margin-top: 30px;
}

.developer h5{
    font-size: 16px;
    margin-top: 10px;
}

.list-unstyled li{
    color: #000;
    font-size: 17px;
    font-weight: 300;
}


.flash-tagline {
    background: #bf1e2e;
    color: #fff;
    padding: 0px 10px;
}