<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');



body {
	font-family: 'PT Sans', sans-serif;
	background-color: #f8f8f8;
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url("../bootstrap/fonts/glyphicons-halflings-regular.eot") format("eot"), url("../bootstrap/fonts/glyphicons-halflings-regular.svg") format("svg"), url("../bootstrap/fonts/glyphicons-halflings-regular.ttf") format("ttf");
	font-weight: normal;
	font-style: normal
}

body::after {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.62);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

a:link,
a:visited {
	color: #337ab7;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

a:hover,
a:focus {
	color: white !important;
}

img {
	max-width: 100%;
	height: auto;
}

.right-aligned {
	text-align: right;
}

#top {
	background-color: transparent;
	color: #173D50;
}

#top *::before,
#top *::after {
	content: none;
}

#curiosityblk {
	width: 322px;
}

#curiosityblk li {
	padding-right: 0;
}

#top ul {
	margin-bottom: 0px;
}

#top ul li {
	padding: 4px 4px;
	text-transform: capitalize;
	font-size: 12px;
}

#topheader {
	background-color: transparent;
}

#topheader:before {
	content: "";
	position: absolute;
	left: -9%;
	top: 0px;
	width: 39.3%;
	background: #fff;
	height: 117px;
	z-index: 0;
	-webkit-transform: skew(40deg);
	-moz-transform: skew(40deg);
	-o-transform: skew(40deg);
	transform: skew(40deg);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#mainlogo {
	padding: 11px;
	max-width: 83%;
	margin-top: 0px;
}

#mainmenu {
	background-color: #27292B;
}

#mainmenu .secondsub {
	margin-top: 45px;
}

#homeico a {
	padding: 13px 16px 11px;
}

#homeico a i {
	font-size: 20px;
}

#curiosityblk {
	margin: 9px 0px 10px;
	text-align: right;
	margin-right: -43px;
}

#curiosity {
	float: left;
	font-weight: 600;
	background: #B90A0D;
	color: #fff;
	border-color: #B90A0D;
	border-radius: 3px;
	padding: 6px 8px;
	font-size: 12px;
}

#curiosityinv {
	float: right;
	font-weight: 600;
	background: #27292B;
	color: #fff;
	border-color: #27292B;
	border-radius: 3px;
	padding: 6px 12px;
	font-size: 12px;
}

.navbar {
	margin-bottom: 0px;
	border-radius: 0px;
}

.navbar-fixed-top {
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
	background-color: rgba(39, 41, 43, 0.95) !important;
}

.navbar-fixed-top .jetmenu {
	background-color: transparent !important;
}

.owl-carousel .owl-item .item {
	min-height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	/*slideSpeed:199!important ;*/
}

#wrapper {
	background-color: #f8f8f8;
}

#spotlightslider .owl-controls .owl-dots {
	margin-top: 0px!important;
}

.recent-news-wrap .title-median small {
	font-size: 12px;
	color: #222;
	margin-top: 3px;
	display: block;
}

.recent-news-wrap .title-median small p {
	margin-bottom: 5px;
	line-height: 8px;
	font-size: 10px;
}

.container .jumbotron,
.container-fluid .jumbotron {
	border-radius: 0px;
}

.newsscroll li:first-child {
	padding-bottom: 35px;
}

#homebanner {
	min-height: 400px;
}

#testimonials {
	color: #fff;
	font-size: 15px;
	background-color: rgba(136, 0, 0, 0.63);
}

#testimonials .lead {
	margin-bottom: 0px;
}

#testimonials .lead:before {
	content: '';
	background-color: rgba(255, 255, 255, 0.5);
	width: 50px;
	height: 2px;
	display: block;
	margin: 10px auto;
}

#testimonials .owl-item .item {
	height: 404px;
	min-height: 404px;
	padding: 10px;
	font-size: 14px;
}

#testimonials.owl-theme .owl-controls .owl-dots {
	margin-bottom: 0px;
	margin-top: 0px;
}

#testblock {
	background-color: #fff;
	padding: 50px 0px;
	background-image: url(../images/friends.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: 49%;
}

#testblock iframe,
#testimonials,
#testimg {
	margin: 13px 0px;
}

#imageslidebox {
	padding: 0px;
}

#imageslider .owl-item .item {
	height: 200px;
	min-height: 200px;
}

.owl-theme .owl-controls .owl-nav {
	position: absolute;
	top: calc(45%);
	width: 100%;
}

div#spotlightslider .owl-nav {
	position: absolute;
	top: calc(17%) !important;
	width: 100%;
}

.owl-theme .owl-controls .owl-nav&gt;div.owl-prev {
	float: left;
}

.owl-theme .owl-controls .owl-nav&gt;div.owl-next {
	float: right;
}

.owl-theme .owl-controls .owl-nav div {
	opacity: 1;
	transition: .5s all;
}

.owl-theme .owl-controls .owl-dots {
	margin-top: -27px;
	position: relative;
	text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 7px 6px;
	background: rgba(255, 255, 255, 0.2);
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span {
	background: rgba(255, 255, 255, 0.5);
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
	background: rgba(0, 0, 0, 0.0);
	width: 50px;
	height: 50px;
	padding: 8px 20px;
	border-radius: 50%;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.3);
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background-color: rgba(0, 0, 0, 0.5);
	width: 50px;
	height: 50px;
	padding: 8px 20px;
	border-radius: 50%;
	color: #fff;
	text-decoration: none;
}

.carousel-caption {
	text-transform: uppercase;
}

@media screen and (min-width:768px) {
    .carousel-caption {
		right: 0%;
		left: auto;
		text-align: left;
		padding: 20px 0px 20px 50px;
		background-color: rgba(0, 0, 0, 0.5);
		border-top: 5px solid #B90A0D;
		border-left: 5px solid #B90A0D;
		padding-bottom: 0px;
		display: block;
		bottom: 0px;
		width: 33.33333333%;
		height: 114px;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
		border-radius: 136px 0 0 0;
	}
    
    
	#spotlightslider .carousel-caption {
		right: 0%;
		left: auto;
		text-align: left;
		padding: 10px 0px 20px 15px;
		background-color: rgba(0, 0, 0, 0.5);
		border-top: 5px solid #B90A0D;
		border-left: 5px solid #B90A0D;
		padding-bottom: 0px;
		display: block;
		bottom: 0px;
		width: 33.33333333%;
		height: 40px;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
		border-radius: 136px 0 0 0;
	}
	
	
}

@media screen and (max-width:767px) {
	.megamenu .row .col3 {
		width: 100%;
	}
	#curiosityblk li p,
	#curiosityblk li a {
		font-size: 10px!important;
		line-height: 12px;
		display: block;
		width: 100%;
		min-height: 35px;
	}
	#mainlogo {
		padding: 0;
		max-width: 100%;
	}
	a:link {}
	#curiosityblk li {
		padding-right: 0;
		width: 113%;
		height: 30px;
		margin-bottom: 5px;
		display: table;
	}
}

#introblock {
	margin-bottom: 50px;
}

#introblock .director-msg {
	padding: 0px;
	background: rgba(64, 64, 64, 0.48);
	;
	padding: 0px;
}

#introblock .director-msg img {
	display: inline-block;
}

#introblock .director-msg p {
	color: #fff;
	font-size: 15px;
	text-align: justify;
	line-height: 25px;
}

#introblock .director-msg h4 {
	color: #fff;
	font-weight: 600;
}

.director-msg .director-sub {
	position: absolute;
	padding: 20px 25px;
	top: 0;
	left: 215px;
}

#newsscroll {
	background-color: #27292B;
	padding-top: 10px;
    font-size: 15px;
}

#newsscroll a {
	color: #fff;
	font-weight: 600;
	line-height: 25px;
	margin-right: 100px;
}

#newsevents {
	margin-bottom: 50px;
	margin-top: 50px;
}

#newsevents a:link,
#newsevents a:visited {
	color: #173D50;
	text-decoration: none;
	transition: all .1s ease-in-out;
}

#newsevents a:hover,
#newsevents a:focus {
	color: #B90A0D;
}

#newsevents .viewall {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
	text-transform: lowercase;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
	padding-right: 0;
	padding-left: 0;
}

.row.no-gutter {
	margin-left: 0;
	margin-right: 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.col-padded {
	padding: 30px;
	background-color: #FFF;
	min-height: 612px;
}

.clear-margins {
	margin: 0 !important;
}

.title-widget {
	color: #898989;
	font-size: 13px;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 35px 0;
	position: relative;
}

.title-widget:before {
	content: "";
	position: absolute;
	left: -30px;
	top: -2px;
	height: 18px;
	width: 5px;
	background-color: #B90A0D;
}

.news-no-summary:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.recent-news-wrap:not(:last-child) {
	margin-bottom: 8px;
	padding-bottom: 10px;
}

.recent-news-thumb {
	float: left;
}

figure {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.news-no-summary .recent-news-thumb img {
	width: 70px;
	height: 70px;
}

.recent-news-thumb img {
	width: 90px;
}

figure a img {
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}

figure a img:hover {
	-ms-transform: scale(1.2, 1.2) translateZ(0);
	-webkit-transform: scale(1.2, 1.2) translateZ(0);
	transform: scale(1.2, 1.2) translateZ(0);
}

.news-no-summary .recent-news-text {
	margin-left: 90px;
}

.news-no-summary .recent-news-text p {
	font-size: 12px;
}

.news-no-summary .recent-news-date {
	padding: 0;
	margin: 0 0 10px;
	border: none;
	font-size: 12px;
	line-height: 14px;
	font-weight: 300;
}

.recent-news-wrap .title-median {
	margin-bottom: 0;
	font-size: 14.5px; 
	text-transform: initial;
}

.title-median {
	color: #636363;
	font-size: 15px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

li.widget-container:not(:first-child) {
	margin-top: 20px;
}

#spotlightslider .owl-item .item {
	/*height:265px;min-height:265px;*/
	margin-top: 0;
}

#spotlightslider .gallery-last-photo {
	height: 130px;
	background-size: cover;
	background-position: 50%;
}

.gallery-wrapper {
	margin-top: 40px;
}

.gallery-last-photo {
	margin-bottom: 7px;
}

.gallery-info {
	float: left;
	width: 55px;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.widget-container .gallery-photos-num {
	font-size: 26px;
}

.first_img {
	background-image: url(../images/society.jpg);
	min-height: 241px;
	background-size: cover;
	border: 3px solid #fff;
}

.second_img {
	background-image: url(../images/pataca.jpg);
	min-height: 241px;
	background-size: cover;
	border: 3px solid #fff;
}

.third_img {
	background-image: url(../images/fest.jpg);
	min-height: 241px;
	background-size: cover;
	border: 3px solid #fff;
}

.fourth_img {
	background-image: url(../images/fest6.jpg);
	min-height: 241px;
	background-size: cover;
	border: 3px solid #fff;
}

.fifth_img {
	background-image: url(../images/fest2.jpg);
	min-height: 241px;
	background-size: cover;
	border: 3px solid #fff;
}

.sixth_img {
	background-image: url(../images/abt_sse.jpg);
	min-height: 241px;
	background-size: cover;
	border: 3px solid #fff;
}

.gallery-photos-num {
	display: block;
	text-align: center;
	font-size: 36px;
	font-weight: 800;
	line-height: 1;
	color: #68b5e6;
}

.widget-container .gallery-photos-tag {
	font-size: 11px;
}

.gallery-photos-tag {
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	margin-top: 3px;
	font-weight: 400;
	text-transform: uppercase;
}

.gallery-meta {
	margin-left: 65px;
}

.widget-container .gallery-title {
	font-size: 13px;
	font-weight: 300;
	line-height: 16px;
	margin-top: 0;
	text-align: justify;
}

.gallery-title a {
	display: block;
}

.col-shaded {
	background-color: #F1F1F1;
}

.up-event-wrap:not(:last-child) {
	margin-bottom: 24px;
}

.up-event-meta {
	margin-bottom: 5px;
}

.up-event-meta div:first-child {
	padding-left: 0;
}

.up-event-meta div:not(:last-child) {
	border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.up-event-date {
	float: left;
	font-size: 13px;
	font-weight: 700;
	color: #16a990;
	text-transform: uppercase;
	padding: 5px 15px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.up-event-date sup {
	text-transform: lowercase;
}

.up-event-time {
	float: left;
	font-size: 13px;
	font-weight: 400;
	padding: 5px 15px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

li .google-add-wrap {
	margin: 0 0 20px;
}

.google-add-wrap {
	margin-top: 20px;
	display: table;
	clear: both;
}

li .event-to-google-cal {
	font-size: 12px;
	font-weight: 400;
}

.event-to-google-cal {
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	clear: left;
	text-transform: uppercase;
}

.event-to-google-cal i {
	margin-right: 5px;
}

.widget-container .up-event-wrap p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
}

a.moretag {
	font-size: 11px;
	text-transform: uppercase;
}

.title-titan {
	color: #898989;
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

#course-finder .form-control,
.newsletter-form .form-control {
	height: 40px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 2px solid #E9E9E9;
	border-right: none;
}

#course-finder .input-group-btn:last-child&gt;.btn,
.newsletter-form .input-group-btn:last-child&gt;.btn {
	margin-left: 0;
}

#course-finder .btn-default {
	background-color: #68b5e6;
}

#course-finder .btn-default,
.newsletter-form .btn-default {
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	padding: 9px 12px;
}

#course-finder .btn-default:before {
	border-right: 5px solid #68b5e6;
}

#course-finder .btn-default:before,
.newsletter-form .btn-default:before {
	content: "";
	position: absolute;
	left: -4px;
	top: 50%;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	z-index: 999;
}

.btn,
.btn:before,
.btn:after {
	-webkit-transition: 0.25s ease-in-out all;
	-moz-transition: 0.25s ease-in-out all;
	-o-transition: 0.25s ease-in-out all;
	transition: 0.25s ease-in-out all;
}

.help-block {
	font-size: 12px;
	margin: 5px 0 0;
	line-height: 16px;
}

.custom-button {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 10px 20px;
	margin: 10px 0 0;
	-webkit-transition: 0.25s ease-in-out all;
	-moz-transition: 0.15s ease-in-out all;
	-o-transition: 0.15s ease-in-out all;
	transition: 0.15s ease-in-out all;
}

.custom-button:hover {
	-moz-border-radius: 0 0 16px 0;
	-webkit-border-radius: 0 0 16px 0;
	border-radius: 0 0 16px 0;
}

.custom-button-icon,
.custom-button-tagline {
	color: #000;
	opacity: 0.5;
}

.custom-button-icon {
	display: block;
	float: left;
	font-size: 20px;
	line-height: 24px;
}

.custom-button-wrap {
	display: block;
	margin-left: 35px;
}

.custom-button-title {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	line-height: 20px;
	letter-spacing: -.02em;
	text-transform: uppercase;
}

.custom-button-icon,
.custom-button-tagline {
	color: #000;
	opacity: 0.5;
}

.custom-button-tagline {
	display: block;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	margin-top: 5px;
}

.custom-button em {
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 30;
	-moz-box-shadow: -5px 2px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: -5px 2px 5px rgba(0, 0, 0, 0.3);
	box-shadow: -5px 2px 5px rgba(0, 0, 0, 0.3);
	-webkit-transition: 0.25s ease-in-out all;
	-moz-transition: 0.15s ease-in-out all;
	-o-transition: 0.15s ease-in-out all;
	transition: 0.15s ease-in-out all;
}

.custom-button:hover em {
	width: 15px;
	height: 15px;
	-webkit-transform: rotate(-10deg) translate3d(0, 0, 0);
	-moz-transform: rotate(-10deg) translate3d(0, 0, 0);
	-o-transform: rotate(-10deg) translate3d(0, 0, 0);
	transform: rotate(-10deg) translate3d(0, 0, 0);
}

#bottomblk .btmblk {
	background-size: cover;
	height: 300px;
}

#bottomblk .btmblk .btmblktext {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 170px;
	padding: 12px 30px 40px;
	background: rgba(0, 0, 0, 0.8);
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, transparent));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
	background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
}

#bottomblk .btmblk .btmblktext h3,
#bottomblk .btmblk .btmblktext p {
	color: #fff;
}

#bottomblk .btmblk .btmblktext h3 {
	font-weight: 600;
	font-size: 32px;
	text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.5);
}

#bottomblk .btmblk .btmblktext p {
	text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.5);
}

#bottomblk .btmblk .btmblktext a {
	color: #fff;
	text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.5);
	font-weight: 600;
	font-size: 12px;
}

.pics_cont {
	padding-bottom: 30px;
	padding-top: 30px;
}

.welcometext {
	font-size: 18px;
}

.first_row {
	padding-top: 30px;
}


/*.abt_wall{background-image:url(../images/IMG_3760.JPG);background-size:cover;height:325px;}*/

.abt_wall {
	background-image: url(../images/abt_wall.jpg);
	background-size: cover;
	height: 325px;
}

#bottomblk .btmblk {
	background-size: cover;
	height: 260px;
}

.second_row_abt {
	padding-top: 20px;
}

#bottomblk .btmblk .btmblktext {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 170px;
	padding: 118px 30px 40px;
	background: rgba(0, 0, 0, 0.8);
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, transparent));
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
	background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
}

#bottomblk .btmblk .btmblktext h3,
#bottomblk .btmblk .btmblktext p {
	color: #fff;
}

#bottomblk .btmblk .btmblktext h3 {
	font-weight: 600;
	font-size: 32px;
	text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.5);
}

#bottomblk .btmblk .btmblktext p {
	text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.5);
}

#bottomblk .btmblk .btmblktext a {
	color: #fff;
	text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.5);
	font-weight: 600;
	font-size: 12px;
}

.jumbotron .text-indent {
	margin-bottom: 1.5em
}

.jumbotron.jumbotron-attend {
	background-image: url("../images/back_4block.jpg");
	background-position: center top;
	background-size: cover;
}

.join_sse:hover {
	border-color: #333;
}

.panel-body {
	padding-top: 0;
	padding-right: 0.75em
}

.panel-body {
	color: #fff
}

.heading_pics {
	font-size: 37px;
	color: #800000;
	font-weight: 700;
}

.p_list {
	font-size: 18px !important;
}

.panel-body {
	border: none;
	background: rgba(128, 0, 0, 0.79);
	padding-top: 2em
}

.panel-body {
	margin-top: -1em
}

.panel-body {
	padding-bottom: 0
}

.pics {
	padding-top: 50px;
	background-color: #fff
}

.footer {
	background-color: #f8f8f8;
}

#logo-footer {
	padding: 0px 20px 0px;
}

.footer .address {
	font-size: 12px;
	color: #173D50;
}

.footer .address p {
	margin-bottom: 5px;
}

#footer-links {
	padding: 20px 0px;
}

#footer-links ul li h3 {
	text-transform: uppercase;
	font-size: 15px;
	color: #B70A09;
	font-weight: 600;
}

#footer-links ul li a {
	color: #173D50;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
}

#footer-bottom {
	padding: 15px 0px;
	background-color: #f0f0f0;
	font-size: 13px;
	color: #777;
	font-size: 12px;
}

#footer-bottom a {
	color: #777;
	text-decoration: none;
	font-size: 12px;
}

.faculty_wall {
	background-image: url("../images/wall_faculty.jpg");
}

#footer-bottom ul {
	margin: 0px;
}

.footer&gt;.container {
	padding-right: 15px;
	padding-left: 15px;
}

.container .text-muted {
	margin: 20px 0;
}

.jumbotron.jumbotron-callout-sm .text-indent {
	margin-bottom: 1em
}

.jumbotron.jumbotron-callout-sm .callout-title {
	margin-top: 0.3em
}

.jumbotron.jumbotron-callout-sm .text-link {
	padding-top: 0.75em;
	display: inline-block
}

.jumbotron-callout-sm {
	background-size: cover
}

.jumbotron-callout-sm.jumbotron-research {
	background-image: url("../images/bg_research.jpg")
}

.jumbotron-callout-sm.jumbotron-campus-life {
	padding: 0 !important
}

.jumbotron-white.jumbotron-callout-sm {
	background-image: url("../images/bg_yellow_lines_xs_right.jpg")
}

.jumbotron .text-indent {
	margin-bottom: 1.5em
}

.jumbotron.jumbotron-callout-sm .text-indent {
	margin-bottom: 1em
}

.text-indent-h1 p {
	margin-left: 5.15em
}

.text-indent-h1 a.btn {
	margin-left: 6.2em
}

.text-indent-h2 p {
	margin-left: 3.6em
}

.text-indent-h2 a.btn {
	margin-left: 4.4em
}

.text-indent-h1 p,
.text-indent-h2 p {
	width: 19em
}

h2 {
	orphans: 3;
	widows: 3
}

h2,
.h2 {
	font-family: "BrixSansBold", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: .917;
	color: inherit
}

.h2 {
	font-size: 28px
}

.research_p {
	border-radius: 0;
	background-color: #b90a0d;
	color: #fff !important;
	border-color: #b90a0d;
}

.research_p:hover {
	background-color: #fff;
	color: #b90a0d !important;
}

.adm_btn {
	border-radius: 0px;
	background-color: #cb3034;
	border-color: #cb3034;
	color: #fff !important;
}

.adm_btn:hover {
	background-color: #fff;
	border-color: #fff;
	color: #cb3034 !important;
}

.panel-text {
	font-size: 16px !important;
}

.text-link {
	color: #fff !important;
	font-weight: 700 !important;
	text-decoration: underline;
}

.text-link:hover {
	font-size: 17px !important;
}

.link_pics {
	color: #fff;
	text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.5);
	font-weight: 600;
	font-size: 12px;
}

@media only screen and (max-width:991px) {
	.logo_phone {
		padding-top: 24px;
	}
	#top ul li {
		font-size: 8px !important;
		width: 49%;
		padding: 2px;
	}
	#topheader:before {
		content: none;
	}
	#newsevents {
		padding-top: 30px;
	}
}

.director_wall {
	height: 332px;
	background-repeat: no-repeat;
	background-color: #111;
	padding-top: 20px !important;
	background-image: url("../images/wall_director.jpg");
}

.white_text {
	color: #173D50;
	background-color: #111;
	padding: 45px;
}

.small_p {
	font-size: 17px;
}

.white_back {
	background-color: #fff;
}

.faculty_wall {
	height: 332px;
	background-repeat: no-repeat;
	background-size: cover;
}

#our-team {
	padding-top: 50px;
	padding-bottom: 120px;
}

.team-member {
	margin-top: 30px;
}

.member-image {
	position: relative;
}

.member-info {
	background-color: #f5f5f5;
	padding: 15px;
}

.member-info h4 {
	margin-top: 0;
	margin-bottom: 6px;
}

.member-info span {
	text-transform: uppercase;
}

.team-member .member-social {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	left: 0;
	top: 0;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	-moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}

.team-member:hover .member-social {
	opacity: 1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.team-member .member-social a {
	position: relative;
	font-size: 16px;
	color: #fff;
	top: 47%;
}

.team-member:hover .member-social a {
	margin: 6px;
}

.read_btn {
	background-color: #800;
	border-color: #800;
	color: #fff;
	border-radius: 0px;
}

.read_btn:hover {
	background-color: #fff;
	border-color: #fff;
	color: #800 !important;
	border-radius: 0px;
}

.director_wall {
	height: 332px;
	background-repeat: no-repeat;
	background-color: #111;
	padding-top: 20px !important;
	background-image: url("../images/wall_director.jpg");
}

.grey_back {
	background-color: #f5f5f5;
}

.img_block {
	border: 1px solid #000;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.48);
}

.visit_back {
	background-color: #f5f5f5;
	padding: 30px;
}

.fac_head {
	padding-top: 5px;
	padding-bottom: 7px;
	font-size: 28px !important;
}

.visit_pad {
	padding: 18px;
}

.visit_p {
	font-size: 14px;
	line-height: 19px;
}

.first_visit_row {
	padding-top: 30px
}

.career_wall {
	height: 332px;
	background-repeat: no-repeat;
	background-color: #111;
	padding-top: 20px !important;
	background-image: url("../images/career_back.jpg");
	background-size: cover
}

.career_top_head {
	padding-top: 60px;
	color: #fff;
}

.career_top_head p {
	font-size: 20px;
}

.job_req {
	border: 2px solid #173D50;
	color: #b90a0d;
	padding: 10px 10px 20px 10px;
}

.list_req {
	font-size: 15px;
}

.macroeco {
	background-image: url("../images/macroeco.jpg");
	background-size: cover;
	height: 200px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	color: #fff;
	margin-bottom: 0px;
}

.advance_a {
	font-weight: 500;
}

.job_app {
	font-size: 17px;
}

.app_form {
	padding: 9px;
	background-color: #b90a0d;
	border: 1px #b90a0d solid;
	color: #fff;
	font-size: 14px;
}

.section_job {
	padding-top: 50px;
	background-color: ;
}

.row_job {
	padding-top: 30px;
}

.coordinate_wall {
	height: 332px;
	background-repeat: no-repeat;
	background-color: #111;
	padding-top: 20px !important;
	background-image: url("../images/coordination.jpg");
	background-size: cover
}

.faculties {
	font-size: 15px;
}

.strong_name {
	font-weight: 700;
}

.fac_back {
	background-color: #eee;
	padding: 18px !important;
	margin: 5px !important;
	min-height: 100px !important;
}

.top_row_co {
	padding: 80px;
}

.head_main_fac {
	padding-top: 30px;
}

.head_main_fac:after {
	content: '';
	background-color: #b90a0d;
	opacity: 0.7;
	height: 2px;
	width: 40%;
	display: block;
	margin-top: 10px;
	text-align: left;
}

.bsc_wall {
	height: 332px;
	background-repeat: no-repeat;
	background-color: #111;
	padding-top: 20px !important;
	background-image: url("../images/book.jpg");
	background-size: cover
}

.black {
	color: #000;
	font-size: 16px;
	text-align: left;
}

.text-black {
	color: #333;
}

.bsc_button {}

.achieves {
	background-color: #eee;
	font-size: 16px;
	padding: 18px;
}

.criag {
	background-color: #fff;
	border: 1px #173d50 solid;
	font-size: 13px;
	padding: 33px;
}

#main {
	background-color: #fff;
}

.recent-news-content {
	min-height: 80px;
}

.slick-dots li button:before {
	font-size: 16px !Important;
}

.slick-next {
	top: -44px;
	color: #333;
}

.slick-prev {
	right: 0px !important;
	top: -44px;
	left: auto;
}

.slick-prev:before {
	content: '\f053';
	font-family: 'FontAwesome';
	font-size: 12px;
}

.slick-next:before {
	content: '\f054';
	font-family: 'FontAwesome';
	font-size: 12px;
}

.slick-prev:before,
.slick-next:before {
	color: #777;
}

.abt_wall {
	background-image: url(../images/abt_wall.jpg);
	background-size: cover;
	height: 250px;
	background-position-y: center;
	position: relative;
	margin-bottom: 0;
}

.abt_wall_picture {
	background-image: url(../images/IMG_3760.JPG);
	background-size: cover;
	height: 284px;
	background-position-y: center;
	position: relative;
	margin-bottom: 0;
}


.abt_wall_center{
	background-image: url(../images/abt_wall.jpg);
	background-size: cover;
	height: 250px;
	background-position-y: center;
	position: relative;
	margin-bottom: 0;
}



.jumbotron.abt_wall:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.3;
}

.jumbotron.abt_wall .container {
	position: relative;
}

.jumbotron.abt_wall .container h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	opacity: 0.9;
	font-family: 'PT Sans', sans-serif;
	margin-bottom: 8px;
}

.jumbotron.abt_wall .container h2:after {
	content: '';
	background-color: #fff;
	opacity: 0.7;
	height: 2px;
	width: 80px;
	display: block;
	margin: auto;
	margin-top: 10px;
}

.jumbotron.abt_wall .container p {
	font-size: 17px;
	font-weight: 200;
	color: #fff;
	text-align: center;
	opacity: 0.9;
	font-style: italic;
}

.fonthead {
	font-family: 'PT Sans', sans-serif;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.fonthead1{
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 20px;
    text-transform: initial;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    display: flex;
}
h2.fonthead1 i {
    margin-right: 15px;
    margin-top: 6px;
}
.section {
	padding: 50px 0px;
}

.greyback {
	background-color: #f8f8f8;
}

#about1 .about1-fullheight {
	min-height: 400px;
}

#about1 .about1-fullheight.about1-img.left img {
	position: absolute;
	right: -25px;
	bottom: 31px;
	width: 95%;
	z-index: 99;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

#about1 .about1-fullheight.about1-text.left {
	background-color: #eee;
	padding: 50px;
}

#about1 .about1-fullheight.about1-img.right img {
	position: absolute;
	left: -25px;
	top: 31px;
	width: 95%;
	z-index: 99;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

#about1 .about1-fullheight.about1-text.right {
	background-color: #eee;
	padding: 50px;
}

#tagline {
	margin-bottom: 30px;
}

#tagline h1 {
	color: #B90A0D;
}

#tagline img {
	width: 100%;
}

.nutshell {
	min-height: 135px;
	background-color: #f4f4f4;
	margin-bottom: 30px;
	padding: 10px 30px 5px;
	text-align: justify;
	border: 4px solid #e4e4e4;
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
}

.nutshell p {
	font-size: 15px !important;
	font-style: italic;
	color: #555;
	margin-bottom: 0px;
}

.nutshell:before {
	content: '';
	background: #337ab7;
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: -30px;
	top: -30px;
	transform: rotate(45deg);
}

.nutshellbox {
	overflow: hidden;
	position: relative;
}

.redcolor {
	color: #B90A0D;
}

.underlinetxt {
	width: 80px;
	background-color: #777;
	height: 2px;
	display: block;
	margin: 10px auto 30px;
}

#about1 .vismisbox {
	background-color: #eee;
	padding: 5px 15px;
	margin: 30px 0 0px;
	border: 4px solid #ddd;
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
}

#about1 .vismisbox h2 {
	margin-bottom: 10px;
	margin-top: 10px;
	color: #B90A0D;
}

#about1 .vismisbox p {
	margin-bottom: 10px;
}

#about1 .vismisbox h2:after {
	content: '';
	width: 50px;
	height: 2px;
	display: block;
	margin: auto;
	background-color: #999;
	margin-top: 15px;
}

#sidebar {
	border: 1px solid #eee;
	background-color: #f8f8f8;
	padding: 15px 30px;
}

#sidebar ul {
	margin-bottom: 30px;
}

#sidebar ul li {
	margin-bottom: 5px;
}

#sidebar ul li a {
	color: #666;
	font-size: 15px;
	font-family: 'PT Sans', sans-serif;
}

#sidebar ul li h5 {
	color: #B90A0D;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 500;
	font-family: 'PT Sans', sans-serif;
}

#sidebar .title {
	margin-bottom: 10px;
}

#sidebar .news-no-summary .recent-news-thumb img {
	width: 60px;
	height: 60px;
}

#sidebar .news-no-summary .recent-news-text {
	margin-left: 70px;
}

#sidebar .title-median {
	color: #636363;
	font-size: 15px;
	font-weight: 700;
	line-height: 17px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

#sidebar .title-median a {
	text-transform: capitalize;
	font-size: 14px;
}

#sidebar .title-median a:focus {
	outline: none;
}

#sidebar .title-median a:hover {
	color: #B90A0D;
}

#sidebar .slick-dots {
	bottom: -60px;
	display: none !important;
}

#newseventdetail .newsblock img {
	width: 100%;
	margin-bottom: 20px;
}

#newseventdetail .newsblock p {
	font-size: 18px;
	color: #666;
}

#sidebar .widget-container .up-event-wrap p {
	font-size: 13px;
	line-height: 18px;
}

#sidebar .up-event-wrap:not(:last-child) {
	margin-bottom: 24px !important;
}

#sidebar .widget-container .up-event-wrap p a {
	text-transform: capitalize;
	font-size: 13px;
	color: #555;
}

#contentblock p {
	font-size: 15px;
	color: #555;
}

#contentblock p.lead {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
	color: #333;
}

#contentblock ul li,
#contentblock ol li {
	font-size: 16px;
	color: #173D50;
	margin-bottom: 10px;
}

#contentblock h2:before {
	content: "";
	position: absolute;
	left: 14px;
	top: 23px;
	height: 23px;
	width: 5px;
	background-color: #B90A0D;
}

#contentblock h2 {
	padding-left: 15px;
	color: #173D50;
}

.activesub {
	background-color: #f4f4f4;
}

.activesub a {
	color: #B90A0D !important;
}

#contentblock h3,
#contentblock p,
#contentblock h4 {
	color: #173D50;
}

.newd {
	color: #173D50;
}

#contentblock .greyback {
	padding: 15px;
}

.table tr td p {
	font-size: 14px !important;
	margin: 2px 0;
	color: #555 !important;
}

.allnews .news-no-summary .recent-news-text {
	margin-left: 115px;
}

.allnews .news-no-summary .recent-news-thumb img {
	width: 80px;
	height: auto;
}

.allnews li {
	background-color: #f4f4f4;
	padding: 20px 20px 20px 20px;
	margin-bottom: 20px !important;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.03);
}

.allnews li:focus {
	outline: none;
}

.allnews li .recent-news-text p {
	font-size: 15px !important;
}

.allnews li:nth-child(even) {
	background-color: #fcfcfc !important;
}

.allnews .news-no-summary:not(:last-child) {
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.allnews .news-no-summary:last-child {
	border: 1px solid rgba(0, 0, 0, 0.05);
}

#placemtblk #placemtbtn a {
	color: #fff;
}

#placemtblk li {
	margin-bottom: 0px !important;
}

#placemtblk .tab-content .tab-pane {
	border: 1px solid #ddd;
	padding: 20px;
}

#placemtblk .nav-tabs {
	border-bottom: 0px solid #ddd;
}

#placemtblk .nav&gt;li&gt;a {
	padding: 5px 15px;
}

#placemtblk .nav&gt;li.active&gt;a {
	background-color: #eee !important;
}

.researchblk .innerblk {
	font-family: 'PT Sans', sans-serif !important;
	border: 1px solid #ddd;
	padding: 10px 15px;
	min-height: 180px;
	background-color: #fcfcfc;
	margin-bottom: 30px;
}

.researchblk .innerblk h3 {
	margin-top: 10px;
	font-size: 20px;
	transition: all .3s ease;
}

.researchblk .innerblk h3:hover {
	color: #DE1219 !important;
	cursor: pointer;
}

a.btn {
	color: #fff !important;
}

#sidebar .contact-form input[type="text"],
#sidebar .contact-form input[type="email"] {
	border: 1px solid #E8E8E8;
	padding: 8px 14px;
	width: 100%;
	margin-bottom: 20px;
}

#sidebar textarea {
	border: 1px solid #E8E8E8;
	padding: 15px;
}

#sidebar input,
textarea {
	outline: none;
	width: 100%
}

#sidebar .btn.btn-send {
	font-weight: 600;
	background: #27292B;
	color: #fff;
	border-color: #27292B;
	border-radius: 3px;
	padding: 6px 12px;
	font-size: 14px;
	width: 140px;
}

.contactuss li a i {
	width: 50px;
	height: 50px;
	background-color: #f8f8f8;
	border-radius: 50%;
	border: 1px solid #ddd;
	color: #333;
	font-size: 20px;
	padding: 14px;
	text-align: center;
	transition: all .3s ease-in-out;
}

.contactuss li a i:hover {
	background-color: #333;
	color: #fff;
	border-color: #333;
}

@media screen and (max-width:767px) {
	.top_3 {
		padding: 3px !important;
	}
	.right-aligned {
		text-align: center;
	}
	.left-aligned {
		text-align: center;
	}
	#footer-links {
		text-align: center;
	}
	#sidebar {
		display: none;
	}
	#contentblock h2:before {
		top: 2px;
	}
	.jumbotron.abt_wall .container h2 {
		font-size: 30px;
	}
	#top ul li {
		font-size: 8px !important;
		width: 49%;
		padding: 2px;
		display: inline;
	}
	#curiosityblk {
		margin: 5px 0px 7px;
	}
	.megamenu .row .col2 {
		width: 100%;
	}
	#mainmenu .container {
		padding: 0;
	}
	.jetmenu a {
		background: rgba(203, 215, 226, 0.0);
	}
	#mainmenu .secondsub {
		margin-top: 0px;
	}
	.jetmenu li&gt;.megamenu ul {
		margin: 0 0 0px 0;
	}
	.jetmenu&gt;li.showhide .icon em {
		background: #eee;
	}
	#top ul li {
		font-size: 9px !important;
	}
	.title-median {
		font-size: 13px;
	}
	.list-inline&gt;li {
		padding-right: 0px;
		padding-left: 0px;
	}
	.glowb {
		font-size: 13px !important;

	}
	div#top .col-md-12 {
		padding: 0;
	}
}

.page_not_found {
	height: 332px;
	background-repeat: no-repeat;
	background-color: #111;
	padding-top: 20px !important;
	background-image: url("../images/page-not-found.jpg");
	background-size: cover;
}

@media (min-width: 768px) {
	#myModal11 .modal-dialog {
		width: 600px;
		margin-top:15%;
	}
	#myModal11 .modal-body {
		padding: 0;
	}
	#myModal11 button.close {
		padding: 10px!important;
	}
}


/* Firefox old*/

@-moz-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


/* IE */

@-ms-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


/* Opera and prob css3 final iteration */

@keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.blink-image {
	-moz-animation: blink normal 2s infinite ease-in-out;
	/* Firefox */
	-webkit-animation: blink normal 2s infinite ease-in-out;
	/* Webkit */
	-ms-animation: blink normal 2s infinite ease-in-out;
	/* IE */
	animation: blink normal 2s infinite ease-in-out;
	/* Opera and prob css3 final iteration */
}

.tabs-left {
	border-bottom: none;
	border-right: 1px solid #ddd;
}

.tabs-left&gt;li {
	float: none;
	margin: 0px;
}

.tabs-left&gt;li.active&gt;a,
.tabs-left&gt;li.active&gt;a:hover,
.tabs-left&gt;li.active&gt;a:focus {
	border-bottom-color: #ddd;
	border-right-color: transparent;
	/*background:#f90;*/
	background-image: url(../images/Tabsbackground.jpg);
	background-position: center;
	/* Center the image */
	background-repeat: no-repeat;
	border: none;
	border-radius: 0px;
	margin: 0px;
	color: #fff;
}

.nav-tabs&gt;li&gt;a:hover {
	/* margin-right: 2px; */
	line-height: 1.42857143;
	border: 1px solid transparent;
	/* border-radius: 4px 4px 0 0; */
}

.tabs-left&gt;li.active&gt;a::after {
	content: "";
	position: absolute;
	top: 10px;
	right: -10px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #7a0400;
	display: block;
	width: 0;
}

.projcard-container {
	margin: 50px 0;
}


/* Actual Code: */

.projcard-container,
.projcard-container * {
	box-sizing: border-box;
}

.projcard-container {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
}

.projcard {
	position: relative;
	width: 100%;
	height: 300px;
	margin-bottom: 40px;
	border-radius: 10px;
	background-color: #fff;
	border: 2px solid #ddd;
	font-size: 18px;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 0 4px 21px -12px rgba(0, 0, 0, .66);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.projcard:hover {
	box-shadow: 0 34px 32px -33px rgba(0, 0, 0, .18);
	transform: translate(0px, -3px);
}

.projcard::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(-70deg, #424242, transparent 50%);
	opacity: 0.07;
}

.projcard:nth-child(2n)::before {
	background-image: linear-gradient(-250deg, #424242, transparent 50%);
}

.projcard-innerbox {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.projcard-img {
	position: absolute;
	/*height: 300px;
	width: 400px;*/
	top: 0;
	left: 0;
	transition: transform 0.2s ease;
}

.projcard:nth-child(2n) .projcard-img {
	left: initial;
	right: 0;
}

.projcard:hover .projcard-img {
	transform: scale(1.05) rotate(1deg);
}

.projcard:hover .projcard-bar {
	width: 70px;
}

.projcard-textbox {
	position: absolute;
	top: 7%;
	bottom: 7%;
	left: 85px;
	/*width: calc(100% - 470px);*/
	font-size: 17px;
	padding: 0 10px;
}

.projcard:nth-child(2n) .projcard-textbox {
	left: initial;
	right: 85px;
}


/*.projcard-textbox::before,
.projcard-textbox::after {
	content: "";
	position: absolute;
	display: block;
	background: #ff0000bb;
	background: #fff;
	top: -20%;
	/*left: -55px;*/


/*height: 140%;
	width: 60px;
	transform: rotate(8deg);*/



 .projcard:nth-child(2n) .projcard-textbox::before {
	display: none;
}
.projcard-textbox::after {
	display: none;
	left: initial;
	right: -55px;
}
.projcard:nth-child(2n) .projcard-textbox::after {
	display: block;
}
.projcard-textbox * {
	position: relative;
}
.projcard-title {
	font-family: 'Voces', 'Open Sans', arial, sans-serif;
	font-size: 18px;
}
.projcard-subtitle {
	font-family: 'Voces', 'Open Sans', arial, sans-serif;
	color: #888;
}
.projcard-bar {
	left: -2px;
	width: 50px;
	height: 5px;
	margin: 10px 0;
	border-radius: 5px;
	background-color: #424242;
	transition: width 0.2s ease;
}
.projcard-blue .projcard-bar {
	background-color: #0088FF;
}
.projcard-blue::before {
	background-image: linear-gradient(-70deg, #0088FF, transparent 50%);
}
.projcard-blue:nth-child(2n)::before {
	background-image: linear-gradient(-250deg, #0088FF, transparent 50%);
}
.projcard-red .projcard-bar {
	background-color: #D62F1F;
}
.projcard-red::before {
	background-image: linear-gradient(-70deg, #D62F1F, transparent 50%);
}
.projcard-red:nth-child(2n)::before {
	background-image: linear-gradient(-250deg, #D62F1F, transparent 50%);
}
.projcard-green .projcard-bar {
	background-color: #40BD00;
}
.projcard-green::before {
	background-image: linear-gradient(-70deg, #40BD00, transparent 50%);
}
.projcard-green:nth-child(2n)::before {
	background-image: linear-gradient(-250deg, #40BD00, transparent 50%);
}
.projcard-yellow .projcard-bar {
	background-color: #F5AF41;
}
.projcard-yellow::before {
	background-image: linear-gradient(-70deg, #F5AF41, transparent 50%);
}
.projcard-yellow:nth-child(2n)::before {
	background-image: linear-gradient(-250deg, #F5AF41, transparent 50%);
}
.projcard-orange .projcard-bar {
	background-color: #FF5722;
}
.projcard-orange::before {
	background-image: linear-gradient(-70deg, #FF5722, transparent 50%);
}
.projcard-orange:nth-child(2n)::before {
	background-image: linear-gradient(-250deg, #FF5722, transparent 50%);
}
.projcard-brown .projcard-bar {
	background-color: #C49863;
}
.projcard-brown::before {
	background-image: linear-gradient(-70deg, #C49863, transparent 50%);
}
.projcard-brown:nth-child(2n)::before {
	background-image: linear-gradient(-250deg, #C49863, transparent 50%);
}
.projcard-grey .projcard-bar {
	background-color: #424242;
}
.projcard-grey::before {
	background-image: linear-gradient(-70deg, #424242, transparent 50%);
}
.projcard-grey:nth-child(2n)::before {
	background-image: linear-gradient(-250deg, #424242, transparent 50%);
}
.projcard-customcolor .projcard-bar {
	background-color: var(--projcard-color);
}
.projcard-customcolor::before {
	background-image: linear-gradient(-70deg, var(--projcard-color), transparent 50%);
}
.projcard-customcolor:nth-child(2n)::before {
	background-image: linear-gradient(-250deg, var(--projcard-color), transparent 50%);
}
.projcard-description {
	font-size: 14px;
	color: #424242;
	height: 145px;
	/*overflow-y: scroll;*/
	/*text-overflow: ellipsis;*/
	
	text-align: justify;
}
.projcard-tagbox {
	position: absolute;
	bottom: 3%;
	font-size: 14px;
	cursor: default;
	user-select: none;
	pointer-events: none;
}
.projcard-tag {
	display: inline-block;
	background: #E0E0E0;
	color: #777;
	border-radius: 3px 0 0 3px;
	line-height: 26px;
	padding: 0 10px 0 23px;
	position: relative;
	margin-right: 20px;
	cursor: default;
	user-select: none;
	transition: color 0.2s;
}
.projcard-tag::before {
	content: '';
	position: absolute;
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
	height: 6px;
	left: 10px;
	width: 6px;
	top: 10px;
}
.projcard-tag::after {
	content: '';
	position: absolute;
	border-bottom: 13px solid transparent;
	border-left: 10px solid #E0E0E0;
	border-top: 13px solid transparent;
	right: -10px;
	top: 0;
}
.mt30 {
	margin-top: 30px;
}
.eotycontainer {
	text-align: justify;
	background-image: url(../images/gray.png);
	background-position: center;
	/* Center the image */
	
	background-repeat: no-repeat;
	background-size: cover;
}
.imgcenter {
	text-align: center;
}
.button {
	background-color: #004A7F;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-family: Arial;
	font-size: 20px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	-webkit-animation: glowing 1500ms infinite;
	-moz-animation: glowing 1500ms infinite;
	-o-animation: glowing 1500ms infinite;
	animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
	0% {
		background-color: #B20000;
		-webkit-box-shadow: 0 0 3px #B20000;
	}
	
	50% {
		background-color: #FF0000;
		-webkit-box-shadow: 0 0 40px #FF0000;
	}
	
	100% {
		background-color: #B20000;
		-webkit-box-shadow: 0 0 3px #B20000;
	}
}
@-moz-keyframes glowing {
	0% {
		background-color: #B20000;
		-moz-box-shadow: 0 0 3px #B20000;
	}
	
	50% {
		background-color: #FF0000;
		-moz-box-shadow: 0 0 40px #FF0000;
	}
	
	100% {
		background-color: #B20000;
		-moz-box-shadow: 0 0 3px #B20000;
	}
}
@-o-keyframes glowing {
	0% {
		background-color: #B20000;
		box-shadow: 0 0 3px #B20000;
	}
	
	50% {
		background-color: #FF0000;
		box-shadow: 0 0 40px #FF0000;
	}
	
	100% {
		background-color: #B20000;
		box-shadow: 0 0 3px #B20000;
	}
}
@keyframes glowing {
	0% {
		background-color: #B20000;
		box-shadow: 0 0 3px #B20000;
	}
	
	50% {
		background-color: #FF0000;
		box-shadow: 0 0 40px #FF0000;
	}
	
	100% {
		background-color: #B20000;
		box-shadow: 0 0 3px #B20000;
	}
}
.quote {
	font-style: italic;
	text-align: center;
}
.quoter {
	text-align: right;
}
.right{
float:right!important;
}
.nopadding{
    padding:0px!important;
}
.nomargin{
    margin:0px!important;
}
.headli li a{
    color:#fff;
        font-weight: 700;
}
.headli li{
    
        padding: 6px 4px 7px !important;
}

.gsc-control-cse {
    border-color: #c23634!important;
   background-color: #c23634!important;
   border:none!important;
}
.gsc-control-cse {
  padding:5px!important;
}
.gsc-search-button-v2{
        border-color: #024cb0!important;
    background-color: #044caf!important;
}
 .gsc-search-button-v2 {
    font-size: 0px!important;
    padding: 6px 15px!important;}
    form.gsc-search-box{
        margin-bottom:0px!important;
    }
   ol.peo-po-lists li {
    border-bottom: 1px solid #dad4d4;
    padding: 10px;
    font-size: 16px;
} 

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

	#about1 .about1-fullheight.about1-img.left img{position: relative; right: inherit; bottom:inherit; width: 100%;}
	#about1 .about1-fullheight{min-height: auto}
	#about1 .about1-fullheight.about1-text.right h2.fonthead, #about1 .about1-fullheight.about1-text.right p{text-align: center;}
	.jetmenu&gt;li&gt;.megamenu{height: 250px!important; overflow-y:scroll;  }
}	


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

	#topheader{background: #f5f5f5;}
	.headli li a{color: #000;}
	#top ul li{font-size: 13px!important; font-weight: 300;}
	.logo_phone{padding-top:5px;}
}

@media screen and (max-width:414px) {
    .mob-boxx div{padding-left: 0px!important;}
	.mob-boxx div a{width: auto!important; line-height: auto!important;}
}	


/*.events-class img {min-height:350px;margin-bottom:20px;}*/

.events-class img {
    min-height: 350px;
    margin-bottom: -2px;
}
.img-fluid .img-thumbnail .last-img{
    margin-bottom: -7px;}


/*Fanendra*/

.photo_event .fancy{
 text-align: center;
    background: #000;
}



.Committee_table table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}</pre></body></html>