.slider-style-five .content-box:before {
    position: absolute;
    content: '';
    border: none;
    width: 355px;
    height: 490px;
    left: -50px;
    top: -75px;
}

.slider-style-six .slide:before {
    position: absolute;
    content: '';
    background: rgba(61, 61, 61, 0.6);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.about-banner:before {
    position: absolute;
    content: '';
    background: rgba(61, 61, 61, 0.6);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.tab ul li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #5d5d66;
    margin-bottom: 9px;
    padding-left: 30px;
}

.tab ul li:before {
    position: absolute;
    content: "\f132";
    font-family: "Flaticon";
    font-size: 16px;
    color: #000;
    left: 0px;
    top: 0px;
    font-weight: 600;
}

.slider-style-five .content-box h1 {
    color: #ffffff;
}

.slider-style-five .content-box .text {
    color: #ffffff;
}

.about-banner .content-box h1 {
    color: #ffffff;
}

.about-banner .content-box .text {
    color: #ffffff;
}

.sticky-header .main-menu .navigation > li > a {
    color: #000;
}

.sticky-header {
    background: #fff;
}
