body{
    background: #fff;
	font-family: 'Poppins';
}
#navmenu a {
    background: black;
    border: 1px solid #777777;
}
#navmenu a {
    color: #fff;
}
.hero h2,.hero p,.hero .social-links a {
    color: #010101;
}
:root {
    --background-color: #f5f6fa!important;
}
#hero,#stats,#skills,#resume ,#portfolio
{
    /*background: #000!important;*/
    background-image: url("https://www.raedmirdas.com/assets/img/banner_img1_live.jpg");  
    background-repeat: no-repeat;
    background-size: cover;
}
#stats,#skills,#resume ,#portfolio
{
    background: #fff!important;
  
}
#about {
    background-attachment: scroll;
    background-color: #fff;
    /*background-image: url("file:///C:/xampp/htdocs/MyResume/assets/img/bg-pattern.min.svg"),none;*/
    background-position: 50% -110px;
    background-repeat: no-repeat;
    padding: 50px 0 30px 0;
}
section#services ,section#testimonials,section#contact {
    background: #fff;
}
.col-lg-4.col-md-6.portfolio-item.isotope-item.filter-product.filter-barcode {
    float: left; 
}