/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.qtranxs-lang-menu a img {
	vertical-align: middle;
}

rs-dotted.twoxtwo{
	background:var(--wpr-bg-11d34107-f53c-4237-8da2-81cbe7f311dd) !important;
}

.ik-gradient-bg {
	background: linear-gradient(180deg,#2d6ae0,#1d50d5),#0033c2;
}

#ik-news-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: white;
	padding-left: 15px;
	padding-right: 15px;
}

#ik-news-form .ik-form-email-label {
	font-size: 32px;
	line-height: 46px;
	margin-bottom: 16px;
	@media (max-width: 600px) {
		font-size: 24px;
		line-height: 32px;
	}
}

#ik-news-form .ik-form-input-btn {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
	height: 60px;
	margin-bottom: 16px;
	@media (max-width: 600px) {
		flex-direction: column;
		height: auto;
	}
}

#ik-news-form .ik-form-input-btn .ik-form-btn-submit {
	height: 60px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	background: #0098FF;
	outline: 0;
	border: 0;
	margin: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-decoration: none;
	padding: 6px 16px;
	text-transform: none;
	width: 170px;
	border-radius: 0 4px 4px 0;
	box-shadow: unset;
	@media (max-width: 600px) {
		height: 45px;
		border-radius: 4px;
		width: 100%;
		max-width: 100%;
	}
}

#ik-news-form .ik-form-input-btn .ik-form-input-email {
	height: 60px;
	padding: 0 15px;
	text-overflow: ellipsis;
	border-radius: 4px 0 0 4px;
	box-shadow: unset;
	margin: 0;
	position: relative;
	min-width: 0;
	border: 0;
	vertical-align: top;
	width: 100%;
	max-width: 310px;
	background-color: #FFFFFF;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	@media (max-width: 600px) {
		height: 45px;
		border-radius: 4px;
		width: 100%;
		max-width: 100%;
		margin-bottom: 8px;
	}
}

#ik-news-form .ik-form-checkbox-label {
	display: flex;
	align-items: flex-start;
	max-width: 480px;
}

#ik-news-form .ik-form-checkbox-label .ik-form-checkbox {
	margin-right: 8px;
	cursor: pointer;
}

#ik-news-form .ik-form-checkbox-label .ik-form-checkbox-label {
	font-size: 12px;
	line-height: 17px;
	font-weight: 400;
	display: block;
}

#ik-news-form .ik-form-checkbox-label .ik-form-checkbox-label > a{
	font-size: 12px;
	line-height: 17px;
	font-weight: 400;
	text-decoration: underline;
	color: white;
}

.home-carousel {
	height: 600px !important;
	position: relative;
	overflow: hidden;
	width: 100%;
	@media (max-width: 968px) {
		height: 500px !important;
	}
	@media (max-width: 760px) {
		height: 400px !important;
	}
	@media (max-width: 600px) {
		height: 300px !important;
	}
}
.home-carousel.owl-carousel .animated {
	animation-duration: 3000ms;
	animation-fill-mode: both;
}

.home-carousel .owl-stage-outer {
	height: 100% !important;
}

.home-carousel .owl-stage {
	height: 100%;
}

.home-carousel .owl-item {
	height: 100%;
}

.home-carousel .owl-dots {
	position: absolute;
	z-index: 10;
	width: 50%;
	margin: -30px auto auto;
}
.home-carousel	.owl-dot{
	border: 1px solid #ffffff;
	border-radius: 50%;
	height: 10px;
	width: 10px;
	margin: 0 5px;
	padding: 0;
	background: transparent;
	cursor: pointer;
	outline: none;
	opacity: .6;
	&.active{
		background: #ffffff;
	}
	&:hover{
		background: #ffffff;
	}
}

.home-carousel .owl-nav .icon {
	margin-right: 15px;
	margin-left: 15px;
	padding: 10px;
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,.2);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-carousel .owl-nav, .home-carousel .owl-dots {
	opacity: 0 !important;
	transition-duration: 300ms;
}
.home-carousel:hover .owl-nav, .home-carousel:hover .owl-dots {
	opacity: 1 !important;
	transition-duration: 300ms;
}


.home-carousel .animation-image img {
	height: auto;
	position: absolute;
	width: 100%;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.home-carousel .animation-item-content-overlay {
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: .6;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-carousel .animation-item .item-content {
	position: absolute;
	max-width: 800px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	@media (max-width: 850px) {
		padding-left: 15px;
		padding-right: 15px;
		max-width: unset;
		width: 100%;
	}
}

.home-carousel .animation-item .item-content-title {
	font-family: Roboto, serif;
	color: rgb(255, 255, 255);
	white-space: normal;
	text-align: center;
	line-height: 50px;
	font-weight: 300;
	font-size: 40px;
	opacity: 1;
	width: 800px;
	@media (max-width: 850px) {
		width: auto;
		font-size: 26px;
		line-height: 40px;
	}
	@media (max-width: 600px) {
		width: 100%;
		font-size: 20px;
		line-height: 34px;
	}
}

.home-carousel .animation-item .item-content-date {
	font-family: Roboto, serif;
	color: rgb(255, 255, 255);
	white-space: normal;
	text-align: center;
	line-height: 50px;
	font-weight: 500;
	font-size: 15px;
	margin-top: 30px;
	@media (max-width: 850px) {
		width: auto;
		font-size: 12px;
		line-height: 20px;
	}
}

.home-carousel .animation-item .item-content-btn {
	background-color: rgb(0, 152, 255);
	font-family: Roboto, serif;
	cursor: pointer;
	touch-action: manipulation;
	width: fit-content;
	color: rgb(255, 255, 255);
	text-decoration: none;
	white-space: nowrap;
	min-height: 32px;
	text-align: center;
	line-height: 14px;
	font-weight: 400;
	font-size: 14px;
	border-color: transparent;
	padding: 10px 30px;
	border-radius: 2px;
	margin: 10px auto auto;
	transition-duration: 300ms;
	text-transform: uppercase;
	&:hover {
		background-color: rgb(0, 136, 255);
	}
}
