body {
	background: #fff;
}

/* Cover */

.cover {
	padding-bottom: 31%;
	padding-bottom: 28%;
	position: relative;
}

@media (max-width: 991px) {
	.cover {
		padding-bottom: 97%;
	}
}

.cover-title {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, 0);
	text-align: center;
	margin-left: -100px;
	color: #5E72EB;
	font-weight: bold;
}

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


.cover-title h1 {
	font-size: 100px;
	font-weight: bold;
}
.cover-title h2 {
	font-size: 60px;
	font-weight: bold;
}

@media (max-width: 1199px) {
	.cover-title h1 {
		font-size: 60px;
	}
	.cover-title h2 {
		font-size: 40px;
	}
}

.cover-content {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}


.cover-content > .container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}

@media (max-width: 991px) {
	.cover-content > .container {
		justify-content: center;
	}
}

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

@media (max-width: 991px) {
	.cover-slick {
		display: none;
	}
}

.cover-slick-mobile {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: none;
}

@media (max-width: 991px) {
	.cover-slick-mobile {
		display: block;
	}
	.slick-slide.slick-current.slick-active > div {
		height: 100%;
	}
}


.cover-slick .slick-list,
.cover-slick .slick-track,
.cover-slick .slick-slide {
	height: 100%;
	background-size: cover;
	background-position: center;
}

.cover-slick-mobile .slick-list,
.cover-slick-mobile .slick-track,
.cover-slick-mobile .slick-slide {
	height: 100%;
	background-size: cover;
	background-position: center;
}

.cover-slick .slick-slide div {
	height: 100%;
}

/* Welcome */

.welcome-text {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	font-size: 1.5rem;
	color: #fff;
	text-shadow: 0 0 50px rgba(0, 0, 0, .8);
	text-align: center;
	font-weight: bold;
}

.welcome-text>div:nth-child(1) {
	font-size: 3rem;
	line-height: 3rem;
}

.welcome-text>div:nth-child(2) {
	font-size: 4rem;
	line-height: 4rem;
}

.welcome-text>div:nth-child(3) span {
	display: inline-block;
	position: relative;
	margin-top: .5rem;
}

.welcome-text>div:nth-child(3) span:before,
.welcome-text>div:nth-child(3) span:after {
	content: "";
	position: absolute;
	height: 5px;
	border-top: 1px solid white;
	top: 18px;
	width: 160px;
}

.welcome-text>div:nth-child(3) span:before {
	right: 100%;
	margin-right: 15px;
}

.welcome-text>div:nth-child(3) span:after {
	left: 100%;
	margin-left: 15px;
}

/* Services */

.main-services {
	margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
	.main-services>div {
		display: block;
		width: 25%;
		float: right;
	}
}

.main-services>div>a {
	display: block;
	font-size: 1.3rem;
	text-align: center;
	padding: 1rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.3rem;
	height: 5rem;
}

.main-services>div>a>span {
	display: table;
	margin: 0 auto;
	min-height: 50px;

}

.main-services>div>a>span>span {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}

.main-services>div>a>span>span.caption {
	padding: 0 1rem;
}

.main-services>div:nth-child(1)>a {
	background: #85bb61;
}

.main-services>div:nth-child(2)>a {
	background: #5db183;
}

.main-services>div:nth-child(3)>a {
	background: #59bcaf;
}

.main-services>div:nth-child(4)>a {
	background: #086272;
}

.sub-services {
	background: #fff;
	text-align: center;
	font-weight: bold;
}

.sub-services>div {
	display: inline-block;
	padding: 1.2rem 2rem;
}

.sub-services>div a {
	color: inherit;
	font-size: 1.1rem;
}

.sub-services:after {
	content: '';
	display: block;
	height: 6px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#178797+0,63bcb0+25,e08f2e+75,e18d2b+75,af5e2b+100 */
	background: #178797;
	/* Old browsers */
	background: -moz-linear-gradient(left, #178797 0%, #63bcb0 25%, #e08f2e 75%, #e18d2b 75%, #af5e2b 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #178797 0%, #63bcb0 25%, #e08f2e 75%, #e18d2b 75%, #af5e2b 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #178797 0%, #63bcb0 25%, #e08f2e 75%, #e18d2b 75%, #af5e2b 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#178797', endColorstr='#af5e2b', GradientType=1);
	/* IE6-9 */

}


/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


.news-marquee {
	overflow: hidden;
}

.news ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.news .buttons {
	position: absolute;
	top: 1.9rem;
	left: 1.9rem;
}

.news a {
	color: inherit;
	display: block;
}

@media (min-width: 768px) {
	.news a {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.news-slick {
	margin-right: 100px;
	margin-left: 65px;
}

.news-slick button {
	position: absolute;
	top: 0;
	font-size: 0;
	font-family: 'FontAwesome';
	background: none;
	border: 0;
	cursor: pointer;
}

.news-slick button:before {
	font-size: 26px;
	color: #fff;
}

.news-slick .slick-next {
	top: 13px;
	left: 0;
}

.news-slick .slick-prev {
	top: 13px;
	left: 30px;
}

.news-slick .slick-prev:before {
	content: '\f0a9';
}

.news-slick .slick-next:before {
	content: '\f0a8';
}

.news .toggle-slick {
	position: absolute;
	top: 1.2rem;
	left: 3.5rem;
	font-size: 26px;
	background: none;
	border: 0;
	cursor: pointer;
	color: #fff;
	padding: 0;
}

.news-row .news-container {
	position: relative;
}

@media (min-width: 1200px) {
	.news-row .news-container {
		margin-right: 214px;
	}
	
}

.news-row h2 {
	color: #fff;
    font-size: 1.8rem;
    position: absolute;
    top: 2px;
    right: 0;
    padding-left: 30px;
    
    margin: 0;
	
	display: flex;
	align-items: center;
}



.news-row h2 span {
	margin-top: -3px
}

@media (min-width: 1200px) {
	.news-row h2 i {
		color: #56bc97;
		background-image: url(images/ic_question_answer_24px_fff.png);
		background-position: right;
		background-repeat: no-repeat;
		width: 60px;
		height: 36px;
		display: inline-block;
		margin-left: 15px;
		padding-left: 10px;
		border-left: 2px solid #ffffff;
	}
	
	.news {
		background: #6489FF;
		color: #fff;
		padding: 1rem 0;
		font-size: 1.2rem;
		position: relative;
		/*margin-top: -42px;*/
	}

	.news .content {
		margin-right: 160px;
		margin-left: 30px;
	}
}

@media (max-width: 1199px) {
	.news-row h2 {
		font-size: 0;
		width: 20px;
		height: 20px;
		background: url(images/ic_question_answer_24px.png);
		padding: 0;
		top: 26px;
		right: 15px;
	}

	.news-row {
		position: relative;
		background: #fff;
		color: #000;
		font-size: 1.2rem;
	}

	.news .content {
		padding: 15px;
		margin-right: 30px;
	}

	.news .buttons {
		position: absolute;
		top: 0;
		left: 15px;
	}

}

.breaking-news-ticker {
	font-size: 1.1rem;
}

.bn-news ul li a:hover {
	color: #77fff4;
}
.bn-news ul li a:focus {
	color: #77fff4;
	background: rgba(255,255,255,0.2)
}

.bn-effect-scroll .bn-news ul li {
	padding: 0 1rem;
}

.news .date {
	font-weight: bold;
}

.news .date:after {
	content: ' | ';
	margin: 0 10px;
	color: #fff;
}

.news-toggle {
	width: 32px;
	height: 32px;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	background: none;
	font-size: 14px;
}

.bn-controls {
	left: 0;
	right: auto;
	height: 40px;
	width: 110px;
	background: #6489ff;
}

@media (max-width: 1199px) {
	.bn-controls {
		background: #fff;
	}
}

.bn-controls button:nth-child(1),
.bn-controls button:nth-child(3) {
	background: none;
	color: #fff;
	width: 20px;
}



@media (max-width: 991px) {
	.bn-controls button:nth-child(1),
	.bn-controls button:nth-child(3) {
		display: none;
	}
	
	.bn-controls {
		width: 60px !important;
	}
}

.bn-direction-rtl .bn-controls button {
	border: 0;
}

.bn-direction-rtl .bn-controls button:focus {
	background: rgba(255,255,255,0.4);
}

.bn-controls button:nth-child(2) {
	position: absolute;
	top: 0;
	right: 20px;
	background: none;
	border-radius: 50%;
	width: 40px;
	border: 1px solid #fff;
}

.bn-controls button:nth-child(2) .bn-pause::before {
	background-color: #fff;
}

.bn-controls button:nth-child(2) .bn-pause::after {
	background-color: #fff;
}

.bn-arrow::before {
    border-color: #fff;
}
.bn-arrow::after {
    border-color: #fff;
}

@media (max-width: 1199px) {
	.bn-controls button:nth-child(2) {
		border: 1px solid #000;
	}
	.bn-controls button:nth-child(2) .bn-pause::before {
		background-color: #000;
	}
	.bn-controls button:nth-child(2) .bn-pause::after {
		background-color: #000;
	}
	.bn-arrow::before {
		border-color: #000;
	}
	.bn-arrow::after {
		border-color: #000;
	}
}

/* Box */

.box {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.box-title {
	position: relative;
	background: #59bcaf;
	color: #fff;
	font-size: 1.1rem;
	padding: 1.3rem;
}

.box-title h2 {
	font-size: 1.7rem;
	margin: 0;
	font-weight: bold;
}

.box-title .read-more {
	position: absolute;
	top: 1.1rem;
	left: 1.1rem;
	color: inherit;
}

.box-title .read-more>span {
	border: 1px solid #fff;
	padding: .45rem 2rem;
	position: relative;
	font-size: 1rem;
	font-weight: bold;
	margin: 0;
	border-radius: .75rem;
	display: block;
	overflow: hidden;
	background: url(images/btn-bg.png);
	background-size: 100% 100%;
}

.box-title .read-more>span:after {
	display: block;
	position: absolute;
	content: "";
	width: 110%;
	height: 0;
	padding-bottom: 110%;
	border-radius: 50%;
	top: 0%;
	left: 50%;
	background: #fff;
	opacity: 0.4;
	transform: translate(-50%, -50%) scale(0, 0);
	transition: transform 0.3s ease 0s;
}

.box-title .read-more>span:hover:after {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1, 1);
	transition: transform 0.3s ease 0s;
}

.box-title .read-more>span>span {
	position: relative;
	z-index: 3;
}

.box-title .read-more:hover {
	color: #000;
	text-decoration: none;
}

.box-title .day-link {
	display: inline-block;
	padding: .9rem;
	font-size: 1.1rem;
	margin: 0;
	color: #000;
}


.box-content {
	background: rgba(255, 255, 255, 0.8);
	padding: 30px;
}


/**/

.articles .box-title {
	background: #86bd60;
}

.contact .box-title {
	background: #6a72b7;
}

/**/


/* Stay In Touch */

.stay-in-touch {
	text-align: center;
	padding: 3rem 0;
}

.stay-in-touch h2 {
	position: relative;
	margin-bottom: 30px;
}

.stay-in-touch h2:before {
	content: '';
	display: block;
	width: 100%;
	top: 49%;
	right: 0;
	position: absolute;
	border-top: 1px solid #ddd;
	z-index: -1;
}

.stay-in-touch h2 span {
	display: inline-block;
	background: #fff;
}

.stay-in-touch .icon {
	height: 72px;
}

.stay-in-touch h3 {
	font-size: 1.2rem;
	font-weight: bold;
}

.stay-in-touch .btn {
	border-radius: 0;
}

.stay-in-touch .col-lg-4 {
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.stay-in-touch .col-lg-4:nth-child(2) {
		border-right: 1px solid #ddd;
		border-left: 1px solid #ddd;
	}
}

.stay-in-touch .col-lg-4 .btn {
	min-width: 170px;
	margin: 0 auto;
	display: inline-block;
}

.stay-in-touch .col-lg-4:nth-child(1) .btn {
	background: #56bcaf;
	color: #fff;
}

.stay-in-touch .col-lg-4:nth-child(2) .btn {
	background: #3a559f;
	color: #fff;
}

.stay-in-touch .col-lg-4:nth-child(3) .btn {
	background: #e8891d;
	color: #fff;
}

/* Numbers */

.numbers {
	background: #23576a;
	color: #fff;
	padding: 2rem 0;
}

@media (min-width: 992px) {
	.numbers .items {
		display: table;
		text-align: center;
		width: 100%;
		font-size: 1.2rem;
	}

	.numbers .items>div {
		display: table-cell;
		width: 20%;
		padding: .5rem;
	}
}

.numbers .items>div>div.n {
	font-size: 3rem;
	font-weight: bold;
	direction: ltr;
}

.numbers .items>div:nth-child(1)>div.n {
	border-bottom: 4px solid #a55a27;
}

.numbers .items>div:nth-child(2)>div.n {
	border-bottom: 4px solid #d58425;
}

.numbers .items>div:nth-child(3)>div.n {
	border-bottom: 4px solid #6bb266;
}

.numbers .items>div:nth-child(4)>div.n {
	border-bottom: 4px solid #4fb1a8;
}

.numbers .items>div:nth-child(5)>div.n {
	border-bottom: 4px solid #09798d;
}

/* Help */

.help {
	padding: 4rem 0;
	background: url(images/help-bg.png);

	color: #fff;
}

.help h2 {
	text-align: center;
	margin-bottom: 1.5rem;
}

.help .help-search {
	max-width: 540px;
	margin: 0 auto;
	position: relative;
}

.help .help-search input {
	height: 100%;
	padding: 1rem;
	font-size: 1.2rem;
	width: 100%;
	border: 0;
}

.help .help-search button {
	height: 100%;
	padding: 1rem 1.5rem;
	font-size: 1.2rem;
	background: #56bcaf;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}


/**/

@media (min-width: 992px) {
	.newsletter {
		position: relative;
		min-height: 145px;
	}

	.newsletter:after {
		content: '';
		display: block;
		width: 2px;
		height: 100%;
		background: #e2e6e7;
		position: absolute;
		top: 0;
		left: 25px;
	}
}

.newsletter input {
	border: 0;
	width: 100%;
	display: block;
	padding: .75rem;
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	font-size: 1rem;
}

.newsletter button {
	border: 0;
	display: inline-block;
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	background: #6a72b7;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	width: 130px;
	padding: .75rem 1.5rem;
}

@media (max-width: 991px) {
	.newsletter .row .col-md-3 {
		margin-bottom: .5rem;
	}
	.newsletter .row .col-md-3:last-child {
		text-align: left;
	}
}

@media (max-width: 991px) {
	.share-social-icons {
		text-align: center;
	}
	.share-social-icons span {
		display: block;
		margin-top: .5rem;
	}
}

.sub-section-title {
	margin-bottom: 1rem;
	min-height: 70px;
	padding-right: 84px;
	background-position: top right;
	background-repeat: no-repeat;
	padding-top: 8px;
}

.sub-section-title h3 {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0;
}

.newsletter .sub-section-title {
	background-image: url(images/email.png);
	font-size: 1.2rem;
}

.share .sub-section-title {
	background-image: url(images/share.png);
	font-size: 1.2rem;
}

.share a:hover {
	text-decoration: none;
}

.share a {
	display: inline-block;
	margin-left: 10px;
}

@media (max-width: 991px) {
	.share {
		margin-top: 30px;
	}
}


/**/

@media (min-width: 992px) {
	body {
		/*padding-bottom: 489px;*/
	}

	main {
		background-color: #fff;
		z-index: 1;

		min-height: 100%;
	}

	/*.footer {
		display: block;
		position: fixed;
		bottom: 0;
		right: 0;
		width: 100%;
		z-index: -1;
	}*/

	html,
	body {
		min-height: 100%;
		height: auto !important;
		height: 100%;
	}
}


.bg2 {
	background: url(images/bg2.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 3rem;
}



.pirs-row a {
	display: block;
	border: 1px solid #37463f;
}





.light-contrast .main-services>div:nth-child(1)>a {
	background: #3d7517;
}
.light-contrast .main-services>div:nth-child(2)>a {
	background: #0a6734;
}
.light-contrast .main-services>div:nth-child(3)>a {
	background: #036f61;
}
.light-contrast .main-services>div:nth-child(4)>a {
	background: #00333c;
}
.light-contrast .articles .box-title {
	background: #0b6734;
}
.light-contrast .contact .box-title {
	background: #242b6d;
}
.light-contrast .newsletter button {
	background: #242b6d;
}


.slick-list:focus {
	padding: 15px;
	background: yellow;
}

/**/

.idx-search {
	position: relative;
	margin-top: -33px;
}

@media (min-width: 1200px) {
	.idx-search {
		margin: 0 auto;
		max-width: 982px;
		margin-top: -33px;
	}
}

.idx-search input {
	font-size: 30px;
	padding: 10px;
	border-radius: 2rem;
	border: 1px solid #707070;
	width: 100%;
	text-align: center;
}

.idx-search button {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: none;
	border: 0;
	font-size: 30px;
	padding: 0 20px;
	color: #77DAB3;
}

.light-contrast .idx-search button {
	color: #000;
}

/**/

.services-grid {
	text-align: center;
}

@media (max-width: 991px) {
	.services-grid {
		max-width: 450px;
		margin: 0 auto;
	}
}
.services-grid > div {
	display: inline-block;
}

@media (max-width: 1599px) {
	.services-grid > div .icon img {
		width: 100px;
	}
}
@media (max-width: 1199px) {
	.services-grid > div .icon img {
		width: 80px;
	}
}

/**/



/**/

.read-more-container {
	padding: 0 50px;
}

.read-more-container a {
	color: #000;
	font-weight: bold;
}

/* events */

.events {
	padding: 3rem 0;
	background-color: #F2F2F2;
}

.events .container {
	max-width: 1200px;
}

.events-slick {
	padding: 0 40px;
}

.events h2 {
	font-weight: bold;
	margin-bottom: 2rem;
}
.events article {
	display: block;
	height: 100%;
}
.events .row > div {
	margin-bottom: 30px;
}

.events-swiper .swiper-slide {
	width: 250px;
}

.events-swiper {
	margin: 0 -15px;
}

.events-swiper .swiper-buttons {
	display: none;
}

@media (min-width: 992px) {
	.events-swiper .swiper-slide {
		width: 33.33%;
	}
	
	.events-swiper .swiper-buttons {
		display: block;
	}
	
	.events-swiper {
		margin: 0;
		padding: 0 40px;
		position: relative;
	}
}

.event {
	display: block;
	background: #fff;
	color: #000;
	box-shadow: 0 3px 6px rgba(0,0,0,0.1);
	position: relative;
	height: 100%;
	margin: 15px;
	border-radius: 10px;
	overflow: hidden;
	
}
.event:hover, .event:focus {
	text-decoration: none;
	transform: scale(1.05);
	color: #000;
}
.event img {
	display: block;
	width: 100%;
}

.event .info {
	padding: 15px;
}
.event h3 {
	font-weight: bold;
	font-size: 1.2rem;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	min-height: 70px;
}

.event .icon {
	width: 24px;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}
.event .date .icon {
	background-image: url(images/ic_event_available_24px.png);
}
.event .location .icon {
	background-image: url(images/ic_place_24px.png);
}
.event .time .icon {
	background-image: url(images/ic_access_time_24px.png);
}
.event .props > div {
	padding: 4px 0;
}



/* events */

.articles {
	padding: 3rem 0;
}

.articles .container {
	max-width: 1200px;
}

.articles-slick {
	padding: 0 40px;
}

.articles h2 {
	font-weight: bold;
	margin-bottom: 2rem;
}
.articles article {
	display: block;
	height: 100%;
}
.articles .row > div {
	margin-bottom: 30px;
}



.articles-swiper .swiper-slide {
	width: 250px;
}

.articles-swiper {
	margin: 0 -15px;
}

.articles-swiper .swiper-buttons {
	display: none;
}

@media (min-width: 992px) {
	.articles-swiper .swiper-slide {
		width: 33.33%;
	}
	
	.articles-swiper .swiper-buttons {
		display: block;
	}
	
	.articles-swiper {
		margin: 0;
		padding: 0 40px;
		position: relative;
	}
}

.article {
	display: block;
	background: #fff;
	color: #000;
	box-shadow: 0 3px 6px rgba(0,0,0,0.1);
	position: relative;
	height: 100%;
	margin: 15px;
	border-radius: 10px;
	overflow: hidden;
}
.article:hover, .article:focus {
	text-decoration: none;
	transform: scale(1.05);
	color: #000;
}
.article img {
	display: block;
	width: 100%;
}

.article .info {
	padding: 15px;
}
.article h3 {
	font-weight: bold;
	font-size: 1.2rem;
}

.article .main-info {
	min-height: 200px;
	min-height: 70px;
}

.article .foot {
	color: #7B7A7A;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	margin-top: 10px;
}

@media (max-width: 991px) {
	.article p {
		display: none;
	}
	.article .main-info {
		min-height: 80px;
	}
}


/**/

.services {
	padding: 2rem 0;
	color: #fff;
}

.service {
	color: #000;
	display: inline-block;
	padding: 15px;
}

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


.service:hover img, .service:focus img {
	transform: translateY(-10px);
}






.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}