body {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #333;
	background: #f0f0f0;
}

a:link,
a:focus,
a:visited {
	color: #006cb2;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
.link {
	color: #006cb2;
	display: block;
	font-weight: bold;
}
a:hover,
a:active {
	color: #444 !important;
	text-decoration: none;
}

img {
	width: 100%;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

@media (max-width: 1299px) {
	.col-in {
		width: 100% !important;
		box-sizing: border-box;
	}
}

.col-in {
	width: 1300px;
	margin: 0px auto;
	position: relative;
	box-sizing: border-box;
}

.cd-main-header {
	position: absolute;
	top: 50px;
	width: 100%;
}

#slides .item {
	width: 100%;
	background-size: cover;
	background-position: center center;
}

#slides_m .item {
	width: 100%;
	background-size: cover;
	height: auto;
	background-position: center center;
}

@media (max-width: 576px) {
	#slides .item {
		height: 350px !important;
	}
	#slides .owl-dots {
		margin-top: -20px !important;
	}
	#slides_m .owl-dots {
		margin-top: -30px !important;
		z-index: 999999;
		position: relative;
	}
	.slide-txt {
		display: none;
	}
	.m-w-100 {
		width: 100%;
	}
	section {
		padding: 30px 20px !important;
	}
	footer {
		padding: 50px 30px !important;
	}
	.m-t-m {
		margin-top: 20px;
	}
}

@media (min-width: 576px) {
	#slides .item {
		height: 350px !important;
	}
	#slides .owl-dots {
		margin-top: -20px !important;
	}
	.slide-txt {
		display: none;
	}
	footer {
		padding: 50px 30px !important;
	}
	.m-t-m {
		margin-top: 20px;
	}
}

@media (max-width: 700px) {
	.mailer form .btn {
		position: relative !important;
		width: 100% !important;
		margin-top: 15px !important;
	}
	.inner-bg {
		height: 250px !important;
		background-image: none !important;
		background-color: #006cb2;
	}
	#slides {
		max-height: 220px;
	}
	.slide-facts {
		font-size: 14px;
	}
	.slide-facts i {
		width: 15px;
		font-size: 25px !important;
	}
	.slide-facts .col-md-4 {
		padding: 20px !important;
		border-bottom: 1px solid #2984be;
	}
	h3,
	h2 {
		font-size: 20px !important;
	}
	section {
		font-size: 15px !important;
	}
	footer a,
	footer {
		font-size: 14px !important;
	}
	.p-box-img {
		width: 100px !important;
		height: 150px !important;
		object-fit: cover;
		margin-right: 20px;
	}
	a.menu_bar {
		display: inline-block !important;
	}
}

@media (max-width: 576px) {
	.p-box-img {
		width: 100px !important;
		height: 140px !important;
		background: #fff;
	}
	.p-box-img img {
		height: 140px !important;
		width: 140px !important;
	}
	.p-box {
		border: 1px solid #efefef;
		margin-right: 0px !important;
	}
	.p-name {
		color: #006db2;
		font-size: 15px !important;
	}
	.list-section{
		display: block!important;
		flex-wrap:nowrap!important;
	}

	.list-section-item{
	  flex: 0 0 100%!important;
	}
}
@media (max-width: 767px) {
	.p-box-img {
		width: 100px !important;
		height: 100px !important;
	}
	.p-box-img img {
		width: 100px !important;
		height: 100px !important;
	}
	.desig {
		font-size: 11px !important;
	}
}

@media (min-width: 768px) {
	#slides .item {
		height: 350px !important;
	}
	#slides .owl-dots {
		margin-top: -20px !important;
	}
	.slide-txt {
		display: none;
	}
	footer {
		padding: 50px 30px !important;
	}
	.m-t-m {
		margin-top: 0px;
	}
}

@media (min-width: 992px) {
	#slides .item {
		height: 450px !important;
	}
	#slides .owl-dots {
		margin-top: -20px !important;
	}
	.slide-txt {
		display: block;
	}
	.logo-m {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	#slides .item {
		height: 750px !important;
	}
	#slides .owl-dots {
		margin-top: -197px !important;
	}
	.slide-txt {
		display: block;
	}
}

.top-nav-container {
	position: absolute;
	top: 90px;
	z-index: 100;
	width: 100%;
}

.top-nav {
	background: #fff;
	padding: 20px 20px;
	border-bottom: 5px solid #fbc203;
}

.clr {
	clear: both;
}

.top-social {
	float: right;
	padding: 35px 20px 15px 20px;
}
.top-nav-container .top-social a {
	font-size: 16px !important;
}

.top-social a {
	display: inline-block;
	padding: 0px 15px;
	font-size: 25px !important;
}

#totop:before {
	content: '\f077';
	font-family: 'FontAwesome';
}

#totop {
	background-repeat: no-repeat;
	width: 42px;
	height: 42px;
	color: #fff;
	border-radius: 100%;
	background-color: #fbc203;
	position: fixed;
	right: 40px;
	padding-top: 8px;
	text-align: center;
	bottom: 40px;
	z-index: 9999;
	cursor: pointer;
}

section {
	padding: 50px 40px;
	font-size: 17px;
	color: #656565;
}

section.lite {
	background: #fff;
	margin-bottom: 1px;
}

section.dark {
	background: #fafafa;
	margin-bottom: 1px;
}

.btn-info {
	background: #006cb2;
	border-radius: 30px;
	color: #fff !important;
	font-weight: 700;
	border: none;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 60px;
}

.btn-info:hover,
.btn-info:active,
.btn-info:focus {
	background: #333 !important;
	color: #fff !important;
}

.btn-default {
	background: #333333;
	border-radius: 30px;
	color: #fff !important;
	font-weight: 700;
	border: none;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 60px;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
	background: #006cb2 !important;
	color: #fff !important;
}

.logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	float: left;
	width: 178px;
	height: 192px;
	position: absolute;
	top: -50px;
	left: -40px;
}

.logo-m {
	right: 0px;
	width: 90px;
	height: 129px;
	position: absolute;
	top: 10px;
	display: inline-block;
	z-index: 9999;
}

.video-box {
	padding: 20px 0px;
}

.slide-txt {
	padding-top: 240px;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 1);
	padding-left: 20px;
}

.slide-txt-b {
	font-size: 65px;
	color: #fff;
	line-height: 70px;
}

.slide-txt-s {
	font-size: 25px;
	color: #fff;
	line-height: 20px;
	display: block;
	padding-top: 15px;
}

.slide-facts h3 {
	margin-bottom: 10px;
}

.slide-facts-box {
	width: 100%;
	position: relative;
	z-index: 100;
	color: #fff;
}

.slide-facts-box a {
	color: #fff;
}

.slide-facts-box a:hover {
	color: #ccc !important;
}

.slide-facts i {
	font-size: 40px;
	display: inline-block;
	float: left;
	margin-right: 25px;
	height: 120px;
}

.row {
	width: 100%;
	margin: 0px;
}

.slide-facts .row {
	background: #006db2;
	border-bottom: 5px solid #fbc203;
}

.slide-facts .col-md-4 {
	padding: 30px;
	border-right: 1px solid #2984be;
}

.slide-facts .col-md-4:last-child {
	border-right: none;
}

#slides .owl-dots {
	margin-top: -197px;
	position: relative;
}

#slides .item {
	background-position: center center;
}

#campus-slide .owl-dots {
	margin-top: 20px;
}

h2 {
	display: inline-block;
	border-bottom: 2px solid #fac203;
	font-size: 25px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	color: #333;
}

h1 {
	display: inline-block;
	font-size: 28px;
	padding-bottom: 0px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #333333;
	text-align: left;
}

footer {
	background: #3d3d47;
	padding: 50px 0px;
}

footer h2 {
	color: #fff;
}

footer,
footer a {
	color: #c7c7ca !important;
	text-decoration: none;
}

footer a:hover {
	color: #fcd94e !important;
}

footer .col-md-2 {
	padding: 0px;
}

footer ul li {
	padding: 4px 0px;
}

.footer-copy {
	padding: 50px 0px 10px 0px;
	opacity: 0.5;
}

.feat-events li {
	margin-bottom: 20px;
}

.feat-events li a {
	font-weight: 700;
	display: block;
}

.feat-events .time-txt {
	color: #333;
	padding: 10px 0px;
}

.feat-list li {
	padding: 0px 0px 15px 0px;
}

.feat-news li {
	padding: 0px 0px 35px 0px;
}

.feat-news li a {
	display: block;
	font-weight: 700;
}

.feat-news li span {
	color: #666666;
	display: block;
	font-size: 15px;
}

section.mailer {
	background-color: #006cb2;
	border-bottom: 5px solid #fbc203;
	color: #fff;
}

section.mailer i {
	font-size: 40px;
	height: 50px;
	float: left;
	display: block;
	margin-right: 20px;
}

.subcribe-txt {
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
	padding: 0px;
	border: none;
	color: #fff;
	margin-bottom: 0px;
}

section.mailer .btn {
	position: absolute;
	top: 0px;
	right: 0px;
}
#mailchimpform {
	position: relative;
}
.input-box {
	padding: 13px 20px;
	position: relative;
	color: #333;
	border-radius: 25px;
	border: none;
	width: 100%;
}

#gallery img,
.p-box-img img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	/* Firefox 3.5+ */
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
	/* Chrome 19+ & Safari 6+ */
	cursor: pointer;
}

#gallery img:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

/*1 Level Dropdown Menu*/

ul#nav-one {
	list-style-type: none;
	margin: 0px 0px 0px 150px;
	padding: 0px 0px;
	float: left;
}

ul#nav-one i {
	display: none;
}

ul#nav-one li ul {
	display: none;
	padding-top: 14px !important;
}

ul#nav-one li.deeper ul li {
	position: relative;
	border-right: none;
	border-top: 1px solid #efefef;
	background: url(../images/menu_bg.png) repeat;
	display: block;
}

ul#nav-one li.deeper ul li {
	padding: 0px;
}

ul#nav-one a:active,
ul#nav-one a:focus {
	background: none !important;
}

ul#nav-one li.deeper ul li a {
	text-transform: none;
	display: block;
	margin: 0px;
	padding: 17px 20px;
}

ul#nav-one li.deeper ul li.active a {
	color: #fbc203;
}

ul#nav-one li.deeper ul li a:hover {
	background: #fbc203;
}

ul#nav-one li.deeper:hover > a {
	color: #222;
}

ul#nav-one li.deeper:hover ul {
	display: block;
	position: absolute;
	padding: 36px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px;
	min-width: 230px;
	text-transform: none;
	text-align: left;
	background: #fff;
}

ul#nav-one li li.deeper ul.nav-child {
	display: none;
}

ul#nav-one li li.deeper:hover > ul.nav-child {
	display: block;
	position: absolute;
	left: 230px;
	top: 0px;
	padding-top: 0px !important;
}

ul#nav-one li.deeper:hover ul li {
	border-right: none !important;
}

ul#nav-one li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	padding: 15px 0px;
}

ul#nav-one li a {
	display: inline-block;
	color: #333333;
	padding: 0px;
	margin: 0px 25px;
	font-weight: 700;
}

ul#nav-one li.item-206 {
	border-right: none !important;
}

ul#nav-one li.active a {
	border-bottom: 2px solid #fbc203;
}

ul#nav-one li.active ul {
	padding-top: 10px !important;
}

ul#nav-one li a:hover {
	background: none;
	color: #fff;
}

ul#nav-one li.active li a {
	border: none;
}

ul#nav-one li.active li.current a {
	color: #fff;
}

.cal-box {
	background: #fff;
	border-top: 3px solid #006cb2;
	text-align: center;
	width: 80px;
	float: left;
	margin-right: 15px;
}

.cal-date-box {
	padding: 20px 0px 10px 0px;
	border-bottom: 1px solid #dddddd;
	line-height: 24px;
}

.cal-date {
	display: block;
	font-size: 40px;
}

.cal-month {
	display: block;
	font-size: 12px;
}

.cal-year {
	display: block;
	font-size: 12px;
	color: #444;
	padding: 5px;
}

.inner-bg {
	background-image: url(../images/inner.jpg);
	background-position: center;
	background-size: cover;
	height: 450px;
	margin-bottom: -177px;
}

.content-block h2 {
	color: #006cb2 !important;
	display: block;
	font-size: 23px;
	padding: 0px;
	margin-top: 30px;
	text-align: left;
	line-height: 30px;
	border-bottom: none !important;
	margin-bottom: 10px;
}

.jce_file img {
	width: 16px;
}

.quform input[type='text'],
.quform textarea {
	border: none;
	padding: 15px;
	height: auto;
	border: 1px solid #fff;
}

.quform input[type='text']:hover,
.quform textarea:hover,
.quform input[type='text']:focus,
.quform textarea:focus {
	border: 1px solid #006db2;
	box-shadow: none;
}

.quform-error {
	font-size: 12px;
	color: #a31f3d;
	padding-top: 5px;
}

.album-item-cat,
.album-item {
	border: 1px solid #efefef;
	border-radius: 2px;
	padding: 10px;
	margin-bottom: 15px;
}

.album-item-cat a {
	display: block;
	padding: 5px 0px 2px;
}

.album-count {
	color: #999;
	font-size: 14px;
}
.p-box-img img {
	height: 150px;
	width: 150px;
}
.p-box-img {
	width: 150px;
	overflow: hidden;
	height: 150px;
	float: left;
	background: #fff;
	object-fit: cover;
	margin-right: 20px;
}
.p-box-desc {
	padding: 20px;
}
.p-name {
	font-weight: 700;
	font-size: 20px;
	color: #666;
}
.desig {
	display: block;
}
.p-box {
	background: #fbc203;
	color: #fff;
	margin-bottom: 20px;
	text-align: left;
	margin-right: 15px;
}

.p-box:hover img {
	filter: none;
	-webkit-filter: grayscale(0%);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.popbox {
	max-width: 700px;
	padding: 50px;
}
.popbox .p-name {
	color: #006db2;
	font-weight: 700;
	font-size: 22px;
}
.popbox .desig {
	color: #666;
	display: block;
	padding-bottom: 20px;
}
nav#menu .nav > li > a {
	padding: 20px 20px !important;
}
nav#menu .nav > li > a:focus,
.nav > li > a:hover {
	background-color: transparent !important;
}
a.menu_bar {
	display: none;
	color: #fff !important;
	margin-left: 15px;
	position: absolute;
	top: 10px;
	z-index: 999999;
	font-size: 35px;
}
footer ul.nav a {
	padding: 0px !important;
}
.mb h1 {
	margin-bottom: 5px;
}
.mb {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
.mb .cal-date-box {
	background-color: #efefef;
}
.mb .cal-year {
	background-color: #006cb2;
	color: #fff;
}
.event-item img {
	display: block;
	margin-bottom: 20px;
}

.flex-me {
	display: flex;
}

.mb-2 {
	margin-bottom: 15px;
}

.p-box-img img {
	object-fit: cover !important;
}

.ticker-wrap {
	background-color: #006cb2;
	color: #fff;
	overflow: hidden;
	padding: 0px 30px;
	width: 100%;
	font-size: 13px;
	padding-left: 100%;
	box-sizing: content-box;
}

@media (max-width: 992px) {
	.notice-scroller {
		padding: 10px 150px 10px 60px;
	}
}

@-webkit-keyframes ticker {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}
@keyframes ticker {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.ticker-wrap .ticker {
	display: inline-block;
	line-height: 4rem;
	white-space: nowrap;
	padding-right: 100%;
	box-sizing: content-box;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-name: ticker;
	animation-name: ticker;
	-webkit-animation-duration: 30s;
	animation-duration: 30s;
}
.ticker-wrap .ticker__item {
	display: inline-block;
	padding-right: 20px;
}

.section-card{
	background-color: #fff;
	padding: 20px;
	border-radius: 3px;
	margin-bottom: 15px;
}
.section-card a{
	color: #666;

}
.section-card h3{
	display: inline-block;
	border-bottom: 2px solid #fac203;
	font-size: 24px;
	margin-bottom: 15px;
	color: #222;
	padding: 15px 0px 13px;
}

.list-section{
	display: flex;
	flex-wrap: wrap;
  padding-left: 0;
}

.list-section-item{
	list-style: none;
  flex: 0 0 33%;
}

.list-section-item .section-card{
		margin-right: 20px;
}


