* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
ol,
ul {
    list-style: none;
}
blockquote {
    quotes: none;
}
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}
del {
    text-decoration: line-through;
}
header,
section,
article,
aside,
nav,
footer,
address {
    display: block;
}
body {
    font-family: "open_sansregular", Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #333;
    overflow-x: hidden;
    min-width: 320px;
}
input,
textarea,
select {
    font-family: "open_sansregular", Arial, Helvetica, sans-serif;
}
p {
    line-height: 1.6em;
}
br.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.thumb {
    display: block;
}
.thumb img {
    display: block;
    width: 100%;
}

.btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    cursor: pointer;
    color: #fff;
    margin-right: 6%;
    font-size: 16px;
}

.btn:hover {
    color: #ddd;
}

.btn.active {
    background-color: #666;
    color: #feb332;
    font-size: 16px;
}
#gallery #lightgallery a {
    display: block;
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
}
a:hover,
[type="submit"]:hover {
    filter: alpha(opacity = 85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
}
.wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}
.header-wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 1287px;
}
@font-face {
    font-family: "open_sanssemibold";
    src: url("../fonts/opensans-semibold-webfont.woff2") format("woff2"), url("../fonts/opensans-semibold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "open_sansregular";
    src: url("../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "open_sanslight";
    src: url("../fonts/opensans-light-webfont.woff2") format("woff2"), url("../fonts/opensans-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "open_sansextrabold";
    src: url("../fonts/opensans-extrabold-webfont.woff2") format("woff2"), url("../fonts/opensans-extrabold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "open_sansbold";
    src: url("../fonts/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/opensans-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
html {
    overflow-x: hidden;
}
span.mobile-menu-icon,
.mobile-menu-close-icon,
div.mobile-menu {
    display: none;
}

header {
}
header span.menu-icon,
span.menu-close-icon,
div.mobile-menu-right {
    display: none;
}
header #top {
    background-color: #000;
}
header #top div {
    padding: 6px 0;
    color: #fff;
}
div.mobile-menu ul li.line {
    padding-left: 10px;
    line-height: 2;
}
div.mobile-menu ul li.line a {
    font-size: 12px;
}
header #top div a {
    font-size: 14px;
    color: #fff;
    margin: 3px 0;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
li.pdf {
    position: absolute;
    right: 67px;
    top: 26px;
    float: left;
    margin-right: 20%;
    margin-bottom: 5%;
    box-sizing: border-box;
    font-weight: bold;
    border: none;
}
li.pdf a {
    color: #000;
    font-size: 18px;
}
li.pdf i {
    color: red;
    margin-right: 7px;
}
li.pdf:last-child {
    margin-right: 0;
}
div.box ul li.pdf {
    border: none;
}
div.box ol li {
    border: unset;
}
div.box ol li ol li {
    padding-left: 4%;
}
div.mobile-menu ul li ul.sub-list {
    display: none;
}
#bottom {
    padding: 5px 0;
}
#bottom .bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#bottom div.left {
    width: 100px;
}
#bottom div.left h1 {
}
#bottom div.left h1 a {
    display: block;
}
#bottom div.left h1 a img {
    width: 100%;
    display: block;
    height: 100%;
}
#bottom div.right {
    width: 75%;
}
#bottom div.right nav {
    float: right;
}
#bottom div.right nav ul {
    float: left;
    z-index: 9999;
}
#bottom div.right nav ul li {
    float: left;
    margin-right: 42px;
}
#bottom div.right nav ul li:hover,
#bottom div.right nav ul li a:hover {
    color: #feb331;
    cursor: pointer;
}
#bottom div.right nav ul li:last-child {
    margin-right: 0;
}
#bottom div.right nav ul li,
#bottom div.right nav ul li a {
    color: #707070;
}
#bottom div.right nav ul li.dropdown ul.dropdown-content li a {
    font-size: 15px;
}
#bottom div.right nav ul li.dropdown ul.fac {
    /*    width: 95%;*/
}

#spotlight {
    background-size: cover;
    position: relative;
    /* height: 100vh; */
}
#spotlight .overlay {
    padding: 12% 23%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
#spotlight .overlay .content-box {
}
#spotlight .overlay .content-box h1 {
    font-family: "open_sansregular";
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
}
#spotlight .overlay .content-box h1 b {
    font-weight: 700;
    font-size: 60px;
    text-transform: uppercase;
}
#spotlight .overlay a {
    background-color: #feb331;
    padding: 4px 20px;
    color: #fff;
    display: inline-block;
    margin-top: 3%;
}
#scrol {
    background: beige;
    padding: 9px 0;
}
#scrol .marquee {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    font-size: 17px;
    font-family: "open_sansregular";
    color: red;
}
#about {
    text-align: center;
    padding: 40px 0;
}
#about h1 {
    font-family: "open_sanssemibold";
    font-size: 38px;
}
#about h1 span {
    border-bottom: 3px solid #000;
}
#about p {
    margin: 14px 0 14px 0;
    font-size: 16px;
    line-height: 1.9em;
}
#about a {
    background-color: #feb331;
    padding: 3px 15px;
    color: #fff;
    display: inline-block;
}
#principal {
    padding: 2% 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#principal .inner-module {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#principal .inner-module .left {
    width: 25%;
}
#principal .inner-module .left div.img {
    border-radius: 0 40px 0 40px;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#principal .inner-module .left img {
    width: 100%;
    height: 100%;
    display: block;
}
#principal .inner-module .right {
    width: 65%;
}
#principal .inner-module .right .top-box {
    margin-bottom: 15px;
}
#principal .inner-module .right .top-box p span {
    display: inline-block;
}
#principal .inner-module .right .top-box p span.right {
    float: right;
}
#principal h4 {
    font-weight: bold;
}
#principal .inner-module .right .top-box p span.right {
    float: right;
    width: 0;
}
#principal .inner-module .right .top-box p.al-quote {
    width: 90%;
    margin: 0 auto;
}
#principal .inner-module .right .bottom-box {
    width: 90%;
    margin: 0 auto;
}
#news {
    padding: 40px 0;
    background: #eee;
}
#news h1 {
    font-family: "open_sanssemibold";
    font-size: 25px;
    margin-bottom: 2%;
}
#news h1 span {
    border-bottom: 2px solid #feb330;
    display: inline-block;
}
#news div.container {
    position: relative;
}
#news div.container ul {
    display: flex;
}
#news div.container ul li {
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
#news div.container ul li div.outer-module {
}
#news div.container ul li div.outer-module div.top {
    height: 208px;
    overflow: hidden;
}
#news div.container ul li div.outer-module div.top img {
    display: block;
    width: 100%;
    height: 100%;
}
#news div.container ul li div.outer-module div.bottom {
    text-align: center;
    position: relative;
    padding: 25px 9px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#news div.container ul li div.outer-module div.bottom div.date-box {
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 45%;
    padding: 3px;
    background: #feb330;
}
#news div.container ul li div.outer-module div.bottom div.date-box span {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
#news div.container ul li div.outer-module div.bottom p {
    margin-bottom: 3%;
    text-align: justify;
}
#news div.container ul li div.outer-module div.bottom a.button {
    background: #feb330;
    color: #fff;
    padding: 4px 9px;
    display: inline-block;
    font-size: 14px;
}
#news .owl-carousel .owl-dots.disabled {
    display: none;
}
#news .owl-carousel .owl-nav.disabled {
    display: block;
    position: absolute;
    right: 0;
    top: -50px;
    display: none;
}
#news .owl-carousel .owl-nav.disabled button span {
    display: inline-block;
    padding: 6px 18px;
    background: #aba8a5;
    margin-right: 10px;
}
#courses {
    padding: 40px 0;
}
#courses h1 {
    font-family: "open_sanssemibold";
    font-size: 30px;
    margin-bottom: 2%;
}
#courses h1 span {
    border-bottom: 2px solid #feb330;
    display: inline-block;
}
#courses div.container {
    text-align: center;
}
#courses div.container ul {
    float: left;
}
#courses div.container ul li {
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

#courses div.container ul li div.cards {
}
#courses div.container ul li div.cards div.top-image {
}
#courses div.container ul li div.cards div.top-image img {
    width: 100%;
    height: 100%;
    display: block;
}
#courses div.container ul li div.cards div.bottom-content {
    padding: 3%;
}
#courses div.container ul li div.cards div.bottom-content h2 {
    font-size: 20px;
}
#courses div.container ul li div.cards div.bottom-content div.under {
    display: flex;
    align-items: center;
    width: 70%;
    margin: 0 auto;
}
#courses div.container ul li div.cards div.bottom-content div.under span.l1 {
    float: left;
    width: 33.33%;
    display: block;
}
#courses div.container ul li div.cards div.bottom-content span.left {
    height: 3px;
    background: #707070;
}
#courses div.container ul li div.cards div.bottom-content span.right {
    height: 3px;
    background: #707070;
}
#courses div.container ul li div.cards div.bottom-content span.middle {
    background: #feb330;
    height: 8px;
    border-radius: 12px;
}
#courses div.container ul li div.cards div.bottom-content div.description {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#courses div.container ul li div.cards div.bottom-content div.description p {
    color: #707070;
    font-size: 12px;
}
#courses .owl-carousel button.owl-dot {
    display: none;
}
#courses .owl-carousel .owl-nav {
    display: block;
    position: absolute;
    right: 0;
    top: -50px;
    display: none;
}
#courses .owl-carousel .owl-nav button.owl-next,
#courses .owl-carousel .owl-nav button.owl-prev {
    display: inline-block;
    padding: 6px 18px !important;
    background: #aba8a5;
    margin-right: 10px;
}

#courses-page {
    padding: 3% 0;
}
#courses-page section#ug-module {
    margin-bottom: 3%;
}
#courses-page section#pg-module {
    margin-top: 3%;
}
#promotion {
    padding: 40px 0px;
}
#promotion section.top {
}
#promotion h1 {
    font-family: "open_sanssemibold";
    font-size: 30px;
    margin-bottom: 2%;
}
#promotion h1 span {
    border-bottom: 2px solid #feb330;
    display: inline-block;
}
#promotion section.bottom {
}
#promotion section.bottom .icon {
    width: 190px;
    display: inline-block;
}
#promotion section.bottom .icon img {
    display: block;
    width: 100%;
}
div.subtitle-box {
    display: inline-block;
    margin-bottom: 2%;
}
div.subtitle-box h3 {
    font-weight: bold;
    font-size: 25px;
}
div.subtitle-box span {
    display: block;
    background: #feb332;
    height: 3px;
    width: 90%;
}
ul.common-course {
    margin-bottom: 6%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.common-course li {
    width: 30%;
    margin-bottom: 5%;
    text-align: center;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul.common-course li:nth-child(3n) {
    margin-right: 0;
}
ul.common-course li div.cards div.lower-part {
    padding: 4%;
}
ul.common-course li div.cards div.top-image img {
    width: 100%;
    height: 100%;
    display: block;
}
ul.common-course li div.cards div.bottom-content h2 {
    font-size: 20px;
}
ul.common-course li div.cards div.bottom-content div.under {
    width: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
ul.common-course li div.cards div.bottom-content div.under span.uline {
    width: 33.33%;
    display: block;
    height: 2px;
    background: #969090;
    float: left;
}
ul.common-course li div.cards div.bottom-content div.under span.uline.middle {
    height: 6px;
    background: #feb332;
    border-radius: 4px;
}
ul.common-course li div.cards div.description {
    color: #545454;
    font-weight: bold;
}
ul.common-course li div.cards div.lower-module {
    margin-top: 20px;
}
ul.common-course li div.cards div.lower-module div.outer-line {
    border: 2px solid #feb332;
    width: 90%;
    margin: 0 auto;
}
ul.common-course li div.cards div.lower-module .outer-line .content-box {
    position: relative;
    padding: 10% 0;
}
ul.common-course li div.cards div.lower-module .outer-line .content-box h4 {
    position: absolute;
    top: -12px;
    background: #fffdfd;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 53%;
    color: #737373;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
ul.common-course li div.cards div.lower-module .outer-line .content-box p {
    background: #fffefe;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    color: #8a8a8a;
    text-align: center;
}
ul.common-course li div.cards div.bottom-content {
}

/*styles for course page ends here*/
#courses-section {
    padding: 40px 0;
    background: #eee;
    text-align: center;
}
#courses-section h1 {
    font-family: "open_sanssemibold";
    font-size: 30px;
    margin-bottom: 2%;
    text-align: left;
}
#courses-section h1 span {
    border-bottom: 2px solid #feb330;
    font-size: 27px;
}
#courses-section .courses-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#courses-section .courses-box .course-widget {
    width: 32%;
    box-shadow: 0px 9px 20px rgb(0 0 0 / 6%);
    padding: 20px;
    background: #ffffff;
    margin-bottom: 2%;
    margin-right: 2%;
    text-align: left;
}
#courses-section .courses-box .course-widget:last-child,
#courses-section .courses-box .course-widget:nth-child(3n) {
    margin-right: 0;
}
#courses-section .courses-box .course-widget img {
    width: 100%;
}
#courses-section .courses-box .course-widget h4 {
    font-family: "open_sanssemibold";
    font-size: 18px;
    margin: 15px 0 7px;
}
#courses-section .courses-box .course-widget p {
    font-family: "open_sansregular";
    font-size: 14px;
    margin: 0;
    color: #cbcbcb;
}
#courses-section a.button {
    text-align: center;
    background: #feb330;
    color: #fff;
    padding: 3px 15px;
    display: inline-block;
}
@media all and (max-width: 980px) {
    #courses-section .courses-box .course-widget {
        width: 49%;
    }
    #courses-section .courses-box .course-widget:nth-child(3n) {
        margin-right: 2%;
    }
    #courses-section .courses-box .course-widget:last-child,
    #courses-section .courses-box .course-widget:nth-child(2n) {
        margin-right: 0;
    }
}
@media all and (max-width: 480px) {
    #courses-section .courses-box .course-widget {
        width: 100%;
    }
    #courses-section .courses-box .course-widget {
        margin-right: unset;
    }
}


/* events  */
#events {
    padding: 40px 0;
    background: #eee;
}
#events h1 {
    font-family: "open_sanssemibold";
    font-size: 25px;
    margin-bottom: 2%;
}
#events h1 span {
    border-bottom: 2px solid #feb330;
    display: inline-block;
}
#events div.container {
    position: relative;
    text-align: center;
}
#events div.container ul {
    display: flex;
    flex-wrap: wrap;
    /* justify-content:space-between; */
}
#events div.container ul li {
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-bottom: 2%;
    margin-right: 2%;
    text-align: left;
    padding: 20px;
    width: 31%;
}
#events div.container ul li div.outer-module {
}
#events div.container ul li div.outer-module div.top {
    height: 208px;
    overflow: hidden;

}
#events div.container ul li div.outer-module div.top img {
    display: block;
    width: 100%;
    height: 100%;
}
#events div.container ul li div.outer-module div.bottom {
    text-align: left;
    position: relative;
    padding: 25px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
}
#events div.container ul li div.outer-module div.bottom h3{
    font-family: "open_sanssemibold";
    font-size: 18px;
    margin-bottom: 2%;
}
#events div.container ul li div.outer-module div.bottom div.date-box {
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 45%;
    padding: 3px;
    background: #feb330;
}
#events div.container ul li div.outer-module div.bottom div.date-box span {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
#events div.container ul li div.outer-module div.bottom p {
    margin-bottom: 3%;
    text-align: justify;
}
#events div.container ul li div.outer-module div.bottom a.button {
    background: #feb330;
    color: #fff;
    padding: 4px 9px;
    display: inline-block;
    font-size: 14px;
}
#events div.container a.button {
    text-align: center;
    background: #feb330;
    color: #fff;
    padding: 3px 15px;
    display: inline-block; 
}

/* view_more */
#view-more {
    padding: 40px 0;
    background: #eee;
}
#view-more h1 {
    font-family: "open_sanssemibold";
    font-size: 25px;
    margin-bottom: 2%;
}
#view-more h1 span {
    border-bottom: 2px solid #feb330;
    display: inline-block;
}
#view-more div.container {
    position: relative;
}
#view-more div.container ul {
    display: flex;
    flex-wrap: wrap;
    /* justify-content:space-between; */
}
#view-more div.container ul li {
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-bottom: 2%;
    margin-right: 2%;
    text-align: left;
    padding: 20px;
    width: 31%;
}
#view-more div.container ul li div.outer-module {
}
#view-more div.container ul li div.outer-module div.top {
    height: 208px;
    overflow: hidden;

}
#view-more div.container ul li div.outer-module div.top img {
    display: block;
    width: 100%;
    height: 100%;
}
#view-more div.container ul li div.outer-module div.bottom {
    text-align: left;
    position: relative;
    padding: 25px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
}
#view-more div.container ul li div.outer-module div.bottom h3{
    font-family: "open_sanssemibold";
    font-size: 18px;
    margin-bottom: 2%;
    

}
#view-more div.container ul li div.outer-module div.bottom div.date-box {
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 45%;
    padding: 3px;
    background: #feb330;
}
#view-more div.container ul li div.outer-module div.bottom div.date-box span {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
#view-more div.container ul li div.outer-module div.bottom p {
    margin-bottom: 3%;
    text-align: justify;
}
#view-more div.container ul li div.outer-module div.bottom a.button {
    background: #feb330;
    color: #fff;
    padding: 4px 9px;
    display: inline-block;
    font-size: 14px;
}
#gallery {
    text-align: center;
    padding: 40px 0;
    background: #eee;
}
#gallery h1 {
    font-family: "open_sanssemibold";
    font-size: 30px;
    margin-bottom: 1%;
    text-align: left;
}
#gallery h1 span {
    border-bottom: 2px solid #feb330;
    font-size: 27px;
}
#gallery #lightgallery {
    margin-bottom: -1%;
    display: inline-block;
}

#gallery #lightgallery a {
    display: block;
    width: 24.25%;
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
}
#gallery #lightgallery a img {
    display: block;
    width: 100%;
    height: 100%;
}
#gallery #lightgallery a:nth-child(4n) {
    margin-right: 0;
}
#gallery a.button {
    text-align: center;
    background: #feb330;
    color: #fff;
    padding: 3px 15px;
    display: inline-block;
}
#contact {
}
#contact #top {
    background: #000;
    color: #fff;
}
#contact #top section.wrapper.underline {
    padding: 20px 0;
}

#contact #top .item {
    width: 32%;
    float: left;
    display: inline-block;
}
#contact #top .item h1 {
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 17px;
}
#contact #top .item1 {
}
#contact #top .item1 a {
    text-transform: uppercase;
    font-size: 12px;
}
#contact #top .item nav {
    display: inline-block;
}
#contact #top .item nav ul {
    float: left;
    width: 100%;
}
#contact #top form {
}
#contact #top form input {
    color: #fff;
    padding: 6px 10px;
    background: #7c7e80;
    margin-bottom: 10px;
    border: none !important;
    width: 85%;
}
#contact #top form input::placeholder {
    color: #fff;
}
#contact #top form .but {
    background-color: #feb331;
    padding: 3px 15px;
    color: #fff;
    display: inline-block;
    width: 30%;
}

#contact #top .item3 span {
    display: inline-block;
}
#contact #top .item3 a {
    display: block;
    color: #fff;
}
#contact #top .item3 a b {
    font-size: 14px;
    color: #fff;
    margin: 3px 0;
    display: inline-block;
    width: 84%;
    margin-left: 5px;
    vertical-align: middle;
}

#contact #top .item4 {
    width: 25%;
}
#contact #top .item div.social {
    display: flex;
    justify-content: space-between;
    width: 40%;
    text-align: center;
}
#contact #top div.item a span.icon {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    line-height: 30px;
}
#contact #top .underline {
    border-bottom: 2px solid #707070;
}
#contact #bottom {
    text-align: center;
    font-size: 12px;
    background: #000;
    color: #fff;
}
#contact #bottom a {
    color: #fff;
}

#contact #bottom p.two {
    display: none;
}
#contact #top a.tal {
    color: #fff;
}
#contact #top a.social {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
#contact #top a {
    color: #fff;
}

/*Style for Aboutus page Start here*/

.dropdown {
    position: relative;
}
ul.dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    display: none;
    padding: 25px 0;
}
.dropdown-content li {
    width: 115px;
    text-align: center;
    background: #fff;
    padding: 12px;
}
/*.dropdown:hover .dropdown-content{
    display: block;
}*/
.dropdown-content li.line {
    border-top: 1px solid #feb330;
}

/*About page*/

#about-about {
    padding: 40px 0 30px;
}
#about-about .flx-bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#about-about div.left {
    width: 29%;
    margin-right: 3%;
}
#about-about div.left img {
    display: block;
    width: 100%;
}
#about-about div.right {
    width: 68%;
}
#about-about div.right h3 {
    font-family: "open_sanssemibold";
    margin-bottom: 3%;
    font-size: 24px;
}
#about-about div.right h3 span {
    border-bottom: 3px solid #fdb607;
}

#about-about div.right p {
    font-family: "open_sanslight";
    text-align: justify;
    font-size: 14px;
    margin-bottom: 10px;
}
#about-vision ul {
    padding-top: 30px;
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #9e9e9e;
}
#about-vision ul li {
    width: 45%;
}
#about-vision ul li h3 {
    font-family: "open_sanssemibold";
    font-size: 24px;
    border-left: 3px solid #feb332;
    padding-left: 5%;
    margin-bottom: 5%;
}
#about-vision ul li div.container {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
#about-vision ul li div.container div.thumb {
}
#about-vision ul li div.container p {
    font-family: "open_sanslight";
    text-align: justify;
    padding: 6%;
    font-size: 14px;
}
#about-vision {
    padding: 0 0 30px;
}

/*Style for Aboutus page end here*/

/*Style for campus page Start here*/
#Campus-Life {
    text-align: center;
    padding: 3% 0;
}
#Campus-Life p {
    margin-bottom: 3%;
}
#Campus-Life h1 {
    margin-bottom: 2%;
    font-size: 27px;
    border-bottom: 2px solid #feb330;
    display: inline-block;
}

#Campus-Life h1 span {
    border-bottom: 2px solid #fdb330;
}
#gallery h1.gal {
    text-align: center;
}
#gallery .main {
    background: #000;
}
#gallery .nxt {
}
#gallery .nxt nav {
    float: left;
}
#gallery .nxt ul {
    float: left;
}
#gallery .nxt ul li {
    float: left;
    margin-right: 100px;
}
#gallery .nxt ul li a {
    display: block;
    color: #fff;
    font-size: 12px;
}

div.tab-frame input {
    display: none;
}
div.tab-frame label {
    display: block;
    float: left;
    padding: 5px 10px;
    cursor: pointer;
}
div.tab-frame input:checked + label {
    background: black;
    color: white;
    cursor: default;
}
div.tab-frame div.tab {
    display: none;
    padding: 5px 10px;
    clear: left;
}

div.tab-frame input:nth-of-type(1):checked ~ .tab:nth-of-type(1),
div.tab-frame input:nth-of-type(2):checked ~ .tab:nth-of-type(2),
div.tab-frame input:nth-of-type(3):checked ~ .tab:nth-of-type(3) {
    display: block;
}

#gallery #lightgal {
    margin-bottom: -1%;
    display: inline-block;
}

#gallery #lightgal a {
    display: block;
    width: 24.25%;
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
}
#gallery #lightgal a img {
    display: block;
    width: 100%;
    height: 100%;
}
#gallery #lightgal a:nth-child(4n) {
    margin-right: 0;
}
/* Style the list */

ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* Float the list items side by side */

ul.tab li {
    float: left;
}

/* Style the links inside the list items */

ul.tab li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of links on hover */

ul.tab li a:hover {
    color: #feb330;
}

/* Create an active/current tablink class */

/* Style the tab content */

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #0099ff;
    border-top: none;
    color: blue;
    -webkit-animation: fadeEffect 1.25s;
    animation: fadeEffect 1.25s;
    /* Fading effect takes 1 second */
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*Style for campus page end here*/

/*styles for admission page starts here*/

#admission-page .admission-top {
    text-align: center;
    padding: 3% 0;
}
#admission-page .accordings .outer-module {
    border: 1px solid #7d7d7d;
    padding: 10px 20px;
    display: inline-block;
    position: relative;
}
#admission-page .admission-top div.content-box p a {
    color: red;
}

#admission-page .accordings .outer-module button {
}
#admission-page .accordings .outer-module button h3 {
    width: 300px;
    text-align: left;
}
#admission-page .accordings .outer-module button h3,
span {
}
#admission-page .accordings .outer-module .inner-module {
    position: absolute;
    left: 0;
    top: 0;
    width: 1000px;
    background: #fff;
    border: 1px solid;
    padding: 10px 20px;
    display: none;
}
#admission-page .accordings .outer-module .inner-module div.top h3 {
}
#admission-page .accordings .outer-module .inner-module div.top span {
    display: inline-block;
    background: red;
    padding: 5px;
}
#admission-page .accordings .outer-module .inner-module div.bottom p {
}
#admission-page .admission-bottom {
    text-align: left;
    padding: 3% 0;
}
#admission-page .admission-bottom p {
    margin-bottom: 1%;
}
/*styles for admission page ends here*/

/*----------(Faculties_page)----------*/

#faculties-page {
    padding: 3% 0 0;
}
#faculties-page .main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /* float: left; */
}
#faculties-page ul li {
    float: left;
    margin-right: 8%;
    width: 28%;
    margin-bottom: 8%;
    position: relative;
}
#faculties-page ul li:nth-child(3n) {
    margin-right: 0;
}
#faculties-page ul li:last-child {
    margin-right: 0;
}
#faculties-page ul li div.card {
}
#faculties-page ul li div.card div.top {
    margin-bottom: 8%;
    text-align: center;
}
#faculties-page ul li div.card div.top h3 {
    font-family: "open_sanslight";
}
#faculties-page ul li div.card div.top span {
    display: block;
    width: 55%;
    height: 2px;
    background: #fdb607;
    margin: 0 auto;
}
#faculties-page ul li div.card div.border {
    box-shadow: 1px 4px 4px 0 rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding-bottom: 5%;
    border-radius: 0% 0% 3% 3%;
    -webkit-border-radius: 0% 0% 3% 3%;
}
#faculties-page ul li div.card div.border div.content {
    padding: 10% 10%;
}

#faculties-page ul li div.card div.border div.content div.thumb {
    border: 4px solid #fdb607;
    margin-bottom: 3%;
    width: 70%;
    margin: 0 auto;
}
#faculties-page ul li div.card div.border div.content div.thumb img {
    height: 100%;
}
#faculties-page ul li div.card div.border div.content div.bottom {
    margin-top: 8%;
    text-align: center;
}
#faculties-page ul li div.card div.border div.content div.bottom h4 {
    font-family: "open_sanslight";
    color: #d32f2f;
}
#faculties-page ul li div.card div.border div.content div.bottom p {
    font-family: "open_sansregular";
    margin-bottom: 8%;
    font-size: 14px;
}
#faculties-page ul li div.card div.border div.content div.bottom div.container {
    padding: 3% 11%;
}

#faculties-page ul li div.card div.border div.content div.bottom div.container div.left {
    border-right: 3px solid #000;
    padding-right: 6%;
    width: 50%;
}
#faculties-page ul li div.card div.border div.content div.bottom div.container div.left h5 {
    font-family: "open_sansregular";
    font-size: 12px;
    margin-bottom: 8%;
}
#faculties-page ul li div.card div.border div.content div.bottom div.container div.left p {
    font-family: "open_sansregular";
    font-size: 12px;
}
#faculties-page ul li div.card div.border div.content div.bottom div.container div.right {
    width: 50%;
    padding-left: 4%;
}
#faculties-page ul li div.card div.border div.content div.bottom div.container div.right h5 {
    font-family: "open_sansregular";
    font-size: 12px;
    margin-bottom: 8%;
}
#faculties-page ul li div.card div.border div.content div.bottom div.container div.right p {
    font-family: "open_sansregular";
    font-size: 12px;
}
#faculties-page ul li div.card div.border div.link {
    text-align: right;
}
#faculties-page ul li div.card div.border div.link a.button {
    font-family: "open_sansregular";
    display: inline-block;
    padding: 3% 4% 3% 9%;
    background: #fdb607;
    color: #fff;
    font-size: 12px;
    border-radius: 26px 0 0;
}
#faculties-page ul li div.achieve-overlay {
    padding-top: 3%;
    background: #a0a0a0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    cursor: pointer;
    display: none;
    color: #fff;
}
#faculties-page ul li div.achieve-overlay div.top {
    margin-bottom: 3%;
}
#faculties-page ul li div.achieve-overlay div.top span.head {
    display: inline-block;
    padding: 2% 8% 2% 4%;
    background: #fff;
    border-radius: 0 33px 0 0;
    -webkit-border-radius: 0 33px 0 0;
}
#faculties-page ul li div.achieve-overlay div.top span.head h4 {
    font-family: "open_sansregular";
    font-size: 15px;
    color: #d6a945;
}
#faculties-page ul li div.achieve-overlay div.content {
}
#faculties-page ul li div.achieve-overlay div.content p {
    padding: 0% 6% 3%;
    font-size: 12px;
    text-align: justify;
}
/*-------------(staff-page)----------*/

#staff-page {
    padding: 3% 0;
}
#staff-page div.department {
}
#staff-page div.department div.title {
    margin-bottom: 2%;
}
#staff-page div.department div.title h3 {
    font-family: "open_sanslight";
}
#staff-page div.department div.title span {
    border-bottom: 2px solid #fdb607;
    width: 14%;
    height: 2px;
    background: #fdbf39;
    display: block;
}

#staff-page div.department ul {
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
    /* float: left; */
}
#staff-page div.department ul li {
    float: left;
    margin-right: 8%;

    width: 28%;
    margin-bottom: 3%;
    position: relative;
}
#staff-page div.department ul li:nth-child(3n) {
    margin-right: 0;
}
#staff-page div.department ul li:last-child {
    margin-right: 0;
}
#staff-page div.department ul li div.card {
}

#staff-page div.department ul li div.card div.border {
    box-shadow: 1px 4px 4px 0 rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding-bottom: 5%;
    border-radius: 0% 0% 3% 3%;
    -webkit-border-radius: 0% 0% 3% 3%;
}
#staff-page div.department ul li div.card div.border div.content {
    padding: 10% 10%;
    height: auto !important;
}

#staff-page div.department ul li div.card div.border div.content div.thumb {
    border: 4px solid #fdb607;
    margin-bottom: 3%;
    width: 70%;
    margin: 0 auto;
}
#staff-page div.department ul li div.card div.border div.content div.thumb img {
    height: 100%;
}
#staff-page div.department ul li div.card div.border div.content div.bottom {
    margin-top: 8%;
    text-align: center;
}
#staff-page div.department ul li div.card div.border div.content div.bottom h4 {
    font-family: "open_sanslight";
    color: #d32f2f;
}
#staff-page div.department ul li div.card div.border div.content div.bottom p {
    font-family: "open_sansregular";
    margin-bottom: 8%;
    font-size: 14px;
}
#staff-page div.department ul li div.card div.border div.content div.bottom div.container {
    padding: 3% 11%;
}

#staff-page div.department ul li div.card div.border div.content div.bottom div.container div.left {
    border-right: 3px solid #000;
    padding-right: 6%;
    width: 50%;
}
#staff-page div.department ul li div.card div.border div.content div.bottom div.container div.left h5 {
    font-family: "open_sansregular";
    font-size: 12px;
    margin-bottom: 8%;
}
#staff-page div.department ul li div.card div.border div.content div.bottom div.container div.left p {
    font-family: "open_sansregular";
    font-size: 12px;
}
#staff-page div.department ul li div.card div.border div.content div.bottom div.container div.right {
    width: 50%;
}
#staff-page div.department ul li div.card div.border div.content div.bottom div.container div.right h5 {
    font-family: "open_sansregular";
    font-size: 12px;
    margin-bottom: 8%;
}
#staff-page div.department ul li div.card div.border div.content div.bottom div.container div.right p {
    font-family: "open_sansregular";
    font-size: 12px;
}
#staff-page div.department ul li div.card div.border div.link {
    text-align: right;
}
#staff-page div.department ul li div.card div.border div.link a.button {
    font-family: "open_sansregular";
    display: inline-block;
    padding: 3% 4% 3% 9%;
    background: #fdb607;
    color: #fff;
    font-size: 12px;
    border-radius: 26px 0 0;
}
#staff-page div.department ul li div.achieve-overlay {
    padding-top: 3%;
    background: #a0a0a0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    cursor: pointer;
    display: none;
}
#staff-page div.department ul li div.achieve-overlay div.top {
    margin-bottom: 3%;
    text-align: left;
}
#staff-page div.department ul li div.achieve-overlay div.top span.head {
    display: inline-block;
    padding: 2% 8% 2% 4%;
    background: #fff;
    border-radius: 0 33px 0 0;
    -webkit-border-radius: 0 33px 0 0;
}
#staff-page div.department ul li div.achieve-overlay div.top span.head h4 {
    font-family: "open_sansregular";
    font-size: 15px;
    color: #d6a945;
}
#staff-page div.department ul li div.achieve-overlay div.content {
}
#staff-page div.department ul li div.achieve-overlay div.content p {
    padding: 0% 6% 3%;
    font-size: 12px;
    text-align: justify;
    color: #fff;
}
#staff-page div.department ul li div.achieve-overlay div.content p span b {
    font-weight: bold;
}

#staff-page div.department ul li div.card div.top {
    margin-bottom: 8%;
    text-align: center;
}
#staff-page div.department ul li div.card div.top h3 {
    font-family: "open_sanslight";
}
#staff-page div.department ul li div.card div.top span {
    border-bottom: 2px solid #fdb607;
}

/*-----------Management-page-----------*/

#management-page {
    padding: 4% 0;
}
#management-page div.container {
    padding: 0 5%;
}
#management-page div.container div.top {
    text-align: center;
    margin-bottom: 5%;
    padding: 0 6%;
}
#management-page div.container div.top div.title {
}
#management-page div.container div.top div.title h3 {
    font-family: "open_sansregular";
    font-size: 24px;
    text-transform: capitalize;
}
#management-page div.container div.top div.title span {
    width: 13%;
    height: 2px;
    background: #fdbf39;
    display: block;
    margin: 0 auto;
}
#management-page div.container div.top div.content {
}
#management-page div.container div.cards {
}
#management-page div.container div.cards ul {
    display: block;
    float: left;
    margin-bottom: -3%;
}
#management-page div.container div.cards ul li {
    /* width: 31.33%; */
    margin-bottom: 3%;
    /* box-shadow: 8px 4px 4px 0 rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1); */
    box-sizing: border-box;
    float: left;
    margin-right: 3%;
    padding-bottom: 15px;
}
#management-page div.container div.cards ul li .thumb {
    width: 50%;
    margin: 0 auto;
}
#management-page div.container div.cards ul li:nth-child(3n) {
    margin-right: 0;
}
#management-page div.container div.cards ul li div.thumb {
    border: 7px solid #fdb607;
}
#management-page div.container div.cards ul li div.thumb img {
}
#management-page div.container div.cards ul li div.bottom {
    text-align: center;
}
#management-page div.container div.cards ul li div.bottom h5 {
    font-family: "open_sanssemibold";
    margin-top: 3%;
    color: #fe0606;
}
#management-page div.container div.cards ul li div.bottom h4 {
    font-family: "open_sansregular";
    color: #7b7b48;
}
#management-page div.container div.cards ul li div.bottom p {
    font-family: "open_sansregular";
    margin-top: 3%;
    font-size: 13px;
    padding: 0 4% 4%;
    text-align: justify;
    color: #868658;
}
#management-page div.container div.bottom-card {
    padding: 4% 8%;
}
#management-page div.container div.bottom-card ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#management-page div.container div.bottom-card ul li {
    width: 28%;
    padding: 1% 2%;
    text-align: center;
    box-shadow: 8px 4px 4px 0 rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
#management-page div.container div.bottom-card ul li h4 {
    font-family: "open_sanssemibold";
    font-size: 16px;
    color: #fe0606;
}
#management-page div.container div.bottom-card ul li h3 {
    font-family: "open_sanssemibold";
    font-size: 18px;
    color: #7b7b48;
}

/*Style for news page Start here*/

#news div.container ul li.ncard {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 5%;
}
#news div.container {
    /* */
}
#news div.container ul li.ncard:nth-child(3n) {
    margin-right: 0;
}
#news div.container ul li div.outer-module div.tg {
    border: 5px solid #fdb330;
    position: relative;
}
#news div.container ul li div.outer-module div.tg div.dt {
    position: absolute;
    background: #feb330;
    padding: 5px 25px;
    top: 0;
    border-radius: 0 0 50px 0;
}
#news div.container ul li div.outer-module div.tg div.dt span {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

#news div.container ul li div.outer-module div.bottom h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
#news div.container ul li div.outer-module div.bottom div.date {
    top: -87%;
    left: -55%;
    border-radius: 0 0 0 50px;
}
#news div.container ul li div.outer-module div.bot {
}
#news div.container ul li div.outer-module div.bot p {
    text-align: justify;
    font-size: 14px;
    font-family: "open_sansregular";
}

/*Style for news page end here*/
/* Style for news single page */

#news section.news div.thumb {
    width: 30%;
}
#news section.news div.head h2 {
    font-weight: bold;
}
#news section.news div.date {
    width: 20%;
    background: #ffc566;
    margin: 10px 0;
}
#news section.news div.date h3 {
    font-size: 18px;
}
#news section.news div.right {
    width: 70%;
    padding: 2%;
}
#news section.gallery div.images {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
}
#news section.content {
    padding: 4% 0;
}
#news section.gallery {
    padding: 5% 0;
}
#news section.gallery h2 {
    font-weight: bold;
    margin-bottom: 3%;
}
#news section.gallery div.images div.image {
    margin: 10px;
    border: 3px solid #000;
    box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
    width: 30%;
}

/* Style for news single page ends */
/* Style for event single page */

#event {
    padding: 4% 0;
}
#event section.event div.thumb {
    width: 30%;
}
#event section.event div.head h2 {
    font-weight: bold;
}
#event section.event div.date {
    width: 20%;
    background: #ffc566;
    margin: 10px 0;
}
#event section.event div.date h3 {
    font-size: 18px;
}
#event section.event div.right {
    width: 70%;
    padding: 2%;
}
#event section.gallery div.images {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row;
}
#event section.content {
    padding: 4% 0;
}
#event section.gallery {
    padding: 5% 0;
}
#event section.gallery h2 {
    font-weight: bold;
    margin-bottom: 3%;
}
#event section.gallery div.images div.image {
    margin: 10px;
    border: 3px solid #000;
    box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
    width: 30%;
}
/* Style for event single page ends */
.accordings ul li {
    color: #fff;
    background: #fff;
    margin-bottom: 2%;
    border: 2px solid #bbbbbb;
    border-radius: 5px;
}
.accordings div.box p {
    margin-bottom: 20px;
}
.accordings div.box h3.main {
    color: red;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
}

.accordings strong {
    color: #000;
    font-weight: bold;
    font-size: 21px;
    margin-right: 5px;
}
.admission-bottom strong {
    font-weight: bold;
    font-size: 19px;
    color: #9c9797;
}
.accordings div.top {
}
.accordings div.top h3 {
    font-family: "open_sansbold";
    color: #feb332;
    font-size: 25px;
    margin-bottom: 20px;
}
.accordings ul li div.bar {
    padding: 2% 2%;
    cursor: pointer;
}
.accordings ul li.active div.bar {
    background: #fff;
}
.accordings ul li div.bar h4,
.accordings ul li div.bar p {
    cursor: pointer;
}
.accordings ul li div.bar h4.left {
    font-family: "open_sansregular";
    color: #9c9797;
    font-size: 25px;
    font-weight: bold;
}
.accordings ul li div.bar p.right {
    font-family: "open_sansregular";
    text-align: right;
}
.accordings ul li div.bar p.right::before {
    content: "+";
}
.accordings ul li div.bar p.right::before {
    content: "+";
    color: #fdb607;
    font-size: 35px;
    /* height: 10px; */
}
.accordings ul li.active div.bar p.right::before {
    content: "-";
}

.accordings ul li div.box {
    background: #fff;
    color: #000;
    padding: 3%;
    display: none;
}
.accordings ul li div.box p {
    font-size: 21px;
    font-family: "open_sansregular";
}

/*Style for contact page Start here*/
#inner-page .spotlight {
}
#inner-page .spotlight div.overlay {
    padding: 14% 23%;
    background: rgba(0, 0, 0, 0.4);
}
#inner-page .spotlight div.overlay h2 {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    border-bottom: 5px solid #feb332;
}
#contact-page {
    padding: 40px 0;
}
#contact-page .top-module {
}
#contact-page .top-module div.title-box {
    display: inline-block;
    margin-bottom: 30px;
}
#contact-page .top-module div.title-box h3 {
    font-weight: bold;
}
#contact-page .top-module div.title-box span {
    display: block;
    width: 80%;
    height: 2px;
    background: #feb332;
}
#contact-page .top-module .left,
#contact-page .top-module .right {
    width: 50%;
}
#contact-page .top-module .inner-module .left.l-box,
#contact-page .top-module .inner-module .right.r-box {
    width: 50%;
}
#contact-page .top-module div.inner-module {
    margin-bottom: 16px;
}
#contact-page .top-module div.inner-module:last-child {
    margin-bottom: 0;
}
#contact-page .top-module .inner-module span.icn {
    width: 10%;
    color: #feb332;
}
#contact-page .top-module .inner-module span.ttl {
    width: 90%;
    font-weight: bold;
}
#contact-page .top-module .inner-module .pl {
    padding-left: 20px;
    font-size: 15px;
    color: #2f2c2c;
}
#contact-page .top-module div.right div.frm form div.inner-box {
    margin-bottom: 10px;
}
#contact-page .top-module div.right div.frm form div.inner-box p.left {
    width: 49%;
}
#contact-page .top-module div.right div.frm form div.inner-box p.right {
    width: 49%;
}
#contact-page .top-module div.right div.frm form div.inner-box input,
#contact-page .top-module div.right div.frm form div.inner-box textarea {
    border: 1px solid #9f9f9f;
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    color: #807e7e;
}
#contact-page .top-module div.right div.frm form input[type="submit"] {
    background: #f1a524;
    color: #fff;
    border-radius: 2px;
    font-weight: bold;
    padding: 8px 30px;
}
#contact-page .top-module .inner-module div.lng-bx {
    width: 50%;
}
#contact-page .top-module .inner-module div.lng-bx,
#contact-page .top-module .inner-module div.sml-bx {
    margin-bottom: 15px;
}
#contact-page .top-module .inner-module a.lnks {
    width: 100%;
    display: block;
}
#contact-page .left a {
    display: block;
}

/*Style for contact page end here*/

/*Style for fecility page start here*/
#facility-page {
    padding: 3% 0;
}
#facility-page ul {
    display: inline-block;
}
#facility-page ul li {
    margin-bottom: 2%;
    display: inline-block;
}
#facility-page ul li:last-child {
    margin-bottom: -2%;
}

#facility-page ul li div.box {
    border: 1px solid #555;
    display: inline-block;
}
#facility-page ul li div.box div.image {
    width: 50%;
}
#facility-page ul li div.box div.image img {
    width: 100%;
    display: block;
}
#facility-page ul li div.box div.content {
    background: #fff;
    width: 50%;
    padding: 70px 30px;
    box-sizing: border-box;
    text-align: center;
}
#facility-page ul li div.box h4 {
}
#facility-page ul li div.box span {
    display: inline-block;
    width: 50px;
    border: 1px solid #feb332;
    margin-bottom: 5%;
}
/*Style for fecility page end here*/

/*Style for principal page start here*/

#principal-page {
    padding: 3% 0;
}
#principal-page div.box {
    display: inline-block;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1);
}
#principal-page div.box div.image {
    width: 50%;
    float: left;
}
#principal-page div.box div.image img {
    width: 100%;
    display: block;
}
#principal-page div.box div.content {
    float: right;
    width: 50%;
    padding: 50px;
}
#principal-page div.box div.content h2 {
    margin-bottom: 2%;
}
#principal-page div.box div.content p {
    margin-top: 2%;
}

/*Style for principal page end here*/

/*(RESPONSIVE STARTS HERE)*/

@media all and (max-width: 1280px) {
    #news div.container ul li.ncard {
        width: 30.666%;
        margin-right: 4%;
    }
    #staff-page div.department ul li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    #staff-page div.department ul li:nth-child(3n) {
        margin-right: 0;
    }
    #news div.container ul li.ncard:last-child {
        margin-right: 0;
    }
    ul.common-course li div.cards div.lower-module .outer-line .content-box h4 {
        top: -14px;
        width: 65%;
    }
    #inner-page .spotlight div.overlay h2 {
        font-size: 35px;
    }
    #spotlight .overlay .content-box h1 b {
        font-size: 50px;
    }
    #spotlight .overlay {
        padding: 10% 13%;
    }
    #Lightbox .modal-content .slide {
        width: 100%;
    }
}
@media all and (max-width: 1150px) {
    #batch .container .items {
        width: 49% !important;
    }
    #batch .container .items:nth-child(n + 3) {
        margin-top: 15px;
    }
}
@media all and (max-width: 1200px) {
    #bottom div.right nav ul li {
        font-size: 15px;
    }
    #staff-page div.department ul li div.card div.border div.content div.bottom h4 {
        font-size: 16px;
    }
    ul.common-course li div.cards div.lower-module .outer-line .content-box h4 {
        width: 70%;
    }
    #inner-page .spotlight div.overlay h2 {
        font-size: 33px;
        border-left: 4px solid #feb332;
    }
    #contact #top .item div.social {
        width: 50%;
    }
    div.subtitle-box h3 {
        font-size: 21px;
    }
    .accordings ul li div.bar h4.left {
        font-size: 20px;
    }
    #principal-page div.box div.content {
        padding: 0;
        padding-left: 20px;
    }
}
@media all and (max-width: 980px) {
    #news section.news div.date,
    #event section.event div.date {
        width: 30%;
    }
    .bx-viewport {
        height: 639px;
    }
    #principal .inner-module .right .top-box p.al-quote {
        font-size: 14px;
    }
    #about-about div.left {
        display: none;
        float: none;
    }
    #about-about {
        padding: 20px 0 30px;
    }
    #about-about div.right {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    #management-page div.container div.cards ul {
        margin-bottom: -5%;
    }
    #management-page div.container div.cards ul li {
        width: 47.5%;
        margin-right: 5%;
        margin-bottom: 5%;
    }
    #management-page div.container div.cards ul li:nth-child(2n) {
        margin-right: 0;
    }
    #management-page div.container div.cards ul li:nth-child(3n) {
        margin-right: 5%;
    }
    #about-about .flx-bx {
        display: block;
    }
    #about-about .flx-bx br {
        display: none;
    }
    #about-about p,
    #about-vision p {
        font-size: 15px;
    }
    #news h1,
    #courses h1,
    #promotion h1 {
        margin-bottom: 25px;
    }
    #promotion section.bottom div.icon {
        width: 80px;
    }
    #courses .owl-carousel .owl-nav,
    #news .owl-carousel .owl-nav.disabled {
        top: -30px;
    }
    #news > section > div > ul > div.owl-nav {
        display: none;
    }
    #courses div.container ul li div.cards div.bottom-content h2 {
        font-size: 18px;
    }
    #contact-page {
        padding: 35px 0;
    }
    #contact #top .item div.social {
        width: 35%;
    }
    #about,
    #news,
    #about,
    #gallery {
        padding: 35px 0;
    }
    #courses div.container ul li div.cards div.bottom-content div.description p {
        font-size: 14px;
    }
    #contact-page .top-module div.title-box h3 {
        font-size: 18px;
    }
    #contact-page .top-module .inner-module span.ttl {
        font-size: 15px;
        width: 85%;
    }
    #contact-page .top-module .left,
    #contact-page .top-module .right {
        width: 49%;
    }
    #contact-page .top-module .inner-module .left.l-box {
        margin-bottom: 15px;
    }
    #contact-page .top-module .inner-module div.lng-bx,
    #contact-page .top-module .inner-module div.sml-bx {
        margin-bottom: 4px;
    }
    #contact-page .top-module .inner-module .left.l-box,
    #contact-page .top-module .inner-module .right.r-box {
        width: 100%;
        float: none;
    }
    #contact-page .top-module .inner-module div.sml-bx {
        width: 50%;
    }
    #contact-page .top-module .inner-module .pl {
        font-size: 14px;
        width: 95%;
    }
    #contact-page .top-module .inner-module br.b1 {
        display: none;
    }
    #about-vision ul li {
        width: 45%;
    }
    #faculties-page ul li div.card div.top h3 {
        font-size: 17px;
    }
    #faculties-page ul li div.card div.border div.content div.bottom p {
        font-size: 13px;
    }
    #faculties-page ul li div.card div.border div.content div.bottom h4 {
        font-size: 15px;
    }
    #faculties-page ul li div.card div.border div.content div.bottom div.container {
        padding: 3% 2%;
    }
    #faculties-page ul li {
        width: 28%;
        margin-bottom: 8%;
    }
    #faculties-page {
        padding: 4% 0 0;
    }
    #staff-page div.department ul li div.card div.top h3 {
        font-size: 17px;
    }
    #staff-page div.department ul li div.card div.border div.content div.bottom p {
        font-size: 13px;
    }
    #staff-page div.department ul li div.card div.border div.content div.bottom h4 {
        font-size: 15px;
    }
    #staff-page div.department ul li div.card div.border div.content div.bottom div.container {
        padding: 3% 2%;
    }
    #staff-page div.department {
        padding: 4% 0 0;
    }
    #inner-page .spotlight div.overlay h2 {
        font-size: 32px;
        padding-left: 12px;
    }
    span.mobile-menu-icon,
    .mobile-menu-close-icon,
    div.mobile-menu {
        display: none;
    }
    div.mobile-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        min-height: 100vh;
        background: rgba(0, 0, 0, 0.8);
        z-index: 8;
        display: none;
    }
    div.mobile-menu {
        display: block;
        padding-top: 50px;
        min-height: 100vh;
        background: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        right: -300px;
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
        -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
        z-index: 9;
        transition: 0.3s;
        -webkit-transition: all 0.6s;
    }
    div.mobile-menu ul li {
        display: block;
        text-align: left;
        border-bottom: 1px solid #eee;
        line-height: 2.5;
    }
    div.mobile-menu ul li a {
        color: #000;
        font-size: 15px;
        text-transform: capitalize;
        font-family: "quicksandbold";
        padding: 0 30px;
    }

    span.mobile-menu-icon {
        display: block;
        float: right;
        cursor: pointer;
        font-size: 20px;
        color: #000;
        line-height: 60px;
        font-size: 28px;
        background: url("../images/menu(1).png") no-repeat;
        width: 35px;
        height: 35px;
    }

    .mobile-menu-close-icon {
        color: #000;
        font-size: 20px;
        position: fixed;
        z-index: 10;
        top: 20px;
        right: 20px;
        cursor: pointer;
        display: none;
        transition: 0.3s;
        background: url("../images/cancel(1).png") no-repeat;
        width: 32px;
        height: 32px;
    }
    #gallery #lightgallery a {
        display: block;
        width: 32.66%;
        float: left;
        margin-right: 1%;
        margin-bottom: 1%;
    }
    #bottom div.right nav ul {
        display: none;
    }
    #gallery #lightgallery a:nth-child(4n) {
        margin-right: 1%;
    }
    #gallery #lightgallery a:nth-child(3n) {
        margin-right: 0;
    }
    #spotlight .overlay .content-box h1 {
        font-size: 25px;
    }
    #spotlight .overlay .content-box h1 b {
        font-size: 40px;
    }
    #about h1 {
        font-size: 25px;
    }
    #about p {
        font-size: 14px;
    }
    #news h1 {
        font-size: 25px;
    }
    #news div.container ul li div.outer-module div.bottom div.date-box {
        color: #fff;
        font-weight: bold;
        position: absolute;
        top: -16px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 45%;
        padding: 2px;
        background: #feb330;
    }
    #news div.container ul li div.outer-module div.bottom p {
        font-size: 14px;
    }
    #courses h1,
    #promotion section.top h1 {
        font-size: 25px;
    }
    #gallery h1 {
        font-size: 25px;
    }
    #promotion h2 {
        font-size: 25px;
    }
    #promotion section.bottom div.icon {
        width: 90px;
    }
    #management-page div.container div.bottom-card ul li {
        width: 31%;
    }
    #management-page div.container div.bottom-card ul li h3 {
        font-size: 14px;
    }
    #management-page div.container div.bottom-card ul li h4 {
        font-size: 14px;
    }
    #management-page div.container div.top div.title span {
        width: 16%;
    }
    #faculties-page ul li div.card div.top h3 {
        font-size: 17px;
    }
    #faculties-page ul li div.card div.border div.content div.bottom p {
        font-size: 13px;
    }
    #faculties-page ul li div.card div.border div.content div.bottom h4 {
        font-size: 15px;
    }
    #faculties-page ul li div.card div.border div.content div.bottom div.container {
        padding: 3% 2%;
    }
    #faculties-page ul li {
        width: 28%;
        margin-bottom: 8%;
    }
    #faculties-page {
        padding: 4% 0 0;
    }
    ul.common-course li {
        width: 49%;
    }
    ul.common-course li:nth-child(2n) {
        margin-right: 0;
    }
    ul.common-course li:nth-child(3n) {
        margin-right: 2%;
    }
    ul.common-course li div.cards div.lower-module .outer-line .content-box h4 {
    }
    div.subtitle-box h3 {
        font-size: 20px;
    }
    #contact #top .item {
        width: 50%;
    }

    #contact #top .item.item1,
    #contact #top .item.item2 {
        margin-bottom: 2%;
    }
    #spotlight .overlay {
        padding: 10% 9%;
    }
    #spotlight .overlay a {
        margin-top: 3%;
    }
    li.pdf {
        top: 17px;
        margin-right: 24%;
    }
    #principal-page div.box div.image {
        padding-right: 2%;
    }
    #principal-page div.box div.content {
        height: auto;
        /*display: contents;*/
    }
    #facility-page ul li div.box div.content {
        padding: 25px 30px;
    }

	#ncte .nct-box {
		gap: 35px;
		flex-wrap: wrap;
	}
	#ncte .nct-box .ncte-card{
		width: 48%;
	}
}
@media all and (max-width: 768px) {
    #news section.gallery div.images div.image,
    #event section.gallery div.images div.image {
        width: 45%;
    }
    .bx-viewport {
        height: 512px;
    }

    #news section.news div.date,
    #event section.event div.date {
        margin: 2% auto;
        background: none;
        width: 100%;
    }
    #news section.news div.right,
    #event section.event div.right {
        float: none;
        text-align: center;
        width: 100%;
    }
    .bx-viewport {
        height: 511px;
    }
    #spotlight div.slider div img {
        height: auto;
    }
    #news section.content,
    #event section.content {
        text-align: justify;
    }
    #news h1 {
        font-size: 21px;
    }
    #Campus-Life h1 {
        font-size: 23px;
    }
    #about h1 {
        font-size: 21px;
    }
    #management-page div.container div.top div.content p {
        font-size: 14px;
    }
    #news div.container ul li div.outer-module div.bottom p {
        font-size: 14px;
    }
    #news div.container ul li div.outer-module div.bottom h3 {
        font-size: 15px;
    }
    #news {
        padding: 30px 0;
    }
    #inner-page .spotlight div.overlay h2 {
        font-size: 30px;
    }
    #about-about div.right h3 {
        text-align: center;
    }
    #news div.container ul li div.outer-module div.tg {
        border: 4px solid #fdb330;
    }
    #news div.container ul li.ncard {
        width: 31.33333%;
        margin-right: 3%;
    }
    #management-page div.container div.top div.title span {
        width: 20%;
    }
    #management-page div.container div.cards ul li div.bottom h4 {
        font-size: 14px;
    }
    #management-page div.container div.cards ul li div.bottom h5 {
        font-size: 14px;
    }
    #management-page div.container div.bottom-card ul li h3 {
        font-size: 12px;
    }
    #management-page div.container div.bottom-card ul li h4 {
        font-size: 12px;
    }
    #management-page div.container div.bottom-card ul li {
        padding: 2% 2%;
    }
    #management-page div.container div.cards ul li div.bottom p {
        font-size: 13px;
    }
    #faculties-page ul li {
        width: 46%;
        margin-right: 8%;
    }
    #faculties-page ul li:nth-child(2n) {
        margin-right: 0;
    }
    #faculties-page ul li:nth-child(4n) {
        margin-right: 0;
    }
    #staff-page div.department ul li {
        width: 46%;
        margin-right: 8%;
    }
    #staff-page div.department ul li:nth-child(2n) {
        margin-right: 0;
    }
    #staff-page div.department ul li:nth-child(2n + 1) {
        /*        margin-right: 8%;*/
    }
    #news div.container ul li.ncard {
        width: 47%;
        margin-right: 5%;
    }
    #news div.container ul li.ncard:nth-child(2n) {
        margin-right: 0;
    }
    #news div.container ul li.ncard:last-child {
        margin-top: 5%;
    }
    #inner-page .spotlight div.overlay h2 {
        font-size: 30px;
        border-left: 5px solid #feb332;
        padding-left: 15px;
    }
    li.pdf {
        right: 38px;
        margin-right: 27%;
    }
    #faculties-page ul li:nth-child(3n) {
        margin-right: 8%;
    }
    #principal-page div.box div.image {
        width: 100%;
    }
    #principal-page div.box div.content {
        width: 100%;
        padding: 20px;
    }
    #facility-page ul li div.box div.image {
        width: 100%;
    }
    #facility-page ul li div.box div.content {
        width: 100%;
    }

}
@media all and (max-width: 640px) {
    #principal .inner-module {
        display: block;
    }
    #principal .inner-module .left {
        float: none;
        margin: 0 auto;
        width: 40%;
    }
    #principal .inner-module .right {
        float: none;
        width: 100%;
    }
    #principal .inner-module .right .top-box p span.right img {
        float: right;
    }

    #inner-page .spotlight {
        background-size: cover;
        background-position-x: 0;
    }
    #Campus-Life p {
        font-size: 14px;
        text-align: justify;
    }
    #management-page div.container div.cards ul li div.thumb {
        width: 50%;
        margin: 0 auto;
    }
    #inner-page .spotlight div.overlay h2 {
        font-size: 33px;
    }
    #contact #top #bottom p.one {
        display: none;
    }
    #spotlight .overlay .content-box h1 {
        font-size: 23px;
    }
    #spotlight .overlay .content-box h1 b {
        font-size: 32px;
    }
    #spotlight .overlay a {
        font-size: 12px;
    }
    #about h1 {
        font-size: 20px;
    }
    #about,
    #news,
    #about,
    #gallery {
        padding: 25px 0;
    }
    #contact #top #bottom p.two {
        display: block;
    }
    #spotlight .overlay .content-box h1 b {
        font-size: 35px;
    }
    #contact #top .item {
        width: 100%;
        text-align: center;
        height: auto !important;
    }
    #contact #top .item div.social {
        width: 35%;
        margin: 0 auto;
    }
    #contact #top .item3 a b {
        font-size: 12px;
    }
    #contact #top .item.item3,
    #contact #top .item.item4 {
        margin-bottom: 4%;
    }
    #contact #top form .but {
        width: 85%;
    }
    #contact #top .item3 a {
        width: 50%;
        margin: 0 auto;
    }
    #contact #top .item h1 {
        margin-bottom: 12px;
    }
    #contact #top form input,
    #contact #top form .but {
        width: 60%;
    }
    #contact #top .item3 span.left {
        width: 20%;
        font-size: 13px;
    }
    #contact #top .item3 a {
        width: 37%;
        margin-bottom: 5px;
    }
    #contact #top .item3 a b {
        width: 80%;
        margin: 0;
    }
    #inner-page .spotlight div.overlay h2 {
        font-size: 35px;
    }
    #news {
        padding: 25px 0;
    }
    #contact-page .top-module .left,
    #contact-page .top-module .right {
        width: 100%;
    }
    #contact-page .top-module .inner-module div.sml-bx {
        width: 100%;
    }
    #contact-page .top-module .inner-module .left.l-box,
    #contact-page .top-module .inner-module .right.r-box {
        width: 50%;
        float: left;
    }
    #contact-page .top-module .inner-module br.b1 {
        display: block;
    }
    #contact-page .top-module .inner-module span.icn {
        width: 10%;
    }
    #contact-page .top-module .inner-module span.ttl {
        width: 90%;
    }
    #contact-page .top-module .inner-module .pl {
        width: 100%;
    }
    #contact-page .top-module .left.info {
        margin-bottom: 40px;
    }
    #contact-page .top-module div.inner-module {
        margin-bottom: 0;
    }
    #about-vision ul {
        flex-wrap: wrap;
    }
    #about-vision ul li:first-child {
        margin-bottom: 8%;
    }
    #about-vision ul li {
        width: 45%;
    }
    #gallery #lightgallery a {
        display: block;
        width: 49.5%;
        float: left;
        margin-right: 1%;
        margin-bottom: 1%;
    }
    #gallery #lightgallery a:nth-child(2n) {
        margin-right: 0;
    }
    #gallery #lightgallery a:nth-child(3n) {
        margin-right: 1%;
    }
    #gallery #lightgallery a:nth-child(6n) {
        margin-right: 0;
    }
    #bottom div.left {
        /* width: 70%; */
    }
    #management-page div.container div.top div.title h3 {
        font-size: 18px;
    }
    #management-page div.container div.cards ul li {
        width: 100%;
    }
    #management-page div.container div.cards ul {
        justify-content: space-around;
    }
    #management-page div.container div.bottom-card ul li h3 {
        font-size: 10px;
    }
    #management-page div.container div.bottom-card ul li h3 {
        font-size: 10px;
    }
    #management-page div.container div.top div.content p {
    }
    ul.common-course li div.cards div.lower-module .outer-line .content-box h4 {
        font-size: 14px;
    }
    div.bottom-content h2 {
        font-size: 17px;
    }
    ul.common-course li div.cards div.description p {
        font-size: 15px;
    }
    #courses-page section#ug-module,
    #courses-page section#pg-module {
        text-align: center;
    }
    div.subtitle-box span {
        margin: 0 auto;
    }
    #courses-page {
        padding: 4% 0;
    }
    #courses-page section#ug-module {
        margin-bottom: 7%;
    }
    #courses-page section#pg-module {
        margin-top: 4%;
    }
    ul.common-course {
        width: 100%;
        margin-left: 0;
    }
    ul.common-course li div.cards div.lower-module .outer-line .content-box p {
        top: 10px;
    }
    #faculties-page ul li div.card div.top h3 {
        font-size: 16px;
    }
    #faculties-page ul li div.card div.border div.content div.bottom h4 {
        font-size: 14px;
    }
    #faculties-page ul li div.card div.border div.content div.bottom p {
        font-size: 11px;
    }
    #staff-page div.department ul li div.card div.top h3 {
        font-size: 16px;
    }
    #staff-page div.department ul li div.card div.border div.content div.bottom h4 {
        font-size: 14px;
    }
    #staff-page div.department ul li div.card div.border div.content div.bottom p {
        font-size: 11px;
    }
    li.pdf {
        display: contents;
    }
    li.pdf a {
        color: #000;
        font-size: 15px;
    }
    #batch .container .items {
        width: 100% !important;
    }
    #batch .container .items:nth-child(n + 2) {
        margin-top: 10px;
    }
	#ncte .nct-box .ncte-card {
		width: 100%;
	}
}
@media all and (max-width: 499px) {
    #courses div.container ul li div.cards div.top-image {
        width: 75%;
        margin: 0 auto;
    }
    #courses > section > div > ul > div.owl-nav {
        display: none !important;
    }
    #courses div.container ul li div.cards div.bottom-content span.middle {
        height: 5px;
    }
    #courses div.container ul li div.cards div.bottom-content div.under {
        width: 55%;
    }
    #news > section > div > ul > div.owl-dots,
    #courses > section > div > ul > div.owl-dots {
        display: none;
    }
}
@media all and (max-width: 480px) {
    #promotion section.bottom .icon {
        width: 130px;
    }
    #scrol .marquee {
        font-size: 12px;
    }
    #news section.content p,
    #event section.content p {
        font-size: 14px;
    }
    #news section.news p,
    #event section.news p {
        font-size: 14px;
    }
    #news section.news div.date h3,
    #event section.event div.date h3 {
        font-size: 12px;
    }
    #news section.news div.thumb,
    #event section.event div.thumb,
    #event section.event div.thumb,
    #event section.event div.thumb {
        width: 80%;
    }
    #news section.gallery div.images div.image,
    #event section.gallery div.images div.image {
        width: 100%;
    }
    #principal .inner-module .right .top-box p.al-quote {
        line-height: 1.6em;
        text-align: justify;
    }
    #staff-page div.department ul li,
    #faculties-page ul li,
    #faculties-page ul li div.card div.border div.content {
        height: auto !important;
    }
    #gallery h1,
    #courses h1,
    #promotion h1 {
        text-align: center;
    }
    .btn {
        border: none;
        outline: none;
        padding: 12px 7px;
        cursor: pointer;
        color: #fff;
        margin-right: 5%;
        font-size: 14px;
    }
    #admission-page {
        font-size: 14px;
    }
    #gallery h1 span,
    #Campus-Life h1 {
        font-size: 21px;
    }
    button:last-child {
        margin-right: 0;
    }
    div.pdf {
        position: absolute;
        right: 38px;
        top: 11px;
    }
    div.pdf a {
        font-size: 11px;
    }
    .accordings ul li div.box p {
        font-size: 14px;
        text-align: justify;
    }
    #admission-page .admission-top {
        padding: 8% 0;
    }
    div.subtitle-box {
        margin-bottom: 3%;
    }
    .accordings strong {
        font-size: 13px;
    }
    .accordings div.box h3.main {
        font-size: 15px;
    }
    div.content-box {
        text-align: justify;
    }
    .accordings ul li div.bar h4.left {
        font-size: 18px;
    }
    .accordings {
        margin: 20px 0;
    }
    .admission-bottom b {
        margin-top: 20px;
        display: block;
    }
    #admission-page .admission-bottom p {
        text-align: justify;
    }
    #spotlight .overlay .content-box h1 {
        font-size: 18px;
    }
    #spotlight .overlay a {
        padding: 3px 15px;
        margin-top: 3%;
    }
    #about p {
        line-height: 1.6em;
        text-align: justify;
    }
    #spotlight .overlay .content-box h1 b {
        font-size: 25px;
    }
    #contact #top form input,
    #contact #top form .but {
        width: 80%;
    }
    #contact-page .top-module .inner-module span.ttl {
        width: 85%;
    }
    #contact-page .top-module .inner-module div.lng-bx,
    #contact-page .top-module .inner-module div.sml-bx {
        margin-bottom: 4px;
    }
    #contact-page .top-module .inner-module .left.l-box,
    #contact-page .top-module .inner-module .right.r-box {
        width: 100%;
        float: none;
    }
    #contact-page .top-module .inner-module div.sml-bx {
        width: 50%;
    }
    #contact-page .top-module .inner-module br.b1 {
        display: none;
    }
    #contact-page .top-module div.inner-module {
        margin-bottom: 15px;
    }
    #contact-page .top-module div.right div.frm form div.inner-box p.left,
    #contact-page .top-module div.right div.frm form div.inner-box p.right {
        width: 100%;
        float: none;
    }
    #contact-page .top-module div.right div.frm form div.inner-box p.left {
        margin-bottom: 10px;
    }
    #contact-page .top-module div.right div.frm form div.inner-box br {
        display: none;
    }
    #about-vision ul li {
        width: 100%;
    }
    #news div.container ul li.ncard {
        width: 100%;
        margin-top: 5%;
    }
    #inner-page .spotlight div.overlay h2 {
        font-size: 28px;
        padding-left: 10px;
        border-left: 4px solid #feb332;
    }
    #bottom {
        padding: 7px 0;
    }
    #news h1 {
        font-size: 23px;
        margin-bottom: 10px;
        text-align: center;
    }
    #courses h1 {
        font-size: 23px;
    }
    #promotion h1 {
        font-size: 23px;
    }
    #promotion section.bottom div.icon {
        width: 90px;
        margin: 0px auto;
    }
    #news div.container ul li.ncard {
        width: 100%;
        margin-right: 2%;
    }
    #news div.container ul li div.outer-module div.bottom {
        text-align: center;
        position: relative;
        padding: 4%;
    }
    #news div.container ul li div.outer-module div.tg div.dt span {
        color: #fff;
        font-weight: bold;
        font-size: 13px;
    }
    #gallery #lightgallery a {
        display: block;
        width: 100%;
        float: left;
        margin-bottom: 1%;
    }
    #management-page div.container div.top div.title span {
        width: 28%;
    }
    #management-page div.container div.bottom-card ul li {
        width: 80%;
        margin-bottom: 8%;
    }
    #management-page div.container div.bottom-card ul {
        justify-content: space-around;
    }
    ul.common-course li {
        width: 80%;
        float: none;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    ul.common-course li:nth-child(2n),
    ul.common-course li:nth-child(3n) {
        margin: 0 auto;
        margin-bottom: 15px;
    }
    div.subtitle-box h3 {
        font-size: 18px;
    }
    ul.common-course li div.cards div.bottom-content h2 {
        font-size: 15px;
        font-weight: bold;
    }
    ul.common-course li div.cards div.lower-module .outer-line .content-box {
    }
    ul.common-course li div.cards div.lower-module .outer-line .content-box p {
        top: 8px;
    }
    ul.common-course li div.cards div.description p {
        font-size: 14px;
    }
    #contact #top .item3 a b {
        width: 80%;
    }
    #contact #top #bottom p {
        font-size: 11px;
    }
    ul.common-course li {
        width: 100%;
        float: none;
        margin: 0 auto;
        margin-bottom: 15px;
        height: auto !important;
    }
    #faculties-page ul {
        float: none;
    }
    #faculties-page ul li {
        width: 100%;
        float: none;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    #faculties-page ul li:nth-child(2n) {
        margin: 0 auto;
        margin-bottom: 30px;
    }
    #staff-page div.department ul li:last-child {
        margin: 0 auto;
        margin-bottom: 15px;
    }
    #staff-page div.department ul {
        float: none;
    }
    #staff-page div.department ul li {
        width: 100%;
        float: none;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    #staff-page div.department ul li:nth-child(2n) {
        margin: 0 auto;
        margin-bottom: 15px;
    }
    #faculties-page ul li div.card div.top span {
        width: 35%;
    }
    #faculties-page ul li div.card div.top h3 {
        font-weight: bold;
    }
    #staff-page div.department div.title h3 {
        text-align: center;
    }
    #staff-page div.department div.title span {
        margin-bottom: 15px;
    }
    #staff-page div.department {
        text-align: center;
    }
    #courses .owl-carousel .owl-nav,
    #news .owl-carousel .owl-nav.disabled {
        display: none;
    }
    #about p {
        margin: 10px 0;
    }
    #contact #top .item.item1,
    #contact #top .item.item2 {
        margin-bottom: 6%;
    }
    #contact #top .item h1 {
        margin-bottom: 5px;
    }
    #about-vision ul li div.container {
        height: auto !important;
    }
    #contact-page .top-module div.title-box {
        margin-bottom: 20px;
    }
    li.pdf {
        display: contents;
    }
    .admission-bottom strong {
        font-size: 13px;
    }
    #staff-page div.department ul li div.card div.border div.content {
        height: auto !important;
    }
    #faculties-page ul li div.card div.top {
        margin-bottom: 5%;
    }
    #management-page div.container div.cards ul li div.thumb {
        width: 100%;
    }
    #principal-page div.box div.content {
        text-align: center;
    }
    #principal-page div.box div.content p {
        text-align: justify;
    }
}
@media all and (max-width: 360px) {
    #promotion section.bottom .icon {
        width: 110px;
    }
    #principal .inner-module .right .top-box p.al-quote {
        font-size: 14px;
    }
    #contact #top .item3 a {
        width: 45%;
    }
    .btn {
        border: none;
        outline: none;
        padding: 18px 5px;
        cursor: pointer;
        color: #fff;
        margin-right: 5%;
        font-size: 14px;
    }
    div.subtitle-box h3 {
        font-size: 16px;
    }
    #spotlight .overlay {
        padding: 10% 15%;
    }
    #inner-page .spotlight div.overlay {
        padding: 14% 15%;
    }
    ul.common-course li div.cards div.lower-module .outer-line .content-box h4 {
        font-size: 13px;
    }
    #contact #top div.item a span.icon {
        font-size: 14px;
    }
    #about-about div.right h3 {
        font-size: 19px;
    }
    #about-vision ul li h3 {
        font-size: 19px;
    }
    #about-about div.right p {
        font-size: 13px;
    }
    #about-vision ul li div.container p {
        font-size: 13px;
    }
    #faculties-page {
        padding: 7% 0 0;
    }
    #staff-page {
        padding: 7% 0 0;
    }
    #inner-page .spotlight div.overlay h2 {
    }
    header #top div a {
        font-size: 12px;
    }
    header #top div a {
        margin-left: 0;
    }
    #bottom div.left {
        width: 75px;
    }
    #spotlight .overlay .content-box h1 {
        font-size: 13px;
    }
    #spotlight .overlay .content-box h1 b {
        font-size: 25px;
    }
    #spotlight .overlay a {
        background-color: #feb331;
        padding: 2px 13px;
    }
    #about {
        text-align: center;
        padding: 5% 0;
    }
    #about p {
        font-size: 14px;
        text-align: justify;
    }
    #faculties-page {
        padding: 7% 0 0;
    }
    #staff-page {
        padding: 7% 0 0;
    }
    li.pdf a {
        color: #000;
        font-size: 15px;
    }
    #management-page div.container div.cards ul li div.bottom p {
        height: auto !important;
    }
}
@media all and (max-width: 320px) {
    #spotlight .overlay .content-box h1 br {
        display: none;
    }
    header #top div a {
        font-size: 10px;
    }
    #spotlight .overlay .content-box h1 {
        font-size: 13px;
    }
    #spotlight .overlay .content-box h1 b {
        font-size: 17px;
    }
    #about p {
        font-size: 12px;
    }
    .btn {
        border: none;
        outline: none;
        padding: 7px 3px;
        cursor: pointer;
        color: #fff;
        margin-right: 2%;
        font-size: 12px;
    }
    #contact #top #bottom p {
        font-size: 10px;
    }
}

/*(RESPONSIVE ENDS HERE)*/
/* .nav {
	&-item {
		&:not(:last-child) {
			border-bottom: solid 1px $nav-border-color;
		}
	}

	&-link {
		display: block;
		padding: $nav-padding;
		background-color: $nav-background-color;
		color: $link-color;
		font-size: 1rem;
		line-height: 1.5em;
		font-weight: 300;
	}

	&-expand {
		&-content {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			transform: translateX(100%);
			background-color: $nav-level-background-color;
			transition: 0.3s;
			visibility: hidden;

			.nav-item {
				&:not(:last-child) {
					border-bottom: solid 1px $nav-level-border-color;
				}
			}

			.nav-link {
				background-color: $nav-level-background-color;
			}

			.nav-back-link {
				display: flex;
				align-items: center;
				background-color: $primary-color !important;
				color: $white;

				&::before {
					content: $nav-icon-arrow-left;
					margin-right: 0.5em;
					font-family: $nav-icon-font;
				}
			}
		}

		&-link {
			display: flex;
			justify-content: space-between;

			&::after {
				content: $nav-icon-arrow-right;
				flex: 0 1 auto;
				font-family: $nav-icon-font;
			}
		}

		&.active {
			> .nav-expand-content {
				transform: translateX(0);
				visibility: visible;
			}
		}

		// quick example for other level colours
		.nav-expand-content {
			background-color: $nav-level-background-color;
			.nav-link {
				background-color: $nav-level-background-color;
			}
			.nav-expand-content {
				background-color: $nav-level3-background-color;
				.nav-link {
					background-color: $nav-level3-background-color;
				}
				.nav-expand-content {
					background-color: $nav-level4-background-color;
					.nav-link {
						background-color: $nav-level4-background-color;
					}
					.nav-expand-content {
						background-color: $nav-level5-background-color;
						.nav-link {
							background-color: $nav-level5-background-color;
						}
					}
				}
			}
		}
	}
} */

.main {
    margin: auto;
}

h1 {
    font-size: 50px;
    word-break: break-all;
}

#lightgallery {
    margin: 10px -16px;
}

/* Add padding BETWEEN each column */
#lightgallery,
#lightgallery > .column {
    padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 33.33%;
    display: none; /* Hide all elements by default */
}

/* Clear floats after rows */
#lightgallery:after {
    content: "";
    display: table;
    clear: both;
}

/* Content */
.content {
}

/* The "show" class is added to the filtered elements */
.show {
    display: block;
}

/* Style the buttons */

#spotlight div.slider div img {
    display: block;
    width: 100%;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #eae1e1 !important;
    position: relative;
    top: -62px;
}

.bx-viewport {
    /*height: 750px !important;*/
}
.bx-wrapper {
    margin: unset !important;
    border: 1px #fff !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff !important;
}
.bx-wrapper .bx-pager {
    padding-top: 0;
    position: unset;
}
.Principalachievements {
}
.Principalachievements h2 {
    display: block;
    font-size: 35px;
    margin-right: 10px;
}
.Principalachievements span {
    height: 2px;
    width: 100%;
    display: block;
    background: #000;
    margin-top: 10px;
    margin-bottom: 60px;
}

.Principalachievements ul {
}
.Principalachievements ul li {
    margin-bottom: 30px;
}

#batch {
    text-align: center;
    padding: 40px 0;
    background: #eee;
}
#batch .wrapper {
    max-width: 1400px;
}
#batch .container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
#batch .container .items {
    width: 32%;
    margin-right: 20px;
    margin-bottom: 20px;
}
#batch .container .items:nth-child(3n) {
    margin-right: 0;
}
#batch .container .items .top {
    height: 230px;
}
#batch .container .items .top img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#batch .container .items .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.09);
    padding: 20px;
}
#batch .container .items .bottom h5 {
    font-weight: 600;
}
#batch .container .items .bottom a.button {
    background-color: #ffcf01;
    padding: 3px 15px;
    color: #fff;
    display: inline-block;
}

#batch .bottom-container {
    display: flex;
    justify-content: right;
}
#batch .bottom-container .item {
    width: 25%;
    background: #ffffff;
    box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.09);
    padding: 20px;
}
#batch .bottom-container .item .top h5 {
    font-weight: 600;
    margin-bottom: 20px;
}
#batch .bottom-container .item .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}
#batch .bottom-container .item .bottom a.button {
    background-color: #ffcf01;
    padding: 3px 15px;
    color: #fff;
    display: inline-block;
}
#batch .bottom-container .item .bottom a.first {
    color: #ffcf01;
    border: 1px solid #ffcf01;
    background: #fff;
}

#pdf {
    text-align: center;
    padding: 40px 0;
    background: #eee;
}
#pdf .wrapper {
    max-width: 1400px;
}
#pdf .container {
    margin: 0 auto;
}

#ncte {
    padding: 50px 0px;
}
#ncte .wrapper {
}
#ncte .nct-box {
    display: flex;
    gap: 25px;
    justify-content: space-evenly;
}
#ncte .nct-box .ncte-card {
    max-height: 240px;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 10%), 0 0 10px rgb(0 0 0 / 10%);
    box-sizing: border-box;
    padding: 37px 37px;
    background: #ffffff;
    text-align: center;
    width: 24%;
}
#ncte .nct-box .ncte-card h4 {
    font-family: "open_sanssemibold";
    font-size: 18px;
    margin: 15px 0 23px;
}
#ncte .nct-box .ncte-card span {
    width: 40px;
    display: inline-block;
    margin-bottom: 16px;
}
#ncte .nct-box .ncte-card span img {
    width: 100%;
    display: block;
}
#ncte .nct-box .ncte-card p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 20px;
    color: #cbcbcb;
    font-family: "open_sansregular";
}
#ncte .nct-box .ncte-card div.button {padding-bottom: 16px;}
#ncte .nct-box .ncte-card div.button a.button {
    text-align: center;
    background: #feb330;
    color: #fff;
    padding: 3px 15px;
    display: inline-block;
    margin-bottom: 36px;
}
