/*   index.html   */
.single_service .icon i {
    height: 65px;
}
.boxed-btn4 {
    background: #252525;
    padding: 12px 26px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid transparent;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.boxed-btn4:hover {
		background: #fff;
    color: #252525 !important;
    border: 1px solid #252525;
}
/*   login.html   */
.form-popup .form-popup-headline.primary {
		background: none;
    background-color: #252525;
}
.button.primary {
    background-color: #252525;
}
p a.primary {
    color: #252525;
}
.button.primary:hover {
    background-color: #565656;
}
/* product.html */
.header-wrap {
    background-color: #252525;
}
figure.logo img {
    width: 135px;
    margin-top: 10px;
}
.section-headline-wrap {
    background: none;
    background-color: #808080;
}
.outer-ring {
    background: -webkit-linear-gradient(to right, #83C4FF, #565656);
    background: linear-gradient(to right, #83C4FF, #565656);
}
.logo span {
    position: relative;
    font-size: 34px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    top: 25px;
    font-family: "Poppins", sans-serif;
}
.logo-mobile span {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    top: 25px;
    font-family: "Poppins", sans-serif;
}
