*{
    text-decoration: none;

}
div.loader{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #878787;
    z-index: 999999999;
    overflow: hidden;
}
div.loader img{
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%,-50%);
     animation: animate 3s ease-in-out infinite;
    width: 80%;
    overflow: hidden;
}
@keyframes animate {
    0%,100%{
        
        filter: opacity(100%);
    }
    50%{
        filter: opacity(20%);
    }
}



#home{
    width: 100%;
    background-image: url("../img/Banner5.jpg");
    background-size: cover;

}


@media screen and (max-width:765px){
    #home{
        background-size: cover;
        background-position: center;
    }
}
@media screen and (max-width:537px){
    #home{
       background-image: url("../img/Banner5.2.jpg");
       background-position: center center;
       background-size: contain;

    
    }
}



.fa  {
   font-size: 30px;
   text-align: center;
   justify-content: center;
   text-decoration: none;
   border-radius: 50%;
                     
}



#icons li span{
margin: 0 5px;
font-weight: 600;
font-family: sans-serif;
text-transform: capitalize;
    }
            

