.section-title .title-tag {
    font-size: 20px;
    font-weight: 700;
    color: #f7951d;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    padding: 0 45px;
}
.section-title .title-tag::before, 
.section-title .title-tag::after {
    position: absolute;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #f7951d;
    content: '';
    top: 50%;
}
.section-title .title-tag::after {
    left: auto;
    right: 0;
}
.intensive-course h2 {
    font-weight: 600;
    color: #f79629;
    font-size: 28px;
}
.intensive-course h5 {
    font-weight: 600;
    color: #f79629;
    font-size: 20px;
}
.intensive-course p {
    font-size: 16px;
    font-weight: 600;
    color: #6b6b6b;
}
.faq h4 {
    font-size: 20px;
    color: #2c3343;
    font-weight: 400;
}
.sidebar {
    padding: 0;
    margin: 0;
}
.sidebar li {
    list-style: none;
    margin-bottom: 5px;
    transition: all 0.5s ease;
}
.sidebar li a {
    color: #6b6b6b;
    font-size: 16px;
    display: block;
    padding: 8px;
}
.sidebar li a:hover {
    text-decoration: none;
}
.sidebar li:hover {
    background-color: #f9f9f9;
}.application {
    box-shadow: 1px 1px 6px 0px #ccc;
    padding: 20px;
}
.application h2 {
    margin-bottom: 15px;
}
.application .form-content {
    padding: 25px;
    background: #f9f9f9;
    color: #636873;
}
.form-title h3 {
        font-size: 28px;
    font-weight: 400;
    margin-bottom: 40px;
}
.application .form-content .form-group{
    margin-bottom: 30px;
}
.form-content label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.application .form-content .form-control {
    border: none;
    
}
.form-content .form-check a {
    color: #f7951d;
}
.submit-btn {
    color: #fff;
    background: #f7951d;
    border: 1px solid #f7951d;
    padding: 10px 50px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    background: #F7971E;
    background: linear-gradient(to right, #FFD200, #F7971E);
    transition: 0.2s;
    text-align: center;
    outline: none !important;
}
.submit-btn:hover {
    background: #fff;
    color: #f7951d;
}


/*______________custom-table_____________*/

.custom-css ul li p{
    margin-bottom: 0;
}
.custom-css table tbody tr:nth-of-type(odd){
    background: transparent;
}
.custom-css table .col-2{
     text-align: center;
    vertical-align: middle ;
}
.custom-css table td{
    padding: .75rem;
    border: 1px solid #dee2e6;
}
.custom-css table td p{
    margin-bottom: 0;
}

/*   apply   */
.application p{
    font-size: 16px;
    font-weight: 600;
    color: #6b6b6b;
}
.application ol li {
        font-size: 16px;
    font-weight: 600;
    color: #6b6b6b;
    margin-bottom: 0;
}
