/*------------------------------------------------------------------

[Master Stylesheet]

Project:	Template

Version:	1

-------------------------------------------------------------------*/

/* Stylesheets and Google fonts import */



/*------------------------------------------------------------------

[Table of contents]



0. CSS Reset

1. Basic Styles

2. Typography

3. Margin Bottom Sets

4. Padding Sets

5. Spacers Sets

6. Site Structure & Appearance

7. Responsive Media Queries

-------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------------*/

/* 0. RESET */

/*-------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
iframe {
	border: 0;
}
/* ==================================================

   1. Basic Styles

================================================== */



html, body {
	height: 100%;
}
html, hmtl a {
	width: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a {
	color: #5e5e5e;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0.2s;
	-moz-transition: all 0.3s ease 0.2s;
	-ms-transition: all 0.3s ease 0.2s;
	-o-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.1s;
}
a:hover,  a:active,  a:focus {
	text-decoration: none;
	outline: 0;
	color: #5e5e5e;
}
a img {
	border: none;
}
a > img {
	vertical-align: middle;
}
.gray-bg {
	background: #CDCBCB;
}
.gray-text {
	color: #CDCBCB;
}
.lgray-bg {
	background: #F9F8F5;
}
.dgray-bg {
	background: #454545;
}
img {
	max-width: 100%;
}
img, object, embed, audio, video {
	max-width: 100%;
}
img {
	height: auto;
}
strong, .strong {
	font-weight: 700;
}
p {
	margin: 0 0 20px;
}
i, em, .italic {
	font-style: italic;
}
.uppercase {
	text-transform: uppercase;
}
.align-left {
	float: left;
	margin: 0 25px 0 0px!important;
}
.align-right {
	float: right;
	margin: 0 0 0 25px!important;
}
.text-align-left {
	text-align: left;
}
.text-align-center {
	text-align: center;
}
.text-align-right {
	text-align: right;
}
.color-text {
	color: #ffffff;
}
.through {
	text-decoration: line-through;
}
.border-radius {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

::-webkit-input-placeholder {
 color: #999;
}



:-moz-placeholder { /* Firefox 18- */
 color: #999;
}



::-moz-placeholder {  /* Firefox 19+ */
 color: #999;
}



:-ms-input-placeholder {
 color: #999;
}
iframe {
	border: 0;
}
/* ==================================================

   2. Typography

================================================== */



h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px 0;
	color: #333;
	font-weight: 400;
	line-height: 1.5em;
	letter-spacing: .5px;
	font-family: 'Open Sans', sans-serif;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h2 small {
	display: block;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-size: 45%
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 12px;
}
h1.short, h2.short, h3.short, h4.short, h5.short, h6.short, p.short {
	margin-bottom: 5px;
}
h1.spaced, h2.spaced, h3.spaced, h4.spaced, h5.spaced, h6.spaced {
	margin-top: 22px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #333;
	text-decoration: none;
}
h1 .label, h2 .label, h3 .label, h4 .label, h5 .label, h6 .label {
	font-family: 'Open Sans', sans-serif;
}
.huge {
	font-size: 10em;
}
blockquote {
	margin: 30px 0;
	padding: 0 0 0 30px;
	border-left: 3px solid #222;
}
blockquote p {
	margin-bottom: 0;
	white-space: 1px;
	line-height: 1.8em;
	font-style: italic;
	color: #999;
	font-family: 'Open Sans', sans-serif;
}
blockquote cite {
	font-weight: 700;
}
blockquote cite:before {
	content: "- ";
}
p.lead {
	font-size: 20px;
	line-height: 28px;
}
p.md {
	font-size: 16px;
}
p.lg {
	font-size: 30px;
}
.lighter p {
	color: #ccc;
}
p.small {
	color: #999;
	font-size: 12px;
	line-height: 17px;
	margin-top: 10px;
}
.big {
	font-size: 200%;
	line-height: 1.5em;
}
.thin {
	font-weight: 300;
}
p.drop-caps:first-child:first-letter {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	padding: 4px;
	font-size: 75px;
	line-height: 60px;
}
p.drop-caps.secondary:first-child:first-letter {
	margin-right: 10px;
	padding: 6px 12px;
	border-radius: 4px;
	color: rgb(255, 255, 255);
}
hr {
	display: block;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	height: 1px;
	border: 0;
	background: #E8E8E8;
}
hr.sm {
	display: inline-block;
	margin: 0 0 15px 0;
	width: 40px;
	height: 2px;
	border: 0;
}
hr.md {
	display: inline-block;
	margin: 15px 0;
	width: 100px;
	height: 2px;
	border: 0;
}
hr.fw {
	display: block;
	clear: both;
	margin-top: 50px;
	margin-bottom: 43px;
	width: 100%;
	height: 1px;
	border: 0;
	background: #eee;
}
hr.fw.cont {
	margin: 20px 0;
}
ul {
	margin: 10px 0 10px 20px;
	list-style-type: disc;
}
ol {
	margin: 10px 0 10px 30px;
	list-style-type: decimal;
}
ul ul, ol ul {
	margin: 10px 0 10px 20px;
}
ul ul {
	list-style-type: circle;
}
dl {
	margin: 10px 0;
}
dl dt {
	font-weight: 700;
}
address.ico i {
	display: inline-block;
	float: left;
	clear: both;
	padding-top: 3px;
}
address.ico p {
	margin: 0;
	padding-bottom: 10px;
}
address.ico span {
	display: inline-block;
	padding-left: 20px;
}
.cursive {
	font-style: italic;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 0;
}
label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 400;
	color: #999;
}
/* ==================================================

   3. Margin Bottom Sets

================================================== */



.margin-0 {
	margin-bottom: 0 !important;
}
.margin-5 {
	margin-bottom: 5px !important;
}
.margin-10 {
	margin-bottom: 10px !important;
}
.margin-15 {
	margin-bottom: 15px !important;
}
.margin-20 {
	margin-bottom: 20px !important;
}
.margin-30 {
	margin-bottom: 30px !important;
}
.margin-40 {
	margin-bottom: 40px !important;
}
.margin-50 {
	margin-bottom: 50px !important;
}
.margin-60 {
	margin-bottom: 60px !important;
}
.margin-70 {
	margin-bottom: 70px !important;
}
.margin-80 {
	margin-bottom: 80px !important;
}
.push-top-10 {
	margin-top: 10px;
}
.push-top-20 {
	margin-top: 20px;
}
.push-top-30 {
	margin-top: 30px;
}
.push-top-40 {
	margin-top: 40px;
}
.push-top-50 {
	margin-top: 50px;
}
.push-top-60 {
	margin-top: 60px;
}
/* ==================================================

   4. Padding Sets

================================================== */

.padding-b0 {
	padding-bottom: 0!important;
}
.padding-tb0 {
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.padding-tb20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding-tb45 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.padding-tb75 {
	padding-top: 75px;
	padding-bottom: 75px;
}
.padding-tb100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.padding-tb125 {
	padding-top: 125px;
	padding-bottom: 125px;
}
/* ==================================================

   5. Spacers Sets

================================================== */

.spacer-10, .spacer-20, .spacer-30, .spacer-40, .spacer-50, .spacer-60, .spacer-75, .spacer-100 {
	clear: both;
	width: 100%;
}
.spacer-10 {
	height: 10px;
}
.spacer-20 {
	height: 20px;
}
.spacer-30 {
	height: 30px;
}
.spacer-40 {
	height: 40px;
}
.spacer-50 {
	height: 50px;
}
.spacer-60 {
	height: 60px;
}
.spacer-75 {
	height: 75px;
}
.spacer-100 {
	height: 100px;
}
/* ==================================================

   5. Multi purpose Elements

================================================== */

.overlay-transparent {
	background: rgba(0,0,0,.7);
}
.overlay-white {
	background: rgba(255,255,255,.9);
}
.checkers-overlay {
	background: url(../images/checkers.png) repeat;
}
.pattern-overlay {
	background: url(../images/pattern.png) repeat;
}
.next-prev-nav {
	display: inline-block;
}
.next-prev-nav a {
	display: inline-block;
	width: 20px;
	height: 20px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
}
.next-prev-nav a:hover {
	color: #fff;
}
.meta-data {
	color: #CDCBCB;
	font-size: 12px;
	line-height: 16px;
	display: block;
	font-weight: 400;
}
.meta-data strong {
	color: #999;
}
.meta-data a {
	color: #CDCBCB;
}
.meta-data a:hover {
	text-decoration: none;
}
.meta-data > span {
	display: inline-block;
}
.meta-data i {
	margin-right: 4px;
}
.meta-data > span:last-child {
	margin-right: 0;
}
.meta-data.alt {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
}
.meta-data.alt > div {
	padding: 0 5px;
	display: inline-block;
}
.meta-data.alt > div:first-child {
	padding-left: 0;
}
.meta-data.alt > div:after {
	content: "/";
	margin-left: 10px;
}
.meta-data.alt > div:last-child:after {
	content: "";
}
p.meta-data {
	font-size: 16px;
	line-height: 1.7em;
}
.btn-rounded {
	border-radius: 30px;
}
.light-title {
	color: #fff;
}
/* ==================================================

   6. Site Structure & Appearance

================================================== */

body {
	background-color: #fff;
	color: #4c4c4c;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5em;
	overflow-x: hidden;
}
.header-top ul li a {
    padding: 0 10px;
    font-size: 13px;
    color: #ddd;
    border-right: 1px solid #ddd;
    font-weight: 300;
    line-height: 1.2;
}
.header-top ul li:last-child a {
	border-right:none;
}
.header-top ul{
	text-align: left;
	margin-top: 10px;
}
.header-contact span a{
	font-size: 14px;
    color: #ddd;
    font-weight: 300;
}
.header-top-wrap {
    background-color: #333;
    padding: 3px 0;
}
.header-contact .fa {
    color: #19a7bd;
    font-size: 16px;
    margin-right: 10px;
}
.header-mail {
    margin-right: 30px;
}
.header-contact {
    border-right: 1px solid #ccc;
    margin-right: 10px;
    padding-right: 30px;
}
.header-social-icons ul li a .fa {
    font-size: 20px;
}
.header-social-icons ul li a .fa-facebook {
    color: #3876dd;
    margin-right: 20px;
}
.header-social-icons ul li a .fa-twitter {
    color: #22cde7;
}
.header-social-icons ul li {
    list-style: none;
    display: inline-block;
}
.header-social-icons, .header-contact {
    display: inline-block;
}
.header-wrap {
    padding: 15px 0;
}
.navbar-right ul li a {
    padding: 2px 10px;
    border-right: 1px solid #ccc;
}
.navbar-right ul li:last-child a {
    border-right: none;
}
.nav-main li a{
	color: #333;
}
.nav-main li.active a{
	color: #19a7bd;
}
.logo {
    float: left;
}
.navbar-right {
    padding-top: 30px;
}
.home-slider img {
    max-width: 100%;
    width: 100%;
}
.banner-slider-wrap {
    position: relative;
}
.banner-slide-container .banner-content {
    /*position: absolute;
    top: 100px;
    max-width: 600px;
    width: 100%;*/
    position: absolute;
    top: 0;
    max-width: 100%;
    width: 100%;
    background: url(../images/banner-bg.jpg) 0 0;
    height: 485px;
    padding: 30px 40px;
    border: 1px solid #ffffff;
    border-right: 0;
    background-size: cover;
}
.banner-content h1{
	color: #fff;
	font-size: /*58px;*/45px;
	font-weight: 700;
	line-height: 1.2;
}
.banner-content h1 span{
	color: #2cc8e0;
	display: block;
}
.banner-content p{
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 50px;
}
.banner-content p span {
    color: #fff !important;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 50px;
}
.btn-main{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
    border: 1px solid #fff;
    padding: 15px 25px;
    border-radius: 5px;
    display: inline-block;
}
.btn-main:hover, .btn-main:focus{
	background-color: #fff;
	color: #19a7bd;
} 
.btn-main-small {
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 400;
}
.btn-main-xs{
	color: #fff;
	font-size: 15px;
	font-weight: 400;
    border: 1px solid #fff;
    padding: 7px 15px;
    border-radius: 3px;
    display: inline-block;
    line-height: 1.5;
}
.btn-main-xs:hover, .btn-main-xs:focus{
	background-color: #fff;
	color: #19a7bd;
} 
.btn-green{
	color: #19a7bd;
	border: 1px solid #19a7bd;
	background-color: transparent;
}
.btn-green:hover, .btn-green:focus{
	background-color: #19a7bd;
	color: #fff;
}
.study-wrapper {
    background: url(../images/study-bg.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.study-content h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}
.study-content h2 .fa{
	margin-right: 5px;
}
.study-content p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 30px;
}
.about-wrapper {
    background-color: #f3f3f3;
}
.section-padding{
	padding: 50px 0;
}
.section-main-heading {
    font-size: 42px;
    color: #000;
    font-weight: 600;
}
.section-heading {
    font-size: 36px;
    color: #000;
    font-weight: 600;
}
.heading-white {
    color: #fff;
}
.content-light p {
    color: #666;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3;
}
.section-list li {
    list-style: none;
    font-size: 18px;
    padding-bottom: 15px;
    background: url(../images/list-arrow.png) no-repeat;
    background-position: 0 5px;
    padding-left: 40px;
    line-height: 30px;
}
.section-list ul {
    margin: 35px 0 0 auto;
}
.research-wrap {
    padding: 0 10px 10px 0;
    margin-bottom: 30px;
}
.research-wrap-bg {
    position: relative;
    background-color: #555;
    padding: 15px;
}
.research-wrap-bg::after {
    background-color: #19a7bd;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: -1;
}
.resch-img-wrap {
    border: 4px solid #ddd;
    position: relative;
}
.resch-img-wrap img {
    width: 100%;
}
.resch-img-caption {
    background-color: rgba(5, 111, 127, 0.70);
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
}
.resch-img-caption p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    line-height: 1.5;
    font-weight: 300;
}
.resch-content p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 1.6;
}
.home-slider {
    margin-bottom: -5px;
}
.pl0{
	padding-left: 0;
}
.faculty-img {
    border: 4px solid #fff;
    display: inline-block;
    position: relative;
	z-index: 1;
}
.faculty-wrap {
    border: 1px solid #19a7bd;
    border-radius: 0 10px 10px 0;
    height: 316px;
    overflow: hidden;
}
.faculty-img-wrap {
    width: 240px;
    float: left;
    padding: 50px 0 50px 20px;
    position: relative;
}
.faculty-img-wrap::after {
    width: 175px;
    height: 100vh;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #19a7bd;
}
.faculty-info {
    padding: 20px;
}
.faculty-info-name h6 {
    font-size: 18px;
    color: #19a7bd;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.faculty-info p {
    margin-bottom: 8px;
    color: #666;
    font-size: 15px;
    line-height: 1.8;
}
.faculty-info p .fa {
    margin-right: 5px;
}
.faculty-info .btn-wrap {
    margin-top: 20px;
}
.faculty-wrapper {
    background-color: #f3f3f3;
}
.gallery-wrapper {
    background: url(../images/gallery-bg.jpg) no-repeat;
    background-size: cover;
}
.gallery-slide {
    width: 25%;
    float: left;
}
.gallery-slide:nth-child(2n+2) {
    margin-top: 50px;
}
.gallery-wrapper .btn-wrap .btn-main {
    margin-top: 50px;
}
.footer-wrap {
    background-color: #333;
    padding-top: 35px;
}
.visitor-count h5 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
.footer-logo {
    margin-bottom: 35px;
}
.footer-list h5 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer-list ul{
	margin: 0;
}
.footer-list ul li {
    list-style: none;
    margin-bottom: 6px;
    color: #fff;
}
.footer-list ul li a{
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}
.list-half li {
    width: 46%;
    display: inline-block;
}
.footer-botm {
    border-top: 1px solid #999;
    margin-top: 50px;
}
.footer-text p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-top: 15px;
}
.footer-text p a {
    color: #19a7bd;
}
.footer-list .footer-address li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}
.footer-list .footer-address li .fa {
    color: #19a7bd;
    font-size: 16px;
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: 5px;
}
.upcoming-events {
    max-width: 335px;
    border: 1px solid #fff;
    margin-top: -450px;
    position: relative;
    float: right;
    background-color: rgba(0,0,0,0.70);
	padding: 20px;
}
.events-heading p {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}
.events-heading p .fa{
	font-size: 24px;
	color: #19a7bd;
	margin-left: 20px;
}
.event-list p {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}
.event-list a {
    color: #19a7bd;
}
.event-list {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    padding-top: 15px;
}
.event-btn a {
    color: #19a7bd;
    font-size: 16px;
}
.event-btn {
    margin-top: 15px;
}
.inner-header {
    box-shadow: 1px 2px 6px #ddd;
}
.inner-page-content {
    padding: 40px 0;
}
.inner-page-content h1 {
    font-size: 32px;
    font-weight: 700;
}
.inner-page-content h2 {
    font-size: 24px;
    font-weight: 600;
}
.inner-page-content h4 {
    font-size: 18px;
    font-weight: 600;
}
.inner-page-content p {
    color: #454545;
    font-size: 16px;
    line-height: 34px;
}
.inner-page-content ul, .inner-page-content ol{
	margin: 0 0 5px 0;
}
.inner-page-content ul li, .inner-page-content ol li {
    list-style: none;
    font-size: 16px;
    color: #454545;
    padding-bottom: 15px;
    background: url(../images/tick-icon.png) no-repeat;
    background-position: 0 5px;
    padding-left: 40px;
    line-height: 30px;
}
.inner-page-content ol li {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
}
.quick-links-wrap h4 {
    font-size: 26px;
    color: #19a7bd;
    font-weight: 600;
    margin-bottom: 10px;
}
.quick-links-wrap ul {
    margin: 0;
    max-height: 700px;
    overflow: auto;
}
.quick-links-wrap ul li a {
    color: #646565;
    font-size: 17px;
}
.quick-links-wrap ul li .fa{
	margin-right: 10px;
}
.quick-links-wrap ul li {
    list-style: none;
    border-bottom: 1px solid #b5b5b5;
    padding: 14px 10px;
    font-size: 17px;
}
.quick-links-wrap ul li.active, .quick-links-wrap ul li.active a {
    color: #19a7bd;
}
.quick-links-wrap ul li:last-child {
	border-bottom: none;
}
.quick-links-wrap {
    background-color: #fff;
    box-shadow: 2px 3px 10px rgba(0,0,0,0.3);
    padding: 20px;
    margin-bottom: 30px;
}
.right-bar {
    padding: 40px 0 0 30px;
}
.download-brochure {
    padding: 30px 0;
}
.download-brochure a {
    font-size: 22px;
    color: #19a7bd;
    font-weight: 600;
    padding: 18px 15px;
    text-align: center;
    display: inline-block;
    width: 100%;
    border: 1px solid #19a7bd;
}
.gallery-frame {
    border: 1px solid #7b7b7b;
    position: relative;
}
.photo-gallery-title {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 22px;
    padding: 20px;
    display: block;
}
.photo-gallery-title p {
    margin-bottom: 0;
}
.faculty-header {
    background-color: #232323;
    padding: 20px 0 25px 0;
}
.faculty-header-wrap h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 30px;
}
.faculty-header-wrap h1 span{
    font-size: 21px;
    display: block;
}
.faculty-header-wrap .nav-main li {
	border-right: 1px solid #fff;
	padding: 0px 17px;
	margin: 17px 0px 0px 0px;
}
.faculty-header-wrap .nav-main li:last-child{
	border-right: none;
}
.faculty-header-wrap .nav-main li a {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    padding: 0 2px;
    line-height: 1.2;
}
.faculty-header-wrap .nav-main li.active a {
    color: #19a7bd;
}
.fp-img-main {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    border: 5px solid #ececec;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 25px;
}
.inner-page-wrapper {
    padding: 35px 0;
}
.fp-slider {
    border: 1px solid #e6e6e6;
}
.fp-slider .slick-dots li button::before {
    font-size: 12px;
}
.fp-slider .slick-dots li.slick-active button::before, .fp-slider .slick-dots li:hover button::before {
    opacity: .75;
    color: #19a7bd;
}
.meet-faculty .slick-next {
    right: -15px !important;
}
.meet-faculty .slick-prev {
    left: -15px !important;
}
.fp-name h3 {
    color: #19a7bd;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}
.slick-dots {
    bottom: -25px;}

.fp-name p {
    font-size: 20px;
    color: #9b9b9b;
    font-weight: 600;
    margin-bottom: 15px;
}
.fp-study p {
    font-size: 18px;
    color: #555;
    margin-bottom: 15px;
}
.fp-info-contact p {
    font-size: 18px;
    color: #555;
    margin-bottom: 15px;
}
.fp-info-contact p .fa{
    margin-right: 5px;
    color: #19a7bd;
}
.fp-detail-top {
    margin-bottom: 25px;
}
.faculty-content-wrap p, .faculty-content-wrap li {
    font-size: 16px;
    color: #000;
    line-height: 32px;
}
.fp-content-tabs .nav-tabs > li > a {
    border-radius: 0;
    background-color: #eee;
}
.fp-content-tabs .nav-tabs > li.active > a, .fp-content-tabs .nav-tabs > li.active > a:focus, .fp-content-tabs .nav-tabs > li.active > a:hover {
    color: #fff;
    background-color: #19a7bd;
    border: 1px solid #19a7bd;
}
.fp-content-tabs .nav-tabs {
    border-bottom: 1px solid #19a7bd;
    margin-left: 0;
}
.fp-content-tabs .nav-tabs > li {
    margin-bottom: 0;
}
.fp-tab-content ul{
	margin-top: 0;
}
.fp-tab-content li, .fp-tab-content p{
    font-size: 16px;
    color: #000;
    line-height: 34px;
}
.fp-tab-content p{
	margin-bottom: 10px;
}
.fp-tab-content h4{
	font-size: 21px;
	color: #000;
}
.fp-tab-content table{
	max-width: 800px;
}
.faculty-content-wrap {
    padding-bottom: 20px;
}
.fp-tab-content {
    padding: 25px 0 10px;
}
.faculty-bg {
    background: url(../images/faculty-bg.jpg) repeat;
}
.faculty-content-wrap h2 {
    color: #19a7bd;
    font-size: 32px;
    font-weight: 600;
}
.faculty-content-wrap h3 {
    font-weight: 600;
    position: relative;
}
.faculty-content-wrap h3::after {
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 2px;
    width: 50px;
    content: "";
    background-color: #19a7bd;
}
.faculty-content-wrap table td, .fp-tab-content table td {
    color: #000;
    font-size: 15px;
    padding: 14px 10px !important;
}
.faculty-content-wrap table th, .fp-tab-content table th {
    background-color: #19a7bd;
    color: #fff;
    font-size: 18px;
    border-bottom: 0 !important;
    padding: 14px 10px !important;
    font-weight: 600;
}
.fp-scholar-wrap {
    position: relative;
    padding-left: 220px;
    min-height: 230px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
}
.fp-scholar-img {
    position: absolute;
    left: 0;
    top: 0;
}
.fp-scholar-img::after {
    position: absolute;
    left: 12px;
    top: 12px;
    width: 100%;
    height: 100%;
    content: "";
    border: 3px solid rgba(25, 167, 189, 0.7);
}
.fp-scholar-wrap h5 {
    font-size: 21px;
    font-weight: 600;
    color: #19a7bd;
    margin-bottom: 10px;
    margin-top: 15px;
}
.fp-scholar-email .fa{
    color: #19a7bd;
    margin-right: 5px;
}
.fp-scholar-email p{
    color: #333;
    margin-bottom: 10px;
}
.fp-scholar-topic p{
	color: #333;
}
.fp-faculty-wrap {
    height: 262px;
    margin-bottom: 30px;
}
.fp-faculty-wrap .faculty-img-wrap {
    padding: 30px 0 30px 20px;
}
.fp-faculty-wrap .faculty-img-wrap::after {
    height: 260px;
}
.fp-faculty-wrap .faculty-info-name {
    padding-top: 25px;
}
.fp-faculty-wrap .faculty-img img {
    max-width: 175px;
}
.faculty-content-wrap ol, .faculty-content-wrap ul{
	margin-left: 0;
}
.faculty-content-wrap ol li {
    width: 50%;
    float: left;
    list-style: none;
    font-size: 16px;
    padding-bottom: 15px;
    background: url(../images/list-arrow.png) no-repeat;
    background-position: 0 5px;
    padding-left: 40px;
    padding-right: 10px;
    line-height: 30px;
    background-size: 20px auto;
}
/*.faculty-content-wrap ul li {*/
/*    list-style: none;*/
/*    font-size: 18px;*/
/*    padding-bottom: 15px;*/
/*    background: url(../images/list-arrow.png) no-repeat;*/
/*    background-position: 0 5px;*/
/*    padding-left: 40px;*/
/*    padding-right: 10px;*/
/*    line-height: 30px;*/
/*    background-size: 20px auto;*/
/*}*/
.faculty-content-wrap ul li {
    /*list-style: decimal;*/
    font-size: 18px;
    float: left;
    width: 100%;
}
.project_info li .row {
    float: left;
}
.lt-text h4 {
    font-size: 24px;
    font-weight: 600;
    color: #19a7bd;
}
.lt-img-wrap{
	padding: 0 30px 20px 0;
	float: left;
}
.lt-img {
    position: relative;
    width: auto;
    display: inline-block;
}
.lt-img::after {
    position: absolute;
    left: 15px;
    top: 15px;
    border: 3px solid rgba(25, 167, 189, 0.7);
    width: 100%;
    height: 100%;
    content: "";
}
.fp-contact p {
    position: relative;
    padding-left: 25px;
}
.fp-contact p, .fp-contact p a{
	font-size: 18px;
	color: #000;
}
.fp-contact p .fa{
	position: absolute;
	left: 0;
	top: 8px;
	color: #19a7bd;
}
.fp-contact {
    padding-top: 50px;
}
.fp-contact-img {
    padding-right: 120px;
}

.fp-img-small {
    max-width: 136px;
    max-height: 136px;
}
.faculty-header-top-wrap h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 30px;
    padding-top: 25px;
}
.faculty-header-top-wrap h1 span {
    font-size: 21px;
    display: block;
}
.fp-img-small {
    max-width: 136px;
    max-height: 136px;
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
}
.faculty-header-top {
    background-color: #232323;
    padding: 15px 0 15px 0;
}
.nav-left{
	margin-left: 0;
	margin-top: 0;
}
.white-overlay {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: 0 3px 20px rgba(0,0,0,0.11);
}
.nav-left li {
	border-bottom: 1px solid #e9e9e9;
	padding: 13px 0;
	list-style: none;
	position: relative;
	padding-left: 30px;
}
.nav-left li:last-child{
	border-bottom: none;
}
.nav-left li.active, .nav-left li.active a{
	color: #19a7bd;
}
.nav-left li::before {
    content: "\f105";
    font-family: FontAwesome;
    left: 10px;
    top: 11px;
    position: absolute;
    font-size: 17px;
}
.nav-left li a {
    font-size: 17px;
    color: #646565;
}
.sidebar-wrap {
    margin-right: 20px;
}
.sidebar-news-img {
    float: left;
    margin-right: 10px;
    width: 60px;
}
.sidebar-news-main h6 {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
}
.sidebar-news-img img {
    height: auto !important;
}
.sidebar-news-main p {
    color: #333;
    font-size: 13px;
    margin-bottom: 5px;
}
.sidebar-news-main {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
    
}
.sidebar-news-main:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.sidebar-news-wrapper h5 {
    color: #19a7bd;
    font-size: 24px;
    font-weight: 600;
}
.faculty-detail-top .lt-text h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.faculty-detail-top .fp-contact-img {
    padding-right: 0;
}
.faculty-detail-top .fp-contact {
    padding-top: 30px;
}
.faculty-content-wrap blockquote {
    border-left: none;
    font-size: 18px;
    line-height: 1.7;
    position: relative;
    padding-left: 50px;
}
.faculty-content-wrap blockquote::before {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 38px;
    left: 0;
    top: -20px;
    position: absolute;
    color: #999;
}
.faculty-detail-top .fp-img-main {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 10px;
}
.faculty-detail-top .fp-profile-info {
    position: relative;
    padding-left: 280px;
    min-height: 270px;
    padding-top: 15px;
}
.aboutus-img {
    margin-bottom: 20px;
}
.dictr-msg h3 {
    font-size: 24px;
    font-weight: 600;
    color: #19a7bd;
    margin-bottom: 12px;
}
.dictr-msg h4 {
    font-size: 18px;
    margin-bottom: 12px;
}
.msg-wrap {
    margin-top: 20px;
}
.about-history ul {
    border-left: 2px solid #ddd;
    padding-left: 24px;
    margin: 0 0 0 30px;
    padding-top: 10px;
}
.about-history li p{
	margin-bottom: 0;
}
.about-history li {
    border: 1px solid #19a7bd;
    padding: 12px;
    margin: 60px 0 90px;
    position: relative;
    list-style: none;
}
.about-history li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #19a7bd;
    left: -30px;
    top: 11px;
}
.about-history li::after {
    width: 20px;
    height: 2px;
    position: absolute;
    left: -21px;
    top: 15px;
    content: "";
    background-color: #19a7bd;
}
.about-history-year {
    position: absolute;
    left: -55px;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    background-color: #19a7bd;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-weight: 600;
    top: -72px;
}
.right-bar h3 {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin-bottom: 25px;
}
.right-bar h3::after {
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 2px;
    width: 50px;
    content: "";
    background-color: #19a7bd;
}
.recognition-wrap {
    margin-bottom: 30px;
    min-height: 420px;
}
.inner-page-content .recognition-wrap p {
    line-height: 30px;
}
.inner-page-content .recognition-wrap h3{
	margin-bottom: 10px;
	font-size: 18px;
}
.fl-img {
    border: 7px solid rgba(0,0,0,0.12);
    border-radius: 50%;
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 15px;
    display: inline-block;
}
.fl-wrap {
    text-align: center;
    margin-bottom: 30px;
	min-height: 445px;
}
.staff-list-wrapper .fl-wrap {
	min-height: auto;
}
.faculty-list-wrapper {
    padding-top: 40px;
}
.faculty-list-wrapper .inner-page-content{
	padding-top: 0;
}
.col-custom-small {
    width: 30%;
}
.col-custom-large {
    width: 70%;
}
.fl-info h6 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.fl-info p{
	margin-bottom: 0px;
}
.fl-info p .fa {
    color: #19a7bd;
    margin-right: 3px;
}
.fl-info .btn-wrap {
    margin-top: 15px;
}
.students-table table td, .students-table table th{
	padding: 14px 10px !important;
}
.students-table table{
	margin-bottom: 30px;
}
.students-table table th {
    background-color: #eee;
    font-weight: 600;
}
.students-table caption {
    font-size: 21px;
    font-weight: 600;
    padding: 14px;
    background-color: #333;
    color: #fff;
    text-align: center;
}
.gallery-wrap ul li {
    list-style: none;
    background: none;
    padding: 0 15px;
    text-align: center;
}
.gallery-wrap p{
	font-size: 14px;
	padding: 10px 5px;
	line-height: 24px;
	margin-bottom: 0;
}
.gallery-wrap .row {
    margin-left: -15px;
    margin-right: -15px;
}
.gallery-wrap ul li .gallery-inr-wrap {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    min-height: /*216px*/265px;
    padding: 3px;
    margin-bottom: 30px;
    cursor: pointer;
}
.lg-on .inner-header {
    z-index: -1;
    position: relative;
}
.resource-content {
    padding: 10px;
    text-align: left;
}
.gallery-wrap .resource-content h4{
	margin-bottom: 5px;
}
.gallery-wrap .resource-content p {
    font-size: 14px;
    padding: 0;
    margin-bottom: 5px;
}
.gallery-wrap .resource-content .modal-link{
	padding: 0;
	background-color: transparent;
	border: none;
	color: #19a7bd;
}
.resource-group-tab span{
	margin: 0 3px;
}
.resource-group-tab span a {
    background-color: #19a7bd;
    color: #fff;
    padding: 6px 15px;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
}
.resource-modal .modal-header{
	border-bottom: none;
	padding-bottom: 0;
}
.resource-modal .modal-title {
    font-size: 21px;
    font-weight: 600;
}
.resource-modal-img {
    margin-bottom: 10px;
}
.resource-modal .modal-content {
    border-radius: 0;
    padding: 15px 10px 30px;
}
.resource-modal .modal-content .lead{
	font-size: 16px;
	font-weight: 600;
}
.resource-modal .modal-dialog {
    width: 700px;
}
.resource-modal .close {
    font-size: 35px;
    font-weight: 500;
}
.logo-main img {
    max-width: 440px;
}

/* ==================================================

   6.5. Overriding Classes

================================================== */

.parallax {
	background-attachment: fixed!important;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #f8f8f8;
}
.touch .parallax, .page-header.parallax {
	background-attachment: scroll!important;
}
/* ==================================================

   Home Page Style

================================================== */

.events-info {
    height: 300px;
    overflow: auto;
    padding-right: 20px;
}
.events a{color: #19a7bd;}
.events a:hover{color: #000;}


.research-home-slider .slick-prev {
    left: -25px !important;
}
.research-home-slider .slick-next {
    right: -25px !important;
}

.faculty-bg .slick-slide img {
    display: block;
    max-width: /*490px*/ 100%;
    margin: 0 auto;
    border: 0;
}
.slick-slide img {
    position: relative;
    border: 1px solid #eaeaea;
}
.slick-dotted {
    border: 0;
}
.d-b{display: block;}
.d-m{display: none;}
.recognition-wrap img {
    max-height: 214px;
}
.aboutus-img {
    margin-bottom: 20px;
    min-height: 220px;
    /*border: 1px solid #f1f1f1;*/
    text-align: center;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 216px;
}
.gallery-wrap ul li .gallery-inr-wrap img {
    max-height: 237px;
    display: inline-block;
}
.researcharea img {
    max-height: 140px !important;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{display: inline-block;}
.home-reasearch img {
    height: 190px;
}
/* ==================================================

   7. Responsive Media Queries

================================================== */

@media (min-width:768px) {
.stellarnav ul ul {
    top: 40px;
    width: 160px;
    background-color: #090806;
    box-shadow: 1px 1px 10px rgba(255,255,255,0.2);
}
.stellarnav li li {
    display: block;
    padding: 8px;
    border-bottom: 1px solid #ddd;
}
.stellarnav li li a{
	color: #fff;
	border-right: 0;
}
.stellarnav li.has-sub > a::after {
    border-top: 6px solid #555;
}
}

@media (max-width: 1600px) {

.upcoming-events {
    margin-top: -290px;
}
.banner-slide-container .banner-content{    height: 359px;}
.banner-content h1 {
    font-size: 23px;
}
.btn-main {
    color: #fff;
    font-size: 15px;
    padding: 8px 9px;

}
.events-info {
    height: 125px;}

}

@media (max-width: 1024px) {
.header-top ul li a { padding: 0 6px;}
.header-mail { margin-right: 6px;}
.d-b{display: none;}
.d-m{display: block;}
.banner-slide-container .banner-content {
    height: 100vh;
}
.banner-content h1 span {
    font-size: 16px;
}
.banner-content p span {
    font-size: 13px;
}
.upcoming-events {
    margin-top: -294px;
    right: 10%;
}
.banner-content h1 {
    font-size: 20px;
}
.banner-content p {font-size: 15px;}
.home-slider img {
    max-width: 100%;
    width: 100%;
    height: 345px;
}
.home-slider {
    margin-bottom: 0px;
}
.home-slider img {
    height: 335px;
}

#nav-top a.menu-toggle {
    display: none;
}
#nav-top ul{display: inline-block !important; width: 100%; background: none; text-align: center;
    border: 0; border-bottom: 1px solid rgba(255, 255, 255, .15)}
#nav-top ul li {display: inline-block;}
#nav-top ul li a { padding: 8px 15px; border-bottom: 0;}
.header-right {
    text-align: center;
}
.banner-slide-container {
    display: none;
}
.faculty-img-wrap {
    width: 40%;
    float: left;
    padding: 50px 40px 50px 20px;
    position: relative;
}
.faculty-info {
    padding: 20px;
    float: right;
    width: 60%;
}
.slick-slide img {
    max-width: 100% !important;
}
.faculty-slider a {
    word-break: break-all;
}
.faculty-wrap {
    border: 1px solid #19a7bd;
    border-radius: 0 10px 10px 0;
    height: auto;
    float: left;

}
.meet-faculty .slick-next {
    right: 7px !important;
}
.meet-faculty .slick-prev {
    left: 3px !important;
}

.faculty-header-wrap .stellarnav ul {
    display: block;
}
}

@media (max-width: 850px) {
#navbar-main ul.nav-main {
    position: absolute;
    display: none;
    z-index: 9999999;
    left: 0;
    width: 100%;
    height: 100vh;
    top: 109%;
}
.container {
    position: relative;
}
.stellarnav ul ul {top: 0;}
.stellarnav li li a { color: #19a7bd;}
.d-b{display: block;}
.d-m{display: none;}
.gallery-img-wrap img {
    max-width: 100% !important;
}
.pl0 {
    padding-left: 15px;
}
.faculty-info {
    width: 55%;
}
.faculty-img-wrap {
    padding: 50px 0px 50px 20px;
}
.faculty-info {
    z-index: 9;
    position: relative;
}
.fl-img img {
    max-width: 100% !important;
    min-width: 100% !important;
}
.fl-img {
    width: 145px;
    height: 145px;}
.gallery-inr-wrap img.img-responsive {
    max-height: 200px;
}
.home-slider img {
    height: auto;
}
.resource-modal .modal-dialog {
    width: 95%;
}

}

@media (max-width: 767px) {
#nav-top ul li a {
    padding: 0px 16px 0 16px;
}
#nav-top ul{padding-bottom: 12px;}
.header-contact {
    border-right: 0px;
    margin-right: 0;
    padding-right: 0;
}
.logo-main img {
    max-width: 100%;
}
.upcoming-events {right: 5px;}
.faculty-img-wrap::after {
    width: 160px;
}
.gallery-slide {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.gallery-slide:nth-child(2n+2) {
    margin-top: 0;
}
.visitor-count.text-right {
    text-align: left;
}
.footer-text {
    text-align: center;
}
.right-bar {
    padding: 0;
}
.col-custom-large {
    width: 100%;
 
}
.col-custom-small {
    width: 100%;
 
}
.fl-wrap {
    min-height: inherit;
}
.gallery-wrap p{min-height: 100px;}
}
@media (max-width: 460px) {
.faculty-img-wrap {
    padding: 20px 20px 20px 20px;
    width: 100%;
}
.faculty-info {
    width: 100%;
    z-index: 9;
    position: relative;
}
.faculty-img-wrap::after { height: 100%;}
.faculty-img-wrap::after {
    width: 100%;
}
.lt-img-wrap {
    width: 100%;
}
.lt-img-wrap img{
    width: 100%;
}
.lt-img {
    position: relative;
    width: 100%;
    display: inline-block;
}
.right-bar {
    padding: 40px 0 0 0px;
}
.recognition-wrap {
    min-height: inherit;
}
}