body {
    padding: 0;
    margin: 0;
}

a:hover {
    text-decoration: none;
}

@font-face {
    font-family: 'TrumpSoftPro';
    src: url("fonts/TrumpSoftPro-Bold.eot");
    src: url("fonts/TrumpSoftPro-Bold.woff2") format("woff2"), url("fonts/TrumpSoftPro-Bold.woff") format("woff"), url("fonts/TrumpSoftPro-Bold.ttf") format("truetype"), url("fonts/TrumpSoftPro-Bold.svg#TrumpSoftPro-Bold") format("svg"), url("fonts/TrumpSoftPro-Boldd41dd41d.eot?#iefix") format("embedded-opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'TrumpSoftPro';
    src: url("fonts/TrumpSoftPro.eot");
    src: url("fonts/TrumpSoftPro.woff2") format("woff2"), url("fonts/TrumpSoftPro.woff") format("woff"), url("fonts/TrumpSoftPro.ttf") format("truetype"), url("fonts/TrumpSoftPro.svg#TrumpSoftPro") format("svg"), url("fonts/TrumpSoftProd41dd41d.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url("fonts/Poppins-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url("fonts/Poppins-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'NoeDisplay';
    src: url("fonts/noe-display-regular.html") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NoeDisplay';
    src: url("fonts/noe-display-bold.html") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'NoeDisplay';
    src: url("fonts/Noe_Display_Medium.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

.upper_head {
    background: #005720;
    padding: 5px 0;
}

    .upper_head ul {
        margin: 0;
        padding: 0;
    }

        .upper_head ul li {
            float: left;
            margin-left: 10px;
            list-style: none;
            border: 1px solid;
            border-color: rgba(173, 170, 170, 0.47);
            border-radius: 3px;
        }

            .upper_head ul li:first-child {
                margin-left: 0;
            }

            .upper_head ul li a {
                color: #fff;
                text-align: center;
                text-decoration: none;
                /* text-transform: uppercase; */
                padding: 3px 20px;
                display: inline-block;
                font-size: 15px;
                line-height: 21px;
                /*font-family: 'Poppins';*/
            }

            .upper_head ul li .dropdown-menu {
                min-width: 150px;
            }

                .upper_head ul li .dropdown-menu a {
                    color: #2b2f47;
                    text-align: left;
                }

.navbar {
    padding-left: 0;
    padding-right: 0;
    /*height: 45px;*/
}

.menu {
    height: 60px;
}

    .menu li {
        margin: 10px 0;
        margin-left: 0px;
        line-height: 40px;
    }

        .menu li a {
            color: #58585a;
            font-size: 13px;
            padding: 0;
            text-transform: uppercase;
            font-weight: bold;
            font-family: 'Poppins';
            padding-right: 1.1rem!important;
            padding-left: 1.1rem!important;
        }

        .menu li:first-child {
            margin-left: 0;
        }

.navbar-nav .dropdown-menu {
    padding: 15px;
}

.nav-img {
    display: block;
    /*width: 133px;*/
}

    .nav-img img {
        position: relative;
        z-index: 999;
        top: -41px;
    }

.open > .dropdown-menu {
    display: block;
}

/*.open > .nav-link {
    color: #721115;
}*/

.notic {
    font-family: 'Poppins';
}

    .notic .notc_title {
        width: 15%;
        float: left;
        background: #731115;
        position: relative;
        top: 0;
        height: 55px;
        color: #fff;
        text-align: left;
        padding-right: 20px;
    }

        .notic .notc_title:after {
            border-top: 27px solid transparent;
            border-bottom: 27px solid transparent;
            border-left: 20px solid #731115;
            content: '';
            right: -20px;
            position: absolute;
            top: 0;
            z-index: 999;
        }

        .notic .notc_title p {
            float: right;
            margin-top: 7px;
            line-height: 21px;
        }

            .notic .notc_title p span {
                font-size: 18px;
                font-weight: 500;
            }

    .notic .notc_cont {
        padding-left: 60px;
        width: 75%;
        float: left;
        padding-top: 4px;
        background: #e9eef2;
        height: 55px;
        position: relative;
        margin-bottom: 0;
    }

        .notic .notc_cont .notc_dt {
            color: #731115;
            font-weight: 500;
        }

        .notic .notc_cont .notc_txt {
            color: #696b6d;
            font-weight: 500;
        }

        .notic .notc_cont .slick-list {
            width: 90%;
        }

        .notic .notc_cont .slick-prev {
            left: auto;
            right: 35px;
            background: url(images/notice_prev.html) no-repeat;
            border: 1px solid #384069;
            background-position: center;
            padding: 14px;
            border-radius: 3px;
        }

        .notic .notc_cont .slick-next {
            left: auto;
            right: 0;
            background: url(images/notice_next.png) no-repeat;
            border: 1px solid #384069;
            background-position: center;
            padding: 14px;
            border-radius: 3px;
        }

            .notic .notc_cont .slick-next:before {
                content: '';
            }

        .notic .notc_cont .slick-prev:before {
            content: '';
        }

        .notic .notc_cont .slick-dots {
            display: none!important;
        }

    .notic .notc_anch {
        width: 10%;
        float: left;
        background: #e9eef2;
        height: 55px;
    }

        .notic .notc_anch a {
            background: #731115;
            color: #fff;
            border-radius: 3px;
            padding: 6px 10px;
            display: inline-block;
            margin-top: 11px;
            margin-left: 10px;
            text-transform: uppercase;
            font-size: 13px;
            transition: 1s;
        }

            .notic .notc_anch a:hover {
                text-decoration: none;
                background: #333;
            }

.resp_img {
    width: 100%;
}

.about {
    padding: 60px 0;
}

    .about p {
        font-size: 16px;
        color: #737373;
        margin-top: 80px;
        font-weight: 400;
        font-family: 'Poppins';
    }

    .about .lets {
        color: #2b2f47;
        font-size: 16px;
        font-weight: 500;
        margin-top: 120px;
        font-family: 'Poppins';
    }

    .about h1 {
        color: #731115;
        font-size: 56px;
        font-family: 'TrumpSoftPro';
        font-weight: bold;
        text-transform: uppercase;
    }

    .about a {
        background: #731115;
        color: #fff;
        border-radius: 3px;
        display: inline-block;
        padding: 5px 20px;
        text-transform: uppercase;
        margin-top: 40px;
        font-family: 'Poppins';
        transition: 1s;
    }

        .about a:hover {
            background: #333;
        }

.messg {
    background: #e9eef2;
    padding: 40px 0;
    height: 500px;
}

.messg_img {
    border: 7px solid #fff;
    box-shadow: 0px 0px 13px 0.5px #999;
}

.messg_cont h2 {
    color: #731115;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Poppins';
}

    .messg_cont h2 span {
        display: block;
        width: 76px;
        height: 3px;
        background: #731115;
        margin-top: 10px;
    }

.messg_cont p {
    font-size: 16px;
    color: #666;
    font-family: 'Poppins';
}

.messg_cont a {
    background: #731115;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    padding: 5px 20px;
    text-transform: uppercase;
    margin-top: 20px;
    font-family: 'Poppins';
    transition: 1s;
}

    .messg_cont a:hover {
        background: #333;
    }

.messg_cont p.messg_design {
    font-size: 24px;
    color: #606060;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 23px;
}

.slick-slide:focus {
    outline: 0;
}

.messg_scroll .slick-slide {
    padding-bottom: 20px;
    padding-right: 10px;
}

.messg_scroll .slick-track {
    margin-left: 10px;
}

.messg_scroll .slick-next, .messg_scroll .slick-prev {
    display: none!important;
}

.messg_scroll .slick-dots {
    bottom: 85px;
    margin-left: 60px;
}

    .messg_scroll .slick-dots li {
        width: 30px;
    }

        .messg_scroll .slick-dots li button {
            width: 30px;
        }

            .messg_scroll .slick-dots li button:before {
                height: 3px;
                background: #000;
                content: '';
                width: 30px;
            }

.mission {
    overflow: hidden;
    font-family: 'Poppins';
}

    .mission h3 {
        color: #731115;
        font-size: 24px;
        font-weight: 500;
        text-transform: uppercase;
        margin-top: 180px;
        margin-bottom: 30px;
    }

        .mission h3 span {
            display: block;
            width: 50px;
            height: 3px;
            background: #731115;
            margin-top: 10px;
        }

    .mission p {
        font-size: 16px;
        color: #666;
    }

    .mission a {
        background: #731115;
        color: #fff;
        border-radius: 3px;
        display: inline-block;
        padding: 5px 20px;
        text-transform: uppercase;
        margin-top: 20px;
        transition: 1s;
    }

        .mission a:hover {
            background: #333;
        }

.miss_img {
    width: 122%;
}

.vision {
    overflow: hidden;
    font-family: 'Poppins';
}

    .vision h3 {
        color: #731115;
        font-size: 24px;
        font-weight: 500;
        text-transform: uppercase;
        margin-top: 180px;
        margin-bottom: 30px;
    }

        .vision h3 span {
            display: block;
            width: 50px;
            height: 3px;
            background: #731115;
            margin-top: 10px;
        }

    .vision p {
        font-size: 16px;
        color: #666;
    }

    .vision a {
        background: #731115;
        color: #fff;
        border-radius: 3px;
        display: inline-block;
        padding: 5px 20px;
        text-transform: uppercase;
        margin-top: 20px;
        transition: 1s;
    }

        .vision a:hover {
            background: #333;
        }

.vis_img {
    width: 122%;
    margin-left: -22%;
}

.pad_l {
    padding-left: 0;
}

.pad_r {
    padding-right: 0;
}

.add_pad_r {
    padding-right: 30px;
}

.add_pad_l {
    padding-left: 30px;
}

.award {
    padding: 60px 0;
    background: #f7f7f7;
    font-family: 'Poppins';
}

    .award h3 {
        font-family: 'TrumpSoftPro';
        font-weight: bold;
        font-size: 54px;
        color: #731115;
        text-transform: uppercase;
        line-height: 54px;
    }

    .award a {
        background: #731115;
        color: #fff;
        border-radius: 3px;
        display: inline-block;
        padding: 5px 20px;
        text-transform: uppercase;
        margin-top: 20px;
        transition: 1s;
    }

        .award a:hover {
            background: #333;
        }

.award_scroll h4 {
    font-size: 24px;
    color: #2c82c9;
}

    .award_scroll h4 a {
        background: transparent;
        color: #731115;
        padding: 0;
        border-radius: 0;
        margin-top: 0;
        text-transform: inherit;
        display: block;
    }

        .award_scroll h4 a:hover {
            text-decoration: none;
            background: none;
        }

.award_scroll .awrd_dt {
    font-size: 16px;
    color: #707070;
    font-weight: 500;
}

    .award_scroll .awrd_dt span {
        color: #731115;
    }

.award_scroll p {
    color: rgba(0,0,0,0.7);
    font-size: 16px;
    font-weight: 500;
}

.award_scroll .slick-dots {
    text-align: left;
}

    .award_scroll .slick-dots li {
        width: 15px;
        height: 15px;
    }

        .award_scroll .slick-dots li button:before {
            border: 1px solid #000;
            border-radius: 100%;
            content: '';
            width: 15px;
            height: 15px;
        }

        .award_scroll .slick-dots li.slick-active button:before {
            border: 1px solid #721115;
            border-radius: 100%;
            background: #721115;
        }

.award_scroll .slick-next, .award_scroll .slick-prev {
    display: none!important;
}

.news {
    padding: 60px 0;
    font-family: 'Poppins';
}

    .news h3 {
        font-size: 34px;
        color: white;
        margin-bottom: 30px;
    }

.news_scroll .news_itm {
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 20px;
    width: 48%;
    float: left;
    margin-right: 1%;
    margin-bottom: 12px;
    transition: 0.5s;
}

    .news_scroll .news_itm:hover {
        background: #721115;
    }

    .news_scroll .news_itm .news_dt {
        font-size: 16px;
        color: #731115;
        transition: 0.5s;
    }

    .news_scroll .news_itm p {
        font-size: 16px;
        color: rgba(0,0,0,0.7);
        font-weight: 500;
        transition: 0.5s;
    }

    .news_scroll .news_itm:hover .news_dt {
        color: #fff;
    }

    .news_scroll .news_itm:hover p {
        color: #fff;
    }

.downld {
    background: url(images/downld_back.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    font-family: 'Poppins';
}

.downld {
    background-attachment: fixed;
    height: 377px;
}

    .downld h3 {
        color: #fff;
        text-align: center;
        font-size: 34px;
    }

    .downld .dwnld_img {
        max-width: 690px;
        margin: 40px auto 20px;
    }

        .downld .dwnld_img:after {
            display: block;
            clear: both;
            content: '';
        }

        .downld .dwnld_img img {
            float: left;
            margin-right: 10px;
        }

    .downld p {
        text-align: center;
        color: #fff;
        font-size: 16px;
    }

    .downld ul:after {
        display: block;
        clear: both;
        content: '';
    }

    .downld ul {
        margin: 0;
        padding: 0;
        width: 322px;
        margin: 0 auto;
    }

        .downld ul li {
            list-style: none;
            color: #fff;
            background: #721115;
            padding: 5px;
            float: left;
            width: 42px;
            text-align: center;
            margin-left: 10px;
        }

footer {
    padding: 32px 0 32px;
    font-family: 'Poppins';
}

.map_ifrm {
    float: left;
    width: 60%;
}

.foot_block {
    float: left;
    width: 35%;
    margin-left: 5%;
    position: relative;
}

    .foot_block .foot_cont {
        background: #721115;
        padding: 50px;
        margin-top: 62px;
        margin-left: -20%;
        position: absolute;
        width: 120%;
    }

        .foot_block .foot_cont h3 {
            color: #fff;
            font-size: 24px;
        }

            .foot_block .foot_cont h3 span {
                display: block;
                width: 76px;
                height: 3px;
                background: #fff;
                margin-top: 8px;
            }

        .foot_block .foot_cont ul:after {
            display: block;
            clear: both;
            content: '';
        }

        .foot_block .foot_cont ul {
            margin: 0;
            padding: 0;
            margin-top: 30px;
            margin-bottom: 0;
        }

            .foot_block .foot_cont ul li {
                list-style: none;
                color: #fff;
                margin-bottom: 15px;
            }

                .foot_block .foot_cont ul li:after {
                    display: block;
                    clear: both;
                    content: '';
                }

                .foot_block .foot_cont ul li span.one_dv {
                    widtH: 6%;
                    float: left;
                }

                .foot_block .foot_cont ul li span.tw_dv {
                    float: left;
                    width: 89%;
                    margin-left: 5%;
                    margin-top: -5px;
                }

                .foot_block .foot_cont ul li:nth-child(1) span.one_dv {
                    background: url(images/location_img.png) no-repeat;
                    height: 25px;
                }

                .foot_block .foot_cont ul li:nth-child(2) span.one_dv {
                    background: url(images/msg_img.html) no-repeat;
                    height: 15px;
                }

                .foot_block .foot_cont ul li:nth-child(3) span.one_dv {
                    background: url(images/mob_img.html) no-repeat;
                    height: 26px;
                }

                .foot_block .foot_cont ul li:nth-child(4) span.one_dv {
                    background: url(images/url-icon.html) no-repeat;
                    height: 26px;
                }

                .foot_block .foot_cont ul li:last-child {
                    margin-bottom: 0;
                }

footer p {
    font-size: 14px;
    color: #969696;
    margin-top: 0px;
}

    footer p a {
        font-size: 16px;
        color: #969696;
    }

/* Contact Us*/
.cont_map {
    float: left;
    width: 60%;
}

.cont_txt {
    /*float: left;
    width: 35%;
    margin-left: 5%;
    position: relative;*/
}

    .cont_txt .cont_dt {
        /*background: #005720;*/
        /*padding: 50px;*/
        /* margin-top: 82px; */
        /* margin-left: -20%; */
        /* position: absolute; */
        /* width: 120%; */
    }

        .cont_txt .cont_dt h3 {
            /*color: #fff;*/
            /*font-size: 24px;
            font-weight: normal;
            font-family: 'Poppins';*/
        }

            .cont_txt .cont_dt h3 span {
                /*display: block;
                width: 76px;
                height: 3px;
                background: #fff;
                margin-top: 8px;*/
            }

        .cont_txt .cont_dt ul:after {
            display: block;
            clear: both;
            content: '';
        }

        .cont_txt .cont_dt ul {
            margin: 0;
            padding: 0;
            margin-top: 30px;
            margin-bottom: 0;
        }

            .cont_txt .cont_dt ul li {
                list-style: none;
                /* color: #fff; */
                margin-bottom: 10px;
                border-bottom: 1px solid #ccc7c7;
                padding-bottom: 10px;
                padding-top: 10px;
            }

                .cont_txt .cont_dt ul li:after {
                    display: block;
                    clear: both;
                    content: '';
                }

                .cont_txt .cont_dt ul li span.one_dv {
                    widtH: 6%;
                    float: left;
                }

                .cont_txt .cont_dt ul li span.tw_dv {
                    float: left;
                    width: 89%;
                    margin-left: 2%;
                    margin-top: -5px;
                    font-size: 16px;
                }

                .cont_txt .cont_dt ul li:nth-child(1) span.one_dv {
                    background: url(../../../images/loc_drk.png) no-repeat;
                    height: 25px;
                }

                .cont_txt .cont_dt ul li:nth-child(2) span.one_dv {
                    background: url(../../../images/msg_img.png) no-repeat;
                    height: 15px;
                }

                .cont_txt .cont_dt ul li:nth-child(3) span.one_dv {
                    background: url(../../../images/call.png) no-repeat;
                    height: 26px;
                }

                .cont_txt .cont_dt ul li:nth-child(4) span.one_dv {
                    background: url(../../../images/mob_img.png) no-repeat;
                    height: 26px;
                }

                .cont_txt .cont_dt ul li:nth-child(5) span.one_dv {
                    background: url(../../../images/url-icon.png) no-repeat;
                    height: 26px;
                }

                .cont_txt .cont_dt ul li:last-child {
                    margin-bottom: 0;
                }

.cont_pg_blw {
    background: #f7f7f7;
    padding: 90px 0;
    border-top: 1px solid #efecec;
}

    .cont_pg_blw h3 {
        color: #384069;
        font-family: 'TrumpSoftPro';
        font-size: 38px;
        margin-bottom: 15px;
        font-weight: 500;
    }

    .cont_pg_blw p {
        color: #3c3c3c;
        font-family: 'Poppins';
        font-size: 18px;
        margin-bottom: 40px;
    }

.contact_form {
    font-family: 'Poppins';
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.contact_form label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: bold;
}

.contact_form input[type=text], .contact_form input[type=password], .contact_form input[type=email], .contact_form input[type=tel], .contact_form textarea {
    color: #828282;
    font-size: 12px;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #656565;
    width: 100%;
    background: #f7f7f7;
    margin-bottom: 25px;
    outline: none !important;
}

.contact_form input[type=submit] {
    background: #731115;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    padding: 5px 30px;
    text-transform: uppercase;
    margin-top: 20px;
    transition: 1s;
    border: 0;
    cursor: pointer;
}

    .contact_form input[type=submit]:hover {
        background: #333;
    }

.cont_in_pad_l {
    padding-right: 30px;
    border-right: 1px solid #d0d0d0;
}

.cont_in_pad_r {
    padding-left: 35px;
}

.cont_foot {
    padding: 10px 0;
    text-align: center;
}

    .cont_foot p {
        margin: 10px 0;
    }
/* About Us*/
.inner_cont {
    background: url(../../../images/back.jpg);
    padding-bottom: 30px;
}

.inner_banner {
    width: 100%;
}

    .inner_banner img {
        width: 100%;
    }

/*.inner_pag_cir {
    background-image: url(images/inner_back_circ.png);
    background-repeat: no-repeat;
    background-position: center 0;
    width: 130px;
    height: 130px;
    top: -130px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: 100%;
}*/

.inner_pag {
    padding: 35px 0px 0px;
    /* margin-top: -150px; */
    position: relative;
    /*background: #fff;*/
    /* border: 1px solid #dfdfdf; */
}

    .inner_pag h1 {
        color: #731115;
        font-family: 'TrumpSoftPro';
        font-size: 40px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .inner_pag p {
        color: #3e3d3d;
        font-size: 15px;
        font-family: 'Poppins';
        line-height: 24px;
    }

    .inner_pag ul li {
        color: #3e3d3d;
        font-size: 15px;
        font-family: 'Poppins';
        line-height: 24px;
    }

    .inner_pag h2 {
        color: #606060;
        font-family: 'TrumpSoftPro';
        font-size: 30px;
        text-align: left;
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: 0;
    }
/* Board Of Management*/
.board_itm .board_img {
    width: 50%;
    float: left;
}

    .board_itm .board_img img {
        width: 100%;
    }

.board_itm .board_txt {
    float: left;
    width: 50%;
    background: #f5f5f5;
    padding: 20px;
    min-height: 238px;
}

    .board_itm .board_txt h2 {
        color: #384069;
        font-size: 20px;
        font-family: 'NoeDisplay';
        font-weight: 400;
        margin-top: 20px;
    }

    .board_itm .board_txt h3 {
        color: #606060;
        font-size: 14px;
        font-family: 'Poppins';
        line-height: 22px;
    }

    .board_itm .board_txt.red_back {
        background: #721115;
    }

        .board_itm .board_txt.red_back h2 {
            color: #fff;
        }

        .board_itm .board_txt.red_back h3 {
            color: #fff;
        }

    .board_itm .board_txt.grey_back {
        background: #d2dde4;
    }

        .board_itm .board_txt.grey_back h2 {
            color: #384069;
        }

        .board_itm .board_txt.grey_back h3 {
            color: #606060;
        }

    .board_itm .board_txt.black_back {
        background: #212121;
    }

        .board_itm .board_txt.black_back h2 {
            color: #fff;
        }

        .board_itm .board_txt.black_back h3 {
            color: #fff;
        }

.full_wid .vc_figure {
    width: 100%;
}

    .full_wid .vc_figure > div {
        width: 100%;
    }

    .full_wid .vc_figure .vc_figure-caption {
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }

.full_wid img {
    width: 100%;
}

.marg_bot_5 {
    margin-bottom: 5px!important;
}

.song_back {
    background: url(images/song_im.png) center center no-repeat;
}

.accord_cust .vc_tta-panel-title {
    font-size: 16px;
    font-family: 'Poppins';
}

.tab-new table tr th {
    background: #721115;
    color: #fff;
    padding: 10px;
}

.tab-new table tr td {
    padding: 10px;
    border: 1px solid #dfdfdf;
    border-collapse: collapse;
}

.opec_back .vc-hoverbox-front {
    opacity: 0.8;
}

.opec_back .vc-hoverbox-front-inner h2 {
    color: #fff;
}

.song_font {
    margin-top: 20px;
}

    .song_font p {
        font-size: 18px;
        margin-top: 10px;
        line-height: 26px;
    }

.btn_n {
    background: #d80910;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    padding: 5px 20px;
    text-transform: uppercase;
    font-family: 'Poppins';
    transition: 1s;
}

    .btn_n:hover {
        background: #333;
        color: #fff;
    }

/* Achievement*/
.f1_container {
    position: relative;
    margin: 10px auto;
    width: 100%;
    height: 421px;
    z-index: 1;
    margin-bottom: 20px;
}

.f1_container {
    perspective: 1000;
}

.f1_card {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: all 1.0s linear;
}

.f1_container:hover .f1_card {
    /*transform: rotateY(180deg);*/
    box-shadow: -5px 5px 5px #aaa;
}

.f1_container:hover .face {
    opacity: 0;
}

    .f1_container:hover .face.back {
        opacity: 1;
    }

.face {
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transition: 1s;
}

    .face img {
        width: 100%;
        height: 270px;
    }

    .face.back {
        padding: 10px;
        color: white;
        text-align: center;
        background-color: #ffffff;
        height: 270px;
        transition: 1s;
        overflow-y: scroll;
        /*box-shadow: 0px 0px 0px 0px grey;
    box-shadow: 0px 0px 0px 2px #00531e;
    margin-top: 2px;*/
    }

.f1_container .face.back p {
    transform: translateY(-100px);
    opacity: 0;
    transition: 1s;
}

.f1_container:hover .face.back p {
    transform: translateY(0);
    opacity: 1;
}

.face.back {
    /*padding-top: 80px;*/
}

.dt_dv {
    width: 20%;
    float: left;
    background: #00531e;
    color: #fff;
    font-family: 'Poppins';
    padding: 10px 0;
}

    .dt_dv span {
        display: block;
    }

    .dt_dv .dt {
        text-align: center;
        font-size: 30px;
        line-height: 30px;
        font-weight: bold;
    }

    .dt_dv .mnt {
        text-align: center;
        font-size: 16px;
        text-transform: uppercase;
    }

    .dt_dv .yr {
        text-align: center;
        font-size: 16px;
    }

.ev_txt {
    padding: 20px;
    width: 80%;
    float: left;
    background: #dfdfdf;
    padding-bottom: 0;
    padding-top: 15px;
    height: 98px;
}

    .ev_txt h3 {
        font-size: 18px;
    }

    .ev_txt p {
        font-size: 14px;
        text-align: left;
        margin-bottom: 0;
    }

        .ev_txt p .loc {
            max-width: 10px;
            margin-right: 10px;
            min-height: auto;
        }

.back {
    padding: 20px;
}

    .back a {
        background: #731115;
        color: #fff;
        border-radius: 3px;
        display: inline-block;
        padding: 5px 20px;
        text-transform: uppercase;
        margin-top: 20px;
        transition: 1s;
    }

        .back a:hover {
            background: #333;
        }

.ev_img {
    /*height: 321px;*/
    overflow: hidden;
}

.achiev_tx {
    font-family: 'Poppins';
    text-align: left;
}

    .achiev_tx h2 {
        font-size: 22px;
        font-weight: bold;
        color: #111;
        font-family: 'Poppins';
        margin-bottom: .5rem;
    }

    .achiev_tx p {
        text-align: left;
    }

        .achiev_tx p.dt_tim {
            margin-bottom: 5px;
            font-style: italic;
            border-bottom: 1px solid #dfdfdf;
            padding-bottom: 5px;
            font-size: 14px;
        }

            .achiev_tx p.dt_tim img {
                width: 10px;
                margin-right: 5px;
                margin-top: -3px;
            }

        .achiev_tx p.dt_vn {
            margin-bottom: 30px;
            font-style: italic;
            border-bottom: 1px solid #dfdfdf;
            padding-bottom: 5px;
            font-size: 14px;
        }

            .achiev_tx p.dt_vn img {
                width: 10px;
                margin-right: 5px;
            }

.achiev_img {
    width: 100%;
}

.vc_tta-panel-body .vc_masonry_media_grid {
    height: auto!important;
}

.vc_grid.vc_row.vc_grid-gutter-5px .vc_pageable-slide-wrapper {
    min-height: 300px;
}

@media only screen and (max-width: 768px) {
    .notic .notc_title {
        width: 95%;
    }

        .notic .notc_title p {
            float: left;
            padding-left: 15px;
        }

        .notic .notc_title:after {
            right: -19px;
        }

    .notic .notc_cont {
        width: 100%;
        height: 85px;
        padding-left: 15px;
    }

    .notic .notc_anch {
        width: 100%;
        float: left;
        text-align: right;
    }

    .about .lets {
        margin-top: 0;
    }

    .about p {
        margin-top: 30px;
    }

    .messg {
        height: auto;
        padding-bottom: 0;
    }

    .messg_img {
        margin-bottom: 30px;
    }

    .mission h3 {
        margin-top: 30px;
    }

    .mission .pad_l {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .vision h3 {
        margin-top: 30px;
    }

    .award {
        margin-top: 40px;
    }

        .award h3 {
            text-align: center;
        }

        .award .resp_img {
            margin: 30px 0;
        }

    .news_scroll .news_itm {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .news .notc_anch {
        text-align: left!important;
        padding-left: 15px;
    }

    .downld {
        height: auto;
    }

        .downld .dwnld_img img {
            float: none;
            width: 100%;
            margin-bottom: 15px;
        }

    .map_ifrm {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }

    .foot_block {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
    }

        .foot_block .foot_cont {
            position: relative;
            margin: 0;
            width: 100%;
        }

    .about a {
        margin-top: 15px;
    }

    .messg_scroll .slick-dots {
        bottom: 0;
        margin-left: 0;
    }

    .upper_head ul li:nth-child(2) {
        float: right;
    }

    .upper_head .float-right {
        float: left!important;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    /*.upper_head ul li {
        width: 127px;
    }*/

    .menu {
        height: auto;
    }

    .navbar-toggler {
        border: 1px solid #dfdfdf;
    }

    .navbar-collapse {
        z-index: 9999;
        background: #dedada;
    }

    .nav-img {
        display: none;
    }

    .menu li {
        margin-left: 0;
        border-bottom: 1px solid #333;
        margin-top: 0;
        margin-bottom: 0;
    }

        .menu li:nth-child(4) {
            display: none;
        }

        .menu li:last-child {
            border-bottom: 0;
        }

        .menu li a {
            padding: 10px 0;
        }

    .bar1, .bar2, .bar3 {
        width: 35px;
        height: 3px;
        background-color: #333;
        margin: 4px 0;
        transition: 0.4s;
    }

    .award a {
        display: block;
        text-align: center;
    }

    .inner_banner img {
        width: auto;
    }

    .board_itm .board_img {
        float: none;
        width: 100%;
        margin-bottom: 0;
    }

    .board_itm .board_txt {
        float: none;
        width: 100%;
    }

    .inner_pag {
        padding: 20px;
        z-index: 3;
    }

    .inner_pag_cir {
        z-index: -2;
        top: -100px;
    }

    .inner_banner {
        overflow: hidden;
    }

    .tab-new {
        overflow-x: scroll;
    }

    .f1_container {
        height: 465px;
    }

    .dt_dv {
        height: 150px;
    }

    .ev_txt {
        height: 150px;
    }

    .cont_map {
        width: 100%;
        float: none;
    }

    .cont_txt {
        width: 100%;
        float: none;
        margin-left: 0;
    }

        .cont_txt .cont_dt {
            width: 100%;
            margin-top: 50px;
            margin-left: 0;
            position: relative;
        }

    .cont_pg_blw {
        padding: 50px 0;
    }

    .cont_in_pad_r {
        padding: 15px;
    }

    .notic .notc_cont .slick-list {
        width: 82%;
    }

    .messg_scroll .slick-slide {
        padding-right: 20px;
    }

    .news .news_scroll .notc_anch div {
        float: left!important;
        margin-top: 10px;
    }

    .foot_block .foot_cont {
        padding: 20px;
    }

        .foot_block .foot_cont ul li span.one_dv {
            width: 8%;
        }

        .foot_block .foot_cont ul li span.tw_dv {
            width: 86%;
        }

    .board_itm .board_txt.grey_back {
        margin-bottom: 0;
    }

    .board_itm .board_txt.black_back {
        margin-top: 35px;
        margin-bottom: 0;
    }
}

.fa {
    font-family: fontawesome;
    font-style: normal;
}
/***awards*/
.awards_laurels,
.download_brochure {
    font-size: 20px;
    line-height: 50px;
    display: block;
    /*font-family: Conv_Gotham-Book;*/
    text-align: center;
}

.awards_laurels {
    width: 100%;
    background-color: #e0ac07;
    color: #005720;
    font-weight: bold;
}

    .awards_laurels:hover,
    .download_brochure {
        background-color: #005720;
        color: #fec207;
        font-weight: 600;
    }

        .download_brochure:hover {
            background-color: #000;
            color: #fff;
        }

.awards_laurels_content {
    border-bottom: solid #005720 10px;
    top: 100%;
    /*position: absolute;*/
    bottom: 0;
    /*margin-top: -80px;*/
    width: 100%;
    left: 0;
    margin-top: -1px;
}

    .awards_laurels_content .col-xs-12.col-sm-6.col-md-2:first-child a {
        background: #fec207;
    }

        .awards_laurels_content .col-xs-12.col-sm-6.col-md-2:first-child a:hover {
            background: #e21f25;
            color: #fff;
        }

    .awards_laurels_content .bx-wrapper .bx-viewport,
    .slider_ticker {
        background-color: #f0f0f0;
    }

    .awards_laurels_content .col-md-0, .awards_laurels_content .col-md-2, .logo {
        padding: 0;
    }

    .awards_laurels_content .bx-wrapper .bx-viewport,
    .slider_ticker {
        background-color: #f0f0f0;
    }

.curriculum_content,
.events_content {
    background-image: url(../images/about/light_bg01.jpg);
}

.slider_ticker {
    height: 49px;
    padding-left: 0px;
}

    .slider_ticker .bx-pager {
        display: none;
    }

    .slider_ticker .bx-wrapper .bx-prev {
        right: 50px!important;
        left: inherit!important;
    }

    .slider_ticker .bx-wrapper .bx-next {
        right: 20px!important;
        left: inherit!important;
    }

    .slider_ticker .bx-wrapper .bx-viewport {
        height: 50px!important;
        border: 5px solid #f0f0f0;
    }

    .slider_ticker ul.bxslider li {
        padding: 6px 0px 8px;
    }

    .slider_ticker .bx-controls-direction {
        background-color: #f0f0f0;
        width: 100px;
        height: 50px;
        float: right;
        top: 0;
        position: absolute;
        right: 0;
    }

    .slider_ticker b {
        font-size: 12px;
        color: #3e3c3c;
        margin-right: 11px;
        border-right: solid 1px #939393;
        padding-right: 5px;
        margin-left: 7px;
    }

    .slider_ticker a,
    .slider_ticker li {
        /*font-family: Conv_Gotham-Light;*/
        color: #005720;
    }

    .slider_ticker a {
        font-weight: 600;
        font-size: 16px;
    }

    .slider_ticker li {
        font-size: 20px;
    }

#content {
    padding-top: 43px;
    padding-bottom: 43px;
}

.vc_sep_pos_align_center {
    margin-left: auto;
    margin-right: auto;
}

.vc_separator {
    display: table;
}

.cebter_ali {
    width: 38% !important;
    position: relative;
    top: 10px;
}

.vc_separator.vc_separator_no_text .vc_sep_holder_l {
    width: 100%;
}

.vc_separator .vc_sep_holder {
    display: table-cell;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.vc_separator.vc_sep_border_width_3 .vc_sep_holder .vc_sep_line {
    border-top-width: 3px;
}

.vc_separator.vc_sep_color_grey .vc_sep_line {
    border-color: #ebebeb;
}

.vc_separator .vc_sep_holder .vc_sep_line {
    height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
}

.principal_msg img {
    border: 5px solid #f0f0f0;
    box-shadow: 0px 0px 3px #4c4c4c;
    width: 160px !important;
    height: 160px !important;
    border-radius: 50%;
}

.aligncenter {
    text-align: center;
    margin: 0 auto;
}

.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
    margin-bottom: 26px;
}

.cebter_ali:before {
    background: #005720 height: 5px;
    position: absolute;
    left: 43%;
    width: 34px;
    content: '';
    top: 0px;
    z-index: 1005;
}

.wpb_column > .wpb_wrapper > *:last-child {
    margin-bottom: 0;
}

.links_col {
    /*background: #f2f2f2;*/
    font-size: 17px;
    color: #eb4040;
    padding: 11px 0px;
    margin-top: 20px;
}

    .links_col a:first-child {
        margin-left: 29px;
    }

    .links_col a:last-child {
        background: #eb4040;
        position: relative;
        color: #fff;
        font-size: 17px;
        padding: 12px 21px;
        margin-left: 10px;
        padding-right: 35px;
    }

.mess_line::before {
    z-index: 1 !important;
    top: 5%;
}

.mess_line:before {
    background: #eaeaea;
    z-index: -999;
    height: 14px;
    position: absolute;
    width: 42%;
    right: 0px;
    content: '';
    top: 13px;
}

.links_col a {
    color: #eb4040;
    font-size: 16px;
}

    .links_col a:last-child {
        background: #005720;
        position: relative;
        color: #fff;
        font-size: 16px;
        padding: 6px 22px 8px;
        margin-left: 10px;
        padding-right: 35px;
    }

        .links_col a:last-child:before {
            width: 0;
            height: 0;
            border-top: 13px solid transparent;
            border-bottom: 13px solid transparent;
            left: 0px;
            position: absolute;
            content: '';
            border-left: 13px solid #fec207;
            top: 9px;
        }

p {
    text-align: justify;
    color: #585858;
}

.pri_mess a.more {
    background: #005720;
    border-radius: 2px;
    /* border: 2px solid #d2d2d2; */
    padding: 6px 20px;
    text-transform: uppercase;
    font-size: 13px;
    color: white;
}

#eventsbg {
    /*background-image: url(../../../images/news_events.jpg) !important;*/
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 45px;
    padding-bottom: 45px;
}

    .about h2, #eventsbg h2, .micro-gallery h2, .achievement h2 {
        font-size: 32px;
        text-transform: uppercase;
    }

.date {
    position: absolute;
    padding: 10px 15px;
    background-image: url(../../../images/datebg.png);
    background-repeat: repeat;
    color: #000000;
    font-weight: 100;
    font-size: 18px;
    left: 24px;
    font-weight: bold;
}

.news-overlay {
    background: #fec207;
    background-repeat: repeat;
    /*padding: 5px 20px;*/
    /* display: none; */
    /* position: absolute; */
    bottom: 0px;
    color: #005720; /*margin-top: -15px;
    z-index: 99999999999999;
    position: relative;*/
}

.ryan-news-box:hover .news-overlay {
    display: block;
    visibility: visible;
    cursor: pointer;
}

#eventsbg img {
    /*outline: 1px solid #FFFFFF;
    outline-offset: -15px;*/
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.news-overlay p {
    font-size: 18px;
    color: #005720;
    text-align: center;
    padding: 6px 0px;
    margin-bottom: 0px;
}

@media (min-width:992px) {
    #eventsbg .img-responsive {
        height: 205px;
    }
}

#eventsbg a.viewall, .achievement a.viewall, .micro-gallery a.viewall {
    color: #ffffff;
    line-height: 31px;
    vertical-align: middle;
    background-color: #d80910;
    padding: 5px 6px 6px;
    margin-left: 15px;
}

.our-infrastructure-bg {
    background: #f0f0f0 url(../../../images/back.png);
    padding: 0;
    text-align: center;
    position: relative;
    min-height: 100%;
}

.our-infrastructure-image {
    position: absolute;
    right: 0;
    height: 100%;
    min-height: 100%;
    padding: 0;
}

.infrastructure-left {
    padding: 30px 15px 0px 0px;
}

.our-infrastructure-title {
   padding-bottom: 20px;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .infrastructure-box {
        /*border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;*/
    }
}

.infrastructure-box {
    width: 33.333%;
    float: left;
    margin-bottom: 0;
    padding: 10px 10px;
    min-height: 185px;
}

.infr-image {
    width: 100%;
    max-width: 90px;
    margin: 0 auto;
    margin-bottom: 10px;
}

    .infr-image span {
        width: 90px;
        height: 90px;
        display: table-cell;
        margin: 0 auto;
        background-color: #005720;
        border-radius: 50%;
        vertical-align: middle;
        text-align: center;
        border: 2px solid #fff;
    }

.infrastructure-box h3 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
}

.our-infrastructure-image img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.infrastructure-box h3 p {
    margin: 0;
    text-align: center;
    color: black;
}

@media (min-width:992px) {

    #myMosaic img {
        height: 242px;
        width: 100% !important;
    }

    #myMosaic .col-sm-4 {
        padding: 0px;
        border: 2px solid transparent;
    }
}

.section-footer {
    background: #005720;
    text-align: center;
    background-size: cover;
}
/*.section-footer:after {
        background:black;
    }*/
.footer-text-copy {
    text-align: center;
    /* margin-top: .5rem; */
    /* margin-bottom: .5rem; */
    font-weight: 600;
    color: #005720;
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
}

.footer {
    background: #ecb006;
    padding-top: .5rem;
    padding-bottom: .5rem;
    width: 100%;
    float: left;
}

footer li {
    margin-bottom: 5px;
}

footer .col-md-3, footer .col-sm-4, footer .col-sm-8 {
    display: block;
    float: left;
}

.section-footer {
    width: 100%;
    float: left;
}

footer td {
    color: white;
    vertical-align: top;
    text-align: justify;
    padding: 1px 3px;
    font-size: 15px;
}

.p-l-90 {
    padding-left: 75px;
}

footer h5 {
    margin-bottom: 15px;
}


#ggs-forms {
    position: fixed;
    bottom: 0px;
    right: 5px;
    width: 250px;
    font-family: arial;
    cursor: arrow;
}

#ggs-form img {
    float: right;
    margin-top: 5px;
}

#ggs-form {
    color: #fff;
    background: #d80910;
    padding: 6px 12px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: left;
    cursor: pointer;
}

.form-bg {
    background: white;
    padding: 20px;
    text-align: left;
}

    .form-bg input {
        font-size: 13px;
        width: 97%;
        height: 30px;
        outline: none;
        /*border:none;*/
        margin-bottom: 10px;
        padding-left: 6px;
    }

    .form-bg textarea {
        width: 97%;
        height: 50px;
        outline: none;
        border: none;
        margin-bottom: 10px;
        padding-left: 8px;
        padding-top: 6px;
        font-size: 13px;
        font-family: arial;
    }

    .form-bg .submit {
        color: #fff;
        background: #104772;
        width: 100px;
        margin-bottom: 0px;
        cursor: arrow;
        border: 0px;
    }

.call {
    float: left !important;
    margin-right: 10px !important;
    margin-top: -3px !important;
}

.ryan-news-box {
    border: 3px solid #005720;
}

.bb {
    outline: 1px solid #FFFFFF;
    outline-offset: -15px;
    height: 271px;
}



.icon {
    width: 35px;
    float: left;
    margin: 0.2%;
    background: white;
    display: inline-block;
    margin: 0 0.2em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    border-radius: 20px;
    height: 35px;
}

    .icon a {
        line-height: 35px;
    }

.quicklinks {
    list-style-type: none;
    margin-top: 0px;
    padding-left: 0px;
}

    .quicklinks li {
        width: 100%;
        padding: 10px;
        height: 70px;
        box-sizing: border-box;
        transition: ease all .3s;
    }

        .quicklinks li a {
            text-decoration: none;
        }

.quick_info {
    float: left;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    /*font-family: 'Open Sans', sans-serif;*/
    /*font-weight: bold;*/
    line-height: 24px;
    /* margin-left: 15px; */
    width: 90%;
    float: left;
}

    .quick_info span {
        font-size: 16px;
    }

.quick_icon {
    float: left;
    color: #fff;
    padding-top: 3px;
    font-size: 26px;
    width: 10%;
}

.quicklinks li {
    /*background: #878E96;
    border-left: 6px solid #2c343d;*/
    background: #00531e;
    border-left: 6px solid #013c16;
    border-bottom: 2px solid #ffffff;
}

@media (min-width:768px) {
    .quicklinks {
        position: sticky;
        top: 10px;
    }
}


/*.quicklinks li:nth-child(2) {
    background: #B2C18F;
    border-left: 6px solid #6c8d20;
}

.quicklinks li:nth-child(3) {
    background: #EDAD71;
    border-left: 6px solid #a35100;
}

.quicklinks li:nth-child(4) {
    background: #DD7171;
    border-left: 6px solid #900000;
}

.quicklinks li:nth-child(5) {
    background: #81BCC4;
    border-left: 6px solid #4F797F;
}*/

.no-padding {
    padding: 0px;
}

.innerBanner {
    background: #005720 url(../../../images/Noise-pattern.png) top left repeat;
    padding-top: 30px;
    padding-bottom: 15px;
}

    .innerBanner h1 {
        color: #fec207;
        font-size: 2.1rem;
    }

.breadcrumb li {
    padding-right: 10px;
    font-weight: 600;
    color: #fec207;
}

    .breadcrumb li a {
        font-weight: 600;
        color: #ffffff;
    }

.about1 img {
    padding: 3px;
    border: 2px solid #005720;
}

@media (max-width:991px) {
    #blockContainer {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }

    #one {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
    }

    #two {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
    }

    #blockContainer1 {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }
}

#one li {
    color: #3e3d3d;
    font-size: 15px;
    font-family: 'Poppins';
    line-height: 24px;
    margin-bottom: 5px;
}

.breadcrumb li a i {
    padding-right: 7px;
}

@media (min-width:992px) and (max-width:1199px) {
    .menu li a {
        color: #58585a;
        font-size: 13px;
        padding: 0;
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'Poppins';
        padding-right: .5rem!important;
        padding-left: .5rem!important;
    }

    .mess_line:before {
        background: #eaeaea;
        z-index: -999;
        height: 14px;
        position: absolute;
        width: 31%;
        right: 0px;
        content: '';
        top: 13px;
    }

    .news-overlay p {
        font-size: 17px;
        color: #005720;
        text-align: center;
        padding: 6px 0px;
        margin-bottom: 0px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #eventsbg .img-responsive {
        height: 165px;
    }

    #eventsbg .news-overlay {
        min-height: 70px;
    }

    .infrastructure-box {
        min-height: 193px;
    }

    .links_col {
        margin-bottom: 20px;
    }

    .awards_laurels, .download_brochure {
        font-size: 16px;
    }
}

@media (max-width:991px) {
    .menu li .dropdown-item {
        color: black;
    }

    .menu li {
        border-bottom: 1px solid #fff;
    }

    .navbar-collapse {
        background: #005720;
    }

    .menu li a {
        color: #ffffff;
        font-weight: normal;
    }
}

@media (max-width:575px) {
    .upper_head ul li:first-child {
        margin-left: 0;
        margin-bottom: 5px;
    }

    .upper_head ul li a {
        padding: 3px 7px;
        font-size: 14px;
    }

    .h1, h1 {
        font-size: 1.6rem;
    }

    .mess_line:before {
        display: none;
    }

    .h3, h3 {
        font-size: 1.5rem;
    }

    .links_col {
        margin-bottom: 40px;
    }

    .our-infrastructure-title {
        padding-bottom: 20px;
        text-align: left;
    }

    .our-infrastructure-image {
        position: relative;
        right: 0;
        height: 100%;
        min-height: 100%;
        padding: 0;
    }

    .infrastructure-left {
        padding: 30px 0px 0px 0px;
    }

    .infrastructure-box {
        width: 50%;
        float: left;
        margin-bottom: 0;
        padding: 10px 10px;
        min-height: 168px;
    }

    .about h2, #eventsbg h2, .micro-gallery h2, .achievement h2 {
        font-size: 27px;
        text-transform: uppercase;
    }

    .ryan-news-box {
        border: 3px solid #005720;
        margin-bottom: 10px;
    }

    #Div1 .news-overlay {
        margin-bottom:10px;
    }
    footer img {
        margin-bottom: 20px;
    }

    footer td {
    color: white;
    vertical-align: top;
    text-align: justify;
    padding: 1px 3px;
    font-size: 14px;
}
}

@media (min-width:577) and (max-width:767px) {
    .upper_head ul li a {
        color: #fff;
        text-align: center;
        text-decoration: none;
        /* text-transform: uppercase; */
        padding: 3px 2px;
        display: inline-block;
        font-size: 14px;
        line-height: 21px;
        /* font-family: 'Poppins'; */
    }.our-infrastructure-image {
    position: absolute;
    right: 0;
    height: 100%;
    min-height: 100%;
    padding: 0;
    display: none;
}.ryan-news-box {
    border: 3px solid #005720;
    margin-bottom: 20px;
}
}