/*
    Theme Name: News
    Author: FnClick
    Author URI: https://fnclick.com.np/
    Description: This is a theme for news website
    Version: 1.0.0
    Text Domain: news
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Mukta:wght@200;300;400;500;600;700;800&display=swap');

:root{
	--primary-color: #1E1E1E;
	--secondary-color: #EC221F;
	--dark-color: #2C2C2C;
	--text-color: #B3B3B3;
	--light-gray: rgb(249 249 249 / 73%);
	--light-white: #f5f5f5;
	--gray-l-color: #666666;

	--primary-fonts: "Mukta", sans-serif;
	--secondary-fonts: "Inter", sans-serif;

	--default-transition: all 0.3s linear;

	--section-gaps: 100px;
	--section-md-gaps: 48px;
	--section-sm-gaps: 25px;
}
html,body{
    height: 100%;
}
body.overflow-hidden{
	overflow: hidden !important;
}
.news-message marquee {
    margin-bottom: -1px;
}
body{
    font-family: var(--primary-fonts);
    font-weight: 400;
    font-style: normal;
/*     background-color: #f6f6f6; */
    color:#222;
}
img{
    max-width: 100%;
}
p{
    color: #424242;
    line-height: 1.5;
}

.img-cover{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
a,button,input[type="submit"]{
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
}
a {
    text-decoration: none;
    display: inline-block;
    color:var(--primary-color);
    transition: var(--default-transition);
}
a:hover {
	color:var(--secondary-color);
}

a,button,span{
    display: inline-block;
    outline: none; 
}
a, a:hover{
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    font-weight:600;
}
.list-none,
.single-news-text ul,
.slick-dots{
    list-style: none;
    margin: 0;
    padding: 0;
}
.m-b10px{
    margin-bottom:10px;
}

.m-b20px{
    margin-bottom: 20px;
}
.m-b30px{
    margin-bottom: 30px;
}



/* Fonts links css */

@font-face {
    font-family: 'Mukta';
    src: local('Mukta Medium'), local('Mukta-Medium'),
    url('fonts/Mukta-Medium.woff2') format('woff2'),
    url('fonts/Mukta-Medium.woff') format('woff'),
    url('fonts/Mukta-Medium.svg#Mukta-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Mukta';
    src: local('Mukta Bold'), local('Mukta-Bold'),
        url('fonts/Mukta-Bold.woff2') format('woff2'),
        url('fonts/Mukta-Bold.woff') format('woff'),
        url('fonts/Mukta-Bold.svg#Mukta-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Mukta';
    src: local('Mukta Light'), local('Mukta-Light'),
        url('fonts/Mukta-Light.woff2') format('woff2'),
        url('fonts/Mukta-Light.woff') format('woff'),
        url('fonts/Mukta-Light.svg#Mukta-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Mukta';
    src: local('Mukta Regular'), local('Mukta-Regular'),
    url('fonts/Mukta-Regular.woff2') format('woff2'),
    url('fonts/Mukta-Regular.woff') format('woff'),
    url('fonts/Mukta-Regular.svg#Mukta-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?q4bb3k');
    src:  url('fonts/icomoon.eot?q4bb3k#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?q4bb3k') format('truetype'),
    url('fonts/icomoon.woff?q4bb3k') format('woff'),
    url('fonts/icomoon.svg?q4bb3k#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="ico-"], [class*=" ico-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ico-search:before {
    content: "\e90e";
}
.ico-menu-bar:before {
    content: "\e900";
}
.ico-right-arrow:before {
    content: "\e904";
}
.ico-cross:before {
    content: "\e908";
}
.ico-left:before {
    content: "\e912";
}




/* End Fonts links css */

.mid-gaps{
    padding-top: 30px;
    padding-bottom: 30px;
}
.mid-gaps + .mid-gaps{
	padding-top: 0;
}
.top-mid-gaps{
    padding-top: 25px;
}
.bottom-mid-gaps{
    padding-bottom: 25px;
}
.section-gaps{
    padding-top: 50px;
    padding-bottom: 50px;
}
.top-section-gaps{
    padding-top: 20px;
}
.bottom-section-gaps{
    padding-bottom: 50px;
}
.b-sec-gaps > li,
.b-sec-gaps > div {
    margin-bottom: 20px;
}
.t-sec-gaps > li + li,
.t-sec-gaps > div + div{
    margin-top: 40px;
}
.t-md-sec-gaps > li + li,
.t-md-sec-gaps > div + div{
    margin-top: 30px;
}
.border-gap{
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
.s-p-gaps{
    max-width: 800px;
    margin-right: auto !important;
    margin-left: auto !important;
}
.right-gap{
    padding-right: 10px;
}
.left-gap{
    padding-left: 10px;
}

/* title style css */

.title{
    color: #222;
    font-size: 24px;
    margin-bottom: 25px;
}
.ssm-gap{
    margin-bottom: 15px;
}

.sm-gap{
    margin-bottom: 10px;
}
.md-gap{
    margin-bottom: 30px;
}
.xs-gap{
    margin-bottom:5px
}
.no-gap{
    margin-bottom: 0;
}
.lg-sz{
    font-size: 32px;
}
.md-sz{
    font-size: 22px;
}
.sm-sz{
    font-size: 20px;
}
.ssm-sz{
    font-size: 18px;
}
.xs-sz{
    font-size: 16px;
}

.sidebar .bar-title{
/* 	border-bottom: 1px solid #ccc; */
	margin-bottom: 20px;
}
.similar-news .bar-title{
	margin-bottom: 20px;
}
.bar-title{
/*     border-bottom: 1px solid #ccc; */
    margin-bottom: 10px;
    padding: 5px 0;
	align-items: center;
}
.bar-title .title{
    font-weight: 600;
    font-size:22px;
    margin-bottom: 0px;
    padding-right: 15px;
    color: #222;
	position: relative;
}
.bar-title .title:before{
	content: '';
	position: absolute;
    bottom: -4px;
    left: 0;
    width: 50px;
    height: 2px;
	background-color: var(--secondary-color);
}

.bar-title .view-btn a:empty{
	display: none;
}
.bar-title .view-btn a{
    padding-right: 25px;
    position: relative;
    color: #222;
    font-size: 14px;
	min-width: 90px;
	padding: 6px 12px;
	background-color: var(--primary-color);
	color: #fff;
	border-radius: 4px;
	text-align: center;
}
.bar-title .view-btn a:before{
/*     content: '\f0ca'; */
	content: unset;
    position: absolute;
    right: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}
.bar-title .view-btn a:hover{
	background-color: var(--secondary-color);
	color: #fff !important;
}
.o-icon .bar-title .view-btn a{
    min-width: auto;
    font-size:0;
}
.o-icon .bar-title .view-btn a:before{
    top: -13px;
    font-size: 18px;
}


/* End  title style css */

/* animation css */


@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


/* end  animation css */

/* Color Css */

.white-bg{
    background-color: #fff;
}
.light-white-bg{
    background: #fff;
}

.black-bg{
    background: #222;
}
.black-txt{
    color: #222;
}
.light-brown-bg{
    background: #e9e9e9;
}
.white-txt{
    color: #fff;
}
.footer-bd > div > .item{
    height: 100%;
}

/* End Color Css */




/* Header section */

.logo img{
    max-width: 200px;
	max-height: 80px;
}
.top-header{
    overflow: hidden;
    padding-bottom: 15px;
}
.top-header .top{
    margin-bottom: 10px;
    background: var(--secondary-color);
    padding: 5px 10px;
}
.middle-header{
    padding-top: 20px;
    padding-bottom: 20px;
}
.top-header .logo{
    text-align: left;
}
.top-header .date-time-other
{
    margin-left: -10px;
    margin-right: -10px;
}
.header-social-links > span{
    color: #fff;
    font-size: 16px;
    margin-right: 5px;
    margin-left: 15px;
}
.social-links {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    margin-left:-5px;
    margin-right:-5px;
}
.header-wrapper{
    background:var(--secondary-color);
}
.admin-bar .fixed-header{
	top: 32px;
}
.fixed-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 991;
    background: var(--secondary-color);
    -webkit-box-shadow: 0 2px 15px 0 rgba(0,0,0,.16), 0 2px 30px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.16), 0 2px 30px 0 rgba(0,0,0,.12);
}
.fixed-header .nav > .logo a{
    height: 65px;
    width: 65px;
    line-height: 65px;
    text-align: center;
    background: #f6f6f6;
    border-radius: 50%;
    margin: auto;
}
.fixed-header .nav > .logo a img{
    max-width: 55px;
}

.fixed-header .nav{
    background:transparent !important;
}
.fixed-header .primary-menu > li > a{
    padding: 20px 15px ;
}
.primary-menu > li > a
.top-header .right-side > div{
    padding-left: 10px;
    padding-right: 10px;
}
.top-header .right-side{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.bottom-header .search-bar a{
    height: 100%;
    padding: 20px 15px;
}
.bottom-header{
    min-height: 47px;
    background:var(--secondary-color);
}
.search-bar a{
    font-size: 15px;
    color: #222;
}
.search-form-section > .btn {
    font-size: 18px;
    color: #fff;
    padding: 10px;
    line-height: 2.35;
    border-radius: 0;
    cursor: pointer;
    width:50px;
    height:100%;
    background:var(--secondary-color) ;
    position:relative;
}
.search-form-section > .btn i{
    position:absolute;
    left:0;
    right:0;
    text-align:center;
    top:50%;
    transform:translatey(-50%);
}
.search-box {
    position: absolute;
    top: 0%;
    right: 0;
    max-width: 500px;
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    padding: 10px;
    background: #e0e0e0;
    z-index: 999;
    outline: none;
    box-shadow:none;
    visibility:hidden;
    opacity:0;
}
.btn:focus{
    outline: 0;
    box-shadow:none;
}

.search-box .search-close{
    position: absolute;
    right: 0px;
    top: 5px;
    width: 30px;
    font-size: 12px;
    color: #222;
    height: 30px;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    z-index:1;
}
.search-box .search-close i{
    line-height: 30px;
}
.search-box .search-close:hover {
    background: var(--secondary-color);
    color: #fff;
}
.search-box .search-close,
.search-form-section span{
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.search-box .search-wrapper button{
    position:absolute;
    right: 8%;
    top: 10px;
    font-size:0;    
    border:none;
    background:transparent;
}
.search-box .search-wrapper button:focus{
    outline:0;
}
.search-box .search-wrapper button:before  {
    content: "\e90e";
    position: absolute;
    right: 20px;
    top: 0;
    color: #222;
    font-size: 17px;
    font-weight: 900;
    font-family: icomoon;
    z-index: 1;
    transition:all .3s ease-in-out;
}
.search-box .search-wrapper button:focus:before{
    border: 1px solid #ccc;
}
.search-box .form-input {
    position: relative;
    text-align:left;
}
.search-wrapper{
    -webkit-box-flex:0;
            flex:0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    position:relative;
}
.search-box input{
    width: 90%;
    margin: 0;
    padding: 10px 40px 10px 15px;
    border: none;
    background: #f6f6f6;
    outline: none;
    position: relative;
    border-radius: 4px;
}
.search-bar {
    -webkit-box-flex: 0;
    flex: 0 0 45px;
    max-width: 45px;
    -ms-flex: 0 0 45px;
}

.search-form-section.active-search  .btn{
    background-color: var(--primary-color);
    color: #fff;
}
.search-form-section:hover > span,
.search-box .form-input .close-btn:hover {
    color: #222;
}
 .search-box.active{
     top: 100%;
     visibility:visible;
     opacity:1;
}
.search-title .title{
        font-size:24px;
    padding-bottom:15px;
    border-bottom: 1px solid #ddd;
}

.top-header .date-time-other > div
{
    padding-left: 10px;
    padding-right: 10px;
}
.social-links li{
    padding-left:5px;
    padding-right:5px;
}

.top-header .date-time-other .item,
.top-header .unicode .item{
    font-size: 15px;
    color: #fff;
    font-family: 'Mukta' !important;
}
.top-header .date-time-other a.item:hover,
.top-header .unicode .item:hover{
    color: #dbdada;
}

.top-header .date-time-other  .item:before,
.top-header .unicode  .item:before{
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
}
.top-header .date-time-other >  div > .item{
    padding-left: 20px;
    position: relative;
}


.top-header .date-time-other  .time .item:before{
    content: "\f017";
}
.top-header .date-time-other .date .item:before{
    content: "\f073";
}
.top-header .right-side .date-time-other{
    margin-bottom: 10px;
}
.top-header .unicode{ 
    padding-right: 10px;
    padding-left: 10px;
}
.top-header .unicode > .item{
    padding-left: 22px;
    position:relative;
}
.top-header  .unicode .item:before{
    content: "\f11c";
    font-weight: 400;
}

.social-links li a{
    color: #222 !important;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    background-color: #dedede;
    border-radius: 50%;
    text-align: center;
}
.news-single-page .left .social-links li a{
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 37px;  
}
.social-links li a i{
    line-height:30px;
}
.social-links.black-i li a{
    background-color: #222;
    color: #fff;
}
.social-links.black-i li a{
    background-color: #222;
    color: #fff;
}
.social-links li a:hover{
    background-color: var(--secondary-color) !important;
    color: #fff !important;
}

.social-links li{
    display: inline-block;
}
.header-wrapper .nav > .logo{
    display:none;
}
.header-wrapper .nav > .logo img{
    max-height: 60px;
    padding: 5px 0;
}
.header-wrapper.fixed-header .nav > .logo{
    display:block;
}
.primary-menu{
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;

}
.primary-menu > li{
    -webkit-box-flex: 1;
    flex: auto;
    -ms-flex: auto;
    max-width: inherit;
    text-align: center;
}
.primary-menu > li > a{
    font-size: 18px;
    color: #fff;
    display: block;
    padding: 10px 20px;
	transform: all 0.3s ease;
}

.primary-menu li,
.primary-menu li a {
    font-family: 'Mukta' !important;
}
.primary-menu li a ,
.primary-menu li.menu-dropdown{
    position:relative;
}
.primary-menu li a {
    z-index:11
}

.search-box.search-fixed{
    min-height:auto !important;
}

.search-form-section > .btn:hover,
.primary-menu > li.menu-dropdown:hover > a,
.primary-menu > li.current-menu-item > a,
.primary-menu  li  a:hover,
.sub-menu li.current-menu-item > a,
.primary-menu .sub-menu li a:hover{
    color: #fff;
    background: var(--primary-color);
}
.primary-menu .sub-menu{
    list-style:none;
    padding-left:0;
    margin:0;
	padding: 0 !important;
	height: auto !important;
}
.bottom-header .nav{
    flex-wrap: inherit;
    -ms-flex-wrap: inherit;
    justify-content:space-between;
    color: #fff;
    position:relative;
}
.primary-menu li.header-home{
    -webkit-box-flex:0;
            flex:0 0 65px;
    -ms-flex:0 0 65px;
    max-width:65px;
}
.primary-menu .sub-menu li .sub-menu li a:hover{
     background: #565555;
}
.header-home > a {
    font-size: 0 !important;
    height: 100%;
    position: relative;
}
.header-home > a:after {
    content: '\f015';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    font-size: 24px;
    text-align: center;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}

.recent-news-section .title {
    color: #fff;
    padding:11px 10px;
    background: #01184c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    flex: 0 0 80px;
    margin-bottom: 0;
    font-size: 16px;
    -ms-flex: 0 0 80px;
    max-width: 80px;
}
.recent-news-section .title span{
    position: relative;
    line-height:1;
    -webkit-box-flex:0;
            flex:0 0 100%;
    -ms-flex:100%;
    max-width:100%;
    display:block;
    text-align:center;
}
.font-style-btn{
    display:flex;
    justify-content:flex-end;
    align-items:flex-end;
    padding: 10px 0;
}
.font-style-btn button {
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #fff;
    font-size:18px;
    height: 40px;
    width:42px;
    line-height: 38px;
    text-align:center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    display:inline-block;
    outline:none;
    margin-right: 5px;
}
.font-style-btn button#btn-decrease{
    font-size:14px;
}
.font-style-btn button#btn-orig{
    font-size:16px; 
}

.font-style-btn button:hover{
    border-color:#222;
    background:#222;
    color:#fff;
}
.recent-news-section .title span:before {
  content: '';
  position: absolute;
  top: -12px;
  width: 0;
  right: -30px;
  height: 0;
  z-index: 11;
  border-top: 20px solid transparent;
  border-left: 21px solid #01184c;
  border-bottom: 20px solid transparent;
}
.recent-news-section{
    overflow:hidden;
	background-color:#e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
.recent-news-section .news-message marquee span,
.recent-news-section .news-message marquee a,
.recent-news-section .news-message marquee{
    font-size: 15px;
    color: #222;
}
.recent-news-section .news-message marquee span{
    padding-left:5px;
}
.recent-news-section .news-message{
    -webkit-box-flex:1;
            flex:auto;
    -ms-flex:auto;
    max-width:inherit;
}
.recent-news-section .news-message marquee a:hover{
    color: #F13B13;
}
.main-wrapper{
    padding-bottom: 50px;
    background-size:cover;
    background-repeat:no-repeat;    
/*     background: #f6f6f6; */
}

/* End Header section */

/* .box-wrapper{
    padding: 30px;
}
.box-wrapper{
    box-shadow: -1px 2px 3px #efefef;
    border: 1px solid #e9e9e9;
} */
.p-20px{
    padding: 20px;
}
.p-30px{
    padding: 30px;
}



/* Latest News */

.latest-news-section .full-news-sty-items{
    display:flex;
    flex-wrap: wrap;
/*     margin: 0 -15px; */
}
.latest-news-section .full-news-sty-items .item{
/*     border-bottom: 1px solid #e9e9e9; */
    padding-bottom: 20px;
    margin-bottom: 20px;
    flex: 0 0 100%;
    max-width: 100%;
}
.latest-news-section .full-news-sty-items .item + .adds-sec:not(:last-child){
    margin-bottom: 20px;
    padding-bottom: 30px;
}
.latest-news-section img{
	border-radius: 3px;
	overflow: hidden;
}
/* .latest-news-section .full-news-sty-items .item{
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
} */
.latest-news-section .full-news-sty-items .item .img-holder{
    height: 500px;
}
.latest-news-section .full-news-sty-items .img-holder{
    height: 200px;
}
.latest-news-section .full-news-sty-items > .item .title{
    font-size: 55px;
	margin-bottom: 12px;
}
.latest-news-section .full-news-sty-items > .item .title a:hover{
	color: var(--secondary-color) ;
}
.latest-news-section .full-news-sty-items > .item:last-child{
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
}
.latest-news-section .full-news-sty-items .item p{
    font-size:18px;
}
.latest-news-section .full-news-sty-items .item p:last-child{
	margin-bottom: 0;
}
/* .latest-news-section .box-wrapper{
	padding: 60px 30px;
} */

.category-box a:hover{
    background-color: #222;
}
.bar-title .view-btn a:hover,
.news-sty-two .item a:hover .title,
.news-lists-sty-two .item:hover .title a,
.comment-time li span a:hover,
.single-share-links li a:hover,
.news-listing.style-2 .item-list:hover .title a,
.news-lists-sty-two .full-item-list:hover .title a,
.img-sty-lists .item a:hover h3.title,
.news-listing.style-2 .full-item-list:hover .title a,
.news-listing.style-3 .full-item-list:hover .title a,
.news-listing.style-2 .item:hover .title a,
.news-listing.style-3 .item-list:hover .title a,
.news-content-lists ul  li a:hover .title,
.news-listing .item-list a:hover .title,
.news-slider .item:hover .title a,
.new-sty-one a.item:hover .title,
.news-sty-one .item:hover .title a,
.news-content-lists ul li.full-items a:hover .title,
.news-video-slider .item a:hover .title,
.full-news-sty-items .item:hover .title a{
    color: var(--primary-color);
}

.news-sty-slider .full-item:hover .content,
.img-sty-list-two .item:hover .content{
    background: #222;
}
.news-sty-slider .full-item .content,
.img-sty-list-two .item .content,
a .title,
.image-zoom.link-img .img-holder > a:before,
.image-zoom .img-holder:before,
.image-zoom .img-holder img{
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.img-holder a{
    display: block;
    height: 100%;
}
.image-zoom.link-img .img-holder:before{
    display:none;
}
.image-zoom.link-img .img-holder > a{
    position:relative;
}
.image-zoom.link-img .img-holder > a:before,
.image-zoom .img-holder:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background-color:#222;
    opacity:0;
	border-radius: 4px;
}
.image-zoom.link-img:hover .img-holder > a:before,
.image-zoom:hover .img-holder:before{
    opacity:0.3;
}
.image-zoom .img-holder{
    overflow: hidden;
    position: relative;
}
/*  New-sty-one css */

.new-sty-one .row > div:first-child .item{
    flex-wrap:wrap;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.new-sty-one .row > div:first-child .item .img-holder{
    flex: 0 0 100%;
    max-width: 100%;
    height: 300px;
}
.new-sty-one .row > div:first-child .item .title{
    font-size: 22px;
}

.new-sty-one .item{
    margin-bottom: 30px;
}

.new-sty-one .item .title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
	transition: all 0.3s ease;
}
.new-sty-one .item:hover .title{
	color: var(--secondary-color) !important;
}
.new-sty-one .item .img-holder{
    height: 120px;
    flex: 0 0 180px;
    max-width: 180px;
    margin-right: 20px;
	border-radius: 4px;
	overflow: hidden;
}
.new-sty-one .item p{
    
    margin-bottom:10px;
}
.comment-time{
    margin-left: -10px;
    margin-right: -10px;
}
.comment-time > li{
    padding-left: 10px;
    padding-right: 10px;
}
.comment-time .news-author img{
    width: 30px;
    height:30px;
    object-fit:cover;
    border-radius:50%;
    margin-right: 5px;
}
.comment-time .news-author  a{
    color: #222;
    font-size:18px;
    text-decoration:none;
}
.comment-time .news-author  a:hover{
    text-decoration:underline;
}
.comment-time li span a{
    color: #222;
}
.comment-time >li > span > i{
    position: absolute;
    left: 0;
    top: 2px;
}
.comment-time >li > span > i.fa-comment-dots{
    top:3px;    
}
.comment-time > li > span{
    padding-left: 18px;
    position: relative;
    color: #222;
    font-size: 14px;
}
.single-news-contents .comment-time > li > span{
    font-size:16px;
	padding-left: 22px;
}
.latest-news-section .comment-time > li > span{
	font-size: 16px;
}
.comment-time .catagory-list > span:after{
    content:',';
    padding-left:2px;
    padding-right:2px;
}
.comment-time .catagory-list > span:last-child:after{
    display:none;
}
.news-content-lists li a{
    color: #222;
    font-size: 14px;
}

.news-content-lists ul > li{
    margin-bottom:10px;

    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.news-content-lists ul > li .title{
    margin-bottom: 0;
}
.news-content-lists ul li.full-items,
.news-content-lists ul> li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.news-content-lists ul > li.full-items .title{
    font-size: 18px;
}
.news-content-lists ul > li.full-items .img-holder{
    height: 200px;
}
.news-content-lists ul > li.full-items{
    margin-bottom: 30px;
}
.news-content-lists ul  li.full-items a{
    padding-left: 0;
}
.news-content-lists ul  li.full-items a:before{
    display: none;
}
.news-content-lists ul > li a:before{
    content: '\f054';
    position: absolute;
    left: 0;
    top: -1px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #F13B13;
}
.news-content-lists ul > li a{
    padding-left: 20px;
    position: relative;
}



.img-holder .category-box {
    position: absolute;

}
.category-box.no-link,
.category-box a{
	background-color: var(--primary-color);
    padding: 8px 10px 5px;
    font-size: 12px;
    color: #fff;
    box-shadow: 1px;
    box-shadow: rgb(33 30 30 / 57%) 1px 1px 2.6px;
}
.top-tags .category-box {
    left: 15px;
    top: 15px;
}
.bottom-tags .category-box {
    left: 15px;
    bottom: 15px;
}
.news-sty-one.sty-1{
    margin-top:50px;
    border-left: 1px solid #efeeee;
    border-right: 1px solid #efeeee;
    padding-left: 15px;
    padding-right: 15px;
}

/* End New-sty-one css */

/* News-listing css */
.news-listing + .news-listing{
    margin-top: 40px;
}
.news-listing .item-list  .content{
    -webkit-box-flex: 1;
    flex: auto;
    -ms-flex: auto;
    max-width: inherit;
    padding-left: 10px;
}
.news-listing .item-list .title,
.news-content-lists ul > li .title{
    font-size: 15px;
    font-weight: 600;
}
.news-listing .item-list a:hover .title, .news-content-lists ul > li a:hover .title{
	color: var(--secondary-color);
}
.news-listing .item-list a .img-holder{
    -webkit-box-flex: 0;
    flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    max-width:100px;
    height: 70px;
    margin-bottom: 0;
	border-radius: 4px;
	overflow: hidden;
}
.news-lists-sty-two .item .img-holder a{
	border-radius: 4px;
	overflow: hidden;
}
.news-listing .item-list a:hover .title, .news-lists-sty-two .item .title a:hover{
	color: var(--secondary-color) !important;
}

.news-listing > .item-list{
    margin-top: 20px;
}
.news-listing.style-2  .full-item-list .d-flex,
.news-listing.style-3  .full-item-list .d-flex{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-listing.style-2  .full-item-list{
    text-align: center;
}
.news-listing.style-3  .full-item-list .content,
.news-listing.style-3  .full-item-list .img-holder,
.news-listing.style-2  .full-item-list .content,
.news-listing.style-2  .full-item-list .img-holder{
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
}
.news-listing.style-2  .full-item-list .img-holder{
    height: 250px;
    margin-bottom: 20px;
}
.news-listing.style-2  .full-item-list .content .category-box {
    margin-bottom: 20px;
}
.news-listing.style-2  .item-list .category-box {
    margin-bottom: 10px;
}

.news-listing.style-2 > .full-item-list,
.news-listing.style-2 > .item-list{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.news-listing.style-3{
    margin-bottom: 40px;
}
.news-listing.style-3  .item-list > .d-flex .content{
    -webkit-box-ordinal-group:1;
        -ms-flex-order:0;
            order:0
}
.news-listing.style-3  .item-list > .d-flex .img-holder{
    -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
            order:1
}
.news-listing.style-2 > .item-list:last-child,
.news-listing.style-3 > div:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.news-listing.style-3  .item-list  .img-holder,
.news-listing.style-2  .item-list  .img-holder{
    -webkit-box-flex: 0;
    flex: 0 0 36%;
    -ms-flex: 0 0 36%;
    max-width: 36%;
    height: 90px;
    margin-bottom: 0;
}
.news-listing.style-2 .full-item-list .content p{
    font-size: 14px;
}
.news-listing.style-3 .full-item-list .img-holder{
    height: 145px;
}

.news-listing.style-3 > .item-list{
    margin-top: 0;
}
.news-listing.style-3  .full-item-list  .content .title{
    font-size: 20px;
}
.news-listing.style-3 .item-list .content{
    padding-left: 0;
    padding-right: 10px;
}

.news-listing.style-3 > div{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
}
.news-listing:not(.style-3) > div:nth-child(2) > a {
    flex-wrap: wrap;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}
.news-listing.style-4  .item-list  a .img-holder,
.news-listing:not(.style-3) > div:nth-child(2) > a .img-holder {
    flex: 0 0 100%;
    max-width:100%;
    height: 200px;
    margin-bottom: 20px;
}
.news-listing.style-4 {
    margin: 0 -15px;
    flex-wrap:wrap;
    margin-bottom: 40px;
}
.news-listing.style-4 + .news-listing.style-4 {
    margin-bottom: 0;
}
.news-listing.style-4 .item-list {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}
.news-listing.style-4  .item-list  a {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    flex-wrap:wrap;
}
.news-listing.style-4  .item-list  a .img-holder{
    height: 150px !important;
}

/* End News-listing css */

/* Img style page css */

.img-lists-one .img-holder{
    height: 200px;
    overflow: hidden;
}
.img-lists-one.book-lists figure.img-holder{
    margin-bottom: 0;
}
.img-lists-one.cartoon-lists .img-holder,
.img-lists-one.book-lists .img-holder{
    height: auto;
}


/* End Img style page css */


/*  Archive page css */

.news-lists-sty-two .item > .d-flex{
    margin-left: -10px;
    margin-right: -10px;
}
.news-archive-page .news-lists-sty-two .item > .d-flex{
    flex-wrap:wrap;
}

.news-lists-sty-two .item > .d-flex > div{
    padding-left: 6px;
    padding-right: 10px;
}
.news-sty-two .item .content p,
.news-lists-sty-two  .content p{
   
    margin-bottom:10px;
}
.news-lists-sty-two .item > .d-flex .img-holder{
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    height: 200px;
    margin-bottom: 15px;
}
.sidebar .news-lists-sty-two .item > .d-flex .img-holder{
	margin-bottom: 0;
}
.news-lists-sty-two .img-holder{
	height: 200px;
	margin-bottom: 20px;
}
.news-lists-sty-two .img-holder a, .news-lists-sty-two .img-holder img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.news-lists-sty-two .item > .d-flex .content{
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
}
.news-lists-sty-two .full-item-list .title,
.news-lists-sty-two .item .title{
    margin-bottom: 5px;
}
.news-lists-sty-two > .full-item-list{
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.news-lists-sty-two .item{ 
    margin-bottom: 20px;
}
.news-lists-sty-two > .item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.category-links ul{
    margin-left: -5px;
    margin-right: -5px;
}
.category-links li{
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 10px;
}

.category-links li a{
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #222;
    color: #222;
    font-weight: 600;
    border-radius: 4px;
}
.category-links li a:hover{
    background: #222;
    color: #fff;
}

/* End Archive page css */

/* Video section css */

.videos-section .full-videos-sec iframe{
    width: 100%;
    height: 400px;
}
.news-video-slider,
.news-slider{
    margin-left: -10px;
    margin-right: -10px;
}
.news-video-slider .item .img-holder{
    height: 150px;
    position: relative;
}
.news-video-slider .item .img-holder:before{
    content: '\f04b';
    position: absolute;
    left: 0;
    right:0;
    text-align: center;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    line-height: 45px;
    font-size: 15px;
    z-index: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 50%;
    color: #fff;
    background: #222;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news-video-slider .item.active a .img-holder:before,
.news-video-slider .item a:hover .img-holder:before{
    opacity:1;
}
.news-video-slider .item,
.news-slider .item{
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

/* End Video section css */


/* News slider css */

.news-sty-slider .full-item{
    position: relative;
}
.news-sty-slider .full-item .img-holder{
    height: 460px;
}
.news-sty-slider .full-item .content .title{
    margin-bottom: 15px;
}
.news-sty-slider .full-item .content{
    padding: 20px !important;
    color: #fff;
}
.news-sty-slider .full-item .content .comment-time li span,
.news-sty-slider .full-item .content .title a{
    color: #fff;
}
.slick-slider.slick-dotted{
    padding-bottom: 40px;
}
.slick-dots{
    margin-left: -5px;
    margin-right: -5px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
}
.slick-dots li{
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 0;
}
.slick-dots li button{
    font-size: 0;
    border: 1px solid #333;
    height: 10px;
    width: 10px;
    padding:0;
    border-radius: 50%;
    background: none;
    outline: none;
}
.slick-dots li.slick-active button{
    background: #222;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    font-size: 28px;
    z-index: 1;
    color: #ccc;
    cursor: pointer;
    text-align: center;
}
.news-video-slider  .slick-arrow {
    background: #333;
    width: 40px;
    line-height:40px;
    height: 40px;
    border-radius: 50%; 
    font-size: 20px;
}
.news-video-slider .slick-arrow i{
    line-height:40px;
}

.slick-prev.slick-arrow{
    left: 20px;
}
.slick-next.slick-arrow{
    right:20px;
}
.news-video-slider .slick-prev.slick-arrow{
    left:-11px;
}
.news-video-slider .slick-next.slick-arrow{
    right:-11px;
}

.slick-arrow:hover{
    color: #e60023;
}
.news-video-slider  .slick-arrow:hover{
    background-color:#000;
    color:#fff;
}
.slick-arrow.slick-disabled{
    display:none !important;    
}

/* End News slider css */

/* Special section css */

.img-sty-lists .item .img-holder{
    margin: 0;
    margin-left: 20px;
}
.img-sty-lists .item .img-holder img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.img-sty-list-two .item {
    position: relative;

}
.news-sty-slider .full-item .content,
.img-sty-list-two .item .content{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(50 50 50 / 79%);
    color: #fff;
    padding: 10px;
}
.img-sty-list-two .item .content .title{
    color: #fff;
}
.img-sty-list-two .item .img-holder{
    height: 256px;
    margin-bottom: 0;
}

/* End Special section css */

/* Gallery section css */

.photo-gallery-slider .item a{
    display: block;
}
.photo-gallery-slider .item .img-holder .photo-by{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #222;
    color: #fff;
    padding: 10px;
    font-size: 14px;
}
.photo-gallery-slider .item .img-holder{
    height: 400px;
    position: relative;
}

/* End Gallery section css */


/* Single page css */

.single-news-text {
    font-size: 18px;
    text-align:justify;
}
.single-news-text a{
    text-decoration:underline;
    color: inherit;
}
.single-news-text a:hover{
    color: #F13B13;
}
.single-news-text li {
    position: relative;
    padding-left: 20px;
    font-weight: 300;
    margin-bottom:5px;
}
.single-news-text h1,
.single-news-text h2,
.single-news-text h3,
.single-news-text h4,
.single-news-text h5,
.single-news-text h6{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}
.single-news-text {
    font-family: 'Mukta' !important;
}
.single-news-text ul{
    margin-bottom: 15px;
}
.single-news-text li > ul{
    margin-bottom:0;
    margin-top:5px;
}
.single-news-text ul li:before{
    content: '\f111';
    position: absolute;
    top: 7px;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 9px;
}
.single-news-text blockquote{
    padding: 20px 20px 2px 20px;
    border-left: 4px solid #222;
    background-color: #f6f6f6;
}
.single-news-text blockquote,
.single-news-text blockquote p{
    font-weight:600 !important;
}

.single-share-links {
    position: relative;
    margin-top: 50px;
}
/* .single-share-links:before{
    content: '\f1e0';
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 10px;
    border-right: 1px solid #e9e9e9;
    font-size: 26px;
    color: #a0a0a0;
} */

.single-share-links li a{
    color: #fff !important;
    position:relative;
    width: auto;
    padding: 0 15px;
    line-height: 40px;
    border-radius:4px;
    font-size:12px;
}
.single-share-links li a i{
    font-size: 18px;
    margin-right: 10px;
}
.single-share-links li a:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,.1);
    opacity:0;
    transition:all 0.3s ease-in-out;
}
.single-share-links li a:hover:before{
    opacity:1;
}
.pre-next-btn .item:hover{
	color: var(--secondary-color);
}
.pre-next-btn .left-side,
.pre-next-btn .right-side{
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.pre-next-btn .right-side{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.pre-next-btn .item{
    position:relative;
}
.pre-next-btn .left-side .item{
    padding-left:95px;
}
.pre-next-btn .right-side .item{
    padding-right:95px;
}
.pre-next-btn .item{
	transition: all 0.3s ease;
}

.pre-next-btn .left-side img{
    left:0
}
.pre-next-btn .right-side img{
    right:0;
}
.pre-next-btn{
    margin: 30px 0 20px;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc; 
    padding:20px 0
}
.pre-next-btn .item  img{
     width: 80px;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
}
.pre-next-btn .item img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top:50%;
    -webkit-transform:translatey(-50%);
        -ms-transform:translatey(-50%);
            transform:translatey(-50%);
}
.pre-next-btn .left-side img{
    margin-right: 15px;
}

.pre-next-btn .left-side .img-link {
    left: 0;
}
.pre-next-btn .right-side .img-link {
    right: 0;
}
.pre-next-btn .left-side .img-link:before{
    content: '\f104';
}
.pre-next-btn .right-side .img-link:before{
    content: '\f105';
}
.pre-next-btn .item:hover .img-link:before{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.pre-next-btn .item{
    position:relative;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}
.pre-next-btn .item{
    position:relative;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}
.pre-next-btn .right-side .img-link{
    margin-left: 15px;
}
.pre-next-btn .right-side .item{
    text-align: right;
}
.pre-next-btn .content > span{
    display: block;
    text-transform: uppercase;
}
.pre-next-btn .item > div{
    font-size: 12px;
    color: #717070 !important;
    font-weight:400;
    margin-bottom: 10px;
    text-transform: uppercase
}
.pre-next-btn  .item > a{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}
.pre-next-btn  .item > a:hover{
    color:var(--primary-color);
}

.nav-previous >  div,
.nav-next >  div{
    position:relative;
}
.nav-previous{
    padding-left: 90px;
}
.nav-next{
    padding-right: 90px;
}
.nav-previous .img-link{
    left: 0;
}
.nav-next  .img-link{
    right: 0;
}
/* .nav-previous >  div:before,
.nav-next >  div:before{
    position: absolute;
    top: 1px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
   
}
.nav-previous >  div:before{
    content:'\f100';
    left:0;
}
.nav-next >  div:before{
    content:'\f101';
    right:0;
    left:auto;
} */

.next-prev div a {
    font-size: 15px;
    display: inline-block;
    margin-top: 5px;
    line-height: 1.5;
    font-weight: 400;
    color: #727272;
}
.next-prev div a:hover {
    color: #ed1c24;
}

.nav-next {
    text-align: right;
    float: right !important;
}

/* End Single page css */



/* Site footer css */
.site-footer .top-footer{
    padding-top:40px;
    padding-bottom:10px;
    background: var(--dark-color);
}
.site-footer .bottom-footer{
    background:var(--primary-color);
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-bd > div{
    margin-bottom: 30px;
}
.site-footer .about-content,
.site-footer  p,
.site-footer .editor-section,
.site-footer .bigyapan-section{
   
    color: #fff;
}


.site-footer .footer-title{
    font-size: 22px;
    color: #fff;
    margin-bottom: 18px;
    padding-bottom: 5px;
    position: relative;
    font-weight: 600;
}
.site-footer .footer-title:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 2px ;

    background: #F13B13;
}
.site-footer .menu-links ul{

    list-style:none;
    padding-left:0;
    margin:0 -10px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap
}
.site-footer .menu-links li{
    -webkit-box-flex: 0;
    flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.site-footer .editor-section .custom-html-widget{
    font-size:14px;
}
.contact-info li {
    margin-bottom: 10px;
}
.contact-info li.address:before,
.contact-info li a:before{
    position: absolute;
    left: 0;
    top: 1px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
}
.contact-info li.phone a:before{
    content: '\f879';
}
.contact-info li.address:before{
    content: '\f3c5';
    top:3px;
}
.contact-info li.email a:before{
    content: '\f0e0';
    font-weight: 400;
}

.contact-info li{
    padding-left: 22px;
    position: relative;
}
.contact-info li a,
.contact-info li,
.copyright-section p a{
    font-size: 14px;
    color: #fff;
}
.copyright-section p,
.copyright-section p a{
    color: #dedddd;
}
.copyright-section a:hover{
    color: var(--primary-color);
}
.site-footer a:hover,
.contact-info li a:hover,
.site-footer .menu-links li a:hover{
    color: var(--secondary-color) !important;
}
.copyright-section p{
    font-size:14px;
    margin-bottom: 0;
}
a#scrollUp {
    position: fixed;
    right:47px;
    bottom: 5vh;
    background-color: var(--secondary-color);
    font-weight: 600;
	--size: 30px;
    width: var(--size);
	height: var(--size);
    border-radius: 4px;
	display: grid;
	place-content: center;
	font-size: 14px;
	opacity: 0;
    visibility: hidden;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    z-index: 9;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-shadow:rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}
a#scrollUp.visible{
    visibility: visible;
    opacity: 1;
}
a#scrollUp i {
    line-height: 40px;
}
a#scrollUp:hover {
    background: var(--primary-color);
    color: #fff !important;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.bottom-footer .social-links{
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:flex-end
}

.footer-bd > div{
    position: relative;

}
.logo-date{
    font-size:10px;
    margin-top:4px;
    color:#fff;
    
}



/* End Site footer css */


.adds-items > p + p{
    margin-top: 15px;
}
.adds-items  p{
    margin-bottom: 0;
}


/* Error page css */

#notfound {
    position: relative;
/*     padding: 10.5rem 0; */
}
.admin-bar .page-404{
	min-height: calc(100vh - 355px - 32px);	
}
.page-404{
	min-height: calc(100vh - 355px);
	display: flex;
	align-items: center;
	padding: 2rem 0;
}

.notfound {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.4;
    text-align:center;
}

.notfound > div:first-child {
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 10px;
}

.notfound .notfound-404 h1 {
    color: var(--secondary-color);
    font-size: 150px;
    font-weight: 900;
    line-height: 1;
}

.notfound h2 {

    font-size: 30px;
    color: #222;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.1;
}

.notfound p {
    font-size: 16px;
    font-weight: 400;
    color: #222;
    margin-top: 5px;
}


.notfound .hero-btn {
    color: #fff;
    background: #222;
    padding: 15px 30px;
    font-weight: 400;
    text-decoration: none;
	border-radius: 4px;
}
.notfound .hero-btn:hover {
    background: #F13B13;
}



/* End Error page css */

ul.page-numbers{
    list-style:none;
    margin:30px -3px 0 ;
    padding:0;
}
.search-page-section ul.page-numbers{
    margin-top:10px;
}
.page-numbers > li {
    display: inline-block;
    padding-left:3px;
    padding-right:3px
}
.page-numbers > li > a,
.page-numbers > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #222;
    font-size:14px;
    text-decoration: none;
    border-radius:5px;
    background: none;
    border: 1px solid #ccc;
}
.page-numbers > li > a.prev.page-numbers,
.page-numbers > li > a.next.page-numbers{
    background: #fff;
    border: 1px solid #ddd;
}
.page-numbers a span {
    padding: 0;
}
.page-numbers > li > a.prev.page-numbers:hover,
.page-numbers > li > a.next.page-numbers:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #fff;
    background: #222;
    border-color: #222;
    text-decoration: none;
}

ul.page-numbers li a:hover{
    border-color: #222;
	border-color: #222;
	background-color: #222;
	color: #fff;
}
.page-numbers:hover {
    text-decoration: none;
}


/* Unicode page */

.unicode-tab-content  .unicode_converter-item > .item + .item{
    margin-top:30px;
}
.unicode-tab-content .unicode_converter-item textarea{
    height:180px;
    padding:20px;
    font-size:18px;
    border: 1px solid #ececec;
    background: #f9f8f8;
	outline: unset;
	border-radius: 4px;
	overflow: hidden;
}
.unicode-tab-content .equalheight{
    margin-bottom:10px;
}
.textarea-wrapper.c-arrow{
    position:relative;
}
/* .textarea-wrapper.c-arrow:before{
    position: absolute;
    top: 50%;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 23px;
    -webkit-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
            transform: translatey(-50%);
    left: 100%;
    padding-left: 6px;
    content: '\f30b';
} */
.unicode-tab-content .instruction_text{
    margin-bottom:10px;
}
.unicode-textarea-wrapper .content{
    margin-bottom:15px;
}
.unicode-tab-content .tooltip .btn{
    color: #fff;
    margin-top:10px;
    padding: 8px 16px;
    border-radius: 4px;
    background: #e60023;
}
.unicode-tabs{
    margin-bottom: 25px;
    border:none;
	display: inline-flex;
	border-radius: 4px;
	overflow: hidden;
}
.unicode-tabs .nav-item{
    margin-bottom:0;
}
.unicode-tabs .nav-link{
    border: none;
    color: #fff;
    padding: 16px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    background: var(--primary-color);
}
.unicode-tabs > .nav-item + .nav-item{
    margin-left:-1px;
}
.unicode-tabs .tab-content .item{
    border:1px solid #eee;
    padding:20px;
    height:100%;
}
.unicode-tabs .nav-link.active{
    background:#f13b13;
    color:#fff;
}
    
/* End Unicode page */

/* search page  */
.search-page-section .title span{
    padding-right:5px;
}
/* End search page */


/* comment-form */
form#commentform{
    margin:0 -10px;
}
form#commentform p {
    float: left;
    width: 50%;
    padding: 0 10px;
}

form#commentform p.comment-notes {
    width: 100%;
    clear: both;
}

form#commentform p.comment-form-comment {
    width: 100%;
}

form#commentform p.comment-form-cookies-consent {
    width: 100%;
}
.comment-body p{
    margin-bottom:5px;
    margin-top:5px;
}

.commentlist > li:last-child{
    margin-bottom:0;
}
.children .comment-meta.commentmetadata a {
    right: 0px;
}
.commentlist .children {
    margin-left: 42px;
    margin-top: 10px;
    padding: 20px;
    padding-right:0;
    padding-bottom: 5px;
    padding-top:10px;
}
.children .comment-author.vcard {
    padding-top: 0;
}
.reply a {
    position: relative;
    bottom: 5px;
    left: 0;
    padding-left: 15px;
    font-size: 13px;
    color: var(--secondary-color);
}
.reply a:before{
    content: '\f2f9';
    position: absolute;
    top: 5px;
    left: 10px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 11px;
}
.reply a:hover{
    color: #fff;
    background:var(--secondary-color);
}
.comment-meta.commentmetadata a:hover{
    color:#F13B13;
}
.comment-meta.commentmetadata{
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 13px;
    color:#7a7a7a;
}

.comment-body p,
.comment-meta.commentmetadata a
{
    color: #7a7a7a;
}
h3#comments {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1.7;
}

ol.commentlist {
    list-style: none;
    overflow:hidden;
    margin:0;
    width:100%;
    padding: 20px;
    background:#f6f8fa;
}

img.avatar.avatar-32.photo {
    margin: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius:50%;
    position: absolute;
    left: -73px;
    top: 0;
}

.comment-author.vcard {
    background: #fff;
    text-transform:capitalize;
    position:relative;
}

.comment-body br,
.navigation{
    display: none;
}

.comment-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding:15px;
    position: relative;
    box-shadow: 0px 3px 6px #efefef;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 60px;
    margin-bottom:20px;
}

cite.fn {
    font-style: initial;
}

em.comment-awaiting-moderation {
    font-style: initial;
    display:none;
}
.comment-form-comment label {
    display: block;
    font-size: 14px;
}

.comment-form-comment textarea {
    width: 100%;
    height: 130px;
    border: 1px solid #dedede;
    border-radius: 4px;
    padding: 10px;
    background:#f6f8fa;
}
.comment-form-comment textarea:focus,
.comment-respond input:focus{
    outline:0;
    border:1px solid #ccc;
}
.comment-form input#submit {
    cursor:pointer;
    background:var(--secondary-color);
/*     -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.03), 0 2px 0 rgba(255, 255, 255, 0.2) inset, 0 0 1px rgba(0, 0, 0, 0.5) inset, 0 -4px 0 rgba(0, 0, 0, 0.1) inset;
            box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.03), 0 2px 0 rgba(255, 255, 255, 0.2) inset, 0 0 1px rgba(0, 0, 0, 0.5) inset, 0 -4px 0 rgba(0, 0, 0, 0.1) inset; */
    border: none;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 3px;
    font-size: 16px;
}
.comment-form input#submi:focus,
.comment-form input#submit:hover{
    background:var(--primary-color);
    outline:none;
}
.comment-respond .comment-form-url{
    display:none;
}
h3#reply-title {
    margin-bottom: 1px;
}
.comment-respond .required{
	color: #E60023;
}
.comment-respond {
    margin-top: 30px;
    overflow:hidden;
}
.comment-respond label {
    display: block;
    font-size:16px;
}

.comment-respond input {
    border: 1px solid #dedede;
    background:#f6f8fa;
    width: 100%;
    border-radius: 4px;
    padding: 10px 15px;
}

.comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.comment-form-cookies-consent label{
    margin-left:5px;
}
.date-time-other .unicode{
    line-break:1    
}

.comment-form-cookies-consent input {
    width: auto;
    margin-right: 5px;
}

.comment-form-cookies-consent label {
    margin: 0;
}

.comment-respond .form-submit input {
    width: auto;
}
.logged-in-as a {
    color: #E60023;
    display: inline-block;
    padding-left:5px;
}
.logged-in-as a {
    font-size: 14px;
}
.logged-in-as a:hover{
	text-decoration: underline;
}
/* End comment section */


.pdfpage-section .item {
    margin-bottom:30px;
}
.pdfpage-section .item .img {
    height:250px;
    overflow:hidden;
}

.pdfpage-section .item .title{
    margin-bottom:15px;
}
.pdfpage-section .item .download-btn{
    background: #222;
    display: block;
    text-align: center;
    padding: 10px 15px;
    color: #fff;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.pdfpage-section .item .download-btn i{
    padding-right:8px;
}
.pdfpage-section .item .download-btn:hover{
    background:#000;
}
.audio-page-section .news-list-item .soundemb{
    margin-bottom:30px
}


/*--new--css--*/
.b-right{
    border-right: 1px solid #ccc;
}
.p-150{
    padding-right: 150px;
    padding-left: 150px;
}

.single-news-contents{
    margin-bottom: 45px;
}
.single-news-contents h1.title{
    font-size: 56px;    
    color: #222;
}
.single-news-contents figure.img-holder{
    height:500px;
    margin-bottom: 15px;
    position:relative;
}

.thought-section .img-sty-lists .item .img-holder{
    flex: 0 0 100px;
    max-width: 100px;
    height: 100px;
    margin-bottom: 15px;
    margin-left: 0;
}
.thought-section .img-sty-lists .item a{
    flex-direction:column;
}
.thought-section .img-sty-lists .item a:hover .title{
	color: var(--secondary-color);
}
.sidebar .thought-section .img-sty-lists .item .title{
    font-size: 17px;
}
.sidebar .thought-section .img-sty-lists .item span.title{
    font-size: 15px;
}
.adds-items > div{
    margin-bottom: 20px;
}
.adds-items > div > span{
    border-top: 1px solid #efeeee;
    border-bottom: 1px solid #efeeee;
    padding: 10px 0;
    display:block;
}

.sorting-style .list-view,
.sorting-style .grid-view{
    display:inline-block;
    margin-left:20px;
    cursor:pointer;
    font-size: 18px;
    color: #222;
    transition:all .3s ease-in-out;
}
.sorting-style .list-view:hover,
.sorting-style .grid-view:hover{
    color: #ab0102;
}

.news-lists-sty-two.show-list-view .item .img-holder{   
    flex: 0 0 34%;
    -ms-flex: 0 0 34%;
    max-width: 34%;
    margin-bottom: 0;
}
.news-lists-sty-two.show-list-view .item .content{  
    flex: 0 0 66%;
    -ms-flex: 0 0 66%;
    max-width: 66%;
}

.bigyapan-section{
    margin-top: 30px;
}

.search-page-section .news-sty-two .item .img-holder img{
    height: 100%;
    width: 100%;
    object-fit:cover;
}

.footer-logo img{
    max-width: 150px;
}

/*---comment-section---*/
h3#reply-title{
    font-size: 22px;
    color: #222;
}
.commentlist .children{
    list-style:none;
    margin-top: 0;
}
.commentlist .children > .comment{
    border:none;
}
.comment-body{
    box-shadow:none;
    margin-left: 60px;
    margin-bottom: 0;
    position:relative;
    border-radius: 4px;
}
.comment-author.vcard{
    background:transparent;
}
.comment-meta.commentmetadata{
    position:static;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 7px;
    margin-bottom: 5px;
}
.comment-meta.commentmetadata a{
    font-size:13px;
}
.reply{
    text-align:right;
}
.reply a{
    bottom: unset;
    padding: 5px 10px 2px 25px;
    border: 1px solid #e7edf4;
    border-radius: 30px;
    background: #e7edf4;
}
.reply a:before{
    content:'\f3e5' !important;
}
cite.fn{
    font-size:18px;
}
cite.fn a.url{
    color: #222;
}
cite.fn a.url:hover{
    text-decoration:underline;
}
.comment-author.vcard span.says{
    display:none;
}
/*---comment-section---*/

.top-footer .about-content,
.top-footer .contact-info{
    margin-bottom: 30px;
}
.top-footer .about-content .footer-title{
    display:none;
}
.important-links li{
    margin-bottom: 10px;
}
.single-share-links .catagory-list{
    text-align:right;
}
.news-single-page{
    padding: 40px 0;
}
.share-cat-section {
    padding: 10px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
.news-category .catagory-list{
    text-align:right;
}
.news-category .catagory-list a{
    color: #222;
    margin: 0 2px;
}
.news-category .catagory-list a:hover{
    color: #F13B13;
}
.news-detail{
    padding: 10px 0;
/*     border-top: 1px solid #e9e9e9; */
}
.news-detail .comment-time li + li{
    border-left: 1px solid #e9e9e9;
}
.news-single-page .left .single-share-links{
    margin-top:50px;
    margin-bottom: 50px;
    padding-bottom:0;
    padding-left: 80px;
    position:sticky;
    top: 100px;
}
/* .news-single-page .left .single-share-links:before{
    top: 50%;
    transform:translatey(-50%);
    left: 30px;
    font-size: 24px;
} */
.news-single-page .left .single-share-links .social-links{
    flex-direction:column;
}
.news-single-page .left .single-share-links .social-links li{
    margin: 10px 0;
}

.search-page-section .news-sty-two .item{
    border-bottom: 1px solid #ddd;
    padding: 30px 0 20px;
}
.search-page-section .news-sty-two .item .img-holder{
    flex: 0 0 30%;
    max-width: 30%; 
    margin-right: 30px;
    margin-bottom: 0;
    height: 150px;
}
.search-page-section .news-sty-two .item .content{
    flex: 0 0 calc(70% - 30px);
    max-width: calc(70% - 30px);
}
.site-footer .top-footer a{
    color: #fff;
}
.search-categories-list{
    margin-top: 50px;
}
.search-categories-list input:checked + label{
    font-weight: 600;
}
.search-categories-list label{
    color: #222;
    cursor:pointer;
    font-size:16px;
    padding-left: 6px;
    margin-bottom: 5px;
    transition:all .3s ease-in-out;
}
.search-categories-list label:hover{
    color: #F13B13;
}
.search-cat-mobile-section{
    padding: 15px 0;
    margin-bottom: 15px;
}
.search-cat-mobile-section label{
    font-size: 16px;
    color: #222;
}
.search-cat-mobile-section select{
    max-width: 200px;
    width: 100%;
    padding: 2px 10px;
    border: 1px solid #ddd;
    background: #f6f6f6;
    color: #222;
    border-radius: 4px;
}
.search-cat-mobile-section select:focus{
    border: 1px solid #ccc;
    outline:0;
}


.news-summary p{
    font-size: 21px;
}
.single-news-contents figure{
	border-radius: 4px;
	overflow: hidden;
}
.single-news-contents figure figcaption{
    position:absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    padding: 10px 5px;
    font-size: 18px;
    color:#fff;
}
.single-news-contents figure figcaption span{
    color: #ccc;
}

.breadcrumb-nav{
    margin-bottom:15px;
    font-size: 16px;
    color: #222;
}
.breadcrumb-nav a{
    color: #222;
    font-size: 16px;
}
.breadcrumb-nav a:hover{
    color: var(--secondary-color);
}
.breadcrumb-nav a:not(:last-child) {
    padding-right: 5px;
}
.breadcrumb-nav a:not(:first-child) {
    padding-left: 5px;
}

.no-of-comments{
    color: #222;
    font-size:18px;
}
.no-of-comments:hover{
    color: var(--primary-color);
}
.no-of-comments span i{
    margin-right: 2px;
}

.footer-logo a{
    padding: 15px;
    background-color: #fff;
    border-radius: 4px;
}
/* .site-footer .social-links a:hover{
    color: #222 !important;
}
 */

/*--social-links-colors---*/
.social-links .facebook{
    background:#4267B2;
}
.social-links .twitter{
    background: #55acee;
}
.social-links .youtube{
    background:#ff0000;
}
.social-links .instagram{
    background:#8a3ab9  ;
}
.social-links .messenger{
    background:#448AFF;
}
.social-links .mail{
    background:#bd2a32;
}


/*ads*/
.ads-sec img {
    max-width: 100%;
    height: auto;
}

/* radio-btn */
.radiobtn-wrap{
    position: fixed;
    right: 20px;
    bottom: 13vh;
    z-index: 991;
    text-transform:capitalize
}
#radiobtn,
#radiobtnpause{
    font-size: 15px;
    background: #1955a5;
    font-weight: 600;
    width: 40px;
    height: 40px;
    line-height:40px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    margin:auto;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
    box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}


a#radiobtn:hover,
#radiobtnpause:hover{
    background: #f13b13;
    color: #fff !important;
    box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}
#radiobtn:hover, #radiobtnpause:hover {
    background: var(--primary-color);
}
#radiobtnpause{
    display:none;
}
.onlineradio-text {
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.top-header .adds-item{
    text-align:right;
}
.top-header .adds-item img {
    height: auto;
    max-width: 500px;
}
.sidebar p img.alignnone {
    height: auto;
}


/* new radio btn css */
.header-radio-btn.radiobtn-wrap {
    position: relative;
    bottom: 0;
    right: 0;
    width: 175px;
    margin-left: auto;
}
.header-radio-btn.radiobtn-wrap .box-play {
    position: relative;
    z-index: 9;
}
.header-radio-btn.radiobtn-wrap .box-play img {
    position: absolute;
    bottom: calc(100% - 11px);
    left: 49px;
    width: 33px;
    transform: rotate(332deg);
    z-index: -1;
}
.header-radio-btn.radiobtn-wrap .box-play span {
    --size: 52px;
    width: var(--size) !important;
    height: var(--size) !important;
    display: inline-block;
    font-size: 16px !important;
    z-index: 99999;
    margin: 0 !important;
    background-color: var(--primary-color) !important;
    background-image: linear-gradient(90deg,var(--primary-color) 0%,#f76b1c 100%) !important;
}

.header-radio-btn.radiobtn-wrap .onlineradio-text {
    position: absolute;
    top: 5px;
    left: 41px;
    display: block;
    border: none;
    margin-bottom: 0;
}

.header-radio-btn.radiobtn-wrap .onlineradio-text span {
    display: block;
    padding: 1px 30px 1px 55px;
    color: #fff;
    border-radius: 0 30px 30px 0;
    background: #ee5733;
    box-shadow: 0px 3px 2px 0px #1e0c08;
}
.header-radio-btn.radiobtn-wrap .onlineradio-text span.top-title {
    font-size: 13px;
    letter-spacing: 4px;
    padding: 3px 16px 0 26px;
    position: relative;
    z-index: 1;
    font-weight: 600;
    display: block;
    line-height: 1.3;
}
.header-radio-btn.radiobtn-wrap .onlineradio-text span.bottom-title {
    font-size: 9px;
    letter-spacing: 2px;
    padding: 5px 11px 0 26px;
    position: relative;
    top: -5px;
    font-weight: 500;
    display: inline-block;
    background: #333;
}
/* End new radio btn css */
.font-style-btn.s-p-gaps,
.single-news-contents-wrap.s-p-gaps {
    max-width: 100%;
}
.bar-title.no-bar-btn .view-btn a:before {
    position: relative;
}

.bar-title.no-bar-btn .view-btn {
    text-align: right;
}

.bar-title.no-bar-btn .view-btn a {
    padding-right: 0;
}

.bar-title.no-bar-btn .title {
    padding-right: 0;
}
.text-wrap, .wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
/* header */
.site-header{
    overflow-x: clip;
}
.bottom-header{
	min-height: auto;
	background-color: unset;
}
.site-header > *:not(:last-child){
    border-bottom: 1px solid #D9D9D9;
}
.top-header{
    padding: 16px 0;
}
.top-header .text-wrap{
    justify-content: space-between;
}
.top-text-wrap, .logo-search-login .logo{
	--size: 315px;
    max-width: var(--size);
    width: 100%;
    flex: 0 0 var(--size);
}
.logo-search-login .logo{
	--size: 180px;
}
.top-text-wrap{
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: end;
	padding-top: 15px;
}
.top-text-wrap .item{
    position: relative;
    font-size: 16px;
    /* line-height: 20px; */
    color: var(--primary-color);
    display: block;
    font-weight: 400;
    font-family: var(--primary-fonts);
    display: flex;
    gap: 10px;
    align-items: center;
    white-space: nowrap;
    justify-content: end;
}
.top-text-wrap .time #twelveHrs{
/*     color: #757575; */
    min-width: 71px;
}
.top-text-wrap.date-time {
    justify-content: start; 
}
.top-text-wrap.unicode a{
    display: flex;
    gap: 10px;
    align-items: center;
    transition: var(--default-transition);
	font-size: 18px;
}
.top-text-wrap .unicode a:hover{
    color: var(--secondary-color);
}
/* .top-text-wrap .item + .item::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    display: inline-block;
    height: 100%;
    width: 1px;
    background-color: var(--primary-color);
    margin: 0 15px ;
} */

.logo-search-login{
    padding: 15px 0;
}
.logo-search-login .wrap{
    justify-content: space-between;
    align-items: center;
	gap: 50px;
}
.logo-search-login .logo img{
    max-height: 120px;
    max-width: 180px;
    width: 100%;
	height: 100%;
    object-fit: contain;
}
.logo-search-login .advertising-bar{
	flex: 1;
}
.logo-search-login .search-box{
	all: unset;
    max-width: 500px;
    width: 100%;
    position: relative;
	display: none !important;
}
.search-box .form-input{
    padding: 12px 16px;
    padding-right: 40px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    background-color: #fff;
    width: 100%;
    outline: none;
}
.search-box .form-group{
    flex: 1;
}
.search-box .remove-btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    height: 16px;
    width: 16px;
    display: grid;
    place-content: center;
    cursor: pointer;
    display: none;
    z-index: 1;
}
.search-box .form-group.submit{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}
.search-box .form-group{
	margin: 0;
}
.search-box .form-group.submit button{
	all: unset;
    border: 0;
    background-color: transparent;
    padding: 0;
	cursor: pointer;
}
.search-box .form-group.submit button:before{
	content: unset;
}
.logo-search-login .text-wrap{
    flex-direction: column;
}
.primary-menu{
    display: flex;
    justify-content: center;
}
.bottom-header .nav-bar.active .primary-menu > li > a{
	padding: 20px;
}
.primary-menu > li > a{
    padding: 10px 20px;
    font-size: 16px;
    line-height: 22px;
    color: var(--primary-color);
    text-transform: capitalize;
    font-weight: 600;
    font-family: var(--primary-fonts);
    /* border-radius: 8px; */
    transition: var(--default-transition);
}
.primary-menu > li > a.active, .primary-menu > li > a:hover{
    background-color: var(--primary-color);
}
.sub-menu li a{
    padding: 10px 20px;
    font-size: 16px;
    line-height: 22px;
    color: var(--primary-color);
    text-transform: capitalize;
    font-weight: 600;
    font-family: var(--primary-fonts);
    display: block;
    transition: var(--default-transition);
}
.sub-menu li a:hover{
    background-color: var(--light-white);
}
.dropdown-btn{
    padding-left: 5px;
}
.latest-update .text-wrap{
    background-color: #f6f6f6;
    align-items: center;
    position: relative;
    flex-wrap: nowrap;
	overflow: hidden;
}
.latest-update .text-wrap::after{
    /* content: ''; */
    position: absolute;
    top: 0;
    bottom: 0;
    right: -5px;
    width: 50px;
    background-color: var(--light-white);
}
.latest-update .text-wrap > .text {
    padding: 8px 12px;
    background-color: #323232;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--primary-fonts);
    /* min-width: 160px; */
    white-space: nowrap;
	--size: 120px;
	max-width: var(--size);
	flex: 0 0 var(--size);
	position: relative;
	text-align: center;
}
.latest-update .text-wrap > .text:before{
    content: '';
    position: absolute;
    top: -1px;
    width: 0;
    right: -18px;
    height: 0;
    z-index: 1;
    border-top: 22px solid transparent;
    border-left: 20px solid #323232;
    border-bottom: 23px solid transparent;
}
.latest-update-slide a.text{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--primary-color);
    transition: var(--default-transition);
}
.latest-update-slide a.text:hover{
    color: var(--secondary-color);
}
/* .latest-update-slide .splide__slide{
    width: auto !important;
} */
.admin-bar .bottom-header .sticky{
	top: 32px;
}
.bottom-header .sticky{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .16), 0 2px 30px 0 rgba(0, 0, 0, .12);
}
.bottom-header .nav-bar .logo{
    max-width: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    transition: var(--default-transition);
}
.bottom-header .nav-bar.active .logo{
    max-width: 40px;
    visibility: visible;
    opacity: 1;
/* 	padding: 5px 0; */
}
.bottom-header .nav-bar .logo img{
	height: 0;
}
.bottom-header .nav-bar.active .logo img{
    height: 50px;
    max-width: 150px;
}
.hamburger-menu{
    display: none;
}
.bottom-header nav .nav-bar{
    display: flex;
    justify-content: center;
    align-items: center;
    /* transition: var(--default-transition); */
}
.bottom-header nav .nav-bar.active{
    justify-content: start;
	gap: 50px; 
}
.menu-wrap{
    position: relative;
    z-index: 1;
}
/* .bottom-header .slideInDown{
    animation-duration: 1s;
    animation-name: slideInDown;
} */
.hamburger-menu-wrap, .menu-close{
    display: none;
}
.overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: var(--primary-color);
    z-index: 8;
}
.overlay.active{
    opacity: 0.6;
    visibility: visible;
}
.latest-update .news-message{
	width: 100%;
	display: flex;
	overflow: hidden;
}
.latest-update .news-message:after{
	content: '';
	position: absolute;
	inset: 0;
	left: unset;
	background: linear-gradient(-90deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
	width: 50px;
	right: -1px;
}
.latest-update .news-message span{
	display: inline-block;
	padding: 0 60px;
}
.latest-update .news-message .marquee-content {
	display: inline-flex;
	animation: scroll 60s linear infinite;
}
.latest-update .news-message .marquee-content a{
	white-space: nowrap;
}
@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}
.latest-update .news-message:hover .marquee-content {
	animation-play-state: paused;
}
.advertising-bar p:last-child{
	margin-bottom: 0;
}
/* header */

/* advertising-section */

.site-header .adds-sec{
	padding: 20px 0;
	border: 0 !important;
}
.site-header .adds-sec img{
	height: 100px;
}
.advertising-section {
	margin: 20px 0;
}
.advertising-section .box-wrapper{
	padding: 10px 0;
	border-right: 0;
	border-left: 0;
}
/* .adds-sec .adds-items{
	padding: 20px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
} */

.main-wrapper .adds-sec:first-child{
	margin-top: 20px;
}
.adds-sec:first-child .adds-items{
	border-top: 0;
}
.adds-sec:last-child .adds-items{
	padding-bottom: 0;
	border-bottom: 0;
}
.advertising-section a, .advertising-sidebar a, .adds-sec a:has(img), .ads-item a{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}
.ads-lists .ads-item + .ads-item{
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e9e9e9;
}
.advertising-section img, .adds-sec img, .ads-item img, .advertising-sidebar img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 3px;
	position: relative;
    z-index: -1;
}
.advertising-sidebar li:not(:last-child){
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.advertising-sidebar{
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.advertising-sidebar p:has(img):last-child {
	margin-bottom: 0;
}
.ads-item p:last-child{
	margin-bottom: 0;
}
.sticky{
	position: sticky;
	top: 140px;
}
.news-content-lists + .ads-side-bar{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
.main-wrapper section + section .container > div:first-child{
/* 	border-top: 1px solid #ccc; */
/* 	padding-top: 25px; */
}

.main-wrapper section + section .container > div + div{
	padding-top: 40px;
}
.social-share{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}
.social-share .share-icon{
	--size: 40px;
	height: var(--size);
	width: var(--size);
	border-radius: 50%;
	background-color: var(--primary-color);
	display: grid;
	place-content: center;
}
.social-share .share-icon svg{
	--size: 20px;
	height: var(--size);
	width: var(--size);
}
.social-share .sfsi_wicons{
	margin: 0 !important;
}
.social-share .norm_row{
	text-align: center !important;
}
.ads-side-bar{
/* 	margin-top: 20px; */
	padding-top: 20px;
/* 	border-top: 1px solid #ccc; */
}
.ads-side-bar + .ads-side-bar{
	border: 0;
	margin-top: 20px;
}
.new-blocks-section + .new-blocks-section {
    padding-top: 0;
}
.new-blocks-section div[class="col-*"]:empty{
	display: none;
}
