﻿@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600");
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600");
/* =======================
       Custom Change
   -----------------------*/
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600");
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600");
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600");
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600");
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600");
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600");
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600");
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600");
@import url(../../scss/component.css);
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600");
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900';
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600");

html {
    font-size: 16px;
    overflow-x: hidden;
}

body {
    font-family: "Roboto", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1em;
    overflow-x: hidden;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

a {
    text-transform: capitalize;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    a:focus {
        text-decoration: none;
    }

        a:focus:hover {
            text-decoration: none;
        }

    a:hover {
        text-decoration: none;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    a:active {
        text-decoration: none;
    }

        a:active:hover {
            text-decoration: none;
        }

textarea {
    resize: none;
}

ul, li {
    list-style-type: none;
    padding: 0;
}

.padding-0 {
    padding: 0;
}

.padding-L {
    padding-left: 0;
}

.padding-R {
    padding-right: 0;
}

.row-0 {
    margin: 0;
}

.effect_blur {
    position: relative;
    overflow: hidden;
    -moz-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

    .effect_blur:after, .effect_blur:before {
        position: absolute;
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px;
        content: '';
        opacity: 0;
        -moz-transition: all 0.7s ease-in-out;
        -webkit-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    }

    .effect_blur:before {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
        z-index: 9;
    }

    .effect_blur:after {
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
        z-index: 9;
    }

    .effect_blur > img {
        -moz-transition: all 0.7s ease-in-out;
        -webkit-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    }

.effect_zoom {
    overflow: hidden;
}

    .effect_zoom img {
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .effect_zoom img:hover {
            -webkit-transform: scale(1.12);
            -moz-transform: scale(1.12);
            -ms-transform: scale(1.12);
            transform: scale(1.12);
        }
/* =========================
          Common Style  logo-navigation-w3layouts
```````````````````````````` */
#Header {
    position: relative;
}

    #Header:before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        /*background-image: url("../../images/pattern/pattern.png");*/
        background-repeat: repeat;
        background-size: contain;
        background-position: center;
    }

    #Header .header {
        min-height: 10px;
        background-color: #076cab;
        color: #fff;
        padding: 4px 0px 0px;
    }

        #Header .header p {
            margin-bottom: 0;
            font-weight: 300;
            font-size: 0.875em;
        }

        #Header .header ul.con-info {
            text-align: right;
            margin-bottom: 0;
        }

            #Header .header ul.con-info li {
                list-style-type: none;
                display: inline-block;
                margin-left: 10px;
                padding-bottom: 4px;
                position: relative;
            }

                #Header .header ul.con-info li > i.fa {
                    font-size: 90%;
                    margin-right: 3px;
                }

                #Header .header ul.con-info li a {
                    color: #fff;
                    font-size: 0.875em;
                }

                #Header .header ul.con-info li > ul {
                    position: absolute;
                    display: none;
                    width: 150px;
                    top: 26px;
                    left: 0px;
                    padding: 5px 0px;
                    z-index: 99;
                    background-color: #00aeef;
                }

                    #Header .header ul.con-info li > ul > li {
                        display: block;
                        margin-bottom: 5px;
                        text-align: left;
                    }

                        #Header .header ul.con-info li > ul > li > a {
                            display: block;
                            color: #fff;
                            font-size: 0.875em;
                        }

                #Header .header ul.con-info li:hover > ul {
                    display: block;
                }

    #Header .header-main {
        position: relative;
        padding: 15px 0px;
    }

        #Header .header-main:before {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            background-image: url("../../images/header-pattern.png");
            background-repeat: repeat;
            z-index: -1;
            opacity: .3;
        }

#loginMenu {
    position: relative;
}

    #loginMenu > li > a {
        display: inline-block;
    }

    #loginMenu > li > ul {
        position: absolute;
        display: none;
        width: 200px;
        top: 52px;
        left: 0px;
        padding: 5px;
        z-index: 99;
        background: #888;
    }

        #loginMenu > li > ul > li {
            display: block;
            background: #888;
            margin-bottom: 5px;
        }

            #loginMenu > li > ul > li > a {
                display: block;
            }

    #loginMenu > li:hover > ul {
        display: block;
    }

.innerBanner {
    background-image: url("../../images/banner/abtbanner01.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0px;
    position: relative;
}

    .innerBanner:after {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .innerBanner h2 {
        font-weight: 500;
        font-size: 2.500em;
        color: #fff;
        z-index: 99;
        position: relative;
        text-transform: uppercase;
    }

#Footer {
    position: relative;
}

    #Footer::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        /*background-image: url("../../images/garden.jpg");*/
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
        opacity: .03;
    }

    #Footer .footerMain {
        background-color: #1c3544;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        #Footer .footerMain .foot-title h3 {
            margin-bottom: 20px;
        }

            #Footer .footerMain .foot-title h3 > span {
                display: inline-block;
                color: #fff;
                position: relative;
                padding-bottom: 10px;
                border-bottom: 2px solid #fff;
            }

                #Footer .footerMain .foot-title h3 > span:before {
                    content: "";
                    position: absolute;
                    border-bottom: 2px solid #00aeef;
                    width: 40%;
                    bottom: -2px;
                }

        #Footer .footerMain .foot-title p {
            color: #bbb;
        }

        #Footer .footerMain .foot-about p {
            color: #bbb;
            font-weight: 300;
            font-size: 0.875em;
        }

        #Footer .footerMain .quik-links li {
            display: block;
            border-bottom: 1px dashed #aaa;
            padding-bottom: 5px;
            margin-bottom: 5px;
        }

            #Footer .footerMain .quik-links li a {
                display: block;
                color: #bbb;
                text-transform: uppercase;
                font-size: 0.875em;
            }

        #Footer .footerMain .foot-gallery li {
            padding: 2px;
            margin-bottom: 4px;
        }

        #Footer .footerMain .foot-gallery .figure {
            display: inline-block;
            width: 80px;
            overflow: hidden;
            border: 1px solid #ffd800;
        }

            #Footer .footerMain .foot-gallery .figure > img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
            }

        #Footer .footerMain .social > a[href] {
            display: inline-block;
            margin-right: 5px;
            background-color: #00aeef;
            border: 1px solid #00aeef;
            width: 30px;
            height: 30px;
            color: #fff;
            border-radius: 50%;
            position: relative;
        }

            #Footer .footerMain .social > a[href] i.fa {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

    #Footer .footer-bottom {
        background-color: #0b2738;
    }

        #Footer .footer-bottom p {
            margin-bottom: 0px;
            font-size: 0.875em;
            padding: 10px 0px;
            color: #fff;
        }

            #Footer .footer-bottom p a {
                color: #00aeef;
            }
/* =======================
        Index Surface
`````````````````````````` */
#crop-avatar {
    position: relative;
}

    #crop-avatar > span {
        position: absolute;
        top: 15px;
        right: 30px;
        font-size: 20px;
        color: #237ae8;
        background: #aaa;
        width: 30px;
        height: 30px;
        line-height: 22px;
        display: inline-block;
    }

.banner-box {
    position: relative;
}

    .banner-box .item .figure {
        height: 100%;
        height: 600px;
        overflow: hidden;
    }

        .banner-box .item .figure > img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

    .banner-box .owl-controls {
        background: #ddd;
        position: relative;
        margin-top: 0px;
    }

        .banner-box .owl-controls .owl-dots {
            height: 20px;
            position: absolute;
            bottom: 25px;
            left: 0px;
            right: 0px;
        }

            .banner-box .owl-controls .owl-dots .owl-dot {
                border-radius: 50%;
                margin: 3px;
                display: inline-block;
                width: 12px;
                height: 12px;
                background-color: #fff;
            }

                .banner-box .owl-controls .owl-dots .owl-dot.active {
                    background-color: #076cab;
                }

#about-section {
    padding: 40px 0px;
    background-color: #fff;
}

    #about-section .heading h3 {
        color: #000;
        text-transform: uppercase;
        font-size: 21px;
        letter-spacing: 2px;
        font-weight: 700;
        text-align: left;
        position: relative;
        margin-bottom: 50px;
    }

        #about-section .heading h3 span {
            position: relative;
            display: inline-block;
        }

            #about-section .heading h3 span:before {
                content: "";
                position: absolute;
                bottom: -15px;
                display: inline-block;
                left: 0px;
                height: 3px;
                width: 100%;
                background-color: #d9d9d9;
            }

            #about-section .heading h3 span:after {
                content: "";
                position: absolute;
                display: inline-block;
                left: 0px;
                bottom: -15px;
                height: 3px;
                width: 40%;
                background-color: #076cab;
            }

    #about-section .left {
        position: relative;
    }

        #about-section .left:before {
            content: "";
            position: absolute;
            top: 0px;
            right: 0px;
            width: 100px;
            height: 100px;
            /*background-image: url("../../images/school_environment/school-environment-BG.png");*/
            background-repeat: no-repeat;
            background-position: bottom;
            background-size: cover;
        }

    #about-section p {
        text-align: justify;
        font-weight: 300;
    }

    #about-section .read-more > a {
        display: inline-block;
        background-color: #076cab;
        font-size: 0.875em;
        color: #fff;
        padding: 3px 10px;
    }

        #about-section .read-more > a > i.fa {
            margin-left: 5px;
            position: relative;
            top: 2px;
        }

#environment {
    padding: 40px 0px;
    background-color: #fff;
}

    #environment .heading h3 {
        color: #000;
        text-transform: uppercase;
        font-size: 21px;
        letter-spacing: 2px;
        font-weight: 700;
        text-align: left;
        position: relative;
        margin-bottom: 50px;
        margin-top: 0;
    }

        #environment .heading h3 span {
            position: relative;
            display: inline-block;
        }

            #environment .heading h3 span:before {
                content: "";
                position: absolute;
                bottom: -15px;
                display: inline-block;
                left: 0px;
                height: 3px;
                width: 100%;
                background-color: #d9d9d9;
            }

            #environment .heading h3 span:after {
                content: "";
                position: absolute;
                display: inline-block;
                left: 0px;
                bottom: -15px;
                height: 3px;
                width: 40%;
                background-color: #076cab;
            }

    #environment .left {
        position: relative;
    }

        #environment .left:before {
            content: "";
            position: absolute;
            top: 0px;
            right: 0px;
            width: 100px;
            height: 100px;
            /*background-image: url("../../images/school_environment/school-environment-BG.png");*/
            background-repeat: no-repeat;
            background-position: bottom;
            background-size: cover;
        }

    #environment .environ-box {
        position: relative;
    }

        #environment .environ-box .item .figure {
            height: 100%;
            height: 300px;
            overflow: hidden;
        }

            #environment .environ-box .item .figure > img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
            }

        #environment .environ-box .owl-controls {
            background: #ddd;
            position: relative;
            margin-top: 0px;
        }

            #environment .environ-box .owl-controls .owl-dots {
                height: 20px;
                position: absolute;
                bottom: 25px;
                left: 0px;
                right: 0px;
            }

                #environment .environ-box .owl-controls .owl-dots .owl-dot {
                    border-radius: 50%;
                    margin: 3px;
                    display: inline-block;
                    width: 12px;
                    height: 12px;
                    background-color: #fff;
                }

                    #environment .environ-box .owl-controls .owl-dots .owl-dot.active {
                        background-color: #3d427e;
                    }

#Message {
    padding: 40px 0px;
    background-color: #226792;
}

    #Message .heading h3 {
        color: #fff;
        text-transform: uppercase;
        font-size: 21px;
        letter-spacing: 2px;
        font-weight: 700;
        text-align: left;
        position: relative;
        margin-bottom: 50px;
    }

        #Message .heading h3 span {
            position: relative;
            display: inline-block;
        }

            #Message .heading h3 span:before {
                content: "";
                position: absolute;
                bottom: -15px;
                display: inline-block;
                left: 0px;
                height: 3px;
                width: 100%;
                background-color: #fff;
            }

            #Message .heading h3 span:after {
                content: "";
                position: absolute;
                display: inline-block;
                left: 0px;
                bottom: -15px;
                height: 3px;
                width: 40%;
                background-color: #00aeef;
            }

#Messageone {
    padding: 40px 0px;
    /*background-color: #226792;*/
}

    #Messageone .heading h3 {
        color: #000;
        text-transform: uppercase;
        font-size: 21px;
        letter-spacing: 2px;
        font-weight: 700;
        text-align: left;
        position: relative;
        margin-bottom: 50px;
    }

        #Messageone .heading h3 span {
            position: relative;
            display: inline-block;
        }

            #Messageone .heading h3 span:before {
                content: "";
                position: absolute;
                bottom: -15px;
                display: inline-block;
                left: 0px;
                height: 3px;
                width: 100%;
                background-color: #d9d9d9;
            }

            #Messageone .heading h3 span:after {
                content: "";
                position: absolute;
                display: inline-block;
                left: 0px;
                bottom: -15px;
                height: 3px;
                width: 40%;
                background-color: #076cab;
            }

    #Messageone .thought {
        /*background-color: #00aeef;*/
        /*background-image: url("../../images/pattern/pattern.png");*/
        /*background-repeat: repeat;
        min-height: 270px;
        padding: 15px;*/
        /*box-shadow: 0px 2px 2px 0px #aaa;*/
    }

        #Messageone .thought p {
            text-align: left;
            text-transform: uppercase;
            color: #fff;
            font-size: 1.5em;
            font-weight: 300;
            line-height: 40px;
        }

#Message .director {
    /*background-color: #076cab;*/
    min-height: 270px;
    padding: 15px;
    position: relative;
    /*box-shadow: 0px 2px 2px 0px #aaa;*/
}

    #Message .director:before {
        content: "";
        position: absolute;
        /*background-image: url("../../images/pattern/pattern-3.png");
            background-image: url("../../images/pattern/pattern.png");*/
        background-repeat: repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        opacity: .6;
    }

    #Message .director .director-img {
        /*width: 120px;*/
        float: left;
        margin-right: 10px;
        overflow: hidden;
    }

        #Message .director .director-img > img {
            object-fit: cover;
            object-position: center;
        }

    #Message .director p {
        text-align: justify;
        color: #fff;
        font-size: 1.125em;
        font-weight: 300;
    }

#Message .directorone {
    /*background-color: #00aeef;*/
    min-height: 270px;
    padding: 15px;
    position: relative;
    /*box-shadow: 0px 2px 2px 0px #aaa;*/
}

    #Message .directorone:before {
        content: "";
        position: absolute;
        /*background-image: url("../../images/pattern/pattern-3.png");
            background-image: url("../../images/pattern/pattern.png");*/
        background-repeat: repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        opacity: .6;
    }

    #Message .directorone .director-img {
        /*width: 120px;*/
        float: left;
        margin-right: 10px;
        overflow: hidden;
    }

        #Message .directorone .director-img > img {
            object-fit: cover;
            object-position: center;
        }

    #Message .directorone p {
        text-align: justify;
        color: #fff;
        font-size: 1.125em;
        font-weight: 300;
    }

#NewsEventsSection {
    background-color: #427594;
    /*background-image: url("../../images/pattern/pattern.png");*/
    background-repeat: repeat;
    background-position: center;
    padding: 40px 0px;
}

    #NewsEventsSection .head-title h3 {
        color: #666;
        margin-top: 0px;
        margin-bottom: 30px;
    }

        #NewsEventsSection .head-title h3 > span {
            display: inline-block;
            color: #fff;
            position: relative;
            padding-bottom: 10px;
            border-bottom: 2px solid #fff;
        }

            #NewsEventsSection .head-title h3 > span:before {
                content: "";
                position: absolute;
                border-bottom: 2px solid #00aeef;
                width: 40%;
                bottom: -2px;
            }

    #NewsEventsSection .news-section {
        overflow-y: auto;
        /*max-height: 200px;*/
    }

        #NewsEventsSection .news-section::-webkit-scrollbar-thumb {
            background-color: #15549a;
        }

        #NewsEventsSection .news-section::-webkit-scrollbar {
            width: 7px;
        }

        #NewsEventsSection .news-section::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
            background-color: #bbb;
        }

        #NewsEventsSection .news-section::-webkit-scrollbar-thumb {
            background-color: #15549a;
            outline: 1px solid slategrey;
        }

        #NewsEventsSection .news-section .news-list {
            padding: 5px 10px;
            background-color: #fff;
            /*box-shadow: 0px 2px 1px 0px #aaa;*/
            margin-bottom: 3px;
        }

            #NewsEventsSection .news-section .news-list p {
                font-size: 0.875em;
            }

    #NewsEventsSection .events-section {
        padding: 15px;
        background-color: #fff;
        box-shadow: 0px 2px 1px 0px #aaa;
    }

        #NewsEventsSection .events-section h4 {
            margin-top: 0;
        }

        #NewsEventsSection .events-section h5 {
            color: #00aeef;
            margin-top: 0;
        }

        #NewsEventsSection .events-section a.read-more {
            display: inline-block;
            background-color: #076cab;
            color: #fff;
            padding: 3px 10px;
            font-size: 0.875em;
        }


.navigation .navbar-collapse.collapse {
    padding: 0;
}

/*-- //Reset Code --*/
.w3l_header_left {
    float: left;
}

    .w3l_header_left ul {
        padding: 0em 0 0 1.5em;
        border-left: 1px solid #fff;
    }

        .w3l_header_left ul li {
            display: inline-block;
            border-right: 1px solid #fff;
            color: #fff;
            padding: 1em 1.5em 1em 0;
        }

            .w3l_header_left ul li span {
                padding: .5em;
                margin-right: 1em;
                border: 1px solid #fff;
            }

            .w3l_header_left ul li a {
                color: #fff;
                text-decoration: none;
            }

                .w3l_header_left ul li a:hover {
                    color: #212121;
                }

            .w3l_header_left ul li:first-child {
                margin-right: 1.5em;
            }

.w3l_header_right {
    float: right;
}

    .w3l_header_right ul li {
        display: inline-block;
        margin-right: .5em;
    }

        .w3l_header_right ul li a {
            text-transform: uppercase;
            color: #fff;
            padding: .5em 1em;
            text-decoration: none;
            border: 1px solid #fff;
            display: block;
        }

            .w3l_header_right ul li a:hover {
                background: #212121;
                border-color: #212121;
                color: #ffc107;
            }

            .w3l_header_right ul li a span {
                padding-right: 1em;
            }

    .w3l_header_right ul {
        padding: .7em 0 0;
    }

#small-dialog h3, #small-dialog2 h3 {
    color: #000;
    font-size: 30px;
    margin-bottom: 30px;
}

form ul {
    float: left;
}

ul li {
    list-style: none;
    display: inline-block;
}

    ul li input[type="checkbox"] {
        display: none;
    }

        ul li input[type="checkbox"] + label {
            position: relative;
            padding-left: 25px;
            border: #F0F8FF;
            color: #000;
            display: inline-block;
            font-size: 13px;
        }

            ul li input[type="checkbox"] + label span:first-child {
                width: 17px;
                height: 15px;
                display: inline-block;
                border: 1px solid #000;
                position: absolute;
                top: 1px;
                left: 4px;
                bottom: 4px;
            }

        ul li input[type="checkbox"]:checked + label span:first-child:before {
            content: "";
            background: url(../../images/tick.png) no-repeat;
            position: absolute;
            left: 2px;
            top: 2px;
            font-size: 10px;
            width: 10px;
            height: 10px;
        }

form a {
    color: #000;
    float: right;
    font-size: 13px;
}

#small-dialog, #small-dialog2 {
    background: #00bcd4;
    padding: 50px;
}

    #small-dialog input[type="submit"], #small-dialog2 input[type="submit"] {
        background: #000;
        border: none;
        padding: 10px 15px;
        color: #fff;
        font-size: 14px;
        outline: none;
        margin-top: 30px;
        width: 100%;
    }

        #small-dialog input[type="submit"]:hover, #small-dialog2 input[type="submit"]:hover {
            background: #FFC107;
        }

    #small-dialog a:hover {
        color: #FFC107;
    }

::-webkit-input-placeholder {
    color: #000 !important;
}

/*-- //header --*/
/*-- logo-navigation --*/
.logo-navigation-w3layouts {
    padding: 15px 0px;
}

.logo-w3 {
}

    .logo-w3 img {
        float: left;
    }
.logo-w3 a ~span {
    font-size: 20px;
    position: relative;
    top: 30px;
    color: #076cab;
    left: 20px;
text-align:centre;
}
.navigation {
    margin: 6px 0 0 0;
}

.navbar {
    min-height: 40px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    border: none;
    margin-bottom: 0;
    text-align: center;
}

.hover-effect ul {
    margin-top: 35px;
    text-align: right;
}

.hover-effect li {
    position: relative;
    display: inline-block;
}

    .hover-effect li:before, .hover-effect li:after {
        display: block;
    }

    .hover-effect li:before {
        bottom: 0%;
    }

    .hover-effect li:after {
        bottom: 50%;
    }

    /**add css start**/
    /**sub menu**/
    .hover-effect li > ul.sub-menu {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        background: rgba(7, 108, 171, 0.7);
        height: auto;
        min-height: 50px;
        /*width: 100%;*/
        border-top: 5px solid #076cab;
        z-index: 999;
        text-align: left;
    }

    .hover-effect li:hover > ul.sub-menu {
        display: block;
    }

    .hover-effect li > ul.sub-menu li:before, .hover-effect li > ul.sub-menu li:after,
    .hover-effect li > ul.sub-menu li a:before, .hover-effect li > ul.sub-menu li a:after {
        background-color: #000;
        position: absolute;
        height: 25%;
        left: 0%;
        right: 100%;
        content: '';
        z-index: -1;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #f3f1a2;
    }

.hover-effect ul.sub-menu li a:hover {
    color: #f3f1a2;
}

.hover-effect a:hover, .hover-effect a.active:hover {
    color: #fff;
}

.hover-effect li > ul.sub-menu li a {
    color: #fff;
    text-align: left;
}

.hover-effect li > ul.sub-menu li {
    border-bottom: 1px solid #000000;
    width: 100%;
}

    .hover-effect li > ul.sub-menu li:last-child {
        border-bottom: 0;
    }


#infrastructure-section {
    padding: 40px 0px;
    background-color: #fff;
}

    #infrastructure-section .heading h3 {
        color: #000;
        text-transform: uppercase;
        font-size: 21px;
        letter-spacing: 2px;
        font-weight: 700;
        text-align: left;
        position: relative;
        margin-bottom: 50px;
        margin-top: 0;
    }

        #infrastructure-section .heading h3 span {
            position: relative;
            display: inline-block;
        }

            #infrastructure-section .heading h3 span:before {
                content: "";
                position: absolute;
                bottom: -15px;
                display: inline-block;
                left: 0px;
                height: 3px;
                width: 100%;
                background-color: #d9d9d9;
            }

            #infrastructure-section .heading h3 span:after {
                content: "";
                position: absolute;
                display: inline-block;
                left: 0px;
                bottom: -15px;
                height: 3px;
                width: 40%;
                background-color: #076cab;
            }

    #infrastructure-section .left {
        position: relative;
    }

        #infrastructure-section .left:before {
            content: "";
            position: absolute;
            top: 0px;
            right: 0px;
            width: 100px;
            height: 100px;
            /*background-image: url("../../images/school_environment/school-environment-BG.png");*/
            background-repeat: no-repeat;
            background-position: bottom;
            background-size: cover;
        }

    #infrastructure-section p {
        text-align: justify;
        font-weight: 300;
    }

    #infrastructure-section .read-more > a {
        display: inline-block;
        background-color: #ffc107;
        font-size: 0.875em;
        color: #fff;
        padding: 3px 10px;
    }

        #infrastructure-section .read-more > a > i.fa {
            margin-left: 5px;
            position: relative;
            top: 2px;
        }

/*form css start*/

.chm-head {
    margin: 70px 0;
}

    .chm-head .chm-heading01 {
        color: #81b342;
        font-weight: 700;
        margin: 40px 0 0 0;
        padding: 0 15px;
    }

    .chm-head .chm-heading02 {
        margin: 20px 0 14px 0;
        padding: 0 15px;
    }

        .chm-head .chm-heading02 h4 {
            color: #0c3d80;
            font-size: 15px;
            font-weight: 600;
        }

    .chm-head .chm-heading03 {
        padding: 0 15px;
    }

        .chm-head .chm-heading03 h4 {
            color: #0c3d80;
            font-size: 14px;
            font-weight: 600;
            margin: 10px 0 0 0;
        }

        .chm-head .chm-heading03 p {
            font-size: 14px;
            color: #585858;
        }

    .chm-head .chm-heading01 p {
        font-size: 14px;
        color: #585858;
        font-weight: normal;
    }

    .chm-head .chm-heading01 h4 {
        font-size: 14px;
        font-weight: bold;
    }


    .chm-head .chm-heading04 {
        padding: 0 15px;
    }

        .chm-head .chm-heading04 p {
            font-size: 14px;
            color: #585858;
        }

    .chm-head .chm-form01 .form-inline label {
        font-weight: normal;
        font-size: 14px;
        color: #828282;
    }

    .chm-head .chm-form01 .form-group input.chm-input01, .chm-head .chm-form01 .form-group input.chm-input02 {
        border-top: none;
        border-left: none;
        border-right: none;
        box-shadow: none;
        border-bottom: 2px dotted #a2a2a2;
        border-radius: 0;
        position: relative;
        top: -12px;
        width: 78%;
    }

    .chm-head .chm-form01 .form-group input.chm-input11 {
        border-top: none;
        border-left: none;
        border-right: none;
        box-shadow: none;
        border-bottom: 2px dotted #a2a2a2;
        border-radius: 0;
        position: relative;
        top: -12px;
        width: 85%;
    }

    .chm-head .chm-form01 .form-group input.chm-input06 {
        border-top: none;
        border-left: none;
        border-right: none;
        box-shadow: none;
        border-bottom: 2px dotted #a2a2a2;
        border-radius: 0;
        position: relative;
        top: -12px;
        width: 61%;
    }


    .chm-head .chm-form01 .form-group input.chm-input03, .chm-head .chm-form01 .form-group input.chm-input04 {
        border-top: none;
        border-left: none;
        border-right: none;
        box-shadow: none;
        border-bottom: 2px dotted #a2a2a2;
        border-radius: 0;
        position: relative;
        top: -12px;
        width: 80%;
    }

    .chm-head .chm-form01 .form-group input.chm-input04 {
        width: 53%;
    }

    .chm-head .chm-form01 .form-group input.chm-input011 {
        border-top: none;
        border-left: none;
        border-right: none;
        box-shadow: none;
        border-bottom: 2px dotted #a2a2a2;
        border-radius: 0;
        position: relative;
        top: -12px;
        width: 89%;
    }

    .chm-head .chm-form01 .form-group input.chm-input10 {
        border-top: none;
        border-left: none;
        border-right: none;
        box-shadow: none;
        border-bottom: 2px dotted #a2a2a2;
        border-radius: 0;
        position: relative;
        top: -12px;
        width: 85%;
    }

    .chm-head .chm-form01 .form-group input.chm-input05 {
        border-top: none;
        border-left: none;
        border-right: none;
        box-shadow: none;
        border-bottom: 2px dotted #a2a2a2;
        border-radius: 0;
        position: relative;
        top: -12px;
        width: 65%;
    }

    .chm-head .chm-form01 .form-group input.chm-input15 {
        border-top: none;
        border-left: none;
        border-right: none;
        box-shadow: none;
        border-bottom: 2px dotted #a2a2a2;
        border-radius: 0;
        position: relative;
        top: -12px;
        width: 81%;
    }

    .chm-head .chm-form01 .form-group input.chm-input16 {
        border-top: none;
        border-left: none;
        border-right: none;
        box-shadow: none;
        border-bottom: 2px dotted #a2a2a2;
        border-radius: 0;
        position: relative;
        top: -12px;
        width: 50%;
    }

    .chm-head .chm-form01 .form-group input.chm-input17 {
        border-top: none;
        border-left: none;
        border-right: none;
        box-shadow: none;
        border-bottom: 2px dotted #a2a2a2;
        border-radius: 0;
        position: relative;
        top: -12px;
        width: 86%;
    }

    .chm-head .chm-form01 .form-group input.chm-input18 {
        border-top: none;
        border-left: none;
        border-right: none;
        box-shadow: none;
        border-bottom: 2px dotted #a2a2a2;
        border-radius: 0;
        position: relative;
        top: -12px;
        width: 66%;
    }

    .chm-head .chm-form01 .form-group input.chm-input19 {
        border-top: none;
        border-left: none;
        border-right: none;
        box-shadow: none;
        border-bottom: 2px dotted #a2a2a2;
        border-radius: 0;
        position: relative;
        top: -12px;
        width: 75%;
    }

    .chm-head .chm-form01 .form-group input.chm-input20 {
        border-top: none;
        border-left: none;
        border-right: none;
        box-shadow: none;
        border-bottom: 2px dotted #a2a2a2;
        border-radius: 0;
        position: relative;
        top: -12px;
        width: 75%;
    }

    .chm-head .chm-form01 .form-group input.chm-input21 {
        border-top: none;
        border-left: none;
        border-right: none;
        box-shadow: none;
        border-bottom: 2px dotted #a2a2a2;
        border-radius: 0;
        position: relative;
        top: -12px;
        width: 63%;
    }

    .chm-head .chm-form01 .form-group input.chm-input09 {
        border-top: none;
        border-left: none;
        border-right: none;
        box-shadow: none;
        border-bottom: 2px dotted #a2a2a2;
        border-radius: 0;
        position: relative;
        top: -12px;
        width: 74%;
    }


    .chm-head .checkbg {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .chm-head .checkbg input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
        }

    .chm-head .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 18px;
        width: 18px;
        border: 2px solid #076cab;
    }

        .chm-head .checkmark:after {
            content: "";
            position: absolute;
            display: none;
        }

    .chm-head .checkbg input:checked ~ .checkmark:after {
        display: block;
    }

    .chm-head .checkbg .checkmark:after {
        left: 5px;
        top: 1px;
        width: 5px;
        height: 10px;
        border: solid #3d427e;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .chm-head .chm-mr {
        margin: 0 0 0 35px;
    }

    .chm-head .chm-form01 .form-group input.chm-input07 {
        border-top: none;
        border-left: none;
        border-right: none;
        box-shadow: none;
        border-bottom: 2px dotted #a2a2a2;
        border-radius: 0;
        position: relative;
        top: -12px;
        width: 49%;
        margin: 15px 0;
    }

    .chm-head .chm-form01 .form-group input.chm-input08 {
        border-top: none;
        border-left: none;
        border-right: none;
        box-shadow: none;
        border-bottom: 2px dotted #a2a2a2;
        border-radius: 0;
        position: relative;
        top: -12px;
        width: 94%;
        margin: 15px 0;
    }

.chm-box {
    border: 1px solid #d6d6d6;
    height: auto;
    min-height: 124px;
    position: relative;
}

    .chm-box input {
        position: absolute;
        bottom: 0;
    }

.admi-form {
    text-align: center;
    margin: 25px 0 0 0;
}


    .admi-form button {
        width: 100%;
        border-radius: 0;
        font-size: 20px;
        padding: 10px 0;
    }

/*end form css*/
/*start form01 css*/
.chm-head .chm-heading01 ul li {
    font-size: 14px;
    font-weight: normal;
}

    .chm-head .chm-heading01 ul li span {
        color: #868686;
    }

.chm-head .chm-heading05 {
    padding: 0 15px;
}

.chm-head .chm-tab {
    border: 1px solid #cecece;
    min-height: 300px;
}

.chm-head .chm-tr {
    border-bottom: 1px solid #cecece;
}

.chm-head .chm-bor-td {
    border-left: 1px solid #cecece;
    text-align: center;
}

.chm-head .chm-bor-l {
    position: relative;
    font-size: 12px;
    padding: 0 15px 0 15px;
}

.chm-head .chm-tr:first-child {
    background: #82b340 !important;
    color: #fff;
    font-weight: 600;
}

.chm-head .chm-tr:nth-child(2n+1) {
    background: #dedcdc;
}

.chm-head .mr-righ {
    margin: -3px 0 0 8px;
}

.chm-head .chm-mr03 {
    padding: 0;
    margin: 0 0 0 15px;
}

.chm-head .chm-mr04 {
    padding: 0;
    margin: 0 0 0 -15px;
}

.chm-head .chm-mr05 {
    margin: 10px 0 0 0;
    padding: 0;
}

.chm-head .form-control {
    padding: 15px 10px 0 5px;
}

.group-mr {
    margin: 10px 0 0 45px !important;
}

.summerfield-form {
    text-align: center;
}

    .summerfield-form h1 {
        margin: 0;
        font-size: 25px;
        text-transform: uppercase;
    }

    .summerfield-form p {
        margin: 0;
        font-size: 14px;
        text-transform: uppercase;
    }

.officeuse {
    border: 1px solid #989898;
    padding: 5px 0;
    width: 100%;
    max-width: 200px;
    margin: 20px auto 0 auto;
}

    .officeuse p {
        margin: 0;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
    }

.officeusetable {
    margin: 20px 0 0 0;
}

.officeusetablechild {
    width: 40%;
    /*height: 180px;*/
}

.officeusecon {
    border-bottom: 1px solid #9c9c9c;
    /*position: relative;
    bottom: 70px;*/
    padding: 0 0 0 10px;
}

    .officeusecon p {
        margin: 5px 0 5px 0;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 1px;
    }

.officedetail {
    padding: 10px 10px;
    font-size: 14px;
}

.officedetail1 {
    margin: 0 5px 0 0;
}

.officedetail2 {
}

.officedetail3 {
    /*border: 1px solid #d6d6d6;*/
    width: 100%;
    max-width: 40px;
    padding: 0;
    float: right;
    margin: 0;
}

.officedetailonly {
}

    .officedetailonly p {
        margin: 5px 10px;
        font-size: 14px;
    }

.feereceived {
    width: 20%;
    border-right: 1px solid #d6d6d6;
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 0 10px;
}

.admissionfee {
    width: 20%;
    border-right: 1px solid #d6d6d6;
    font-size: 14px;
    padding: 5px 0 0 10px;
}

.officetotal {
    width: 20%;
    border-right: 1px solid #d6d6d6;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 0 0 10px;
}

.ofiicecheck {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 16px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .ofiicecheck input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .ofiicecheck .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 23px;
        width: 38px;
        border: 2px solid #076cab;
    }

        .ofiicecheck .checkmark:after {
            content: "";
            position: absolute;
            display: none;
        }

    .ofiicecheck input:checked ~ .checkmark:after {
        display: block;
    }

    .ofiicecheck .checkmark:after {
        left: 12px;
        top: -1px;
        width: 10px;
        height: 15px;
        border: solid #3d427e;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.officerejected {
    padding: 10px 0 0 0;
    float: right;
}


/**add css end**/
.hover-effect a {
    backface-visibility: hidden;
    display: block;
    padding: 8px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    line-height: normal;
    color: #076cab;
}

    .hover-effect a.active {
        color: #076cab;
    }

    .hover-effect a:before {
        bottom: 25%;
    }

    .hover-effect a:after {
        bottom: 75%;
    }

    .hover-effect li:before, .hover-effect li:after, .hover-effect a:before, .hover-effect a:after {
        background-color: #00aeef;
        position: absolute;
        height: 25%;
        left: 0%;
        right: 100%;
        content: '';
        z-index: -1;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #FFC107;
    }

.hover-effect li:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.hover-effect li:after {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.hover-effect a:before {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.hover-effect a:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.hover-effect li:hover:before, .hover-effect li.current:before, .hover-effect li:hover:after, .hover-effect li.current:after, .hover-effect li:hover a:before, .hover-effect li.current a:before, .hover-effect li:hover a:after, .hover-effect li.current a:after {
    left: 0;
    right: 0;
    opacity: 1;
}

.hover-effect li:hover:before, .hover-effect li.current:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.hover-effect li:hover:after, .hover-effect li.current:after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.hover-effect li:hover a:before, .hover-effect li.current a:before {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.hover-effect li:hover a:after, .hover-effect li.current a:after {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.arrow img {
    width: 2%;
}

/*--//banner--*/
.contact-w3-agileits h3, .about-w3-agile h3, .featured-work h3, .gallery h3, .team h3, .services h3 {
    color: #000;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: left;
    position: relative;
    margin-bottom: 50px;
}

    .contact-w3-agileits h3:before, .about-w3-agile h3:before, .featured-work h3:before, .gallery h3:before, .team h3:before, .services h3:before {
        content: '';
        background: #d9d9d9;
        width: 45%;
        height: 3px;
        position: absolute;
        top: 170%;
        left: 0%;
    }

    .contact-w3-agileits h3:after, .about-w3-agile h3:after, .featured-work h3:after, .gallery h3:after, .team h3:after, .services h3:after {
        content: '';
        background: #076cab;
        width: 10%;
        height: 3px;
        position: absolute;
        top: 170%;
        left: 0%;
    }

    .about-w3-agile h3:before {
        width: 25%;
    }

.about-w3-agile h3 {
    margin-top: 30px;
}

.wthree_about_grid_left p, .featured-right p, .services p, .modal-body p {
    font-size: 14px;
    color: #8d8d8d;
    line-height: 30px;
}

.wthree_about_grid_left a, .featured-right a {
    font-size: 14px;
    background: #FFC107;
    color: #fff;
    padding: 8px 15px;
    margin-top: 15px;
    border: none;
    display: inline-block;
}

    .wthree_about_grid_left a:hover, .featured-right a:hover {
        background: #00bcd4;
    }

.modal-header, .modal-footer {
    background: #00BCD4;
}

    .modal-header h4 {
        color: #000;
        text-transform: uppercase;
        font-size: 25px;
        letter-spacing: 2px;
        font-weight: 700;
    }

/*-- //about --*/
/*-- Gallery --*/
.gallery-grids .gallery-box {
    margin-bottom: 20px;
    position: relative;
}

    .gallery-grids .gallery-box .effect-apollo {
        height: 200px;
    }

        .gallery-grids .gallery-box .effect-apollo > img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

        .gallery-grids .gallery-box .effect-apollo .caption {
            position: absolute;
            top: 20px;
            left: 0px;
            width: 100%;
            height: 100%;
            color: #fff;
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
        }

.gallery h3:before {
    width: 10%;
}

.gallery h3:after {
    width: 4%;
}

.gallery-grids-left-subl {
    padding-left: 0;
    margin-top: 30px;
}

.gallery-grids-left-subr {
    padding-right: 0;
    margin-top: 30px;
}

.gallery-grids-right-first {
    padding-left: 0;
    margin-bottom: 30px;
}

.gallery-grids-right.gallery-8 {
    padding-left: 0;
    margin-top: 30px;
}

.gallery-grids-right.gallery-9 {
    padding-right: 0;
    margin-top: 30px;
}

.gallery-grids-right-two {
    padding-right: 0;
    margin-bottom: 30px;
}

.gallery-grid-sub-left-bottom {
    margin-top: 310px;
}

.gallery-grid img {
    width: 100%;
    cursor: pointer;
}

.gallery-grid {
    position: relative;
}

.gallery-grid-pos {
    position: absolute;
    top: 0%;
    left: 5%;
    text-align: center;
    opacity: 0;
    background: #000;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
}

.grid figure {
    position: relative;
    overflow: hidden;
    height: auto;
    background: #000;
    text-align: center;
}

    .grid figure img {
        position: relative;
        display: block;
        max-width: 100%;
        opacity: 0.8;
    }

    .grid figure figcaption {
        padding: 7em;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.25em;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .grid figure figcaption::before, .grid figure figcaption::after {
            pointer-events: none;
        }

        .grid figure figcaption, .grid figure figcaption > a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

figure.effect-apollo {
    background: #000;
}

    figure.effect-apollo img {
        opacity: 0.95;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: scale3d(1.05, 1.05, 1);
        transform: scale3d(1.05, 1.05, 1);
    }

    figure.effect-apollo figcaption::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.72);
        content: '';
        -webkit-transition: -webkit-transform 0.6s;
        transition: transform 0.6s;
        -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    }

    figure.effect-apollo:hover img {
        opacity: 0.6;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    figure.effect-apollo:hover figcaption::before {
        -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
        transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    }

/*-- //Gallery --*/
/*-- Contact --*/
.contact-right-w3l h3:before {
    width: 35%;
}

.mail {
    margin: 10px 0;
}

.call {
    margin-bottom: 10px;
}

.contact-left-w3ls {
    position: relative;
}

    .contact-left-w3ls:before {
        content: '';
        background: url("../../images/c1.png") no-repeat 0px 0px;
        width: 91%;
        height: 170px;
        position: absolute;
        top: 0;
        left: -30%;
    }

    .contact-left-w3ls:after {
        content: '';
        background: url("../../images/c2.png") no-repeat 0px 0px;
        width: 100px;
        height: 170px;
        position: absolute;
        bottom: 0;
        left: 72%;
    }

    .contact-left-w3ls .glyphicon {
        font-size: 20px;
        /*border: 1px solid #000;*/
        padding: 5px 0;
        color: #076cab;
    }

    .contact-left-w3ls h4, .contact-left-w3ls h5 {
        text-align: left;
    }

    .contact-left-w3ls h4 {
        color: #000;
        font-weight: 600;
        font-size: 18px;
        /*margin-bottom: 5px;*/
    }

    .contact-left-w3ls h5 {
        color: #8d8d8d;
        font-weight: 400;
        font-size: 16px;
        margin: 0;
    }

        .contact-left-w3ls h5 a {
            color: #8d8d8d;
        }

.contact-right-w3l input[type="text"] {
    font-size: 14px;
    border: 1px solid #d5d3d3;
    background: transparent;
    outline: none;
    padding: 10px;
    width: 48.5%;
    margin-bottom: 15px;
}

    .contact-right-w3l input[type="text"]:nth-child(1), .contact-right-w3l input[type="text"]:nth-child(3) {
        margin-right: 2.4%;
    }

.contact-right-w3l textarea {
    width: 100%;
    padding: 10px;
    outline: none;
    resize: none;
    height: 100px;
    border: 1px solid #d5d3d3;
    font-size: 14px;
}

.contact-right-w3l input[type="submit"] {
    background: #076cab;
    color: #fff;
    padding: 8px 15px;
    margin-top: 15px;
    border: none;
    outline: none;
}

    .contact-right-w3l input[type="submit"]:hover {
        background: #00aeef;
    }

/*-- //contact --*/
.footer-w3l {
    padding: 30px 0px;
    background: #00bcd4;
}

    .footer-w3l p {
        color: #fff;
        text-align: center;
        font-size: 14px;
    }

        .footer-w3l p a {
            color: #fff;
        }

            .footer-w3l p a:hover {
                text-decoration: underline;
            }

/*-- to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../../images/up-arrow.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}



.infralist ul li {
    display: block;
    font-size: 14px;
    color: #076cab;
    line-height: 25px;
}



/*-- //to-top --*/
@media (max-width: 1440px) {
    .contact-left-w3ls:before {
        left: -23%;
    }

    .feat-bottom {
        background: url("../../images/bg.jpg") no-repeat 0px 0px;
        background-size: cover;
        min-height: 720px;
    }

        .feat-bottom h4 {
            width: 72%;
            padding: 305px 0 0 529px;
        }
}

@media (max-width: 1366px) {
    .banner {
        min-height: 520px;
    }

        .banner h4 {
            width: 22%;
        }

    .feat-bottom h4 {
        width: 76%;
    }

    .contact-left-w3ls:before {
        left: -20%;
    }
}

@media (max-width: 1280px) {
    .banner {
        min-height: 550px;
    }

    .feat-bottom h4 {
        width: 76%;
        font-size: 27px;
        padding: 291px 0 0 529px;
    }

    .contact-left-w3ls:before {
        top: 11px;
        left: -12%;
        background-size: 71px;
    }
}

@media (max-width: 1080px) {
    .banner {
        min-height: 515px;
    }

        .banner h4 {
            width: 28%;
        }

    .arrow img {
        width: 3%;
    }

    .about-w3-agile h3 {
        margin-top: 5px;
    }

        .about-w3-agile h3:before {
            width: 30%;
        }

    .featured-work h3:before {
        width: 24%;
    }

    .team h3:before {
        width: 24%;
    }

    .services h3:before {
        width: 21%;
    }

    .gallery h3:before {
        width: 13%;
    }

    .contact-left-w3ls h3:before {
        width: 56%;
    }

    .contact-right-w3l h3:before {
        width: 42%;
    }

    .featured-right h4 {
        margin-bottom: 15px;
    }

    .featured-right p {
        margin: 10px 0px;
    }

    .feat-bottom {
        min-height: 565px;
    }

        .feat-bottom h4 {
            width: 89%;
            font-size: 27px;
            padding: 201px 0 0 529px;
        }

    .gallery-grid img {
        height: inherit;
    }

    .gallery-grid-sub-left-bottom {
        margin-top: 255px;
    }

    .gallery-grids-right.gallery-8, .gallery-grids-right.gallery-9 {
        margin-top: 27px;
    }

    .gallery-grids-left-gallery1-top img {
        height: 228px;
    }

    .gallery-grids-left-subr img {
        height: 483px;
    }

    .contact-right-w3l input[type="text"]:nth-child(1), .contact-right-w3l input[type="text"]:nth-child(3) {
        margin-right: 2.3%;
    }
}

@media (max-width: 1024px) {
    .banner {
        min-height: 485px;
    }

        .banner h4 {
            width: 29%;
        }

    .arrow {
        text-align: center;
        padding-top: 10%;
    }

    .feat-bottom {
        min-height: 535px;
    }

        .feat-bottom h4 {
            width: 95%;
        }

    .contact-left-w3ls:before {
        top: 53px;
        left: -9%;
        background-size: 57px;
    }
}

@media (max-width: 991px) {
    #EventsNews .wrapper .events-section h5 {
        margin-top: 10px !important;
    }

 .hover-effect ul {
    margin-top: 0px !important;
}
.logo-w3 a ~span {
    font-size: 15px;
    position: relative;
    top: 30px;
    color: #076cab;
    left: 10px;
}
.navbar-toggle {
    margin-top: 0 !important;
}  

    .navbar-toggle {
        margin-top: 35px;
    }

    .chm-box {
        margin: 15px 0;
    }

    .feereceived {
        padding: 0 21px 0 10px;
    }

    .officetotal {
        padding: 4px 43px 0 10px;
    }

    .group-mr {
        margin: 10px 0 0 0 !important;
    }

    .chm-head .mr-righ {
        margin: -5px 0 0 5px;
    }

    .chm-head .ch-fon {
        font-size: 13px;
    }

    .chm-head .chm-left01 {
        margin: 15px 0 0 0;
    }

    .chm-head .chm-mr04 {
        margin: 0 0 0 0;
        padding: 0 0 0 15px;
    }

    .chm-head .chm-mr05 {
        margin: 10px 0 0 15px !important;
        padding: 0;
    }

    .group-f {
        position: relative;
        top: -30px;
        left: 80px;
    }

    .group-fone {
        position: relative;
        top: -27px;
        right: 207px;
    }


    .chm-head .chm-form01 .form-group input.chm-input06 {
        width: 65%;
    }

    .chm-head .chm-form01 .form-group input.chm-input03 {
        width: 79%;
    }

    .chm-head .chm-form01 .form-group input.chm-input011 {
        width: 90%;
    }

    .chm-head .chm-form01 .form-group input.chm-input05 {
        width: 64%;
    }

    .chm-head .chm-form01 .form-group input.chm-input18 {
        width: 60%;
    }

    .chm-head .chm-form01 .form-group input.chm-input09 {
        width: 82%;
    }

    .chm-head .chm-form01 .form-group input.chm-input07 {
        width: 45%;
    }

    .chm-head .chm-form01 .form-group input.chm-input04 {
        width: 60%;
    }

    .chm-head .chm-form01 .form-group input.chm-input10 {
        width: 93%;
    }

    .w3l_header_left ul {
        padding: 0em 0 0 1em;
    }

        .w3l_header_left ul li:first-child {
            margin-right: 1em;
        }

        .w3l_header_left ul li {
            padding: 1em 1em 1em 0;
        }

    .hover-effect ul {
        margin-top: 0px;
    }

    .hover-effect a {
        padding: 8px 5px;
        font-size: 14px;
    }

    .banner h3 {
        padding-top: 14%;
    }

    .arrow {
        text-align: center;
        padding-top: 11%;
    }

    .about-w3-agile h3:before {
        width: 40%;
    }

    .featured-work h3:before {
        width: 32%;
    }

    .team h3:before {
        width: 31%;
    }

    .services h3:before {
        width: 27%;
    }

    .services h3:after {
        width: 10%;
    }

    .gallery h3:before {
        width: 16%;
    }

    .gallery h3:after {
        width: 7%;
    }

    .contact-left-w3ls h3:before {
        width: 68%;
    }

    .contact-left-w3ls h3:after {
        width: 20%;
    }

    .contact-right-w3l h3:before {
        width: 59%;
    }

    .contact-right-w3l h3:after {
        width: 20%;
    }

    .wthree_about_grid_left, .wthree_about_grid_right {
        width: 50%;
        float: left;
    }

    .about-w3-agile h3 {
        margin-bottom: 35px;
    }

    .wthree_about_grid_right {
        padding: 0;
    }

        .wthree_about_grid_right img {
            margin-top: 50px;
        }

    .featured-left, .featured-right {
        width: 50%;
        float: left;
    }

    .feat-bottom {
        min-height: 510px;
    }

        .feat-bottom h4 {
            width: 97%;
            padding-top: 180px;
        }

    .agile_team_grid {
        width: 25%;
        float: left;
        padding: 0 10px;
    }

    .services-grids {
        width: 33.3%;
        float: left;
    }

    .gallery-grid-sub-left-bottom {
        margin-top: 192px;
    }

    .gallery-grids-left-gallery1-top img {
        height: 164px;
    }

    .gallery-grids-left-subr img {
        height: 356px;
    }

    .gallery-grids-right-hand img {
        height: 161px;
    }

    .contact-left-w3ls {
        width: 45%;
        float: left;
    }

        .contact-left-w3ls:before {
            top: 53px;
            left: -27%;
            background-size: 65px;
        }

    .contact-right-w3l {
        width: 55%;
        float: left;
    }

    .contact-icon-wthree {
        width: 10%;
        float: left;
    }

    .contact-text-agileinf0 {
        width: 75%;
        float: right;
        padding: 0;
    }

    .contact-right-w3l input[type="text"]:nth-child(1), .contact-right-w3l input[type="text"]:nth-child(3) {
        margin-right: 2%;
    }

    .contact-left-w3ls:after {
        left: 77%;
        background-size: 80px;
    }
}

@media (max-width: 900px) {
    .banner {
        min-height: 425px;
    }

        .banner h3 {
            padding-top: 13%;
        }

        .banner h4 {
            width: 33%;
        }

    .arrow {
        text-align: center;
        padding-top: 9%;
    }

    .feat-bottom {
        min-height: 470px;
    }

        .feat-bottom h4 {
            width: 100%;
            font-size: 27px;
            padding: 159px 0 0 452px;
        }

    .contact-left-w3ls:before {
        left: -20%;
    }
}

@media (max-width: 800px) {
    .banner {
        min-height: 380px;
    }

        .banner h3 {
            padding-top: 11%;
        }

        .banner h4 {
            width: 37%;
        }

    .feat-bottom {
        min-height: 405px;
    }

        .feat-bottom h4 {
            padding: 142px 0 0 410px;
        }

    .contact-left-w3ls:before {
        left: -8%;
        background-size: 50px;
    }

    .contact-left-w3ls h5 {
        font-size: 14.5px;
    }
}

@media (max-width: 768px) {
    .feat-bottom {
        min-height: 400px;
    }

    .contact-left-w3ls:before {
        left: -4%;
        background-size: 39px;
    }
}

@media (max-width: 736px) {

.hover-effect ul {
    text-align: left;
    background-color: #95aabb;
    border-top: 3px solid #076cab;
}
.hover-effect li {
    width: 100%;
}
.hover-effect a {
    text-align: left !important;
    color: #fff;
}

    .infratest:hover {
        background: #00aeef;
    }

        .infratest:hover a{
            color: #fff;
        }

    .hover-effect a{
        text-align: center !important;
    }

    .hover-effect li:hover > ul.sub-menu {
        position: static;
        margin: 0 !important;
    }

    .navbar-toggle {
        background-color: #00BCD4;
        border-radius: 0;
        border: none;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #ffc107;
    }

    .hover-effect ul {
        text-align: left;
    }

    .hover-effect li {
        width: 100%;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
    }

    .banner {
        min-height: 350px;
    }

        .banner h2 {
            margin: 25px 0px;
        }

        .banner h4 {
            width: 41%;
        }

    .arrow img {
        width: 3.5%;
    }

    .feat-bottom {
        min-height: 375px;
    }

        .feat-bottom h4 {
            padding: 115px 0 0 378px;
            font-size: 21px;
        }

    .agile_team_grid {
        padding: 0 5px;
    }

    .gallery-grids-left.gallery-grids-left-gallery1-top {
        width: 50%;
        float: left;
    }

    .gallery-grids-left {
        width: 50%;
        float: left;
    }

    .gallery-grids-right-first, .gallery-grids-right-two, .gallery-grids-left-subl, .gallery-grids-left-subr {
        width: 50%;
        float: left;
    }

    .gallery-grids-right.gallery-8, .gallery-grids-right.gallery-9 {
        margin-top: 30px;
        width: 50%;
        float: left;
    }

    .gallery-grids-left-gallery1-top img {
        height: 155px;
    }

    .gallery-grids-left-subr img {
        height: 349px;
    }

    .contact-right-w3l input[type="text"]:nth-child(1), .contact-right-w3l input[type="text"]:nth-child(3) {
        margin-right: 1.9%;
    }
}

@media (max-width: 667px) {
    .w3l_header_left ul {
        padding: 0em 0 0 0.5em;
    }

        .w3l_header_left ul li:first-child {
            margin-right: 0.5em;
        }

        .w3l_header_left ul li span {
            padding: .5em;
            margin-right: 0.5em;
        }

        .w3l_header_left ul li {
            padding: 1em 0.5em 1em 0;
        }

    .banner {
        min-height: 325px;
    }

        .banner h2 {
            margin: 20px 0px;
            font-size: 45px;
        }

        .banner h4 {
            width: 44%;
        }

    .arrow img {
        width: 4%;
    }

    .about-w3-agile h3:before {
        width: 48%;
    }

    .featured-work h3:before {
        width: 37%;
    }

    .team h3:before {
        width: 36%;
    }

    .services h3:before {
        width: 31%;
    }

    .gallery h3:before {
        width: 19%;
    }

    .contact-left-w3ls h3:before {
        width: 80%;
    }

    .contact-right-w3l h3:before {
        width: 69%;
    }

    .feat-bottom {
        min-height: 340px;
    }

        .feat-bottom h4 {
            padding: 100px 0 0 326px;
            font-size: 20px;
        }

    .services-grids {
        padding: 0 10px;
    }

    .gallery-grids-left-gallery1-top img {
        height: 139px;
    }

    .gallery-grids-left-subr img {
        height: 312px;
    }

    .gallery-grid-sub-left-bottom {
        margin-top: 172px;
    }

    .gallery-grids-right-hand img {
        height: 146px;
    }

    .contact-text-agileinf0 {
        width: 71%;
    }

    .contact-right-w3l input[type="text"] {
        width: 100%;
        margin-right: 0;
    }
}


@media(max-width: 680px) {
    .feereceivedone {
        padding: 0 24px 0 10px;
    }
}


@media(max-width:588px) {
    .feereceivedone {
        padding: 0 47px 0 6px;
    }

    .feereceived {
        line-height: 33px;
    }
}

@media(max-width:500px) {
    .feereceivedone {
        padding: 0 56px 0 6px !important;
    }

    .feereceived {
        font-size: 12px;
    }
}

@media(max-width:480px) {
    .navbar-toggle {
        margin-top: 10px;
    }
.logo-w3 a ~span {
    font-size: 15px;
    position: relative;
    top: 0;
    color: #076cab;
    left: 10px;
}

.hover-effect ul{
margin-top:35px !important;
}
.logo-w3 a ~span{
top: 0 !important;
}
}


@media(max-width:450px) {
    .feereceivedone {
        padding: 0 54px 0 6px !important;
    }
}

@media(max-width:448px) {
    .feereceivedone {
        padding: 0 45px 0 5px !important;
    }

    .feereceived {
        line-height: 36px;
    }

    .admissionfee p {
        font-size: 12px;
    }

    .officetotal {
        font-size: 12px;
    }
}


@media (max-width:438px) {
    .onlyfeerece {
        line-height: 40px !important;
    }

    .feereceived {
        line-height: 47px;
    }
}



@media (max-width: 640px) {
    .w3l_header_right ul li a {
        padding: .5em .5em;
    }

    .logo-w3 img {
        width: 22%;
    }

    .featured-work h3:before {
        width: 38%;
    }

    .team h3:before {
        width: 37%;
    }

    .services h3:before {
        width: 33%;
    }

    .contact-left-w3ls h3:before {
        width: 35%;
    }

    .contact-left-w3ls h3:after {
        width: 16%;
    }

    .contact-right-w3l h3:before {
        width: 38%;
    }

    .contact-right-w3l h3:after {
        width: 16%;
    }

    .featured-left, .featured-right {
        width: 75%;
        float: none;
        margin: 0 auto;
    }

    .feat-bottom h4 {
        padding: 100px 0 0 325px;
        font-size: 20px;
    }

    .team h4 {
        font-size: 18px;
    }

    .services-grids {
        padding: 0 6px;
    }

    .gallery-grids-left-gallery1-top img {
        height: 131px;
    }

    .gallery-grids-left-subr img {
        height: 290px;
    }

    .gallery-grids-right-hand img {
        height: 130px;
    }

    .gallery-grid-sub-left-bottom {
        margin-top: 160px;
    }

    .contact-left-w3ls, .contact-right-w3l {
        width: 100%;
        float: left;
    }

    .contact-text-agileinf0 {
        width: 85%;
        float: right;
        padding: 0;
    }

    .contact-left-w3ls {
        margin-bottom: 30px;
    }

    .contact-right-w3l input[type="text"] {
        width: 49%;
    }

        .contact-right-w3l input[type="text"]:nth-child(1), .contact-right-w3l input[type="text"]:nth-child(3) {
            margin-right: 1.3%;
        }

    .contact-left-w3ls:before {
        left: 6%;
        background-size: 55px;
        top: -97px;
    }

    .contact-left-w3ls:after {
        left: 68%;
        background-size: 80px;
        bottom: -51%;
    }
}

@media (max-width: 600px) {
    .feereceivedone {
        padding: 0 36px 0 5px;
    }

    .w3l_header_right ul {
        padding: 1em 0 0;
    }

        .w3l_header_right ul li a {
            font-size: 12px;
        }

    .logo-w3 h1 {
        font-size: 33px;
    }

    .banner {
        min-height: 295px;
    }

        .banner h2 {
            margin: 15px 0px;
        }

        .banner h4 {
            width: 50%;
        }

    .wthree_about_grid_left, .wthree_about_grid_right {
        width: 100%;
        float: left;
    }

    .about-w3-agile h3:before {
        width: 25%;
    }

    .featured-work h3:before {
        width: 41%;
    }

    .team h3:before {
        width: 40%;
    }

    .services h3:before {
        width: 35%;
    }

    .gallery h3:before {
        width: 21%;
    }

    .featured-left, .featured-right {
        width: 100%;
    }

    .agile_team_grid {
        width: 50%;
        float: left;
        padding: 0 15px;
    }

    .agile_team_gridf, .agile_team_grid2 {
        margin-bottom: 20px;
    }

    .services-grids {
        width: 33.3%;
        float: left;
        padding: 0px 0px;
    }

    .gallery-grids-left.gallery-grids-left-gallery1-top {
        width: 100%;
        float: left;
    }

    .gallery-grids-left {
        width: 100%;
        float: left;
    }

    .gallery-grids img {
        height: inherit;
    }

    .gallery-grid-sub-left-bottom {
        margin-top: 300px;
    }

    .col-md-6.col-sm-6.gallery-grids-left {
        margin-top: 24px;
    }
}

@media (max-width: 568px) {
    .w3l_header_left ul li {
        font-size: 13px;
    }

    .w3l_header_right ul li a span {
        padding-right: 0.5em;
    }

    .logo-w3 img {
        width: 25%;
    }

    .logo-w3 h1 {
        font-size: 30px;
    }

    .banner h3 {
        font-size: 26px;
    }

    .contact-w3-agileits h3, .about-w3-agile h3, .featured-work h3, .gallery h3, .team h3, .services h3 {
        font-size: 23px;
    }

    .contact-right-w3l h3:before {
        width: 42%;
    }

    .contact-left-w3ls h3:before {
        width: 38%;
    }

    .wthree_about_grid_left p, .featured-right p, .services p, .modal-body p {
        font-size: 13.4px;
    }

    .feat-bottom h4 {
        padding: 60px 0 0 331px;
    }

    .contact-right-w3l input[type="text"]:nth-child(1), .contact-right-w3l input[type="text"]:nth-child(3) {
        margin-right: 1.2%;
    }
}

@media (max-width: 480px) {
    .header {
        padding-bottom: 15px;
    }

    .w3l_header_left, .w3l_header_right {
        float: none;
        width: 78%;
        margin: 0 auto;
    }

    .w3l_header_right {
        width: 50%;
        text-align: center;
    }

    .w3l_header_left ul {
        border: none;
    }

        .w3l_header_left ul li {
            border: none;
        }

    .logo-w3 {
        width: 50%;
        float: left;
    }

    

    .banner {
        min-height: 260px;
    }

        .banner h3 {
            padding-top: 9%;
        }

        .banner h4 {
            width: 60%;
        }

    .arrow img {
        width: 6%;
    }

    .contact-w3-agileits h3, .about-w3-agile h3, .featured-work h3, .gallery h3, .team h3, .services h3 {
        font-size: 19px;
    }

    .feat-bottom {
        min-height: 250px;
    }

        .feat-bottom h4 {
            padding: 19px 0 0 241px;
        }

    .agile_team_grid {
        width: 50%;
        float: left;
        padding: 0 15px;
    }

    .services-grids {
        width: 100%;
        float: left;
        padding: 0px 15px;
    }

    .services-grids1, .services-grids2 {
        margin-bottom: 20px;
    }

    .gallery-grid-sub-left-bottom {
        margin-top: 230px;
    }

    .contact-text-agileinf0 {
        width: 78%;
        float: right;
    }

    .contact-right-w3l input[type="text"] {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 414px) {
    .w3l_header_left {
        width: 92%;
        text-align: center;
    }

    .logo-w3 img {
        margin-top: 0;
    }

    .banner {
        min-height: 230px;
    }

        .banner h3 {
            font-size: 23px;
        }

        .banner h2 {
            margin: 15px 0px;
            font-size: 35px;
        }

        .banner h4 {
            width: 70%;
        }

    .about-w3-agile h3:before {
        width: 31%;
    }

    .featured-work h3:before {
        width: 49%;
    }

    .team h3:before {
        width: 48%;
    }

    .services h3:before {
        width: 42%;
    }

    .gallery h3:before {
        width: 25%;
    }

    .contact-left-w3ls h3:before {
        width: 46%;
    }

    .contact-right-w3l h3:before {
        width: 51%;
    }

    .gallery-grids-left-subl, .gallery-grids-left-subr {
        margin-top: 25px;
    }

    .gallery-grid-sub-left-bottom {
        margin-top: 194px;
    }

    .gallery-grids-right-two, .gallery-grids-right-first {
        margin-bottom: 25px;
    }

    .gallery-grids-left-subr.gallery-grids-left-subr-long {
        padding-left: 12px;
        padding-right: 0;
    }

    .gallery-grids-left-subl, .gallery-grids-left-subr {
        padding-right: 13px;
    }

    .gallery-grids-right-two {
        padding-right: 0;
    }

    .gallery-grids-right-first {
        padding-right: 12.5px;
    }

    .gallery-grids-right.gallery-8, .gallery-grids-right.gallery-9 {
        margin-top: 25px;
    }

    .gallery-grids-right.gallery-8 {
        padding-right: 12.5px;
    }

    .gallery-grids-right.gallery-9 {
        padding-left: 12.5px;
    }
}

@media (max-width: 384px) {
    .w3l_header_left, .w3l_header_right {
        width: 100%;
        text-align: center;
    }

    .banner h3 {
        font-size: 20px;
    }

    .banner h2 {
        margin: 15px 0px;
        font-size: 30px;
    }

    .banner h4 {
        width: 70%;
        font-size: 12px;
    }

    .arrow {
        text-align: center;
        padding-top: 11%;
    }

    .feat-bottom {
        min-height: 230px;
    }

        .feat-bottom h4 {
            line-height: 38px;
            font-size: 15px;
            padding: 40px 0 0 220px;
        }

    .gallery-grid-sub-left-bottom {
        margin-top: 176px;
    }

    .contact-text-agileinf0 {
        width: 73%;
        float: right;
    }

    .agile_team_grid {
        width: 50%;
        float: left;
        padding: 0px 6px;
    }
}

@media (max-width: 375px) {
    .w3l_header_left ul li span {
        margin-right: 0.3em;
        padding: 0.4em;
    }

    .w3l_header_left ul li {
        margin-right: 0.3em;
    }

    .w3l_header_left ul {
        padding: 0em 0 0 0.3em;
    }

        .w3l_header_left ul li:first-child {
            margin-right: 0.3em;
        }

    .logo-w3 h1 {
        font-size: 28px;
    }

    .about-w3-agile h3:before {
        width: 34%;
    }

    .featured-work h3:before {
        width: 55%;
    }

    .team h3:before {
        width: 53%;
    }

    .services h3:before {
        width: 46%;
    }

    .gallery h3:before {
        width: 29%;
    }

    .contact-left-w3ls h3:before {
        width: 53%;
    }

    .contact-right-w3l h3:before {
        width: 58%;
    }

    .feat-bottom h4 {
        line-height: 34px;
        font-size: 15px;
        padding: 33px 0 0 220px;
    }

    .agile_team_grid {
        width: 70%;
        float: none;
        padding: 0 15px;
        margin: 0 auto 20px auto;
    }

    .agile_team_grid4 {
        margin-bottom: 0;
    }
}

@media (max-width: 320px) {
    .w3l_header_left ul li {
        font-size: 11px;
    }

        .w3l_header_left ul li span {
            padding: 4px;
            font-size: 11px;
        }

    .logo-w3 h1 {
        font-size: 23px;
    }

    .banner {
        min-height: 187px;
    }

        .banner h3 {
            font-size: 17px;
            padding-top: 10%;
        }

        .banner h2 {
            margin: 12px 0px;
            font-size: 28px;
        }

        .banner h4 {
            width: 81%;
            font-size: 11px;
        }

    .arrow {
        padding-top: 7%;
    }

        .arrow img {
            width: 8%;
        }

    .contact-w3-agileits h3, .about-w3-agile h3, .featured-work h3, .gallery h3, .team h3, .services h3 {
        font-size: 17px;
    }

        .about-w3-agile h3:before {
            width: 39%;
        }

        .featured-work h3:before {
            width: 59%;
        }

        .team h3:before {
            width: 59%;
        }

        .services h3:before {
            width: 51%;
        }

        .gallery h3:before {
            width: 31%;
        }

    .contact-left-w3ls h3:before {
        width: 59%;
    }

    .contact-right-w3l h3:before {
        width: 64%;
    }

    .featured-right h4 {
        font-size: 17px;
    }

    .feat-bottom {
        min-height: 180px;
    }

        .feat-bottom h4 {
            line-height: 30px;
            font-size: 15px;
            padding: 19px 0 0 175px;
        }

    .agile_team_grid {
        width: 75%;
    }

    .gallery-grid-sub-left-bottom {
        margin-top: 140px;
    }

    .contact-text-agileinf0 {
        width: 67%;
        float: right;
    }
}

/* ========================
          About Us
   ```````````````````````` */
#About {
    background-color: #f2f2f2;
    background-color: #f7fbf9;
    background-image: url("../../images/pattern/pattern_bg_1.jpg");
    background-repeat: repeat;
}

    #About .wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 5px 0px #ddd;
        -moz-box-shadow: 0px 0px 5px 0px #ddd;
        box-shadow: 0px 0px 5px 0px #ddd;
        /*position: relative;

        &::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100px;
            left: 0px;
            bottom: 0px;
            background-image: url('../../images/about/about-bottom.png');
            background-repeat: no-repeat;
            background-position: bottom;
            background-size: cover;
        }*/
    }

        #About .wrapper .heading h2 {
            color: #000;
            text-transform: uppercase;
            font-size: 1.250em;
            letter-spacing: 2px;
            font-weight: 700;
            text-align: left;
            position: relative;
            margin-bottom: 30px;
            margin-top: 0;
        }

            #About .wrapper .heading h2 span {
                position: relative;
                display: inline-block;
            }

                #About .wrapper .heading h2 span:before {
                    content: "";
                    position: absolute;
                    bottom: -15px;
                    display: inline-block;
                    left: 0px;
                    height: 3px;
                    width: 100%;
                    background-color: #d9d9d9;
                }

                #About .wrapper .heading h2 span:after {
                    content: "";
                    position: absolute;
                    display: inline-block;
                    left: 0px;
                    bottom: -15px;
                    height: 3px;
                    width: 40%;
                    background-color: #076cab;
                }

        #About .wrapper p {
            color: #555;
            text-align: justify;
            text-align: justify;
            line-height: 24px;
        }

        #About .wrapper .row-sec {
            margin-top: 20px;
            padding-bottom: 30px;
            position: relative;
        }

            #About .wrapper .row-sec:before {
                content: "";
                position: absolute;
                top: 0px;
                right: 0px;
                width: 80px;
                height: 80px;
                /*background-image: url("../../images/school_environment/school-environment-BG.png");*/
                background-repeat: no-repeat;
                background-position: bottom;
                background-size: cover;
            }

/* ========================
          About Us
   ```````````````````````` */
.innerBanner.fee-surface {
    background-image: url("../../images/banner/inner/fee-structure.jpg");
    background-attachment: initial;
    background-size: cover;
}

#FeeStructure {
    background-color: #f2f2f2;
    background-color: #f7fbf9;
    background-image: url("../../images/pattern/pattern_bg_1.jpg");
    background-repeat: repeat;
}

    #FeeStructure .wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 5px 0px #ddd;
        -moz-box-shadow: 0px 0px 5px 0px #ddd;
        box-shadow: 0px 0px 5px 0px #ddd;
    }

        #FeeStructure .wrapper .heading h2 {
            color: #000;
            text-transform: uppercase;
            font-size: 21px;
            letter-spacing: 2px;
            font-weight: 700;
            text-align: left;
            position: relative;
            margin-bottom: 50px;
            margin-top: 0;
        }

            #FeeStructure .wrapper .heading h2 span {
                position: relative;
                display: inline-block;
            }

                #FeeStructure .wrapper .heading h2 span:before {
                    content: "";
                    position: absolute;
                    bottom: -15px;
                    display: inline-block;
                    left: 0px;
                    height: 3px;
                    width: 100%;
                    background-color: #d9d9d9;
                }

                #FeeStructure .wrapper .heading h2 span:after {
                    content: "";
                    position: absolute;
                    display: inline-block;
                    left: 0px;
                    bottom: -15px;
                    height: 3px;
                    width: 40%;
                    background-color: #076cab;
                }

        #FeeStructure .wrapper .heading p {
            font-weight: 300;
            text-align: justify;
        }

        #FeeStructure .wrapper .fee-charge {
            padding: 5px 10px;
            background-color: #00aeef;
            box-shadow: 0px 1px 1px 0px #aaa;
            margin-bottom: 30px;
            margin-top: 30px;
            color: #fff;
        }

            #FeeStructure .wrapper .fee-charge > .row {
                margin-top: 15px;
                margin-bottom: 15px;
            }

                #FeeStructure .wrapper .fee-charge > .row span {
                    display: inline-block;
                    position: relative;
                    width: 100%;
                    color: #e8eff1;
                }

                    #FeeStructure .wrapper .fee-charge > .row span:after {
                        content: " : ";
                        position: absolute;
                        right: 0;
                    }

                #FeeStructure .wrapper .fee-charge > .row strong {
                    font-weight: 500;
                }

                #FeeStructure .wrapper .fee-charge > .row > i.fa {
                    margin-left: 10px;
                    font-size: 90%;
                }

        #FeeStructure .wrapper .table-responsive {
            border: 1px solid #bbb;
            margin-bottom: 35px;
        }

            #FeeStructure .wrapper .table-responsive thead {
                background-color: #f1f1f1;
            }

        #FeeStructure .wrapper h3.regis {
            color: #076cab;
        }

        #FeeStructure .wrapper h3.admin {
            color: #00aeef;
        }

/* ========================
          About Us
   ```````````````````````` */
#Gallery {
    background-color: #f2f2f2;
    background-color: #f7fbf9;
    background-image: url("../../images/pattern/pattern_bg_1.jpg");
    background-repeat: repeat;
}

    #Gallery .wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 5px 0px #ddd;
        -moz-box-shadow: 0px 0px 5px 0px #ddd;
        box-shadow: 0px 0px 5px 0px #ddd;
    }

        #Gallery .wrapper .gallery-title h2 {
            color: #000;
            text-transform: uppercase;
            font-size: 1.250em;
            letter-spacing: 2px;
            font-weight: 700;
            text-align: left;
            position: relative;
            margin-bottom: 30px;
            margin-top: 0;
            margin-left: 15px;
        }

            #Gallery .wrapper .gallery-title h2 span {
                position: relative;
                display: inline-block;
            }

                #Gallery .wrapper .gallery-title h2 span:before {
                    content: "";
                    position: absolute;
                    bottom: -15px;
                    display: inline-block;
                    left: 0px;
                    height: 3px;
                    width: 100%;
                    background-color: #d9d9d9;
                }

                #Gallery .wrapper .gallery-title h2 span:after {
                    content: "";
                    position: absolute;
                    display: inline-block;
                    left: 0px;
                    bottom: -15px;
                    height: 3px;
                    width: 40%;
                    background-color: #076cab;
                }

        #Gallery .wrapper .gallery-box {
            margin-bottom: 30px;
        }

            #Gallery .wrapper .gallery-box .figure {
                height: 220px;
                overflow: hidden;
            }

                #Gallery .wrapper .gallery-box .figure > img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    object-position: center;
                }

/* ========================
          About Us
   ```````````````````````` */
.innerBanner.event-banner {
    background-image: url("../../images/banner/inner/event-banner.jpg");
    background-attachment: initial;
    background-size: cover;
}

#EventsNews {
    background-color: #f2f2f2;
    background-color: #f7fbf9;
    background-image: url("../../images/pattern/pattern_bg_1.jpg");
    background-repeat: repeat;
}

    #EventsNews .wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 5px 0px #ddd;
        -moz-box-shadow: 0px 0px 5px 0px #ddd;
        box-shadow: 0px 0px 5px 0px #ddd;
    }

        #EventsNews .wrapper .heading h2 {
            color: #000;
            text-transform: uppercase;
            font-size: 1.250em;
            letter-spacing: 2px;
            font-weight: 700;
            text-align: left;
            position: relative;
            margin-bottom: 30px;
            margin-top: 0;
        }

            #EventsNews .wrapper .heading h2 span {
                position: relative;
                display: inline-block;
            }

                #EventsNews .wrapper .heading h2 span:before {
                    content: "";
                    position: absolute;
                    bottom: -15px;
                    display: inline-block;
                    left: 0px;
                    height: 3px;
                    width: 100%;
                    background-color: #d9d9d9;
                }

                #EventsNews .wrapper .heading h2 span:after {
                    content: "";
                    position: absolute;
                    display: inline-block;
                    left: 0px;
                    bottom: -15px;
                    height: 3px;
                    width: 40%;
                    background-color: #076cab;
                }

        #EventsNews .wrapper .events-section {
            background-color: #fff;
        }

            #EventsNews .wrapper .events-section .event-list {
                margin-bottom: 10px;
                background-color: #f8f8f8;
                padding: 15px 0px;
                border: 1px solid #f1f1f1;
            }

            #EventsNews .wrapper .events-section h4 {
                margin-top: 0;
            }

                #EventsNews .wrapper .events-section h4 a {
                    color: #076cab;
                }

            #EventsNews .wrapper .events-section h5 {
                color: #00aeef;
                margin-top: 0;
            }

            #EventsNews .wrapper .events-section a.read-more {
                display: inline-block;
                background-color: #076cab;
                color: #fff;
                padding: 3px 10px;
                font-size: 0.875em;
            }

        #EventsNews .wrapper .news-section .news-list {
            padding: 5px 10px;
            background-color: #fff;
            box-shadow: 0px 2px 1px 0px #aaa;
            margin-bottom: 3px;
        }

            #EventsNews .wrapper .news-section .news-list p {
                font-size: 0.875em;
            }

/* ========================
        Contact Surface
   ```````````````````````` */
#Contact {
    background-color: #f2f2f2;
    background-color: #f7fbf9;
    background-image: url("../../images/pattern/pattern_bg_1.jpg");
    background-repeat: repeat;
}

    #Contact .wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 5px 0px #ddd;
        -moz-box-shadow: 0px 0px 5px 0px #ddd;
        box-shadow: 0px 0px 5px 0px #ddd;
        /*position: relative;

        &::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100px;
            left: 0px;
            bottom: 0px;
            background-image: url('../../images/about/about-bottom.png');
            background-repeat: no-repeat;
            background-position: bottom;
            background-size: cover;
        }*/
    }

        #Contact .wrapper .heading h2 {
            color: #000;
            text-transform: uppercase;
            font-size: 1.250em;
            letter-spacing: 2px;
            font-weight: 700;
            text-align: left;
            position: relative;
            margin-bottom: 30px;
            margin-top: 0;
        }

            #Contact .wrapper .heading h2 span {
                position: relative;
                display: inline-block;
            }

                #Contact .wrapper .heading h2 span:before {
                    content: "";
                    position: absolute;
                    bottom: -15px;
                    display: inline-block;
                    left: 0px;
                    height: 3px;
                    width: 100%;
                    background-color: #d9d9d9;
                }

                #Contact .wrapper .heading h2 span:after {
                    content: "";
                    position: absolute;
                    display: inline-block;
                    left: 0px;
                    bottom: -15px;
                    height: 3px;
                    width: 40%;
                    background-color: #FFC107;
                }

#ViewMap {
    width: 100%;
    height: 300px;
}

/* ========================
       Portfolio Surface
   ```````````````````````` */
#Portfolio li {
    margin-bottom: 5px;
}

#Portfolio .figure {
    height: 250px;
    width: 325px;
    background-image: url("../../images/portfolio/banner/naadgroup.jpg");
    background-position: center;
    background-size: contain;
    position: relative;
}

    #Portfolio .figure::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .5;
    }

    #Portfolio .figure > img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

/* Responsive styles
================================================== */
/* Large Devices, Wide Screens */
/* Medium Devices, Medium Screens */
/* Medium Devices, Medium Screens */
/* Small Devices, Tablets */
/* Small Devices, Tablets */
/* Small Devices Potrait */
/* Tablets Devices */
/* Small Devices Potrait */
@media (max-width: 767px) {




    body {
        /*padding-top: 134px;*/
    }

    .top-header .topsec3 .topsec3b {
        text-align: left;
    }

    #BannerSlide {
        zoom: .5;
    }

        #BannerSlide .banner1 {
        }

            #BannerSlide .banner1 .middle .text {
                padding: 0;
                padding-left: 5px;
            }

                #BannerSlide .banner1 .middle .text h2 {
                    font-size: 3em;
                    margin-left: 20px;
                }

                #BannerSlide .banner1 .middle .text h3 {
                    font-size: 30px;
                    line-height: normal;
                }

                #BannerSlide .banner1 .middle .text p a[href] {
                    padding: 3px 10px;
                    font-size: 30px;
                }

            #BannerSlide .banner1 .right {
                padding: 0;
                padding-right: 5px;
                margin-top: 10px;
            }

    #Navigation a.navbar-brand {
        padding: 10px;
    }

        #Navigation a.navbar-brand > img {
            width: 200px;
        }

    #Navigation ul.navbar-nav {
        width: unset;
        padding-top: 0px;
        top: 0px;
    }

        #Navigation ul.navbar-nav > li {
            padding: 9px 0px 8px 20px;
            text-align: center;
            float: none;
            display: block;
            width: unset;
        }

            #Navigation ul.navbar-nav > li > a {
                text-align: left;
            }

            #Navigation ul.navbar-nav > li ul.sub-menu {
                position: relative;
                left: 0;
                min-width: unset;
                -webkit-column-count: 1;
                -moz-column-count: 1;
                column-count: 1;
            }

                #Navigation ul.navbar-nav > li ul.sub-menu:after {
                    left: 15%;
                }

    #Testimonials .item p {
        padding: 5px 0px;
    }

    #Footer .footer-main .social .social-icon {
        display: inline-block;
    }


    /**submission form**/
    .chm-head .chm-form01 .form-group input.chm-input01, .chm-head .chm-form01 .form-group input.chm-input06, .chm-head .chm-form01 .form-group input.chm-input03, .chm-head .chm-form01 .form-group input.chm-input04, .chm-head .chm-form01 .form-group input.chm-input11, .chm-head .chm-form01 .form-group input.chm-input05, .chm-head .chm-form01 .form-group input.chm-input15, .chm-head .chm-form01 .form-group input.chm-input16, .chm-head .chm-form01 .form-group input.chm-input17, .chm-head .chm-form01 .form-group input.chm-input09, .chm-head .chm-form01 .form-group input.chm-input18, .chm-head .chm-form01 .form-group input.chm-input19, .chm-head .chm-form01 .form-group input.chm-input20, .chm-head .chm-form01 .form-group input.chm-input21 {
        width: 78%;
        top: -10px;
    }

    .femaleabc {
        margin: 0 !important;
    }
}

/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */

