@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:top;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
a {
    color: #faa51a;
    text-decoration: none;
    outline: none;
}
a:hover, a:focus {
    outline: none;
    text-decoration: none;
    color: #6d6d6c;
}
.clr {
    clear: both;
    padding: 0;
    height: 0;
    margin: 0;
}
img {
    width: 100%;
}
.section {
    width: 100%;
    float: left;
    padding: 65px 0;
    position: relative;
}
/*about us readmore button start*/
/* Radial Out */
.hvr-sweep-to-about {
    padding: 10px;
    background: #0c4a98;
    width: 16%;
    font-weight: 700;
}

.hvr-sweep-to-about a {
    color: #ffffff;
    text-decoration: none;
    outline: none;
}
.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
    color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
}
/*about us readmore button end*/
/*font-family: 'Open Sans', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto', sans-serif;*/
.footer .container{
    width: 100%;
}
/*footer*/

/*bottom footer start*/
.down-footer {
    width: 100%;
    float: left;
    background-color: #782410;
    color: #ffffff;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    padding: 12px;
    line-height: 29px;
}
.last-left{
    text-align: left;
    font-family: 'Roboto', sans-serif;
}
.last-right {
    text-align: right;
    font-family: 'Roboto', sans-serif;
}
.last-left a{
    color: #ffc300;
}
.achivment-title {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 72px;
}
.achivment-wrapper{
    width: 100%;
    float: left;
    position: relative;
}
/*bottom footer end*/


/*top footer start*/
footer_conten .f_content {

}
.footer-top {
    width: 100%;
    float: left;
    position: relative;
    padding: 60px 0;
    background: #ececec url(../images/kems-champua-footer-bg.png) no-repeat center bottom;
}
.footer_menubar {
    width: 100%;
    float: left;
    text-align: center;
}
.footer_logo img {
    width: auto;
    /* margin: 4px auto; */
    /* margin-top: 10px; */
    /* margin-bottom: -8px; */
}

.footer_logo-sep {
    width: 55%;
    margin: 16px auto;
    float: none;
    background: #ccc;
    height: 1px;
    display: block;
}
.mainfooter { 
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 0;    
}
.footer_menubar li {
    display: inline-block;    
    padding-bottom: 33px;
    padding: 0px 15px;
    border-right: 1px solid #989898;
}
.footer_menubar li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #6d6d6c;
}
.footer_content {
    margin-top: 32px;
    width: 100%;
    float: left;
    margin-bottom: 13px;
}
.footer_content p {
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    padding-bottom: 5px;
    color: #782410;
    float: left;
    /* margin-bottom: 47px; */
}

.call-f:before {
    content: '';
    position: absolute;
    left: -28px;
    background: url(../images/sprite-icon.png) no-repeat 0 0;
    width: 24px;
    height: 24px;
}
.mail-f:before {
    content: '';
    position: absolute;
    left: -28px;
    background: url(../images/sprite-icon.png) no-repeat -1px -55px;
    width: 23px;
    height: 20px;
}
.footer_contact p {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    /* padding: 1px; */
    color: #782410;
    width: 100%;
    float: left;
    line-height: 7px;
}
.footer-phone {
    list-style: none;
    display: block;
    text-align: center;
}
.footer-phone .mail-f {
    font-family: 'open sans';
    font-size: 22px;
    color: #782410;
    /* float: left; */
    padding: 10px;
    text-align: center;
    display: inline-block;
    margin-top:20px;
    position: relative;
    margin-left: 46px;
}
.footer-phone .call-f {
    font-family: 'open sans';
    font-size: 22px;
    color: #782410;
    /* float: left; */
    padding: 10px;
    text-align: center;
    display: inline-block;
    margin-top:20px;
    position: relative;
    margin-left: 46px;
}
/*.fa {
    display: inline-block;
    font-size: 20px;
    margin-left: 10px;
    padding-top: 36px;
    float: left;
    padding-bottom: 53px;
}
.fa-twitter{
    background-color: #fff;
    color: #1cb7eb;
}
.fa-facebook{
     background: #fff;
     color: #0d3f8d;
}
.fa-instagram{
     background: #fff;
     color: #e3411f ;
}*/
.social {
    margin: 35px auto 0;
    padding: 0px;
    float: none;
    display: block;
    text-align: center;
    width: 100%;
    float: left;
    font-size: 22px;
}
.social li {
    list-style: none;
    padding-left: 1px;
    display: inline-block;
}
.social li .facebook:hover {
    background:  transparent;
    color: #0d3f8d;
    border: 1px solid #0d3f8d;
}
.social li .twiter:hover {
    background:  transparent;
    color: #1cb7eb;
    border: 1px solid #1cb7eb;
}
.social li .insta:hover {
    background:  transparent;
    color: #e3411f;
    border: 1px solid #e3411f;
}
.social li a {
    color: #ffffff;
    text-decoration: none;
    outline: none;
}
.facebook {
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    float: left;
    display: flex;
    background: #0d3f8d;
    color: #ffffff;
}
.twiter{
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    float: left;
    display: flex;
    background-color: #1cb7eb;
    color: #ffffff;
}
.insta{
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    float: left;
    display: flex;
    background-color: #e3411f;
    color: #ffffff;
}
/*top footer end*/
/*footer end*/
/*TESTIMONIALS START*/
.testimonial {
    width: 100%;
    float: left;
    background-color: #f5f5f5;
}
.alumni {
    width: 100%;
    float: left;
    background: #ffffff;
    padding: 25px;
    position: relative;
}
.alumnibox p {
    line-height: 24px;
    color: #232323;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 300;
}
.name h5 {
    color: #0c4a98;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    float: left;
    line-height: 30px;
    margin-top: 12px;
    padding-left: 20px;
}
.name h6 {
    color: #ff9600;
    font-size: 14px;
    padding: 20px 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 23px;
}
.awardimg {
    width: auto !important;
    margin: 0 auto;
    display: block;
}
.award-box p {
    width: 100%;
    color: #232323;
    font-size: 16px;
    font-family: 'Open Sans';
    text-align: center;
    font-weight: 500;
}
.zoom-img {
    width: 39px;
    height: 39px;
    border-radius: 50px;
    margin: 30px auto 10px;	
}
.col-re-orangess {
    background: #ffffff url(../images/sprite-icon.png) no-repeat -315px -244px;
    border: 2px solid #ff9600;
    position: relative;
    /* margin: 0 auto; */
    margin-right: 178px;
    margin-bottom: 16px;
    margin-top: 22px;
}
.testi-box p {
    position: relative;
}
.testi-box p:before {
    content: '';
    position: absolute;
    background: url(../images/sprite-icon.png) no-repeat -15px -247px;
    width: 29px;
    height: 38px;
    bottom: 46px;

}

.testi-box {
    width: 96%;
    float: right;
    border: 1px solid #ececec;
    padding: 53px 30px 30px 115px;
    margin-right: 4px;
    margin-top: 30px;
}
.rel-profile {
    width: auto !important;
    border: 1px solid #bfbfbf;
    background: #ffffff;
    padding: 2px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.alumni h2 {
    padding-bottom: 28px;
    color: #172358;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 500;
    float: left;
    position: relative;
}
.t-navigation {
    position: absolute;
    top: 25px;
    right: 32px;
}
.t-next:hover {
    cursor: pointer;
}
.t-preview:hover {
    cursor: pointer;
}
.a-next:hover {
    cursor: pointer;
}
.a-preview:hover {
    cursor: pointer;
}
.t-next {
    width: 32px;
    height: 32px;
    background: url(../images/sprite-icon.png) no-repeat -116px -244px;
    background-color: #0c4a98;
    display: inline-block;
}
.t-preview {
    width: 32px;
    height: 32px;
    background: url(../images/sprite-icon.png) no-repeat -196px -244px;
    background-color: #0c4a98;
    display: inline-block;
}
.a-navigation {
    position: absolute;
    top: 25px;
    right: 32px;
}
.a-next {
    width: 32px;
    height: 32px;
    background: url(../images/sprite-icon.png) no-repeat -116px -244px;
    background-color: #0c4a98;
    display: inline-block;
}
.a-preview {
    width: 32px;
    height: 32px;
    background: url(../images/sprite-icon.png) no-repeat -196px -244px;
    background-color: #0c4a98;
    display: inline-block;
}
.alumni h2:before {
    content: '';
    position: absolute;
    border: 1px solid #ff8a00;
    width: 53px;
    right: -75px;
    left: auto;
    top: 11px;
}

/*TESTIMONIALS END*/

/*OUR RECOGNITIONS START*/
.recognition {
    background-color: #f5f5f5;
    width: 100%;
    float: left;
}
/*OUR RECOGNITIONS END*/
/*our INFRASTRUCTURE & FACILITIES start*/
.facilities {
    width: 100%;
    float: left;
    background: url('../images/ourfacility%20-background.jpg');
}
.student-image {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.student-image img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.student-image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.student-image .caption {
    width: 100%;
    position: absolute;
    text-align: center;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    bottom: 0;
    background: #0000009c;
    padding: 15px 0;
}
.facility-text li {
    font-family: 'Roboto', sans-serif;
    color: #655c5c;
    font-size: 16px;
    display: inline-block;
    width: 33%;
    float: left;
    padding: 31px 30px;
    border-right: 1px solid #dcdcdc;
    font-weight: 400;
    text-align: center;
}
.facility-text {
    width: 100%;
    float: left;
}
.facility-text .head {
    background: url(http://www.kemschampua.org/404.php)no-repeat;
    width: 62px;
    padding: 34px 0px;
    margin: 0px auto;
    display: block;
    float: none;
    margin-bottom: 10px
}
.facility-text .book {
    background: url(http://www.kemschampua.org/404.php)no-repeat;
    width: 62px;
    padding: 34px 0px;
    margin: 0px auto;
    display: block;
    float: none;
    margin-bottom: 10px
}
.facility-text .lab {
    background: url(http://www.kemschampua.org/404.php)no-repeat;
    width: 62px;
    padding: 34px 0px;
    margin: 0px auto;
    display: block;
    float: none;
    margin-bottom: 10px
}
.facility-text .study {
    background: url(http://www.kemschampua.org/404.php)no-repeat;
    width: 62px;
    padding: 34px 0px;
    margin: 0px auto;
    display: block;
    float: none;
    margin-bottom: 10px
}
.facility-text .light {
    background: url(http://www.kemschampua.org/404.php)no-repeat;
    width: 62px;
    padding: 34px 0px;
    margin: 0px auto;
    display: block;
    float: none;
    margin-bottom: 10px
}
.facility-text .library {
    background: url(http://www.kemschampua.org/404.php)no-repeat;
    width: 62px;
    padding: 34px 0px;
    margin: 0px auto;
    display: block;
    float: none;
    margin-bottom: 10px
}
.facility-icon {
    width: 100%;
    float: right;
    margin-top: 30px;
}
.facility-text h2 {

}
/*our INFRASTRUCTURE & FACILITIES end*/
/*OUR RECRUITERS START*/
.section-heading {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 36px;
    margin-bottom: 25px;
    color: #172358;
    font-weight: 700;
}
.riquirter-wrapper {
    width: 100%;
    float: left;
}
/*OUR RECRUITERS END*/

/*skill development start*/

.niisskil {
    color: #ffffff;
    line-height: 22px;
}
.niisskil .bhagbat {
    color: #ffffff;
    margin: 15px 0;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}
.niisskil .hindi {
    font-size: 18px;
    font-family: 'Open Sans';
    margin-top: 20px;
    color: #ff9600;
    line-height: 27px;
    font-weight: 700;
}
/*.readmore {
    display: inline-block;
    float: left;
    width: 130px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 30px;
    border-left: 3px solid #ffffff;
    padding-left: 10px;
    font-weight: 500;
    font-size: 18px;
}
.downloadbrocuhre {
    width: 189px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
}*/
/* Shutter Out Horizontal */
.shutter-out-d a {
    color: #3e3c3c;
    text-decoration: none;
    outline: none;
}
.shutter-out a {
    color: #3e3c3c;
    text-decoration: none;
    outline: none;
}
.shutter-out {
    padding: 10px;
    background: #ffffff;
    width: 22%;
    margin-top: 30px;
    font-weight: 700;
    padding-left: 20px;
}
.shutter-out-d {
    padding: 10px;
    background: #ffffff;
    width: 34%;
    margin-top: 30px;
    font-weight: 700;
    padding-left: 18px;
    float: right;
    margin-top: -43px;
    margin-right: 207px;
}
.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -12px;
    left: -20px;
    right: -20px;
    bottom: -10px;
    background: #337ab7;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
    color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.skills .section-heading {
    margin-bottom: 25px;
    color: #ffffff;
    margin-top: -7px;
}
.skills{
    background: url(http://www.kemschampua.org/404.php);
    background-size: cover;
    background-attachment: fixed;
    padding: 0px;

}
.sec-overlay {
    width: 100%;
    float: left;
    background: rgba(12,74,152,0.94);
    padding: 75px 0px;
}
/*skill development END*/
/*Admission start*/
.admission {
    background: url(http://www.kemschampua.org/404.php);
    background-size: cover;
    /* background-attachment: fixed; */
    padding: 0px;
    width: 100%;
    float: left;
}
.admission .section-heading {
    margin-bottom: 20px;
    color: #ffffff;
}
.interested {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 410px;
    margin-top: 60px;
    background: #00000078;
    padding: 25px;
}
.interested .taking {
    color: #ffffff;
    margin: 15px 0;
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.enquiry {
    width: 100%;
    float: left;
    background: #ffffff;
    margin-bottom: 60px;
    margin-top: 60px;
}
.admistion-form {
    background: #0c4a98;
}
.admistion-form h2 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    padding-top: 30px;
}
.admistion-form p {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    padding-bottom: 25px;
    line-height: 37px;
}
.admission .continue {
    display: inline-block;
    float: left;
    width: 100px;
    color: #0c4a98;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 28px;
    border-left: 3px solid #0c4a98;
    padding-left: 0px;
    font-weight: 500;
    font-size: 18px;
    margin: 30px auto;
    text-align: center;
}
/* Sweep To Right */
.hvr-sweep-to {
    padding: 10px;
    background: #0c4a98;
    width: 24%;
    margin-left: 35%;
    font-weight: 700;
}
.hvr-sweep-to a {
    color: #ffffff;
    text-decoration: none;
    outline: none;
}
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -11px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: #337ab7;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/*.continue a:hover {
    color : #faa51a;
} 

.continue {
    margin: 0px auto !important;
    float: none !important;
    display: block !important;
}
.continue a {
    color: #0c4a98;
    text-decoration: none;
    outline: none;
}*/
/* Sweep To Left */
.hvr-sweep-to-l {
    padding: 10px;
    background: #0c4a98;
    width: 17%;
    margin-top: 20px;
    font-weight: 700;
}
.hvr-sweep-to-l a {
    color: #ffffff;
    text-decoration: none;
    outline: none;
}
.hvr-sweep-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -12px;
    left: -10px;
    right: -11px;
    bottom: -10px;
    background: #337ab7;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
    color: white;
}
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.name-form {
    background: #ffffff;
    padding: 38px;
}
.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #3c3c3c;
    margin-bottom: 23px;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
/*Admission END*/

/*our recent news start*/
.news {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.recent-news {
    width: 100%;
    float: left;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 21px;
}
.april-img {
    width: 159px;
    float: left;
    padding-right: 20px;
    margin-top: 10px;
}
.niss-content h3 {
    font-family: open sans;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 25px;
    font-size: 17px;
    color: #444;
}
.niss-content {
    color: #4c5165;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 20px;
    margin-top: 11px;
}
.date .date-format {
    width: 29px;
    float: left;
    display: block;
    padding: 10px 0px;
    background: url(http://www.kemschampua.org/404.php)no-repeat;
}
.date .pdf-format {
    width: 29px;
    float: left;
    display: block;
    padding: 10px 0px;
    margin: 0 auto;
    background: url(../images/pdf-png.png)no-repeat;
}
.date {
    width: 73%;
    float : left;
}
.date a {
    color: #6d6d6c;
}
.date li {
    width: 50%;
    float: left;
    display: inline-block;
    padding-top: 20px;
    color: #6d6e6d;
    font-size: 14px;
}
.carousel-img {
    width: 100%;
    float: left;
    background : url(http://www.kemschampua.org/404.php) repeat;
}
.carousel-img h2 {
    color: #172358;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding-top: 27px;
    margin-bottom: 18px;
}
.carousel-img p {
    color: #232323;
    font-size: 14px;
    font-family: 'Open Sans';
    text-align: center;
    padding-bottom: 50px;
    line-height: 24px;
}
.arrow-next {
    width: 39px;
    height: 39px;
    background: #ffffff;
    border-radius: 59px;
    position: absolute;
    bottom: 21px;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #f0bd06;
}
.arrow-yellow {
    cursor: pointer;
}
.arrow-yellow {
    background: url(../images/sprite-icon.png) no-repeat -135px 7px;
    width: 35px;
    height: 35px;
    position: absolute;
    display: inline-block;
}
/*.n-navigation {
    position: absolute;
    top: 25px;
    right: 32px;
    z-index: 99;
}
.n-preview:hover {
    cursor: pointer;
}
.n-next:hover {
    cursor: pointer;
}
.n-next {
    width: 32px;
    height: 32px;
    background: url(../images/sprite-icon.png) no-repeat -116px -244px;
    background-color: #0c4a98;
    display: inline-block;
}
.n-preview {
    width: 32px;
    height: 32px;
    background: url(../images/sprite-icon.png) no-repeat -196px -244px;
    background-color: #0c4a98;
    display: inline-block;
}*/
/*our recent news end*/

/*Admisstion style sheet start*/
.about-admission {
    width: 100%;
    float: left;
}
.quicklink {
    width: 100%;
    background-color: #d6d9da;
    padding: 30px 30px 30px 30px;
    position: relative;
}
.quicklink:after {
    content: '';
    width: 200%;
    background-color: #333;
    height: 100%;
    z-index: 1000;
    right: 0;
    top:0;

}
.quicklink h2 {
    margin-bottom: 21px;
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: 700;
    color: #6d6d6c;
    background-color: #ececec;
    width: 120%;
    float: left;
    padding: 18px 11px 20px 30px;
    margin-left: -30px;
    margin-top: -31px;
}
.sidelink li {
    line-height: 25px;
    border-bottom: 1px solid #bfbdbd;
    border-top: 1px solid #f5f0f0;
    width: 100%;
    padding-bottom: 12px;
    list-style: none;
    padding-top: 12px;
}
.sidelink li i {
    color: #5e9398;
    margin-top: 2px;
    font-size: 20px;
    margin-right: 10px;
}
.sidelink li a {
    color: #717171;
    font-size: 18px;
    font-family: 'Open Sans';
    font-weight: 500;
    margin-left: 11px;
    line-height: 25px;
}
.sidelink li a:hover {
    color: #ffffff;

}
.admission_procedure h2 {
    margin-bottom: 18px;
    padding-left: 30px;
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: 700;
    color: #0c4a98;
}
.admission_proce h2 {
    margin-bottom: 30px;
    padding-left: 0px;
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: 700;
    color: #6d6d6c;
}
.admission_procedure {
    border-left: 1px dotted #dedede;
    margin-top: 30px;
    margin-bottom: 30px;
}
.admission_procedure li {
    color: #444;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    padding: 0px 0px 0px 35px;
    margin-left: 15px;
    position: relative;
    list-style: none;
}
.enquiry-form {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 61%;
    margin-left: 100px;
}
.procedure {
    margin-top: -9px;
}
.procedure i {
    position: relative;
    left: 32px;
    top: 19px;
    color: #0c4a98;
}
.procedure h2 {
    margin-top: 20px;
    margin-bottom: 0px;
}
.submit a {
    color: #6d6d6c;
}
.eligibility {
    border-left: 1px dotted #dedede;
    padding-left: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.eligibility h2 {
    margin-bottom: 30px;
    padding-left: 15px;
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: 700;
    color: #0c4a98;
}
.eligibility h3 {
    margin-bottom: 5px;
    padding-left: 15px;
    font-family: 'Open Sans';
    font-size: 19px;
    font-weight: 600;
    color: #093771;
    line-height: 25px;
}
.eligibility h4 {
    margin-bottom: 14px;
    padding-left: 15px;
    font-family: 'Open Sans';
    font-size: 19px;
    font-weight: 600;
    color: #ff8a00;
    line-height: 26px;
    margin-top: -13px;
}
.eligibility p {
    margin-bottom: 14px;
    padding-left: 15px;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #444;
    line-height: 25px;
}
.eligibility li {
    margin-bottom: 10px;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #444;
    line-height: 25px;
    margin-left: 37px;
    list-style: none;
    margin-top: -10px;
}
.eligibility i {
    position: relative;
    top: 10px;
    left: 17px;
    color: #0c4a98;
}
ol.a {
    list-style-type: upper-alpha;
}
.admistion-form4 {
    background: #0d47a1;
    padding: 20px;
}
.name2-form {
    background: #e8e8e8;
    padding: 20px;
}
.admistion-form4 h2 {
    text-align: center;
    font-family: 'Open Sans';
    font-size: 27px;
    color: #ffffff;
    font-weight: 700;
}
/* Sweep To Bottom */
.hvr-sweep-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
    color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.hvr-sweep-to-bottom {
    background: #0c4a98;
    width: 82px;
    margin-right: 93px;
    padding: 11px;
    margin-top: 20px;
}
.bottom-enquiry2 {
    float: right;
    margin-top: -58px;
    margin-right: 129px;
}
.bottom-enquiry {
    margin-left: 1px;
}
.bottom-enquiry a {
    padding-left: 20px;
    color: #ffffff;
    font-weight: 600;
}
.bottom-enquiry2 a {
    padding-left: 15px;
    color: #ffffff;
    font-weight: 600;
}
.admission_procedure h1 {
    font-family: 'Open Sans';
    font-size: 38px;
    color: #ff9800;
    font-weight: 700;
    margin-left: 30px;
    margin-bottom: 20px;
}
.admistion-form4 h1 {
    font-family: 'Open Sans';
    font-size: 28px;
    color: #0c4a98;
    font-weight: 700;
    margin-left: 30px;
    margin-bottom: 20px;
}
.eligibility h1 {
    font-family: 'Open Sans';
    font-size: 38px;
    color: #ff9800;
    font-weight: 700;
    margin-left: 16px;
    margin-bottom: 20px;
}
.link {
    width: 100%;
    float: left;
}
.sidelink li:last-child {
    border: none;
}
/*16/5/18*/
.sitebar {
    width: 100%;
    background: #e8e8e8;
    float: left;
    padding: 5px 0;
    margin-top: 30px;
    margin-bottom: 30px;
}
.sitebar ul {
    list-style: none;
    float: left;
}
.sitebar ul li {
    padding: 5px 10px;
    width: 100%;
    float: left;
}
.sitebar ul li a {
    background: #ffffff;
    width: 100%;
    float: left;
    padding: 12px 5px;
    color: #5a5a5a;
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 400;
}
.sitebar ul li a i {
    float: right;
}
.sitebar ul li a {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;

}
.sitebar ul li a:hover {
    padding-left: 11px;

}
.sitebar h2 {
    color: #0d47a1;
    font-family: 'open sans';
    font-size: 19px;
    font-weight: 700;
    padding: 6px 0;
    margin-left: 10px;
}
.procedure img {
    width: 11px;
    height: 11px;
    position: relative;
    margin-left: 27px;
    margin-top: 22px;
    margin-bottom: -29px;
}
.procedure1 img {
    width: 11px;
    height: 11px;
    position: relative;
    margin-left: 15px;
    margin-top: 13px;
    margin-bottom: -29px;
}
/*Admisstion style sheet end*/

/*canteen  style sheet start*/
.admission_procedure p {
    font-family: 'open sans';
    color: #444;
    font-size: 14px;
    margin-left: 30px;
    line-height: 25px;
}
.canteen h1 {
    font-family: 'Open Sans';
    font-size: 38px;
    color: #ff9800;
    font-weight: 700;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: -7px;
}
.canteen-img {
    margin-left: 20px;
}
.col1 {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.col1 img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.col1 img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*canteen style sheet end*/

/*syllabus  style sheet start*/
.proceduree i {
    position: relative;
    left: 32px;
    top: 19px;
    color: #0c4a98;
    font-size: 21px;
}
.admission_proceduree li {
    /* color: #444; */
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 25px;
    text-decoration: none;
    padding: 0px 0px 0px 35px;
    margin-left: 34px;
    position: relative;
    list-style: none;
    margin-top: -5px;
}
.admission_proceduree h1 {
    font-family: 'Open Sans';
    font-size: 38px;
    color: #ff9800;
    font-weight: 700;
    margin-left: 30px;
    margin-bottom: 20px;
}
.admission_proceduree h2 {
    margin-bottom: -1px;
    padding-left: 30px;
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: 700;
    color: #0c4a98;
    margin-top: 30px;
}
.admission_proceduree {
    border-left: 1px dotted #dedede;
    margin-top: 30px;
    margin-bottom: 30px;
}
.proceduree li a {
    color: #444;
    font-size: 14px;
}
.under h1 {
    font-family: 'Open Sans';
    font-size: 30px;
    font-weight: 700;
    color: #0c4a98;
    margin-bottom: 30px;
    margin-top: 30px;
}
.under img {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

/*sylabus style sheet endt*/
/*achivment style sheet start*/
.achivment h2 {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-align: center;
    color: #782410;
    margin-top: 5px;
    margin-bottom: 13px;
}
.achivment p {
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: #5e5e5e;
    line-height: 25px;
}

.achivment img {
    width: 92% !important;
    margin: 0 auto;
    float: none;
    display: block;
    padding: 11px 0;
}
.achivment h2 {
    position: relative;
}
.achivment h2:before {
    content: '';
    position: absolute;
    background-color: #ff8a00;
    width: 54px;
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    bottom: -19px;
}
.facilities-img a {
    font-family: 'Open Sans', sans-serif;
    background-color: #e8e8e8;
    color: #782410;
    font-size: 18px;
    font-weight: 600;
    float: left;
    position: relative;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    height: 43px;
    line-height: 1px;
}

/*.n-preview {*/
/*    background: url(../images/sprite-icon.png) no-repeat 1px -154px;*/
/*    width: 32px;*/
/*    height: 32px;*/
/*    background-color: #782410;*/
/*    display: inline-block;*/
/*}*/
.n-preview {
    background-image: url('https://kemsjnp.org/new/uploads/images/sprite-icon.png');
    background-repeat: no-repeat;
    background-position: -1px -154px; /* This targets the < icon */
    width: 32px;
    height: 32px;
    display: inline-block;
           background-color: #782410;

}

/*.n-next {*/
/*    background: url(../images/sprite-icon.png) no-repeat -2px -190px;*/

/*    width: 32px;*/
/*    height: 32px;*/
/*    background-color: #782410;*/
/*    display: inline-block;*/
/*}*/
.n-next {
      display: inline-block;
      width: 32px;
      height: 32px;
      background-image: url('https://kemsjnp.org/new/uploads/images/sprite-icon.png');
      background-repeat: no-repeat;
      background-position: -2px -192px;
       background-color: #782410;
    }





.n-preview:hover {
    cursor: pointer;
}
.n-next:hover {
    cursor: pointer;
}
.n-navigation {
    position: relative;
    width: 100px;
    float: none;
    margin: 30px auto 0;
    display: block;
}
/*achivment style sheet endt*/
/*about us start*/
.location {
    background: #f5f5f5;
}
.section-heading.text-left:before {
    left: 50px !important;
}
.map {
    border: 1px solid #e6e6e6;

}
/*about us start*/
.course-feature {
    background: #782410;
    width: 100%;
}
.feature-main {
    padding: 20px;
    color: #fff;
}
.course-feature h4 {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    position: relative;
}
.single-feature {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.22);
}

.feature-main h4:before {
    background: #f98018;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    z-index: 99;
}
.label a{
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
}
.withdrawal {
    color: #782410;
    font-size: 24px;
    margin-bottom: 16px;
    font-family: 'roboto', sans-serif;
    font-weight: 600;

}
.about-section b {
    font-style: italic;
    letter-spacing: .5;
}
.table thead {
    background: #782410;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.table tbody td{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #444;
}
/*admission procidure end*/
/*tc start*/
.tc {
    column-count: 3;
}
.tc li:before {
    content: "\f2c0";
    position: absolute;
    top: 0px;
    color: #782410;
    font-family: 'FontAwesome';
    left: -13px;
}
.tc li {
    position: relative;
    list-style: none;
    padding: 0 0 0 19px;
    margin: 15px;
}
.tc li a {
    color: #232323;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
}
/*tc end*/

/*search bar start*/

.search_cont {
    position: relative;
    float: right;
    background-color: #f0be0a;
}
.search_bar {
    display: block;
    width: 33px;
    height: 44px;
    float: right;
    cursor: pointer;
    position: relative;
}
.search_bar span:first-child {
    width: 15px;
    height: 15px;
    display: block;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 14px;
    opacity: 1;
}
.search_bar span:nth-child(2) {
    width: 8px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    z-index: 10;
    top: 28px;
    left: 19px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search_bar span:nth-child(3) {
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    z-index: 10;
    top: 23px;
    left: 6px;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0;
}
.search_box {
    width: 400px;
    height: 40px;
    background-color: #fff;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
}
.search_input_cont input[type=text] {
    width: 100%;
    height: 40px;
    text-indent: 5px;
    border: none;
}
.search_input_cont input[type=submit] {
    width: 80px;
    height: 40px;
    background-color: #f0be0a;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.search_input_cont input[type=submit]:hover {
    background-color: #782410;
    color: #fff;
}
.close_search .search_bar span:nth-child(1) {
    opacity: 0;
}
.search_bar span {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.close_search .search_bar span:nth-child(2) {
    width: 20px;
    top: 23px;
    left: 7px;
}
.close_search .search_bar span:nth-child(3) {
    opacity: 1;
}
.loca {
    width: 100%;
    display: flex;
    min-height: 251px;
    justify-content: center;
    flex-direction: column;
}
#gallery li {
list-style: none;
}

#gallery .single-course {
    margin-top: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#gallery li:nth-child(1) .col-lg-4, #gallery li:nth-child(2) .col-lg-4, #gallery li:nth-child(3) .col-lg-4 {
    margin-top: 0px;
}
#gallery li .col-lg-4 {
    margin-top: 30px;
}
/*end*/
.borderless td, .borderless th {
   border: none !important;
   padding: 8px 0 !important;
}
.borderless tbody td {
    font-weight: 600 !important;
}
.table tbody td {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #212121;
}
.result-table .form-group {
	position: relative !important;
}
.no-data-found {
	text-align: center;
    background: #ec1000;
    padding: 10px;
    color: #ffffff;
    margin-top: 30px;
}
.print-logo {
	width: auto;
    margin: 50px auto;
    display: none;
}
.text-btn {
	text-align: center;
}
#print_btn {
	color: #fff;
    background-color: #f0be0a;
    border-color: #f0be0a;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0;
    padding: 10px;
    width: 185px;
}
input:focus, button:focus {
	border: none;
	outline: none !important;
}
 @media print {
    .print-this-page .header, .print-this-page .top-header-bar, .print-this-page .menu-wrapper, .print-this-page .inner-page-banner, .print-this-page .section-heading, .print-this-page .ug-programme, .print-this-page .resule-time-table-form, .print-this-page .submit-btn, .print-this-page #print_btn, .print-this-page .mainfooter {
		display: none;
	}
	.print-this-page .print-logo {
		display: block;
	}
}

.no-result-display {
    /* background: #f0f0f0; */
    width: 100%;
    display: block;
    float: left;
    padding: 100px 0;
}
.no-result-display-image {
    width: 480px;
    margin: 0px auto;
    display: block;
    background: #f9f1d3;
    text-align: center;
    font-size: 35px;
    border: 10px solid #f1e7c4;
    padding: 69px 20px;
    line-height: 43px;
}
.table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 2px solid #ddd;
}


