/* 
.job_section{
    background-color: rgb(0, 0, 0,0.03);   
    color: #000;
} */

.fico_area {
    position: relative;
    /* height: 100vh; */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(8, 19, 92, 0.9)), to(rgba(8, 19, 92, 0.9))), url(../images/slider-bg.jpg);
    background-image: -webkit-linear-gradient(left, rgba(8, 19, 92, 0.9), rgba(8, 19, 92, 0.9)), url(../images/slider-bg.jpg);
    background-image: -moz-linear-gradient(left, rgba(8, 19, 92, 0.9), rgba(8, 19, 92, 0.9)), url(../images/slider-bg.jpg);
    background-image: -o-linear-gradient(left, rgba(8, 19, 92, 0.9), rgba(8, 19, 92, 0.9)), url(../images/slider-bg.jpg);
    background-image: linear-gradient(to right, rgba(208, 208, 214, 0.9), rgba(198, 198, 202, 0.9)), url(../images/fico.jpeg);
    background-position: center;
    background-size: cover;
  }
  

.high-light-list{
    /* width: 1000px; */
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between !important;
    /* gap: 4rem; */
}
.high-light-list-child{
    width: 390px;
    max-width: 100%;
    /* border: 2px solid red; */
}
.high-light-list-child ul li{
    padding-top: 20px;
    font-size: 18px;
    color: #000;
    /* color: #fff; */
}

.navbar-brand img{
    width: 80px;
    /* mix-blend-mode:difference; */
    
}

.job_section .btn-box a{
    color: #292828;
    background-color: #fff;
    border: 1px solid #000;
}


.job_section .btn-box a:hover {
    color: #fff;
    background-color: #000;
}

.job_section .custom-btn{
    width: 100%;
    display: flex;
    align-items: center;
    /* border: 1px solid red; */
    justify-content: space-between;
}


.job_heading{
    text-transform: capitalize !important;
}
.heading_container h2{
    text-transform: capitalize;
}

.card-body ul li{
    color: grey;
}

ul li{
    padding-top: 10px;
}

.row-course{
    gap: 1rem;
}

@media screen and (min-width:992px) {   
    .sticky-box-course{
        width: 100%;
        height: 100%;
        /* border: 2px solid red; */
        position: sticky;
        top: 20px;
    }
}

.highlight-points li{
    padding-top: 15px;
}