/* Video Background * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

video {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #111;
	background-size: cover;
	transition: 1s opacity;
	object-fit: cover;
}



@media (max-width: 1308px) {
	video {
		display: none;
	}
}

.cover:after {
	content: '';
	height: 200px;

	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
	/* IE6-9 */
}

.cover:before {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 200px;
	content: '';
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	pointer-events: none;
}

#toggle-video {
	position: absolute;
	bottom: 120px;
	right: 15px;

	background: none;
	color: #fff;
	border: 0;
	padding: 10px 15px;
	cursor: pointer;

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

	z-index: 9;
	background: #00000052;
	border-radius: 25px;
}

#toggle-video:hover,
#toggle-video:focus {
	background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 1308px) {
	#toggle-video {
		display: none;
	}
}


/**/



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

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

.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;
}



/**/

@media(max-width:991px) {
	.services {
		position: relative;
	}
}

@media(min-width:1199px) {
	.services {
		position: absolute;
	}

	.services .services-slick {
		width: 1199px;
		margin: 0 auto;
	}
}

.services {
	bottom: 73px;
	right: 0;
	width: 100%;
	z-index: 1;
}

.service {
	text-align: center;
	display: block;
	color: white;
	font-size: 1.2rem;
	font-weight: bold;
	transition: .5s all ease-in-out;
}

.service .icon img {
	display: block;
	margin: 0 auto;
}

.service figcaption {
	background: rgba(63, 63, 63, 0.7);
	border-top: 2px solid rgba(208, 221, 40, 0.9);
	padding: .75rem;
	color: #fff;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.service:hover {
	text-decoration: none;
	color: #fff;
	font-size: 1.4rem;
	transition: .5s all ease-in-out;
}

.service:hover figcaption {
	background: rgba(208, 221, 40, 1);
	color: #fff;
}

.service .icon img {
	transition: .5s all ease-in-out;
}

.service:hover>.icon img {
	transform: translateY(-10px);
	transition: .5s all ease-in-out;
}

.services .services-slick .service .icon span {
	display: block;
	width: auto;
}

.services .services-slick .service .icon {
	min-height: 169px;
}


/**/

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

.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;
	}
}

.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0px;
}



/**/

.news {
	position: relative;
	background: rgb(78 78 78);
	color: #fff;
	padding: .2rem 0;
	padding-top: .2rem;
}

.news .news-toggle {
	position: absolute;
	top: 0;
	left: 1rem;
	background: none;
	border: 0;
}

.news .news-marquee {
	height: 406px;
	overflow: hidden;
	margin-bottom: 1rem;
	padding: 1rem;
}

.news .item {
	background: #fff;
    border-right: 3px solid #601d54;
    padding: 1.5rem;
    border-radius: 5rem;
    margin-bottom: 1.5rem;
    display: block;
    color: inherit;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

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

.news .item time {
	color: #601d54;
}

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

.news .item p {
	margin: 0;
}



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

.news-holder {
	position:absolute;
	bottom: 27px;
	right: 0;
	width: 100%;
	z-index: 9;
}

.news {
	font-size: 1rem;
}

.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 h2 {
	color: #000;
	background: #fcda06;
	text-align: center;
	border-radius: 30px;
	font-size: 1rem;
	font-weight: bold;
	position: absolute;
	top: 15px;
	right: 1.2rem;
	padding: 0 10px;
	margin: 0;
}

@media (min-width: 1450px) {
	.news .content {
		margin-right: 175px;
		margin-left: 0;
	}
}

@media (max-width: 1449px) {
	.news h2 {
		display: none;
	}

	.news-row {
		position: relative;
		font-size: 1.2rem;
	}

	.news .content {
		padding: 15px;

	}

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

}

.bn-news ul li a {
	padding: 2px 10px;
}

.bn-news ul li a:hover {
	color: yellow;
}

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

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

.news .date:after {
	content: ' | ';
	margin: 0 10px;
	color: rbga(255,255,255,0.5);
}

.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;
}

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

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

.bn-direction-rtl .bn-controls button:hover,
.bn-direction-rtl .bn-controls button:focus {
	background: #111;
	outline: 1px solid yellow;
}

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

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

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







.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: 1450px) {
	.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: 1450px) and (max-width: 1419px) {
	.events-3 {
		margin-left: -400px;
	}

}

@media (max-width: 1449px) {
	.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;
	color: #06559a;
	border-radius: 2rem;
	padding: .56rem 0rem;
	font-size: 1.2rem;
	font-weight: 600
}

.smart-nav-sub .connect-word {
	margin: 0;
	color: #06559a;
	border-radius: 2rem;
	padding: .56rem 0rem;
	font-size: 1.2rem;
	font-weight: 600
}

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

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


.fast-navigation select {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #bfbfbf;
	padding: 0.25rem 1rem;
	border-radius: 15px;
	font-size: 1.2rem;
	margin: 0 1rem;
	-webkit-appearance: none;
	position: relative;
	min-width: 265px;
	color: #21608c;
	font-weight: 400;
}

.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: #3d8ec5;
	border-radius: 15px;
	padding: 0.25rem 1rem;
	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: 1449px) {
	.scroll-down {
		display: none;
	}
}

@media (max-width: 1449px) {
	.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: 1450px) {
	.idx-search {
		width: 520px;
		margin: 30px auto;
	}
}

@media (max-width: 1449px) {
	.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: 10%;
	min-height: 250px;
	z-index: 999;
}

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

}

@media (min-width: 992px) {
	.centered {
		width: max-content;
	}
}

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

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


.links-left {
	position: absolute;
	left: 0;
	z-index: 9999;
	top: 87%;

}

.links-left a {
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	padding: 0.25rem 0;
	padding-right: 1.5rem;
	margin-bottom: 1.2rem;
	border-radius: 0px 25px 25px 0px;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 300;
	text-align: revert;
	min-width: 198px;
	transition: .5s all ease-in-out;
	
	
}

.links-left a.active {
    transform: translate(300px, 0);
}

.links-left a:hover {
	background: rgba(77, 92, 115, 0.75) !important;
	transition: .5s all ease-in-out;
}

/**/
.links-center {
	position: absolute;
	top: 133%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	display: inline-flex;
}

.links-center a {
	position: relative;
	text-decoration: none;
	display: flex;
	justify-content: center;
	border-radius: 0px 25px 25px 0px;
	align-items: center;
	color: #fff;
	height: 255px;
	width: 255px;
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
}

.links-center a:nth-child(1) {

	margin-left: 3rem;
}

.links-center a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: -1;
}

.links-center a:nth-child(n+1):before {
	background-image: url(images/circle-02.png);
}

.links-center a:nth-child(n+2):before {
	background-image: url(images/circle-01.png);
}

.links-center a:hover:before {
	animation: fa-spin 4s infinite linear;
}


/*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;
	}
}




/* opacity animation */
.opacity-animation,
.header {
	-webkit-animation: NAME-YOUR-ANIMATION 3s infinite;
	/* Safari 4+ */
	-moz-animation: NAME-YOUR-ANIMATION 3s infinite;
	/* Fx 5+ */
	-o-animation: NAME-YOUR-ANIMATION 3s infinite;
	/* Opera 12+ */
	animation: NAME-YOUR-ANIMATION 3s infinite;
	/* IE 10+, Fx 29+ */
	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;
	}
}




@media(max-width:1449px) {
	.cover {
		height: 100%;
		position: relative;
		min-height: 800px;
	}

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

	.parent-center {
		position: relative;
		left: unset;
		right: unset;
		top: unset;
		min-height: unset;
		z-index: 999;
		width: 100%;
	}

	.centered {
		margin: 0 auto;
		z-index: 999;
		background: unset;
		border-radius: 25px;
		text-align: center;
		padding: 0.75rem;
		padding: 0;
	}

	.fast-navigation {
		max-width: unset;
		border-radius: 0;
		padding: 2rem;
		border-radius: 0;
		background: #000000d6;
		position: fixed;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		z-index: 99999;
		margin: 0px;
		padding-top: 45%;
		display: none;
	}

	.fast-navigation .h2 {
		color: #ffffff;
	}

	.smart-nav-sub .connect-word {
		color: #ffffff;
	}

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

	.links-left {
		position: relative;
		left: unset;
		z-index: 9999;
		top: unset;
		padding-top: 50px;
		padding-bottom: 38px;
	}

	.links-left a {
		border-radius: 25px;
	}

	.services {
		bottom: unset;
		right: unset;
		width: 100%;
		z-index: 1;
		position: relative;
		padding-bottom: 0;
		/* padding-top: 148px; */
		padding-bottom: 100px;
	}

	

	.links-center {
		position: relative;
		top: unset;
		left: unset;
		margin-right: unset;
		transform: unset;
		display: inline-flex;
	}

	.footer {
		position: relative;
		bottom: unset;
		left: unset;
		right: unset;
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-bottom: 45px;
	}

	section.news {
		position: fixed;
		bottom: 43px;
		left: 0;
		right: 0;
		z-index: 999;
		background: #333333bf;
		height: 41px;
		color: #f6ffc2;
		width: 100%;
		z-index: 9999;
	}

	section.news .news-row {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}

	section.news .news-row .buttons {
		position: absolute;
		left: 0;
		top: 10px;
	}

	



}

@media (max-width: 991px) {
	.services .services-slick>div {
		width: 33.33%;
		display: inline-block;
	}

	.services .services-slick {
		width: 100%;
		margin: 0 auto;
	}
}
	
	
@media(max-width: 1449px) {
	.links-center {
		position: relative;
		top: unset;
		left: unset;
		margin-right: unset;
		transform: unset;
		display: block;
		width: 100%;
		text-align: center;
		margin: 0 auto;
		padding-top: 150px;
	}

	.links-center a:nth-child(1) {
		margin-left: 0;
	}

	.links-center a {
		position: relative;
		text-decoration: none;
		border-radius: 0px 25px 25px 0px;
		color: #fff;
		height: 255px;
		width: 255px;
		font-size: 2rem;
		font-weight: 600;
		text-align: center;
		margin: 0 auto;
		min-width: 255px;
		text-align: center;
		align-content: center;
		align-items: center;
		justify-content: center;
		display: inline-grid;
	}

	section.news .news-row h2 {
		display: none;
	}

}

@media(max-width:768px) {
	.services .services-slick>div {
		width: 50%;
	}

}


.slick-initialized .slick-slide {
	display: block;
	padding-top: 25px;
}



/**/

.side-pirs.galleries.active {
	transform: translate(300px, 0);
}
.side-pirs.galleries {
	background: #a3ca74;
    border: 7px solid #fff;
    border-left: 0;
    border-radius: 0 5rem 5rem 0;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    float: left;
}
.side-pirs.business {
	background: #a3ca74;
    border: 7px solid #fff;
    border-left: 0;
    border-radius: 0 5rem 5rem 0;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    float: left;
}
.galleries-sidebar {
	width: 300px;
	height: 100vh;
	position: fixed;
	top: 0;
	left: -300px;
	background: rgb(186 141 86);
	border-right: 7px solid #fff;
	z-index: 99999;
	overflow-y: auto;
	
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.galleries-sidebar.active {
	left: 0;
}
.galleries-sidebar a {
	display: block;
	background: #fff;
	color: #000;
	margin-bottom: 1.5rem;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.galleries-sidebar a figcaption {
	padding: .5rem;
	font-size: 1.2rem;
}