/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.categories .clearfix .header-home-icon{
    display: flex!important;
    position: relative;
    height: 60px;
    line-height: 60px;
    align-items: center;
    justify-content: center;
    color: #111;
}
.categories .clearfix .header-home-icon i{
    font-size: 1.625rem;
    font-weight: 500;
}
footer ul{
    list-style: none;
   
    padding-left: 0;
}
footer ul li a,footer ul li {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}

footer a img{
    width: 200px;
    height: auto;
}
footer ul li a:hover{
    color: #fff;
}
footer ul.social-media-area{
    display: flex;
    align-items: center;
 
    flex-flow: row;
}
footer ul.social-media-area li{
    margin-right: 10px;
    margin-bottom: 0;
}
footer ul.social-media-area li a {
    background: #fff;
    color: #172134;
    margin-bottom: 0;
    display: block;
    border-radius: 200px;

}

footer ul.social-media-area li a span{
    display: block;
    font-size: 22px;
    padding: 5px;
    border-radius: 200px;
}
footer ul.contact-info-area li{
    margin-bottom: 15px;
}

.submit-btn{
    color: #fff;
    background-color: #d71f27;
    border-color: #d71f27;
}