.desktop-menu .navbar-brand img{
    width: 75px;
}
.desktop-menu .navbar-brand  span{
    font-size: 19px;
    font-weight: 600;
}
.team_item .team_img img{
    width: 100%;
}
.form_banner_area .form_banner_text h2 a {
    color: #111;
}

.form_banner_area {
    background: url(../img/home-slider/slider-9.jpg) no-repeat scroll center center;
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 180px;
}
.company_item .company_img img{
    width: 100%;
    height: 250px;
    object-fit: cover;  
}

.company_item {
    background: #fff;
    margin-bottom: 25px;
}
.left_side a img{
    width: 60px;
}
.left_side_footer a img{
    width: 40px;
}

.left_side a span{
    color: #111;
    font-weight: 700;
    font-size: 27px;
}
.left_side_footer a span{
    color: #111;
    font-weight: 700;
    font-size: 17px;
    
    
}
.about_process{
    padding-top: 30px;
}
.about_process p {
    margin-bottom: 20px;
    text-align: justify;
}
.company_text .more_btn{
    padding: 8px;
    background: #302C38;
    width: 100%;
    margin-top: 30px;
    display: inline-block;
    color: white;
    border-radius: 8px;
    text-decoration: none;
}
.effective_area.effective_two .effect_inner{
    padding: 50px 10px;
}
.effective_area.effective_three .effect_inner{
    padding: 50px;
}

.effective_area.effective_four .effect_inner{
    padding: 50px;
    margin-top: 30px;
}

.effective_area.effective_three .text-family  p,h3{
    color: white;
    text-align: justify;
}
.effective_area.effective_four .text-family li  {
    text-align: justify;
    color: white;
   
}

.effective_area.effective_four .text-family h3 {
    text-align: justify;
    color: white;
    padding-left: 20px;
   
}

.about-sections{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.about-contents{
    margin-top: 25px;
}
.about-images img{
    width: 100%;
}
.testi_item {
    /* padding-left: 70px; */
    position: relative;
    border: 1px solid #f2e1e1;
    padding: 40px;
    margin-bottom: 25px;
    border-radius: 15px 0px;
}
.media img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.menu_widget {
    background-color: #111;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.26);
    padding: 20px 33px 30px 33px;
    margin-right: -10px;
    min-height: 100vh;
    position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}


@media screen and (max-width:767px){
    .form_banner_area{
        margin-top: 110px !important;
    }
    .form_banner_area {
        background: url(../img/home-slider/slider-9.jpg) no-repeat scroll center center;
        background-size: cover;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .company_item {
        max-width: 100%;

        margin: 0px auto 30px;
    }
    .mobile-logo-headings h4{
        font-size: 16px;
        color: white;
        margin-bottom: 0px;
    }
    .header_menu >nav{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header_area.menu_eight + row, .header_area.menu_eight + div, .header_area.menu_eight + section {
        margin-top: 110px !important;
    }
    .company_text .more_btn {
        padding: 8px;
        background: #302C38;
        width: 100%;
        margin-top: 10px;
        display: inline-block;
        color: white;
        border-radius: 8px;
        text-decoration: none;
    }
}
/* .features-list{
    padding-left: 0px;
} */



