.contact-info li {
    padding: 40px 0px;
}
.contact-info li:last-child{
    padding: 23px 0px;
}
.navigation-bar {
    background-color: #111
}
.footer-top{
    background-color: #fff;
}
.footer-bottom p, .footer-bottom p a{
    color: #fff!important;
}
footer p, footer a, footer h4, .site-footer .widget_getintuch strong, li.post-date{
    color: #2e2d2c!important;
}
.widget_getintuch i{
    background: none!important;
    border: 0px!important;
    font-size: 18px;
}
footer li.post-date{
    color: #999;
    font-weight: normal;
    font-family: roboto;
}

.overlay-black-middle:after{
    opacity: .5;
} 
.fix-space-title{
    height: 72px;
}
.service-row{
    margin-top: 30px;
}
.widget_getintuch li{
    margin-bottom: 10px;
}
#form-message{
    margin-top: 30px;
    width: 100%;
    border-style: solid;
    border-width: 2px;
    padding: 10px;
    display: none;
}
#form-message.success{
    border-color: green;
    color: green;
}
#form-message.error{
    border-color: red;
    color: red;
}
.instafeed{
    width: 30%;
    height: 200px;
    margin-right: 3.3%;
    margin-bottom: 20px;
    float: left;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 200ms;
}
.instafeed:hover{
    opacity: .5;
    transition: 200ms;
}
div.dez-tabs a.nav-link{
    font-size: 17px;
}
#stars-list{
    display: block;
    width: 350px;
    height: 70px;
    padding: 10px 0px;
    margin-bottom: 30px;
}
#stars-list li{
    float: left;
    list-style-type: none;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    background-image: url(/assets/images/star-empty.svg);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
#stars-list li.solid{
    background-image: url(/assets/images/star-solid.svg);
}
#stars-list li.fix-solid{
    background-image: url(/assets/images/star-solid.svg)!important;
}
.testimonial-rate{
    width: 100%;
    height: 30px;
}
.testimonial-rate li{
    list-style-type: none;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    margin: 0px 1px;
    background-repeat: no-repeat;
}
.testimonial-rate li.empty{
    background-image: url(/assets/images/star-empty.svg);
}
.testimonial-rate li.solid{
    background-image: url(/assets/images/star-solid.svg);
}
#reviews-list li{
    list-style-type: none;
}
#reviews-list .name, #reviews-list .rate{
    
    margin-bottom: 5px!important;
}
.gallery-list li {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    list-style-type: none;
    float: left;
}
.gallery-list li img{
    max-width: 300px;
}

@media screen and (max-width: 600px) {
    .navigation-bar{
        background-color: #fff;
    }
    .header-style-6.style-1 .navicon span{
        background-color: #000;
    }
    .logo-header img{
        height: 65px;
        width: auto;
    }
    header, .navigation-bar{
        height: 90px;
    }
    button.navbar-toggler{
        margin-top: 35px;
    }
  }
