
/*
*********
    .linear gradient
*********
*/

/**======== LINEAR BACKGROUND  ==========***/

.lineargray{
    background-image: linear-gradient(180deg, rgba(54, 62, 98, .2) 0%, rgba(54, 62, 98, 0) 343px) !important;
    /*background-image:url(https://afriliks.com/public/img/home_bkg/kinshasa_hilton.png);*/
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment: fixed;
}

.lineargray .content-wrapper,
.lineargray .section-wrap,
.lineargray #mobile-menu-button,
.lineargray .special-home-content-container .grid-list-title i.material-icons,
.lineargray .special-home-content-container .grid-list-title,
.lineargray .h-gridlist-text{
    background:none!important;
}

.lineargray .horizontal_list_item{
    background:#fff;
}

.lineargray .section_with_more_btn .see-more {
   
    color: #444;
  
    background: #ffffff;
    border: #ccc solid 1px;
}

.lineargray .cat_menu_icon_wrapper{
    background: #ffffff;
}



/**======== IMAGE BACKGROUND  ==========***/
.img_background .parallax-bg {
  position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    -webkit-background-size: cover;
    background-size: 190% 100%;
    background-position-x: -70px !important;
    z-index: 0;
    background-position: center;
    background-image: url(https://afriliks.com/public/img/home_bkg/kinshasa.jpg);
    background-color:#444;
    filter: brightness(80%);
    transition: background-image 1s ease-in-out;
     
}
.img_background{
    z-index:999;
    position:relative;
    /*background-image: linear-gradient(180deg, rgba(54, 62, 98, .2) 0%, rgba(54, 62, 98, 0) 343px) !important;*/
   
  
        
   
}

.img_background .content-wrapper,
.img_background .section-wrap,
.img_background #mobile-menu-button,
.img_background .special-home-content-container .grid-list-title i.material-icons,
.img_background .special-home-content-container .grid-list-title,
.img_background .h-gridlist-text{
    background:none!important;
}

.img_background .horizontal_list_item{
    background:#fff;
}

.img_background .section_with_more_btn .see-more {
   
    color: #444;
  
    background: #ffffff;
    border: #ccc solid 1px;
}

.img_background .cat_menu_icon_wrapper{
   
}


.img_background .service-list-item {
   
    background: #fff !important;
    border-radius: 7px;
}

.img_background .parallax-bg{
    background-size: 140% 100%;
    background-position-x: -100px !important;
}

.img_background  .app_list_item{
    background-size: 20px !important;
    width: 30px;
    max-width: 45px;
    height: 30px;
}
.img_background  .main-content{
    
       height: 80vh !important;

    
}

.img_background  .special-home-content-container {
    padding: 10px 0px;
    background: #fff;
    padding: 10px 0px;
    background: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.img_background  .mobile-menu-button img{
       width: 25px;
    height: 29px;
    margin-top: 5px;
    margin-left: 7px;
    border: none;
}
.img_background  .mobile-menu-button svg{
    display:none!important;
}

.img_background .service-list-wrapper {
  
       position: absolute;
     top: 80px!important;
    left: 50%;
    transform: translateX(-50%);
}

.img_background .main-content .search-form-2{
    position: absolute;
    top: 10px!important;
  
    left: 50%;
    transform: translateX(-50%);
}

.img_background header.style1 .header3 .user-icon.apps{
    background-image: url(https://afriliks.com/public/img/icons/ui_icons/apps_white.png);
    
}

.img_background header.style1 .header3 .user-icon.login {
   
    background-image: url(https://afriliks.com/public/img/icons/ui_icons/person_white.png);
    background-size: 26px;

}

.img_background header.mainpage .header2 .sitename2 img{
    width:45%;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #161616;
    z-index: 1000;
}




    