@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');


html {
    scroll-behavior: smooth;
}

*{
    direction: rtl;
    font-family: 'Almarai', sans-serif;

}

a{
    text-decoration: none;
    color: #212121CC;
}
p{
    line-height: 190%;
}

.colorGA{
    color: #7aa848 !important;
    text-decoration: underline;
    cursor: pointer;
}


/* /////////////////////////navbar//////////////////// */

.navbar{
    padding-top: 15px;
    background-color: #7AB33E0D;
}

.allNav{
    display: flex;
    justify-content: space-between !important;
    align-items: center !important;
}

.menuNav{
    display: flex;
    gap: 20px;
    padding: 0;
    list-style: none;
    align-items: baseline;
    margin: 0;
    
}

.btnNav{
    display: flex;
    gap: 10px;
}

.logo span{
    display: block;
    margin-bottom: -5px;
    color: #1560AD;
    
}
.logo h4{
    color: #7AB33E;
    font-weight: 400;
}

.btnT{
    padding: 8px 20px;
    background-color: #1560AD;
    color: #fff !important;
    border-radius: 7px;
    border: 1px solid transparent;
}

.btnTB{
    border: 1px solid #1560AD;
    background-color: transparent;
    color: #1560AD !important;
    transition: all .4s ease;
}

.btnTB:hover{
    background-color: #1560AD;
    color: #fff !important;
    border: 1px solid transparent;
}

.dropdown{
    position: relative;
}
.dropdown ul{
    position: absolute ;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    background-color: #ffffff !important;
    width: max-content;
    height: max-content;
    padding: 10px 25px; 
    border-radius: 20px;
    z-index: 4;
    display: none;
    text-align: center;
}
.dropdown:hover ul{
    display: block;
}
.dropdown:hover ul i{
    transform: rotate(180deg);
}
.dropdown ul li{
    margin-bottom: 10px;
    background-color: transparent;

}
.dropdown ul li a{
   background-color: transparent;
}

/* ///////////////////////header////////////////////////// */

.header{
    background-color: #7AB33E0D;
    border-radius: 0 0 100px 0;
    padding: 60px 0;
    position: relative;

}

.allHeader{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.textHeaer{
    width: 100%;
}

.textHeaer h2{
    color: #7AB33E;
    font-weight: 600;
    max-width: 550px;
    line-height: 145%;
}

.textHeaer h4{
    width: 100%;
    max-width: 500px;
    font-size: 21px;
    line-height: 150%;
}

.btnTH{
    display: block;
    width: 100% !important;
    max-width: 180px;
    text-align: center;
}

/* .imgHeader{
  height: 400px;
  width: 400px;
} */
.bgHeader{
    position: absolute;
    z-index: -1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 600px;
}

.imgVB{
    width: 450px;
    height: 380px;
    position: relative;
}
.vimgB{
    /* position: absolute;
    z-index: -1;
    left: 10%;
    top: 50%;
    transform: translateY(-50%); */
    height: 100%;
    width: 100%;
    border-radius: 0 50px 0 50px;
}

.playVI{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    cursor: pointer;
}

.btnMob{
    display: none;
}

.btnMob i{
    font-size: 35px;
    color: #7AB33E;
}

/* ///////menuNavMob////// */

.menuNavMob{
    list-style: none;
    padding: 0;
}
.menuNavMob li{
    margin-bottom: 15px;
}
.btnNavMob{
    display: flex !important;
    margin-top: 15px;
}

.menuNav li a.active{
    color: #1560AD;
}

.offcanvas.offcanvas-start{
    max-width: 300px;
}

@media (min-width: 1650px){
    .bgHeader{
        left: 100px;
    }
}
@media (min-width: 1800px){
    .bgHeader{
        left: 170px ;
    }
}
@media (max-width: 1500px){
    .container, .container-lg, .container-md, .container-sm {
        max-width: 90%;
    }
}
@media (max-width: 1200px){
    .container, .container-lg, .container-md, .container-sm {
        max-width: 95%;
    }
    .menuNav a{
        font-size: 14px;
    }
    .logo h4{
        font-size: 18px;
    }
    .btnT{
        padding: 7px 9px;
    }
    .bgHeader{
        max-width: 550px;
    }
    
}

@media (max-width:991px) {
    .menuNav{
        display: none;
    }
    .btnNav{
        display: none;
    }
    .imgVB{
        width: 320px;
        height: 252px;
    }
    .bgHeader{
        max-width: 420px;
    }
    .logo h4{
        font-size: 30px;
    }
    .btnMob{
        display: block;
    }
    
}

@media (max-width:700px) {

    .allHeader{
        flex-direction: column;
        gap: 50px;
    }
    .bgHeader{
        top: 70%;
        max-width: 380px;
    }
    .imgHeader{
        margin-right: auto;
    }

}

@media (max-width:450px) {
    .imgHeader{
        margin-right: unset;
    }
}



/* //////////////////////////competencyModelSec//////////////////////////// */


.sectionSec{
    margin-top: 50px;
}
.titleSec{
    text-align: center;
    padding-bottom: 40px;
}
.titleSec h4{
    font-weight: bold;
    color: #7AB33E;
}

.titleSec p{
    font-weight: bold;
}

.competencyModelF{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.imgCompetencyMode {
    width: 60%;
}
.imgCompetencyMode img{
    width: 100%;
    object-fit: contain;
    max-width: 430px;
}
.textCompetencyMode{
    width: 40%;
    background-color: #7AB33E4D;
    height: max-content;
    padding: 40px;
    display: flex;
    flex-direction: column;
    min-height: 300px ;
    align-items: start;
    justify-content: center;
    border-radius: 0 50px 0 50px;
    gap: 20px;
}

@media (max-width:991px) {
    .imgCompetencyMode {
        width: 50%;
        max-width: 350px;
    }
}
@media (max-width:850px) {
    .imgCompetencyMode {
        width: 100%;
        max-width: 300px;
    }
    .competencyModelF {
        flex-direction: column;
        gap: 20px;
    }
    .textCompetencyMode{
        width: 100%;
        max-width: 500px;
    }
}

/* //////////////////////individualSolutions/////////////////////// */

.individualSolutions{
    margin-top: 30px;
    padding-top: 40px;
    background-color: #FAFAFA;
    border-radius: 0 100px 0 0;
}

/* /////////////////////////////////typesOfJobs///////////////////// */

.typesOfJobs{
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #FAFAFA;
    border-radius: 0 0 0 100px;
}

.allTypesOfJobsF{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: baseline;
}

.typesOfJobsFText{
    width: 50%;
}

.typesOfJobsFText2{
    width: 100%;
    background-color: #7ab33e6c;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px ;
    overflow: hidden;
    min-height: 300px;
    max-width: 450px;
    margin-right: auto;
}
.typesOfJobsFText2 h5 {
    background-color: #7ab33e93;
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
    padding: 15px;
    font-weight: 500;
}

.typesOfJobsFText2 li{
    margin-bottom: 10px;
}

.AtTheOffice{
    width: 100%;
    max-width: 260px;
    margin-right: auto;
    display: flex;
}

@media (max-width:850px) {

    .allTypesOfJobsF{
        flex-direction: column-reverse;
    }
    .typesOfJobsFText{
        width: 100%;

    }
    .typesOfJobsFText2{
        margin: auto;
    }
}

/* /////////////////////Corporate Solutions//////////////// */

.corporateSolutions{
    padding-top: 40px;
}

.aColorG{
    color: #7AB33E !important;
    text-decoration: underline;
    font-weight: 500;
}

/* /////////////////// typesAssessments //////////////////// */

.typesAssessments{
    background-color: #7AB33E4D;
    padding: 40px 0;
    border-radius: 0 100px 0 100px;
    margin-top: 60px;
}

.typesExercises{
    background-color: #FAFAFA;
}

.allDivF{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin-bottom: 50px;
}
.allDivFRev{
    flex-direction: row-reverse;
}

.DivFText {
    width: 50%;
}
.DivFText h4{
    font-weight: bold;
    margin-bottom: 20px;
}
.DivFImg {
    width: 50%;
}
.DivFImg img{
    width: 100%;
    max-width: 550px;
    height: 400px;
    object-fit: contain;
    border-radius: 0 100px 0 100px;
    display: flex;
    margin-right: auto;
}

.noRd img{
    border-radius: 0 ;
    height: auto;
}

/* ////////////////////////////partnersImg/////////////////// */

.partnersImg{
    margin-top: 40px;
}

.sliderPartners img{
    width: 200px;
    height: 90px;
    object-fit: contain;
}

@media (max-width:1200px) {
    .sliderPartners img{
        width: 180px;
    }
}
@media (max-width:500px) {
    .sliderPartners img{
        width: 150px;
        height: 70px;
    }
}

/* //////////////////subscriptionPackages////////// */


.subscriptionPackages{
    background-color: #7AB33E4D;
    margin-top: 60px;
    padding: 40px 0;
}

.titleSubscribe{
    background-color: #F1EFEF;
    color: #1560AD;
    font-weight: bold;
    text-align: center;
    padding: 18px 0;
}

.cardsSubscripPackages{
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.subscribeP p:nth-child(2){
    font-size: 16px;
    font-weight: 400;
}

.cardSubscripPackages{
    background-color: #fff;
    width: 100%;
    min-width: 30%;
    max-width: 400px;
    border-radius: 0 50px 0 50px;
    text-align: center;
    margin: auto;
    padding-bottom: 10px;

}

.subscribeP{
    text-align: center;
    background-color: #7AB33E;
    color: #fff;
    font-weight: bold;
    padding: 20px 0 6px 0;
    border-radius: 0 50px 0 50px;
    font-size: 18px;
    
}

.cardsEnterpSubscrip{
    display: flex;
    gap: 50px;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 60px;
}

.cardEnterpSubscrip{
    text-align: center;
    background-color: #7AB33E;
    color: #fff;
    font-weight: bold;
    padding: 30px 0 20px 0;
    border-radius: 0 50px 0 50px;
    font-size: 18px;
    width: 100%;
    min-width: 30%;
    max-width: 300px;
    padding-bottom: 10px;
}

.bodySubscribeP{
    margin-top: 20px;
}

.btnG{
    background-color: #7AB33E;
    width: 200px;
    text-align: center;
    display: block;
    margin: 20px auto;
    color: #fff !important;
    font-weight: bold;
    padding: 10px;
}
.btnGW{
    background-color: #fff;
    color: #7AB33E !important;
}

.Glink{
    color: #7AB33E !important;
    font-size: 18px;
    display: block;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}


@media (max-width:991px) {
    .cardsSubscripPackages{
        flex-wrap: wrap;
    }
}
@media (max-width:700px) {

    .cardsEnterpSubscrip{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

/* ///////////////////////AccreditAssessments///////////////// */

.accreditAssessments{
    margin-top: 50px;
}

.divFA{
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.titledivFA{
    width: 50%;
    text-align: center;
    background-color: #D7E8C5;
    padding: 16px;
}
.titledivFA h5{
    margin-bottom: 0;
    font-weight: bold;
}

.sliderAccreditA{
    margin-top: 30px;
}

.sliderAccreditA .swiper{
    padding-bottom: 30px;
}

.sliderAccreditA img{
    width: 100%;
    height: 100px;
    object-fit: contain;
}

@media (max-width:500px) {
    .divFA{
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .titledivFA{
        width: 100%;
      
    }
}

/* /////////////////Footer////////////// */

.footer{
    background-color: #496A26;
    padding: 40px 0 0 0;
    color: #fff;
    margin-top: 50px;
}
.footer a{
    color: #fff;
}
.logoF {
    margin-bottom: 20px;
    display: block;
    width: max-content;
}
.logoF span{
    color: #fff !important;
}
.logoF h3{
    color: #fff !important;
}

.allFooter{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.colfG{
    width: 100%;
    max-width: 300px;
}

.colf{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 15px;
}


.sotialF{
    display: flex;
    gap: 20px;
}
.sotialF a{
    font-size: 30px;
}

.footerDown{
    margin: 10px 0;
    background-color: #1E2D0F;
    padding: 8px 0;
    margin-bottom: 0;
    font-size: 14px;
    margin-top: 30px;
}

.sliderSecP .swiper{
    padding: 10px;
}

.sliderSecP .swiper{
    padding-bottom: 45px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    font-size: 28px;
    color: #7AB33E;
}

.swiper-pagination-bullet-active{
    background-color: #7AB33E;
}

.cardSliderSecP{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    background-color: #E4F0D8;
    padding: 10px 20px 20px 30px;
    border-radius: 10px;
    min-height: 370px;
    box-shadow: rgba(99, 99, 99, 0.24) 0px 3px 8px;
}
.cardSliderSecP img{
    height: 140px;
    width: 200px;
    object-fit: contain;
}
.sliderSecPi2 .cardSliderSecP img{
    height: 90px;
    width: 80px;
}

.bnarSec{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #D7E8C5;
    margin-top: 40px;
    border-radius: 50px 0 50px 0;
}

.bnarSec img{
    width: 200px;
    height: 140px;
    object-fit: contain;
}
.bnarSec p{
    font-weight: bold;
    width: 100%;
    max-width: 670px;
}

@media (max-width:1100px) {
    .cardSliderSecP img{
        height: 120px;
    }
}

@media (max-width:991px) {
    .bnarSec img{
        height: 100px;
    }
    .DivFImg img{
        height: auto;

    }

}
@media (max-width:750px) {
    .allDivF{
        flex-direction: column;
    }
    .DivFText{
        width: 100%;
    }
    .DivFImg{
        width: 100%;
        max-width: 400px;
    }

}
@media (max-width:500px) {
    .bnarSec{
        flex-direction: column;
    }
    .DivFImg img{
        height: auto;
    }
}

/* /////////////////////////About Us//////////////// */

.ideaTawassam{
    margin-top: 80px;
}

.cardidea{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.rightcardidea{
    width: 20%;
    text-align: center;
    background-color: #7AB33E;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0 100px 0 20px;
}
.leftcardidea{
    width: 80%;
    background-color: #F8FBF5;
    color: #504848;
    padding: 25px;
    border-radius: 0 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.leftcardidea p{
    line-height: 200%;

}

.flexCardidea{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 45px;
}

.cardideaDown{
    width: 50%;
}

.cardideaDown .rightcardidea{
    min-width: 180px;
    background-color: #F8FBF5;
    color: #7AB33E;
}

@media (max-width:991px) {
    .cardidea{
        flex-direction: column;
        gap: 10px;
    }
    .rightcardidea{
        width: 100%;
        padding: 10px;
        border-radius: 0 50px 0 10px;
    }
    .flexCardidea{
        flex-direction: column;

    }
    .leftcardidea{
        width: 100%;

    }
    .cardideaDown .rightcardidea{
        width: 100%;
        padding: 13px;
    }
    .cardideaDown{
        width: 100%;
    }
    
}



/* ///////////ourTeamSec/////////// */

.sliderOurTeam .swiper{
    padding-bottom: 40px;
}

.ourTeamSec{
    margin-top: 50px;
    padding-top: 30px;
    background-color: #FAFAFA;
    padding-bottom: 40px;
}

.cardOurTeam{
    max-width: 300px;
    text-align: center;
    margin: auto;
}
.cardOurTeam p{
    margin-bottom: 2px;
}
.cardOurTeam img{
    width: 100%;
    height: 260px;
    object-fit: contain;
    border-radius: 20px;
    margin-bottom: 10px;
}

.partnersSec{
    padding-top: 50px;
    /* margin-top: 40px; */
    background-color: #D7E8C5;
    border-radius: 0 100px;
    padding-bottom: 20px;
}

@media (max-width:991px) {
    .cardOurTeam img{
        max-width: 200px;
    }
}

/* //////////////contactUsSec//////////// */

.contactUsSec{
    margin-top: 70px;
}

.rightContactUs{
    width: 50%;
    max-width: 550px;
}
.leftContactUs{
    width: 50%;
}

.inputContact{
    display: flex;
    gap: 10px;
}

.allContactUs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.inputC{
    padding: 10px;
    border: none;
    background-color: #F8FBF5;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
}

.btnC{
    border: none;
    background-color: #1560AD;
    color: #fff;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}

.leftContactUs {
    max-width: 500px;
}
.leftContactUs img{
    width: 100%;
}

@media (max-width:750px) {
    .allContactUs{
        flex-direction: column;
    }
    .rightContactUs{
        width: 100%;

    }
    .leftContactUs{
        width: 100%;
        max-width: 400px;
    }
    .inputContact{
        flex-direction: column;
        gap: 0;
    }
}

/* ////////////extended DISC page/////////////////// */


.evaluationFeatures{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.cardevaluation{
    background-color: #FAFAFA;
    width: 48%;
    border-radius: 5px;
    padding: 20px;
}
.cardevaluation img{
    width: 100%;
    max-width: 500px;
    display: flex;
    margin: 10px auto;
}

.carddevNB{
    background-color: transparent;
}



.titlecardevaluation{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.titlecardevaluation p{
    margin-bottom: 0;
}
.titlecardevaluation div{
    width: 40px;
    height: 40px;
    background-color: #D4E5C2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7AB33E;
    font-size: 20px;
    padding: 10px;
}

.linkL{
    display: block;
    color: #000 !important;
    text-decoration: underline;
}

.imgSelectingTeam{
    width: 100%;
    max-width: 320px !important;
    height: 240px;
    margin: unset !important;
    margin-bottom: 20px !important;
}

.evaluationNoWr .imgSelectingTeam{
    max-width: 200px !important;
}

.evaluationNoWr{
    flex-wrap: nowrap !important;
}

@media (max-width:991px) {
    .evaluationNoWr{
        flex-wrap: wrap !important;
        justify-content: center;
    }
    .carddevNB{
        width: 100%;
    }
    .evaluationFeatures{
        justify-content: center;
    }
    .titlecardevaluation div{
        width: 30px;
        height: 30px;
     
    }
    .cardevaluation{
        width: 45%;
    }
}
@media (max-width:700px) {

    .sectionBFlex{
        flex-direction: column;
        padding: 5px !important;
        gap: 10px;
    }
    .accordion-item{
        padding: 4px 0;
    }
    .accordion-body{
        padding: 3px;
    }
    .cardevaluation{
        width: 100%;

    }
    .cardevaluation img{
        max-width: 350px;
    }
}

/* /////////////////sectionB//////////////////// */

.sectionB{
    background-color: #D7E8C5;
}
.sectionBFlex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
}

.leftSectionB{
    width: 100%;
    max-width: 350px;
}
.leftSectionB img{
    max-width: 230px;
    display: flex;
    margin-right: auto;
}

/* ////////////////////whatIsDISCSec////////// */

.whatIsDISCSec{
    margin-top: 60px;
}

.allWhatIsDISCSec{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.rightWhatIsDISCSec{
    max-width: 600px;
}

/* ///////////////////////////// */

.accordion-button::after{
    margin-right: auto;
    margin-left: unset;
}
.accordion-item{
    padding: 10px;
}
.accordion-item:nth-child(odd){
    background-color: #D7E8C5 ;
}
.accordion-button{
    background-color: transparent;
    
}
.accordion-button:not(.collapsed){
    background-color: transparent;
    border: none !important;
}
.accordion-button:focus{
    outline: none;
    box-shadow: none;

}
.accordion-button:not(.collapsed){
    color: #7AB33E !important;
    border: none !important;
}
.accordion-button:not(.collapsed):focus{
    outline: none;
    box-shadow: none;
    border: none !important;
}

@media (max-width:650px) {
    .allWhatIsDISCSec{
        flex-direction: column;
    }
}


/* ///////////////salesEfficiency///////////////// */

.salesEfficiency{
    margin: 50px 0;
}

.salesEfficiencyFlex{
    display: flex;
    gap: 20px;
    align-items: center;
}

.rightsalesEfficiency {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 80%;
}
.rightsalesEfficiency span{
    display: block;
    padding: 30px;
    background-color: #D7E8C5;
    width: 45%;
    color: #212121;
    border-radius: 1px;
    min-height: 100px;
}
.leftsalesEfficiency img{
    width: 100%;
    max-width: 450px;
}

@media (max-width:991px) {
    .salesEfficiencyFlex{
        flex-direction: column;
    }
    .leftsalesEfficiency img{
        max-width: 250px;
    }
    .rightsalesEfficiency{
        width: 100%;
        justify-content: center;
    }
}

@media (max-width:550px) {
    .rightsalesEfficiency span{
        width: 100%;
        padding: 20px 15px;
    }
    .leftsalesEfficiency img{
        max-width: 150px;
    }
}

/* ////////////////////cardProgramThemes//////////////// */

.cardProgramThemes{
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.cardProgramThemes h4{
    color: #7AB33E;
    font-weight: 600;
}
.rightCardProgram{
    width: 50%;
    padding: 60px 20px;
    background-color: #D7E8C5;
    border-radius: 30px  0 30px 0;
}
.leftCardProgram{
    width: 60%;
    padding: 40px 20px;
    background-color: #ffffff;
    border-radius: 30px  0 30px 0;
    margin-right: -100px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 20px 0px;
}

.textCardProgram{
    max-width: 450px;
}

.bgGSectionF{
    background-color: #D7E8C5;
    padding: 40px 0;
}

.specialOffer{
    display: flex;
    align-items: center;
    gap: 10px;
}
.specialOffer img{
    width: 100%;
    max-width: 120px;
    gap: 10px;
}
.specialOffer span{
    margin-bottom: -25px;
}

.DivFImg{
    padding: 30px 20px;
    border-radius: 35px 0 35px 0;
}

.inputFlexFP{
    display: flex;
    gap: 10px;
}
.inputFP{
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #F8FBF5;
    margin-bottom: 10px;
    border-radius: 5px;
    outline: none;
}

@media (max-width:1300px) {
    .leftCardProgram{
        margin-right: -50px;
    } 
    .textCardProgram{
        max-width: 400px;
    }
}
@media (max-width:991px) {
    .cardProgramThemes{
        flex-direction: column;
    }
    .textCardProgram{
        max-width: 100%;
    }
    .rightCardProgram{
        width: 100%;
        padding-bottom: 60px;
    } 
    .leftCardProgram{
        margin-right: 0px;
        width: 100%;
        margin-top: -40px;
    } 
}

/* /////////////cardsFeatures//////////////// */

.cardsFeatures{
    flex-wrap: wrap;
}

.cardFeatures{
    width: 31%;
    background-color: #D7E8C5;
    padding: 30px;
    gap: 10px;
    text-align: center;
    min-height: 110px;
}

@media (max-width:1300px) {
    .cardFeatures{
        width: 30%;
    }
}
@media (max-width:870px) {
    .cardFeatures{
        width: 45%;
    }
    .cardsFeatures{
        flex-wrap: wrap;
        gap: 20px;
    }
}
@media (max-width:750px) {
    .cardFeatures{
        width: 100%;
        min-height: auto;
    }
}

/* //////////////allWhatOfferSec/////////////// */

.whatOfferSec{
    background-color: #D7E8C5;
    padding: 40px 0;
    margin-top: 50px;
}

.allWhatOfferSec{
    display: flex;
    align-items: center;
}

.rightOfferSec{
    width: 100% ;
    max-width: 350px;
}
.rightOfferSec img{
    width: 100%;
}

.leftOfferSec{
    width: 100%;
}

.listOfferSec{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.rowListOfferSec{
    width: 48%;
    margin-bottom: 10px;
}

.noBgS{
    background-color: transparent;
}

@media (max-width:991px) {
    .rightOfferSec img{
        width: 100%;
        max-width: 200px;
        display: flex;
        margin-right: auto;
    }
    .allWhatOfferSec{
        flex-direction: column-reverse;
    }
}
@media (max-width:600px) {
    .rowListOfferSec{
        width: 100%;
    }
}

/* /////////////////////Jobs Page ///////////////// */

.cardsRight{
    width: 40%;
}
.cardsleft{
    width: 60%;
    
}

.nav-link{
    color: #212121 !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #E4F0D8;
    color: #212121;
}




/* //////////////////////// */


.closeBtnVideo{
    position: absolute;
    top: -20px;
    right: -20px;
    background: linear-gradient(
      0deg,
      #7AB33E 0%,
      #7aa848 74%
    );
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    z-index: 1;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
  }
  
  .modal.videoHeder {
    --bs-modal-width: 80% ; 
  
  }
  .modal.videoHeder .modal-content{
    border-radius: 10px;
    background-color: transparent;
  }
  
  .back-video{
    height: 80vh;
    border-radius: 10px;
  }
  
  
  @media (max-width: 1000px){
    iframe {
        height: 300px !important;
    }
  }
  @media (max-width: 600px){
    .closeBtnVideo {
        top: -20px;
        right: 0px;
        width: 35px;
        height: 35px;
        font-size: 25px;
    }
  }
/* /////////////////////   */


/*=============== SCROLL UP ===============*/

.scrollup{
    position: fixed;
    right: 2rem;
    bottom: -20%;
    color: #fff;
    font-size: 50px;
    z-index: 99;
    transition: .3s;
    background-color: #7aa848;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .scrollup i{
    font-size: 35px;
  }
  
  .scrollup:hover{
    transform: translateY(-.25rem);
    color: #fff;
  }  
  
  /* Show Scroll Up*/
  .show-scroll{
    bottom: 3rem;
  }
  /* /////////////////////////////////////// */
  

  .dropdownMob ul{
    display: none;
    list-style: none;
    padding: 10px;
    padding-bottom: 0;
  }

  .dropdownMob i{
    transition: all .4s ease;
  }
  .dropdownMob i.active{
    transform: rotate(180deg);
  }

  /* ////////////////////////// */

.iti__arrow{
    margin-right: 10px;
}

.iti{
    width: 100%;
    margin-bottom: 10px;
}

.iti__flag-container{
    left: auto !important;
    right: 0 !important;
}

#phone{
    padding-right: 60px;
    padding-left: 0;
}

#phone2{
    padding-right: 60px;
    padding-left: 0;
}
.iti__country {
    display: flex;
    align-items: center;
}
.iti__selected-flag{
    padding: 0 10px 0 0px !important;
}

/* //////////////////// */

.logoModel{
    display: flex;
    justify-content: center;
}

.logoModel span{
    display: block;
    margin-bottom: -5px;
    color: #1560AD;
    font-size: 20px;
}
.logoModel h4{
    color: #7AB33E;
    font-weight: 400;
    font-size: 28px;
}

.modelPop{
    --bs-modal-width: 100%;
}

.modelPop .modal-content{
    padding: 45px;
    max-width: 600px;
    margin: auto;
}

.titleModelC{
    color: #7aa848;
    /* text-align: center; */
}

@media (max-width:700px) {
    .modelPop .modal-content{
        padding: 10px;
    } 
    .inputFlexFP{
        flex-direction: column;
        gap: 0;
    }
}


/* /////cardsJobs/////////////////////// */


.filterJobs{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

.filterJobs select{
    background-color: #F0F0F0;
    border: none;
    width: max-content;
    border-radius: 10px;
    background-position: left .75rem center;
    padding: 10px .75rem 10px  2.25rem;
}

.filterJobs select:focus{
    box-shadow: none;
    outline: none;
}


.cardsJobs{
    min-height: 500px;
}

.flexCardJob{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    flex-wrap: wrap;
}
.cardJob{
    background-color: #E4F0D8;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.cardJob a{
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cardJob:hover a{
    color: #1560AD;
}
.cardJob p{
    margin-bottom: 5px;
    font-size: 14px;
}
.textHeaer p{
    margin-bottom: 5px;
    font-size: 16px;
}

.timep{
    color: #305E00;

}


.headerDetailsJob{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}


.btnJob{
    background-color: #1560AD;
    color: #fff !important;
    padding: 8px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 8px;
    display: block;
}

.rowjobD{
    display: flex;
    gap: 20px;
    width: 50%;
    justify-content: space-between;
    max-width: 490px;
}

.cardsJobs h5{
    font-weight: bold;
    margin-bottom: 15px;
}

.rowjobD span{
    margin-bottom: 10px;
}
.rowjobD span:first-child{
    width: 30%;
}
.rowjobD span:last-child{
    width: 70%;
}

.jobDescriptionTextI ul li{
    margin-bottom: 10px;
}

/* .allCardsJobs{
    background-color: #E4F0D8;
} */
/* 
.bodyjobDetails{
    display: flex;
    justify-content: space-between;
}

.rightjobDetails{
    width: 70%;
}
.leftjobDetails{
    width: 30%;
}
.leftjobDetails .cardJob{
    background-color: transparent;
} */

@media (max-width:991px) {
    .rowjobD{
        width: 100%;
    }
    .rowjobD span:first-child{
        width: 50%;
    }
    .rowjobD span:last-child{
        width: 70%;
    }
}
@media (max-width:550px) {
    .headerDetailsJob{
        flex-direction: column;
    }
    .btnJob{
        width: 100%;
        max-width: 165px;
    }
}