/* h1.homepageMainHeader {
    font-size: 44px;
} */

@media screen and (max-width: 1400px)
{
    .hero-counter-items {
        width: 622px !important;
    }
}

@media screen and (max-width: 1400px)
{
    .padding-bottom {
        padding-bottom: 0px !important;
    }
    .hero-main-content h1 {
        font-size: 54px !important;
        line-height: 56px;
        margin-bottom: 24px;
    } 
    .padding-area-industry {
        padding: 23px 0px;
    }
}

@media screen and (max-width: 1920px)
{
    .padding-bottom {
        padding-bottom: 0px !important;
    }
     /* .hero-main-content h1 {
        font-size: 55px !important;
    } */
}



.greayareaPadding{
    padding: 50px 0 0 0 !important;
}


.buttonblack{
    background-color: #000;
    color: #fff;
    border: none;
}

.buttonblack:hover{
    background-color: #fff !important;
    color: #000 !important;
    border: none;
}

.buttonorange{
    background-color: #EC8D66;
    color: #fff !important;
    border: none;
}

.buttonorange:hover{
    background-color: #EC8D66 !important;
    color: #fff !important;
    border: none;
}


