.header {
    padding: 20px 0;
    background: #fff;
}

.header .logo img {
    max-height: 60px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
    
	color: #ed1c25;
}

.navbar a, .navbar a:focus {
	color: #231f20;
}

.service-details ul i {
    font-size: 15px;
    margin-right: 15px;
}

.service-details ul li {
    align-items: flex-start!important;
}