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

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

@media (min-width: 992px) {}

@media (max-width: 1308px) {
	video {
		display: 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%;
}

.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 only screen and (min-width: 1000px) {
.header-mobile{
	display:none;
}
}
@media only screen and (max-width: 999px) {
	.header-mobile{
		display:block;
	}
	.header-desktop{
		display:none;
	}
}

/**/



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

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





.services {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 0;
}

.service {
	text-align: center;
	display: block;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	color: #000;
	margin-left: 2rem;
	transition: 500ms ease-in-out all;
	background-color:rgba(255,255,255,0.75);
	border:5px solid #47835e;
	border-radius: 50%;
	height: 170px;
	width: 170px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: auto;
}

@media (max-width:991px){
	.service {
	height: 150px;
    width: 150px;
	}
}
@media (max-width:480px){
	.service {
	height: 110px;
    width: 110px;
	}
	.service .icon img{
		height: 35px;
	}
}
@media (max-width:370px){
	.service {
	height: 90px;
    width: 90px;
	border-width: 3px;
	padding-inline: 2px;
	}
	.service .icon img{
		height: 25px;
	}
}
.service:hover {
	transform: scale(0.95);
}



.service .icon {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	line-height: 1;
}

/* 
.services-slick .slick-slide:nth-child(1) .service .icon {
	background-image: url(images/footer-circle-06.png);
}

.services-slick .slick-slide:nth-child(2) .service .icon {
	background-image: url(images/footer-circle-05.png);
}

.services-slick .slick-slide:nth-child(3) .service .icon {
	background-image: url(images/footer-circle-04.png);
}

.services-slick .slick-slide:nth-child(4) .service .icon {
	background-image: url(images/footer-circle-03.png);
}

.services-slick .slick-slide:nth-child(5) .service .icon {
	background-image: url(images/footer-circle-02.png);
}

.services-slick .slick-slide:nth-child(6) .service .icon {
	background-image: url(images/footer-circle-01.png);
} */

.service .icon:hover {}

.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: #000;
}

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


/**/

.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: fixed !important;
	left: 0px;
	right: 0px;
	height: 47px;
	bottom: 0px;
	z-index: 2;
}

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


.news {
	padding: 0.20rem;
    background: #378cb4c0;
    position: absolute;
    width: 100%;
    bottom: 3rem;
}

.news .content {
    position: relative;
}

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

.news a {
	color: #fff;
	display: block;
}

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

.news h2 {
	background: #1f3d43;
    color: #fff;
    font-size: 1.1rem;
    font-weight: normal;
    position: absolute;
    top: 3px;
    right: 0;
    padding: .1rem .5rem;
    margin: 0;
    border-radius: 0.2rem;
    z-index: 1;
}



.news h2 a {
	color: #fff;
}



@media (min-width: 992px) {
	.bn-controls {
		position: absolute;
		z-index: 5;
	}
	.bn-news {
		padding-right: 90px;
	}
}
.news .container{
	max-width: 90%;
}
.bn-news ul li a {
	font-size: 1.1rem;
    line-height: 1.2rem;
    padding: .36rem 0;
    color: #fff;
}

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

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

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

.news .date:after {
	content: ' ';
	margin: 0 10px;
}

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

.bn-controls {
	left: 0;
	right: auto;
}

.bn-controls button {
	border: 0;
	width: 20px;
	height: 30px;
	border-radius: 50%;
	background: transparent;
	color: #fff;
	padding: 0;
	margin-right:0;
}
.bn-direction-rtl .bn-controls button{
	border-right: solid 1px transparent;
}
.bn-arrow {
    top: -1px;
}
.news .bn-next::after{
	content:none;
}
.bn-controls .bn-play::after{
	border-left-color: #fff;
}
.bn-pause::before, .bn-pause::after {

}
.bn-pause::before,.bn-pause::after {
    background-color: #fff;
	width: 3px;
}
.bn-play::after {
	background-color:transparent;
}

.bn-controls button:hover {
	background-color:transparent;
}

@media (max-width:1199px){
	.news {
		bottom:0;
	}
}
@media (max-width: 991px) {
	.news .bn-news{
		left:5px !important;
	}
	.news .bn-controls {
		display: none;
	}
	.news .container {
		max-width: 100%;
	}
	.news h2 {
		display: none;
	}
}
/**/






.prev em,.next em,.stop i,.start em,.more i {
	color: white;
	font-size: 1rem;
	font-weight: normal;
}
@media (max-width:991px){
	.prev em,.next em,.stop i,.start em,.more i
{
	display: none;
}
}

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

	border-radius: 2rem;
	padding: .56rem 1.2rem;
	font-size: 1.2rem;
}

.smart-nav-sub .connect-word {
	margin: 0;

	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;
		/* margin-bottom: 20px; */
	}
}

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

/*box-center*/

.box-center {
	display: flex;
	position: absolute;
	top: 54%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)
}

.box-center .pair-center {
	position: relative;
	margin-left: 20px;
	width: 325px;
	height: 325px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.box-center .pair-center:before {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}



.box-center .pair-center>div {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	color: #fff;
}

.box-center a:nth-child(1) .pair-center:before {
	background-image: url(images/circle-01.png);
}

.box-center a:nth-child(2) .pair-center:before {
	background-image: url(images/circle-02.png);
}

.box-center a:nth-child(3) .pair-center:before {
	background-image: url(images/circle-03.png);
}

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

.box-center .pair-center p {
	width: 100%;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	text-shadow: 0px 3px 7px rgb(0 0 0 / 22%);
}




/**/


/* Fast Nav */

.fast-navigation {
	background: rgb(255, 255, 255, 0.92);
	padding: 1rem 2rem;
	border-radius: 50px;
	font-size: 0;
	position: absolute;
	top: 220px;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

.fast-navigation .h2 {
	margin: 0;
	border-radius: 2rem;
	padding: .56rem 1.2rem;
	font-size: 1.2rem;
	font-weight: normal;
	color:#222;
}

.smart-nav-sub .connect-word {
	margin: 0;
	padding: .56rem 1.2rem;
	font-size: 1.2rem;
	border-radius: 2rem;
	font-weight: bold;
	text-shadow: 0px 3px 4px rgb(0 0 0 / 66%);
}

@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.79);
	border: 0;
	padding: .5rem 1rem;
	border-radius: 2rem;
	border:1px solid #cdcccc;
	font-size: 1.2rem;
	margin: 0 1rem;
	-webkit-appearance: none;
	position: relative;
	width: 260px;
}

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

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

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

	.fast-navigation select {
		width: 250px;
		margin: 0;
		margin-bottom: .75rem;
	}

	.fast-navigation button {
		margin: 0 auto;
		display: 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: #1089a0;
	border-radius: 2rem;
	padding: 3px 1.5rem;
	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) {
	.box-center {
		display: block;
		position: unset;
		top: unset;
		left: unset;
		margin-right: unset;
		transform: unset;
		width: 100%;
		margin-top: 200px;
	}

	.services {
		position: absolute;
		bottom: 4rem;
		right: unset;
		width: 100%;
		z-index: 0;
	}

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

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

	.fast-navigation {
		background: rgb(255, 255, 255, 0.82);
		padding: 1rem 2rem;
		font-size: 0;
		position: relative;
		padding-top: unset;
		top: 163px;
		left: unset;
		margin-right: unset;
		transform: unset;
		margin: 0px auto;
	}

	.box-center .pair-center {
		position: relative;
		margin-left: unset;
		margin: 0px auto;

	}

	.footer {
		position: relative !important;
		bottom: 0px;
		right: 0px;
		left: 0px;

	}

	/* .header .logo {
		position: absolute;
		top: -10px;
		right: 0px;
		display: block;
		z-index: 3;
	} */

	.header .logo img {
		display: block;
		height: 120px;
	}
}

@media (max-width:991px){
	.services{
		position: relative;
	}
	.services-slick {
		margin:auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		padding-top: 4.5rem;
	}
	.services-slick > div{
		flex-basis:33%;
		margin-bottom: 0.5rem;
	}
}

@media(max-width:576px) {
	.fast-navigation {
		top: 200px;
		padding: 1rem 0rem;

	}

	.fast-navigation button {

		margin: 1rem auto;
	}

	.header .logo img {
		display: block;
		height: 108px;
	}

	.box-center {

		margin-top: 229px;
	}
}