/*mission promise section*/
.mission-promise-section{
    padding: 80px 0 50px;
}
.mission-promise-section .mission-promise-outer-wrapper{
    display: flex;
    margin: 0 -15px;
}
.mission-promise-section .mission-promise-outer-wrapper .mission-promise-inner-wrapper{
    max-width: 33.33%;
    flex: 0 0 33.33%;
    padding: 0 15px;
}
.mission-promise-section h4, .mission-promise-section .mission-promise-heading{
    font-size: 20px;
    color: #333333;    
    font-family: 'Raleway', sans-serif;
    font-weight: 700; 
    text-transform: uppercase;        
    border-bottom: 2px solid #e86404;
    padding-bottom: 10px;
    margin-top: 0px !important;
}
.mission-promise-section h4 span, .mission-promise-section p span{
    color: #e86404;
}
.mission-promise-section p{
    margin-top: 30px;
}
/*mission promise section end*/

/*believe in section*/
.believe-in-section{
    padding: 50px 0;
    background-color: #e86404;
}
.believe-in-section .believe-in-content-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.believe-in-section .believe-in-content-wrapper h2{
    font-weight: 300;
    font-family: 'Lato',sans-serif;
    color: #fff;
    text-align: center;
}
.believe-in-section .believe-in-content-wrapper h2 a{    
    color: #fff;
    display: inline-block;    
}
.believe-in-section .believe-in-content-wrapper h2 a strong{
    border-bottom: 2px solid #EEE;     
}

.believe-in-section .believe-in-content-wrapper h2 a .fas.fa-caret-right{
    position: relative;
    top: 3px;
    right: 0;
    transition: all 0.3s;
}
.no-touchevents .believe-in-section .believe-in-content-wrapper h2 a:hover .fas.fa-caret-right{
    right: -5px;
}
/*believe in section end*/

/*about alocc history section*/
.about-alocc-history-section{
    padding: 80px 0 40px;
}
.about-alocc-history-section .image-content-wrapper{
    display: flex;
    margin: 0 -25px;
}
.about-alocc-history-section .image-content-wrapper .image-wrapper{
    max-width: 40%;
    flex: 0 0 40%;    
    padding: 0 25px;
}

.about-alocc-history-section .image-content-wrapper .content-wrapper{
    max-width: 60%;
    flex: 0 0 60%;
    padding: 0 25px;
}
.about-alocc-history-section .image-content-wrapper .content-wrapper .header-wrapper h2{
    margin-bottom: 10px;
}
.about-alocc-history-section .image-content-wrapper .content-wrapper .header-wrapper span{
    font-size: 22px;
    color: #777777;        
    font-weight: 400;     
    padding-bottom: 25px;
    position: relative;   
    display: block;
    margin-bottom: 25px;
}
.about-alocc-history-section .image-content-wrapper .content-wrapper .header-wrapper span:before{
    position: absolute; 
    content:'';
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background-color: #555;
}
.about-alocc-history-section .image-content-wrapper .content-wrapper .inner-content-wrapper p{
    margin-bottom: 25px;
}
/*about alocc history section end*/

/*academy learning section*/
.about-alocc-history-section.academy-learning-section{
    padding: 40px 0 80px;
}
/*academy learning section end*/

.success-story-section .slick-slide img{
     min-height: 72px;
}

/*Media CSS*/
@media (max-width: 1199px) {
    .mission-promise-section{
        padding: 50px 0 30px;
    }
    .about-alocc-history-section {
        padding: 50px 0 25px;
    }
    .about-alocc-history-section.academy-learning-section {
        padding: 25px 0 50px;
    }
    .about-alocc-history-section .image-content-wrapper{
        margin: 0 -15px;
    }
    .about-alocc-history-section .image-content-wrapper .image-wrapper,
    .about-alocc-history-section .image-content-wrapper .content-wrapper{         
        padding: 0 15px;
    }
}
@media (max-width: 1024px){
    .mission-promise-section .mission-promise-outer-wrapper{
        margin:0 -10px;
    }
    .mission-promise-section .mission-promise-outer-wrapper .mission-promise-inner-wrapper{
        padding: 0 10px;
    }   
    .mission-promise-section p{
        margin-top: 15px;
    }
    .mission-promise-section .mission-promise-outer-wrapper .mission-promise-inner-wrapper{
        max-width: 50%;
        flex: 0 0 50%;
    }
}
@media (max-width: 991px){
    .believe-in-section .believe-in-content-wrapper h2 a{
        display: block;
        margin-top: 10px;
    }
}
@media (max-width: 767px){
    .mission-promise-section .mission-promise-outer-wrapper{
        flex-wrap: wrap;
        margin:0;
    }
    .mission-promise-section .mission-promise-outer-wrapper .mission-promise-inner-wrapper{
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .mission-promise-section p {
        margin-top: 10px;
    }
    .about-alocc-history-section .image-content-wrapper{
        margin: 0;
        flex-wrap: wrap;
    }
    .about-alocc-history-section .image-content-wrapper .image-wrapper{
        margin-bottom: 30px;
    }
    .about-alocc-history-section .image-content-wrapper .image-wrapper,
    .about-alocc-history-section .image-content-wrapper .content-wrapper{         
        padding: 0;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .about-alocc-history-section .image-content-wrapper .content-wrapper .inner-content-wrapper p {
        margin-bottom: 20px;
    }
    .about-alocc-history-section .image-content-wrapper .content-wrapper .header-wrapper span{
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}



/* 11-03-26 css start  */
.mission-promise-section {
    padding: 0;
}
.mission-promise-section .container  {
    padding: 0;
    max-width: 100%;
}
.mission-promise-section .mission-promise-outer-wrapper{
    margin: 0;
}
.mission-promise-section .mission-promise-outer-wrapper .mission-promise-inner-wrapper{
     
     padding: 68px 70px;
     height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.mission-promise-section .mission-promise-inner-wrapper .mission-promise-heading{
        color: #fff;
            font-size: 32px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-bottom: 27px;
    border-bottom: none;
    padding: 0;
}
.mission-promise-section .mission-promise-inner-wrapper .mission-promise-heading span{
    color: #fff;
}
.mission-promise-section .mission-promise-inner-wrapper p{
    line-height: 1.63;
        color: #fff;
}
@media(max-width:1440px){
    .mission-promise-section .mission-promise-outer-wrapper .mission-promise-inner-wrapper{
        padding: 40px;
    }
}
@media(max-width:1199px){
    .mission-promise-section .mission-promise-outer-wrapper .mission-promise-inner-wrapper{
        padding: 38px 25px;
    }
    .mission-promise-section .mission-promise-inner-wrapper .mission-promise-heading{
        font-size: 26px;
            margin-bottom: 15px;
    }
}
@media(max-width:767px){
    .mission-promise-section .mission-promise-outer-wrapper{
        flex-wrap: wrap;
    }
    .mission-promise-section .mission-promise-outer-wrapper .mission-promise-inner-wrapper{
      padding: 60px 25px;
       text-align: center;
              flex:0 0 100%;
        max-width: 100%;
        margin-bottom: 0;
    }
}
@media(max-width:575px){
 .mission-promise-section .mission-promise-outer-wrapper .mission-promise-inner-wrapper{
        padding: 25px;
    }
}
/* 11-03-26 css end */