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

video {
	object-fit: cover;
	width: 100%;
	height: 100vh;
	position: absolute;
	/* padding-top: 121px; */
	left: 0;
	z-index: 1;
	right: 0;
	top: 0;
}

@media(max-width:1199px) {
	video {
		height: 100vh;
		position: fixed;
		bottom: 0;
		top: 0;
		left: 0;
		right: 0;
	}


}



#toggle-video {
	position: absolute;
	bottom: 70px;
	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);
}


/**/



.cover {
	height: 100vh;
	position: relative;
	overflow-x: hidden;
	min-height: 700px;
}

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

@media(max-width:1199px) {
	.cover {
		height: 100vh;
		position: fixed;
		bottom: 0;
		top: 0;
		left: 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:992px) {
	.services {
		position: absolute;
		bottom: 95px;
		left: 0;
		right: 0;
		z-index: 1;
	}
}


.services-slick {
	padding: 1rem 0;
	width: 70%;
	margin: 0 auto;
}

.services-slick > div {
	height: 100%;
}

.services .services-slick .circle .icon {
	height: 165px;
	width: 165px;
	margin: 0 auto;
	position: relative;

}

.services .services-slick .circle:hover .icon:before {
	animation: fa-spin 4s infinite linear;
}

.services .services-slick .circle .icon:before {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	background-repeat: no-repeat;
	/* background-size: 163px; */
	background-position: center;
	background-position-y: -2px;
}

.services .services-slick .slick-slide:nth-child(1) .icon:before {

	background-image: url(images/circle-01.png);
}

.services .services-slick .slick-slide:nth-child(2) .icon:before {

	background-image: url(images/circle-02.png);
}

.services .services-slick .slick-slide:nth-child(3) .icon:before {

	background-image: url(images/circle-03.png);
}

.services .services-slick .slick-slide:nth-child(4) .icon:before {

	background-image: url(images/circle-04.png);
}

.services .services-slick .slick-slide:nth-child(5) .icon:before {

	background-image: url(images/circle-05.png);
}

.services .services-slick .slick-slide:nth-child(6) .icon:before {

	background-image: url(images/circle-06.png);
}

.services .services-slick .slick-slide:nth-child(7) .icon:before {

	background-image: url(images/circle-07.png);
}

.services .services-slick .service .icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	transform-origin: center center;
	
	-o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.services .services-slick .service:hover .icon img {
	transform: scale(1.1) translate(-45%, -48%);
}

.services .services-slick .service {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
}

.services .services-slick .service .icon span {
	color: #fff;
	display: block;
	font-size: 20px;
	text-align: center;
}

/**/

/**/

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


@media(max-width:1199px) {
	.footer {
		margin: 4rem 0;
		margin-top: 5rem;
	}
}






/* services*/

.services-slick {
	height: 225px;
	width: 100%;
}

.services-slick>div {
	height: 100%;
}

.services-slick .service {
	text-decoration: none;
}


/* events-3*/



.events-slick .event {
	display: block;
	min-height: 313px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 18px;
	position: relative;
}

.events-slick .event .date {
	position: absolute;
	top: 0;
	right: 0px;
	background: #007b9d;
	padding: 0.5rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	width: fit-content;
	border-radius: 6px 18px 0 18px;
}

.events-slick .event .bottom {
	position: absolute;
	bottom: 0;
	left: 0px;
	right: 0px;
	background: rgb(255, 255, 255);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
	padding: 0.5rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-radius: 0px 0px 18px 18px;
}




/* Fast Nav */

.fast-navigation {
	color: #fff;
	display: flex;
	font-size: 0;
	justify-content: center;

}

.fast-navigation .h2 {
	margin: 0;
	background: rgb(80 117 172);
	border-radius: 2rem;
	padding: .56rem 1.2rem;
	font-size: 1.2rem;
}

.smart-nav-sub .connect-word {
	margin: 0;
	background: rgb(80 117 172);
	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;
	min-width: 204px;
}

.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(80 117 172);
	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(80 117 172);
	border-radius: 2rem;
}

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

/**/


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

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

}

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

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

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




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



/* 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-bottom {
	background-image: url(images/bg-articles.png);
	width: 100%;
	min-height: 500px;
	background-repeat: no-repeat;
}


.piars .piar {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 313px;
	border-radius: 15px;
	transition: all .5s ease-in-out;
}

@media(min-width:1200px) {
	.piars .piar:hover {
		transform: scale(1.075);
		-webkit-box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.75);
		box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.75);
		transition: all .5s ease-in-out;
	}
}



@media(max-width:1199px) {

	.piars .piar {
		margin-bottom: 1rem;
	}
}

.articles .article {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 313px;
	transition: all .5s ease-in-out;
	border-radius: 15px;
}

@media(min-width:1200px) {
	.articles .article:hover {
		transform: scale(1.075);
		-webkit-box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.75);
		box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.75);
		transition: all .5s ease-in-out;

	}

	.articles .article:hover~.info {
		transform: scale(1.075);
		transition: all .5s ease-in-out;
		bottom: -13px;
	}
}

.articles a .info {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	width: 100%;
	background: rgb(255, 255, 255);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
	padding: 0.5rem;
	text-align: center;
	color: #fff;
	

	margin-bottom: 0rem;
	border-radius: 0px 0px 15px 15px;
	transition: all .5s ease-in-out;
}

.articles a .info h3 {
	margin-bottom: .25rem;
	font-weight: bold;
	font-size: 1.2rem;
}

.articles a {
	position: relative;
	display: block;
}

@media(max-width:1199px) {

	.articles .article {
		margin-bottom: 1rem;
	}

	.articles .article p {
		bottom: 15px;

	}

}


.link-all {
	color: #5b7cac;
	font-weight: 700;
	text-decoration: none !important;
	float: left;
	padding: 1.25rem 0;
	font-size: 1.25rem;
	padding-bottom: 0;
}

.title-section {
	font-size: 1.5rem;
	font-weight: 600;
	padding: 0.5rem 0;
	position: relative;
}

.more-articles {
	padding-bottom: 1.25rem;
}



.cover-mobile {
	display: none;
}

@media(max-width:1199px) {
	.cover-mobile {
		display: block;
		min-height: 100vh;
		padding-top: 127px;
		position: relative;
	}

	.cover-mobile .services {
		position: relative;
		padding-top: 70px;
		left: unset;
		right: unset;
		z-index: 99;
	}

	.cover .services,
	.cover .news {
		display: none;
	}


}




.cover-mobile .services .circle {
	height: 165px;
	background-repeat: no-repeat;
	background-position: center;
	background-position-y: -2px;
}

.cover-mobile .services .col-sm-6:nth-child(1) .circle {

	background-image: url(images/circle-01.png);
}

.cover-mobile .services .col-sm-6:nth-child(2) .circle {

	background-image: url(images/circle-02.png);
}

.cover-mobile .services .col-sm-6:nth-child(3) .circle {

	background-image: url(images/circle-03.png);
}

.cover-mobile .services .col-sm-6:nth-child(4) .circle {

	background-image: url(images/circle-04.png);
}

.cover-mobile .services .col-sm-6:nth-child(5) .circle {

	background-image: url(images/circle-05.png);
}

.cover-mobile .services .col-sm-6:nth-child(6) .circle {

	background-image: url(images/circle-06.png);
}

.cover-mobile .services .col-sm-6:nth-child(7) .circle {

	background-image: url(images/circle-07.png);
}



.cover-mobile .services .service {
	position: relative;
	display: block;
	width: 100%;
	align-items: center;
	padding-top: 40px;
	margin: 0 auto;
	width: fit-content;
}

.cover-mobile .services .service span {
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 36px;
}




.cover .btn-help {
	position: absolute;
	left: 0px;
	bottom: 50%;
	padding: 1rem;
	display: block;
	color: #fff;
	z-index: 9999;
	font-size: 1.75rem;
	padding: 1rem 2rem;
	text-decoration: none;
}

.cover .btn-help:hover {
	color: #fff;
	text-decoration: none;
	z-index: 9999;
}

.cover .btn-help:before {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: -10px;
	right: 0px;
	background: #5075ac;
	transform: skewX(-15deg);
	border-radius: 0px 20px 20px 0px;
	z-index: -1;
}

.cover .btn-help:hover:before {
	background: #3b619b;
}


/**/

.slide-in-blurred-top-in {
	-webkit-animation: slide-in-blurred-top-in 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
	animation: slide-in-blurred-top-in 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-1-4 11:57:40
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-blurred-top-in
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-blurred-top-in {
	0% {
		-webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
		transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
		-webkit-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
		-webkit-filter: blur(40px);
		filter: blur(40px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0) scaleY(1) scaleX(1);
		transform: translateY(0) scaleY(1) scaleX(1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1;
	}
}

@keyframes slide-in-blurred-top-in {
	0% {
		-webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
		transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
		-webkit-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
		-webkit-filter: blur(40px);
		filter: blur(40px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0) scaleY(1) scaleX(1);
		transform: translateY(0) scaleY(1) scaleX(1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1;
	}
}


/**/

.slide-out-blurred-top-out {
	-webkit-animation: slide-out-blurred-top-out 0.45s cubic-bezier(0.755, 0.050, 0.855, 0.060) both;
	animation: slide-out-blurred-top-out 0.45s cubic-bezier(0.755, 0.050, 0.855, 0.060) both;
}


/* ----------------------------------------------
 * Generated by Animista on 2021-1-4 12:1:6
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-out-blurred-top-out
 * ----------------------------------------
 */
@-webkit-keyframes slide-out-blurred-top-out {
	0% {
		-webkit-transform: translateY(0) scaleY(1) scaleX(1);
		transform: translateY(0) scaleY(1) scaleX(1);
		-webkit-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(-1000px) scaleY(2) scaleX(0.2);
		transform: translateY(-1000px) scaleY(2) scaleX(0.2);
		-webkit-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
		-webkit-filter: blur(40px);
		filter: blur(40px);
		opacity: 0;
	}
}

@keyframes slide-out-blurred-top-out {
	0% {
		-webkit-transform: translateY(0) scaleY(1) scaleX(1);
		transform: translateY(0) scaleY(1) scaleX(1);
		-webkit-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
		-webkit-filter: blur(0);
		filter: blur(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(-1000px) scaleY(2) scaleX(0.2);
		transform: translateY(-1000px) scaleY(2) scaleX(0.2);
		-webkit-transform-origin: 50% 0%;
		transform-origin: 50% 0%;
		-webkit-filter: blur(40px);
		filter: blur(40px);
		opacity: 0;
	}
}

.mobile-btn-help {
	display: none;
}


@media(max-width:1199px) {

	.cover .centered {
		margin: unset;
		z-index: 9999;
		padding: 2rem 0rem;
		background: #1f1f1f47;
		border-radius: 0;
		text-align: center;
		position: fixed;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		width: 100%;
		display: none;
	}

	.cover .btn-help {
		display: none;
	}

	.mobile .mobile-btn-help {
		display: block;
	}

	.mobile .mobile-btn-help {

		position: fixed;
		bottom: 31px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
		padding: 1rem;
		display: block;
		color: #fff;
		z-index: 10001;
		font-size: 1.75rem;
		padding: 1rem 2rem;
		text-decoration: none;


	}

	.mobile .mobile-btn-help:hover {
		color: #fff;
		text-decoration: none;
		z-index: 10001;
	}

	.mobile .mobile-btn-help:before {
		content: "";
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: -10px;
		right: 0px;
		background: #799dd3;
		z-index: -1;
		border: 2px solid #fff;
		border-radius: 25px 25px 0px 0px;
	}

	.mobile .mobile-btn-help:hover:before {
		background: #3b619b;
	}

	.mobile .centered {
		margin: unset;
		z-index: 999;
		padding: 2rem 0rem;
		background: #1f1f1fba;
		border-radius: 0;
		text-align: center;
		position: fixed;
		bottom: 68px;
		left: 0;
		width: 100%;
		right: 0;
		top: -1px;
		padding-top: 44%;
	}

	.mobile .mobile-parent-center {
		position: fixed;
		left: 0px;
		right: 0px;
		top: 98px;
		bottom: 0px;
		min-height: unset;
		z-index: 9999;
	}

	.mobile .fast-navigation {
		color: #fff;
		display: inline-block;
		font-size: 0;
		justify-content: center;
		padding-top: 170px;
		max-width: 100%;
		border-radius: unset;
		padding: unset;
		border-radius: unset;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}
}

.daroma img {
	border-radius: 1rem;
}






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



@media (max-width: 991px) {
	.news {
		position: absolute;
		top: 97px;
		right: 0;
		z-index: 999;
		width: 100%;
		padding: .5rem;
		color: #fff;
		overflow: hidden;
		background: #799dd3;
		color: #fff;
	}
}

@media (min-width: 992px) {
	.news {
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 999;
		width: 100%;
		padding: .5rem;
		color: #fff;
		overflow: hidden;
		background: #f1f1f1;
		color: #000;
	}
}

.news a {
	color: inherit;
}

.news h2 {
	background: #799dd3;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    bottom: 15px;
    right: 0;
    padding: 0 10px;
    margin: 0;
    border-radius: 2rem;
	z-index: 5;
}

.news h2 a {
	color: inherit;
}

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

.breaking-news-ticker {
	font-size: 1.1rem;
}
.bn-news ul li a {
	font-size: 1.2rem;
	padding: 2px 10px;
	color: inherit;
}
.bn-news ul li a:hover {
	color: #000;
}

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

.news .date {
	font-weight: bold;
}
.news .date:after {
	content: ' | ';
	margin: 0 10px;
}

.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: 30px;
	top: 5px;
}

.bn-direction-rtl .bn-controls button {
	width: 30px;
	height: 30px;
	background: #799dd3;
	border-radius: 50%;
	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 {
	top: -7px;
	color: #fff;
}

.bn-pause {
    top: -5px;
}
