/* Enter Your CSS HERE  */


input#gform_submit_button_1 {
    background: #df3a23 !important;
    color: white;
}

 section.service-detail .ser-det-wrap img {
    width: 500px !important;
    border-radius: 20px !important;
}

.ss-12 {
    margin-left: 296px;
    margin-top: -50px;
}

main.head-main:before {
    position: absolute;
    content: '';
    background: -webkit-linear-gradient(-90deg, #eb432b 0%, #b9200b 100%);
    left: 0;
    top: 0;
    width: 24%;
    height: 42%;
    z-index: 9;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}


main.head-main:after {
    position: absolute;
    content: '';
    background: -webkit-linear-gradient(-90deg, #eb432b 0%, #b9200b 100%);
    right: 0;
    bottom: 0;
    width: 24%;
    height: 39%;
    z-index: 9;
    clip-path: polygon(100% 100%, 20% 100%, 100% 10%);
}

.theme_btn {
    border: 1px solid #fff;
    border-radius: inherit;
    color: #ffffff;
    z-index: 1;
    background: -webkit-linear-gradient(-90deg, #eb432b 0%, #b9200b 100%);
    position: relative;
    font-size: 16px;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    text-transform: uppercase;
    width: fit-content;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 0;
}

.menuSec img {
    max-width: fit-content;
    height: 133px;
    margin-top: 37px;
}

.ftr_logo  a img {
    width: 242px;
    margin-bottom: 30px;
}

.error404  .page-content {
    margin-left: 100px !important;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.error404  p {
    color: white !important;
}


button.btn1.tabs-btn {
    background: #d3321c;
    color: white;
}

/* Enter Your CSS HERE  */