/* Add here all your CSS customizations */
.h4icon i {
    border: 1px solid #ee293a;
    border-radius: 50%;
    padding: 5px;
    color: #ee293a;
    margin-right: 10px;
    font-size: 13px;
    top: -4px;
    position: relative;
}

li.applybt {
    background: #ee293a;
	transition: 0.3s;
}

li.applybt:hover {
    background: #1A1E2A;
	transition: 0.3s;
}


li.applybt:hover > a {
    color: #fff!important;
}

@media (min-width: 992px){
#header .header-nav-main.header-nav-main-square nav > ul > li.applybt:hover > a {
    color: #fff !important;
}}