.cover {
	min-height: 100vh;
	position: relative;
}

/* @media(max-width:1199px) {
	.cover {
		height: unset;
		min-height: 100vh;
		position: relative;

	}
} */

.cover-slick {
	width: 100%;
	height: 100%;
	position: absolute;
}

.cover-slick div {
	height: 100%;
	background-size: cover;
	background-position: center;
}

.cover-content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	text-align: center;

	max-width: 600px;
	margin-top: -60px;
}

.cover-content h1 {
	margin-bottom: 1rem;
}

.cover-content h1>span {
	background: rgba(3, 25, 48, .9);
	color: #fff;
}

.cover-content h1>span>span {
	color: #fffc00;
}

.cover-content p {
	margin: 0;
}

.cover-content .text {
	background: rgba(204, 211, 223, .8);
	padding: 1rem;
	color: #333;
	display: inline-block;
}

/**/



/**/

.articles {
	background: url(images/articles.jpg);
	background-size: cover;
	color: #fff;
	padding: 1rem 0rem 0rem 0rem;
}

.articles article {
	background: rgba(255, 255, 255, 0.1);
	display: block;
	margin: 1rem;
}

@media (max-width: 991px) {
	.articles article {
		margin: 1rem 0;
	}
}

.articles article:hover {
	background: rgba(255, 255, 255, 0.15);
}

.articles article a {
	display: block;
	color: inherit;
}

.articles article a:hover,
.articles article a:focus {
	text-decoration: none;
}

.articles article img {
	display: block;
	width: 100%;
}

.articles article figcaption {
	padding: 1rem;
}

.articles article h3 {
	color: #fffc00;
}

/**/

.contact {
	margin: 0 -15px;
	padding: 2rem;

	color: #fff;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005a7d+0,05305d+100 */
	background: rgb(0, 90, 125);
	/* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(0, 90, 125, 1) 0%, rgba(5, 48, 93, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(0, 90, 125, 1) 0%, rgba(5, 48, 93, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(0, 90, 125, 1) 0%, rgba(5, 48, 93, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005a7d', endColorstr='#05305d', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */

}

@media (min-width: 992px) {

	.contact {
		padding: 5rem;
	}

	.contact-container {
		max-width: 400px;
		margin: 0 auto;
	}
}

.contact h2 {
	color: #fffc00;
	text-align: center;
	margin-bottom: 2rem;
}

.contact .form-control {
	background: rgba(255, 255, 255, 0.07);
	border-radius: 0;
	border: 0;
}

.contact .form-control:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 0, .25);
}

.contact button {
	background: #fffc00;
	color: #000;
	border-radius: 0;
	border: 0;
}

.contact-bg {
	background: url(images/contact.jpg);
	background-position: center;
	background-size: cover;
}

@media (max-width: 991px) {
	.contact-bg {
		height: 400px;
	}
}



/* News-3*/

.news-3 {
	position: relative;
}

.news-3 .news-toggle {
	top: 0;
	left: 0;
}

.news-3 .news-marquee {
	height: 440px;
	overflow: hidden;
	margin-top: .75rem;
	margin-bottom: .75rem;
}

@media (min-width: 1920px) {
	.news-3 .news-marquee {
		height: 200px;
	}
}


@media (max-width: 767px) {
	.news-3 .news-marquee {
		height: 300px;
		padding: 1rem;
	}
}

.news-3 .item {
	background: #fff;
	border-right: 3px solid #007e3d;
	padding: .5rem;
	margin-bottom: .75rem;
	display: block;
	color: inherit;
}

.news-3 .item:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	text-decoration: none;
}

.news-3 .item time {
	color: #007e3d;
}

.news-3 .item h3 {
	font-size: 1rem;
}

.news-3 .item p {
	margin: 0;
}

.read-more-3 {}

@media (max-width: 767px) {
	.read-more-3 {
		padding: .75rem;
		background: #dce6e2;
	}
}

.read-more-3 a {
	color: #333;
}

.read-more-3 a span {
	border-bottom: 1px dotted #333;
}

/* Events */

.events {
	text-align: left;
}

@media (min-width: 992px) {
	.events {
		position: absolute;
		bottom: -360px;
		left: 0;
	}
}

.events h2 {
	background: rgba(19, 164, 226, .8);
	display: inline-block;
	margin: 0;
	padding: .75rem 2rem;
	border-top-right-radius: 2rem;
	font-size: 1.4rem;
	color: #fff;
}

.events .content {
	background: rgba(0, 62, 125, .8);
	display: block;
	margin: 0;
	padding: 1rem;
	border-top-right-radius: 3rem;
	border-bottom-right-radius: 3rem;
	height: 100px;
	width: 70vw;
	text-align: right;
	color: #fff;
}

@media (max-width: 991px) {
	.events .content {
		width: 90%;
		display: inline-block;
	}
}

.events .content a {
	color: inherit;
}

.events .content a:hover {
	text-decoration: none;
}

.events-slick {
	margin-top: -34px;
	padding: 0 30px;
}

.event-content {
	display: table;
}

.event-content>div {
	display: table-cell;
	vertical-align: middle;
}

.event .icon {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: #ed774f;
	border: 2px solid #fff;
	text-align: center;

	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;

	display: flex;
	align-items: center;
	justify-content: center;
}

.event .icon>div {}

@media (max-width: 667px) {
	.event .icon {
		width: 90px;
		height: 90px;
	}
}

.event:hover .icon {
	transform: scale(.9);
	background: #94b921;
}

.event .icon .day {
	display: block;
	font-size: 3rem;
	line-height: 3rem;

	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.event:hover .icon .day {
	transform: scale(1.3);
}


.event .icon .month {
	display: block;
}

.event .text {
	padding: 0 1rem;
}

.event .text .name {
	font-weight: bold;
}

.event .text .location {
	color: #ed774f;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 140px;
}


@media (max-width: 667px) {
	.events-slick {
		margin-top: -11px;
	}

	.event .text .name {
		height: 4rem;
		max-width: 140px;
		overflow: hidden;
	}

}

/* Events-2*/


@media (min-width: 768px) {
	.events-2 .events-simple-slick {
		/* margin: 0 -.75rem; */
	}
}

.events-2 .event-2 {
	display: block;
	padding: .75rem;
	color: inherit;
}

.events-2 .event-2:hover {
	text-decoration: none;
}

.events-2 .event-2 .event-content {
	display: table;
	width: 100%;
	min-height: 5rem;
	background: #fff;
}

.events-2 .event-2:hover .event-content {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.events-2 .event-2 .icon {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: .5rem;
	width: 6rem;

	background: #007e3d;
	color: #fff;
}

.events-2 .event-2 .icon .day {
	font-size: 2rem;
	display: block;
}

.events-2 .event-2 .icon .month {
	font-size: 1.5rem;
	display: block;
}

.events-2 .event-2 .text {
	display: table-cell;
	text-align: center;
	padding: .75rem;
}

.events-2 .event-2 .text .name {
	height: 3rem;
	overflow: hidden;
}

.events-2 .event-2 .text .location {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 150px;
}

@media (max-width: 767px) {
	.whats-new-2 section {
		margin: 0 -15px;
	}
}

/* Events-3 */

@media (min-width: 1200px) {
	.events-3 {
		position: relative;
		background: aquamarine;
		padding: 0.5rem 4.55rem;
		text-align: center;
		z-index: 99;
	}
}

.event-3 {
	margin-bottom: 10px;
	display: block;
	color: #fff;
}

.event-3:hover {
	color: #fff;
	text-decoration: none;
	transform: scale(1.05);
}

.event-3 .icon {
	position: relative;
	background: #306294;
	padding: 1.5rem 1.5rem;
	text-align: center;
	z-index: 99;
}

.events-items-3>div:nth-child(2) .event .icon {
	background: url(images/event-calc-2.png) left no-repeat;
}

.events-items-3>div:nth-child(3) .event .icon {
	background: url(images/event-calc-3.png) left no-repeat;
}

.event-3 .day {
	display: block;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.8rem;
}

.event-3 .month {
	display: block;
}

.event-3 .text {
	height: 78px;
	padding: 1rem;
	font-size: 1rem;
	background-repeat: no-repeat;
}

.event-3 .name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}

.event-3 .location {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.events-items-3>div:nth-child(2) .event .text {
	background-image: url(images/event-2.png);
}

.events-3 .read-more-3 {
	width: 310px;
	height: 33px;
	background-image: url(images/all-events.png);
	text-align: left;
	padding: 4px 20px;
}

.events-3 .read-more-3 a {
	color: #fff;
}


@media (min-width: 1200px) and (max-width: 1419px) {
	.events-3 {
		margin-left: -400px;
	}

}

@media (max-width: 1199px) {
	.events-3 {
		text-align: center;
		padding: 30px 0;
		background: #124e8e;
	}

	.event-3 {
		display: inline-block;
	}

	.events-3 .read-more {
		margin: 0 auto;
	}
}

/* Fast Nav */

.fast-navigation {
	color: #fff;
	font-size: 0;

}

.fast-navigation .h2 {
	margin: 0;
	background: rgb(29, 153, 217);
	border-radius: 2rem;
	padding: .56rem 1.2rem;
	font-size: 1.2rem;
}

.smart-nav-sub .connect-word {
	margin: 0;
	background: rgb(29, 153, 217);
	padding: .56rem 1.2rem;
	font-size: 1.2rem;
	border-radius: 2rem;
}

@media (max-width: 991px) {
	.smart-nav-sub .connect-word {
		display: block;
	}
}

@media (max-width: 1199px) {
	.fast-navigation {
		margin: 2rem auto;
		background: none;
		text-align: center;
	}
}


.fast-navigation select {
	background: rgba(255, 255, 255, 0.9);
	border: 0;
	padding: .5rem 1rem;
	border-radius: 2rem;
	font-size: 1.2rem;
	margin: 0 1rem;
	-webkit-appearance: none;
	position: relative;
}

.fast-navigation .select-holder {
	position: relative;
	display: inline-block;
}

@media (max-width: 991px) {
	.fast-navigation .select-holder {
		display: block;
	}
}

.fast-navigation .select-holder:after {
	content: '\f0d7';
	font-family: 'FontAwesome';
	position: absolute;
	top: .7rem;
	left: 1.8rem;
	display: block;
	font-size: 1rem;
	color: #000;
	pointer-events: none;
}


.fast-navigation button {
	background: rgb(29, 153, 217);
	border-radius: 2rem;
	padding: .5rem 1.2rem;
	font-size: 1.2rem;
	border: 0;
	color: #fff;
}

.scroll-down {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	margin-top: 50px;
}

@media (max-width: 1199px) {
	.scroll-down {
		display: none;
	}
}

@media (max-width: 1199px) {
	.fast-navigation {
		max-width: 300px;
		border-radius: 0;
		padding: 1rem;
		border-radius: 30px;
	}

	.fast-navigation>span {
		display: block;
	}

	.fast-navigation select {
		width: 100%;
		margin: 0;
		margin-bottom: .75rem;
	}

	.fast-navigation button {
		margin: 0 auto;
		display: block;
	}
}

/**/

@media (min-width: 1200px) {
	.idx-search {
		width: 520px;
		margin: 30px auto;
	}
}

@media (max-width: 1199px) {
	.idx-search {
		max-width: 300px;
		margin: 1rem auto;
	}
}


.idx-search form {
	position: relative;
	margin-bottom: 1rem;
}

.idx-search form input {
	font-size: 1.2em;
	padding: .75rem;
	border-radius: 2rem;
	border: 0;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	-webkit-appearance: none;
}

.idx-search form button {
	border: 0;
	background: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 0 16px;
	background: rgb(29, 153, 217);
	border-radius: 2rem;
}

.idx-search form button em {
	font-size: 20px;
}

/**/


.parent-center {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 25%;
	min-height: 250px;
	z-index: 999;
}

@media (max-width: 991px) {
	.centered {
		width: 90%;
	}

}

@media (min-width: 992px) {
	.centered {
		width: 50%;
	}
}

.centered {
	margin: 0 auto;
	z-index: 999;
	padding: 4rem;
	background: #1f1f1f47;
	border-radius: 25px;
	text-align: center;
}

@media (min-width: 1510px) {
	.centered {
		top: 45%;
	}
}

/*box-links-right*/

@media (max-width: 991px) {
	.box-links-right {
		z-index: 999;
		width: 100%;

	}

	.box-links-right .box-links-slick {
		max-height: 223px;
		overflow: auto;
		display: flex;
	}

}

@media (min-width: 992px) {
	.box-links-right {
		position: fixed;
		right: -5px;

		height: 50px;
		top: 30%;
		z-index: 999;
		width: 250px;

	}

	.box-links-slick {
		max-height: 223px;
		overflow: auto;
	}


	/* Hide scrollbar for Chrome, Safari and Opera */
	.box-links-slick::-webkit-scrollbar {
		display: none;
	}

	/* Hide scrollbar for IE and Edge */
	.box-links-slick {
		-ms-overflow-style: none;
	}
}

.box-links-right a:nth-child(even) .link {
	background: #c7811b;
	text-decoration: none;

}

.box-links-right a:nth-child(odd) .link {
	background: #1d99d9;
	text-decoration: none;
}

.box-links-right a .link {
	color: white;
	padding: 0.5rem 1rem;
	text-decoration: none;
	margin-bottom: 5px;
	transform: skewX(-10deg);
	border-radius: 4px;
	opacity: 0.85;

}

@media(max-width:991px) {

	.box-links-right .arrow-up {
		display: none;
	}

	.box-links-right .arrow-side {
		display: block;
	}

}

@media(min-width:992px) {
	.box-links-right .arrow-up {
		position: absolute;
		left: 0px;
		top: 88px;
		bottom: 0px;
		display: block;
	}

	.box-links-right .arrow-side {
		position: absolute;
		left: 0px;
		top: 88px;
		bottom: 0px;
		display: none;
	}
}




/*box-links-left*/

@media (max-width: 991px) {
	.box-links-left {
		z-index: 999;
		width: 100%;

	}

	.box-links-left .box-links-slick {
		max-height: 223px;
		overflow: auto;
		display: flex;
	}

}

@media (min-width: 992px) {
	.box-links-left {
		position: fixed;
		left: -80px;
		height: 50px;
		top: 30%;
		z-index: 999;
		width: 250px;
	}

	.box-links-slick {
		max-height: 223px;
		overflow: auto;
	}


	/* Hide scrollbar for Chrome, Safari and Opera */
	.box-links-slick::-webkit-scrollbar {
		display: none;
	}

	/* Hide scrollbar for IE and Edge */
	.box-links-slick {
		-ms-overflow-style: none;
	}
}

.box-links-left a:nth-child(even) .link {
	background: #c7811b;
	text-decoration: none;

}

.box-links-left a:nth-child(odd) .link {
	background: #1d99d9;
	text-decoration: none;
}

.box-links-left a .link {
	color: white;
	padding: 0.5rem 1rem;
	margin-bottom: 5px;
	border-radius: 4px;
	opacity: 0.85;
}


@media(max-width:991px) {
	.box-links-left .arrow-up {
		display: none;
	}

	.box-links-left .arrow-side {
		display: block;
	}
}

@media(min-width:992px) {
	.box-links-left .arrow-up {
		position: absolute;
		right: -32px;
		top: 88px;
		bottom: 0px;
		display: block;
	}

	.box-links-left .arrow-side {
		position: absolute;
		right: 0px;
		top: 88px;
		bottom: 0px;
		display: none;
	}
}


/* Footer */
.footer {
	position: relative;
	bottom: 0px;
	display: none;
}

.footer-idx {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: block;
}

@media(max-width:1300px) {
	.footer {
		position: relative;
	}
}

/* opacity animation 
.opacity-animation,
.header {
	-webkit-animation: NAME-YOUR-ANIMATION 3s infinite;

	-moz-animation: NAME-YOUR-ANIMATION 3s infinite;

	-o-animation: NAME-YOUR-ANIMATION 3s infinite;

	animation: NAME-YOUR-ANIMATION 3s infinite;

	animation-iteration-count: 1
}
*/

@-webkit-keyframes NAME-YOUR-ANIMATION {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes NAME-YOUR-ANIMATION {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes NAME-YOUR-ANIMATION {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes NAME-YOUR-ANIMATION {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/**/
/*articles*/

.articles {
	background: rgba(255, 255, 255, 0.7);
	/* width: 600px; */
	height: 236px;
}


.articles .text {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	/* text-shadow: 0px -2px 5px rgba(0, 0, 0, 0.12); */
}

.articles .text-2 {
	color: #000;
	/* font-weight: bold; */
	font-size: 1.25rem;
	text-align: center;
}

.articles .all-articles {
	text-decoration: none;
	position: absolute;
	bottom: -84px;
	left: -23px;
	color: #f09425;
	font-weight: bold;
	font-size: 1.45rem;
	background: rgba(0, 0, 0, 0.4);
	padding: 0.65rem 0.5rem;
	transform: skewX(-5deg) translateY(30px);
	border-radius: 11px;
}

.events .all-events {
	text-decoration: none;
	position: relative;
	float: left;
	color: #f09425;
	font-weight: bold;
	font-size: 1rem;
	background: rgba(0, 0, 0, 0.4);
	padding: 0.5rem;
	transform: skewX(-10deg);
	border-radius: 8px;
	margin-top: 1rem;
}






.articles:before {
	transform: skewX(-5deg);
	border-radius: 10px;
}






.articles .articles-slick .article {
	display: block;
	color: #007fa7;
	padding-bottom: 1rem;
	min-height: 154px;
}

@media (max-width: 991px) {
	.articles article {
		margin: 1rem 0;
	}

	.articles {
		/* min-height: 20vh; */
	}
}



.articles .article a {
	display: block;
	color: inherit;
}

.articles .article a:hover,
.articles .article a:focus {
	text-decoration: none;
}

.articles .article img {
	display: block;
	width: 100%;
}

.articles .article figcaption {
	padding: 1rem;
}

.articles .article h3 {
	color: #fffc00;
}

.articles .articles-slick a {
	text-decoration: none;
}

.articles .articles-slick .h3 {
	font-weight: bold;
	text-align: center;
}

.all-articles {
	/* position: absolute; */
	bottom: 0px;
	left: 0px;
	color: white;
}

.articles .read-more {
	padding: 0.5rem 0.5rem;
	width: 106px;
	background: #1386a8;
	color: white;
	display: block;
	text-align: center;
	margin-right: 1.5rem;
}

/* center */
.center {
	top: 0px;
	padding-top: 224px;
	bottom: 0px;
	padding-bottom: 60px;
	left: 0px;
	right: 0px;
	padding-left: 125px;
	padding-right: 125px;
	height: 100%;
}

.center .top {
	padding-top: 62px;
	padding-bottom: 77px;
	width: 100%;
}

.center .bottom {
	/* padding-bottom: 69.3px; */
	width: 100%;
}

@media(max-width:1199px) {
	.center {
		padding-left: 30px;
		padding-right: 30px;
	}
}

/**/
.center .bottom .service .title {
	display: block;
	width: 100%;
	color: white;
	padding: 0rem 1rem;
	padding-top: 0rem;
	font-weight: bold;
	font-size: 1.5rem;
	position: relative;
	text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.4);
}

.center .bottom .service .title:before {
	content: "";
	position: absolute;
	bottom: 9px;
	right: 1rem;
	background: white;
	height: 2px;
	width: 120px;
}

.center .bottom .service .info {
	display: block;
	color: white;
	padding: 0rem 0.5rem;
	padding-top: 0rem;
	padding-right: 15px;
	font-size: 1rem;
	position: relative;
	width: 255px;
}

.center .bottom .service .icon {
	position: absolute;
	bottom: 0px;
	left: 25px;
}

@media(min-width:1748px) {
	.center .bottom .service .icon {
		position: absolute;
		bottom: 0px;
		left: 70px;
	}

	.services .box {

		padding-left: 4.5rem;
		transition: all 250ms;
	}
}

/* services */
.services .box {

	height: 170px;

}

.services .service-box {
	outline: 6px solid rgba(255, 255, 255, 0.4);

}

.services .box:hover {
	transform: translateY(-15px);
}

/* 
.text-mobile {
	font-size: 1.75rem;
} */



@media(max-width:400px) {
	.text-mobile {
		font-size: 2rem;
	}
}

@media(max-width:360px) {
	.text-mobile {
		font-size: 2rem;
	}
}

.articles {

	max-width: 400px;

}

@media(max-width:768px) {
	.articles {
		background: rgba(255, 255, 255, 0.7);
		max-width: 800px;
		height: 200px;
	}

	.articles .articles-slick .article {
		display: block;
		color: #007fa7;
		padding-bottom: 1rem;
		min-height: 100px;
	}

	.text-mobile {
		font-size: 1.25rem;
	}

	.articles .text-2 {
		color: #000;
		font-weight: normal;
		font-size: 1rem;
		text-align: center;
	}
}


.container {
	max-width: 1699px;
}