/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.page-title {
    background: #abcdef;
}
.features{
    background-color: #f5c4ee;
}
p{
    text-align: justify;
}
.logo-default{
    height: 100px;
}
.logo-dark{
    height: 100px;
}
#header-wrap{
    background-color: #000000;
}
.menu-link{
    color: #dee2e6;
    text-transform:capitalize;
    font-size: 15px;
    font-weight: 600;
}
.menu-link:hover{

    color: #00ccff !important;
}
.is-expanded-menu .sticky-header #header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #212529;
}
.counter-blk{
    background-color: rgba(13, 110, 253, 0.25);
}
.image-icon a img{
    height: 100px;
}
.counter{
    font-size: 30px;
}
a.button.button-full.text-center.text-end.footer-stick {
    font-size: 30px;
}
.views-count-blk {
    position: relative;
    top: -50px;
    text-align: center;
}
.views-count-blk p{
    text-align: center;
}
.views-count-blk p span{
    background-color: #ffffff;
    color:#000000;
    letter-spacing: 1px;
    font-weight: 600;
}
