 .h4, h4 {
    font-size: 17px!important;
    margin-bottom: 5px!important;
    color: #616269;
} 
.testimonials-slider .item{
  display:flex;
  height:100%;
}

.testimonial-box{
  background:#fff;
  padding:25px;
  border-radius:10px;
  box-shadow:0 5px 15px rgba(0,0,0,0.1);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  width:100%;
}

/* Equal height fix */
.owl-stage{
  display:flex;
}

.owl-item{
  display:flex;
}

/* NAV BUTTONS */
.testimonials-slider .owl-nav{
  position:absolute;
  top:-60px;
  right:0;
}

.testimonials-slider .owl-nav button{
  background:#0d3c91 !important;
  color:#fff !important;
  padding:6px 12px !important;
  margin-left:5px;
  border-radius:4px;
}

.testimonials-slider .owl-nav button:hover{
  background:#000 !important;
}



 
 /* ===============================
   GLOBAL HEADING STYLE
================================= */
h1, h2, h3, h4{
  margin-bottom:20px !important;
  font-weight:600;
  line-height:1.3;
}



/* ===============================
   SLIDER / CAROUSEL
================================= */
.carousel-caption h2{
  font-size:42px;
  margin-bottom:30px;
}

/* ===============================
   WELCOME SECTION
================================= */
.welcome_cnt h1{
  font-size:36px;
}

.welcome_cnt h4{
  font-size:22px;
}

/* ===============================
   SERVICES / RESPONSIBILITY
================================= */
.services_wrap h2{
  font-size:32px;
}

.services_wrap p{
  margin-bottom:20px;
}

/* ===============================
   ADVANTAGE / CARDS
================================= */
.corporatetraining{
  font-size:32px;
}

.cards-title{
  font-size:20px;
}

/* ===============================
   TRENDING COURSES
================================= */
.what_indu h2{
  font-size:32px;
}

.what_indu p{
  margin-bottom:20px;
}

/* ===============================
   COMPANY SECTION
================================= */
section h2{
  font-size:32px;
}

/* ===============================
   TESTIMONIALS
================================= */
.testimonials h2{
  font-size:32px;
}

/* ===============================
   FOOTER
================================= */
.footer h4{
  font-size:20px;
}

/* ===============================
   POPUP / MODAL
================================= */
.popup-box h3{
  font-size:22px;
}

.modal-ribbon{
  background:#0d3c91;
  color:#fff;
  text-align:center;
  padding:12px 10px;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
}

.modal-ribbon h4{
  margin:0 !important;
  font-size:20px;
  color:#fff;
}

/* ===============================
   MOBILE RESPONSIVE
================================= */
@media(max-width:768px){

  h1{font-size:26px;}
  h2{font-size:24px;}
  h3{font-size:22px;}
  h4{font-size:20px;}

  .carousel-caption h2{
    font-size:22px;
  }

}



.stats-section{
  background:linear-gradient(135deg,#0b3d91,#1e5ed7);
  padding:60px 0;
}

.stats-box{
  background:rgba(255,255,255,0.1);
  padding:25px 15px;
  border-radius:12px;
  margin:10px;
  transition:0.3s;
  backdrop-filter:blur(6px);
}

.stats-box:hover{
  transform:translateY(-8px);
  box-shadow:0 10px 25px rgba(0,0,0,0.25);
}

/* ICON */
.stats-icon{
  font-size:36px;
  margin-bottom:15px;
  color:#fff;
}

/* NUMBER */
.stats-number{
  font-size:40px;
  font-weight:700;
  color:#fff;
  margin-bottom:8px;
}

/* TEXT */
.stats-text{
  font-size:15px;
  color:#f1f1f1;
}

/* Mobile */
@media(max-width:768px){
  .stats-number{
    font-size:28px;
  }
  .stats-icon{
    font-size:28px;
  }
}



/* SECTION SPACING */
.section-space{
  padding:60px 0;
}

/* TITLE */
.main-title{
  text-align:center;
  font-weight:700;
  margin-bottom:15px!important;
}

.sub-title{
  text-align:center;
  color:#555;
  margin-bottom:15px!important;
}

/* CONTENT */
.text-content{
  line-height:1.8;
  color:#555;
  text-align:justify;
 
  margin:0 auto 30px;
}

/* CARD BOX */
.card-box{
  background:#fff;
  padding:20px;
  border-radius:10px;
  box-shadow:0 4px 15px rgba(0,0,0,0.08);
  transition:0.3s;
}

.card-box h4 {
    margin-bottom:25px!important;
    text-align:center;
}

.card-box:hover{
  transform:translateY(-5px);
}

/* LIST STYLE */
.feature-list{
  list-style:none;
  padding-left:0;
}

.feature-list li{
  padding:12px 15px;
  margin-bottom:10px;
  background:#f9f9f9;
  border-left:4px solid #e41f05;
  border-radius:6px;
  box-shadow:0 2px 8px rgba(0,0,0,0.05);
}

/* PLACEMENT SECTION */
.placement-box{
  background:linear-gradient(135deg,#0b3d91,#1a5fd0);
  color:#fff;
  padding:30px;
  border-radius:10px;
  text-align:center;
  margin-top:30px;
  box-shadow:0 6px 20px rgba(0,0,0,0.15);
}

.placement-box h4{
  font-weight:700;
  margin-bottom:10px;
  color:#fff;
}

.placement-box p{
  margin:0;
    color:#fff!important 
}

/* SECOND SECTION */
.services_wrap{
  background:#f8f9fa;
}

.section-heading{
  text-align:center;
  margin-bottom:20px;
}

.section-heading span{
  color:#e41f05;
}

.rams li{
  background:#fff;
  margin-bottom:12px;
  padding:15px;
  border-radius:8px;
  box-shadow:0 3px 10px rgba(0,0,0,0.08);
  list-style:none;
}

.note-box{
  background:#fff3cd;
  padding:15px;
  border-left:5px solid #ffc107;
  border-radius:6px;
  margin-top:20px;
}
.corporatetraining {
 margin-bottom:30px!important;   
}
