

/*----------page.css----------*/
header.entry-header.page-box ul {
    background: #0000009c;
    padding: 7px;
    color: #fff;
    text-align:left;
    display: block;
}
header.entry-header.page-box ul li {
    display: inline-block;
    color: #fff;
    padding:6px 5px;
    font-size: 14px;
    font-weight: 600;
}
header.entry-header.page-box ul li i{
    font-size:12px;
}
.h-back {
    padding: 5px 5px;
    border-radius: 22px;
    color: #ffffff;
}
.h-l-p {
    padding-right: 5px;
}
.page-section {
    padding: 25px 0;
}
.page .site-main {
    padding: 10px 15px;
    background: #fff;
    box-shadow: 0 0 12px #dedede;
}
.page-2nd-title {
    color: #222;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 0;
}
/*--------End--page.css------*/


/*------Start--sidebar------*/
#calendar_wrap table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%;
    text-align: center !important;
}
#wp-calendar th {
    border: 1px solid #dddddd;
}
#wp-calendar td {
    border: 1px solid #dddddd;
}
#wp-calendar caption{
    text-align: center !important;
}
/*------End--sidebar------*/
/*news scroll*/

.newsTickerCon ul {
	margin: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	background: #f4f4f4;
	padding: 0;
}


/*
.news-scroll h2 {
	font-family: OpenSansit;
	font-weight: 600;
	background: #fc4f4f;
	font-size: 27px;
	padding: 29px 0 28px 10px;
	color: white;
	border-radius: 6px;
}
*/
.recent-title {
    height: 34px;
    background: var(--ah-1st-color);
    color: #fff;
    opacity: 0.95;
}
.recent-title h2 {
    padding: 7px 10px;
    font-size: 16px;
    margin: 0;
    display: block;
    line-height: 20px;
    font-weight: 600;
}
.news-ticker-section{
    /* background-color: var(--ah-1st-color); */
    margin-bottom: 2px;
}
.news-ticker {
    background: #ffffff;
}
.news-scroll {
    display: flex;
    
}

ul {
	list-style: none;
}

.marquee {
    overflow: hidden;
    height: 34px;
    width: 100%;
    background-color: #fff;
    flex: 7.5;
    border: 1px solid var(--ah-1st-color);
}

.marquee-list {
	background: rgba(0, 0, 0, 0);
	color: #333;
    font-size: 12px;
    line-height: 18px;
    padding: 7px 0px;
    display: inline-block;
}
.marquee-list a {
    color:#333;
    font-size:17px; 
    font-weight:100;
    font-weight: 600;
    font-size: 18px;
    font-family: SolaimanLipi;
    color: #000;
    font-weight: normal;
    background: url(../images/left_bullet.gif) left top 3px no-repeat;
    padding: 0 0 0 18px;
}
.n-icon{
    margin-right:5px;
/*    color: #167139;*/
    font-weight: 700;
    font: 20px;
}
/*news scroll*/
/*====================*/
.single-page-container .wp-block-image figcaption {
    margin-top: 0;
    /* background: #eaeaea; */
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}
.lSAction>a {
    /* width: 34px !important;
    height: 72px !important; */
    opacity: 1 !important;
}
/*========================================
            Add new Animated 
=========================================*/
    @-webkit-keyframes schdBannerPagePulse {
        to {
            box-shadow: 0 0 0 15px rgba(232, 76, 61, 0)
        }
    }
    @keyframes schdBannerPagePulse {
        to {
            box-shadow: 0 0 0 15px rgba(232, 76, 61, 0)
        }
    }
    
    .cm-animate {
        /* box-shadow: 0 0 0 0 rgb(230, 227, 227);
        -webkit-animation: schdBannerPagePulse 2s infinite cubic-bezier(.66, 0, 0, 1);
        -moz-animation: schdBannerPagePulse 2s infinite cubic-bezier(.66, 0, 0, 1);
        -ms-animation: schdBannerPagePulse 2s infinite cubic-bezier(.66, 0, 0, 1);
        animation: schdBannerPagePulse 2s infinite cubic-bezier(.66, 0, 0, 1); */
    }
/*=========================================
            End Animated 
==========================================*/
.cw-mostView-post-title,
.cw-recent-post-title {
    text-align: left;
      min-height: 48px;
}
#wp-calendar td#today,
#wp-calendar thead{
    background: #dede;
}
#wp-calendar td#today a{
    color:#000;
}
.byline, .updated:not(.published) {
    display: none;
}
.recent-post-item .image-container {
    width: 35%;
}
.widget-container a{
    color:#fff;
}

