/*------------------------- CONTENTS --------------------------------*/


/* FONT
/* COMMON
/* HEADER
/* NAV
/* FOOTER
/* HOME
/* CONTACT
/* COURSES
/* HORIZONTAL SLIDER
/* ALUMINI
/* PLACEMENT
/* RESPONSIVE DESIGN
*/


/*------------------------- FONT --------------------------------*/

@font-face {
    font-family: 'Raleway Regular';
    src: url('../Fonts/Raleway-Regular/raleway-regular.eot');
    src: url('../Fonts/Raleway-Regular/raleway-regular.eot?#iefix') format('embedded-opentype'), url('../Fonts/Raleway-Regular/raleway-regular.woff') format('woff'), url('../Fonts/Raleway-Regular/raleway-regular.ttf') format('truetype'), url('../Fonts/Raleway-Regular/raleway-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway Medium';
    src: url('../Fonts/Raleway-Medium/raleway-medium.eot');
    src: url('../Fonts/Raleway-Medium/raleway-medium.eot?#iefix') format('embedded-opentype'), url('../Fonts/Raleway-Medium/raleway-medium.woff') format('woff'), url('../Fonts/Raleway-Medium/raleway-medium.ttf') format('truetype'), url('../Fonts/Raleway-Medium/raleway-medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway Bold';
    src: url('../Fonts/Raleway-Bold/raleway-bold.eot');
    src: url('../Fonts/Raleway-Bold/raleway-bold.eot?#iefix') format('embedded-opentype'), url('../Fonts/Raleway-Bold/raleway-bold.woff') format('woff'), url('../Fonts/Raleway-Bold/raleway-bold.ttf') format('truetype'), url('../Fonts/Raleway-Bold/raleway-bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway Extra Light';
    src: url('../Fonts/Raleway-ExtraLight/raleway-extralight.eot');
    src: url('../Fonts/Raleway-ExtraLight/raleway-extralight.eot?#iefix') format('embedded-opentype'), url('../Fonts/Raleway-ExtraLight/raleway-extralight.woff') format('woff'), url('../Fonts/Raleway-ExtraLight/raleway-extralight.ttf') format('truetype'), url('../Fonts/Raleway-ExtraLight/raleway-extralight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*------------------------- COMMON --------------------------------*/

* {
    text-align: justify;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

body {
    font-family: 'Raleway Regular', Calibri, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    min-width: 320px;
}

strong {
    font-family: 'Raleway Medium', Calibri, sans-serif;
}

h2 {
    border-bottom: 1px solid #ccc;
    font-family: 'Raleway Medium', Calibri, sans-serif;
    font-size: 20px;
    margin-bottom: 15px;
    padding: 10px 0 15px;
}

h3 {
    font-family: 'Raleway Bold', Calibri, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}

h4 {
    border-bottom: 3px solid #85c226;
    display: inline-block;
    font-family: 'Raleway Bold', Calibri, sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 10px 0;
    white-space: nowrap;
    width: 50px;
}

h5 {
    border-bottom: 3px solid #85c226;
    display: inline-block;
    font-family: 'Raleway Medium', Calibri, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 10px 0;
    white-space: nowrap;
    width: 50px;
}

body,
html {
    height: 100%;
}

iframe {
    display: block;
    margin: 0 auto;
}

.sticky~.main-container {
    margin-top: 78px;
}

.main-container {
    clear: both;
}

.parallax {
    background-image: url('../Images/home-bg.jpg');
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 890px;
}

.container {
    margin: 0 auto;
    max-width: 1900px;
    width: 90%;
}

#responsive-menu {
    display: none;
}

.loader {
    background: url(../Images/loader.jpg) no-repeat center center rgba(0, 0, 0, 0.5);
    background-size: 60% auto;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.loader .close-btn {
    background: #3bb3c3;
    border: none;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    padding: 5px 10px;
    position: absolute;
    right: 20%;
}


/*------------------------- HEADER --------------------------------*/

#header {
    background: #3bb3c3;
    color: #fff;
    overflow: hidden;
    padding: 0;
    font-family: sans-serif;
}

#header li {
    float: left;
    margin: 5px 10px;
}

#header-contact-details li:first-child {
    margin-left: 0;
}

#header-social-info li:last-child {
    margin-right: 0;
}

#header a {
    color: #fff;
    text-decoration: none;
}

#header a:hover {
    text-decoration: none;
}

#header-contact-details li i {
    margin-right: 10px;
}

#header-social-info li {
    line-height: 20px;
    margin: 5px 10px 4px;
}

#header-social-info li i {
    font-size: 15px;
    padding-top: 3px;
}


/*------------------------- NAV --------------------------------*/

nav {
    padding: 10px 0;
}

nav.sticky {
    background: #fffffffa;
    box-shadow: 0 -2px 9px 0px #3bb3c3;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#nav .container {
    position: relative;
}

#shsc-connection {
    font-size: 16px;
    font-weight: bold;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 25px;
}

#sh-logo {
    background: url(../Images/sh-logo1.png) no-repeat center transparent;
    background-size: contain;
    display: block;
    height: 65px;
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
}

.sticky #sh-logo {
    height: 50px;
}

h1 {
    -webkit-transition: height 30ms ease-in-out;
    -moz-transition: height 30ms ease-in-out;
    -ms-transition: height 30ms ease-in-out;
    transition: height 30ms ease-in-out;
    background: url(../Images/logo.png) no-repeat left top transparent;
    background-size: auto 90%;
    box-shadow: 0 0 5px 1px #fff;
    color: #333;
    font-family: "Raleway Bold", Calibri, sans-serif;
    font-size: 0;
    height: 100px;
    margin: 0 auto;
    padding: 10px 0 0 0;
    text-align: center;
    width: 150px;
}

h1 a {
    display: block;
    height: 100%;
    width: 100%;
}

.sticky h1 {
    box-shadow: none;
    height: 80px;
}

#main-menu {
    margin-top: 80px;
}

nav li {
    float: left;
    font-family: "Raleway Regular", Calibri, sans-serif;
    font-size: 16px;
    padding: 0 0 10px 20px;
    position: relative;
}

nav li span:after {
    content: ">";
    position: absolute;
    right: 15px;
}

nav li>ul {
    background: #3bb3c3;
    display: none;
    position: absolute;
    left: 20px;
    top: 28px;
    width: 165px;
    z-index: 9999;
}

nav li>ul ul {
    left: 100%;
    top: 0;
    width: 325px;
}

nav li>ul ul:before {
    border: 10px solid transparent;
    border-right-color: #85c226;
    right: 0;
    top: 11px;
}

nav li>ul li {
    border-bottom: 1px solid #85c226;
    display: block;
    float: none;
    padding: 0;
}

nav li #submenu>li {
    padding: 12px 0 10px 20px;
}

nav li>ul li:hover {
    background-color: #85c226;
    color: #fff;
    font-weight: bold;
}

#submenu li,
#submenu a {
    color: #fff;
}

nav li li li a {
    font-weight: normal;
}

nav li li li:hover a,
nav li li li a:hover {
    font-weight: bold;
}

nav li li a {
    display: block;
    padding: 12px 0 10px 20px;
}

nav li:hover>ul,
nav a:hover~ul,
.mobile nav li:hover>ul,
.mobile nav a:hover~ul {
    display: block;
}

nav a {
    color: #333;
    text-align: left;
    text-decoration: none;
}

nav .active>a {
    color: #3bb3c3;
}

nav a:hover {
    color: #85c226;
}

.sticky #main-menu {
    margin-top: 70px;
}


/*------------------------- FOOTER --------------------------------*/

#footer {
    background: #3bb3c3;
    clear: both;
    color: #fff;
    padding: 7px 10px;
    text-align: center;
}


/*------------------------- HOME --------------------------------*/

#video-wrapper {
    background: #0a0a0a;
}

#main-content {
    background: #fff;
    padding: 30px 0px;
}

#home-container h2 {
    border: none;
    margin-bottom: 20px;
}

#top-content-wrapper {
    overflow: hidden;
}

#top-content-wrapper h2 {
    margin-bottom: 0;
}

#main-links ul {
    list-style-position: inside;
    list-style-type: circle;
}

#main-links a {
    color: #333;
    text-decoration: none;
}

#main-links a:hover {
    color: #3bb3c3;
}

#mission-vision-wrapper {
    margin-bottom: 30px;
    overflow: hidden;
}

#mission-wrapper ul {
    list-style-type: circle;
    list-style-position: outside;
    padding-left: 29px;
}

#vision-wrapper {
    margin-top: 30px;
}

#events-wrapper {
    padding-top: 30px;
}

#events-wrapper>ul>li {
    cursor: pointer;
    float: left;
    font-family: "Raleway Medium", Calibri, sans-serif;
    font-size: 16px;
    margin-right: 20px;
    padding-left: 17.25px;
}

#events-wrapper>ul>li.active,
#events-wrapper>ul>li:hover {
    padding-left: 0;
}

#courses-wrapper>ul>li>i {
    color: #3bb3c3;
    display: none;
    font-size: 14px;
}

#events-wrapper>ul>li.active>i,
#events-wrapper>ul>li:hover>i {
    display: inline-block;
    margin-right: 5px;
}

#events-list-wrapper {
    clear: both;
}

#events-list-wrapper li {
    float: left;
    margin-bottom: 30px;
    margin-right: 3%;
    width: 31.3%;
}

#events-list-wrapper li:last-child {
    margin: 0;
}

.event-img {
    display: block;
    margin-bottom: 20px;
    position: relative;
    transition: transform .5s;
    width: 100%;
}

.event-img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.event-type {
    background: #85c226;
    color: #fff;
    bottom: 50px;
    padding: 10px 15px;
    position: absolute;
    right: 0;
}

#events-list-wrapper h3 {
    font-family: "Raleway Bold", Calibri, sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
}

#events-list-wrapper li p {
    line-height: 1.4em;
    margin-bottom: 10px;
}

#course-banner {
    clear: both;
    overflow: hidden;
    padding: 60px 0;
}

#course-banner>div {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    float: left;
    width: 50%;
}


/*
.course-banner-text {
	background: #85c226;
	color: #fff;
	padding: 80px 0px 67px;
   	text-align: center;
}
.course-banner-text p {
	font-family: "Raleway Bold", Calibri, sans-serif;
    font-size: 28px;
    margin-bottom: 20px;
   	text-align: center;
}
.course-banner-text a {
	color: #fff;
	font-family: "Raleway Medium", Calibri, sans-serif;
	font-size: 16px;
}
#course-banner-text2 {
	background: #3bb3c3;
}*/

body .ws_playpause {
    display: none !important;
}

.course-banner-img {
    background: no-repeat center;
    background-size: 100% auto;
    height: 210px;
}

#course-banner-img1 {
    background-image: url(../Images/HomeCourse/ctv.gif);
}

#course-banner-img2 {
    background-image: url(../Images/HomeCourse/da.gif);
}

#course-banner-img3 {
    background-image: url(../Images/HomeCourse/gd.gif);
}

#course-banner-img4 {
    background-image: url(../Images/HomeCourse/mcj.gif);
}

#course-banner div:first-child {
    -webkit-transform: translate(-100%, -100%);
    /* Safari */
    -ms-transform: translate(-100%, -100%);
    /* IE 9 */
    transform: translate(-100%, -100%);
}

#course-banner div:nth-child(2) {
    -webkit-transform: translate(100%, -100%);
    /* Safari */
    -ms-transform: translate(100%, -100%);
    /* IE 9 */
    transform: translate(100%, -100%);
}

#course-banner div:nth-child(3) {
    -webkit-transform: translate(-100%, 100%);
    /* Safari */
    -ms-transform: translate(-100%, 100%);
    /* IE 9 */
    transform: translate(-100%, 100%);
}

#course-banner div:last-child {
    -webkit-transform: translate(100%, 100%);
    -ms-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
}

#course-banner div.translated {
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

#faculty-wrapper h3 {
    margin-bottom: -20px;
    margin-top: 0px;
}

.faculties-wrapper {
    padding-top: 20px;
}

.faculties {
    overflow: hidden;
}

.faculty {
    float: left;
    margin: 2% 4%;
    text-align: center;
    width: 16%;
}

.faculty p,
.faculty a {
    text-align: center;
}

.faculty a,
.faculty a span {
    color: #000;
    display: block;
    text-align: center;
    text-decoration: none;
}

.faculty a span:nth-child(2) {
    font-weight: bold;
}

.faculty img {
    transition: transform .5s;
    border-radius: 50%;
    height: 150px;
    width: 150px;
}

.faculty img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.faculty a:hover img {
    opacity: 0.8;
}

.faculty p:nth-child(2) {
    font-weight: bold;
    white-space: nowrap;
}

#home-container .faculties-wrapper {
    overflow: hidden;
}

#home-container .faculty {
    margin: 10px 15px 0;
    width: 160px;
}

.marquee {
    overflow: hidden;
    width: 100%;
}

#sub-footer {
    background: url(../Images/5.png) no-repeat top center #3f4c99;
    background-size: cover;
    padding: 101px 0 47px 0;
}

#sub-footer .container {
    overflow: hidden;
}

#sub-footer h3 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 70px;
}

#sub-footer .left-content {
    float: left;
    padding-top: 12px;
    width: 66%;
}

#sub-footer .right-content {
    float: right;
    padding-top: 12px;
    width: 30%;
}

#sub-footer .speciality {
    float: left;
    margin-bottom: 70px;
    padding-top: 90px;
    width: 47%;
}

#sub-footer .speciality:nth-child(2n) {
    float: right;
}

#sub-footer .speciality:first-child {
    background: url(../Images/1.png) no-repeat top left transparent;
    background-size: auto 70px;
}

#sub-footer .speciality:nth-child(2) {
    background: url(../Images/2.png) no-repeat top left transparent;
    background-size: auto 70px;
}

#sub-footer .speciality:nth-child(3) {
    background: url(../Images/3.png) no-repeat top left transparent;
    background-size: auto 70px;
}

#sub-footer .speciality:nth-child(4) {
    background: url(../Images/4.png) no-repeat top left transparent;
    background-size: auto 70px;
}

#sub-footer .speciality h6 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

#sub-footer .speciality p {
    color: #c1c1c1;
}

#sub-footer .right-content h6 {
    background: #ff5f60;
    box-shadow: rgb(56, 67, 110) 0px -11px 0px;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 31px 20px 46px 17px;
    text-align: center;
}

#sub-footer .right-content>div {
    background: rgba(56, 67, 110, 0.8);
    border-radius: 0 0 10px 10px;
    height: 380px;
    padding: 20px;
}

#sub-footer .right-content a {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

#sub-footer .right-content a:hover {
    text-decoration: underline;
}


/*------------------------- CONTACT --------------------------------*/

#googleMap {
    clear: both;
}

#contact-container {
    margin: 0 auto;
    width: 70%;
}

.contact-content {
    float: left;
    width: 48%;
}

#sh-contact {
    float: right;
}

.contact-content div {
    margin-bottom: 15px;
}

.contact-content h3 {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    font-size: 16px;
    font-family: 'Raleway Medium', Calibri, sans-serif;
    margin-bottom: 15px;
    padding: 20px 0 5px;
}

.contact-content p {
    text-align: left;
}

#googleMap a {
    background: url(../Images/location.png) no-repeat center;
    background-size: cover;
    display: block;
    height: 300px;
    margin-bottom: 20px;
    width: 100%;
}

.contact-content a,
#careers-container a {
    color: #0f9aad;
}

.contact-content a:hover,
#careers-container a:hover {
    color: #85c226;
}

#contact-info {
    margin-bottom: 10px;
}

#contact-form-wrapper {
    clear: both;
    overflow: hidden;
    padding: 20px 0;
}

#contact-form input,
#contact-form select,
#contact-form textarea {
    background: #fff;
    border: 1px solid #ccc;
    font-family: 'Raleway Medium', Calibri, sans-serif;
    margin-bottom: 15px;
    outline: none;
    padding: 12px 15px;
    width: 93%;
}

#contact-form select {
    width: 100%;
}

#contact-form textarea {
    height: 100px;
    resize: none;
}

#contact-form input[type="submit"] {
    background: #85c226;
    border-color: #85c226;
    color: #fff;
    cursor: pointer;
    font-family: 'Raleway Bold', Calibri, sans-serif;
    text-transform: uppercase;
    width: auto;
}


/*------------------------- COURSES --------------------------------*/

.courses-wrapper ul {
    overflow: hidden;
}

.courses-wrapper li {
    float: left;
    margin-bottom: 30px;
    width: 45%;
}

.courses-wrapper li:nth-child(2n) {
    float: right;
}

.courses-wrapper a {
    color: #000;
    display: block;
    text-decoration: none;
}

.courses-wrapper a span {
    background: #3bb3c3;
    bottom: 10px;
    color: #fff;
    cursor: pointer;
    display: none;
    padding: 15px;
    position: absolute;
    right: 0;
    text-decoration: none;
}

.courses-wrapper .course-img:hover span,
.mobile .courses-wrapper a span {
    display: block;
}

.courses-wrapper li p {
    margin-bottom: 7px;
}

#undergraduate-courses-wrapper {
    margin-bottom: 20px;
}

#courses-wrapper>p {
    padding-bottom: 20px;
}

#courses-container .course-img {
    background: url(../Images/banner3.jpg) no-repeat center transparent;
    background-size: cover;
    height: 200px;
    margin-bottom: 15px;
    position: relative;
}

#courses-container #undergraduate-courses-wrapper .course-img {
    background-image: url(../Images/banner3.jpg);
}

#courses-container #postgraduate-courses-wrapper li:first-child .course-img {
    background-image: url(../Images/banner1.jpg);
}

#courses-container #postgraduate-courses-wrapper li:nth-child(2) .course-img {
    background-image: url(../Images/banner4.jpg);
}

#courses-container #postgraduate-courses-wrapper li:nth-child(3) .course-img {
    background-image: url(../Images/banner2.jpg);
}

#courses-container #postgraduate-courses-wrapper li:nth-child(4) .course-img {
    background-image: url(../Images/banner3.jpg);
}

#courses-container #postgraduate-courses-wrapper li:nth-child(3) {
    clear: both;
}

#syllabus-wrapper li:nth-child(3),
#syllabus-wrapper li:nth-child(5) {
    clear: both;
}


/*------------------------- HORIZONTAL SLIDER --------------------------------*/

.horizontal-slider {
    height: 400px;
    overflow: hidden;
    position: relative;
}

.horizontal-slider li {
    bottom: 0;
    height: 400px;
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
}

.horizontal-slider img {
    height: auto;
    width: 100%;
}

.animating {
    z-index: 1000;
}

.slider-content {
    color: #fff;
    left: 15%;
    position: absolute;
    right: 0;
    top: 154px;
}

.slider-content h3 {
    font-family: "Raleway Medium", Calibri, sans-serif;
    font-size: 42px;
    line-height: 1.2em;
    text-align: left;
}

.slider-content a {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    margin-top: 20px;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    width: 150px;
}

.slider-content a i {
    display: none;
    font-size: 16px;
    line-height: 20px;
    margin-right: 10px;
}

.slider-content a:hover i,
.mobile .slider-content a i {
    display: inline;
}


/*------------------------- ABOUT US --------------------------------*/

#about-us-container .image-wrapper img {
    width: 100%;
}

#about-us-container p {
    margin-bottom: 10px;
}

#about-us-container .faculty-description {
    box-shadow: 0 1px 2px 0px #85c226;
}

#about-us-content a {
    color: #3bb3c3;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}

#about-us-content a:hover {
    color: #85c226;
    text-decoration: underline;
}

#about-us-container .faculty-details-wrapper {
    margin-top: 30px;
}

#about-us-container .faculty-details-wrapper h3 {
    margin: 0 0 25px;
}

#about-us-container .faculties {
    margin: 0 -1.6%;
}

#about-us-container .faculty-details-wrapper .faculty {
    margin: 0;
    padding: 0 1.6%;
    width: 30%;
}

#about-us-container .faculty-name {
    font-weight: bold;
    margin: 0;
    white-space: nowrap;
}

.faculty-description {
    border: 1px solid #ccc;
    margin-bottom: 50px !important;
    padding: 15px 20px 30px;
    position: relative;
    text-align: left;
}

.faculty-description span {
    display: block;
    height: 210px;
    min-height: 210px;
    overflow: hidden;
}

.faculty-description.full-details span {
    height: auto;
}

.faculty-read-more {
    background: #3bb3c3;
    border: none;
    bottom: 0;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    right: 0;
}

.faculty-read-more:hover {
    background: #85c226;
}


/*------------------------- ALUMINI --------------------------------*/

#alumini-container p {
    margin-bottom: 10px;
}


/*------------------------- PLACEMENT --------------------------------*/

#placement-container .banner-img {
    background: url(../Images/placement.jpg) no-repeat bottom center;
    height: 400px;
}

#placement-container p {
    margin-bottom: 10px;
}

#placement-container .faculties-wrapper {
    padding-top: 30px;
}

.event-wrapper {
    overflow: hidden;
    margin-bottom: 35px;
}

.event-wrapper .image-wrapper {
    float: left;
    max-height: 300px;
    position: relative;
    width: 45%;
}

.event-wrapper .image-wrapper img {
    width: 100%;
}

.event-wrapper .image-wrapper span {
    background: #3bb3c3;
    bottom: 20px;
    color: #fff;
    display: none;
    padding: 5px 10px;
    position: absolute;
    right: 0;
}

.event-wrapper .image-wrapper a:hover span,
.mobile .event-wrapper .image-wrapper span {
    display: block;
}

.event-wrapper .event-description {
    float: right;
    width: 45%;
}

.event-wrapper .event-description.full-width {
    float: none;
    width: 100%;
}

.event-wrapper .event-description a {
    text-decoration: none;
}

.event-wrapper .event-description a h3 {
    color: #333;
    text-decoration: none;
}

.event-wrapper .event-description a:hover h3 {
    color: #85c226;
}

.event-wrapper .event-description p {
    margin-bottom: 10px;
}

.date-wrapper i {
    margin-right: 5px;
}

.event-details-container .horizontal-slider {
    height: 600px;
}

.event-details-container #main-content p {
    margin-bottom: 10px;
}

.event-details-container #main-content p:last-child {
    margin-bottom: 0;
}

#gallery-container #main-content {
    padding-top: 50px;
}

#gallery-container .container {
    padding-bottom: 30px;
    position: relative;
}

.loader-ellips {
    font-size: 20px;
    height: 1em;
    margin: 10px auto;
    position: relative;
    width: 4em;
}

.loader-ellips__dot {
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    background: #555;
    border-radius: 0.5em;
    display: block;
    height: 1em;
    position: absolute;
    width: 1em;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}

.loader-ellips__dot:nth-child(3) {
    left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
    left: 3em;
}

@keyframes reveal {
    from {
        transform: scale(0.001);
    }
    to {
        transform: scale(1);
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em)
    }
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}

.page-load-status {
    bottom: 0;
    color: #777;
    display: none;
    /* hidden by default */
    padding-top: 20px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.pagination_next,
.infinite-scroll-last,
.infinite-scroll-error {
    display: none !important;
}


/*------------------------- RESPONSIVE DESIGN --------------------------------*/


/*
@media only screen and (min-width:1500px) {
    h1 {
        height: 120px;
        width: 160px;
    }
    #sh-logo {
        height: 85px;
        margin-top: 12px;
        width: 120px;
    }
    #main-menu {
        margin-right: 150px;
        margin-top: 50px;
    }
    #main-menu li {
        padding-left: 30px;
    }
}
*/

@media only screen and (max-width: 1160px) {
    h1 {
        background-position: left top;
        height: auto !important;
        padding: 8px 0;
    }
    #nav {
        border-bottom: 1px solid #85c226;
        height: 50px;
        overflow: visible;
    }
    #sh-logo {
        background-position-x: right;
        height: 52px;
        right: 40px;
    }
    #responsive-menu {
        display: block;
    }
    #responsive-menu i {
        border: 1px solid #333;
        border-radius: 3px;
        color: #333;
        font-size: 20px;
        margin: 12px 0;
        padding: 4px 6px 3px;
    }
    #responsive-menu.active i {
        border-color: #3bb3c3;
        color: #3bb3c3;
    }
    #main-menu {
        background: #fff;
        display: none;
        margin: 0 !important;
        position: absolute;
        right: 0;
        top: 70px;
        z-index: 9999;
    }
    #main-menu.show {
        box-shadow: -1px 1px 4px 0 #85c226;
        display: block;
    }
    #main-menu li {
        border-bottom: 1px dashed #85c226;
        float: none;
        margin: 0;
        padding: 5px 0;
        width: 100%;
    }
    #main-menu li:last-child {
        border: none;
    }
    #main-menu li a {
        display: block;
        padding: 10px 15px;
    }
    #main-menu li.active a {
        font-weight: bold;
    }
    nav li>ul {
        right: 100%;
        top: 0;
        width: 180px;
    }
    nav li #submenu>li {
        padding: 16px 0 14px 20px;
        width: auto;
    }
    .faculty {
        width: 25%;
    }
}

@media only screen and (max-width: 960px) {
    header {
        display: none;
    }
    footer {
        padding: 10px;
    }
    #main-content .container {
        width: 90%;
    }
    #home-container h2 {
        margin-bottom: 0;
    }
    #mission-wrapper,
    #vision-wrapper {
        float: none;
        width: 100%;
    }
    #mission-wrapper {
        margin-bottom: 20px;
    }
    #events-list-wrapper li {
        width: 47%;
    }
    #events-list-wrapper li:last-child {
        clear: both;
    }
    #course-banner>div {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        float: none;
        width: 100%;
    }
    .course-banner-img {
        background: url(../Images/course1.jpg) no-repeat right center;
        background-size: cover;
        height: 350px;
    }
    #about-us-container .horizontal-slider,
    #about-us-container .horizontal-slider li {
        height: 270px;
    }
    #about-us-container .horizontal-slider img {
        min-height: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .course-img {
        background-size: auto 100%;
        height: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .course-banner-img {
        height: 225px;
    }
    #events-list-wrapper li {
        margin: 0;
        width: 100%;
    }
    .faculty {
        width: 29%;
    }
    #about-us-container .faculty-details-wrapper .faculty {
        width: 98%;
    }
    #placement-container .faculty {
        width: 42%;
    }
    #placement-container .faculty:nth-child(2n+1) {
        clear: both;
    }
}

@media only screen and (max-width: 600px) {
    .course-banner-img {
        height: 150px;
    }
    #about-us-container .horizontal-slider,
    #about-us-container .horizontal-slider li {
        height: 190px;
    }
    .faculty {
        width: 40%;
    }
    .contact-content {
        width: 100%;
    }
    #syllabus-wrapper li p {
        text-align: left;
    }
    #sub-footer .speciality {
        background-size: 15% auto !important;
        margin-bottom: 30px;
        padding-left: 20%;
        padding-top: 0;
        width: 80%;
    }
    #shsc-connection {
        font-size: 8px;
        left: 75px;
        right: 128px;
        line-height: 1.2em;
    }
}

@media only screen and (max-width: 480px) {
    #syllabus-wrapper li {
        width: 100%;
    }
    #sub-footer .left-content {
        width: 100%;
    }
    #sub-footer .right-content {
        margin-top: 30px;
        width: 100%;
    }
}

@media only screen and (max-width: 375px) {
    .faculty {
        width: 100% !important;
    }
    #shsc-connection {
        top: 16px;
    }
}


}

}