.sub-page-banner .right::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.75);
    position: absolute;
    top: 0;
    left: 0;
}
.about-training h3{
    color: #54555A;
    font-size: 36px;
    margin-bottom: 15px;
}
.about-training h3 span{
    color: #E72419;
}
.about-training p{
    color: #54555A;
    font-size: 18px;
}
.about-training p a{
    color: #E72419;
    font-weight: 600;
    font-family: 'Brandon Grotesque';
    text-decoration: none;
}
.application-form-sec{
    padding: 30px 0 80px;
}
.formhead h4{
    background: #54555A;
    padding: 10px 30px;
    color: #ffffff;
    font-size: 22px;
    font-family: 'Source Sans Pro';
    margin-bottom: 0;
}
.formhead p{
    color: #000000;
    font-size: 16px;
    margin-bottom: 0;
    text-align: right;
    margin-top: 6px;
}
.formhead{
    margin-bottom: 20px;
}
.application-form-sec .form-col {
    margin-bottom: 30px;
    /* padding: 0px 19px; */
}
.application-form-sec .form-control{
    background-color: #E7E7E7;
    border-color: #E7E7E7;
    font-size: 16px;
    color: #8C8C8C;
    border-radius: 0.12rem;
}
.mt-3 .about-training{
    padding-left: 0;
}
.application-form-sec .form-check-input {
    width: 22px;
    height: 22px;
    position: relative;
    top: -2px;
    margin-right: 10px;
}
.form-check-inline{
    margin-right: 20px;
}
.application-form-sec .form-col label {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 10px;
}
.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2.5' fill='%2340B938'/%3e%3c/svg%3e");
}
.form-check-input:checked, .form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
    background-color: #ffffff;
    border-color: #40B938;
}
.radiolabel p{
    color: #000000;
    font-size: 16px;
    margin-bottom: 0;
}
.formhead h5{
    color: #54555A;
    font-size: 20px;
    font-family: 'Source Sans Pro';
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
    margin-bottom:30px;
}
 .btn.btn-submit{
    background-color: #54555A;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    padding: 10px;
    width: 240px;
    border-radius: 0;
    font-weight: 600;
}
.form-select {
    background-color: #E7E7E7;
    border-color: #E7E7E7;
    font-size: 16px;
    color: #8C8C8C;
    border-radius: 0.12rem;
    
}
 .file-input-wrap {
    margin-bottom: 20px;
}
.files-group input {
    display: none;
}
.file-input-wrap .form-label.input {
    background-color: #E7E7E7;
    border-color: #E7E7E7;
    font-size: 16px;
    color: rgba(0,0,0,0.6);
    display: block;
    width: 100%;
    padding: 2rem 2.25rem;
    font-weight: 400;
    border-radius: 0.12rem;
    line-height: 1.65;
}
/* .file-input-wrap .form-label.input .choose {
    padding: 3px 40px;
    color: #fff;
} */
.choose svg{
    display: block;
    margin: 0 auto 10px;
}
.file-input-wrap .form-label.input .text {
    color: #000000;
    font-size: 16px;
}
.mt-4 .about-training{
    padding-left: 0;
}
.submit-btn-sec .btn {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    padding: 15px 10px;
    border-radius: 0;
    font-weight: 600;
    min-width: 185px;
}
.submitbtn{
    background: #E72419;
    margin-right: 7px;
}
.cancelbtn{
    background: #54555A;
    margin-left: 7px;
}
.submit-btn-sec{
    margin-top: 20px;
    text-align: center;
}
.application-form-sec{
    padding: 60px 0 40px;
}
.sec-heading{
    display: none;
}
@media(min-width:1200px) and  (max-width:1399px){
    .c-container .container{
        max-width:1050px
    }
    .c-container .col-lg-7{
        width: 49.4%;
    }
    .c-container .col-lg-5{
        width: 50.6%;
    }

}
.agree .form-check-input:checked{
    background-color: #DF0A1F !important;
    border-color: #DF0A1F !important;
}
.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label{
    opacity: 1;
}
.form-check{
    margin-bottom: 15px;
}
@media(max-width:767px){
    .form-select{
        padding: .7rem .75rem;
    }
    .nolabel label{
        display: none;
    }
    .training-img img{
        padding-right: 0px;
    }
    .about-training{
        padding-left: 0;
    }
    .training-img{
        margin-bottom: 20px;
    }
    .about-training h3{
        font-size: 30px;
        display: none;
    }
    .adorwelding-training-sec{
        padding: 30px 0;
    }
    .about-training p{
        font-size: 16px;
    }
    .col-lg-4.form-col{
        margin-bottom: 10px;
    }
    .form-check-inline{
        display: flex;
    }
    .application-form-sec .form-check-input{
        flex-shrink: 0;
    }
    .application-form-sec .form-control{
        padding: .7rem .75rem;
    }
    .application-form-sec .form-col{
        margin-bottom: 1.5rem;
    }
    .mbfm{
        margin-bottom: 10px !important;
    }
    .formhead h5{
        text-align: left;
    }
    .mt-4{
        margin-top: 0 !important;
    }
    .form-check.agree{
        display: flex;
    }
    .submit-btn-sec .btn{
        display: block;
        margin-bottom: 15px;
        max-width: 180px;
        padding: 10px;
    }
    .submitbtn, .cancelbtn{
        margin-left: auto;
        margin-right: auto;
    }
    .application-form-sec{
        padding: 30px 0;
    }
    .sec-heading {
        display: block;
    }
    .sec-heading h3{
        color: #DF0A1F;
        font-size: 30px;
        margin-bottom: 15px;
    }
}