/* white you custom css code here. only css code will work */

.bg-main {
    background-color:#383E48;
}
.single-service-item .service-text {
    background-color: #303340;
}
.header-inner.industry-home .title {
    text-transform: uppercase;
    font-size: 40px;
    line-height:50px;
    font-weight: 700;
}

.back-to-top {background-color:#F2723F;}
.lawyer-about-area .left-content-area .btn-wrapper .boxed-btn
{
   background: linear-gradient(135deg, #102570, #0031F7);
   border:0;
}
.lawyer-about-area .left-content-area .btn-wrapper .boxed-btn a:hover
{color:#ffffff;}
.industry-btn {
    display: inline-block;
    background-color:#001BB1;
}
.top-bar-inner .btn-wrapper .boxed-btn.reverse-color {
    background-color: #001BB1;
    color: #fff;
}