/* ************************* */
/* ****** HEADER  ********** */
/* ************************* */

.header-logo-img{
    margin-top: 50px!important;
}

.circle-btn {
    width: 70px!important;
    height: 70px!important;
}


.social-icon {
    font-size: 40px!important;
}

.social-unit{
    position: static!important;
    margin-top: 10%!important;
}

.hero-unit h1{
    margin-top: 0px!important;
    padding-top: 0px!important;
}

.navbar-brand{
    margin-left: 5%!important;
}

.container-clients{
    margin:0px!important;
    padding:0px!important;
    width: 100%!important;
    background-color: white!important;
    border-bottom: 10px solid #333;

}
.client-item{
    padding: 0px!important;
    margin: 0px!important;
}


.service-container{
    min-height: 665px!important;
    max-height: 665px!important;
    height: 665px!important;
}

.hero-unit{
    height: 140px!important;
}

.col-experience{
    padding-left: 2%!important;
    padding-right: 2%!important;
}

.client-img{
        margin: auto;
    display: block;
    width: 75%;
}


@media only screen and (max-width: 990px) {
    .header-logo-img{
        display: none!important;
    }
}
@media only screen and (max-width: 990px) {
    .header-logo-img{
        display: none!important;
    }
}
@media only screen and (max-width: 768px) {
    .service-container{
        min-height: auto!important;
        max-height: auto!important;
        height: auto!important;
    }
    
    .client-img{
        margin: auto;
    display: block;
    width: 65%;
}
    
}
@media only screen and (max-width: 660px) {
    .hero-unit h1{
        margin-top: 0px!important;
        padding-top: 0px!important;
        font-size: 45px!important;
    }
}
@media only screen and (max-width:510px) {
    .hero-unit h1{
        margin-top: 0px!important;
        padding-top: 0px!important;
        font-size: 30px!important;
    }
}
@media only screen and (max-width:480px) {
    .circle-btn {
        width: 60px!important;
        height: 60px!important;
    }
    .social-icon {
        font-size: 35px!important;
    }

    .hero-unit{
        height: 100px!important;
    }

    .social-unit{
        position: static!important;
        margin-top: 12%!important;
    }
} 