/* .sec-pad{
    padding-top: 90px !important;
    padding-bottom: 90px !important;
} */

.sec-pad-top{
    padding-top: 90px !important;
}

.sec-pad-bottom{
    padding-bottom: 90px !important;
}

.sec-marg{
    margin-top: 90px !important;
    margin-bottom: 90px !important;
}

.sec-marg-top{
    margin-top: 90px !important;
}

.sec-marg-bottom{
    margin-bottom: 90px !important;
}

.hd-pad{
    padding-bottom: 45px !important;
}

.sec-padHX{
    padding-right: 8%;
    padding-left: 8%;
}

.sec-padX{
    padding-right: 12%;
    padding-left: 12%;
}

.pb-0{
    padding-bottom: 0px !important;
}

.pt-0{
    padding-top: 0px !important;
}