.customerSection {
    background-image: url(../images/banners/customers.jpg);
    height:500px;
    width: 100%;
    background-size: cover;
    background-position: 50% 80%;
    padding-top: 80px;
    overflow-x: text-shadow: 2px 4px 2px #000;
    background-attachment: fixed
}

.customerHeader {
    margin-top: 120px;
    margin-left: 10%
}

.customerSection .overlay {
    background-color: rgba(41, 39, 34, .25);
    width: 100%;
    height: 100%
}

.customerHeader h1 {
    text-align: center;
    font-size: 60px
}

.trust {
    text-align: center;
    margin-top: 50px
}

.trust:after {
    content: ' ';
    display: block;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    margin-top: 15px;
    width: 25%;
    margin-left: 38%
}

.marginrow,
.mobileScreen .row {
    margin-top: 80px
}

.marginrow {
    -webkit-perspective: 1000;
    perspective: 1000;
    z-index: 10
}

.marginCommon {
    margin-right: 30px;
    text-align: center
}

.hovering {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    cursor: pointer
}



.mobileScreen {
    display: none
}


.somePadding
{
    padding-left: 10px;
    
}

.fullScreen{
padding-left: 120px;padding-right: 20px;margin-top: 50px;
    
}
/*

@media (max-width:1200px) {
    .fullScreen {
        display: none
    }
    .smallScreen {
        display: block!important;
        margin-left: 30px!important
    }
}

.smallScreen .row {
    margin-top: 20px;
        padding-left: 50px!important;
}



@media (max-width:600px) {
    .smallScreen {
        display: none!important
    }
    .mobileScreen {
        display: block!important;
        margin-left: 30px!important
    }
}
*/

@media (max-width:1300px) {
    .customerHeader h1 {
        font-size: 45px
    }
}



.ourCustomers {
    margin-top: 50px!important;
    margin-left: 4%;
}