﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:500&amp;display=swap');


.impt-link {
    margin: 3px 10px;
    outline: 1px dashed #393939;
}

    .impt-link a {
        margin-bottom: 0px;
        background: rgba(255, 255, 255, .85);
        color: #000;
    }

.departmental1 {
    background: url(../../images/login-bg.jpg);
}

    .departmental1 a {
        display: block;
        vertical-align: bottom;
        font-size: 1.1em;
        text-decoration: none;
        text-align: center;
        font-weight: 500;
        text-transform: uppercase;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        transition: all 0.5s linear;
        padding: 15px 10px;
        font-family: 'Cabin', sans-serif;
    }

        .departmental1 a:before {
            content: "\f2bb";
            color: #137e69;
            font-family: FontAwesome;
            font-size: 80px;
            display: block;
        }

.departmental2 {
    background: url(../../images/login-bg.jpg);
}

    .departmental2 a {
        display: block;
        vertical-align: bottom;
        font-size: 1.1em;
        text-decoration: none;
        text-align: center;
        font-weight: 500;
        text-transform: uppercase;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        transition: all 0.5s linear;
        padding: 15px 10px;
        font-family: 'Cabin', sans-serif;
    }

        .departmental2 a:before {
            content: "\f0a3";
            color: #137e69;
            font-family: FontAwesome;
            font-size: 80px;
            display: block;
        }

.pnltitle {
    text-align: center;
    font-size: 20px;
    color: #ffeb00;
}
/*top-header start*/
body {
    background: #fff;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.navigation-menu .navbar-default {
    background-color: #fff;
    border-color: transparent;
    border-radius: 0px;
    margin-bottom: 0px;
    border: none;
    padding: 5px 5px;
    box-shadow: 0px 4px 8px 1px #bbb;
    z-index: 99;
}

.logo img {
    height: 90px;
}

.navigation-menu .navbar-right {
    padding: 25px 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #2e9e88;
    font-size: 1.2em;
    padding: 10px 15px;
    transition: all .5s;
    font-family: 'Oswald', sans-serif;
    border-right: 1px solid #dedede;
}

    .navbar-default .navbar-nav > li > a:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 0%;
        content: '.';
        color: transparent;
        background: #fff;
        height: 3px;
    }

    .navbar-default .navbar-nav > li > a:hover:after {
        width: 100%;
    }

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
        background-color: #2e9e88;
    }

.navbar-nav > li > .dropdown-menu {
    padding: 0px;
    background-color: transparent;
}

    .navbar-nav > li > .dropdown-menu > li {
        background-color: rgba(195, 113, 0, 0.83);
    }

.navbar-default .navbar-nav > li > a:after, .navbar-default .navbar-nav > li > a:before {
    transition: all .5s;
}

.dropdown-menu > li > a {
    border-bottom: 1px solid #fff;
    padding: 10px;
    color: #fff;
    transition: all .5s;
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: #2e9e88;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #2e9e88;
}

.inner-content-area {
    background: url(../images/contact-footerbg.jpg);
    padding: 50px 0px;
    background-position: left top;
    background-repeat: repeat;
    background-size: auto;
    /*height: 100vh ;*/
}

    .inner-content-area h3 {
        font-family: 'Alegreya Sans', sans-serif;
        border-bottom: 3px dashed #2e9e88;
        margin: 10px 0px 35px 0px;
        padding: 0px 0px 6px 0px;
        color: #2e9e88;
        line-height: 32px;
        text-align: center;
        font-size: 20px;
    }

.details-content-area {
    background: url(../images/contact-footerbg.jpg);
    padding: 10px 0px 20px;
    background-position: left top;
    background-repeat: repeat;
    background-size: auto;
    height: 100vh ;
}

.inner-content-area .panel-info > .panel-heading {
    color: #ffffff;
    background-color: #b96d00;
    border-color: #713702;
}

.inner-content-area .panel-info {
    border-color: #713702;
    box-shadow: 1px 2px 8px 4px #a1a1a1;
    webkit-box-shadow: 1px 2px 8px 4px #a1a1a1;
}

.table-striped > tbody > tr {
    background-color: #f3f3f3;
}

.top-main-heading {
    margin-top: 1px;
}

    .top-main-heading img {
        display: none;
    }

    .top-main-heading h2 {
        text-align: center;
        color: #9e0000;
        font-weight: 700;
        font-size: 22px;
        line-height: 38px;
        margin: 5px 0px 5px;
    }
/**/

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

    .box.box-primary .form-group {
        margin-bottom: 5px;
    }

    .box.box-primary {
        border-top-color: #3c8dbc;
    }

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.box-header {
    color: #444;
    display: block;
    padding: 5px 10px;
    position: relative;
}

    .box-header .box-title {
        display: inline-block;
        font-size: 18px;
        margin: 0;
        line-height: 1;
    }
/*footer start*/
.site-footer {
    color: #fff;
}

.textwidget a {
    color: #fff;
}

.widget {
    margin-bottom: 28px;
}

    .widget .heading {
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 1.4em;
    }

    .widget ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .widget ul li a {
            color: #fff;
            font-family: 'Source Sans Pro', sans-serif;
            line-height: 30px;
            font-size: 16px;
            transition-duration: .3s;
        }

.c-footer__bottom {
    background-color: #5a3500;
}

.c-copyright {
    padding: 10px 0px;
}

    .c-copyright p {
        margin: 0;
    }

        .c-copyright p a {
            color: #e8d800;
        }

.d-company {
    padding: 10px 0px;
}

    .d-company p {
        margin: 0px;
        text-align: right;
    }

.blue {
    color: #33478e;
    background: #fff;
}

.red {
    color: #da332d;
}
/*footer end*/



/**/
.online-regt {
    display: inline-block;
    position: relative;
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    background-size: cover;
    box-shadow: 0px 0px 6px 5px #bfbfbf;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.online-regt1 {
    background: url(../images/registraion-online.jpg) center no-repeat;
}

.ofline-regt {
    background: url(../images/offline-registration.jpg) center no-repeat;
}

.duplicate-regt {
    background: url(../images/duplication-list.jpg) center no-repeat;
}

.online-regt::before, .online-regt::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #ff0e0e;
}

.moto::before, .moto::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #ff0e0e;
}

.moto {
    display: block;
    padding: 45px 50px;
}

    .moto img {
        margin-bottom: 20px;
    }

    .moto p, .moto a {
        color: #fff;
    }

.online-regt:hover::before, .online-regt:hover::after {
    width: 100%;
}

.online-regt:hover .moto::before, .online-regt:hover .moto::after {
    height: 100%;
}


/*----- button 6 -----*/
.online-regt::before {
    left: 50%;
    top: 0;
    transition-duration: 0.4s;
}

.online-regt::after {
    left: 50%;
    bottom: 0;
    transition-duration: 0.4s;
}

.online-regt .moto::before {
    left: 0;
    top: 50%;
    transition-duration: 0.4s;
}

.online-regt .moto::after {
    right: 0;
    top: 50%;
    transition-duration: 0.4s;
}

.online-regt:hover::before, .online-regt:hover::after {
    left: 0;
}

.online-regt:hover .moto::before, .online-regt:hover .moto::after {
    top: 0;
}

#printDiv table{
    margin-bottom:5px;
}

@media print {
    .top-main-heading img {
        display: block !important;
    }
}
