.projects_page.europe_projects{
    padding: 80px 0px;
    background-image: linear-gradient(90deg, rgb(0 0 0) 5%, rgba(242, 41, 91, 0) 66%), url(../projects/training-program.jpg);
    background-size: 80%;
    background-position: 175% 50%;
    background-color: black;
    background-repeat: no-repeat;
}

.projects_page.singapore_projects{
    padding: 80px 0px;
    background-image: linear-gradient(90deg, rgb(0 0 0) 15%, rgba(242, 41, 91, 0) 66%), url(../projects/singapore.jpg);
    background-size: 65%;
    background-position: 100% 9%;
    background-color: black;
    background-repeat: no-repeat;
}

.projects_page.gulf_projects{
    padding: 80px 0px;
    background-image: linear-gradient(90deg, rgb(0 0 0) 18%, rgba(242, 41, 91, 0) 65%), url(../projects/gulf1.jpg);
    background-size: 65%;
    background-position: 100% 9%;
    background-color: black;
    background-repeat: no-repeat;
}

.projects_page.svp_projects{
    padding: 80px 0px;
    background-image: linear-gradient(90deg, rgb(0 0 0) 5%, rgba(242, 41, 91, 0) 75%), url(../projects/svp1.JPG);
    background-size: 54%;
    background-position: 100% 9%;
    background-color: black;
    background-repeat: no-repeat;
}

.projects_page.nsdc_projects{
    padding: 80px 0px;
    background-image: linear-gradient(90deg, rgb(0 0 0) 5%, rgba(242, 41, 91, 0) 75%), url(../projects/nsdc1.jpg);
    background-size: 54%;
    background-position: 100% 9%;
    background-color: black;
    background-repeat: no-repeat;
}


.projects_page h2{
    margin-bottom: 14px;
    font-size: 45px;
}

.projects_page p{
    opacity: 0.7;
    font-size: 15px;
    font-weight: 300;
}

.project_overview{
    padding: 60px 0px;
}

.project_overview h3{
    margin-bottom: 10px;
    font-size: 35px;
}

.project_overview .wrapper{
    padding: 30px;
    border-radius: 20px;
    background: #f7faff;
    /* border: 1px solid #e8e8e8; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 16px 20px;
}

.project_overview .wrapper i{
    font-size: 81px;
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 50%;
    background: radial-gradient(#89c1ff, transparent);
    color: #003a37;
    /* transform: rotate(-25deg); */
    position: relative;
    display: inline-block;
}

.project_overview .wrapper img{

    position: absolute;
    left: 70%;
    top: 37%;
    transform: translate(-50%, -50%);
    min-width: 200px;

}

.project_overview .wrapper h4{
    font-size: 30px;
}

.project_overview .wrapper p{
    font-size: 15px;
    font-weight: 300;
}

.project_key_focus .container{
    padding: 50px 0px;
    border-top: 1px solid #ddd;
}


.project_key_focus .card{
    padding: 25px;
    border-radius: 10px;
    height: 100%;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 6px 16px;
}

.project_key_focus .card p{
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 300;
}

.project_key_focus .card h5{
    margin-bottom: 10px;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.project_key_focus .card h5 i{
    font-size: 40px;
    color: #F44336;
}

.project_key_focus .col-md-4{
    margin-bottom: 30px;
}

.project_key_focus .title{
    font-size: 40px;
    font-weight: 900;
}

.project_feature_1 .wrapper{
    background: #00479512;
    padding: 50px;
    border-radius: 20px;
}

.project_feature_1 .wrapper h3{
    margin-bottom: 15px;
    font-size: 35px;
}

.project_feature_1 .wrapper p{
    font-weight: 300;
}

.project_feature_1 .wrapper img{
    border-radius: 10px;
}

.project_conclusion{
    padding: 60px 0px;
}

.project_conclusion h5{
    font-size: 40px;
    text-align: center;
}


.project_training_process .container{
    padding: 50px 0px;
    border-top: 1px solid #ddd;
}

.project_training_process h2{
    margin-bottom: 15px;
}

.project_training_process p{
    font-size: 15px;
    font-weight: 300;
}

.alert_project{
    background: #fff3cd;
    color: #664d03;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    gap: 10px;
    font-size: 14px;
}

.alert_project i{
    font-size: 25px;
    margin-top: 4px;
}

.project_key_componenet{
    padding: 50px 0px;
}

.project_key_componenet .title{
    font-weight: 900;
    font-size: 44px;
    margin-bottom: 30px;
}

.project_key_componenet .wrapper{
    padding: 40px;
    background: #edf6ff;
    border-radius: 20px;
}

.project_key_componenet .single_feature{
    margin-bottom: 30px;
}

.project_key_componenet .single_feature h5{
    margin-bottom: 10px;
    position: relative;
    font-size: 20px;
}

.project_key_componenet .single_feature h5 span{
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #004795;
    border-radius: 50%;
    line-height: 40px;
    color: white;
    text-align: center;
    margin-right: 5px;
}

.project_key_componenet .single_feature p{
    font-size: 13px;
}

.p-sticky{
    position: sticky;
    top: 20px;
}

.project_key_componenet .wrapper h3 img{
    width: 30px;
}
.project_training_process ul li{
    margin-bottom: 25px;
}
.project_training_process ul li h6{
    margin-bottom: 10px;
    font-size: 18px;
}
.project_training_process ul li h6 span{
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    background: #004795;
    color:white;
    margin-right: 3px;
}

.project_training_process ul li p{
    font-size: 14px;
}

.rounded-2{
    border-radius: 10px;
}
.fw-bolder{
    font-weight: 900;
}

.traing_program_offered .wrapper{
    padding: 50px;
    border-radius: 20px;
    background: #004795;
}

.traing_program_offered .wrapper .card{
    padding: 30px;
    border-radius: 10px;
    height: 100%;
}

.traing_program_offered .wrapper .card h5{
    font-size: 22px;
    margin-bottom: 10px;
}

.groupOfCompanies{
    padding: 70px 0px;
}

.groupOfCompanies h2{
    font-size: 30px;
    margin-bottom: 10px;
    color: black;
}
.groupOfCompanies h2 img{
    width: 30px;
    margin-left: 3px;
    margin-top: -5px;
}

.groupOfCompanies .singleCompany{
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    padding-left: 140px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 6px 16px;
}

.groupOfCompanies .singleCompany .logo{
    position: absolute;
    top: 30px;
    left: 30px;
    width: 90px;
    height: 90px;
    object-fit: contain;
    border-radius: 10px;
    border: 1px solid #d5d5d5;
}

/* .groupOfCompanies .singleCompany::before{
    content: '';
    width: 90px;
    height: 90px;
    background-image: url(/assets/company.png);
    position: absolute;
    top: 30px;
    left: 30px;
    background-size: 85%;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #004795;
} */

.groupOfCompanies .singleCompany:last-child{
    margin-bottom: 0px;
}





@media only screen and (max-width: 600px) {
    .project_feature_1 .wrapper{
        padding: 25px;
    }
    .projects_page{
        background: black !important;
    }
    .groupOfCompanies .singleCompany{
        padding-left: 30px;
        padding-top: 140px;
    }
}

