* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}



@font-face {
    font-family: 'latolight';
    src: url('fonts/lato/Lato-Light.eot'); /* IE9 Compat Modes */

    src: url('fonts/lato/Lato-Lightd41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../index.html') format('woff2'), /* Modern Browsers */
    url('fonts/lato/Lato-Light.woff') format('woff'), /* Modern Browsers */
    url('fonts/lato/Lato-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}



@font-face {
    font-family: 'lato';
    src: url('fonts/lato/Lato-Regular.eot'); /* IE9 Compat Modes */

    src: url('fonts/lato/Lato-Regulard41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/lato/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
    url('fonts/lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/lato/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}



@font-face {
    font-family: 'latoblack';
    src: url('fonts/lato/Lato-Black.eot'); /* IE9 Compat Modes */

    src: url('fonts/lato/Lato-Blackd41d.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/lato/Lato-Black.woff2') format('woff2'), /* Modern Browsers */
    url('fonts/lato/Lato-Black.woff') format('woff'), /* Modern Browsers */
    url('fonts/lato/Lato-Black.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}



ul, li {
    list-style: none;
}



a {
    text-decoration: none;
}



i {
    font-style: normal;
    font-family: fontAwesome;
}



p, a, li, span {
    font-size: 15px;
}



body {
    font-family: 'lato', sans-serif, fontAwesome;
}



.wrapper {
    width: 100%;
    float: left;
    background: #fff;
}

/*--------Pop Up Start Here------------------*/


.popup-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 9999999;
}

    .popup-overlay::before {
        content: '';
        position: fixed;
        top: 0;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.5);
        z-index: -1;
    }

.popup-box2 {
    width: 50%;
    left: 25%;
    top: 15%;
    position: fixed;
    box-sizing: border-box;
    padding: 10px;
    z-index: 9999999;
}

    .popup-box2 h4 {
        background: #ffffff;
        padding: 150px 5px;
        color: #c93131;
        font-size: 35px;
        text-align: center;
        border: 6px solid #c93131;
    }

.popup-close {
    position: absolute;
    background: #c93131;
    color: #fff;
    font-weight: bold;
    right: 8px;
    padding: 4px 8px;
    top: 8px;
    margin: 5px 5px 0 0;
    cursor: pointer;
}

    .popup-close img {
        width: 30px !important;
        height: 30px !important;
        opacity: 0.5;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        transition: all 300ms ease;
        border-radius: 10px;
    }

    .popup-close:hover img {
        opacity: 1;
        border-radius: 0px;
    }

.popup-box2 img {
    width: 100%;
    border: 6px solid #01662a;
}

.left-popup-box iframe {
    width: 100%;
    height: 380px;
}

.pop-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 99999;
}

    .pop-overlay::before {
        content: '';
        position: fixed;
        top: 0;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0);
        z-index: -1;
    }

.left-popup-box {
    left: 0% !important;
    ;
}

.popup-box {
    width: 500px;
    left: -200%;
    bottom: 0;
    position: fixed;
    box-sizing: border-box;
    padding: 10px 10px 10px;
    background: rgba(73, 216, 132, 0.56);
    z-index: 9999999;
    transition: all 1000ms ease-in-out;
}

.popup-close img {
    width: 30px !important;
    height: 30px !important;
    opacity: 0.7;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 10px;
}

.popup-close:hover img {
    opacity: 1;
    border-radius: 0px;
}

.popup-box img {
    width: 100%;
}

.popup-overlay iframe {
    height: 100%;
    width: 100%;
}

.quiz-club {
    display: none;
}








#back-bg {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    opacity: 0.8;
    display: none;
}



#box-banner-img {
    z-index: 999999;
    position: fixed;
    width: 100%;
    /* left: 50%; */

    top: 35%;
    /* margin-left: -550px; */

    margin-top: -150px;
    display: block;
}



    #box-banner-img .clbut {
        cursor: pointer;
        position: absolute;
        left: 71%;
        top: 10px;
        opacity: 0.5;
        z-index: 99;
        /* color: #fff;

    font-size: 11px;

    font-weight: 700;

    padding: 3px 6px;*/
    }



        #box-banner-img .clbut:hover {
            opacity: 0.9;
        }



        #box-banner-img .clbut img {
            width: 30px;
            height: 30px;
        }

    #box-banner-img .pop-slider {
        text-align: center;
    }

    #box-banner-img a {
        box-sizing: border-box;
        /* float: left; */

        text-align: center;
        width: 50%;
        /* margin-left: 200px; */

        padding: 5px;
        background: #820001;
        display: inline-block;
    }



        #box-banner-img a:hover {
            background: #d32020;
            opacity: 0.8;
        }



        #box-banner-img a img {
            width: 100%;
            height: 500px;
            border-radius: 3px;
        }



    #box-banner-img iframe {
        width: 800px;
        height: 500px;
    }

.hide {
    display: none !important;
}

/*-------------------------------------end------------------------------------------*/

.header {
    width: 100%;
    float: left;
    background: #fff;
    position: fixed;
    z-index: 999999;
    box-shadow: 0 1px 20px rgba(0,0,0,0.71);
}



.top-header {
    width: 100%;
    float: left;
}



    .top-header ul {
        float: right;
        padding: 5px 0;
    }



        .top-header ul li {
            float: left;
            margin: 0 3px;
        }



            .top-header ul li a {
                font-size: 10px;
                color: #000;
                display: block;
                padding: 5px 10px;
                text-transform: uppercase;
                -webkit-border-radius: 20px;
                border-radius: 20px;
            }



                .top-header ul li a:hover {
                    background: #e31f25;
                    color: #fff;
                }



.logo {
    width: 232px;
    float: left;
    text-align: center;
    padding: 5px 0;
    position: absolute;
    top: 50%;
    margin-top: -42px;
}



    .logo img {
        width: 100%;
    }



.navigation {
    float: right;
    text-align: center;
    position: relative;
    margin: 15px 0 10px;
}



    .navigation .menu {
        width: 100%;
        float: left;
    }



        .navigation .menu li {
            display: inline-block;
        }



            .navigation .menu li a {
                color: #000;
                display: block;
                text-transform: uppercase;
                padding: 10px 15px;
                border: 1px solid transparent;
            }







        .navigation .menu > li:hover > a {
            color: #e31f25;
            border: 1px solid #e31f25;
        }







        .navigation .menu li:hover .dropbox {
            -webkit-transform: scale(1,1) rotateX(0deg);
            -moz-transform: scale(1,1) rotateX(0deg);
            -ms-transform: scale(1,1);
            transform: scale(1,1) rotateX(0deg);
            opacity: 1;
            /*visibility:visible;

	-webkit-transform-origin:50%;

	-o-transform-origin:50%;

	-ms-transform-origin:50%;

	-moz-transform-origin:50%;

	transform-origin:50%;

	-webkit-transition:all 0.5s ease-in-out;

	-o-transition:all 0.5s ease-in-out;

	-ms-transition:all 0.5s ease-in-out;

	-moz-transition:all 0.5s ease-in-out;

	transition:all 0.5s ease-in-out;*/
        }



.dropbox {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1,0) rotateX(90deg);
    -moz-transform: scale(1,0) rotateX(90deg);
    -ms-transform: scale(1,.01);
    transform: scale(1,0) rotateX(90deg);
    opacity: 0;
    display: block;
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #ccc;
    padding: 10px 0 10px 10px;
    width: 250px;
    z-index: 999;
    /*visibility:hidden;

	z-index:999;

	background:#FFFFFF;

	-webkit-transform-origin:0%;

	-o-transform-origin:0%;

	-ms-transform-origin:0%;

	-moz-transform-origin:0%;

	transform-origin:0%;

	-webkit-transition:transform 400ms ease-in-out;

	-o-transition:transform 400ms ease-in-out;

	-ms-transition:transform 400ms ease-in-out;

	-moz-transition:transform 400ms ease-in-out;

	transition:transform 400ms ease-in-out;*/
}



.navigation .menu li .dropbox > ul > li {
    display: block;
}



    .navigation .menu li .dropbox > ul > li a {
        padding: 7px 21px;
        text-align: left;
        position: relative;
    }



        .navigation .menu li .dropbox > ul > li a:hover {
            color: #CF282B
        }

        .navigation .menu li .dropbox > ul > li a:before {
            content: '\00BB';
            position: absolute;
            left: 0;
            top: -2px;
            color: #007c4c;
            font-weight: 600;
            font-size: 26px;
        }



        .navigation .menu li .dropbox > ul > li a:hover:before {
            color: #CF282B
        }



.navigation .menu > li > .active-menu {
    color: #8d0325;
    border: 1px solid #8d0325;
}



.navigation .menu li .dropbox > ul > li:hover .submenu {
    display: block !important;
}

.submenu {
    display: none;
    position: absolute;
    z-index: 999;
    margin-left: 200px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    width: 250px;
    margin-top: -44px;
}



    .submenu ul li {
        display: block !important;
    }





.navigation .menu li:hover .dropdown {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}





.dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    padding: 20px 5%;
    text-align: left;
    -ms-box-shadow: 0 5px 10px #000;
    -webkit-box-shadow: 0 5px 10px #000;
    -o-box-shadow: 0 5px 10px #000;
    -moz-box-shadow: 0 5px 10px #000;
    box-shadow: 0 5px 10px #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: transform 400ms ease-in-out;
    -o-transition: transform 400ms ease-in-out;
    -ms-transition: transform 400ms ease-in-out;
    -moz-transition: transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out;
}





    .dropdown ul {
        float: left;
        margin: 0 10% 0 0;
        padding-top: 15px;
        position: relative;
    }



        .dropdown ul:before {
            content: '';
            position: absolute;
            top: 0;
            left: 20px;
            width: 50px;
            height: 5px;
            background: #8d0325;
        }



.menu .dropdown ul li {
    display: block;
}



    .menu .dropdown ul li a {
        color: #9f9f9f;
        padding: 5px 10px 5px 20px;
        display: inline-block;
        position: relative;
    }



        .menu .dropdown ul li a:hover {
            color: #000;
        }



        .menu .dropdown ul li a:before {
            content: '\f06e';
            position: absolute;
            left: 0;
            display: none;
            color: #2A5539;
        }



        .menu .dropdown ul li a:hover:before {
            display: block;
        }



.menu .dropdown img {
    float: right;
    width: 200px;
    box-shadow: 5px 6px 16px rgba(0, 0, 0, 0.42);
}









/*#marker{

	background:#FFFFFF;

	display: block;

    width: 98px;

    height: 41px;

    position: absolute;

    top:100%;

	margin-left:-100px;

}*/



/* Header End */



/*--------enquiry-------*/

.enquiry-button {
    position: fixed;
    right: 0;
    z-index: 99;
    top: 210px;
    cursor: pointer;
}



    .enquiry-button img {
    }



.form-box {
    position: fixed;
    right: -380px;
    top: 140px;
    z-index: 9999;
}



    .form-box #close {
        cursor: pointer;
        float: left;
        position: absolute;
        right: 100%;
    }



        .form-box #close img {
            display: block;
            background: rgba(82, 82, 82, 0.59);
            border-radius: 50% 0 50% 50%;
        }



.enquiry-form {
    width: 250px;
    background: rgba(82, 82, 82, 0.59);
    box-sizing: border-box;
    padding: 5px;
    float: left;
}



    .enquiry-form table {
        width: 100%;
        padding: 0 5px 5px;
        background: #fff;
    }



    .enquiry-form td {
        vertical-align: top;
        border-bottom: 1px solid #D0D0D0;
        padding: 10px 0 0;
    }



    .enquiry-form table tbody tr:last-child td {
        border-bottom: 0;
    }



    .enquiry-form td span {
        font-size: 12px;
        color: #968368;
    }



    .enquiry-form td input[type=text], .enquiry-form td textarea {
        width: 100% !important;
        padding: 10px;
        border: 0;
        color: #191919;
        font-family: arial;
        background: transparent;
        outline: none;
    }



    .enquiry-form td input[type=tel] {
        border: 0;
        background: transparent;
        outline: none;
        padding: 10px 0 10px 45px;
    }



    .enquiry-form td textarea {
        font-family: arial;
        min-height: 50px;
        width: 100%;
    }



    .enquiry-form td input[type=submit] {
        padding: 5px 15px;
        background: #e31f25;
        color: #fff;
        border: 0;
        cursor: pointer;
        -webkit-transition: 500ms ease-in-out;
        -ms-transition: 500ms ease-in-out;
        -moz-transition: 500ms ease-in-out;
        -o-transition: 500ms ease-in-out;
        transition: 500ms ease-in-out;
    }



        .enquiry-form td input[type=submit]:hover {
            background: #262626;
        }

/*---------end enquiry----------*/

/*-----follow links---------*/



.flow {
    position: fixed;
    left: 0;
    top: 200px;
    z-index: 100;
}



    .flow li {
        margin-bottom: 5px;
    }



        .flow li a {
            text-align: center;
            display: block;
            color: #fff;
            font-size: 18px;
        }



            .flow li a i {
                width: 35px;
                padding: 10px 10px;
                display: block;
                background: #006940;
                box-sizing: content-box;
                -webkit-transition: all 400ms ease;
                -ms-transition: all 400ms ease;
                -moz-transition: all 400ms ease;
                -o-transition: all 400ms ease;
                transition: all 400ms ease;
            }



        .flow li:hover a i {
            padding-left: 15px;
        }



            .flow li:hover a i.fa-facebook {
                background: #37629C;
            }



            .flow li:hover a i.fa-twitter {
                background: #00BFF0;
            }



            .flow li:hover a i.fa-linkedin {
                background: #0079DC;
            }



            .flow li:hover a i.fa-youtube {
                background: #B70003;
            }



            .flow li:hover a i.fa-instagram {
                background: #9C7132;
            }



            .flow li:hover a i.fa-google-plus {
                background: #C92225;
            }



/*-----follow links end---------*/





.banner {
    width: 100%;
    float: left;
    margin-top: 94px;
}



    .banner img {
        width: 100%;
        height: 490px;
        display: block;
    }



.slider {
    width: 100%;
    float: left;
}



    .slider li {
        width: 100% !important;
        position: relative;
    }



.tagline {
    position: absolute;
    top: 40%;
    right: 7%;
}



    .tagline h1 {
        text-transform: uppercase;
        color: #018957;
        font: 38px 'latoblack';
    }



    .tagline p {
        font: 22px 'latolight';
        color: #018957;
    }



/*-----hm news-----*/

.below-banner {
    width: 100%;
    float: left;
    border-bottom: 3px solid #e31f25;
    z-index: 9;
    position: relative;
    top: -16px;
    background: #fff;
}



    .below-banner > div {
        float: left;
        width: 20%;
        border-right: 1px solid #6a001a;
        border-left: 1px solid #b20e36;
    }



        .below-banner > div > a {
            padding: 15px 10px;
            display: block;
            width: 100%;
            float: left;
            color: #fff;
            font-size: 26px;
            text-align: center;
            background: #e31f25;
        }



            .below-banner > div > a span {
                display: inline-block;
                vertical-align: middle;
            }



        .below-banner > div:hover > a {
            background: #2D2D2D;
        }



    .below-banner .login a {
        background: #007C4C;
    }



    .below-banner .news {
        float: left;
        width: 100%;
        position: relative;
        border: none;
    }



.news-head {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    background: #e31f25;
    text-align: center;
}

    .news-head h3 {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 14px;
        color: #fff;
        padding: 0 10px;
        line-height: 61px;
    }

.sub-news {
    display: inline-block;
    vertical-align: middle;
    /*width: 100%;*/
    width: 84%;
}

    .sub-news ul {
        float: left;
        width: 100%;
    }

        .sub-news ul li {
            width: 90%;
            float: left;
        }



            .sub-news ul li a {
                display: block;
                color: #000;
                font-size: 12px;
                padding: 10px 15px;
            }

                .sub-news ul li a span {
                    font-weight: 600;
                    color: #e31f25;
                    margin-right: 10px;
                    letter-spacing: 1px;
                }

.pager {
    position: absolute;
    right: 5px;
    z-index: 9999;
    float: right;
    top: 25%;
    margin-top: -8.5px;
}

    .pager i {
        float: left;
        margin: 0px 4px;
        color: #e31f25;
        cursor: pointer;
    }

/*---hm news------*/







#counter-bg {
    background: #fff;
}



.row {
    width: 100%;
    float: left;
    padding: 60px 0;
}



.counter-head {
    width: 100%;
    float: left;
    text-align: center;
}



    .counter-head h1 {
        color: #5a5a5a;
        margin-bottom: 20px;
    }



.counter-window {
    background: #fff;
    width: 100%;
    float: left;
    padding: 20px 0 0;
    text-align: center;
}



    .counter-window h1, .counter-window h3 {
        font-weight: 600;
        text-transform: uppercase;
    }



    .counter-window h3 {
        margin-bottom: 30px;
        color: #fff;
    }



    .counter-window span {
        color: #474747;
        margin: 0px 0 10px;
        display: inline-block;
        vertical-align: top;
        font-weight: 400;
    }



        .counter-window span > span {
            margin-bottom: 0;
        }



    .counter-window .circle {
        background: #2980b9;
        width: 200px;
        line-height: 200px;
        display: inline-block;
        color: #fff;
        border-radius: 100%;
    }



    .counter-window code, code > span {
        text-align: left;
        display: block;
        font-family: Monaco, monospace;
        background: #444;
        color: #fff;
        padding: 20px;
        font-size: 14px;
        margin-bottom: 100px;
    }



        .counter-window code > span {
            padding: 0;
            margin: 0;
        }



    .counter-window .main-div-cou {
        width: 19%;
    }



        .counter-window .main-div-cou .counter {
            font-size: 46px;
            border-radius: 50%;
            width: 140px;
            height: 140px;
            line-height: 140px;
            margin: 0 auto;
            border: 1px solid #e31f25;
            color: #e31f25;
            font-weight: bold;
        }



        /*.counter-window .main-div-cou #counter1{

	border:1px solid #00D7DB;

	color:#00D7DB;

}



.counter-window .main-div-cou #counter2{

	border:1px solid #caaa70;

	color:#f5d18f;

}



.counter-window .main-div-cou #counter3{

	border:1px solid #018957;

	color:#018957;

}



.counter-window .main-div-cou #counter4{

	border:1px solid #00CF71;

	color:#00CF71;

}



.counter-window .main-div-cou #counter5{

	border:1px solid #CD0003;

	color:#CD0003;

}

*/

        .counter-window .main-div-cou .title {
            font-size: 18px;
            font-weight: bold;
            text-transform: uppercase;
            width: 100%;
            margin-top: 10px;
        }





.full-width {
    width: 100%;
    float: left;
}



.min-width {
    width: 100%;
    float: left;
    padding: 0 7%;
    z-index: 1;
}



#hm-about-bg {
    background-color:#07ccf9;
    background-size: cover;
    position: relative;
    z-index: 1;
}



    #hm-about-bg:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,0.5);
        z-index: -1;
    }



.heading {
    width: 100%;
    float: left;
    text-align: center;
}



    .heading h2 {
        color: #3d3d3d;
        position: relative;
        text-transform: uppercase;
        margin-bottom: 10px;
        letter-spacing: 4px;
    }



.hm-about-container {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding: 30px;
}



.hm-about-text {
    text-align: center;
}



    .hm-about-text p {
        font-size: 18px;
        padding: 5px 0;
        color: #fff;
        letter-spacing: 1px;
        line-height: 23px;
    }



.read-more {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 15px;
}



    .read-more a {
        display: inline-block;
        padding: 10px;
        width: 180px;
        background: #e31f25;
        font-size: 16px;
        color: #fff;
        border: 1px solid #e31f25;
    }



        .read-more a:hover {
            background: none;
            border-color: #fff;
        }



.hm-about-img {
    width: 50%;
    float: left;
    overflow: hidden;
}



    .hm-about-img img {
        width: 100%;
        display: block;
        -webkit-transition: all 500ms;
        -o-transition: all 500ms;
        -moz-transition: all 500ms;
        -ms-transition: all 500ms;
        transition: all 500ms;
    }



.hm-about-container:hover .hm-about-img img {
    -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}



.hm-content {
    padding-top: 20px;
    position: relative;
    float: left;
}



    .hm-content:before {
        content: "";
        position: absolute;
        left: 1px;
        top: 9px;
        height: 2px;
        width: 70px;
        background-color: #3d3d3d;
    }





#events-bg {
    background: #e31f25;
    position: relative;
    z-index: 1;
}



    #events-bg:before {
        content: '';
        position: absolute;
        left: 0;
        right: 50%;
        top: 0;
        bottom: 0;
        background: #02994e;
        z-index: -1;
    }



.hm-events {
    width: 50%;
    float: left;
    padding: 80px 5%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}



    .hm-events:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #02994e;
        z-index: -1;
    }



    .hm-events:after {
        content: '';
        position: absolute;
        left: 20px;
        right: 20px;
        top: 20px;
        bottom: 20px;
        border: 1px solid rgba(255,255,255,0.71);
        z-index: -1;
        transition: all 500ms;
    }



    .hm-events:hover:after {
        transform: scale(1.2,1.2);
    }



    .hm-events .heading {
        position: relative;
        z-index: 999;
        text-align: left;
        padding-bottom: 30px;
    }



        .hm-events .heading:before {
            content: "";
            position: absolute;
            left: 1px;
            bottom: 25px;
            height: 2px;
            width: 70px;
            background: #fff;
        }



.white {
    color: #fff !important;
}



.hm-events-box {
    width: 100%;
    float: left;
    text-align: center;
}



    .hm-events-box li {
    }



        .hm-events-box li .img-box {
            width: 100%;
            margin: 0 auto;
            border: 1px solid #fff;
            padding: 10px;
        }



            .hm-events-box li .img-box img {
                width: 158px;
                height: 150px;
                -webkit-transition: all 500ms;
                -ms-transition: all 500ms;
                -o-transition: all 500ms;
                -moz-transition: all 500ms;
                transition: all 500ms;
            }



        .hm-events-box li:hover .img-box img {
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }



        .hm-events-box li .events-title {
            width: 100%;
            float: left;
            background: #fff;
            padding: 10px;
            color: #000;
            HEIGHT: 70PX;
        }



        .hm-events-box li:hover .events-title {
            color: #A8002F;
        }



        .hm-events-box li .events-title h4 {
            text-transform: uppercase;
            font-size: 13px;
        }



/*---events------*/



/*------forthcoming events-----*/

.hm-up-events {
    width: 50%;
    float: left;
    padding: 80px 0% 0px 5%;
}



    .hm-up-events .heading h2 {
        color: #fff;
        text-align: left;
    }



    .hm-up-events .hm-content:before {
        background: #fff;
    }



.ticker {
    width: 100%;
    float: left;
    height: 212px;
    overflow: hidden;
}



    .ticker * {
        -webkit-transition: all 400ms;
        -o-transition: all 400ms;
        -ms-transition: all 400ms;
        -moz-transition: all 400ms;
        transition: all 400ms;
    }



    .ticker li {
        width: 100%;
        float: left;
        border-bottom: 1px solid #980B2F;
    }



        .ticker li:hover {
            border-color: #59c891;
        }



        .ticker li a {
            float: left;
            width: 100%;
            display: block;
            padding: 10px 0;
        }



            .ticker li a span {
                display: inline-block;
                vertical-align: middle;
                font-weight: 600;
                font-size: 16px;
                color: #8d0325;
                padding: 6px;
                width: 50px;
                text-align: center;
                background: #fff;
                margin-right: 5px;
            }



            .ticker li a:hover span {
                background: #59c891;
                border-radius: 50%;
            }



            .ticker li a p {
                color: #fff;
                display: inline-block;
                vertical-align: middle;
                width: 80%
            }



            .ticker li a:hover p {
                color: #59c891;
            }



/*HM-blog*/

.blog-bg {
    background: #fff;
    background-size: cover;
    border: solid #C4C4C4;
    border-width: 1px 0;
}



.hm-blog {
    width: 100%;
    float: left;
}



.blog-box {
    width: 100%;
    float: left;
    text-align: center;
}



    .blog-box .blogs {
        width: 30%;
        height: 310px;
        display: inline-block;
        vertical-align: top;
        margin: 1%;
        text-align: left;
        border: 1px solid #B5B5B5;
    }



        .blog-box .blogs .blog-img {
            width: 100%;
            float: left;
            position: relative;
            overflow: hidden;
        }



        .blog-box .blogs * {
            -webkit-transition: all 400ms;
            -o-transition: all 400ms;
            -ms-transition: all 400ms;
            -moz-transition: all 400ms;
            transition: all 400ms;
        }



        .blog-box .blogs .blog-img img {
            width: 100%;
            display: block;
        }



        .blog-box .blogs .blog-img:hover img {
            -webkit-transform: scale(1.1,1.1);
            -o-transform: scale(1.1,1.1);
            -moz-transform: scale(1.1,1.1);
            -ms-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
        }



        .blog-box .blogs .blog-img span {
            position: absolute;
            left: 0;
            bottom: 0;
            padding: 10px;
            color: #fff;
            background: rgba(0,0,0,0.69);
        }



        .blog-box .blogs .blog-title {
            width: 100%;
            float: left;
        }



            .blog-box .blogs .blog-title p {
                color: #2F2F2F;
                width: 100%;
                float: left;
                padding: 10px;
            }



            .blog-box .blogs .blog-title:hover p {
                color: #8d0325;
            }



.blogs.subs-newsletter {
    text-align: center;
    padding: 52px 20px 20px;
    background: #e31f25;
    color: #fff;
}



.subs-newsletter h2 {
    margin: 10px 0;
    text-transform: uppercase;
}



.subs-newsletter .newsletter {
    width: 100%;
    float: left;
    margin-top: 20px;
}



    .subs-newsletter .newsletter input {
        width: 100%;
        padding: 15px 10px;
        border: 0;
        background: #fff;
        color: #000;
        margin: 5px 0;
        outline: none;
    }



    .subs-newsletter .newsletter .subscribe {
        box-shadow: none;
        background: #007b5c;
        cursor: pointer;
        color: #fff;
        padding: 10px;
    }



        .subs-newsletter .newsletter .subscribe:hover {
            background: #470122;
        }

/*HM-blog*/





/*----sports and activities---*/

.sports-box {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin: 1%;
}



    .sports-box .sports {
        width: 100%;
        float: left;
        margin: 0;
        height: auto;
    }

/*----sports and activities---*/





/*-----hm infra-----*/

#bg-infra-bg {
    /*background:url(images/bg-infra.jpg) no-repeat;

	background-size:100%;*/

    background: #018957;
}



.hm-infra {
    width: 100%;
    float: left;
    padding: 60px 0;
}



.hm-infra-box {
    width: 100%;
    float: left;
    text-align: center;
    margin: 40px 0 0;
}



.hm-infra-boxes {
    width: 120px;
    display: inline-block;
    vertical-align: top;
    margin: 0 3% 3%;
}



    .hm-infra-boxes:hover img {
        -webkit-transform: scale(0.8, 0.8);
        -moz-transform: scale(0.8, 0.8);
        -o-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }



    .hm-infra-boxes img {
        width: 100%;
        height: 120px;
        display: block;
        background: rgba(0,0,0,0.56);
        padding: 20px;
        -webkit-transition: all 400ms;
        -o-transition: all 400ms;
        -ms-transition: all 400ms;
        -moz-transition: all 400ms;
        transition: all 400ms;
    }



    .hm-infra-boxes a span {
        width: 100%;
        float: left;
        padding: 10px 0;
        color: #fff;
        text-shadow: 1px 1px 1px #000;
    }



    .hm-infra-boxes:hover a span {
        background: #005b39;
    }



.align-center {
    text-align: center;
}



/* Beyond Curriculum */



#beyond-bg {
    background: url(../index.html) no-repeat;
    background-size: cover;
}



.beyond-container {
    width: 100%;
    float: left;
    margin-top: 30px;
    text-align: center;
}



.beyond-box {
    display: inline-block;
    margin: 0 1% 4%;
    width: 14%;
    text-align: center;
}



    .beyond-box * {
        -webkit-transition: all 400ms;
        -o-transition: all 400ms;
        -ms-transition: all 400ms;
        -moz-transition: all 400ms;
        transition: all 400ms;
    }



    .beyond-box a {
        color: #717171;
        font-size: 13px;
        display: block;
        line-height: 18px;
    }



    .beyond-box:hover a:hover {
        color: #8d0325;
    }



    .beyond-box a p {
        float: left;
        text-align: center;
        width: 100%;
        font-size: 16px;
    }



    .beyond-box a img {
        width: 75%;
        display: inline-block;
        margin: 0 0% 8px;
        -webkit-transition: all 400ms;
        -o-transition: all 400ms;
        -ms-transition: all 400ms;
        -moz-transition: all 400ms;
        transition: all 400ms;
    }



    .beyond-box a:hover img {
        -webkit-transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }



/* Beyond Curriculum */



/*gallery*/

#gallery-bg {
    background: #E5E5E5;
    position: relative;
    z-index: 1;
}



    #gallery-bg:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 50%;
        background: #018957;
        z-index: -1;
    }



    #gallery-bg:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        bottom: 0;
        background: #e31f25;
        z-index: -1;
    }



.gallery-container {
    width: 100%;
    float: left;
}



.gallery-slider li a {
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
}



    /*.gallery-slider li a:before{

	content:'';

	position:absolute;

	left:0;

	right:0;

	top:0;

	bottom:0;

	background:rgba(0,0,0,0.67) center url(images/icons/picture.png) no-repeat;

	background-size:50px;

	-webkit-transition:all 400ms;

	-o-transition:all 400ms;

	-ms-transition:all 400ms;

	-moz-transition:all 400ms;

	transition:all 400ms;

}*/



    .gallery-slider li a:after {
        content: '';
        position: absolute;
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
        /*border: 1px solid #fff;*/
        -webkit-transition: all 400ms;
        -o-transition: all 400ms;
        -ms-transition: all 400ms;
        -moz-transition: all 400ms;
        transition: all 400ms;
    }



    .gallery-slider li a:hover:after {
        border: 1px solid #fff;
        -webkit-transform: scale(1.3,1.3);
        -o-transform: scale(1.3,1.3);
        -ms-transform: scale(1.3,1.3);
        -moz-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3);
    }





.gallery-slider li img {
    width: 100%;
    height: 200px;
    display: block;
}

/*gallery*/

/*-------------------UPS-------------------------*/

.ups-container {
    width: 100%;
    float: left;
    margin-top: 30px;
    text-align: center;
}

#ups-bg {
    border-bottom: 1px solid #e4e4e4;
}

.ups-box {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .ups-box li {
        width: 13%;
        margin: 30px;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        position: relative;
        z-index: 9;
    }

        .ups-box li a {
            display: block;
            border: 5px solid;
            border-top-color: #dc3a4b;
            border-right-color: #415d2c;
            border-bottom-color: #dc3a4b;
            border-left-color: #415d2c;
            border-radius: 50%;
            padding: 30px;
            overflow: hidden;
            z-index: 99;
            height: 148px;
            transition: all 500ms ease-in-out;
            width: 100%;
            position: relative;
        }

        .ups-box li p {
            color: #006940;
            font-size: 16px;
            margin-top: 10px;
        }

        .ups-box li img {
            width: 100%;
        }

        .ups-box li a:before {
            position: absolute;
            content: '';
            background: rgba(133, 7, 7, 0.32);
            overflow: hidden;
            top: 0;
            bottom: 0;
            left: 0;
            z-index: -1;
            transition: all 500ms;
            right: 0;
            transform: scale(0,0);
            border-radius: 50%;
        }

        .ups-box li a:hover:before {
            transform: scale(1,1);
        }

/*----------------------------------------------------*/

/*collaboration*/

.collab-box {
    width: 100%;
    float: left;
    text-align: center;
}



.collabs {
    width: 10%;
    display: inline-block;
    margin: 3%;
}



    .collabs img {
        width: 100%;
        display: block;
    }

/*collaboration*/



/*Location Map*/

.map-box-order {
    width: 100%;
    float: left;
    height: 450px;
}

/*Location Map*/





/* FOOTER */



.footer {
    width: 100%;
    float: left;
    background: #8d0325;
}

.sub-footer {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}



    .sub-footer:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 29%;
        background: #941030;
        z-index: -1;
    }



.footer-box {
    width: 14%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1%;
    font-size: 13px;
    padding: 30px 0;
    color: #fff;
    text-align: left;
}



.footer-logo {
    width: 25%;
    padding: 65px 30px;
    margin: 0;
}



    .footer-logo img {
        width: 200px;
        float: right;
    }



.footer-box h4 {
    text-decoration: underline;
    margin-bottom: 5px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.footer-box a {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    transition: all 400ms;
}

    .footer-box a:hover {
        color: #f97e9c;
    }

    .footer-box a img {
        width: 90%;
    }



    .footer-box a span {
        float: left;
        width: 25px;
        height: 20px;
        display: block;
    }



.social-box ul li {
    display: inline-block;
    margin: 0 3px;
}



    .social-box ul li a {
        color: #8d0325;
        width: 30px;
        height: 30px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #fff;
        line-height: 36px;
        display: block;
        text-align: center;
    }



        .social-box ul li a:hover {
            background: #d54669;
            color: #fff;
        }



.footer-box i {
    font-size: 18px;
}



.bottom {
    width: 100%;
    float: left;
    padding: 5px 30px;
    background: #77001e;
    text-align: center;
    border-top: 1px solid #540015;
}



    .bottom p {
        display: inline-block;
        vertical-align: middle;
        color: #FDDDEB;
        font-size: 12px;
    }



.ecis {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 10px;
    border-left: 1px solid #5b0017;
    padding-left: 10px;
}



    .ecis img {
        width: 25px;
        height: 25px;
        float: left;
    }



    .ecis p {
        float: left;
        margin-top: 6px;
        font-size: 12px;
    }



.button-top {
    background: rgba(0,0,0,0.80);
    position: fixed;
    cursor: pointer;
    right: 10px;
    bottom: 40px;
    color: #FFFFFF;
    font-size: 25px;
    opacity: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 99;
}



    .button-top i {
        margin-right: 0;
    }



    .button-top:hover {
        background: #000;
    }





/*---inside page---*/

.page-banner {
    width: 100%;
    float: left;
    margin-top: 98px;
    position: relative;
}



    .page-banner img {
        width: 100%;
        display: block;
    }



.page-heading {
    position: absolute;
    left: 43%;
    top: 20%;
    color: #052a3d;
    font-size: 20px;
    text-shadow: 2px 2px 5px #fff;
}



.bred-crumb {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}



    .bred-crumb ul {
        float: left;
    }



        .bred-crumb ul li {
            display: inline-block;
            vertical-align: middle;
            text-align: center;
        }



            .bred-crumb ul li span {
                position: relative;
                width: 60px;
                float: left;
                z-index: 1;
            }



                .bred-crumb ul li span:after {
                    content: '';
                    position: absolute;
                    width: 10px;
                    height: 10px;
                    top: 50%;
                    left: 50%;
                    margin: -6px 0 0 -6px;
                    background: #FFFFFF;
                    border: 2px solid #920024;
                    border-radius: 50%;
                }



                .bred-crumb ul li span:before {
                    content: '';
                    position: absolute;
                    left: -5px;
                    right: -5px;
                    top: 50%;
                    margin-top: -1px;
                    height: 2px;
                    background: #920024;
                    z-index: -1;
                }



            .bred-crumb ul li a {
                background: #920024;
                font-size: 14px;
                display: inline-block;
                height: 30px;
                width: 30px;
                line-height: 30px;
                color: #fff;
                border-radius: 50%;
            }



                .bred-crumb ul li a:hover {
                    background: #353535;
                }



            .bred-crumb ul li p {
                width: 100%;
                display: inline;
                padding: 5px 10px;
                border: 1px solid #920024;
                font-size: 12px;
            }









/*inside*/

.clearfix {
    clear: both;
}



#inside-row {
    padding: 15px 0;
}

.textarea {
    width: 100%;
    float: left;
    box-shadow: -1px 0px 1px #ccc;
}



.left-menu {
    width: 20%;
    float: left;
    box-sizing: border-box;
    padding: 15px;
    background: url(images/left-nav-border.png) no-repeat;
    background-position: right;
    background-size: 6% 100%;
    min-height: 350px;
}

    .left-menu h3 {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 200;
        border-top: 3px solid #df4237;
        padding: 10px 0;
    }



    .left-menu ul li a {
        border-bottom: 1px dotted #ccc;
        display: block;
        padding: 10px 0;
        color: #e31f25;
    }

        .left-menu ul li a:hover {
            color: #007c4c;
        }



    .left-menu ul li .leftactive-menu {
        background: #006940;
        padding: 8px 14px;
        color: #fff;
        border-bottom: 0px dotted #ccc;
        border-top: 0px dotted #ccc;
        position: relative;
    }

        .left-menu ul li .leftactive-menu:hover {
            color: #fff !important;
        }

/*.left-menu ul li .leftactive-menu:before{

    content: '';

    position: absolute;

    right: -10px;

    border-top: 10px solid transparent;

    border-left: 10px solid #006940;

    border-bottom: 10px solid transparent;

    top: 33%;

}*/



.para-box {
    box-sizing: border-box;
    width: 58%;
    padding: 15px;
    float: left;
}



    .para-box h2 {
        padding: 6px 0;
        font-weight: 200;
        border-bottom: 1px dotted #df4237;
        margin: 0px 0 10px;
        text-transform: uppercase;
    }



    .para-box span {
        display: block;
        padding-bottom: 10px;
        line-height: 22px;
        font-size: 15px;
        font-weight: 100;
    }

.para-items h3 {
    color: #006940;
    font-size: 16px;
    padding: 12px 0;
    text-transform: uppercase;
}





.right-menu {
    float: right;
    width: 22%;
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
}



    .right-menu .images-box {
        width: 100%;
        /* background: #8d0325;*/

        padding: 10px;
        box-sizing: border-box;
    }



        .right-menu .images-box img {
            width: 100%;
        }





        .right-menu .images-box ul li {
            display: block;
        }





            .right-menu .images-box ul li a {
                display: block;
                padding: 5px;
                border-bottom: 1px dashed #6f2336;
                color: #252525;
            }





                .right-menu .images-box ul li a:hover {
                    background: #fff;
                    color: #8d0325;
                }
                



    .right-menu .subscriber-button {
        background: #e31f25;
        box-sizing: border-box;
        padding: 10px;
        color: #fff;
        margin: 15px 0;
    }

        .right-menu .subscriber-button .newsletter input[type=text] {
            width: 75%;
            padding: 8px 6px;
            margin: 10px 0;
            border: 0;
            outline: none;
        }



        .right-menu .subscriber-button .newsletter input[type=submit] {
            outline: none;
            padding: 7px;
            border: 0;
            background: #FFFFFF;
            width: 75%;
            cursor: pointer;
        }



.slide-show {
    width: 100%;
    height: 190px;
}





    .slide-show img {
        width: 75%;
        margin: 0 auto;
        right: 0;
        bottom: 0;
    }

/*inside*/







/*-----------------------my-codding-----------------------------------*/

.chair-img {
    float: left;
    width: 30%;
    margin: 0px 10px 0px 0px;
}

.primary-img {
    width: 100%;
    /* padding: 22px 22px; */

    display: inherit;
    /* background: rgb(128, 0, 31); */
    /* border: 2px dotted #888888; */

    margin: 10px 0px;
}

    .primary-img:hover {
    }

.para-items h4 {
    color: #006940;
    font-size: 16px;
    padding: 12px 0;
}

.left-menu .left-menu-drop {
    position: relative;
    display: none;
}

.left-menu ul li {
    position: relative;
}

    .left-menu ul li a i {
        position: absolute;
        right: 6px;
        font-size: 17px;
    }

.fac-ul {
    margin: 10px 0px;
    position: relative;
}

    .fac-ul li {
        line-height: 1.7;
        margin-left: 18px;
        display: -webkit-inline-box;
        width: 97%;
    }

        .fac-ul li:before {
            content: '\F061';
            left: 0px;
            position: absolute;
            color: #e31f25;
        }

.fac-ul-ul li {
    line-height: 1.7;
    margin-left: 18px;
    display: -webkit-inline-box;
    width: 97%;
    position: relative;
}

    .fac-ul-ul li:before {
        content: "";
        background: #000;
        width: 5px;
        height: 5px;
        border-radius: 500px;
        overflow: hidden;
        display: inline-block;
        position: absolute;
        top: 45%;
        left: -12px;
    }

.fac-ul li .ask {
    margin-left: 10px;
    padding: 0px 5px;
    border: 1px solid #333;
    font-family: Georgia;
    font-weight: bold;
    font-size: 14px;
}

.contact-details {
    width: 100%;
    float: left;
}

    .contact-details a {
        color: #007c4c;
    }

    .contact-details .sun-school {
        width: 50%;
        float: left;
    }

    .contact-details .corpo-office {
        width: 50%;
        float: left;
    }

.contact-form {
    width: 100%;
    float: left;
}

    .contact-form form {
        width: 100%;
        padding: 10% 12%;
        float: left;
        background: #f3f3f3;
        margin: 20px 0% 50px;
        /* border: 2px dotted #e31f25; */
    }

    .contact-form span {
        width: 100%;
        float: left;
    }



        .contact-form span input[type=text], input[type=email] {
            padding: 4px;
            width: 100%;
        }

    .contact-form form input[type=submit] {
        padding: 7px;
        width: 110px;
        background: #006940;
        outline: none;
        border: none;
        color: #fff;
    }

    .contact-form span textarea {
        width: 100%;
        padding: 4px;
    }

    .contact-form iframe {
        width: 100%;
        height: 339px;
        padding: 0px;
        margin: 50px 0px;
        border: 2px solid #adadad;
    }

.photo-gal {
    width: 31%;
    float: left;
    margin: 10px 1%;
    background: #e31f25;
    padding: 4px;
}

    .photo-gal .gal-img {
        width: 100%;
        float: left;
        padding: 4px;
        background: #006940;
    }

        .photo-gal .gal-img img {
            width: 100%;
            height: 135px;
            display: block;
            transition: all 300ms ease-in-out;
        }

    .photo-gal:hover img {
        padding: 10px;
    }

    .photo-gal p {
        color: #FFFFFF;
        text-align: center;
        float: left;
        font-size: 13px;
        text-transform: uppercase;
        padding: 5px 0px 0px 0px;
        height: 36px;
        width: 100%;
    }

.video-gal {
    width: 48%;
    float: left;
    padding: 5px 5px 0px;
    background: #e31f25;
    margin: 10px 1%;
}

    .video-gal iframe {
        width: 100%;
        height: 173px;
    }

.events-news {
    width: 100%;
}

    .events-news li {
        padding: 5px 0px;
        border-bottom: 1px dotted #007c4c;
        box-sizing: border-box;
        width: 100%;
        margin: 0px 5px 14px;
        float: left;
    }

        .events-news li .show-date {
            display: inline-block;
            padding: 7px 18px;
            background: #006940;
            vertical-align: top;
            color: #fff;
            margin-right: 4px;
        }

        /*.events-news li:nth-child(odd) .show-date

{

	background: #e31f25; 

}

.events-news li:nth-child(even) .show-date

{

	background: #007c4c;

}*/





        .events-news li a {
            color: #000000;
            padding: 0px 5px;
            display: inline-block;
            vertical-align: top;
            width: 75%;
        }



            .events-news li a strong {
                display: block;
                font-size: 18px;
                padding-bottom: 2px;
            }



            .events-news li a p {
                display: block;
                line-height: 20px;
            }



            .events-news li a span {
                display: inline-block;
                background: #DD3B3E;
            }

        .events-news li:hover {
            border-bottom: 1px dotted #e31f25;
        }

            .events-news li:hover a {
                color: #e31f25;
            }

.event-details {
    width: 100%;
    float: left;
    text-align: center;
}

    .event-details .sub-event {
        width: 31%;
        padding: 0px;
        position: relative;
        margin: 10px .9%;
        display: inline-block;
        height: 160px;
        overflow: hidden;
        vertical-align: top;
        /*border: 5px solid #e31f25;*/
    }

        .event-details .sub-event p {
            position: absolute;
            padding: 16px;
            color: #fff;
            text-align: center;
            top: 22%;
            border: 1px solid #e31f25;
            left: 12%;
            right: 12%;
            font-size: 22px;
            text-shadow: 1px 1px 1px #000;
            background: rgba(156, 156, 156, 0.54);
        }

        /*.event-details .sub-event:nth-child(1) p

{

    position: absolute;

    padding: 16px;

    color: #fff;

    text-align: center;

    top: 22%;

    border: 1px solid #e31f25;

    left: 12%;

    right: 12%;

    font-size: 22px;

    text-shadow: 1px 1px 1px #000;

    background: rgba(0, 0, 0, 0.48);

}*/

        /*.event-details .sub-event:nth-child(2) p

{

	position: absolute;

    bottom: 0;

    padding: 6px;

    color: #fff;

    background:#e31f25;

    text-align: center;

    width: 100%;

}

.event-details .sub-event:nth-child(2)

{

	border: 5px solid #007c4c; 

}*/

        .event-details .sub-event img {
            width: 100%;
            height: 100%;
        }

        .event-details .sub-event iframe {
            width: 100%;
            height: 100%;
        }

        .event-details .sub-event .content {
            width: 100%;
            height: 140px;
            background: #ffffff;
            text-align: left;
            margin: 5px 0px;
            padding: 5px 5px;
            color: #e31f25;
        }

            .event-details .sub-event .content p {
                height: 117px;
                overflow: hidden;
            }

            .event-details .sub-event .content a {
                font-size: 11px;
                text-align: right;
                float: right;
                color: #fff;
                padding: 2px 5px;
                background: #007c4c;
                border-radius: 12px 0px 12px 0px;
            }



.text-box h4 {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    color: #8f0022;
    font-size: 24px;
}

.vacancy-box {
    width: 100%;
    float: left;
}

    .vacancy-box .vacancy-list {
        width: 100%;
        float: left;
        margin-bottom: 30px;
        font-size: 17px;
    }

        .vacancy-box .vacancy-list h3 {
            float: left;
            padding: 4px 8px;
            border-left: 3px solid #8b221a;
            font-size: 16px;
            color: #373737;
            margin-bottom: 10px;
        }

        .vacancy-box .vacancy-list li {
            width: 100%;
            float: left;
            font-size: 15px;
            color: #323232;
            position: relative;
            padding-left: 30px;
        }

            .vacancy-box .vacancy-list li:before {
                content: '\2730';
                position: absolute;
                left: 10px;
                top: 0;
                line-height: 20px;
                color: #8b221a;
            }

.apply-now {
    float: left;
    width: 100%;
}

    .apply-now a {
        float: left;
        padding: 10px;
        color: #fff;
        border-radius: 4px;
        background: #1f2d39;
    }

        .apply-now a:hover {
            background: #8b221a;
        }

.text {
    width: 100%;
    float: left;
}

.text-box {
    width: 100%;
    float: left;
}

.vacancy-box {
    width: 100%;
    float: left;
}

    .vacancy-box h2 {
        font-size: 16px;
        float: left;
        padding: 10px;
        color: #fff;
        background: #373737;
        position: relative;
        margin-bottom: 10px;
    }

    .vacancy-box table {
        width: 100%;
        border: 0px !important;
        border-spacing: 0;
    }

        .vacancy-box table th {
            background: #e31f25;
            padding: 7px 9px;
            color: #fff;
        }

        .vacancy-box table td {
            padding: 5px;
        }

            .vacancy-box table td input[type=text], table td input[type=password] {
                padding: 5px;
            }

#submit {
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    width: 100px;
    background: #1f2d39;
}

    #submit:hover {
        background: #8b221a;
    }

.vacancy-box center #submit {
    width: auto;
    padding: 10px;
}



/*************Vacancy ******************/

.apply-now {
    float: left;
    width: 100%;
}



    .apply-now a {
        float: left;
        padding: 10px;
        color: #fff;
        border-radius: 4px;
        background: #1f2d39;
    }



        .apply-now a:hover {
            background: #8b221a;
        }



/*--current opening--*/

.vacancy-box h2 {
    font-size: 16px;
    float: left;
    padding: 10px;
    color: #fff;
    background: #373737;
    width: 313px;
    position: relative;
    margin-bottom: 10px;
}

    .vacancy-box h2:after {
        content: '';
        position: absolute;
        right: -75px;
        top: 0;
        bottom: 0;
        width: 50px;
        border-top: 39px solid transparent;
        border-bottom: 0px solid transparent;
        border-left: 25px solid #373737;
    }



.vacancy-box table {
    width: 100%;
    border: 0px !important;
    border-spacing: 0;
}



    .vacancy-box table th {
        background: #83001f;
        padding: 7px 9px;
        color: #fff;
    }



    .vacancy-box table td {
        padding: 5px;
    }



        .vacancy-box table td input[type=text], table td input[type=password] {
            padding: 5px;
        }



        .vacancy-box table td select {
            padding: 5px;
        }



.vacancy-box .table3 input[type=text] {
    width: 69px !important;
}



.vacancy-box .table4 td:nth-child(2) input[type=text] {
    width: 76px;
}



.vacancy-box .table4 td:nth-child(3) input[type=text] {
    width: 76px;
}



.vacancy-box .table4 td:nth-child(4) input[type=text] {
    width: 236px !important;
}



.vacancy-box .img-preview img {
    width: 100%;
    height: 100%;
}



.vacancy-box center #submit {
    width: auto;
    padding: 10px;
}

/*********vacancy end************/





/*******************news**********/

.news-show {
    width: 100%;
}

    .news-show li {
        padding: 5px 0px;
        border-bottom: 1px dashed #007c4c;
        box-sizing: border-box;
        width: 100%;
        margin: 0px 5px 15px;
        float: left;
    }

        .news-show li:nth-child(odd) .show-date1 {
            background: #e31f25;
        }

        .news-show li .show-date1 {
            width: 100%;
            float: left;
            padding: 10px 5px;
            color: #fff;
            margin-bottom: 10px;
        }

            .news-show li .show-date1 p {
                text-align: center;
                font-size: 18px;
                text-transform: uppercase;
            }

        .news-show li:hover .news-a {
            margin-left: 40px;
        }



        .news-show li .news-a {
            color: #828282;
            padding: 7px 5px;
            font-size: 16px;
            display: block;
            font-family: sens;
            position: relative;
            float: left;
            margin-left: 25px;
            transition: all 500ms;
        }

            .news-show li .news-a img {
                float: right;
                width: 33px;
                margin-left: 10px;
            }

            .news-show li .news-a:before {
                position: absolute;
                content: '\f1ea';
                left: -25px;
                font-size: 15px;
                color: #007c4c;
                font-family: fontAwesome;
                top: 9px;
            }

        .news-show li:nth-child(even) .show-date1 {
            background: #007c4c;
        }



/*******************news details**********/

.table3 {
    float: left;
    margin: 20px auto;
    width: 100%;
}

    .table3 table {
        width: 100%;
    }

        .table3 table tr {
            border: 1px solid;
            border-collapse: collapse;
            color: #fff;
            font-size: 13px !important;
            padding: 1px !important;
            text-align: center;
        }

        .table3 table td {
            font-size: 12px;
            background: #d2d2d2;
            color: #80001f;
        }

.sub-notice-board a {
    font-size: 14px;
    color: grey;
    margin: 10px 0;
    float: left;
}

    .sub-notice-board a:before {
        display: none;
    }

.table3 img {
    width: 60px;
    border: none;
    box-shadow: none;
    float: left;
    transition: all 500ms;
}

    .table3 img:hover {
        filter: hue-rotate(150deg);
    }

.para-box .para-items figure {
    float: left;
    border: 1px solid #ccc;
    padding: 4px;
    width: 48%;
    margin: 0px 1%;
}



    .para-box .para-items figure img {
        width: 100%;
    }

.blog-p {
    padding-bottom: 2px !important;
    color: #5f5f5f !important;
    font-style: italic;
    font-size: 13px;
    text-align: center;
}

.blog-p1 {
    text-align: center;
    font-weight: 500;
    color: #006940 !important;
}

.inside-blog img {
    width: 100%;
    filter: grayscale(0);
    transition: all 500ms;
}

.inside-blog:hover img {
    filter: grayscale(70);
}

.para-box .para-items figure p {
    padding-bottom: 2px !important;
    color: #000000;
}

.para-box .para-items figure em {
    color: #585858;
}

.faq-accordion {
    background: #eaeaea;
    padding: 12px 12px !important;
    margin: 10px 0px;
    position: relative;
    float: left;
    width: 100%;
    ;
    cursor: pointer;
}



    .faq-accordion:before {
        content: "\f107";
        position: absolute;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        right: 10px;
        top: 10px;
        font-size: 24px;
        transition: all 800ms;
        -moz-transition: all 800ms;
        -webkit-transition: all 800ms;
        -ms-transition: all 800ms;
        -o-transition: all 800ms;
        color: #006940;
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

.rotate-afq:before {
    content: "\f107";
    position: absolute;
    right: 10px;
    font-family: fontAwesome;
    font-style: normal;
    top: 10px;
    color: #006940;
    font-size: 24px;
    transition: all 800ms;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.faq-accordion-body {
    width: 100%;
    float: left;
    position: relative;
}



.main-governing {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
    padding: 9px;
    margin: 1%;
    background: #f9f9f9;
    border: 1px dashed rgb(206, 206, 206);
}



    .main-governing img {
        width: 125px;
        float: left;
        padding: 3px;
        margin-right: 10px;
        border: 2px solid rgb(165, 167, 166);
    }

    .main-governing p {
        text-align: center;
        color: #e31f25;
        height: auto !important;
        font-size: 15px;
        padding: 7px 2px 0px;
    }

        .main-governing p span {
            font-size: 14px;
            padding: 0px;
            text-align: center;
            line-height: 1.4;
            color: #006940;
        }

        .main-governing p .post {
            margin: 4px 0px !important;
        }

.hall-of-fame-table {
    border-collapse: collapse;
    width: 100%;
}

    .hall-of-fame-table th, td {
        border-collapse: collapse;
        font-size: 13px;
        text-align: center;
        padding: 10px;
    }

.school-planner-table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #e6e6e6;
}

    .school-planner-table th {
        background: #007c4c;
        color: #fff !important;
        letter-spacing: 1px;
        font-weight: 100;
        font-size: 12px !important;
    }

    .school-planner-table th, td {
        border-collapse: collapse;
        font-size: 12px;
        text-align: center;
        padding: 10px 5px;
        border: 1px solid #e6e6e6;
        color: grey;
        border-color: #e6e6e6;
        letter-spacing: 1px;
        font-weight: 100;
    }

    .school-planner-table td strong {
        color: #006940 !important;
        font-size: 11px !important;
    }

    .school-planner-table .break-end {
        background: #007c4c;
        font-weight: bold;
    }

        .school-planner-table .break-end td {
            color: #fff !important;
        }

.testi-bg {
    background: url(images/bg.jpg);
    position: relative;
}

.hm-testimonials-slider {
    position: relative;
    width: 100% !important;
    height: 330px !important;
}

    .hm-testimonials-slider li {
        text-align: center;
        height: 300px !important;
        width: 100% !important;
        padding: 10px 0px;
        margin-top: 36px;
    }

        .hm-testimonials-slider li .testmonial-img {
        }

            .hm-testimonials-slider li .testmonial-img img {
                width: 150px;
                height: 150px;
                border-radius: 100%;
            }

        .hm-testimonials-slider li .testmonial-cont {
            width: 100%;
            text-align: center;
        }

            .hm-testimonials-slider li .testmonial-cont p {
                letter-spacing: 1px;
                line-height: 1.5;
            }

            .hm-testimonials-slider li .testmonial-cont small {
                float: left;
                width: 100%;
                margin: 10px auto 20px;
                text-transform: uppercase;
                color: #e31f25;
                font-weight: bold;
                letter-spacing: 1px;
            }

.testi-control:hover {
    opacity: 1;
}

.testi-control {
    position: absolute;
    bottom: 44px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-size: 7px !important;
    border-radius: 50%;
    border: 1px solid #000;
    opacity: 0.6;
}

.testi-prev {
    background: url(images/arrow-left.png) center no-repeat;
    left: 50%;
    margin-left: -35px;
}

.testi-next {
    background: url(images/arrow-right.png) center no-repeat;
    right: 50%;
    margin-right: -35px;
}

.main-ads-div {
    width: 48%;
    box-sizing: border-box;
    margin: 10px .5%;
    vertical-align: top;
    background: #e2e2e2;
    padding: 10px;
    border: 1px dotted rgba(0, 0, 0, 0.23);
    display: inline-block;
    text-align: center;
}

    .main-ads-div:hover {
        background: #f9f9f9;
    }

    .main-ads-div .show-ads {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

        .main-ads-div .show-ads a {
            position: relative;
            display: block;
        }

        .main-ads-div .show-ads img {
            width: 100%;
        }

    .main-ads-div .show-ads-p {
        height: 60px;
    }

        .main-ads-div .show-ads-p p {
            font-size: 14px;
            color: #006940;
            padding: 5px 0px;
            text-align: center;
            text-transform: capitalize;
        }

            .main-ads-div .show-ads-p p span {
                text-align: center !important;
                font-size: 13px;
                color: #80001f;
                margin: 0;
                padding: 0px;
            }

    .main-ads-div:hover .show-ads a:before {
        display: none;
    }



    .main-ads-div .show-ads a:before {
        content: '\f065';
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        width: 100%;
        color: #e2e2e2;
        font-size: 28px;
        padding-top: 35%;
        background: rgba(0, 0, 0, 0.51);
        top: 0px;
        font-family: fontAwesome;
        font-style: normal;
    }

.para-items .head-of-school {
    float: left;
    margin: 0px 10px 10px 0px;
}

para-items.head-of-school img {
    width: 145px;
    height: 100%;
    background: #006940;
    padding: 4px;
}

.result-show {
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(230, 230, 230);
    background: #f8f8f8;
}

    .result-show a img {
        width: 45px;
        position: absolute;
        right: 11px;
        top: 8px;
        background: #e6e6e6;
        border-radius: 5px;
    }

.p-link-vac {
    font-size: 16px;
    color: #d90338;
    padding: 10px 18px 10px 10px;
    background: #eeeeee;
    display: block;
    margin-top: 10px;
    float: left;
    border-radius: 0px 50px 0px 0px;
}

.paginetion {
    width: auto;
    text-align: center;
}

    .paginetion a {
        text-align: center;
        display: inline-block;
        padding: 5px 5px 3px;
        background: #006940;
        color: #fff !important;
    }

    .paginetion span {
        display: inline-block;
        padding-bottom: 0px !important;
        line-height: initial !important;
        font-size: 15px !important;
        font-weight: 100;
    }
/*------------------------------------------Responsive---code------------------------------------------*/

/*------------------------------------------Responsive---code------------------------------------------*/

.left-menu-tab {
    display: none;
}



.important {
    display: none;
}

.tab-menu {
    display: none;
}

.tab-drop {
    display: none;
}

.left-drop-tab1 {
    display: none;
}

.left-drop-tab {
    display: block;
}

.tab-enq1 {
    display: none;
}

@media screen and (max-width:1320px) {

    .header .min-width {
        padding: 0 1% !important;
    }


    .sub-news {
        display: inline-block;
        vertical-align: middle;
        width: 70%;
        overflow: hidden;
    }

        /*.news-head {

		width: 15%;

	}*/

        .sub-news ul {
            float: left;
            width: 500px !important;
        }

            .sub-news ul li {
                width: 500px !important;
            }

    .min-width {
        /*padding: 0 1%;*/
    }

    .navigation .menu li a {
        padding: 10px 10px;
    }

    .ups-box li a {
        height: 148px;
        width: 148px;
    }

    .left-menu {
        width: 25%;
    }

    .para-box {
        box-sizing: border-box;
        width: 75%;
    }

    .right-menu {
        float: right;
        width: 100%;
    }

        .right-menu .images-box ul li {
            display: inline-block;
            width: 19%;
        }

            .right-menu .images-box ul li a {
                padding: 23px 5px !important;
            }
}

@media screen and (max-width:1100px) {

    .wrapper {
        overflow: hidden;
    }

    /*.footer-box {

    	width: 17%;

	}

	.sub-footer:before {

		width: 20%;

	}*/

    .footer-box {
        vertical-align: top;
    }

    .sports-box {
        width: 31%;
    }

    .social-box {
        margin-top: 20px;
        display: inline-block;
        text-align: center;
    }

        .social-box ul li {
            display: inline-block;
            margin: 3px 3px;
        }

    .hm-testimonials-slider {
        height: 370px !important;
    }
}

@media screen and (max-width:1060px) {

    .ups-box li {
        width: 17%;
    }

    .left-menu ul li a {
        font-size: 13px;
    }

    .photo-gal .gal-img img {
        height: 125px;
    }
}

@media screen and (max-width:1024px) {

    .slider {
        width: 100%;
        float: left;
        height: 400px !important;
    }

        .slider li {
            height: 400px !important;
        }

            .slider li img {
                height: 400px !important;
            }

    .navigation .menu li a {
        padding: 7px 4px;
    }

    .right-menu .images-box ul li {
        display: inline-block;
        width: 28%;
        margin: 0px 2%;
    }
}



@media screen and (max-width:950px) {

    .header {
        position: relative;
        border-bottom: 2px solid #006940;
        box-shadow: none;
    }

    .top-header .min-width {
        display: none;
    }

    .logo {
        width: 232px;
        float: left;
        text-align: center;
        padding: 5px 0;
        position: relative;
        top: 50%;
        margin-top: 0px;
    }

    .navigation {
        display: none;
    }

    .tab-menu {
        float: right;
        position: relative;
        display: block;
    }

        .tab-menu .tab-menu-show {
            right: 12px;
            top: 35px;
            width: 30px;
            height: 26px;
            z-index: 9999;
            cursor: pointer;
            position: absolute;
            -webkit-transition: all 0.6s ease;
            transition: all 0.6s ease;
        }

    .tab-menu-show > div:nth-child(1), .tab-menu-show > div:nth-child(3) {
        float: right;
    }

    .tab-menu-show > div:nth-child(3) {
        margin-bottom: 0px;
    }

    .tab-menu-show > div {
        background: #006940;
        height: 4px;
        margin-bottom: 4px;
        float: left;
        width: 100%;
    }

    .active {
    }

    .tab-menu-show.active {
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
        -webkit-transform: scale(1, 1) rotateZ(180deg) translate(0, 4px);
        -moz-transform: scale(1, 1) rotateZ(180deg) translate(0, 4px);
        -ms-transform: scale(1, 1) rotateZ(180deg) translate(0, 4px);
        -o-transform: scale(1, 1) rotateZ(180deg) translate(0, 4px);
        transform: scale(1, 1) rotateZ(180deg) translate(0, 4px);
    }



        .tab-menu-show.active > div:nth-child(1) {
            -webkit-transform: scale(1, 1) rotateZ(-45deg) translate(-10px, -7px);
            -moz-transform: scale(1, 1) rotateZ(-45deg) translate(-10px, -7px);
            -ms-transform: scale(1, 1) rotateZ(-45deg) translate(-10px, -7px);
            -o-transform: scale(1, 1) rotateZ(-45deg) translate(-10px, -7px);
            transform: scale(1, 1) rotateZ(-45deg) translate(-10px, -7px);
        }

        .tab-menu-show.active > div:nth-child(2) {
            width: 90%;
        }

        .tab-menu-show.active > div:nth-child(3) {
            -webkit-transform: scale(1, 1) rotateZ(45deg) translate(-10px, -7px);
            -moz-transform: scale(1, 1) rotateZ(45deg) translate(-10px, -7px);
            -ms-transform: scale(1, 1) rotateZ(45deg) translate(-10px, -7px);
            -o-transform: scale(1, 1) rotateZ(45deg) translate(-10px, -7px);
            transform: scale(1, 1) rotateZ(45deg) translate(-10px, 7px);
        }

        .tab-menu-show.active > div:nth-child(1), .tab-menu-show.active > div:nth-child(3) {
            width: 70%;
        }

        .tab-menu-show.active > div {
            -webkit-transition: all 0.6s ease;
            transition: all 0.6s ease;
            -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
        }

    .tab-drop {
        position: absolute;
        z-index: 999999;
        top: 86px;
        display: block;
        right: -100%;
        width: 264px;
        transition: all 800ms ease-in-out;
    }

    .tab-drop1 {
        right: 0 !important;
        display: block;
        transition: all 800ms ease-in-out;
    }

    .tab-drop li {
        position: relative;
    }

        .tab-drop li a {
            border-bottom: 1px dotted #b6b6b6;
            background: rgb(255, 255, 255);
            text-align: left;
            display: block;
            color: #006940;
            padding: 7px 9px;
            font-size: 14px;
        }

        /*.tab-drop li:nth-last-child(1) a

	{

		border-bottom:none;

	}*/

        .tab-drop li:hover a {
            background: rgb(246, 244, 244);
        }

        .tab-drop li:hover .tab-drop li:before {
            color: #fff;
        }



    .tab-drop-sub {
        position: relative;
        display: none;
        background: #006940;
    }

        .tab-drop-sub li a {
            background: rgb(246, 244, 244);
        }

        .tab-drop-sub li:hover a {
            background: #FFFFFF;
        }

    .tab-drop-sub-sub li a {
        background: #FFFFFF;
    }

    .tab-drop-sub-sub li:hover a {
        background: rgb(246, 244, 244);
    }

    .tab-drop-sub-sub {
        position: relative;
        display: none;
        background: #e31f25;
    }

    .background-color {
        background: #006940 !important;
    }

    .tab-drop-li:before {
        content: "\f107";
        position: absolute;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        right: 10px;
        top: 5px;
        font-size: 24px;
        transition: all 800ms;
        -moz-transition: all 800ms;
        -webkit-transition: all 800ms;
        -ms-transition: all 800ms;
        -o-transition: all 800ms;
        color: #006940;
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

    .tab-drop-li-sub:before {
        content: "\f107";
        position: absolute;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        right: 10px;
        top: 5px;
        font-size: 24px;
        transition: all 800ms;
        -moz-transition: all 800ms;
        -webkit-transition: all 800ms;
        -ms-transition: all 800ms;
        -o-transition: all 800ms;
        color: #006940;
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

    .rotate1:before {
        content: "\f107";
        position: absolute;
        right: 10px;
        font-family: fontAwesome;
        font-style: normal;
        top: 5px;
        color: #006940;
        font-size: 24px;
        transition: all 800ms;
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    }







    .hm-events h2 {
        font-size: 20px;
    }

    .hm-up-events .heading h2 {
        color: #fff;
        text-align: left;
        font-size: 20px;
    }

    .banner {
        margin-top: 0px;
    }

    .page-banner {
        margin-top: 0px;
    }

    .ups-box li {
        width: 18%;
        margin: 3%;
    }

        .ups-box li a {
            height: auto;
            width: 100%;
        }


    /*.main-governing p span {

    	font-size: 12px;

	}*/

}

@media screen and (max-width:900px) {

    .right-menu .images-box ul li {
        display: inline-block;
        width: 30%;
        margin: 0px 1%;
    }

    .vacancy-box .table4 td:nth-child(4) input[type=text] {
        width: auto !important;
    }

    .vacancy-box {
        overflow-x: scroll;
    }

    .table3 {
        width: 730px !important;
    }

    .table4 {
        width: 730px !important;
    }

    .photo-gal .gal-img img {
        height: 164px;
    }

    .photo-gal {
        width: 48%;
    }

    #box-banner-img a img {
        width: 100%;
        height: 100%;
        border-radius: 3px;
    }
}



@media screen and (max-width:870px) {

    .sub-footer:before {
        width: 29%;
        background: none;
        display: none;
    }

    .footer-box {
        width: 16%;
        padding: 30px 0;
    }

    .footer-logo {
        width: 25%;
        padding: 65px 30px 65px 3px;
        margin: 0;
    }

        .footer-logo img {
            width: 100%;
        }

    .para-items .cookery-img {
        width: 100%;
    }

    .main-governing {
        width: 100%;
    }

    /*.main-governing p

	{

		height:107px;

	} */

}

@media screen and (max-width:850px) {

    .beyond-box {
        display: inline-block;
        margin: 0 1% 2%;
        width: 22%;
        text-align: center;
    }

    .heading h2 {
        font-size: 20px;
    }

    .event-details .sub-event {
        width: 47%;
        height: 130px;
    }

    .main-ads-div .show-ads-p {
        height: 70px;
    }
}

@media screen and (max-width:800px) {

    .min-width {
        padding: 0 1% !important;
    }

    .left-menu {
        width: 32%;
    }

    .para-box {
        box-sizing: border-box;
        width: 68%;
    }
}

@media screen and (max-width:770px) {
    .slider {
        height: 300px
    }

        .slider li img {
            height: 300px !important;
        }

    #events-bg {
        background: #e31f25;
        position: relative;
        z-index: 1;
        padding: 46px 7%;
    }

    .hm-up-events {
        width: 100%;
        float: left;
        background: #e31f25;
        padding: 30px 0% 30px 5%;
    }

    .hm-events {
        width: 100%;
        float: left;
        padding: 29px 5% 65px;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }



    #events-bg:before {
        content: '';
        position: absolute;
        left: 0;
        right: 50%;
        top: 0;
        bottom: 0;
        background: none;
        z-index: -1;
    }

    .sports-box .sports {
        width: 100% !important;
        height: auto !important;
    }

    .hm-blog {
        width: 100%;
        float: left;
        text-align: center;
        display: inline-block;
    }

    .sports-box {
        width: 47%;
        float: none;
        margin: 10px 1%;
    }

    .hm-infra-boxes {
        width: 26%;
        margin: 0 3% 3%;
    }

        .hm-infra-boxes img {
            width: 100%;
            height: auto;
            padding: 30px;
        }

    .subs-newsletter h2 {
        font-size: 20px;
    }

    .blog-box .blogs {
        width: 47%;
        height: 280px;
    }

    .blogs.subs-newsletter {
        text-align: center;
        width: 100% !important;
    }

    .enquiry-button {
        right: -8px;
    }

        .enquiry-button img {
            float: right;
            width: 90%;
        }

    .flow li a i {
        padding: 6px 3px;
    }

    .right-menu .images-box ul li {
        display: inline-block;
        width: 32%;
        margin: 0px 0%;
    }

    .page-heading {
        font-size: 25px;
    }
}

@media screen and (max-width:740px) {

    .top-header {
        display: inline-block;
        text-align: center;
        padding: 4px;
        border-bottom: 1px solid #006940;
    }

        .top-header .important {
            display: inline-block;
            vertical-align: middle;
        }

            .top-header .important a {
                color: #ffffff;
                padding: 6px 46px;
                height: 30px;
                display: block;
                background: #e31f25;
            }

    .tab-drop {
        top: 125px;
    }

    /*.banner {

		margin-top: 124px;

	}

	.page-banner {

		margin-top: 124px;

	}*/

    .below-banner {
        width: 100%;
        float: left;
        border-bottom: 3px solid #e31f25;
        border-top: 3px solid #e31f25;
        position: relative;
        padding: 0px;
        top: 0px;
        height: auto;
        background: #fff;
        margin: 0px;
    }

        .below-banner > .tour, .login, .prospectus {
            display: none;
        }



        .below-banner .news {
            float: left;
            width: 100%;
            position: relative;
        }

    .news-head h3 {
        line-height: 33px;
    }

    .tagline h1 {
        font: 29px 'latoblack';
    }

    .beyond-box a img {
        width: 95%;
    }

    .bred-crumb {
        padding: 20px 0px 20px 0px;
    }

    .photo-gal .gal-img img {
        height: 145px;
    }

    .video-gal {
        width: 98%;
    }

        .video-gal iframe {
            width: 100%;
            height: 231px;
        }

    .flow {
        display: none;
    }

    .form-box {
        position: fixed;
        right: -380px;
        top: 0;
        z-index: 9999;
    }

    .tab-enq1 {
        display: inline-block !important;
    }

    .tab-enq {
        display: none;
    }

    .enquiry-button {
        position: initial !important;
        right: -8px;
        top: 0px;
    }

    .top-header .important a {
        padding: 10px 25px;
        height: 36px;
    }

    .top-header {
        padding: 7px 4px;
    }
}

@media screen and (max-width:700px) {

    .collabs img {
        width: 100%;
        padding: 10%;
        background: #f5f5f5;
    }

    .footer-box {
        width: 28%;
    }

    .footer-logo {
        display: block !important;
        width: 40%;
        padding: 0px;
        margin: 0px 30% 10px;
    }

        .footer-logo img {
            float: none;
        }

    .social-box {
        display: block !important;
        width: 100%;
        margin: 0px;
        box-sizing: border-box;
        border-top: 1px solid #006940;
        padding: 10px;
    }

    .collabs {
        width: 26%;
        display: inline-block;
        margin: 3%;
    }

    .slider {
        width: 100%;
        float: left;
        height: 240px !important;
    }

        .slider li {
            height: 240px !important;
        }

            .slider li img {
                height: 240px !important;
            }

    .ups-box li a {
        height: auto;
        width: 100%;
        padding: 20px;
    }

    .text-box h4 {
        font-size: 19px;
    }

    .vacancy-box .vacancy-list h3 {
        font-size: 14px;
    }

    .vacancy-box .vacancy-list li {
        font-size: 14px;
    }
}

@media screen and (max-width:660px) {

    .right-menu .images-box ul li {
        display: inline-block;
        width: 49%;
        margin: 0px 0%;
    }

    .left-menu {
        width: 100%;
        background: none;
        min-height: auto;
    }

    .para-box {
        box-sizing: border-box;
        width: 100%;
    }

        .para-box h2 {
            font-size: 20px;
        }

    .vacancy-box h2 {
        font-size: 16px !important;
    }

    .photo-gal .gal-img img {
        height: 170px;
    }

    .left-menu {
        padding: 15px 15px 0px;
    }

    .left-menu-tab {
        float: right;
        display: block;
        cursor: pointer;
        color: #e31f25;
    }

    .left-drop-tab1 {
        display: none;
    }

    .left-drop-tab {
        display: none;
    }

    .hide-tab-menu {
        display: none;
    }

    .para-box {
        padding: 0px 0px 15px;
    }

    .main-governing {
        width: 98%;
        display: inline-block;
        text-align: center;
        margin: 2% 1%;
    }

    .full-banner-home {
        display: none;
    }

    .hm-testimonials-slider li .testmonial-img img {
        width: 100px;
        height: 100px;
        border-radius: 100%;
    }
}

@media screen and (max-width:525px) {

    .header .min-width {
        padding: 0 1% !important;
    }

    .logo {
        width: 200px;
        padding: 11px 0;
    }

    .hm-infra {
        padding: 30px 0;
    }



    .tab-drop {
        width: 100%;
        top: 127px;
    }

    .tagline h1 {
        font: 26px 'latoblack';
    }

    .news-head h3 {
        line-height: 33px;
    }

    .news-head {
        width: 63px;
    }

    .hm-about-container {
        padding: 0px;
    }

    .min-width {
        padding: 0 2% !important;
    }

    .bx-wrapper .bx-prev {
        left: 38% !important;
        bottom: -40px !important;
        width: 30px !important;
        height: 30px !important;
    }

    .bx-wrapper .bx-next {
        right: 38% !important;
        bottom: -40px !important;
        width: 30px !important;
        height: 30px !important;
    }



    .subs-newsletter .newsletter {
        margin-top: 1px;
    }

    .beyond-box a p {
        font-size: 13px;
    }

    .hm-events:after {
        left: 5px;
        right: 5px;
    }

    .hm-up-events .heading h2 {
        font-size: 19px;
    }

    .collabs {
        width: 41%;
        display: inline-block;
        margin: 4%;
    }

        .collabs img {
            padding: 15%;
        }

    .beyond-box {
        width: 30%;
    }

        .beyond-box a img {
            width: 97%;
        }

    .hm-infra-boxes {
        width: 43%;
        margin: 0 3% 3%;
    }

        .hm-infra-boxes img {
            padding: 43px;
        }

    .blog-box .blogs {
        width: 100%;
        height: auto;
        margin: 1% 0px;
        background: #e31f25;
        padding: 40px 15%;
    }

    .sports-box {
        width: 100%;
        float: none;
        background: #02994e;
        margin: 10px 0%;
        padding: 20px;
    }

        .sports-box .sports {
            width: 78% !important;
            height: auto !important;
            background: none !important;
            padding: 0px;
            margin: 6% 11%;
        }

    .hm-about-text p {
        text-align: justify;
        font-size: 14px;
        letter-spacing: 0px;
    }

    .sports-box h2 {
        color: #FFFFFF !important;
    }

    .blog-box .blogs .blog-title p {
        color: #ffffff;
        text-align: center;
    }

    .hm-about-container {
        margin-top: 0px;
        padding: 10px;
    }

    .footer-logo {
        width: 50% !important;
        margin: 0px 25% 10px;
    }

    .ups-box li {
        width: 26%;
        margin: 3%;
    }

        .ups-box li p {
            color: #006940;
            font-size: 13px;
            margin-top: 10px;
        }

    #inside-row {
        padding: 0px 0 15px;
    }

    .textarea {
        box-shadow: none;
    }

    .left-menu {
        padding: 15px 0px;
        background: none;
        min-height: auto;
    }

    .para-box {
        padding: 0px 0px 15px;
    }

    .right-menu {
        padding: 15px 0px;
    }

    .page-banner img {
        height: 150px;
    }

    .page-heading {
        top: 70%;
    }

    .page-heading {
        font-size: 17px;
    }

    .philosophy-img {
        width: 100%;
    }

    .fac-ul li {
        line-height: 1.7;
        margin-left: 18px;
        display: -webkit-inline-box;
        width: 90%;
        float: left;
    }

        .fac-ul li .ask {
            margin-left: 10px;
            float: right;
            padding: 0px 5px;
            border: 1px solid #333;
            font-family: Georgia;
            font-weight: bold;
            font-size: 14px;
        }

    .contact-details .sun-school {
        width: 100%;
        float: left;
    }

    .contact-details .corpo-office {
        width: 100%;
        float: left;
    }

    .contact-form form {
        width: 100%;
    }

    .contact-form iframe {
        width: 100%;
        height: 275px;
        margin-top: 10px;
        margin-left: 0%;
    }

    .news-show li {
        margin: 0px 0px 15px;
    }

        .news-show li .show-date1 {
            padding: 4px 5px;
        }

    .apply-now a {
        padding: 5px;
    }

    .main-governing {
        width: 98%;
        margin: 2% 1%;
    }

    /*.main-governing p span {

    	font-size: 10px;

	}*/

}

@media screen and (max-width:476px) {

    .ecis {
        border-left: none;
    }

    .slider {
        width: 100%;
        float: left;
        height: 170px !important;
    }

        .slider li {
            height: 170px !important;
        }

            .slider li img {
                height: 170px !important;
            }

    .tagline h1 {
        font: 20px 'latoblack';
    }

    .banner {
        width: 100%;
        float: left;
    }

    .beyond-box {
        width: 47%;
    }

        .beyond-box a img {
            width: 74%;
        }

    .hm-up-events .heading h2 {
        font-size: 16px;
    }

    .ticker li a p {
        font-size: 12px;
        width: 70%;
    }

    .ticker li span {
        font-size: 13px !important;
    }

    .ups-box li {
        width: 44%;
        margin: 6% 2%;
        text-align: center;
        display: inline-block;
    }

        .ups-box li a {
            height: 110px;
            width: 110px;
            padding: 20px;
            display: inline-block;
        }

    .para-box h2 {
        font-size: 18px;
    }

    .para-items h3 {
        font-size: 14px;
    }

    .chair-img {
        float: left;
        width: 100%;
        PADDING: 3% 33%;
        BACKGROUND: rgba(234, 234, 234, 0.69);
        margin: 10PX 0PX;
    }

    .text-box h4 {
        font-size: 17px;
    }

    .photo-gal .gal-img img {
        height: 140px;
    }

    .event-details .sub-event {
        width: 88%;
        height: 112px;
    }

    .teach-meth-table {
        overflow-x: scroll;
    }

    .vacancy-box h2 {
        font-size: 13px !important;
        width: 264px;
    }



    .footer-box {
        width: 98%;
        border-top: 1px dotted #006940;
        text-align: center;
    }
}

@media screen and (max-width:425px) {

    .main-ads-div {
        width: 100%;
    }

        .main-ads-div .show-ads-p {
            height: auto;
        }

    .hm-testimonials-slider {
        height: 434px !important;
    }
}



@media screen and (max-width:376px) {

    .slider {
        width: 100%;
        float: left;
        height: 120px !important;
    }

        .slider li {
            height: 120px !important;
        }

            .slider li img {
                height: 120px !important;
            }

    .tagline h1 {
        font: 20px 'latoblack';
    }

    .right-menu .images-box ul li {
        display: inline-block;
        width: 97%;
        margin: 0px 0%;
    }

    .photo-gal {
        width: 80%;
        margin: 10px 10%;
    }

        .photo-gal .gal-img img {
            height: 150px;
        }

    .main-governing {
        width: 98%;
    }

        .main-governing img {
            float: none;
        }

        .main-governing p {
            height: 103px;
        }
}


/*FeedBack Page*/
/* General form styling */
/* main.css */

.form-container {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 600px;
    margin: auto;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}

.form-label {
    display: block;
    margin-bottom: 5px;
    color: black;
    transition: color 0.3s ease;
}

.form-control {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.3s ease;
}

    /* Apply red border color when the input field is invalid */
    .form-control:invalid {
        border-color: red;
    }

/* Apply red color to the label when the input field is invalid */
.validation-error {
    color: red;
    font-size: 12px;
    display: block;
}

/* Ensure no extra space for error messages */
.form-group .validation-error {
    margin: 0;
}

.btn-primary {
    background-color: #e31f25; /* Dark red */
    color: #fff; /* White text */
    padding: 10px 15px; /* Padding for button */
    border: none; /* No border */
    border-radius: 4px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    font-size: 16px; /* Font size */
    transition: background-color 0.3s ease, transform 0.2s ease; /* Smooth transition */
    display: inline-block; /* Inline-block for alignment */
    text-align: center; /* Center align text */
}

    /* Button hover effect */
    .btn-primary:hover {
        background-color: #a00000; /* Slightly lighter red on hover */
        transform: scale(1.05); /* Slightly enlarge button on hover */
    }

    /* Button focus effect */
    .btn-primary:focus {
        outline: none; /* Remove default outline */
        box-shadow: 0 0 0 3px rgba(134, 0, 0, 0.5); /* Red shadow for focus */
    }



/*Branch Login*/
.form-container {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    max-width: 400px;
    margin: auto;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}

.form-label {
    display: block;
    margin-bottom: 5px;
    color: black;
    transition: color 0.3s ease;
}

.form-control {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.3s ease;
}

    /* Apply red border color when the input field is invalid */
    .form-control:invalid {
        border-color: red;
    }

/* Apply red color to the label when the input field is invalid */
.validation-error {
    color: red;
    font-size: 12px;
    display: block;
    margin-top: 5px; /* Ensures some space between input and error message */
}

/* Button styling */
.btn-primary {
    background-color: #e31f25; /* Dark red */
    color: #fff; /* White text */
    padding: 10px 15px; /* Padding for button */
    border: none; /* No border */
    border-radius: 4px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    font-size: 16px; /* Font size */
    transition: background-color 0.3s ease, transform 0.2s ease; /* Smooth transition */
    display: inline-block; /* Inline-block for alignment */
    text-align: center; /* Center align text */
    margin-right: 10px; /* Space between buttons */
}

    /* Button hover effect */
    .btn-primary:hover {
        background-color: #a00000; /* Slightly lighter red on hover */
        transform: scale(1.05); /* Slightly enlarge button on hover */
    }

/* Secondary button styling */
.btn-secondary {
    background-color: #ccc; /* Light gray */
    color: #000; /* Black text */
    padding: 10px 15px; /* Padding for button */
    border: none; /* No border */
    border-radius: 4px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    font-size: 16px; /* Font size */
    transition: background-color 0.3s ease, transform 0.2s ease; /* Smooth transition */
    display: inline-block; /* Inline-block for alignment */
}

    /* Secondary button hover effect */
    .btn-secondary:hover {
        background-color: #bbb; /* Slightly darker gray on hover */
        transform: scale(1.05); /* Slightly enlarge button on hover */
    }

/* Ensures buttons are side by side */
.form-buttons {
    display: flex;
    justify-content: flex-start; /* Align buttons to the start */
}



/*News Part*/

/*.news {
    overflow: hidden;
    width: 100%;
    border: 1px solid #ddd;
    background-color: #f0f0f0;
    display: flex;
}

.news-head {
    padding: 10px;
    background-color: #e31f25;
    color: white;
    text-align: center;
}

.sub-news {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.news-item {
    display: inline-block;
    padding: 10px;
    color: #333;
    margin-right: 10px;
    white-space: nowrap;
}*/

/*Messages Page*/


body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.content {
    padding: 20px;
}

.image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .image-gallery img {
        width: calc(25% - 10px); /* 25% width minus the gap */
        border: 2px solid black;
        border-radius: 5px;
        transition: transform 0.3s ease, border 0.3s ease;
        margin-bottom: 10px;
        cursor: pointer;
    }

        .image-gallery img:hover {
            border: 2px solid black;
            transform: scale(1.3, 1.3);
        }

@media (max-width: 800px) {
    .image-gallery img {
        width: calc(50% - 10px); /* 50% width for smaller screens */
    }
}

@media (max-width: 500px) {
    .image-gallery img {
        width: 100%; /* Full width for very small screens */
    }
}

/* Popup Modal */
.popup-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
    justify-content: center;
    align-items: center;
}

.popup-modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    /*background-color: #fff; /* Ensure content is visible */
    padding: 10px;
    border-radius: 5px;
}

.popup-image {
    width: 35vw;
    height: 85vh;
}

/* Close Button */
.close {
    position: absolute;
    top: -10px;
    right: -11px;
    color: #fff;
    font-size: 40px !important;
    font-weight: bold !important;
    transition: 0.3s;
    background: #000;
    border-radius: 50%;
    padding: 7px !important;
    cursor: pointer;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* Blur Effect */
.blurred {
    filter: blur(5px);
    pointer-events: none; /* Make the background unoperational */
}


/*Contact us Page*//*
#contact-container {
    width: 90% !important;
    margin: auto !important;
    overflow: hidden !important;
    background: #fff !important;
    padding: 20px !important;
    border-radius: 10px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}

#contact-info {
    text-align: center !important;
    margin-bottom: 20px !important;
}

.contact-title {
    font-size: 21px !important;
    color: #e31f25 !important;
    padding: 12px 0 18px 0px !important;
    border-bottom: 1px dotted #df4237;
    font-weight: 600 !important;
}

.contact-item {
    line-height: 1.6 !important;
    padding-bottom: 18px
}

.contact-label {
    font-weight: bold !important;
    display: block !important;
    font-size: 18px !important;
    padding-bottom: 4px !important;
}

.contact-link {
    color: #e31f25 !important;
    text-decoration: none !important;
}

    .contact-link:hover {
        text-decoration: underline !important;
    }

@media (max-width: 600px) {
    #contact-container {
        width: 100% !important;
        padding: 10px !important;
    }

    .contact-item {
        font-size: 14px !important;
    }
}*/
#contact-container {
    width: 80% !important;
    margin: auto !important;
    overflow: hidden !important;
    background: #fff !important;
    padding: 20px !important;
    border-radius: 10px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}

#contact-info {
    margin-bottom: 20px !important;
}

.contact-title {
    color: #e31f25 !important;
    text-align: center !important;
}

.contact-item {
    line-height: 1.6 !important;
    display: flex !important;
    justify-content: space-between !important;
    padding: 10px 0 !important;
}

.contact-label {
    font-weight: bold !important;
    width: 30% !important;
}

.contact-link {
    color: #e31f25 !important;
    text-decoration: none !important;
}

    .contact-link:hover {
        text-decoration: underline !important;
    }

@media (max-width: 600px) {
    #contact-container {
        width: 100% !important;
        padding: 10px !important;
    }

    .contact-item {
        font-size: 14px !important;
        flex-direction: column !important;
    }

    .contact-label {
        width: 100% !important;
        margin-bottom: 5px !important;
    }
}

/*Gallery*/
.right-menu .images-box ul li a {
    display: block;
    padding: 23px;
    border-bottom: 0px dashed #6f2336;
    color: #252525;
    position: relative;
    margin: 11px 11px 28px;
    border: 1px solid #006940;
}

    .right-menu .images-box ul li a i {
        position: absolute;
        top: -23px;
        right: 25px;
        /* left: 0; */
        /* bottom: 0; */
        font-size: 25px;
        background: #fff;
        padding: 11px;
    }



/*Certificate Verification*/
.cv_form-container {
    padding: 20px;
    background-color: #f9f9f9; /* Light background */
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Form group */
.cv_form-group {
    margin-bottom: 15px;
}


/* Form labels */
.cv_form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
}

/* Form controls */
.cv_form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Form buttons */
.cv_form-buttons {
    justify-content: center;
}

/* Button styles */
.cv_btn {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.cv_btn-primary {
    background-color: #e31f25;
    color: #fff;
}

    .cv_btn-primary:hover {
        background-color: #0056b3;
    }

/* Details container */
.cv_details-container {
    border: 2px solid #e31f25;
    padding: 10px;
    margin-top: 20px;
    border-radius: 8px;
    background-color: #fff;
}

/* Student info container */
.cv_student-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

/* Image styling */
.cv_student-image-container {
    flex: 1;
    width: 227px;
    height: 240px;
    border: 2px solid black;
}

.cv_student-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 2px solid #ccc;
}

/* Details section */
.cv_student-details {
    flex: 2;
    padding-left: 20px;
}

cv_student-details p span{
    font-size: 15px;
}

.cv_label {
    display: block;
    margin-bottom: 8px;
    color: #555;
}

/* Grid view styling */
.cv_marks-grid {
    width: 100%;
    border-collapse: collapse;
}

    .cv_marks-grid th, .cv_marks-grid td {
        border: 1px solid #ddd;
        padding: 12px;
        text-align: left;
    }

    .cv_marks-grid th {
        background-color: #f4f4f4;
        color: #333;
    }

    .cv_marks-grid tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .cv_marks-grid tr:hover {
        background-color: #f1f1f1;
    }

    .cv_student-details p{
        display:flex;
        font-size: 15px;
    }

@media (max-width: 768px) {
    .page-heading {
        position: absolute;
        left: 43%;
        top: 25%;
        color: #052a3d;
        letter-spacing: 5px;
        font-size: 10px;
    }
}