@eharset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato&family=Montserrat&family=Poppins&family=Roboto&display=swap");



/* MENTORSHIP CSS */
body {
  font-family: "Open Sans", Roboto, Lato, sans-serif;
  margin: 0;
  font-size: 0px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  background: #F2F8F3;
  position: relative;

}

body .sign-up-btn-wt {
  font-weight: 00;
  background-color: #fff;
  border: solid 1px #2A863A;
  border-radius: 3px;
  color: #2A863A;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  padding: 10px 40px;
}
body .sign-up-btn-wt:hover {
  background-color: #103A17;
  color: #fff;
  border: solid 1px #2A863A;
  border-radius: 4px;
}
body .btn-outline-light-wt {
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  border: none;
}
body .btn-outline-light-wt:hover {
  color: #02d727;
  background: none;
}


body .header-bg-dark-wt {
  background: transparent !important;
}
@media only screen and (max-width: 550px) {
  body .header-bg-dark-wt {
    background: #2A863A !important;
  }
}
body .header-bg-dark-wt.scrolled {
  background: #2A863A !important;
}
body .header-bg-dark-wt.scrolled a {
  color: #ffffff !important;
}
body .header-bg-dark-wt.scrolled a:hover {
  color: #103A17 !important;
}
body .logo {
  height: 50px;
}




body .hero-showcase {
  background: #2A863A ;
  background: linear-gradient(rgb(42, 138, 58, 0.97), rgb(42, 138, 58, 97)),
  url("/assets/img/bg.png") no-repeat center center scroll;
  background-size: cover;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 85vh;
  /* min-height: 80vh; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  place-items: center;
  padding: 70px 0;
 
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body .hero-showcase {
    min-height: 65vh;

  }
}

@media (min-width: 992px){
  body .hero-showcase{
    min-height: 50vh;

  }

}

.showcase-content-grid{
  display: flex;
  flex-wrap: wrap;
  min-height: 650px;
  height: calc(100vh - 105px);
  max-height: 975px;
  z-index: 100;
  gap: 16px;

  
}

  body .showcase-mentor-contents{
  display: grid;
  z-index: 100;
  padding: 150px 0 ;
 
  }
  @media only screen and (max-width: 550px){
    body .showcase-mentor-contents{
      padding: 10px 0

    }    
  }
  

  @media (min-width: 768px) and (max-width: 991.98px) {
    body .showcase-mentor-contents{
      /* margin-top: 50px; */
      padding: 10px 0

    }
  }
@media (min-width: 992px){
  body .showcase-mentor-contents {
    /* margin-top: 80px; */
    /* padding: 10px 0 */

  }

}



body .showcase-mentor-contents h5 {
  /* font-family: "Open Sans", Roboto, Lato, sans-serif; */
  color: #fff;
  font-weight: 600;
  font-size: 45px;                                                 px;
  line-height: 1.3;
  animation: textAnimation;
  animation-duration: 3s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
}



@media only screen and (max-width: 550px) {
  body .showcase-mentor-contents h5 {
    text-align: center;
    font-size: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body .showcase-mentor-contents h5 {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (max-width: 575.98px) {
  body .showcase-mentor-contents h5 {
    /* margin-top: 20px */
    font-size: 24px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body .showcase-mentor-contents h5 {
    font-size: 30px;
  }
}
body .showcase-mentor-contents p {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.6;
  animation: textAnimation;
  animation-duration: 3s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media only screen and (max-width: 550px) {
  body .showcase-mentor-contents p {
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body .showcase-mentor-contents p {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  body .showcase-mentor-contents p {
    font-size: 18px;
  }
}

/* .showcase-mentor-contents btn */

body .showcase-mentor-contents button {
  color: #fff;
  background: transparent;
  border: solid 1px #fff !important;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  outline: none;
  transition: 0.5s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  height: 50px;
  font-weight: 600;
  padding: 0 50px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body .showcase-mentor-contents button {
    padding: 15px 50px;
  }
}
body .showcase-mentor-contents button:hover {
  color: #fff;
  background: #103A17;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  transform: translateX(-3px);
}

@media only screen and (max-width: 550px) {
  body .showcase-mentor-contents .move-button {
  display: grid;
  margin: 0 auto;
  place-content: center;

  }
}

body .showcase-mentor-contents .fill-btn {
  background: #ffffff;
  color: #2A863A;

}
 

/* mentor-firm */

body .mentor-company-logo-wrapper{
  /* background: #F1F5F8; */
  background: #FFFFFF;
  padding: 50px;
  display: grid;
  margin: 0 auto;
  text-align: center;
  place-items: center;
  justify-content: center;

}

body .mentor-company-logo-container{
  max-width: 800px;
  margin: 0 auto;
}


body .mentor-company-logo-wrapper h5{
font-weight: 600;
font-size: 24px;
color: rgba(0,0,0,0.87);
letter-spacing: 0.15px;
text-align: center;

}



/* programme section */

body .mentor-section-intro {
  text-align: left;
  /* max-width: 600; */
  max-width: 50rem;
}
body .mentor-section-intro h3 {
  color: #103A17;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.5;
  animation: textAnimation;
  animation-duration: 3s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
}
@media only screen and (max-width: 550px) {
  body .mentor-section-intro h3 {
    text-align: left;
    font-size: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body .mentor-section-intro h3 {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 575.98px) {
  body .mentor-section-intro h3 {
    /* margin-top: 20px */
    font-size: 22px;
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body .mentor-section-intro h3 {
    font-size: 30px;
  }
}
body .mentor-section-intro p {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2A863A;
}

@media (max-width: 575.98px) {
  body .how_section .section_intro p {
    font-size: 1rem;   
  }
}


body .mentor-section-intro h6 {
  font-size: 1.2rem;
  color: #393939;
  line-height: 27px;

}





.parallax-bg{
  background:  url("/assets/img/sliders/campus-ambassadors.jpg") center no-repeat ;
  background-attachment: fixed;
  height: 500px;
  
}

.parallax-bg-overlay{
  width: 100%;
  height: 600px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  padding: 150px
}
.parallex-content-center{
  display: grid;
  margin: 0 auto;

}

.parallax-header{
  font-size:30px;
  color: #4A4A4A;
}


body .mentor-prog-section-dk {
  background: #F0F5F8 !important;
}

body .mentor-prog-section {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  padding: 100px;
}

@media only screen and (max-width: 550px) {
  body .mentor-prog-section{
    /* min-height: 150vh; */
    padding: 50px 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body .mentor-prog-section {
    /* min-height: 230vh; */
    padding: 50px 10px;
  }
}
@media (max-width: 991.98px){
   body .mentor-prog-section {
    /* min-height: 230vh; */
    padding: 50px 10px;
  }
}

.mentor-card-wrapper{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(19.5rem, 1fr));
  gap: 1.5rem;
  justify-items: center;
}




.mentor-card-container{
  background: #ffffff;
  border: none;
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem 0.5rem 0 0;
  position: relative;
  color: rgb(48, 52, 64);
  min-width: 100%;
  backface-visibility: hidden;
  transition-property: box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  /* border-bottom: solid 2px #C2C8D6; */
  /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10); */
}


/* .mentor-card-container:hover{
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10);
  transform: translateX(-3px);
  transition: 0.5s;
  border-bottom: solid 2px #2A863A;
  border-radius: 10px;
  color: #2A863A;
} */



.mentor-card-header{
  display: flex;
  overflow: hidden;
  border-radius: 0.5rem 0.5rem 0px 0px;
  width: 100%;
  height: 0px;
  padding-top: calc(70%);
  background-position: cover center;
  background-repeat: no-repeat;
  background-size: 100%;
  text-decoration: none;
  border-bottom: 0px;
  transition: background-size 0.2s ease-in-out 0s;
}


.mentor-content-container {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex: 1 1 0%;
  /* min-height: 8rem; */
  /* padding: 0.75rem 1rem; */
  /* gap: 10px; */
}


.mentor-content-title{
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  border: none;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: #103A17;
  margin-bottom: 0.5rem;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mentor-content-container a{
  font-size: 22px;
  color: #103A17;
  font-weight:500;

}

.mentor-content-container p{
   color: #4A4A4A;
   
}


.programm-section-cards{
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  padding: 30px 20px;
  height: 100%;
  display: block;
}

.mentor-programm-card{
  
  max-width: 75%;
  background-color: transparent !important;
  border: 1px solid #BDCECC !important;
  color: #4A4A4A;

}

.mentor-programm-card p{
  font-size: 16px;
  line-height: 1.6;

}

.mentor-programm-card:hover{

  background-color: #2A863A !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10);
  transform: translateX(-3px);

}



.div-header{
  display: flex;
  gap: 10px;
}


.div-header h3{
  margin-bottom: 0 !important;

}

body .testimony-section {
  background: #2A863A ;
  background: url("/assets/img/testimonial-background.png") no-repeat;
  background-position: cover center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding: 70px 0;
 
}


.testimony-card{
  display: flex;
  min-height: 8rem;
  padding: 0.75rem 1rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  border: 1px solid #E3EDEC;
  border-radius: 4px;
}

.testimonial-content-container h6{
  font-size: 1em;
  font-weight: 600;
  color: #0E0E13;

}

.testimonial-content-container p{
    font-size: 14px;
    color: #4A4A4A;
    line-height: 22.4px;

}


.user-prof{
  display: flex;
  /* flex-wrap: wrap; */
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 10px;
}

.user-prof h6{
  font-size: 14px;
  color: #4A4A4A;
  letter-spacing: normal;
  margin-bottom: 0;
}

 .user-prof p{
    color: #4A4A4A;
    letter-spacing: normal;
    margin-bottom: 0;
    line-height: 1.64286;
    max-height: 138px;
    overflow: hidden;
    font-size: .875rem;
}

.image-container img{
  width: 50px;
  height: 50px;
  border-radius: 50%;

}

body .faq-section-intro {
  text-align: center;
  max-width: 600;
}

body .faq-section-intro h3 {
  color: #103A17;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.5;
  animation: textAnimation;
  animation-duration: 3s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
}


body .faq-section-intro p {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2A863A;
  text-align: center;
}


.faq-intro-wrapper{
    /* text-align: center; */
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
  
}

.accordion-button::after {
  background-image: url("/assets/img/arrow.svg") !important;

}



/* logos */

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;

}

body .mentor-logo-container{
  display: grid;
  grid-template-columns: repeat(7,minmax(0,1fr));
  row-gap: 1.5rem;
  place-items: center;
}

@media only screen and (max-width: 550px) {
body  .mentor-logo-container{
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
body  .mentor-logo-container{
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
}


.gap-x-3 {
    -webkit-column-gap: .75rem;
    column-gap: .75rem;
}
.pb-8 {
  padding-bottom: 2rem;
  justify-content: center;
  align-items: center;
}

.partners-logo-wrapper img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  max-width: 50%;
  height: 30%;
  display: block;
  vertical-align: middle;
  
}


.side--line{
  display: flex;
  flex-direction: row;
  width: 300px
}
.side--line:before{
  content: "";
  flex: 1 1;
  border-bottom: 1px solid;
  margin: auto;
  margin-right: 10px;

}

.list-style{
  line-height: 40px;
  font-size: 16px;
}
.list-style ul {
  list-style: none;
}

.list-style ul li::before {
  content: "\2022";
  color: #2A863A;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}