@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');
/* CSS Document */

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 13px;
}

body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Josefin Sans', sans-serif;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: 'Josefin Sans', sans-serif;
}

input,
select {}

a {
    text-decoration: none;
    display: block;
}

img {
    display: block;
}

ul {
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style: none;
}

.container {
    width: 1150px;
    margin: 0 auto;
}

.container p {
    padding: 10px;
    text-align: justify;
    font-size: 14px;
    line-height: 1.9em;
}

/* inner-page */

/* additional css */

.right-side-content {
    width: 70%;

    padding: 25px 0px;
    margin: auto;
    overflow: hidden;

}
/*
.right-side-content p{
    padding:0 10px;
}
*/


.right-side-content img {
    margin: auto;
    width: 600px;
    height: 300px;
    margin-top: 20px;
}

.right-side-content h3 {
    text-align: center;
    font-size: 21px;
    text-transform: capitalize;
    color: #6c6d71;
    position: relative;
    width: 24%;
    margin: 0 auto;
    font-weight: 900;
}

.right-side-content h3::before {
    position: absolute;
    background: url(../images/border-left.png) no-repeat;
    height: 20px;
    width: 438px;
    left: -300%;
    content: "";
    top: 6px;
}

.right-side-content h3::after {
    position: absolute;
    background: url(../images/border-right.png) no-repeat;
    height: 20px;
    width: 438px;
    right: -300%;
    content: "";
    top: 6px;
}

.left-side-content.notification_address {
    width: 28%;
    box-shadow: 1px 1px 1px #CCCCCC;
    background-color: #fff;
    height: auto;
    margin-top: 30px;
}

.left-inner {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    text-align: center;
}

.left-inner a:hover {
    color: #FF0000;
}

.left-inner ul li {
    padding: 10px 0px;
}

.left-inner h3 {
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 10px 10px 10px;
    color: #fff;
    border-radius: 2px;
    letter-spacing: 1px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#25b5dd+0,217cc8+100 */
    background: #6d6e72;
    /* Old browsers */
    background: -moz-linear-gradient(top, #000000bf 0%, #6d6e7294 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #000000bf 0%, #6d6e7294 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #000000bf 0%, #6d6e7294 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6e72', endColorstr='#6d6e72', GradientType=0);
}

.navigation ul li.home a {
    border-bottom: 1px solid #FF9900;
}

.panel img {
    border-radius: 20px;
    margin: 30px 10px 10px 25px;
    float: left;
    height: 250px;
    width: 30%;
}

.onlineservices.homepage .serv.online ul li,
.serv.helpdesk ul li {
    font-size: 14px;
    color: #8e7f94;
}

.dropbtn {

    color: white;
    padding: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #d72c2e;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 225px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #d72c2e;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.right-side-content h2 {
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
    color: #217cc8;
    position: relative;
    width: 100%;
    margin: 0 auto;
    font-weight: 900
}

.right-side-content h2::before {
    position: absolute;
    background: url(../images/border-left.png) no-repeat;
    height: 20px;
    width: 438px;
    left: -172%;
    content: "";
    top: 6px;
}

.right-side-content h2::after {
    position: absolute;
    background: url(../images/border-right.png) no-repeat;
    height: 20px;
    width: 438px;
    right: -172%;
    content: "";
    top: 6px;
}

.right-side-content .row {
    width: 124%;
    clear: both;
    margin-top: 20px;
}

.right-side-content .row .image-box {
    width: 20%;
    float: left;
    padding-left: 10px;
    margin: 10px 0;

}

.right-side-content .row .image-box img {
    width: 100%;
    height: 150px;
    border-radius: 10%;
}

.right-side-content table {
    margin: auto;
}

.navigation ul li.home a {
    border-bottom: 1px solid #FF9900;
}

.panel img {
    border-radius: 20px;
    margin: 30px 10px 10px 25px;
    float: left;
    height: 250px;
    width: 30%;
}

.onlineservices.homepage .serv.online ul li,
.serv.helpdesk ul li {
    font-size: 14px;
    color: #000;
}

/*========header=========*/

.header {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0;
    background: #a0cfff;
}

.logo {
    width: 7%;
    height: auto;
    float: left;
}

.logo .brandname img {
    width: 100px;
    height: auto;
}

.logo .logotagline {
    width: 100%;
}

.logo .logotagline a {
    display: block;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #217cc8;
}

.tagline {
    float: left;
    width: 75%;
    margin: 20px 4%;
    text-align: center;
}

.tagline img {
    display: inline
}

.tagline h1 {
    font-size: 42px;
    color: #333;
}

.email_icon {
    width: 9%;
    height: auto;
    float: right;
    text-align: center;
    padding-top: 7px
}

.email_icon img {
    width: 90%;
    height: auto;
    display: inline;
}

.email_icon a {
    color: #6d6e72;
    font-size: 12px;
}

#first-staff {
    background-color: #fff;
    width: 100%;
}

#first-staff .container h3 {
    clear: both;
}

#first-staff .row {
    width: 100%;
    clear: both;
    margin: 20px 13%;
}

#first-staff .row.directors-row {
    width: 100%;
    clear: both;
    margin: 25px 33%;
}

#first-staff .row .image-box {
    width: 20%;
    float: left;
    padding-left: 10px;
    margin: 10px 0;

}

#first-staff .row .image-box p {
    width: 62%;
    text-align: center;
    line-height: 15px;
    padding: 3px;
    font-size: 13px
}

#first-staff .row .image-box img {
    width: 60%;
    height: 150px;
    border-radius: 50%;
}

#first-staff .row.administration-row {
    width: 100%;
    clear: both;
    margin: 25px 23%;
}

#first-staff .row.administration-row1 {
    width: 100%;
    clear: both;
    margin: 25px 33%;
}

#first-staff .row.teacher-row {
    width: 100%;
    clear: both;
    margin: 25px 33%;
}

#first-staff .row.staff-row {
    width: 100%;
    clear: both;
    margin: 25px 23%;
}
.right-side-about-us{
        width: 80%;
    float: right;
   
}
.right-side-about-us p{
       font-size:15px;
}


/*=========Navigation==========*/

.navigation {
    width: 100%;
    height: auto;
    display: table;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#25b5dd+0,217cc8+100 */
    background: #f29d37;
    /*background: #25b5dd; */
    /* Old browsers */
    background: -moz-linear-gradient(top, #d72c2e 0%, #d72c2e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d72c2e 0%, #d72c2e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d72c2e 0%, #d72c2e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d72c2e', endColorstr='#d72c2e', GradientType=0);
    /* IE6-9 */
}

.active {
    float: left;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.25);
}

.navigation ul li {
    float: left;
    border-right: 1px solid #CC0000;
}

.navigation ul li a {
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.navigation ul li a:hover {
    background: #fff;
    color: #217cc8;
    border-bottom: 1px solid #217cc8;
}

/*=========marquee==========*/

.marquee {
    padding: 7px 25px;
    color: #5c5c5c;
    font-size: 11px;
    border: #6e7072 1px solid;
    border-top: none
}





/*=========Banner==========*/

.banner {
    width: 100%;
    height: auto;
    overflow: hidden;
}



.notification_address {
    float: left;
    width: 20%;
    padding: 5px 10px;
    background: #CCCCCC
}
.notification_address1 {
    float: right;
    width: 20%;
    padding: 5px 10px;
    background: #CCCCCC
}



.notif {
    width: 100%;
    height: 325px;
    margin-bottom: 15px;
    text-align: center
}

.notif a:hover {
    color: #FF0000
}

.notif img {
    margin-top: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 100px;
    height: 120px;
    border: 1px solid #fff
}

.notif hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}


.notif h3 {
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 10px 10px 10px;
    color: #fff;
    border-radius: 2px;
    letter-spacing: 1px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#25b5dd+0,217cc8+100 */
    background: #6d6e72;
    /* Old browsers */
    background: -moz-linear-gradient(top, #000000bf 0%, #6d6e7294 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #000000bf 0%, #6d6e7294 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #000000bf 0%, #6d6e7294 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6e72', endColorstr='#6d6e72', GradientType=0);
    /* IE6-9 */
}

.notifi-list {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.notifi-list li {
    list-style: none;
}

.notifi-list li a {
    background: url(../images/list-arrow.png) no-repeat 0 5px;
    padding-left: 25px;
    line-height: 26px;
}



.address {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.address h3 {
    font-size: 14px;
    text-transform: capitalize;
    padding: 7px 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 2px;
    letter-spacing: 1px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#25b5dd+0,217cc8+100 */
    background: #6d6e72;
    /* Old browsers */
    background: -moz-linear-gradient(top, #000000bf 0%, #6d6e7294 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #000000bf 0%, #6d6e7294 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #000000bf 0%, #6d6e7294 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6e72', endColorstr='#217cc8', GradientType=0);
    /* IE6-9 */
}



.addresslist {
    width: 100%;
    height: auto;
}

.addresslist li {
    line-height: 35px;
    width: 100%;
    overflow: hidden;
}

.addresslist li label {
    display: block;
    float: left;
    width: 30px;
}

.addresslist li label i {
    color: #5c5c5c;
    top: 10px;
    margin-top: 10px;
}



.bannerslider {
    float: left;
    width: 58%;
    height: 350px;
    background: #f1f1f1 url(../images/email-icon.png) center no-repeat;
    margin-left: 1%;
    margin-right: 1%;
    overflow: hidden;
}

.slogan {
    float: right;
    width: 20%;
    height: 300px;
}

.contentholder {
    float: left;
    width: 70%;
    padding: 1% 1% 0 1%;
    ;
    margin-left: 1%;
    min-height: 500px;
    margin-right: 1%;
    overflow: hidden;
}

.slider {
    width: 100%;
    margin: 0 auto;
}

.bannerslider .slider .item {
    overflow: hidden;
}



.slick-prev {
    left: 10px !important;
    content: "" !important;
    z-index: 9999;
    text-indent: 100px;
    overflow: hidden;
    background: none !important;
    height: 30px !important;
}

.slick-prev:before {
    position: absolute;
    left: 0px;
    content: "" !important;
    z-index: 99999;
    background: transparent url(../images/arrow-right.png) no-repeat !important;
    height: 20px;
    width: 20px;
    opacity: 1 !important;
}

.slick-next {
    left: 52% !important;
    content: "" !important;
    z-index: 9999;
    text-indent: 100px;
    overflow: hidden;
    background: none !important;
    height: 30px !important;
}

.slick-next:before {
    position: absolute;
    right: 0px;
    content: "" !important;
    z-index: 99999;
    background: transparent url(../images/arrow.png) no-repeat !important;
    height: 20px;
    width: 20px;
    opacity: 1 !important;
}


.specialmsg {
    height: 400px;
    overflow: auto;
    font-style: italic;
    color: #555;
}

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

/*========online services=========*/

.onlineservices {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 25px 0px;
}

.onlineservices h2 {
    text-align: center;
    font-size: 27px;
    text-transform: capitalize;
    color: #217cc8;
    position: relative;
    width: 21%;
    margin: 0 auto;
    font-weight: 900
}

.onlineservices h2::before {
    position: absolute;
    background: url(../images/border-left.png) no-repeat;
    height: 20px;
    width: 438px;
    left: -172%;
    content: "";
    top: 6px;
}

.onlineservices h2::after {
    position: absolute;
    background: url(../images/border-right.png) no-repeat;
    height: 20px;
    width: 438px;
    right: -172%;
    content: "";
    top: 6px;
}

.homepage h3 {
    text-align: center;
    font-size: 27px;
    text-transform: capitalize;
    color: #6c6d71;
    position: relative;
    width: 23%;
    margin: 0 auto;
}

.homepage h3::before {
    position: absolute;
    background: url(../images/border-left.png) no-repeat;
    height: 20px;
    width: 438px;
    left: -172%;
    content: "";
    top: 6px;
}

.homepage h3::after {
    position: absolute;
    background: url(../images/border-right.png) no-repeat;
    height: 20px;
    width: 438px;
    right: -172%;
    content: "";
    top: 6px;
}



.onlineserviceslist {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0
}

.onlineservices .serv {
    float: left;
    width: 50%;
    padding: 20px;
    overflow: hidden;
}

.onlineservices .serv h4 {
    font-size: 20px;
    color: #8e7f94;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 15px;
    border-bottom: 1px solid #1a619c;
    padding-bottom: 5px;
}

.onlineservices .serv img {
    float: left;
    margin-right: 10px;
}

.onlineservices .downloads ul li {
    background: url(../images/list-arrow.png) no-repeat 0 5px;
    padding-left: 25px;
    line-height: 28px;
}

.onlineservices .downloads ul li a:hover {
    color: #000;
}

.onlineservices .admitcard ul li {
    background: url(../images/list-arrow.png) no-repeat 0 5px;
    padding-left: 25px;
    line-height: 28px;
}

.onlineservices .admitcard ul li a:hover {
    color: #000;
}

.onlineservices .helpdesk ul li {
    background: url(../images/list-arrow.png) no-repeat 0 5px;
    padding-left: 25px;
    line-height: 28px;
}

.onlineservices .helpdesk ul li a:hover {
    color: #000;
}

/*========footer=========*/

.footer {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.top-footer {
    background: #222;
    padding: 30px 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.top-footer .foot {
    float: left;
}

.top-footer .foot h4 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-weight: bold;
    margin-bottom: 20px;
}

.top-footer .foot ul li {
    line-height: 25px;
}

.top-footer .foot ul li a {
    color: #fff;
    font-size: 12px;
}



.aboutus {
    width: 20%;
    margin-right: 150px;
}

.aboutus p {
    color: #fff;
    line-height: 25px;
    text-align: justify;
    font-size: 12px;
    letter-spacing: 0.2px;
}



.menulinks {
    margin-right: 150px;
}

.quicklinks {
    margin-right: 150px;
}

.getintouch ul li {
    color: #fff;
    font-size: 12px;
}

.getintouch ul li label {
    display: block;
    float: left;
    width: 20px;
    margin-right: 10px;
    font-weight: bold;
    color: #fff;
}



.copyright {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #d72c2e;
    padding: 5px 0px;
}

.copyright .container {
    text-align: center;
    height: 90px;
    color: #fff;
    font-size: 12px
}

.copyright ul li.copyright {
    float: left;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.5px;
    width: 30%;
    line-height: 22px;
}

.copyright ul li.designedby {
    float: right;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.5px;
    width: auto;
    line-height: 22px;
    margin-top: 6px;
}

.copyright ul li.designedby a {
    font-size: 12px;
    display: inline-block;
    margin-left: 5px;
    color: #fff;
    text-decoration: underline;
}



.formtable {
    font-size: 12px;
    border: #FFFFFF 1px solid
}

.formtable td {

    padding: 5px;

    color: #000;

    border: 1px solid #fff;



}

.formtable th {

    padding: 0px 10px;
    color: #333;
    text-align: center;
    border: 1px solid #fff;
    background: #e4e4e4;
    font-weight: normal;
    font-size: 13px;
    height: 40px;


}

.formtable tr:nth-child(even) {
    background: #f9f9f9
}

.formtable tr:nth-child(odd) {
    background: #f9f9f9
}

.formtable input[type=text],
.formtable input[type=email],
.formtable input[type=number] {

    height: 30px;
    font-size: 13px;
    text-transform: uppercase;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    border-radius: 5px;
    width: 150px;

}



.formtable select {

    height: 30px;
    font-size: 13px text-transform:uppercase;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 7px;
    border-radius: 5px;

}



.mandatory {

    color: #FF0000;

    font-size: 13px;

    font-weight: bold;

    text-align: right;

}

.instruction {

    color: #000066;
    font-size: 11px;
    text-align: justify;
    padding: 2px;





}

.errormessage {

    color: #FF0000;

    font-size: 13px;

    font-weight: bold;

    text-align: center;

    background: #FFFF99;
}

.error {
    color: red;
}

.successmessage {

    color: #000;
    border: #ff0000 1px solid;
    background: yellow;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 5px
}

.captcha {

    font-weight: bold;
    font-size: 14px;
    text-transform: none;

}

.captchatxt {

    font-size: 14px;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    border-radius: 5px;
    width: 100px;
    font-weight: bold;

}

/* table section starts here*/

.inner-tb {
    margin: 5px auto;
    width: 100%;
}

.inner-tb tr:nth-child(even) {
    background: #f9f9f9
}

.inner-tb tr:nth-child(odd) {
    background: #f9f9f9
}

.inner-tb th {
    font-size: 13px;
    font-weight: normal;
    padding: 5px 5px;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #FFF;
    height: 30px;
    background: #025390;
}

.inner-tb .tb-r1 {
    font-size: 12px;
    background: #dde7ed;
    vertical-align: middle;
    color: #000;
    padding: 5px;
}

.inner-tb .tb-r2 {
    font-size: 12px;
    background: #f7f7f7;
    padding: 5px;
    vertical-align: middle;
    color: #000;
}

.inner-tb .tb-r3 {
    font-size: 12px;
    vertical-align: middle;
    color: #484848;
    padding: 5px;
}

.inner-tb .tb-r3 .dropdownbox {
    width: 30% !important;
}

.inner-tb .tb-total {
    font-size: 14px;
    font-weight: bold;
    background: #c7c7c7;
    padding: 5px;
    vertical-align: middle;
    color: #000;
}

.tb-total-rt {
    text-align: right;
    font-weight: bold;
    padding-right: 30px !important;
}

.inner-tb td {
    padding: 5px 10px;
    border: 1px solid #f9f9f9;
    color: #000000
}

.inner-tb .alert_txt {
    font-size: 12px;
    vertical-align: bottom;
    color: #FF0030;
    clear: both;
    margin-top: 5px;
}

.star {
    color: #CB1424;
    font-weight: bold;
    font-size: 14px;
}

.inner-tb td a {
    color: #CC0000;
    text-decoration: none;
    font-weight: bold;
    display: inline;
}

.inner-tb td a:hover {
    text-decoration: underline;
}

.inner-tb .tb-r4 {
    font-size: 12px;
    background: #f7f7f7;
    padding: 5px;
    vertical-align: middle;
    color: #504f4d;
}

.inner-tb .tb-r5 {
    font-size: 12px;
    background: #dde7ed;
    vertical-align: middle;
    color: #504f4d;
    padding: 5px;
}

.inner-tb .tableheader {
    font-size: 14px;
    padding: 0 5px;
    vertical-align: middle;
    color: #000;
    border: 1px solid #FFF;
    height: 30px;
    background: url(../images/tb_heading_bg.jpg) repeat-x left top;
}



.inner-tb input[type=text],
.inner-tb input[type=email],
.inner-tb input[type=number] {

    width: 50%;

    height: 30px;

    font-size: 13px;

    text-transform: uppercase;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    border-radius: 5px;

}

.inner-tb label {
    color: #044577;
    font-size: 13px;
}

.inner-tb select {

    width: 50%;

    height: 30px;

    font-size: 13px;

    text-transform: uppercase;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 5px;
    border-radius: 5px;

}

.linkred {
    display: inline;
    color: #FF0000;

}

.touppercase {
    text-transform: uppercase;
}

.box {

    display: none;
    margin-top: 20px;
    color: #000;
    text-align: center
}

/* table section end here*/

/*=======slogan===========*/

.slogan {
    padding: 25px 20px;
}

.slogan h4 {
    font-size: 16px;
    font-style: italic;
    line-height: 25px;
}



/* Course Menu Style */

.menulinks {
    margin: 5px;
    padding: 2px;
}

.menulinks li {}

.menulinks li a {
    color: #fff;
    background: #0089e0;
    font-size: 14px;
    padding: 6px;
    margin: 5px;
    border-radius: 5px;
}

.menulinks li a:hover {
    background: #00c0e9;
}

.submitbutton {

    cursor: pointer;
    width: 200px;
    border: none;
    background: #4CAF50;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;

}

.responsivemenu {
    display: none;
}

.notificationdiv {
    display: none;
}

.responsivemenulist {
    display: none;
}

.messagepage p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
}

.termconditionpage {
    margin-top: 20px;
}

.termconditionpage p {
    font-size: 14px;
    line-height: 22px;
}

.onlineservices h2::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 2px solid #217cc8;
    bottom: -10px;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: auto;
    width: 145px;
}

.onlineservices h2 {
    margin: 0 auto 50px;
    width: 100% !important;
}

.onlineservices h2::after {
    background: none;
    content: "";
}

.right-side-content h2::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 2px solid #217cc8;
    bottom: -10px;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: auto;
    width: 145px;
}

.right-side-content h2 {
    width: 100% !important;
    margin: auto;
}

.right-side-content h2::after {
    background: none;
    content: "";
}




@media only screen and (max-width:979px) {
    .container {
        width: 750px;
    }
    .logo {
        width: 14%;
    }
    .email_icon {
        width: 14%;
        padding-top: 14px;
    }

    .tagline {
        width: 62%;
        margin: 10px 4%;
    }
    .slick-slide img {
        width: 540px;
        height: 300px;
    }

    .desktopversion {
        display: none;
    }
    .responsivemenu {
        width: 100%;
        overflow: hidden;
        padding: 5px 0px;
        display: block;
    }
    .responsivemenu span {
        color: #fff;
        float: left;
        font-family: arial;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 6px 0px;
        cursor: pointer;
    }
    .responsivemenu img {
        display: block;
        float: right;
        cursor: pointer;
    }

    .responsivemenulist {
        display: none;
        height: auto;
/*        overflow: hidden;*/
        width: 100%;
        box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
    }
    .responsivemenulist ul li {
        list-style: outside none none;
        display: block;
    }
    .responsivemenulist ul li a {
        color: #5c5c5c;
        display: block;
        padding: 7px 30px;
        text-transform: uppercase;
    }
    .responsivemenulist ul li a:hover {
        background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #25b5dd 0%, #217cc8 100%) repeat scroll 0 0;
        color: #fff;
    }
    .right-side-content .row .image-box {
        width: 77%;
    }

    .inner-tb select {
        width: 400px;
    }
    .notification_address {
        width: 35%;
    }
    .contentholder {
        padding: 2% 1% 0;
        width: 63%;
    }
    
    .right-side-content h3::before {
        left: 30px;
        top: 12px;
        background: rgba(0, 0, 0, 0) url("../images/border-left.png") no-repeat scroll 0 0 / 100% auto;
        width: 225px;
    }
    .right-side-content img {
        width: 100%;
        height: 200px;
    }
    .panel img {
        border-radius: 20px;
        margin: 30px 10px 10px 25px;
        float: left;
        height: 150px;
        width: 80%;
    }
    .right-side-content h3::after {
        left: 30px;
        top: 12px;
        background: rgba(0, 0, 0, 0) url("../images/border-left.png") no-repeat scroll 0 0 / 100% auto;
        width: 225px;
    }
    .homepage h3::before {
        left: 30px;
        top: 12px;
        background: rgba(0, 0, 0, 0) url("../images/border-left.png") no-repeat scroll 0 0 / 100% auto;
        width: 225px;
    }
    .homepage h3::after {
        right: 30px;
        top: 12px;
        background: rgba(0, 0, 0, 0) url("../images/border-right.png") no-repeat scroll 0 0 / 100% auto;
        width: 225px;
    }

    .studentloginpage table tr td input {
        width: 84% !important;
    }

}

@media only screen and (max-width:767px) {

    .container {
        width: 300px;
    }
    .logo {
        width: 100%;
    }
    .logo .brandname a img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 30%;
    }

    .tagline,
    .email_icon {
        display: none;
    }
    .panel img {
        height: 150px;
        width: 80%;
    }
    .slogan {
        display: none;
    }
    .right-side-content .row .image-box {
        width: 77%;
    }
    .bannerslider {
        width: 100%;
        height: auto;
    }
    .slick-slide img {
        height: auto;
        width: 100%;
    }
    .slick-next {
        left: 92% !important;
    }
    .left-side-content.notification_address {
        width: 100%;
    }
    .onlineservices {
        width: 100%;
    }
    .right-side-content h2 {
        width: 100% !important;
        font-size: 18px;
    }
    .onlineservices h2 {
        width: 100% !important;
        font-size: 20px;
    }

    .onlineservices .serv {
        width: 100%;
        height: auto;
        max-height: none;
        min-height: auto;
    }
    .copyright .container {
        height: auto;
    }

    .aboutmaintitle span {
        display: block;
        font-size: 16px;
        padding: 20px 0px !important;
    }
    .notification_address {
        margin-bottom: 20px;
        width: 100%;
    }
    .contentholder {
        width: 100%;
    }


    .termconditionpage p {
        text-align: justify;
    }
    #contact > div {
        margin-left: 0 !important;
        width: 100% !important;
    }
    .right-side-content {
        width: 100%;
    }
    .right-side-content h3 {
        background: #217cc8 none repeat scroll 0 0;
        border-radius: 5px;
        color: #fff;
        padding: 10px;
        width: 100%;
    }
    .right-side-content h3::before {
        background: none;
        content: "";
    }
    .right-side-content h3::after {
        background: none;
        content: "";
    }
    #first-staff .row {
    width: 100%;
    clear: both;
    margin: 20px 0%;
}

#first-staff .row.directors-row {
    width: 100%;
    clear: both;
    margin: 25px 0%;
}

#first-staff .row .image-box {
    width: 49%;
    float: left;
    padding-left: 10px;
    margin: 10px 0;

}

#first-staff .row .image-box p {
    width: 100%;
    text-align: center;
    line-height: 15px;
    padding: 3px;
    font-size: 13px
}

#first-staff .row .image-box img {
    width: 100%;
    height: 150px;
    border-radius: 50%;
}

#first-staff .row.administration-row {
    width: 100%;
    clear: both;
    margin: 25px 0%;
}

#first-staff .row.administration-row1 {
    width: 100%;
    clear: both;
    margin: 25px 0%;
}

#first-staff .row.teacher-row {
    width: 100%;
    clear: both;
    margin: 25px 0%;
}

#first-staff .row.staff-row {
    width: 100%;
    clear: both;
    margin: 25px 0%;
}
    .right-side-about-us{
        width: 100%;
    float: right;
    padding: 35px 10px;
}
    .homepage h3 {
        background: #217cc8 none repeat scroll 0 0;
        border-radius: 5px;
        color: #fff;
        padding: 10px;
        width: 100%;
    }
    .homepage h3::before {
        background: none;
        content: "";
    }
    .homepage h3::after {
        background: none;
        content: "";
    }

    .studentloginpage .inner-tb {
        width: 300px !important;
    }
    .studentloginpage .inner-tb tr {
        background: none !important;
        margin-bottom: 10px;
        display: block;
    }
    .studentloginpage .inner-tb tr td {
        border: 0px !important;
        width: 300px !important;
        padding: 0px !important;
        display: block;
        text-align: left;
    }
    .studentloginpage .inner-tb tr td:first-child {
        margin-bottom: 5px !important;
    }
    .studentloginpage .inner-tb tr td select {
        width: 300px !important;
    }
    .studentloginpage .inner-tb tr td input {
        width: 300px !important;
    }
    #cdynsubmit {
        width: 100%;
    }


    .candidatesreg_first .inner-tb {
        width: 300px !important;
    }
    .candidatesreg_first .inner-tb tr {
        background: none !important;
        margin-bottom: 10px;
        display: block;
    }
    .candidatesreg_first .inner-tb tr td {
        border: 0px !important;
        width: 300px !important;
        padding: 0px !important;
        display: block;
        text-align: left;
    }
    .candidatesreg_first .inner-tb tr td:first-child {
        margin-bottom: 5px !important;
    }
    .candidatesreg_first .inner-tb tr td select {
        width: 298px !important;
    }
    .candidatesreg_first .inner-tb tr td input {
        width: 298px !important;
    }
    .candidatesreg_first table tr td .steps_img {
        height: auto;
        width: 300px;
    }

    .candidatesreg_second .inner-tb {
        width: 300px !important;
    }
    .candidatesreg_second .inner-tb tr {
        background: none !important;
        margin-bottom: 10px;
        display: block;
    }
    .candidatesreg_second .inner-tb tr td {
        border: 0px !important;
        width: 300px !important;
        padding: 0px !important;
        display: block;
        text-align: left;
    }
    .candidatesreg_second .inner-tb tr td:first-child {
        margin-bottom: 5px !important;
    }
    .candidatesreg_second .inner-tb tr td select {
        width: 298px !important;
    }
    .candidatesreg_second .inner-tb tr td input {
        width: 298px !important;
    }
    .candidatesreg_second table tr td .steps_img {
        height: auto;
        width: 300px;
    }


    .candidatesreg_third .inner-tb {
        width: 300px !important;
    }
    .candidatesreg_third img {
        width: 100%;
    }
    .candidatesreg_third .inner-tb tr {
        background: none !important;
        margin-bottom: 10px;
        display: block;
    }
    .candidatesreg_third .inner-tb tr td {
        border: 0px !important;
        width: 300px !important;
        padding: 0px !important;
        display: block;
        text-align: left;
    }
    .candidatesreg_third .inner-tb tr td:first-child {
        margin-bottom: 5px !important;
    }
    .candidatesreg_third .inner-tb tr td select {
        width: 298px !important;
    }
    .candidatesreg_third .inner-tb tr td input {
        width: 298px !important;
    }
    .candidatesreg_third table tr td .steps_img {
        height: auto;
        width: 300px;
    }

    .duplicatepage .inner-tb {
        width: 300px !important;
    }
    .duplicatepage .inner-tb tr {
        background: none !important;
        margin-bottom: 10px;
        display: block;
    }
    .duplicatepage .inner-tb tr td {
        border: 0px !important;
        width: 300px !important;
        padding: 0px !important;
        display: block;
        text-align: left;
    }
    .duplicatepage .inner-tb tr td:first-child {
        margin-bottom: 5px !important;
    }
    .duplicatepage .inner-tb tr td select {
        width: 298px !important;
    }
    .duplicatepage .inner-tb tr td input {
        width: 298px !important;
    }

    .viewapplicationstatuspage .inner-tb {
        width: 300px !important;
    }
    .viewapplicationstatuspage .inner-tb tr {
        background: none !important;
        margin-bottom: 10px;
        display: block;
    }
    .viewapplicationstatuspage .inner-tb tr td {
        border: 0px !important;
        width: 300px !important;
        padding: 0px !important;
        display: block;
        text-align: left;
    }
    .viewapplicationstatuspage .inner-tb tr td:first-child {
        margin-bottom: 5px !important;
    }
    .viewapplicationstatuspage .inner-tb tr td select {
        width: 298px !important;
    }
    .viewapplicationstatuspage .inner-tb tr td input {
        width: 298px !important;
    }

    .forgetregistrationpage .inner-tb {
        width: 300px !important;
    }
    .forgetregistrationpage .inner-tb tr {
        background: none !important;
        margin-bottom: 10px;
        display: block;
    }
    .forgetregistrationpage .inner-tb tr td {
        border: 0px !important;
        width: 300px !important;
        padding: 0px !important;
        display: block;
        text-align: left;
    }
    .forgetregistrationpage .inner-tb tr td:first-child {
        margin-bottom: 5px !important;
    }
    .forgetregistrationpage .inner-tb tr td select {
        width: 298px !important;
    }
    .forgetregistrationpage .inner-tb tr td input {
        width: 298px !important;
    }

    .feedepositepage .inner-tb {
        width: 300px !important;
    }
    .feedepositepage .logoimage img {
        width: 100%;
        height: auto;
    }
    .feedepositepage .inner-tb tr {
        background: none !important;
        margin-bottom: 10px;
        display: block;
    }
    .feedepositepage .inner-tb tr td {
        border: 0px !important;
        width: 300px !important;
        padding: 0px !important;
        display: block;
        text-align: left;
    }
    .feedepositepage .inner-tb tr td:first-child {
        margin-bottom: 5px !important;
    }
    .feedepositepage .inner-tb tr td select {
        width: 298px !important;
    }
    .feedepositepage .inner-tb tr td input {
        width: 298px !important;
    }

    .regissuccesspage .logoimage {
        width: 240px !important;
        height: auto;
    }
    .regissuccesspage table {
        width: 300px !important;
    }
    .regissuccesspage table tr {
        background: none !important;
        margin-bottom: 10px;
        display: block;
        overflow: hidden;
        width: 240px !important;
    }
    .regissuccesspage table tr td {
        border: 0px !important;
        width: 240px !important;
        padding: 0px !important;
        display: block;
        text-align: left;
    }
    .regissuccesspage table tr td:first-child {
        margin-bottom: 5px !important;
    }
    .regissuccesspage table tr td select {
        width: 298px !important;
    }
    .regissuccesspage table tr td input {
        width: 298px !important;
    }

    .feeconfirmationpage .inner-tb {
        width: 300px !important;
    }
    .feeconfirmationpage .inner-tb tr {
        background: none !important;
        margin-bottom: 10px;
        display: block;
    }
    .feeconfirmationpage .inner-tb tr td {
        border: 0px !important;
        width: 300px !important;
        padding: 0px !important;
        display: block;
        text-align: left;
    }
    .feeconfirmationpage .inner-tb tr td:first-child {
        margin-bottom: 5px !important;
    }
    .feeconfirmationpage .inner-tb tr td select {
        width: 298px !important;
    }
    .feeconfirmationpage .inner-tb tr td input {
        width: 298px !important;
    }

    .subsuccesspage .inner-tb {
        width: 300px !important;
    }
    .subsuccesspage .inner-tb tr {
        background: none !important;
        margin-bottom: 10px;
        display: block;
    }
    .subsuccesspage .inner-tb tr td {
        border: 0px !important;
        width: 300px !important;
        padding: 0px !important;
        display: block;
        text-align: left;
    }
    .subsuccesspage .inner-tb tr td:first-child {
        margin-bottom: 5px !important;
    }
    .subsuccesspage .inner-tb tr td select {
        width: 298px !important;
    }
    .subsuccesspage .inner-tb tr td input {
        width: 298px !important;
    }




}
