.top-header-social .wp a{
	color: #09101f;
	background-color:#25D366;
	padding: 10px;
	border-radius:5px;
}

.top-header-social .wp:hover a{
	color:#25D366;
	background-color: #2E4354;
}

.top-header-social li{
	display: inline-grid;
}

.article-footer{
	border-top: none;
}

.vdark{
	color: #09101f;
}

/* .vdark-1{
    color: #09101f !important;
} */

.single-main-default-news::before,
.news-slider-item::before{
    background: transparent;
}

.tag{
    display: inline-block;
    font-size: 14px;
    background-color: #2e4354;
    color: #fff;
    padding: 2px 5px;
    font-weight: 400;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-main-default-news .news-content{
    position: inherit;
}

.single-main-default-news .news-content span{
    color: #09101f;
}

.single-main-default-news .news-content h3 a{
    color: #09101f;
    font-size: 16px ;

}

.single-main-default-news:hover .news-content h3 a{
    background-color: transparent;
    color: #2e4354;
}


#login-user{
    color: #212529;
}

#button1,
#button2{
    background:transparent;
    border-color: transparent;
    font-family: 'Almarai', sans-serif;
    font-size: 22px;
    cursor: pointer;
}

.bg-dark-1 {
    background: #2e4354;
}
.bg-dark-2 {
    background: #43617a;
}
.bg-dark-3 {
    background: #5880a0;
}