@font-face
{
    font-family: 'Mfont-Regular';
    src: url('../fonts/Karla/Karla-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Mfont-Italic';
    src: url('../fonts/Karla/Karla-Italic.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Mfont-Bold';
    src: url('../fonts/Karla/Karla-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

body
{
    font-family: 'Open Sans' , sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: Black; /*#777;*/
    background: #efefef;
}

label
{
    font-weight: 600 !important;
}

h1, h2, h3, h4, h5, h6
{
    font-family: 'Open Sans' , sans-serif;
    color: #fff;
    font-weight: normal;
}
/*h1
{
    font-size: 63px;
    line-height: 70px;
    padding: 0;
    margin: 0;
}*/
h5
{
    font-size: 28px;
    line-height: 35px;
    padding: 0;
    margin: 0;
    color: #b7b7b7;
}

a
{
    color: Black; /*#b7b7b7;*/
    text-decoration: none;
    font-weight: normal;
}
a:hover, a:focus
{
    text-decoration: none;
}


#maximage
{
    display: none;
    position: fixed !important;
}

.gradient
{
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.show
{
    display: block;
}
.hide
{
    opacity: 0;
}

/* Set Page Elements */
.content
{
    float: left;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    -webkit-font-smoothing: antialiased;
}

.slider_pattern:before
{
    content: '';
    background: url(../images/pattern.png) repeat top left;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 22;
}

.home_content_area .container
{
    width: 100% !important;
}

.home_logo_area
{
    width: auto;
    background: #FFF;
    padding: 5px;
    margin: 15px auto;
    border-radius: 5px;
}

.home_left_img
{
    background: #FFF;
    padding: 5px;
    float: left;
    width: auto;
    clear: both;
    margin-top: 15px;
}

.mantrione
{
    width: auto;
    float: right;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    position: absolute;
    top: 0px;
    right: 0px; /* z-index: 9999;*/
    background: rgba(255, 255, 255, 0.3);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.mantrione span
{
    text-transform: uppercase;
}

.mantriwall
{
    position: relative;
    border: 2px solid #19499e;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}

.mantriwall img
{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    margin: auto;
    vertical-align: middle;
    border-radius: 50%;
    object-fit: cover;
}

.mantripost span
{
    color: #e84a34;
    font-size: 11px;
    font-weight: bold;
}

.mantripost
{
    text-align: center;
    font-family: 'Open Sans' , sans-serif;
    font-size: 11px;
    color: #011a29;
    line-height: 14px;
}


.slide_counter_area
{
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
}
.slide_counter_box1, .slide_counter_box2, .slide_counter_box3
{
    width: 33.33%;
    float: left;
    background: #e74c3c;
    font-size: 19px;
    color: #FFF;
    padding: 15px 0;
    padding: 26px 0 25px 0;
    text-align: center;
}
.slide_counter_box1 span, .slide_counter_box2 span, .slide_counter_box3 span
{
    font-weight: bold;
    font-size: 22px;
}
.slide_counter_box2
{
    background: #3498db;
}
.slide_counter_box3
{
    background: #e67e22;
}

.student_icon_circle
{
    height: 63px;
    width: 63px;
    padding: 0;
    z-index: 1000;
    float: center;
    position: absolute;
    display: inline-block;
    line-height: 50px;
    margin-top: -70px;
    margin-left: 46px;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    border: 4px solid #ffffff;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.17);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.17);
}

.red
{
    background: #e74c3c;
}

.blue
{
    background: #3498db !important;
}

.orange
{
    background: #e67e22 !important;
}

.home_body_content
{
    text-align: center;
}

.home_body_content h1
{
    font-weight: 300;
    font-size: 40px;
    color: #FFF;
    text-transform: uppercase;
}

.home_body_content h1 span
{
    display: inline-block;
    position: relative;
}

.home_body_content h1 span:before, .home_body_content h1 span:after
{
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    top: 32px;
    width: 76%;
}

.home_body_content h1 span:before
{
    right: 100%;
    margin-right: 15px;
}

.home_body_content h1 span:after
{
    left: 100%;
    margin-left: 15px;
}

.home_body_content h3
{
    font-weight: 700;
    font-size: 30px;
    color: #FFF;
    text-transform: uppercase;
    margin-top: 0px;
}

.home_body_content p
{
    font-size: 14px;
    color: #FFF;
    margin-top: 0px;
    padding: 0px 18% 25px 18%;
}

.home_body_content a
{
    width: auto;
    background: #f04b37;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #FFF;
    margin-top: 0px;
    padding: 12px 25px;
    margin: auto;
    border: solid 2px #ecf405;
    text-decoration: none;
}

.home_body_content a:hover, .home_body_content a:focus
{
    background: #001a27;
    color: #FFF;
    text-decoration: none;
}


.home_footer
{
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    text-align: center;
    border-bottom: solid 10px #f34954;
}

.footer_btn
{
    width: auto;
    margin: auto;
    background: #f34954;
    padding: 9px 20px 5px 20px;
    display: inline-block;
    position: relative;
}

.footer_btn:before
{
    content: "";
    background: url(../images/home_curve_left.png) no-repeat;
    width: 52px;
    height: 35px;
    position: absolute;
    left: -52px;
    top: 0px;
}

.footer_btn:after
{
    content: "";
    background: url(../images/home_curve_right.png) no-repeat;
    width: 52px;
    height: 35px;
    position: absolute;
    right: -52px;
    top: 0px;
}

.footer_btn a
{
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
}

.footer_btn a:hover, .footer_btn a:focus
{
    color: #000;
    text-decoration: none;
}

/*==================================================== Home Page Css Start ====================================================*/

.body_wrapper
{
    width: 100%;
    float: left;
}

.top_strip
{
    font-size: 12px;
    background: #0a1634;
    color: #fff;
    border-bottom: 0.5rem solid transparent;
    border-top: inherit;
}

.top_strip label
{
    font-weight: bold !important;
}

.top_strip .fa-calendar
{
    font-size: 14px;
    color: #fff;
}

.top_strip_padd
{
    padding-top: 8px;
}

.login_outer
{
    text-align: center;
}

.login_btn_area
{
    float: none;
    margin: 0px;
    padding-top: 0px;
    padding-top: 7px;
    text-align: right;
}

.login_btn_area li
{
    display: inline-block;
    margin-left: 5px;
}

.login_btn
{
    width: auto;
    height: auto;
    float: left;
    color: Maroon;
    text-transform: uppercase;
    background: #e84a34;
    border-radius: 4px;
    padding: 2px 12px;
    text-align: center;
    line-height: 18px;
    font-weight: bold;
}

.login_btn:hover, .login_btn:focus
{
    color: #FFF;
    background: #00659d;
}


/*.header_area
{
    width: 100%;
    float: left;
    background: #FFF url(../images/header_bg.jpg) no-repeat top center;
}*/
.brand_logo
{
    padding-bottom: 15px;
    float: left;
    padding-top: 7px;
}

.logo_txt
{
    float: left;
    padding-top: 15px;
    padding-left: 10px;
}

.small_txt
{
    font-size: 12px;
    color: #00659d !important;
}

.logo_txt span
{
    font-family: "Times New Roman" , Times, serif;
    font-size: 14px;
    color: Maroon;
    display: block;
    text-transform: uppercase;
    word-spacing: 5px;
    letter-spacing: 2px;
    font-weight: bold;
}

.right_logo
{
    text-align: right;
    width: 100%;
    float: right;
    padding-top: 15px;
}

.slide_left
{
    width: 227px;
    float: left;
}

.slide_right
{
    margin-left: 228px;
    position: relative;
}

.vas_text
{
    width: 100%;
    float: left;
    background: #f1c400;
}

.vas_text label
{
    color: #f34954;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "Times New Roman" , Times, serif;
    padding: 14px 0;
    text-shadow: 1px 0 0 #fff, -2px 0 0 #fff, 0 1px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}




.header_area .mantrione
{
    padding-top: 20px;
}

.header_area .mantriwall
{
    width: 60px !important;
    height: 60px !important;
    float: left;
}

.header_area .mantripost
{
    float: left;
    color: #000;
    text-align: left;
    padding-top: 15px;
    padding-left: 5px;
    font-size: 11px;
    font-family: Mfont-Regular;
}

.top_navigation
{
    background: #011a29;
    width: 100%;
    float: left;
}
.home_slider
{
    width: 100%;
    float: left;
}

.carousel-control.left, .carousel-control.right
{
    display: none !important;
}

.carousel-caption
{
    background-color: rgba(1, 26, 41, 0.9);
    right: 25% !important;
    left: 25% !important;
    border-top: solid 3px #f34954;
}

.carousel-caption h3
{
    font-size: 36px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px !important;
}

.carousel-caption h4
{
    font-size: 36px;
    color: #f34954;
    text-transform: uppercase;
    font-weight: 700;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img
{
    width: 100%;
    height: 474px;
}

.body_content
{
    width: 100%;
    float: left; /*padding: 35px 0;--original*/
    padding: 5px 0;
}

.home_boxes
{
    width: 100%;
    float: left;
    background: #FFF;
}

.box_heading
{
    padding: 12px 0;
    border-bottom: solid 1px #d5dbe0;
}

.box_heading h2
{
    padding: 4px 20px;
    margin: 0px;
    font-size: 13px;
    color: #000;
    font-weight: 700;
    border-left: solid 2px #f34954;
    text-transform: uppercase;
}

.box_content
{
    padding: 20px; /*float:left;*/
}

.box_content ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.box_content ul li
{
    width: 100%;
    float: left;
    border-bottom: dashed 1px #d5dbe0;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.box_content ul li:last-child
{
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.box_content .news_img
{
    width: 65px;
    height: 65px;
    float: left;
}

.box_content .news_img img
{
    width: 100%;
}

.news_content
{
    margin-left: 80px;
}

.news_content h4
{
    font-size: 13px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0px;
    line-height: 16px;
    margin-bottom: 3px;
}

.news_content time
{
    font-size: 11px;
    color: #b4b4b4;
    text-transform: uppercase;
    font-style: italic;
}

.calendar
{
    margin: 0px auto;
    width: 65px;
    height: 65px;
    position: relative;
    background: #f3f3f3;
    float: left;
}

.header
{
    height: 22px;
    background: #f34954;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #FFF;
    line-height: 23px;
    text-transform: uppercase;
}

.num-day
{
    height: 43px;
    font-size: 20px;
    color: #282a2c;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
}

.calendar_box, .download_box, .user_box, .list_box
{
    width: 100%;
    float: left;
    background: #5dca9d;
    padding: 16px 22px 14px 22px;
    margin-bottom: 20px;
}

.download_box
{
    background: #f3cc0c;
}

.user_box
{
    background: #003a6a;
}

.list_box
{
    background: #56509f;
}

.calendar_box_icon, .download_box_icon, .user_box_icon, .list_box_icon
{
    width: 35px;
    float: left;
    font-size: 21px;
    color: #2b7a59;
}

.download_box_icon
{
    color: #977f07;
}

.user_box_icon
{
    color: #0864b0;
}

.list_box_icon
{
    color: #8982dd;
}

.four_box_content
{
    margin-left: 35px;
}

.four_box_content h3
{
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}

.calendar_box span
{
    font-size: 11px;
    color: #2b7a59;
    text-transform: uppercase;
}
.download_box span
{
    font-size: 11px;
    color: #977f07;
    text-transform: uppercase;
}
.user_box span
{
    font-size: 11px;
    color: #0864b0;
    text-transform: uppercase;
}
.list_box span
{
    font-size: 11px;
    color: #8982dd;
    text-transform: uppercase;
}

.box_content p
{
    font-size: 13px; /* color: #ffffff;*/
    font-weight: 500;
    line-height: 24px;
}

.footer_area
{
    width: 100%;
    float: left;
    background: #202020;
    text-align: center;
}

.footer_area h5
{
    color: #FFF;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
}

.footer_link
{
    border-bottom: solid 1px #333333;
    width: 100%;
    margin-bottom: 25px;
}

.footer_link ul
{
    padding: 0px;
    list-style: none;
    margin: 0px auto;
    display: inline-block;
}

.footer_link li
{
    display: inline-block;
    float: left;
    padding: 24px 0 18px 0;
}

.footer_link li a
{
    float: left;
    color: #777;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0px 20px;
    border-right: solid 1px #777;
    line-height: 10px;
}

.footer_link li:last-child a
{
    border-right: none;
}

.footer_link li a:hover, .footer_link li a:focus
{
    color: #f34954;
}

.footer_social
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-top: 4px;
}

.footer_social li
{
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.footer_social a
{
    width: 44px;
    height: 44px;
    float: left;
    color: #FFF;
    border-radius: 30px;
    border: solid 1px #464646;
    padding: 9px 8px;
    text-align: center;
}

.footer_social a:hover, .footer_social a:focus
{
    color: #f34954;
    border: solid 1px #f34954;
}

.footer_social .fa
{
    font-size: 24px;
}

.copyright
{
    color: #777777;
    font-size: 14px;
    font-weight: 500;
    padding-top: 25px;
    padding-bottom: 20px;
}

.copyright a
{
    color: #FFF;
}
.copyright a:hover, .copyright a:focus
{
    color: #f34954;
}

.select_drop, .font_size_box
{
    width: auto;
    display: inline-block;
}

.font_size_box ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.font_size_box ul li
{
    display: table-cell;
    padding-left: 5px;
}

.font_size_box ul li a
{
    width: 22px;
    height: 22px;
    background: #FFF;
    border: solid 1px #1d88aa;
    display: inline-block;
    color: #1d88aa;
    font-weight: bold;
}


.select-wrapper
{
    float: left;
    display: inline-block;
    border: 1px solid #dede3c;
    border-radius: 20px;
    background: #1757b3 url("../images/ddl_black.png") no-repeat right center;
    cursor: pointer;
    background-position: 99%;
}

.select-wrapper, .select-wrapper select
{
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 25px;
    padding-left: 10px;
    height: 30px;
    line-height: 22px;
    color: #ffffff;
    font-size: 14px;
    font-family: MFont-Regular; /*font-weight: bold;*/
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in; /* -webkit-transition: all 0.2s ease-in; */
    transition: all 0.2s ease-in;
    border: navajowhite;
}
.select-wrapper:hover
{
    background: #055cda url("../images/ddl_black.png") no-repeat right center;
    border-color: #830090;
}
.select-wrapper .holder
{
    display: block;
    margin: 0 35px 0 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 33;
    text-align: left;
    color: #718289;
}
.select-wrapper select
{
    margin: 0;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    outline: none;
    opacity: 0;
    left: 15px; /* CSS hacks for older browsers */
    _nofocusline: expression(this.hideFocus=true);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
}


/*==================================================== Home Page Css End ====================================================*/



/*==================================================== Responsive Css Start Here ========================================*/

.smobitrigger, .mnuclose
{
    display: none;
}

@media all and (max-width : 1199px)
{
    #cssmenu > ul > li
    {
        padding: 0 8px !important;
    }
    #cssmenu > ul > li > a
    {
        font-size: 11px !important;
    }
    .carousel-caption h3
    {
        font-size: 30px;
    }
    .carousel-caption h4
    {
        font-size: 30px;
    }
    .footer_link li a
    {
        padding: 0px 17px;
    }
    .banner_img img
    {
        width: 100%;
    }
    .list_box span, .user_box span, .download_box span
    {
        line-height: 15px;
        display: inline-block;
    }
    .home_logo_area img
    {
        width: 100%;
    }
    .home_body_content
    {
        padding-bottom: 80px;
    }
}

@media all and (max-width : 991px)
{
    .container
    {
        width: 100% !important;
    }
    .header_area .mantripost
    {
        clear: both;
        padding-top: 5px;
        text-align: center;
    }

    .header_area .mantriwall
    {
        float: none;
        margin: auto;
    }

    .header_area .mantrione
    {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .news_content h4
    {
        font-size: 11px;
    }

    .four_box_content h3
    {
        font-size: 11px;
    }

    .carousel-caption h3
    {
        font-size: 22px;
    }
    .carousel-caption h4
    {
        font-size: 22px;
    }
    .footer_link li a
    {
        padding: 0px 10px;
        font-size: 10px;
    }
    .banner_img img
    {
        width: 100%;
    }
    .list_box span, .user_box span, .download_box span
    {
        line-height: 15px;
        display: inline-block;
    }

    .home_body_content p
    {
        padding: 0px 0% 25px 0%;
    }
}

@media (max-width: 768px)
{
    .container
    {
        width: 748px;
    }
}

@media all and (max-width : 767px)
{
    .head_left
    {
        width: auto;
        margin: auto;
        display: table;
    }
    .right_logo
    {
        text-align: center;
        padding-top: 0px;
        padding-bottom: 10px;
    }
    .slide_left
    {
        width: 100%;
        margin-bottom: 35px;
    }

    .slide_counter_box1, .slide_counter_box2, .slide_counter_box3
    {
        width: 100%;
    }

    .student_icon_circle
    {
        display: none;
    }

    .vas_text label
    {
        padding: 20px 15px 15px 15px;
    }

    .slide_left img
    {
        width: 100%;
    }

    .slide_right
    {
        width: 100%;
        float: left;
        margin-left: 0px;
    }

    .smobitrigger, .mnuclose
    {
        display: inline-block;
    }

    .navwrp
    {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 100%;
        z-index: 999999;
        background: #000;
    }

    .ion-navicon-round:before
    {
        content: "\f0c9";
        font-family: "FontAwesome";
    }

    .ion-close-round:before
    {
        content: "\f00d";
        font-family: "FontAwesome";
    }

    .top_navigation
    {
        height: 48px;
    }

    .navwrp ul
    {
        background-color: rgba(1, 26, 41, 1) !important;
    }

    .navwrp ul li
    {
        width: 100% !important;
        border-bottom: solid 1px #000 !important;
        padding: 0 17px;
    }

    .navwrp ul li a
    {
        padding: 8px 0px 8px 0px !important;
        border-bottom: none !important;
    }

    .navwrp ul li a:hover, .navwrp ul li a:focus
    {
        color: #f34954 !important;
    }

    .navwrp .active
    {
        color: #f34954 !important;
        text-decoration: none;
        border-bottom: none !important;
    }

    .smobitrigger
    {
        color: #fff;
        font-size: 30px;
        line-height: 12px;
        padding: 18px 10px;
        float: right;
    }

    .smobitrigger:hover, .smobitrigger:focus
    {
        color: #f34954;
    }

    .mnuclose
    {
        font-size: 20px;
        padding: 10px 20px;
        width: 100%;
        background: rgba(0, 0, 0, 0.18);
    }

    .smobitrigger span, .mnuclose span
    {
        font: 0/0 a;
        text-shadow: none;
        color: transparent;
    }

    .navigation nav ul
    {
        padding-bottom: 40px;
        overflow-y: auto;
    }

    .navigation nav ul li, .navigation nav ul li a
    {
        width: 100%;
    }

    .navigation nav ul li a
    {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .navigation nav ul li a:hover
    {
        background: rgba(0, 0, 0, 0.29);
    }

    .mobimenu
    {
        list-style: none;
        padding: 20px;
        margin: 0px;
        width: 210px;
        position: fixed;
        height: 100%;
        top: 0px;
        right: -250px;
    }

    .mnuopn
    {
        right: 0px !important;
    }

    .ovrActv
    {
        position: fixed;
        background: rgba(0, 0, 0, 0.79);
        width: 100%;
        height: 100%;
        z-index: 9998;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
    }

    .top_strip_padd
    {
        text-align: center;
        padding-top: 5px;
    }

    .header_area
    {
        margin-top: 0px;
        background-size: cover;
    }

    .brand_logo
    {
        text-align: center;
    }

    .brand_logo img
    {
        width: 100%;
    }

    .mantrione
    {
        width: 50%;
    }
    .header_area .mantripost
    {
        width: 100%;
        text-align: center;
    }
    .carousel-caption h3
    {
        margin-top: 0px !important;
        font-size: 15px;
    }

    .carousel-caption h4
    {
        font-size: 15px;
    }

    .carousel-caption
    {
        left: 0px !important;
        right: 0px !important;
        bottom: 0px;
        padding-top: 10px;
    }

    .carousel-indicators
    {
        bottom: -8px;
    }

    .footer_link li
    {
        width: 100%;
        text-align: center;
        padding: 18px 0 13px 0;
    }
    .footer_link li a
    {
        font-size: 13px;
        width: 100%;
        text-align: center;
        border-right: none;
    }

    .container
    {
        width: 100%;
    }

    .home_left_img, .home_left_img img
    {
        width: 100%;
    }

    .home_logo_area
    {
        display: inline-block;
        width: 100%;
    }

    .home_content_area .mantrione
    {
        width: 100%;
    }
    .home_body_content h1
    {
        font-size: 16px;
    }

    .home_body_content h3
    {
        font-size: 22px;
    }
    .home_body_content .mantripost
    {
        font-size: 12px;
        padding-top: 10px;
    }
    .login_btn_area
    {
        text-align: center !important;
        margin-bottom: 10px;
        padding-left: 0px;
    }
}

@media all and (max-width : 430px)
{
    .brand_logo
    {
        width: 100%;
    }
    .brand_logo img
    {
        width: auto !important;
    }
    .logo_txt
    {
        text-align: center;
        padding-top: 5px !important;
    }
}


/*==================================================== Responsive Css End Here ========================================*/


/*====================================================dash board botton Css start  Here ========================================*/
.login_btn_area
{
    float: none;
    margin: auto;
    padding-top: 0px;
    padding-top: 7px;
}

.login_btn_area li
{
    display: inline-block;
    margin-left: 5px;
}
.login_btn
{
    width: auto;
    height: auto;
    float: left; /*color: #FFF;*/
    text-transform: uppercase;
    background: #f1c400;
    border-radius: 4px;
    padding: 2px 12px;
    text-align: center;
    line-height: 18px;
}

.login_btn:hover, .login_btn:focus
{
    color: #FFF;
    background: #00659d;
}
.btn_hover
{
    color: #FFF;
    background: #00659d;
}
.rmsabtn
{
    width: auto;
    background: #f04b37;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #FFF;
    margin-top: 0px;
    padding: 12px 25px;
    margin: auto;
    border: solid 2px #ecf405;
    text-decoration: none;
}

.rmsabtn:hover, .rmsabtn:focus
{
    background: #001a27;
    color: #FFF;
    text-decoration: none;
}

.rmsabtnactive
{
    width: auto;
    background: green;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #FFF;
    margin-top: 0px;
    padding: 12px 25px;
    margin: auto;
    border: solid 2px #ecf405;
    text-decoration: none;
}



/*====================================================dash board botton Css end  Here ========================================*/

/* 10px padding and margins */
.pad
{
    padding: 10px;
}
.margin
{
    margin: 20px;
}
.margin-bottom
{
    margin-bottom: 20px;
}
/* Display inline */
.inline
{
    display: inline;
    width: auto;
}
/* Description Blocks */
.description-block
{
    display: block;
    margin: 10px 0;
    text-align: center;
}
.description-block.margin-bottom
{
    margin-bottom: 25px;
}
.description-block > .description-header
{
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
}
.description-block > .description-text
{
    text-transform: uppercase;
}
/* Background colors */
.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active, .callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success, .alert-success, .alert-danger, .alert-error, .alert-warning, .alert-info, .label-danger, .label-info, .label-waring, .label-primary, .label-success, .modal-primary .modal-body, .modal-primary .modal-header, .modal-primary .modal-footer, .modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer, .modal-info .modal-body, .modal-info .modal-header, .modal-info .modal-footer, .modal-success .modal-body, .modal-success .modal-header, .modal-success .modal-footer, .modal-danger .modal-body, .modal-danger .modal-header, .modal-danger .modal-footer
{
    color: #fff !important;
}
/*
 * Component: Callout
 * ------------------
 */
.callout
{
    border-radius: 3px;
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}
.callout a
{
    color: #fff;
    text-decoration: underline;
}
.callout a:hover
{
    color: #eee;
}
.callout h4
{
    margin-top: 0;
    font-weight: 600;
}
.callout p:last-child
{
    margin-bottom: 0;
}
.callout code, .callout .highlight
{
    background-color: #fff;
}
.callout.callout-danger
{
    border-color: #c23321;
}
.callout.callout-warning
{
    border-color: #c87f0a;
}
.callout.callout-info
{
    border-color: #0097bc;
}
.callout.callout-success
{
    border-color: #00733e;
}
/*

/*
 * Component: Callout
 * ------------------
 */
.calloutlp
{
    border-radius: 3px;
    margin: 0 0 20px 0;
    padding: 5px 5px 5px 5px;
    border-left: 5px solid #eee;
}
.calloutlp a
{
    color: #fff;
    text-decoration: underline;
}
.calloutlp a:hover
{
    color: #eee;
}
.calloutlp h4
{
    margin-top: 0;
    font-weight: 600;
}
.calloutlp p:last-child
{
    margin-bottom: 0;
}
.calloutlp code, .calloutlp .highlight
{
    background-color: #fff;
}
.calloutlp.calloutlp-danger
{
    border-color: #c23321;
}
.calloutlp.calloutlp-warning
{
    border-color: #c87f0a;
}
.calloutlp.calloutlp-info
{
    border-color: #0097bc;
}
.calloutlp.calloutlp-success
{
    border-color: #00733e;
}

.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body
{
    /*background-color: #00c0ef !important;- origional*/
    background-color: #0088D9;
}
.bg-blue
{
    background-color: #0073b7 !important;
}
.bg-light-blue, .label-primary, .modal-primary .modal-body
{
    background-color: #3c8dbc !important;
}
.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body
{
    background-color: #00a65a !important;
}
.bg-navy
{
    background-color: #001f3f !important;
}
.bg-teal
{
    background-color: #306B8F !important;
}

.bg-dark-teal
{
    background-color: #00639D !important;
}
.bg-dark-Yellow
{
    background-color: #924A0A !important;
}

.bg-olive
{
    background-color: #3d9970 !important;
}
.bg-lime
{
    background-color: #01ff70 !important;
}
.bg-orange
{
    background-color: #ff851b !important;
}
.bg-fuchsia
{
    background-color: #f012be !important;
}
.bg-purple
{
    background-color: #605ca8 !important;
}
.bg-maroon
{
    background-color: #d81b60 !important;
}
.bg-gray-active
{
    color: #000;
    background-color: #b5bbc8 !important;
}
.bg-black-active
{
    background-color: #000000 !important;
}
.bg-red-active, .modal-danger .modal-header, .modal-danger .modal-footer
{
    background-color: #d33724 !important;
}
.bg-yellow-active, .modal-warning .modal-header, .modal-warning .modal-footer
{
    background-color: #db8b0b !important;
}
.bg-aqua-active, .modal-info .modal-header, .modal-info .modal-footer
{
    background-color: #00a7d0 !important;
}
.bg-blue-active
{
    background-color: #005384 !important;
}
.bg-light-blue-active, .modal-primary .modal-header, .modal-primary .modal-footer
{
    background-color: #357ca5 !important;
}
.bg-green-active, .modal-success .modal-header, .modal-success .modal-footer
{
    background-color: #008d4c !important;
}
.bg-navy-active
{
    background-color: #001a35 !important;
}
.bg-teal-active
{
    background-color: #30bbbb !important;
}
.bg-olive-active
{
    background-color: #368763 !important;
}
.bg-lime-active
{
    background-color: #00e765 !important;
}
.bg-orange-active
{
    background-color: #ff7701 !important;
}
.bg-fuchsia-active
{
    background-color: #db0ead !important;
}
.bg-purple-active
{
    background-color: #555299 !important;
}
.bg-maroon-active
{
    background-color: #ca195a !important;
}
.bg-lightblue-active
{
    background-color: #B0E0FD !important;
}
[class^="bg-"].disabled
{
    opacity: 0.65;
    filter: alpha(opacity=65);
}



.box-header
{
    color: #444;
    display: block;
    padding: 14px;
    position: relative;
    background: #067dce;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title
{
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.txtpageheading
{
    color: Maroon;
    text-decoration: underline;
}

.box-body
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}
.modelschoolback
{
    background-image: url(../images/SchoolHeaderBlank.jpg);
}

tr:hover > .HeaderStyle
{
    background-color: #011A29 !important;
}

/*CSS 3-4-18 start*/
.w-110
{
    width: 150px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 30px 0 4px !important;
    -webkit-padding-end: 30px !important;
    -webkit-padding-start: 4px !important;
}

/*CSS 3-4-18 start*/
.w-110
{
    width: 150px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 30px 0 4px !important;
    -webkit-padding-end: 30px !important;
    -webkit-padding-start: 4px !important;
}

.stateImages.vas_img .figure .figure-caption
{
    /* position: absolute; */
    text-align: center;
    background: red; /* border-radius: 5px 5px 0 0; */
    color: #fff; /* bottom: 0; */ /* left: 0; */
    width: 100%; /* text-transform: uppercase; */
    font-weight: bold;
    font-size: 12px;
    padding: 5px;
}
.stateImages.vas_img .figure .figure-caption p
{
    margin-bottom: 0;
}
.stateImages.vas_img .figure
{
    position: relative;
    width: 100%;
}
.stateImages.vas_img .figure img
{
    width: 100%;
    height: 185px;
}
/*CSS 3-4-18 END*/






.header_area
{
    width: 100%;
    float: left;
    background: url(../images/header_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.headerProfileright
{
    float: right;
}
.details-box h5
{
    font-size: 15px;
    color: #000;
    line-height: 1;
    padding: 3px 0;
}
.details-box h5 strong
{
    color: #0941c3;
    padding-right: 5px;
}
.details-box h5 span
{
    color: #333;
    font-size: 14px;
    border-bottom: 1px dotted;
}

/*shobha css*/

.nav-tabs > li > a
{
    font-weight: bold;
    color: #072f71 !important;
}
.tabs-left > li
{
    float: none;
    margin: 0px;
}

.tabs-left > li.active > a, .tabs-left > li.active > a:hover, .tabs-left > li.active > a:focus
{
    border-bottom-color: #ddd;
    border-right-color: transparent;
    background: #072f71;
    border: none;
    border-radius: 0px;
    margin: 0px;
    color: #fff !important;
    font-weight: bold;
}

.nav-tabs > li > a:hover
{
    /* margin-right: 2px; */
    line-height: 1.42857143;
    border: 1px solid transparent; /* border-radius: 4px 4px 0 0; */
}
.tabs-left > li.active > a::after
{
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #072f71;
    display: block;
    width: 0;
}
.tabs-left
{
    border: 1px solid #072f71;
    margin-top: 12px;
}
.tabs-left .nav-tabs > li > a
{
    font-weight: bold;
}

.CSSTableGenerator tr th
{
    background-color: #011a29;
    color: #ffffff;
}

.tabel-detail-leave-Header tr th
{
    background-color: #5dc3e1;
    color: #072f71;
}

.form-control
{
    border: 1px solid #072f71;
    border-radius: 0;
}
.nopadding
{
    padding: 0;
}
input[type="radio"], input[type="checkbox"]
{
    margin-rigt: 15px;
}

/*start switch css*/
.switch-field
{
    display: flex;
    margin-bottom: 5px;
    overflow: hidden;
}

.switch-field input
{
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label
{
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover
{
    cursor: pointer;
}

.switch-field input:checked + label
{
    background-color: #072f71;
    box-shadow: none;
    color: #fff;
}
/*end switch css*/
.tabel-detail-leave
{
    font-size: 12px;
}

.tabel-detail-leave table a
{
    color: #195bb7;
    font-weight: bold;
}

.spacer
{
    height: 10px;
}

.pdfLink li a
{
    color: #333;
    font-weight: bold;
    padding: 0;
}
.pdfLink li a img
{
    margin-right: 10px;
}
.pdfLink li a:hover
{
    background: none;
    color: #072f71;
}
.pdfLink li
{
    width: 100%;
    float: left;
    border-bottom: dashed 1px #d5dbe0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-top: 3px solid #3acaf5;
}
.pdfLink li:hover
{
    border-top: 3px solid #072f71;
    background: #efefef;
}
@media screen and (max-width:991px)
{
    .form-control
    {
        margin-bottom: 10px;
    }
    .nav-tabs > li > a
    {
        padding: 5px !important;
    }
}
@media screen and (max-width:767px)
{
    .tabs-left > li.active > a::after
    {
        display: none;
    }
    .switch-field label
    {
        font-size: 10px;
        padding: 6px;
    }
    .table-responsive
    {
        border: none;
    }
    .tabel-detail-leave, .tabel-detail-leave th
    {
        font-size: 11px;
    }
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}
@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
        .table-responsive > .table {
            margin-bottom: 0
        }
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > td,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > thead > tr > th {
                white-space: nowrap
            }
        .table-responsive > .table-bordered {
            border: 0
        }
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0
            }
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0
            }
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0
            }
}
.genderAuditEntryForm h3{
    color: #062766;
    font-size: 18px;
    font-weight: bold;
    margin: 5px;
}
.genderAuditEntryForm .blue{
    background: #3498db !important;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}
.genderAuditEntryForm table{
    font-size: 16px;

}



.genderAuditEntryForm h4 {
    color: #428bca;
    font-size:18px;
    font-weight: bold;
    position: relative;
    display: table;
    margin: auto;
}
/*    .genderAuditEntryForm h4:after {
        width: 120px;
        background: #428bca;
        content: '';
        height: 4px;
        position: absolute;
        left:70px;
        top: 4px;
    }
    .genderAuditEntryForm h4:before {
        width: 120px;
        background: #428bca;
        content: '';
        height: 4px;
        position: absolute;
        left: -130px;
        top: 4px;
    }*/
.genderAuditEntryForm h5 {
    color: #081020;
    font-size:16px;
    text-align:center;
    font-weight:bold;
    
}
    