@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    overflow-x: hidden;
}

body{
    background-image: url(../IMAGES/BANNER/BANNER-3.jpg);
    background-attachment: fixed;
}

:root {
    --color: rgb(100, 154, 201);
    --white: white;
    --red: rgb(77, 194, 107);
    --light: rgb(218, 218, 218);
    --gray: rgb(179, 179, 179);
    --black: black;
    --light-blue: rgb(252, 243, 240);
}


.training-about {
    text-align: center;
    margin-bottom: 5%;
}

.training-title {
    margin-bottom: 3%;
}

.training-title h3 {
    color: var(--color);
    font-family: 'Poppins', sans-serif;
    font-size: 700;

}

.training-about-content p {
    font-weight: 600;
    color: var(--black);

}


/* ---------------------------Fundamendal section --------------------------------- */

.fundamendals{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 5%;
    text-align: center;

}

.fundamendal-title{
    margin-bottom: 3%;
}

.fundamendal-title h5{
    color: var(--color);
    transition: 0.5s;
     font-family: 'Poppins', sans-serif;
    font-size: 900;
}

.fundamendal-content{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18rem,1fr));
    gap: 1rem;
}

.fundamendal-content .fundamendal-boxs {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    border: 1px solid var(--light);
    padding: 2%;
    border-radius: 15px;
    transition: 1s;
    cursor: pointer;
}

.fundamendal-content .fundamendal-boxs h3{
    color: var(--black);
    transition: 0.5s; font-family: 'Poppins', sans-serif;
    font-size: 700;
    font-size: 17px;
}

.fundamendal-content .fundamendal-boxs p{
    color: var(--gray);
}

.fundamendal-content .fundamendal-boxs .fundamendal-icons{
    width: 50px;
    height: 50px;
    margin-bottom: 3%;
}

.fundamendal-content .fundamendal-boxs .fundamendal-icons img{
    width: 100%;
}

.fundamendal-content .fundamendal-boxs:hover{
    background-color: var(--color);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.fundamendal-content .fundamendal-boxs:hover h3{
    color: var(--white);
}
.fundamendal-content .fundamendal-boxs:hover p{
    color: var(--light-blue);
}


/* /////////////////////////////  for overseas //////////////////////////////////////////// */
.top-nav-btn{
    width: 180px !important;
}

/* steps */
.tes-box{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 16px;
    width: 100%;
    min-height: 60px;
    /* margin-bottom: 20px; */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
 }
 .step{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    transition:all .4s;
 }
.step-section .num{
    font-size: 70px;
    color: #b4b0b0;
 }
 .tbx-3{
    /* background-image: linear-gradient(to right, #e52d27 0%, #b31217  51%, #e52d27  100%); */
    background-color: var(--color);
 }
 .step{
    color: var( --black);
 }
 .tbx-3 .step{
    color: #fff;
    transition:all .4s;
 }
 .tes-box:hover{
    /* background-image: linear-gradient(to right, #e52d27 0%, #b31217  51%, #e52d27  100%); */
    background-color: var(--color);
    transition:all .4s;
    background-size: 200% auto;
 }
 .tes-box:hover .step{
    color: #fff;
    transition:all .4s;
 }
 .step-img{
    height: 500px;
    width: 100%;
    /* object-fit: contain; */
 }
 /* faq */
 .accordion-item{
    margin-bottom: 10px;
 }

 .step-section .fw-bold {
   color: var(--gray);
 }

/* /////////////////////////////////// for libral page ////////////////////////////////////////////////////////////// */
 /* About the Program */
.solution-box{
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
}

.solution-box .sol-box ul li{
   font-size: 14px;
   text-align: justify;
   font-weight: 600;
}

.solution .pro-top h3 {
    color: var(--white) !important;
}

.solution {
    background-image: none;
    padding: 2%;

}

.after-footer h6{
    color: var(--white);
}


.solution .pro-top h3 span{
    color: var(--red);
}


.solution .pro-top p {
    color: var(--white) !important;
}
.sol-box {
   width: 300px;
   min-height: 400px;
   background-color: var(--white);
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: flex-start;
   margin: 3%;
   border: 2px solid var(--color);
   position: relative;
   /* z-index: 10 !important; */

}

.sol-box h5{
   color: var(--color);
   font-size: 17px;
   font-family: 'Open Sans', sans-serif;

}

.sol-box p{
   color: var(--black);
   font-family: 'Open Sans', sans-serif;
   font-size: 13px;

}

.sol-box img{
   width: 70px;
   background-color: var(--color);
   border-radius: 50%;
}

.sol-img{
   position: absolute;
   bottom: 5%;
   right: 3%;
   opacity: .2;
   /* z-index: -1; */
}
.sol-back{
   position: absolute;
   top: 1%;
   left: 0%;
   width: 150px;
   height: 150px;
   border-top: 5px solid var(--color);
   border-left: 5px solid var(--color);
   z-index: -1 !important;
   /* transform: translate(-10%); */
   transform: translatey(0%);
   transition: all .5s;
}
.sol-box:hover .sol-back{
   left: -5%;
   transform: translateY(-12%);
   transition: all .5s;
}
/* make it resposive */
@media screen and (max-width:920px) {
     /* About the Program */
  .solution-box{
   flex-direction: column;
 }
}

@media screen and (max-width:620px) {
      /* About the Program  */
      .solution-box{
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
     }
}













