#life-at-iti-long-short .nr-banner {
    background-image: url(../img/life-at-iti-long-short/Life-At-ITI-Long-Short.png) !important;
}

.logo-txt {
    position: relative;
}

.logo-txt img {
    margin: 0 auto;
    display: block;
/*    opacity: 0.5;*/
}

.logo-txt p {
    position: absolute;
    width: 95%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 25px;
    font-weight: 500;
}

.logo-txt-wrapper {
    padding-top: 60px;
    padding-bottom: 0px;
}

.box-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
/*    padding-bottom: 100px;*/
}

.box-txt h3 {
    font-size: 40px;
    padding-bottom: 20px;
}

.box-txt p {
    font-size: 20px;
}

.apply-now {
    background: #DE4019;
    color: #fff;
    padding: 15px 80px;
    border-radius: 46px;
    font-size: 25px;
    margin-top: 30px;
}

.making-diffrence {
    background-image: url(../img/life-at-iti-long-short/make-difference.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 30% 50%;
    width: 100%;
    background-color: #000;
    height: 540px;
    position: relative;
}

.making-box-1 h3 {
    color: #DE4019;
    font-size: 50px;
    padding-bottom: 20px;
}

.making-box-1 p {
    color: #fff;
    font-size: 20px;
}

.making-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 540px;
}

.bottom-wrapper .col-lg-6 {
    padding-left: 0;
    padding-right: 0;
}

.bottom-box {
    position: relative;
    overflow: hidden;
}

.bottom-box-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 99;
}

.bottom-box-txt p {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}

.bottom-box img {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.bottom-box:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.making-box-2 a:hover {
    color: #fff;
}
.explore-now {
    background: #DE4019;
    color: #fff;
    padding: 15px 80px;
    border-radius: 46px;
    font-size: 25px;
    margin-top: 30px;
}
.explore-now:hover{
    color: #fff;
}
.bottom-box.box-2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    /* opacity: 0; */
    transition: all 1s;
    -webkit-transition: all 1s;
}
#bottom-box a{
    display: block;
}
@media(max-width:767px) {
    #life-at-iti-long-short .nr-banner {
        background-image: url(../img/life-at-iti-long-short/Life-At-ITI-Long-Short-mob.png) !important;
    }

    .making-diffrence {
        height: 650px;
    }

    .making-box-1 h3 {
        font-size: 30px;
    }

    .making-wrapper {
        height: 650px;
    }

    .logo-txt p {
        font-size: 18px;
    }

    .apply-now {
        margin-top: 0;
    }

    .bottom-box-txt p {
        font-size: 24px;
    }

    .philosophy .box-wrapper {
        padding-bottom: 0;
    }
    
    .logo-txt-wrapper{
        padding-bottom: 0;
    }
    .learning-box .box-2{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-top: 50px;
    }
}
