/* Enter Your Custom CSS Here */
/* Enter Your Custom CSS Here */

@media screen and (max-width: 628px) {
    .blog-detail{
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100% !important;
    }
    
    .col-md-8{
    padding-left: 0px !important;
    padding-right: 0px !important;
    }
}

.header .header-right .social-icons .ul{
color:#fec901 important!;
}
.social-icons a,.top-nav a {
  color: #fec901;
}

.dark-bg {background-color: #21242A;}