/*===================================================================================*/
/*===================================START M.M. MEMORIAL SCHOOL CSS==================================*/
/*===================================================================================*/

/*==============================start common css======================================*/
.margin-auto{
    margin: auto !important;
}
.margin-bottom-50{
    margin-bottom: 50px;
}

.margin-top-100{
    margin-top: 100px;
}
.margin-bottom-100{
    margin-bottom: 100px;
}
.margin-top-30{
    margin-top: 30px;
}
.breadcrumb {
    background-color: transparent !important;
}
.mandotory_column {
    color: red !important;
}
#side_nav_menu {
    padding: 0 0 0 20px !important;
    margin: 16px 0;
    padding: 0 0 0 40px;
    list-style-type: square;
}
#side_nav_menu li {
    font-size: 14px
padding-bottom: 10px;
    margin-bottom: 14px;
    border-bottom: 1px dashed #bcbcbc;
}
/*==============================end common css======================================*/
/*=======================================HOME PAGE CSS=================================*/
/*===========================================START ACHIEVEMENT SECTION==========================*/
.achievement_desc{
    display: -webkit-box;
    max-width: 100%;
    height: 70px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
}
.achievement_desc {
    display: -webkit-box;
    max-width: 100%;
    height: 80px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
}

.achievement .achive-content{
    display: -webkit-box;
    max-width: 100%;
    height: 133px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
}
/*=============================================END ADCHIEVEMENT SECTION===================*/
/*=start activities css=*/
@media only screen and (max-width: 768px) {
    .ryan-news-box {
        text-align: center !important;
    }
    .achive-content p strong{
        text-align: center !important;
    }
    .act_header{
        text-align: center !important;
        margin-top: 10px;
    }
    .no-img img {
        max-width: 100% !important;
    }
}
@media only screen and (min-width: 768px) {

    .no-img img {
        width: 350px;
    }
}
/*=end activities css=*/
/*=========================================HOME PAGE CSS==================================*/

/*==========================================START PHOTO GALLERY=================================*/
/*=================START PHOTO GALLERY CSS=========*/
.gallery_box:hover .gallery-overlay{
    opacity: 0.9;
}
.gallery_box img{
    width: 240px;
    height: 160px;
    object-fit: cover;
}
.gallery_box h6{
    font-size: 15px;
    padding-top: 10px;
    display: -webkit-box;
    max-width: 100%;
    height: 50px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*text-align: justify;*/
    text-overflow: ellipsis;
}
.gallery-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #4676af;
}
.text {
    color: white;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    background-color: green;
    padding: 10px
}

@media only screen and (max-width: 600px) {
    .gallery_div {
        text-align: center !important;
    }
}
/*=================END PHOTO GALLERY CSS===========*/

/*=======================================START VACANCIES PAGE CSS==================================*/
.vacancies_box{
    border: 1px solid #ff9515;
    padding: 12px;
    background: whitesmoke;
}
.vacancies_box  .card-header  span{
    FONT-SIZE: 20px;
}
.vacancies_box  .card-body  .card-title{
    font-size: 18px;
}
.vacancies_box  .card-body  p{
    font-size: 16px
}

/*=======================================END VACANCIES PAGE CSS=====================================*/

/*===========================================END PHOTO GALLERY===================================*/
/*===================================================================================*/

/*================================================START CONTACT PAGE==================================*/
/*.input-group #name, .input-group #address {*/

    /*border: 1px solid #ccc;*/
    /*border-radius: 4px;*/
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    /*-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
    /*transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;*/
/*}*/
.input-group{
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/*===============================================END CONTACT PAGE=========================================*/

/*===============================================START APPLY ONLINE PAGE==================================*/
.form_header {
    color: #ffffff;
    background-color: #ff9515;
    font-size: 1.5em;
    margin-bottom: 15px;
    margin-top: 30px;
}
/*===============================================END APPLY ONLINE PAGE=====================================*/
/*=============================================START ABOUT US PAGE==========================================*/
.about-image{
    border-bottom-right-radius: 115px;
    border-top-left-radius: 115px;
}
/*================================================END ABOUT US PAGE===========================================*/

/*===============================================START FACILITIES PAGE=======================================*/
.facility_image{
    border-bottom-right-radius: 115px;
    border-top-left-radius: 115px;
    width: 500px;
    height: 294px;
}
/*================================================END FACILITIES PAGE========================================*/

/*==================================START NAVIGATION MENU STYLE=======================================*/
ul.dropdown-menu.newsevent-dropd li a {
    padding: 10px !important;
    text-align: left !important;
    color: #ffffff !important;
}
@media (max-width: 767px) {
    .homepg nav.navbar.nav_bottom {
        margin-top: 0px !important;
    }
}
/*.home .navstyle {*/
    /*background-color: transparent !important;*/
    /*background-image: url(../img/microheader-bg.png);*/
    /*background-repeat: repeat;*/
    /*height: 110px !important;*/
    /*z-index: 100000;*/
/*}*/
/*===================================END NAVIGATION MENU STYLE==========================*/


/*====================================START NOTICE PAGE CSS===================================*/
.serviceBox .detail_description{
    height: 0 !important;
}
.notice-detail{
    font-size: 15px;
    line-height: 25px;
    margin: 0;
    width: 100%;
    padding: 0;
    margin: auto;
    display: -webkit-box;
    max-width: 100%;
    height: 91px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*====================================END NOTICE PAGE CSS===================================*/

/*===================================START MODAL PAGE CSS======================================*/
.modal-body {
    position: relative;
    padding: 0;
}
/*===================================END MODAL PAGE CSS======================================*/

/*===================================END M.M. MEMORIAL SCHOOL CSS==================================*/
/*===================================================================================*/
