.icon-content2 p{
    color: #000 !important;
    font-size: 16px !important;
}
b{
    color: #000;
}
.font-30{
    font-size: 20px;
}
.m-b5{
    margin-bottom: 5px;
}
.banner_in{
    background-image: url('../images/1/director_desk.jpg');
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    background-size: cover;
}

.banner_director_wellness{
    background-image: url('../images/1/director_desk_welness.jpg');
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    background-size: cover;
}

.banner_principle_wellness{
    background-image: url('../images/banner_principle_academic.jpg');
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center bottom;
}

.banner_principle_administration{
    background-image: url('../images/banner_principle_administration.jpg');
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center bottom;
}

.banner_principle_academic{
    background-image: url('../images/banner_principle_academic.jpg');
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center bottom;
}

.banner_in_hostel{
    background-image: url('../images/1/director_desk_hostel.jpg');
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    background-size: cover;
}

.banner_in_school{
    background-image: url('../images/1/director_desk_school.jpg');
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    background-size: cover;
}

.banner_activiety{
    background-image: url('../images/banner_activities.jpg');
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    background-size: cover;
}

.pre_primary_time{
    background-image: url('../images/pre_primary_banner_timing.jpg');
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    background-size: cover;
}

.all_gallary{
    background-image: url('../images/banner_gallary.jpg');
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    background-size: cover;
}

.pre_primary_admission1{
    background-image: url('../images/pre_primary_banner.jpg');
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    background-size: cover;
}

.banner_campus{
    background-image: url('../images/banner_campus.jpg');
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.banner_campus_jc{
    background-image: url('../images/banner_campus_jc.jpg');
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.banner_achivement{
    background-image: url('../images/banner_achivement.jpg');
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.banner_campus_tour{
    background-image: url('../images/banner_campus_tour.jpg');
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    background-size: cover;
}
.motto_p{
    padding: 0 18%;
}


@media only screen and (max-width: 1000px) {
    .banner_in{
    background-size: cover;
    height: 250px;
    width: 100%;
    }
}
@media only screen and (max-width: 700px) {
    .banner_in{
    background-size: cover;
    height: 150px;
    width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .sm_hide{
        display: none;
    }
}