.about-widget a{
    color: white;
}
.about-widget a:hover{
    color: #222;
}
.main-footer .links-widget .list li a:hover{
    color: #222;
}
.main-footer .links-widget .list li:hover a::before{
    background: white;
}
.main-logo img {
    max-width: 64%;
}
.theme_menu .right-column{
    line-height: 150px;
}
.theme_menu .link_btn{
    margin-top: 0px;
}

#main_menu{
    padding: 25px;
}
.top-bar .top-bar-text li a{
    color: inherit;
}
span.blue{
    color: #4f423b;
    font-weight: 800 !important;
}
.latest-project .services-style-two .image .content{
    position: absolute;
    top: 0;
    text-align: center;
    background-color: rgba(255, 145, 77, 0.4);
    width: 262px;
    height: 100%;
    line-height: 262px;
    display: none;
}

.latest-project .services-style-two .image:hover .content{
    display: block;
}

.latest-project .services-style-two .content h3 a{
    color: white;
    font-size: 16px;
    line-height: 212px;
    width: 100%;
}
.project-info .title-column h3{
    margin-bottom: 30px;
    font-size: 30px;
}
.project-info .title-column{
    padding-right: 50px;
}
.project-meta .description{
    margin-top: 15px;
}
.project-meta .description p{
    color: black;
}
.pb-30{
    padding-bottom: 30px;
}
.pb-60{
    padding-bottom: 60px;
}
.mb-30{
    margin-bottom: 30px;
}
.projects-button .link_btn{
    text-align: center;
}
.accordion .text a.btn{
    color: white;
    background-color: red;
    padding: 10px 25px;
    border: 2px solid red;
    border-radius: 0;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
    font-size: 18px;
}

.accordion .text a.btn:hover{
    background-color: transparent;
    color: #4f423b;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
@media only screen and (max-width: 767px){
    .theme_menu .link_btn{
        padding-top: 25px;
        line-height: initial;
    }
}
