/* -------------------------------------------------------


------------------------------------------------------- */

/* ===================================
    CSS color variable
====================================== */
:root {
   --primary: #00834E;
    --secondary: #AF5725;
}

/* ===================================
    FYUGP
====================================== */
body{
  font-family: "Urbanist", sans-serif;
}
.btn{
  text-transform: capitalize;
}
.text-primary{
  color: var(--primary) !important;
}
.btn-secondary{
  background-color: var(--secondary) !important;
  border: none !important;
}


h2{
  font-family: "Figtree", sans-serif;
  font-size: 34px !important;
  line-height: 40px !important;
  font-weight: 700 !important;
  letter-spacing: 0px !important;
  margin-bottom: 20px !important;
}


.bg-primary{
  background: var(--primary) !important;
}

section {
    padding-top: 70px;
    padding-bottom: 70px;
}
p{
  font-family: "Urbanist", sans-serif;
  font-size: 18px;
}
/************************ Banner ************************/

    .fyugp-banner{
  /* background-color: var(--primary); */
  background: url(../img/banner2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bnr-title{
  font-family: "Figtree", sans-serif;
  font-size: 40px;
}
.bnr-btn2{
  box-shadow: none;
  border: 1px solid white;
  color: white;
}
.bnr-btn2:hover{
  box-shadow: none;
  border: 1px solid white;

}
.fyugp-banner .btn-secondary:hover, .fyugp-banner .bnr-btn2:hover{
  color: white !important;
}

.fyugp-banner .feature-box{
  position: initial;
}

.fyugp-banner .feature-box i{
  font-size: 34px;
}
.fyugp-banner .bnr-icons{
  text-align: left;
}
.fyugp-banner .bnr-icons ul{
  padding: 0;
}
.fyugp-banner .bnr-icons li{
  list-style: none;
  margin-bottom: 10px;
  font-size: 18px;
}
.fyugp-banner .bnr-icons li i{
  color: white;
}
.fyugp-banner img{
  position: relative;
    right: 20px;
}
/************************ Credit Sec ************************/

.sec2{
  /* background: var(--secondary) !important; */
  background: #8E461E !important;
}
.sec2 .feature-box-icon i{
      font-size: 50px;
    color: white;
    margin-bottom: 15px;
}

.credit-sec h3{
  font-size: 22px !important;
}
.credit-sec .btn{
  font-size: 16px !important;
}
.credit-sec .btn-medium:hover{
  color: white !important;
}
.credit-sec .pricing-table{
  border: 1px solid #ccc;
}
/************************ Why IPSR ************************/

.why-ipsr .feature-box-icon i, .benefits .feature-box-icon i{
  color: var(--primary) !important;
}
/************************ Course - Tab ************************/

.course-tab .nav-link{
  color: white !important;
}
.course-tab .nav-link:hover{
  color: black !important;
}
.course-tab li.nav-item{
  margin-bottom: 10px;
}
.course-tab li.nav-item .nav-link{
  border: 1px solid white;
}
.course-tab li.nav-item .active{
  color: black !important;
}
.crs-apply:hover{
  color: var(--secondary) !important;
}

.course-tab-new a.nav-link{
  color: white;
  border: 1px solid white !important;
      padding: 20px 15px !important;
}
.course-tab-new a.nav-link span{
  color: white !important;
}
.course-tab-new a.active span{
  color: #232323 !important;
}
.course-tab-new a.nav-link:hover span{
  color: #232323 !important;
}
.course-tab-new img{
  height: 200px;
  width: auto;
  object-fit: cover;
  object-position: center;
}
.course-tab-new .tab-content{
  height: 420px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 20px;
}
.course-tab-new .grid-item{
  padding-right: 20px;
}

/************************ Learning ************************/
.learning{
    background-image: url(../img/banner2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.learning-content{
    padding: 30px;
    border-radius: 5px;
    min-height: 240px;
}
.learning-icon{
    border-radius: 50%;
    background-color: white;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.10));
    margin: 0 auto;
    margin-bottom: 15px;
}
.learning-icon i{
  font-size: 35px;
}

.learning h3{
  font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: normal;
}
.learning h5{
  font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: normal;
}

/************************ Steps ************************/

.steps .process-step-icon-wrap{
  margin-bottom: 10px;
}
.steps .process-content span{
  line-height: 23px;
}


.steps h4.number{
      background: var(--primary);
    color: white;
    padding: 10px;
    border-radius: 50%;
    font-size: 18px;
    width: 70px;
    height: 70px;
}
.steps .process-step-style-04 span{
  font-weight: 600 !important;
  line-height: 26px !important;
}

/************************ Outcomes ************************/
.outcomes{
  background: var(--secondary);
}
.outcomes .learning-content {
    min-height: 210px;
}
.outcomes h3{
  font-size: 19px !important;
}
/************************ Mentors ************************/


.mentors .item{
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.52);
    border-radius: 20px;
    height: 300px;
    text-align: center;
}
.mentors img{
    height: 130px;
    width: 130px !important;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
    margin: 0 auto 10px;
}

.mentors h3{
  font-size: 21px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: normal;
}
.mentors h5{
  font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: normal;
}

.mentors a.team-linkedin i{
  color: #0A66C2;

}
.mentors a.team-linkedin:hover i{
  opacity: 0.8;
}

/************************ CTA ************************/
.main-cta h5{
  font-size: 26px;
}
/************************ Footer ************************/

footer{
  padding: 0 !important;
}

/************************ Responsive ************************/

@media (max-width: 1400px) {
    .steps .process-content span{
      font-size: 12px !important;
      line-height: 19px;
    }
}
@media (max-width: 992px) {
  .fyugp-banner img{
  max-height: 400px !important;
  width: auto !important;
  margin: 0 auto !important;
  display: block;
}
    /* .steps .process-content span{
      text-align: center;
    } */
    .steps .process-step-style-07{
      display: flex !important;
      /* justify-content: center; */
    }
    .steps .process-step-item{
      display: flex;
      gap: 20px;
    }
    .steps .process-content span{
      font-size: 16px !important;
      line-height: 23px;
    }
    .course-tab-new img {
      max-width: 200px !important;
    }
}

@media (min-width: 768px) {
  .course-dtls{
    height: 200px;
  }
  
.course-tab-new .tab-content::-webkit-scrollbar {
  width: 6px;
}

.course-tab-new .tab-content::-webkit-scrollbar-track {
  background: #767877;
  border-radius: 10px;
}

.course-tab-new .tab-content::-webkit-scrollbar-thumb {
  /* background: #00834E; */
  background: white;
  border-radius: 10px;
}

/* .course-tab-new .tab-content::-webkit-scrollbar-thumb:hover {
  background: #006b3f;
} */
}

@media (max-width: 768px) {
  .course-tab-new .tab-content{
  height: auto;
  overflow-y: auto;
  overflow-x: auto;
  padding-right: 0px;
}
.course-tab-new img{
      max-width: 100% !important;
    height: auto;
    max-height: 165px !important;
        width: 100% !important;
}
.course-tab-new a.nav-link {
    padding: 5px 10px !important;
    font-size: 15px;
}
}

/*Styles added by Dileep*/
.collapse {
  display: block;
}