



 
.industrial-training-content {
    padding: 0 12%;
}
.main-banner-section h1{
    font-size: 50px;
}
.main-banner-section h1 span{
   color: rgba(0, 213, 99, 1);
}
.industrial-training-image img{
    width: 90%;
}




/* 
.Job-guarnated-main{
    background-image: url('<?php echo get_template_directory_uri(); ?>/assets/images/industrial-training/job-bg.png');
    padding: 5% 10%;
} */
.Job-guarnated .Job-guarnated-main{
    position: relative;
    min-height: 400px;
}
.Job-guarnated p{
    padding: 0 10%;
}
.Job-guarnated-buttons button {
    background-color: rgba(247, 247, 247, 0.288);
    border: none;
    box-shadow: none;
    font-size: 13px;
    padding: 10px 30px;
}
.Job-guarnated img.scribble{
    width: 22%;
    position: absolute;
}
.Job-guarnated img.scribble-1{
   left: 0;
   top: -5%;
}
.Job-guarnated img.scribble-2{
    right: 0;
    bottom: -5%;
 }





 .courses-content h3 span{
  background: -webkit-linear-gradient(#FF512F, #F09819);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.single-course-heading{
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
    padding: 15px 15px 15px 25px;
    border-left: 3px solid #00D56380;
    border-radius: 2px;
}
.courses-content{
    max-width: 600px;
}
.single-course-heading h4{
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}






.why-henceforth h2 {
    font-size: 35px;
}
.why-henceforth h2 span{
    background: -webkit-linear-gradient(#00FFD6, #02C1C8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .why-henceforth-box{
    min-height: 280px;
    background: #ffffff;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 25px;
    color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    position: relative;
    transition: ease .7s;
}
.why-henceforth-box h4{
    font-size: 20px;
}
.why-henceforth-icon{
    width: 55px;
    height: 55px;
    background-color: #00FFD6;
    border-radius: 50%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
}
.why-henceforth-icon img {
    width: 55px;
    padding: 7px;
}
p.why-henceforth-box-description{
    font-size: 14px;
}
hr.divider{
    width: 60px;
    height: 4px;
    background-color: #00FFD6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    opacity: .7;
}
.why-henceforth-icon.international-clients-icon{
    background: -webkit-linear-gradient(#04EA6F, #00D563);
} 
.why-henceforth-icon.job-icon{
    background: -webkit-linear-gradient(#FFED4E, #F09819);
} 
.why-henceforth-icon.in-house-icon{
    background: -webkit-linear-gradient(#F09819, #FF512F);
} 
.why-henceforth-icon.live-projects-icon{
    background: -webkit-linear-gradient( #00FFD6, #02C1C8);
} 
.why-henceforth-icon.pvt-icon{
    background: -webkit-linear-gradient(#FFB199, #FF0844);
} 
.why-henceforth-icon.training-icon{
    background: -webkit-linear-gradient(#00C6FF, #0072FF);
} 
hr.divider.international-clients-divider{
    background: -webkit-linear-gradient(#04EA6F, #00D563);
}
hr.divider.job-divider{
    background: -webkit-linear-gradient(#FFED4E, #F09819)
}
hr.divider.in-house-divider{
    background: -webkit-linear-gradient(#F09819, #FF512F);
}
hr.divider.live-projects-divider{
    background: -webkit-linear-gradient( #00FFD6, #02C1C8);
}
hr.divider.pvt-divider{
    background: -webkit-linear-gradient(#FFB199, #FF0844);
}
hr.divider.training-divider{
    background: -webkit-linear-gradient(#00C6FF, #0072FF);
}