@charset "UTF-8";

.form-RH {
	padding: 30px;
	background-color: rgb(248, 247, 241);
}

.btn-submmit {
	padding-top: 20px;
}


.form-input-group-1,
.form-input-group-2,
.form-input-group-3 {
	border: 4px solid rgb(233, 233, 231);

}


#upload {
	opacity: 0;
}

#upload-label {
	position: absolute;
	top: 50%;
	left: 1rem;
	transform: translateY(-50%);
}

.image-area {
	border: 2px dashed rgba(255, 255, 255, 0.7);
	padding: 1rem;
	position: relative;
}

.image-area::before {
	content: 'Uploaded image result';
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.8rem;
	z-index: 1;
}

.image-area img {
	z-index: 2;
	position: relative;
}


.featured .price-list li {
	width: 21%;
}

.featured .price-list li:last-child {
	width: 28%;
}

.price-list {
	width: 100%;
	display: inline-block;
	padding-top: 11px;
}

.price-list li {
	float: left;
	width: 24%;
	font-size: 11px;
	color: #000;
	font-weight: 500;
}

.price-list-val li {
	float: left;
	width: fit-content;
	margin-right: 22px;
	font-size: 12px;
	color: #000;
	font-weight: 500;
}

@media (max-width: 1400px) {
	.price-list-val li {
		width: 22%;
		margin-right: 0px;
	}
}

/* @media (max-width: 990px) {
	.price-list-val li {
		width: 24%;
		margin-right: 0px;
	}

} */

@media (max-width: 573px) {
	.price-list-val li {
		width: fit-content;
		margin-right: 22px;
	}
}


.price-list li img {
	width: 15px;
	margin-top: -3px;
	margin-right: 3px;
}

.temple.item-details h3,
.temple.item-details .location li,
.temple.item-details .price-list li {
	color: #ffffff;
}

.location {
	width: 100%;
	display: inline-block;
	padding-top: 11px;
}

.location li {
	float: left;
	font-size: 11px;
	color: #000;
	font-weight: 500;
}

.location li img {
	width: 17px;
	margin-top: -3px;
	margin-right: 3px;
}

.temple.item-details .location li {
	font-size: 14px;
}

.temple {
	padding: 0 5px;
}

.temple h3 {
	color: #000;
	font-size: 18px;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
	padding-top: 11px;
}

.temple.item-details h3 {
	font-size: 20px !important;
}

.temple.item-details .location li {
	font-size: 14px;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.pop-pro .container {
	position: relative;
	z-index: 9;
}

.corel img {
	width: 100%;
}

img {
	vertical-align: middle;
	border-style: none;
}

*,
::after,
::before {
	box-sizing: border-box;
}

user agent stylesheet img {
	overflow-clip-margin: content-box;
	overflow: clip;
}

li {
	list-style-type: none;
}

.feature-list {
	font-size: 11px;
	color: #000;
	font-weight: 500;
}


.centered {
	padding-top: 200px;
	text-align: center;
}

.secret-text {
	text-align: center;
	font-size: 2rem;
	color: #fff;
	background-color: #000;
}

.btn-search {
	width: 150px !important;
	margin-top: 10px;
	/* Add margin to push the button down */
}

.card-val {
	width: 300px;
	display: contents;
}

.form-select {
	width: 450%;
	/* display:inline-flex; */
}

.dropdown-menue {
	width: 16px;
}

.checkbox-inline-val.input {
	padding-right: 10px !important;
}

.card-upper-body {
	max-height: 320px;
	padding: 5px !important;
}

.card-body {
	max-height: 220px;
	padding: 5px !important;
}

.card-body ul {
	margin-bottom: 0;
	font-size: 12px;
}


.like-button {
	position: absolute;
	bottom: 2px;
	/* Adjust distance from top as needed */
	right: 2px;
	/* 10 pixels from the right side of the card */
	display: inline-block;
	cursor: pointer;
	color: gold;
	/* Change color as desired */
	font-size: 24px;
	/* Change size as desired */
}

/* google map */
.App {
	height: 100vh;
	width: 100vw;
}

.map-container {
	height: 100%;
	width: 100%;
}


.google-map-favorate {
	padding: 20px;
	position: fixed !important;
}

.main-container {
	justify-content: center;
	align-items: center;
	/* Adjust height as needed */
}

input.address-search {
	margin-top: 20px;
	background: transparent !important;
	/* border: none !important; */
}

input.address-search::placeholder {
	text-align: center;
	color: white;
}

.breadcrumbs-custom.bg-image {
	/* Set the background image */
	background-image: url('./images/sub-banner.png');
	/* Replace 'path/to/your/image.jpg' with your image's file path */
	background-size: cover;
	/* Adjust as needed */
	background-position: center;
	/* Adjust as needed */
	/* Additional background properties if required */
}

.breadcrumbs-custom.bg-image-mylisting {
	/* Set the background image */
	background-image: url('./images/breadcrumbs-bg-05-1922x441.jpg');
	/* Replace 'path/to/your/image.jpg' with your image's file path */
	background-size: cover;
	/* Adjust as needed */
	background-position: center;
	/* Adjust as needed */
	/* Additional background properties if required */
}

.breadcrumbs-custom.bg-image-favorate {
	/* Set the background image */
	background-image: url('./images/breadcrumbs-bg-07-1920x420.jpg');
	/* Replace 'path/to/your/image.jpg' with your image's file path */
	background-size: cover;
	/* Adjust as needed */
	background-position: center;
	/* Adjust as needed */
	/* Additional background properties if required */

}

.breadcrumbs-custom.bg-image-addlisting {
	/* Set the background image */
	background-image: url('./images/breadcrumbs-bg-08-1920x420.jpg');
	/* Replace 'path/to/your/image.jpg' with your image's file path */
	background-size: cover;
	/* Adjust as needed */
	background-position: center;
	/* Adjust as needed */
	/* Additional background properties if required */
}

.product-classic-payment {
	z-index: 100;
	position: absolute;
	left: 7px;
	bottom: 0;
	padding: 2px 21px 2px 11px;
	font-family: "Poppins", sans-serif;
	color: #ffffff;
	background-color: #4b9ef1;
}


.btn-reset {
	float: right;
}

.left-right-btns {
	display: flex;
	justify-content: space-between;
}

/* .form-butoon-right {
	padding-left: 850px;
} */

/* my loader */
.banter-loader__box:nth-child(1):before,
.banter-loader__box:nth-child(4):before {
	margin-left: 26px;
}

.banter-loader__box:nth-child(3):before {
	margin-top: 52px;
}

.banter-loader__box:last-child {
	margin-bottom: 0;
}

.banter-loader__box:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #4b9ef1;
}

.banter-loader__box:nth-child(3n) {
	margin-right: 0;
	margin-bottom: 6px;
}

.banter-loader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 72px;
	height: 72px;
	margin-left: -36px;
	margin-top: -36px;
}

.banter-loader__box {
	float: left;
	position: relative;
	width: 20px;
	height: 20px;
	margin-right: 6px;
}

.preloader {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background: #ffffff;
	transition: .3s all ease;
}

.preloader.loaded {
	opacity: 0;
	visibility: hidden;
}

.preloader.loaded .banter-loader {
	opacity: 0;
	visibility: hidden;
}

/* end loader */


.form-divider {
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid goldenrod;
	padding: 12px 14px;
}

/* pricing start */
/* .pricing-body {
	margin-top: 20px;
	background-color: #fcfcfc;
} */

.card-pricing {
	margin-bottom: 1.5rem;
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, .025);
}

.card-pricing {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #e5e9f2;
	border-radius: .2rem;
	font-weight: bold;
}

/* pricing end */

.card-login {
	margin-bottom: 100px;
}

/* Chat */
.chat-main {
	height: 50hv;
}

.answer-area {
	height: fit-content;
	font-weight: 500;
}

.chat-bot {
	display: flex;
	justify-content: center;
	align-items: center;
}

.chat-area-menue {
	height: 90vh;
	font-weight: 500;
	min-height: 30vh !important;
	height: fit-content !important;
}

.chat-area {
	font-weight: 500;
	min-height: 30vh !important;
	height: fit-content !important;
	margin-left: 10px;
}

.chat-area p li {
	font-weight: 500 !important;
}

.chat-container-manue {
	height: 80vh;
	/* Set the height to 80% of the viewport height */
	max-height: 80vh;
	/* Ensure the height doesn't exceed 80vh */
	overflow-y: auto;
	/* Add a scrollbar if the content overflows */
	width: 280px;
}

.chat-container {
	/* Set the height to 80% of the viewport height */
	max-height: 80vh;
	/* Ensure the height doesn't exceed 80vh */
	overflow-y: auto;
	/* Add a scrollbar if the content overflows */
	width: 100%;
	height: 90hv;
	min-height: 40vh !important;
	height: fit-content !important;
}

.chat-questions {
	white-space: normal !important;
	display: block !important;
	overflow: hidden;
	text-overflow: ellipsis;
	text-wrap: wrap;
}

.chat-question {
	white-space: pre-wrap;
}

.chat-card-header-menue {
	font-weight: 500;
	text-align: center;
	background-color: gold !important;
}

/* Add your custom styles for the dropdown */
.custom-dropdown {
	position: relative;
	display: inline-block;
}

.custom-dropdown-select {
	width: 200px;
	/* Set your desired width */
	padding: 10px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

/* Add more styles as needed */


.user-message {
	background-color: #e0f7fa;
	padding: 10px;
	margin-bottom: 5px;
	border-radius: 8px;
}

.bot-message {
	background-color: #e3f2fd;
	padding: 10px;
	margin-bottom: 5px;
	border-radius: 8px;
}


/* Submit button styling */
.form-inline .btn-outline-success {
	color: #28a745;
	/* Set your preferred button text color */
	border-color: #28a745;
	/* Set your preferred button border color */
}

.form-inline .btn-outline-success:hover {
	background-color: #28a745;
	/* Set your preferred button hover background color */
	color: #ffffff;
	/* Set your preferred button hover text color */
}



/* Pop up*/

.popup-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/* height: 100%; */
	height: fit-content !important;
	background: rgba(0, 0, 0, 0.5);
	/* Semi-transparent overlay */
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup-content {
	background: #fff;
	/* Popup background color */
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	min-height: 500px !important;
	height: fit-content !important;
}


/* PopUpButton Style more */

.popup-button-container {
	position: absolute;
	top: 10px;
	/* Adjust the top position as needed */
	right: 10px;
	/* Adjust the right position as needed */
	z-index: 9999;
	/* Ensure the button is above other elements on the page */
}

.popup-container {
	position: fixed;
	top: 0;
	right: 0;
	width: 320px;
	/* Adjust the width as needed */
	background: rgba(255, 255, 255, 0.9);
	/* Semi-transparent background */
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	z-index: 10000;
	/* Ensure the popup is above other elements on the page */
}

/* Other styles on your page */


/* menue buttons */

.button-menue {
	/* Your default button styles */
	/* background-color: #007bff; */
	color: #ffffff;
	border: 1px solid gray;
}

.button-menue:hover {
	/* Styles applied when the mouse hovers over the button */
	/* background-color: #0056b3; */
	border: 1px solid gray;
	border-radius: 5px;
}

.header a {
	font-size: 1.1rem;
	font-weight: 500;
	/* Adjust the font size as needed */
	margin-bottom: 10px;
}

.listingitem-card {
	margin: 0px;
}


.payment-form {
	display: flex;
}

.payment-form-1 {
	height: 600px;
}

.card-payment {
	height: 380px !important;
	/* width: 90%; */
}

.card-payment-1 {
	max-width: fit-content !important;
	padding: 40px !important;
}

.icon-val {
	width: 30px;
	height: 30px;
}

.icon-val-lg {
	width: 100px;
	height: 100px;
}






/* Searchbox */
/* dropdown menu */
.panel-2-content {
	/* display: none; */
	/* Initially hide the panel content */
}

.panel-2-content {
	position: absolute;
	right: 0;
	left: 20px;
	top: 0;
	bottom: auto;
	z-index: 2;
	padding-top: 31px;
	opacity: 0;

	pointer-events: none;
	background: #ffffff;
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
	transition: opacity 0.22s, visibility 0.22s;
}

.panel-2-content {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.panel-2-content .rd-range-outer+.rd-range-outer {
	margin-top: 25px;
}

.panel-2-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	font-size: 18px;
	line-height: 17px;
}

.panel-2-content-inner {
	position: relative;
	z-index: 1;
	padding: 0 40px 20px 10px;
	transition: padding 0.33s;
}

.rd-navbar-static-linked .panel-2-content-inner {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: calc(100vh - 350px);
}

@media (min-width: 576px) {
	.panel-2-content-inner {
		padding: 25px 40px 50px 25px;
	}
}

@media (min-width: 768px) {
	.panel-2-content-inner {
		padding: 25px 40px 70px 35px;
	}

	.panel-2-content-inner .rd-range-outer+hr {
		margin-top: 40px;
	}
}

/* searchBox end   */

/* custom reverse button */
.button-secondary-transparent,
.button-secondary-transparent:focus {
	color: #4b9ef1;
	background-color: transparent;
	border-color: #4b9ef1;
}

.button-secondary-transparent:hover,
.button-secondary-transparent:active {
	color: #fdde52;
	background-color: #4b9ef1;
	border-color: #4b9ef1;
}

.button-secondary-transparent.button-ujarak::before {
	background: #4b9ef1;
}

.button-secondary-reverse,
.button-secondary-reverse:focus {
	color: #fdde52;
	background-color: #4b9ef1;
	border-color: #4b9ef1;
}

.button-secondary-reverse:hover,
.button-secondary-reverse:active {
	color: #4b9ef1;
	background-color: #fdde52;
	border-color: #fdde52;
}

.button-secondary-reverse.button-ujarak::before {
	background: #4b9ef1;
}

.subscription-list li {
	font-size: 16px;
	font-weight: 600;
}


/* PhotoCarousel.css */

.carousel-container {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: auto;
	overflow: hidden;
}

.carousel-slide {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.carousel-slide img {
	width: 100%;
	height: auto;
}

.carousel-prev,
.carousel-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	padding: 10px;
	cursor: pointer;
}

.carousel-prev {
	left: 10px;
}

.carousel-next {
	right: 10px;
}

/* carusel ends */

/* payment-frame */

.payment-frame {
	position: relative;
	width: 100%;
	padding: 30px;
	border: 5px solid #f3f4f9;
}

.payment-frame::before {
	content: '';
	position: absolute;
	top: -5px;
	bottom: -5px;
	left: -5px;
	right: -5px;
	border: 5px solid #c2d3f2;
	transform: scale(1.2);
	opacity: 0;
	transition: 0.3s cubic-bezier(0, 0.43, 0.6, 1.24) all;
	pointer-events: none;
}

.payment-frame:hover::before {
	opacity: 1;
	transform: scale(1);
}

.payment-frame:hover .icon.payment-frame-icon::after {
	opacity: 1;
	transform: scale(1);
}

.icon.payment-frame-icon {
	position: relative;
	display: block;
	text-align: center;
	width: 77px;
	height: 77px;
	line-height: 69px;
	border-radius: 50%;
	font-size: 36px;
	color: #4b9ef1;
	border: 5px solid #f3f4f9;
}

.icon.payment-frame-icon::after {
	content: '';
	position: absolute;
	top: -4px;
	bottom: -4px;
	left: -4px;
	right: -4px;
	border-radius: 50%;
	border: 5px solid #c2d3f2;
	transform: scale(0.8);
	opacity: 0;
	transition: .3s all;
}

.payment-frame-title {
	font-weight: 500;
	letter-spacing: .05em;
}

*+.payment-frame-main {
	margin-top: 25px;
}

*+.payment-frame-title {
	margin-top: 25px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.payment-frame {
		display: flex;
		align-items: flex-start;
	}

	.payment-frame>*+* {
		margin-top: 0;
		margin-left: 30px;
	}

	.payment-frame-icon {
		flex-shrink: 0;
	}

	.payment-frame-main {
		flex-grow: 1;
	}

	.payment-frame-main>* {
		max-width: 320px;
	}
}

@media (min-width: 1200px) {
	.payment-frame {
		max-width: 345px;
		padding: 41px 50px 53PX;
	}
}

.payment-container {
	margin-bottom: 100px;
}

.first-option {
	border: 2px solid #4b9ef1;
	/* border: 2px solid #fdde52; */
}


/* Decoration - 2 */
.heading-decoration-v .heading-inner {
	position: relative;
	padding-left: 20px;
}

.heading-decoration-v .heading-inner::before,
.heading-decoration-v .heading-inner::after {
	content: '';
	position: absolute;
	top: .5em;
}

.heading-decoration-v .heading-inner::before {
	right: 100%;
	margin: 5px 0 0 11px;
	width: 100vw;
	height: 1px;
	background: #c2d3f2;
}

.heading-decoration-v .heading-inner::after {
	left: -5px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #4b9ef1;
}



.payment-section {
	margin-bottom: 40px !important;
	/* Adjust the value as needed */
}

/* Add media queries for responsive styles */
@media (max-width: 767px) {
	.payment-section {
		margin-bottom: 860px !important;
		/* Adjust the value for smaller screens */
	}
}

.paymentSpan {
	margin-left: 169px;
}

.principleSpan {
	margin-left: 155px;
}

.rateSpan {
	margin-left: 202px;
}

.periodSpan {
	margin-left: 148px;
}


@media (max-width: 1400px) {
	.paymentSpan {
		margin-left: 89px;
	}

	.principleSpan {
		margin-left: 75px;
	}

	.rateSpan {
		margin-left: 122px;
	}

	.periodSpan {
		margin-left: 68px;
	}

}

@media (max-width: 1200px) {
	.paymentSpan {
		margin-left: 59px;
	}

	.principleSpan {
		margin-left: 45px;
	}

	.rateSpan {
		margin-left: 92px;
	}

	.periodSpan {
		margin-left: 38px;
	}

}

@media (max-width: 990px) {
	.paymentSpan {
		margin-left: 21px;
	}

	.principleSpan {
		margin-left: 58px;
	}

	.rateSpan {
		margin-left: 46px;
	}

	.periodSpan {
		margin-left: 0px;
	}

}

@media (max-width: 573px) {
	.paymentSpan {
		margin-left: 89px;
	}

	.principleSpan {
		margin-left: 75px;
	}

	.rateSpan {
		margin-left: 122px;
	}

	.periodSpan {
		margin-left: 68px;
	}

}



.makeSpan {
	margin-left: 10px;
}

.modelSpan {
	margin-left: 10px;
}

.yearSpan {
	margin-left: 10px;
}



.button-secondary-val,
.button-secondary-val:focus {
	color: #151515 !important;
	background-color: #fdde52 !important;
	border-color: #fdde52 !important;
}

.button-secondary-val:hover,
.button-secondary-val:active {
	color: #ffffff !important;
	background-color: #4b9ef1 !important;
	border-color: #4b9ef1 !important;
}

.link-text {
	text-decoration: underline;
	font-weight: 500;
	color: #151515;
}

.link-text:hover {
	text-decoration: none;
	color: #151515;
}

.image-slider-item {
	width: 100% !important;
	height: 300px !important;
}

.higher-z-index {
	z-index: 101 !important;
}

.list-item-bold {
	font-weight: 900;
	display: inline;
	margin-right: 5px;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.icon-size-small li img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.text-margin {
	margin-left: 30px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.service-post {
	margin: 12px !important;
}

.card-service-listing {
	max-width: 280px;
	max-height: 280px;
	align-items: center;
	align-content: center;
}

.marging-for-service-img {
	margin-top: 60px;
}

.favorite-btn-star {
	font-size: 20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.loginResponses {
	font-size: 12px;
	color: #4b9ef1;
}

/* google style */


/* Home.css */
.home-container {
	position: relative;
	/* Set container position to relative */
}

/* ItemDetails.css */



/* ItemDetails.css */

.item-details-container {
	position: absolute;
	/* Set the position to fixed */
	top: 300px;
	/* Position 600px from the top */
	left: 50%;
	/* Center horizontally */
	transform: translateX(-50%);
	/* Adjust for centering */
	width: fit-content;
	height: fit-content;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 1001;
	border-radius: 2px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border: solid 1px #4b9ef1;
}


/* .item-details-container {
	position: absolute;
	top: max(50%, 1240px);
	left: 50%;
	transform: translate(-50%, -50%);
	width: fit-content;
	height: fit-content;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 1001;
	border-radius: 2px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border: solid 1px #4b9ef1;
} */

.plain-link {
	text-decoration: none;
	color: #4b9ef1;
	cursor: pointer;
	font-weight: 560;
	font-size: 18px;
	background: none;
	padding: 0;
	margin: 0;
	border: none;
}

.plain-link:hover {
	border: 2px solid #ccc;
	border-radius: 6px;
	/* Add border on hover */
	padding: 5px;
	/* Add padding on hover */
}

.extra-bold {
	font-weight: 600;
}

/* .language-icon-start {
	margin-left: 140px !important;
}

.menue-icon-end {
	margin-right: 120px !important;
	;
} */

@media (max-width: 576px) {
	.language-icon-start {
		margin-left: 2px !important;
		;
	}

	.menue-icon-end {
		margin-right: 2px !important;
		;
	}

	.menue-font {
		font-size: 15px !important;
	}

	.menue-item-centered {
		justify-content: 'center' !important;
		align-items: 'center' !important;
	}
}

@media (min-width: 576px) {
	.language-icon-start {
		margin-left: 140px !important;
		;
	}

	.menue-icon-end {
		margin-right: 120px !important;
		;
	}

	.menue-font {
		font-size: 17px !important;
	}
}

@media (min-width: 1200px) {
	.language-icon-start {
		margin-left: 300px !important;
		;
	}

	.menue-icon-end {
		margin-right: 280px !important;
		;
	}

	.menue-font {
		font-size: 17px !important;
	}
}


.custom-dropdown {
	position: relative;
	cursor: pointer;
	padding: 5px;
	display: inline-block;
}

.selected-language img {
	width: 30px;
	height: 22px;
}

.dropdown-content {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	background-color: #fff;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content img {
	display: block;
	width: 30px;
	height: 22px;
	cursor: pointer;
}

.dropdown-content img:hover {
	background-color: #f1f1f1;
}

.custom-dropdown:hover .dropdown-content {
	display: block;
}




.menu-button {
	display: none;
}

.mobile-menu {
	display: none;
}

@media (max-width: 600px) {
	.menu-button {
		display: block;
	}

	.nav {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.menu-icon {
		width: 25px;
		height: 3px;
		background-color: black;
		margin: 4px 0;
	}

	.mobile-menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px;
		padding: 10px;
		background-color: #f8f9fa;
		border-radius: 5px;
		margin-top: 10px;
	}

	.menu-button {
		display: block;
		margin-bottom: 10px;
	}

	/* Hide menu items when menu is not open */
	.nav>li {
		display: none;
	}

	.nav.menu-open>li {
		display: block;
	}
}




































































































































































































































































/* spesific */

/*
* Trunk version 2.0.0
*/
a:focus,
button:focus {
	outline: none !important;
}

button::-moz-focus-inner {
	border: 0;
}

*:focus {
	outline: none;
}

blockquote {
	padding: 0;
	margin: 0;
}

input,
button,
select,
textarea {
	outline: none;
}

label {
	margin-bottom: 0;
}

p {
	margin: 0;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul li,
ol li {
	display: block;
}

dl {
	margin: 0;
}

dt,
dd {
	line-height: inherit;
}

dt {
	font-weight: inherit;
}

dd {
	margin-bottom: 0;
}

cite {
	font-style: normal;
}

form {
	margin-bottom: 0;
}

blockquote {
	padding-left: 0;
	border-left: 0;
}

address {
	margin-top: 0;
	margin-bottom: 0;
}

figure {
	margin-bottom: 0;
}

html p a:hover {
	text-decoration: none;
}

/*
*
* Typography
*/
body {
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.71429;
	font-weight: 400;
	color: #9a9a9a;
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
	letter-spacing: .05em;
}

h1,
h2,
h3,
h4,
h5,
h6,
[class*='heading-'] {
	margin-top: 0;
	margin-bottom: 0;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #151515;
	letter-spacing: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
[class*='heading-'] a {
	color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
[class*='heading-'] a:hover {
	color: #4b9ef1;
}

h1,
.heading-1 {
	font-size: 32px;
	line-height: 1.25;
	font-weight: 300;
}

@media (min-width: 768px) {

	h1,
	.heading-1 {
		font-size: 42px;
	}
}

@media (min-width: 1200px) {

	h1,
	.heading-1 {
		font-size: 70px;
		line-height: 1.2;
	}
}

h2,
.heading-2 {
	font-size: 26px;
	line-height: 1.35;
}

@media (min-width: 768px) {

	h2,
	.heading-2 {
		font-size: 32px;
	}
}

@media (min-width: 1200px) {

	h2,
	.heading-2 {
		font-size: 40px;
		line-height: 1.2;
	}
}

h3,
.heading-3 {
	font-size: 20px;
	line-height: 1.35;
}

@media (min-width: 1200px) {

	h3,
	.heading-3 {
		font-size: 22px;
	}
}

@media (min-width: 1600px) {

	h3,
	.heading-3 {
		font-size: 24px;
		line-height: 1.20833;
	}
}

h4,
.heading-4 {
	font-size: 17px;
	line-height: 1.35;
}

@media (min-width: 1600px) {

	h4,
	.heading-4 {
		font-size: 18px;
		line-height: 1.38889;
	}
}

h5,
.heading-5 {
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: .02em;
}

@media (min-width: 1200px) {

	h5,
	.heading-5 {
		font-size: 16px;
		line-height: 1.5;
	}
}

h6,
.heading-6 {
	font-size: 14px;
	line-height: 1.25;
	letter-spacing: .02em;
}

@media (min-width: 1200px) {

	h6,
	.heading-6 {
		font-size: 14px;
		line-height: 1.71429;
	}
}

.heading-7 {
	font: 500 14px/22px "Poppins", sans-serif;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #9a9a9a;
}

.font-base {
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.font-sec {
	font-family: "Poppins", sans-serif;
}

small,
.small {
	display: block;
	font-size: 12px;
	line-height: 1.5;
}

mark,
.mark {
	padding: 3px 5px;
	color: #151515;
	background: #4b9ef1;
}

.big {
	font-family: "Poppins", sans-serif;
}

@media (min-width: 576px) {
	.big {
		font-size: 15px;
	}
}

@media (min-width: 768px) {
	.big {
		font-size: 16px;
		line-height: 1.625;
	}
}

.lead {
	font-size: 24px;
	line-height: 34px;
	font-weight: 300;
}

code {
	padding: 10px 5px;
	border-radius: 0.2rem;
	font-size: 90%;
	color: #212529;
	background: #f8f9fa;
}

p [data-toggle='tooltip'] {
	padding-left: .25em;
	padding-right: .25em;
	color: #4b9ef1;
}

p [style*='max-width'] {
	display: inline-block;
}

.heading-square {
	position: relative;
	padding-left: 25px;
}

.heading-square-item {
	content: '';
	position: absolute;
	left: 0;
	transform: translateY(-50%);
	width: 12px;
	height: 10px;
	background-color: #fdde52;
}

.heading-decoration-1 {
	position: relative;
	padding-left: 30px;
}

.heading-decoration-1 .heading-inner {
	display: block;
	position: relative;
	padding-left: 20px;
}

.heading-decoration-1 .heading-inner::before,
.heading-decoration-1 .heading-inner::after {
	content: '';
	position: absolute;
	top: .5em;
}

.heading-decoration-1 .heading-inner::before {
	right: 100%;
	margin: 5px 0 0 11px;
	width: 100vw;
	height: 1px;
	background: #c2d3f2;
}

.heading-decoration-1 .heading-inner::after {
	left: -5px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #4b9ef1;
}

@media (min-width: 576px) {
	.heading-decoration-1 {
		padding-left: 60px;
	}
}

@media (min-width: 768px) {
	.heading-decoration-1 {
		padding-left: 80px;
	}
}

@media (min-width: 992px) {

	.heading-decoration-1::before,
	.heading-decoration-1::after {
		top: .4em;
	}
}

@media (min-width: 1200px) {
	.heading-decoration-1 {
		padding-left: 140px;
	}
}

.heading-decoration-2 {
	position: relative;
	font-size: 0;
	line-height: 0;
}

.heading-decoration-2::before,
.heading-decoration-2::after {
	content: '';
	display: inline-block;
	height: 1px;
	width: 185px;
	background: #cdd2dc;
}

.heading-decoration-2::before {
	top: 0;
}

.heading-decoration-2::after {
	bottom: 0;
}

.heading-decoration-2 .heading-inner {
	display: block;
	padding: .6em 0;
}

.heading-decoration-3 {
	position: relative;
	font-size: 0;
	line-height: 0;
}

.heading-decoration-3::after {
	content: '';
	left: auto;
	right: auto;
	bottom: 0;
	display: inline-block;
	height: 1px;
	width: 100px;
	background: #cdd2dc;
}

.heading-decoration-3 .heading-inner {
	display: block;
	padding: 0 0 .6em 0;
}

@media (min-width: 768px) {
	.heading-decoration-3::after {
		width: 185px;
	}
}

.context-dark .heading-decoration-3::after,
.bg-accent .heading-decoration-3::after {
	background: rgba(255, 255, 255, 0.65);
}

.tag-inline-caption>* {
	display: inline-block;
	vertical-align: middle;
}

.tag-inline-caption>*+* {
	margin-left: 15px;
}

.tag-inline {
	position: relative;
	display: inline-block;
	z-index: 0;
	padding: 3px 9px 4px 8px;
	height: 23px;
	min-width: 40px;
	color: #ffffff;
	text-align: center;
	line-height: 1.2;
}

.tag-inline::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	left: 0;
	background: #4b9ef1;
}

.tag-inline svg {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	z-index: -1;
	fill: #4b9ef1;
}

.tag-inline span {
	position: relative;
	z-index: 2;
	display: inline-block;
}

.tag-inline-left {
	padding-left: 10px;
	padding-right: 5px;
}

.tag-inline-left::after {
	left: 20px;
	right: 0;
}

.tag-inline-left svg {
	left: 0;
	right: auto;
}

/*
*
* Brand
*/
.brand {
	display: inline-block;
}

.brand .brand-logo-light {
	display: none;
}

.brand .brand-logo-dark {
	display: block;
}

/*
*
* Links
*/
a {
	transition: all 0.3s ease-in-out;
}

a,
a:focus,
a:active,
a:hover {
	text-decoration: none;
}

a,
a:focus,
a:active {
	color: #4b9ef1;
}

a:hover {
	color: #1178de;
}

a[href*='tel'],
a[href*='mailto'] {
	white-space: nowrap;
}

.link-default,
.link-default:active,
.link-default:focus {
	color: #424445;
}

.link-default:hover {
	color: #4b9ef1;
}

.link-demo {
	color: #4b9ef1 !important;
}

.link-hover {
	color: #458bd2 !important;
}

.link-press {
	color: #458bd2 !important;
}

a.privacy-link {
	display: inline-block;
	letter-spacing: 0;
}

*+a.privacy-link {
	margin-top: 25px;
}

@media (min-width: 992px) {
	*+a.privacy-link {
		margin-top: 45px;
	}
}

.link-with-icon {
	position: relative;
	padding-left: 38px;
}

.link-with-icon .icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.link-with-icon a {
	position: relative;
	top: 1px;
}

*+.link-with-icon {
	margin-top: 15px;
}

.link-with-icon+.link-with-icon {
	margin-top: 20px;
}

@media (min-width: 1200px) {
	*+.link-with-icon {
		margin-top: 32px;
	}

	.link-with-icon+.link-with-icon {
		margin-top: 26px;
	}
}

.bg-gray-31 .link-with-icon {
	color: #ffffff;
}

.bg-gray-31 .link-with-icon a,
.bg-gray-31 .link-with-icon a:focus,
.bg-gray-31 .link-with-icon a:active {
	color: #ffffff;
}

.bg-gray-31 .link-with-icon a:hover {
	color: #fdde52;
}

.bg-gray-31 .link-with-icon .icon {
	color: #6d7593;
}

.bg-gray-31 .link-with-icon .icon-secondary {
	color: #fdde52;
}

.pre-footer-static .link-with-icon .icon {
	color: #4b9ef1;
}

.pre-footer-static .link-with-icon a,
.pre-footer-static .link-with-icon a:focus,
.pre-footer-static .link-with-icon a:active {
	color: #1c1c1c;
}

.pre-footer-static .link-with-icon a:hover {
	color: #4b9ef1;
}

.link-corporate {
	position: relative;
	display: flex;
	margin: 1px 2px;
	justify-content: center;
	align-items: center;
	padding: 20px 27px;
	border: 1px solid #dee2e6;
	transition: .2s ease-in-out;
}

.link-corporate img {
	display: block;
	max-width: 90%;
}

.link-corporate::before,
.link-corporate::after {
	content: '';
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	z-index: 1;
	border: 1px solid #4b9ef1;
	transition: .25s ease-out;
}

.link-corporate::before {
	transform: scale(0, 0.99);
	border-width: 1px 0 1px 0;
}

.link-corporate::after {
	transform: scale(0.99, 0);
	border-width: 0 1px 0 1px;
}

.link-corporate:hover {
	border-color: rgba(222, 226, 230, 0);
}

.link-corporate:hover::before,
.link-corporate:hover::after {
	transform: scale(1, 1);
}

.context-dark .link-corporate,
.bg-accent .link-corporate {
	border-color: rgba(255, 255, 255, 0.4);
}

.context-dark .link-corporate:hover,
.bg-accent .link-corporate:hover {
	border-color: transparent;
}

@media (min-width: 1200px) {
	.link-corporate {
		min-height: 115px;
	}
}

.link-1 {
	display: inline-flex;
	align-items: center;
	letter-spacing: 0;
}

.link-1,
.link-1:active,
.link-1:focus {
	color: #4b9ef1;
}

.link-1:hover {
	color: #151515;
}

.link-1 .icon {
	margin-right: 4px;
	font-size: 18px;
}

.link-2 {
	display: inline-block;
	font: 600 16px/24px "Poppins", sans-serif;
}

*+.link-2 {
	margin-top: 20px;
}

.context-dark .link-2,
.bg-accent .link-2,
.context-dark .link-2:active,
.bg-accent .link-2:active,
.context-dark .link-2:focus,
.bg-accent .link-2:focus {
	color: #fdde52;
}

.context-dark .link-2:hover,
.bg-accent .link-2:hover {
	color: #ffffff;
}

/*
*
* Blocks
*/
.block-center,
.block-sm,
.block-lg {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.block-sm {
	max-width: 560px;
}

.block-lg {
	max-width: 768px;
}

.mw-none {
	max-width: none;
}

.mw-500 {
	max-width: 500px;
}

.mw-510 {
	max-width: 510px;
}

.mw-540 {
	max-width: 540px;
}

.mw-580 {
	max-width: 580px;
}

.mw-650 {
	max-width: 650px;
}

.mw-675 {
	max-width: 675px;
}

.mw-700 {
	max-width: 700px;
}

.block-agent {
	display: block;
	max-width: 410px;
	margin: 0 auto;
	text-align: center;
	background-color: #ffffff;
	letter-spacing: 0;
	color: #9c9c9c;
	box-shadow: 0 10px 5.76px 0.24px rgba(0, 0, 0, 0.11);
	transform: translateY(0px);
	transition: all 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.block-agent-body {
	padding: 20px 5px 30px;
}

.block-agent-title {
	transition: .3s ease-out all;
}

.block-agent-title+* {
	margin-top: 5px;
}

@media (min-width: 1200px) {
	.block-agent-body {
		padding: 30px 5px 50px;
	}
}

.block-agent:hover {
	color: #9c9c9c;
	transform: translateY(-14px);
}

.block-agent:hover .block-agent-title {
	color: #4b9ef1;
}

.block-agent-horizontal {
	background-color: #ffffff;
	box-shadow: 0 10px 5.76px 0.24px rgba(0, 0, 0, 0.11);
	display: block;
	text-align: center;
	letter-spacing: 0;
	color: #9c9c9c;
	transform: translateY(0px);
	transition: all 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.block-agent-horizontal-body {
	padding: 20px 10px;
}

.block-agent-horizontal-title {
	transition: .3s ease-out all;
}

.block-agent-horizontal-title+* {
	margin-top: 5px;
}

.block-agent-horizontal-divider {
	line-height: 0;
}

.block-agent-horizontal-divider::before {
	content: '';
	display: inline-block;
	width: 166px;
	height: 1px;
	background-color: #e1e1e1;
}

*+.block-agent-horizontal-divider,
.block-agent-horizontal-divider+* {
	margin-top: 13px;
}

.block-agent-horizontal .icon {
	font-size: 19px;
	color: #4b9ef1;
	vertical-align: middle;
}

.block-agent-horizontal .icon+* {
	margin-left: 10px;
}

.block-agent-horizontal a {
	display: inline-block;
}

.block-agent-horizontal a,
.block-agent-horizontal a:focus,
.block-agent-horizontal a:active {
	color: #2a2e3d;
}

.block-agent-horizontal a:hover {
	color: #4b9ef1;
}

@media (min-width: 768px) {
	.block-agent-horizontal {
		display: flex;
		align-items: center;
		text-align: left;
	}

	.block-agent-horizontal-image {
		position: relative;
		width: 38%;
		align-self: stretch;
		flex-shrink: 0;
		overflow: hidden;
	}

	.block-agent-horizontal-image img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		height: 101%;
		width: 101%;
		object-fit: cover;
		object-position: center;
	}

	.block-agent-horizontal-body {
		padding: 45px 40px;
		flex-grow: 1;
	}
}

@media (min-width: 1200px) {
	.block-agent-horizontal-body {
		padding: 66px 50px;
	}

	*+.block-agent-horizontal-divider,
	.block-agent-horizontal-divider+* {
		margin-top: 20px;
	}
}

.block-agent-horizontal:hover {
	color: #9c9c9c;
	transform: translateY(-14px);
}

.block-info {
	padding: 30px 20px;
	background-color: #ffffff;
}

.bg-white .block-info {
	background-color: #f3f4f9;
}

@media (min-width: 992px) {
	.block-info {
		padding: 47px 40px;
	}
}

.block-info-1 {
	display: flex;
	flex-direction: column;
	padding: 20px;
	background-color: #ffffff;
	text-align: center;
}

.block-info-1>li+li {
	margin-top: 10px;
}

@media (min-width: 576px) {
	.block-info-1 {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.block-info-1>li+li {
		margin-top: 0;
	}
}

.bg-white .block-info-1 {
	background-color: #f3f4f9;
}

*+.block-info {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	*+.block-info {
		margin-top: 50px;
	}
}

.block-info-2-title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e1e1e1;
}

.block-info-2-title>* {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	letter-spacing: 0.12em;
	font-weight: 600;
	text-transform: uppercase;
	color: #151515;
}

.block-info-2 .form-select .form-input {
	border-color: transparent;
}

.block-info-2-title+*,
.block-info-2-title+.post-minimal-1,
.block-info-2-title+.form-select {
	margin-top: 30px;
}

.block-person {
	padding: 21px 18px;
	letter-spacing: 0;
	text-align: left;
	background-color: #ffffff;
}

.block-person img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.block-person-list>li {
	padding: 16px 5px;
}

.block-person-list>li+li {
	border-top: 1px solid #d7d7d7;
}

.block-person-list>li:first-child {
	border-top: 1px solid #d7d7d7;
}

.block-person-list>li:last-child {
	border-bottom: 1px solid #d7d7d7;
}

.block-person-body {
	padding-top: 15px;
}

.block-person-link {
	color: #2a2e3d;
}

.block-person-link a,
.block-person-link a:focus,
.block-person-link a:active {
	color: #2a2e3d;
}

.block-person-link a:hover {
	color: #4b9ef1;
}

.block-person-link .icon {
	margin-right: 10px;
	vertical-align: middle;
	font-size: 19px;
	color: #4b9ef1;
}

.block-person a.icon[class*='fa-'],
.block-person a.icon[class*='fa-']:focus,
.block-person a.icon[class*='fa-']:active {
	color: #0d0d0d;
}

.block-person a.icon[class*='fa-']:hover {
	color: #4b9ef1;
}

.block-person-title+* {
	margin-top: 5px;
}

.block-person-cite+* {
	margin-top: 20px;
}

.block-person-list+* {
	margin-top: 25px;
}

@media (min-width: 768px) {
	.block-person {
		display: flex;
	}

	.block-person-left {
		flex-basis: 48%;
		flex-shrink: 0;
	}

	.block-person-body {
		flex-grow: 1;
		padding: 7px 15px 0 20px;
	}
}

@media (min-width: 992px) {
	.block-person {
		padding: 41px 44px;
	}
}

@media (min-width: 992px) {
	.block-person {
		padding: 31px 24px;
	}
}

@media (min-width: 1200px) {
	.block-person {
		padding: 41px 44px;
	}

	.block-person-body {
		padding: 7px 15px 0 38px;
	}
}

.block-callboard {
	padding: 12px 11px;
	color: #9cc1ff;
	letter-spacing: 0;
	background-color: #4b9ef1;
}

.block-callboard a,
.block-callboard a:focus,
.block-callboard a:active {
	color: #ffffff;
}

.block-callboard a:hover {
	color: #fdde52;
}

.block-callboard-title {
	color: #ffffff;
}

.block-callboard-divider {
	width: 100%;
	height: 3px;
	line-height: 0;
}

.block-callboard-divider::before {
	content: '';
	display: inline-block;
	width: 48px;
	line-height: 0;
	border-top: 3px solid #fdde52;
}

.block-callboard-list>li+li {
	margin-top: 25px;
}

.block-callboard-tell,
.block-callboard-mail {
	position: relative;
	padding-left: 42px;
	font-family: "Poppins", sans-serif;
}

.block-callboard-tell::before,
.block-callboard-mail::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 32px;
	height: 32px;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	color: #151515;
	background-color: #fdde52;
	border-radius: 50%;
	transform: translateY(-50%);
}

.block-callboard-tell {
	padding-left: 38px;
}

.block-callboard-tell::before {
	content: '\e0b0';
	font-family: 'Material Icons';
}

.block-callboard-mail::before {
	content: '\f2e5';
	font-family: 'Material Design Icons';
}

.block-callboard-text {
	padding-right: 10px;
	color: rgba(255, 255, 255, 0.6);
}

.block-callboard-body {
	padding: 29px 15px 40px;
	border: 1px solid rgba(255, 255, 255, 0.35);
}

.block-callboard .button-secondary,
.block-callboard .button-secondary:focus {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.block-callboard .button-secondary:hover,
.block-callboard .button-secondary:active {
	color: #151515;
	background-color: #fdde52;
	border-color: #fdde52;
}

.block-callboard .button-secondary.button-ujarak::before {
	background: #fdde52;
}

*+.block-callboard-divider {
	margin-top: 20px;
}

.block-callboard-divider+* {
	margin-top: 25px;
}

*+.block-callboard-list {
	margin-top: 23px;
}

.block-callboard-list+*,
.block-callboard-list+.button {
	margin-top: 35px;
}

@media (min-width: 1200px) {
	.block-callboard-body {
		padding: 39px 26px 50px;
	}

	.block-callboard-tell,
	.block-callboard-mail {
		line-height: 24px;
	}

	.block-callboard-tell::before,
	.block-callboard-mail::before {
		font-size: 19px;
	}

	.block-callboard-tell {
		font-size: 18px;
	}

	.block-callboard-mail {
		font-size: 16px;
		letter-spacing: .05em;
	}
}

.block-property {
	padding: 30px;
	background-color: #ffffff;
}

@media (min-width: 992px) {
	.block-property {
		padding: 56px 67px 40px 67px;
	}
}

*+.block-group-item {
	margin-top: 35px;
}

@media (min-width: 768px) {
	*+.block-group-item {
		margin-top: 50px;
	}
}

@media (min-width: 1200px) {
	*+.block-group-item {
		margin-top: 63px;
	}
}

.block-inline {
	line-height: 1.1;
}

.block-inline .icon {
	position: relative;
	top: 1px;
	font-size: 18px;
	color: #4b9ef1;
}

.block-inline button {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	display: inline-flex;
}

.block-inline button::-moz-focus-inner {
	border: none;
	padding: 0;
}

.block-inline a,
.block-inline button {
	letter-spacing: .1em;
	transition: .22s;
}

.block-inline a,
.block-inline a:active,
.block-inline a:focus,
.block-inline button,
.block-inline button:active,
.block-inline button:focus {
	color: #151515;
}

.block-inline a:hover,
.block-inline button:hover {
	color: #4b9ef1;
}

div.block-1 {
	padding-top: 60px;
	width: 470px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	div.block-1 {
		width: 650px;
	}
}

@media (min-width: 1200px) {
	div.block-1 {
		display: flex;
		flex-direction: column;
		height: 100%;
		width: 100%;
		padding-left: 35px;
		margin-left: 0;
	}
}

/*
*
* Boxes
*/
.box-modern {
	position: relative;
	width: 100%;
	padding: 30px;
	border: 5px solid #f3f4f9;
}

.box-modern::before {
	content: '';
	position: absolute;
	top: -5px;
	bottom: -5px;
	left: -5px;
	right: -5px;
	border: 5px solid #c2d3f2;
	transform: scale(1.2);
	opacity: 0;
	transition: 0.3s cubic-bezier(0, 0.43, 0.6, 1.24) all;
	pointer-events: none;
}

.box-modern:hover::before {
	opacity: 1;
	transform: scale(1);
}

.box-modern:hover .icon.box-modern-icon::after {
	opacity: 1;
	transform: scale(1);
}

.icon.box-modern-icon {
	position: relative;
	display: block;
	text-align: center;
	width: 77px;
	height: 77px;
	line-height: 69px;
	border-radius: 50%;
	font-size: 36px;
	color: #4b9ef1;
	border: 5px solid #f3f4f9;
}

.icon.box-modern-icon::after {
	content: '';
	position: absolute;
	top: -4px;
	bottom: -4px;
	left: -4px;
	right: -4px;
	border-radius: 50%;
	border: 5px solid #c2d3f2;
	transform: scale(0.8);
	opacity: 0;
	transition: .3s all;
}

.box-modern-title {
	font-weight: 500;
	letter-spacing: .05em;
}

*+.box-modern-main {
	margin-top: 25px;
}

*+.box-modern-title {
	margin-top: 25px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.box-modern {
		display: flex;
		align-items: flex-start;
	}

	.box-modern>*+* {
		margin-top: 0;
		margin-left: 30px;
	}

	.box-modern-icon {
		flex-shrink: 0;
	}

	.box-modern-main {
		flex-grow: 1;
	}

	.box-modern-main>* {
		max-width: 320px;
	}
}

@media (min-width: 1200px) {
	.box-modern {
		max-width: 345px;
		padding: 41px 50px 53PX;
	}
}

.box-minimal {
	width: 100%;
	padding: 37px 24px;
	border: 2px solid #ebebeb;
	transition: .3s ease-out all;
}

.box-minimal-title {
	font-weight: 500;
	letter-spacing: .05em;
}

*+.box-minimal-title {
	margin-top: 10px;
}

.box-minimal-divider {
	display: block;
	width: 50px;
	height: 3px;
	background-color: #4b9ef1;
	transition: 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53) all;
}

*+.box-minimal-divider {
	margin-top: 15px;
}

.box-minimal-divider+* {
	margin-top: 20px;
}

.box-minimal .icon {
	min-height: 48px;
	font-size: 36px;
	color: #0d0d0d;
}

.box-minimal .icon.icon-1 {
	font-size: 40px;
}

.box-minimal .icon.icon-2 {
	font-size: 33px;
}

.box-minimal:hover {
	border-color: #4b9ef1;
}

.box-minimal:hover .box-minimal-divider {
	width: 100px;
}

.box-counter {
	position: relative;
	text-align: center;
	color: #151515;
}

.box-counter-title {
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0;
}

.box-counter-main {
	font-family: "Poppins", sans-serif;
	font-size: 45px;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: 0;
}

.box-counter-main>* {
	display: inline;
	font: inherit;
}

.box-counter-main .small {
	font-size: 28px;
}

.box-counter-main .small_top {
	position: relative;
	top: .2em;
	vertical-align: top;
}

.box-counter-divider {
	font-size: 0;
	line-height: 0;
}

.box-counter-divider::after {
	content: '';
	display: inline-block;
	width: 80px;
	height: 2px;
	background: #4b9ef1;
}

*+.box-counter-title {
	margin-top: 0;
}

*+.box-counter-main {
	margin-top: 20px;
}

*+.box-counter-divider {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.box-counter-title {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.box-counter-main {
		font-size: 70px;
	}

	.box-counter-main .small {
		font-size: 36px;
	}

	.box-counter-title {
		font-size: 18px;
	}

	*+.box-counter-main {
		margin-top: 30px;
	}

	*+.box-counter-divider {
		margin-top: 15px;
	}
}

.context-dark .box-counter {
	color: #ffffff;
}

.bg-accent .box-counter {
	color: #ffffff;
}

.bg-accent .box-counter-divider::after {
	background: #ffffff;
}

.box-info>*+* {
	margin-top: 40px;
}

.box-info-main {
	position: relative;
	background: #458bd2;
	padding: 30px 20px;
}

.box-info-main::before {
	content: '';
	position: absolute;
	left: 20px;
	width: 0;
	height: 0;
	border-style: solid;
}

.box-info-main:first-child::before {
	bottom: -21px;
	border-width: 21px 36px 0 0;
}

.box-info-main:last-child:before {
	top: -21px;
	border-width: 21px 0 0 36px;
}

.box-info-main .form-label,
.box-info-main .form-input,
.box-info-main .form-validation {
	color: #ffffff;
}

.box-info-main .form-input {
	background: #3988d4;
	border-color: #3988d4;
}

.box-info-main textarea.form-input {
	height: 100px;
}

.box-info-main .button-secondary:hover {
	color: #151515;
	background: #ffffff;
	border-color: #ffffff;
}

.box-info-1 .box-info-main:first-child::before {
	border-color: #458bd2 transparent transparent transparent;
}

.box-info-1 .box-info-main:last-child:before {
	border-color: transparent transparent transparent #458bd2;
}

.box-info-1 .box-info-main.bg-primary-lighten:first-child::before {
	border-color: #608ace transparent transparent transparent;
}

.box-info-1 .box-info-main.bg-primary-lighten:last-child:before {
	border-color: transparent transparent transparent #608ace;
}

.box-info-2 .box-info-main {
	background: #4b9ef1;
	box-shadow: 0 10px 6px 1px rgba(0, 0, 0, 0.11);
}

.box-info-2 .box-info-main:first-child::before {
	border-color: #4b9ef1 transparent transparent transparent;
}

.box-info-2 .box-info-main:last-child::before {
	border-color: transparent transparent transparent #4b9ef1;
}

.box-info-main-inner {
	max-width: 520px;
}

@media (min-width: 768px) {
	.box-info-main {
		padding: 60px 35px 55px 45px;
	}

	.box-info-main::before {
		left: 50px;
	}
}

@media (min-width: 992px) {
	.box-info {
		display: flex;
	}

	.box-info>*+* {
		margin-top: 0;
		margin-left: 40px;
	}

	.box-info-aside {
		display: flex;
		justify-content: center;
		flex-shrink: 0;
		width: 48%;
	}

	.box-info-aside>* {
		flex-grow: 1;
	}

	.box-info-main {
		flex-grow: 1;
	}

	.box-info-main:first-child::before {
		left: auto;
		right: -21px;
	}

	.box-info-main:last-child::before {
		left: -21px;
	}

	.box-info-1 .box-info-main::before {
		top: 75px;
	}

	.box-info-1 .box-info-main:first-child::before {
		border-width: 36px 0 0 21px;
		border-color: transparent transparent transparent #458bd2;
	}

	.box-info-1 .box-info-main:last-child::before {
		border-width: 0 0 36px 21px;
		border-color: transparent transparent #458bd2 transparent;
	}

	.box-info-1 .box-info-main.bg-primary-lighten:first-child::before {
		border-color: transparent transparent transparent #608ace;
	}

	.box-info-1 .box-info-main.bg-primary-lighten:last-child::before {
		border-color: transparent transparent #608ace transparent;
	}

	.box-info-2 {
		align-items: flex-start;
	}

	.box-info-2 .box-info-main::before {
		top: 40px;
	}

	.box-info-2 .box-info-main:first-child::before {
		border-width: 36px 21px 0 0;
		border-color: #4b9ef1 transparent transparent transparent;
	}

	.box-info-2 .box-info-main:last-child::before {
		border-width: 0 21px 36px 0;
		border-color: transparent #4b9ef1 transparent transparent;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.box-info-aside .row-flex {
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: -20px;
	}

	.box-info-aside .row-flex>[class*='col'] {
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.box-info-aside .box-minimal {
		padding: 23px 17px;
	}
}

/* @media (min-width: 1200px) {
	.box-info-1>*+* {
		margin-left: 75px;
	} */

@media (min-width: 1200px) {
	.box-info-1>*+* {
		margin-left: 0px;
	}

	.box-info-1 .box-info-aside {
		width: 51.282%;
	}

	.box-info-2>*+* {
		margin-left: 100px;
	}

	.box-info-2 .box-info-aside {
		width: 56.41%;
	}

	.box-info-2 .box-info-main {
		padding-top: 50px;
		padding-bottom: 70px;
	}
}

.box-info-custom-1 {
	position: relative;
	text-align: center;
	display: flex;
}

.box-info-custom-1-inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	padding: 30px 20px;
	background: #4b9ef1;
	box-shadow: 0px 10px 5.76px 0.24px rgba(0, 0, 0, 0.11);
}

.box-info-custom-1-inner::before {
	content: '';
	position: absolute;
	top: -10px;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #4b9ef1 transparent;
}

.box-info-custom-1-inner.bg-accent {
	color: #9cc1ff;
}

.box-info-custom-1-title {
	position: relative;
}

.box-info-custom-1-title::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 3px;
	margin-right: 10px;
	background: #fdde52;
}

*+.box-info-custom-1-aside {
	margin-top: 15px;
}

@media (max-width: 575.98px) {
	.box-info-custom-1 {
		max-width: 270px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 576px) {
	.box-info-custom-1 {
		text-align: left;
	}

	.box-info-custom-1-inner {
		padding: 29px 23px;
	}

	.box-info-custom-1-inner::before {
		display: none;
	}

	*+.box-info-custom-1-aside {
		margin-top: 20px;
	}
}

@media (min-width: 768px) {
	.box-info-custom-1-inner {
		padding: 49px 20px 45px 40px;
		margin-left: 21px;
	}

	.box-info-custom-1-inner::before {
		display: block;
		top: 35px;
		left: -21px;
		margin: 0;
		border-width: 0 21px 36px 0;
		border-color: transparent #4b9ef1 transparent transparent;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.box-info-custom-1-inner {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
	}

	.box-info-custom-1-inner>*+* {
		margin-top: 0;
		margin-left: 30px;
	}

	.box-info-custom-1-inner h3+p {
		margin-top: 10px;
	}
}

.box-category-outer {
	display: flex;
}

.box-category {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	min-height: 200px;
	padding: 20px 20px 20px 60px;
}

.box-category,
.box-category:active,
.box-category:focus,
.box-category:hover {
	color: #ffffff;
}

.box-category::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .7;
	z-index: 1;
	background: linear-gradient(to top, #091632 5%, rgba(9, 22, 50, 0.7) 30%, rgba(192, 195, 202, 0.3) 82%, rgba(255, 255, 255, 0.3) 100%);
}

.box-category-image-outer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #151515;
	background-position: center center;
	background-size: cover;
}

.box-category-caption {
	position: relative;
	z-index: 1;
	width: 100%;
}

.box-category-caption::before {
	content: '';
	position: absolute;
	top: 19%;
	left: -40px;
	width: 30px;
	height: 3px;
	background: #fdde52;
}

.box-category-caption-inner {
	letter-spacing: .05em;
}

*+.box-category-subtitle {
	margin-top: 4px;
}

@media (min-width: 768px) {
	.box-category {
		min-height: 307px;
		padding: 25px 25px 25px 80px;
	}

	.box-category-caption::before {
		left: -55px;
		width: 42px;
	}
}

@media (min-width: 992px) {
	.box-category {
		padding: 35px 35px 40px 79px;
	}

	html:not(.tablet):not(.mobile) .box-category::before {
		transition: .5s;
	}

	html:not(.tablet):not(.mobile) .box-category:hover::before {
		opacity: .8;
	}

	html:not(.tablet):not(.mobile) .box-category:hover .box-category-caption {
		transform: translate3d(17px, 0, 0);
	}

	html:not(.tablet):not(.mobile) .box-category:hover .box-category-caption::before {
		animation: .4s changeAxis both;
	}

	html:not(.tablet):not(.mobile) .box-category:hover .box-category-caption-inner>* {
		transform: translate3d(-38px, 0, 0);
	}

	html:not(.tablet):not(.mobile) .box-category-caption {
		position: relative;
		transition: .4s;
	}

	html:not(.tablet):not(.mobile) .box-category-caption::before {
		animation: .4s changeAxisBack both;
	}

	html:not(.tablet):not(.mobile) .box-category-caption-inner>* {
		position: relative;
		transition: .4s;
	}

	html:not(.tablet):not(.mobile) .box-category-caption-inner>*:nth-child(2) {
		transition-delay: .02s;
	}
}

@-webkit-keyframes changeAxis {
	0% {
		height: 3px;
		width: 42px;
	}

	50% {
		width: 3px;
		height: 3px;
	}

	100% {
		width: 3px;
		height: 62%;
	}
}

@keyframes changeAxis {
	0% {
		height: 3px;
		width: 42px;
	}

	50% {
		width: 3px;
		height: 3px;
	}

	100% {
		width: 3px;
		height: 62%;
	}
}

@-webkit-keyframes changeAxisBack {
	0% {
		width: 3px;
		height: 62%;
	}

	50% {
		width: 3px;
		height: 3px;
	}

	100% {
		height: 3px;
		width: 42px;
	}
}

@keyframes changeAxisBack {
	0% {
		width: 3px;
		height: 62%;
	}

	50% {
		width: 3px;
		height: 3px;
	}

	100% {
		height: 3px;
		width: 42px;
	}
}

.box-category-2 {
	position: relative;
	overflow: hidden;
	display: flex;
	min-height: 200px;
	text-align: left;
}

.box-category-2,
.box-category-2:active,
.box-category-2:focus,
.box-category-2:hover {
	color: #ffffff;
}

.box-category-2::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .7;
	z-index: 1;
	background: linear-gradient(to top, #091632 5%, rgba(9, 22, 50, 0.7) 30%, rgba(192, 195, 202, 0.3) 82%, rgba(192, 195, 202, 0.3) 100%);
	transition: .5s;
}

.box-category-2::after {
	content: '';
	display: block;
	padding-bottom: 83.21995%;
}

.box-category-2:hover::before {
	opacity: .8;
}

.box-category-2::after,
.box-category-2-inner {
	flex-shrink: 0;
	width: 100%;
}

.box-category-2-inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.box-category-2-image-outer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #151515;
	background-position: center center;
	background-size: cover;
}

.box-category-2-caption {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 20px 12px 20px 33px;
}

.box-category-2-caption .tag-inline {
	display: inline-flex;
	align-items: center;
	height: 28px;
	padding: 5px 20px 5px 13px;
	font-size: 14px;
	letter-spacing: .05em;
}

.box-category-2-caption *+.tag-inline {
	margin-top: 10px;
}

.ie-10 .box-category-2-caption .tag-inline svg,
.ie-11 .box-category-2-caption .tag-inline svg {
	width: 30px;
}

.box-category-2-title {
	letter-spacing: .05em;
}

*+.box-category-2-subtitle {
	margin-top: 4px;
}

@media (min-width: 768px) {
	.box-category-2-caption {
		padding: 25px 25px 25px 40px;
	}
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .box-category-2:hover .box-category-2-image-outer {
		transform: scale(1.05, 1.05);
	}

	html:not(.tablet):not(.mobile) .box-category-2:hover .box-category-2-title {
		color: #fdde52;
	}

	html:not(.tablet):not(.mobile) .box-category-2:hover .box-category-2-title,
	html:not(.tablet):not(.mobile) .box-category-2:hover .box-category-2-caption .tag-inline {
		transform: translateX(10px);
	}

	html:not(.tablet):not(.mobile) .box-category-2-image-outer {
		transition: .33s ease-in-out;
	}

	html:not(.tablet):not(.mobile) .box-category-2-title,
	html:not(.tablet):not(.mobile) .box-category-2-caption .tag-inline {
		transition: .33s ease-in-out;
	}

	html:not(.tablet):not(.mobile) .box-category-2-caption .tag-inline {
		transition-delay: .02s;
	}
}

@media (min-width: 1200px) {
	.box-category-2-caption {
		padding: 35px 30px 46px 44px;
	}
}

.box-category-3 {
	position: relative;
	overflow: hidden;
	display: flex;
	min-height: 200px;
	text-align: left;
}

.box-category-3,
.box-category-3:active,
.box-category-3:focus,
.box-category-3:hover {
	color: #ffffff;
}

.box-category-3::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .7;
	z-index: 1;
	background: linear-gradient(to top, #091632 5%, rgba(9, 22, 50, 0.68) 30%, rgba(192, 195, 202, 0) 82%, rgba(255, 255, 255, 0) 100%);
	transition: .5s;
}

.box-category-3::after {
	content: '';
	display: block;
	padding-bottom: 63.95664%;
}

.box-category-3:hover::before {
	opacity: .8;
}

.box-category-3::after,
.box-category-3-inner {
	flex-shrink: 0;
	width: 100%;
}

.box-category-3-inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.box-category-3-image-outer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #151515;
	background-position: center center;
	background-size: cover;
}

.box-category-3-caption {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 20px 12px 20px 25px;
}

.box-category-3-caption-inner>* {
	letter-spacing: .05em;
}

.context-dark .box-category-3-subtitle {
	color: #fdde52;
}

*+.box-category-3-subtitle {
	margin-top: 4px;
}

@media (min-width: 768px) {
	.box-category-3-caption {
		padding: 25px 25px 25px 40px;
	}
}

@media (min-width: 992px) {
	.box-category-3-lg::after {
		padding-bottom: 103.52304%;
	}

	html:not(.tablet):not(.mobile) .box-category-3:hover .box-category-3-image-outer {
		transform: scale(1.05, 1.05);
	}

	html:not(.tablet):not(.mobile) .box-category-3:hover .box-category-3-title,
	html:not(.tablet):not(.mobile) .box-category-3:hover .box-category-3-subtitle {
		transform: translateY(-10px);
	}

	html:not(.tablet):not(.mobile) .box-category-3:hover .box-category-3-title {
		color: #fdde52;
	}

	html:not(.tablet):not(.mobile) .box-category-3:hover .box-category-3-subtitle {
		color: #ffffff;
	}

	html:not(.tablet):not(.mobile) .box-category-3:hover .box-category-3-caption-inner::after {
		width: 100%;
	}

	html:not(.tablet):not(.mobile) .box-category-3-image-outer,
	html:not(.tablet):not(.mobile) .box-category-3-title,
	html:not(.tablet):not(.mobile) .box-category-3-subtitle {
		transition: .33s ease-in-out;
	}

	html:not(.tablet):not(.mobile) .box-category-3-subtitle {
		transition-delay: .02s;
	}

	html:not(.tablet):not(.mobile) .box-category-3-caption-inner {
		position: relative;
		display: inline-block;
	}

	html:not(.tablet):not(.mobile) .box-category-3-caption-inner::after {
		content: '';
		position: absolute;
		height: 3px;
		width: 0;
		background: #fdde52;
		transition: .33s ease-in-out;
	}
}

@media (min-width: 1200px) {
	.box-category-3-caption {
		padding: 35px 30px 46px 30px;
	}
}

.box-1-bg-shape {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: auto;
	height: 86.607%;
	max-width: none;
	z-index: 0;
	opacity: .3;
}

.box-1-bg-shape img {
	height: 100%;
	max-width: none;
}

.box-1-cell {
	position: relative;
	overflow: hidden;
	background: #608ace;
}

.box-1-outer {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
}

.box-1 {
	max-width: 525px;
	padding: 40px 0 110px;
	margin: 0 auto;
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
	.box-1 .select2-container .select2-choice {
		padding-left: 10px;
		padding-right: 10px;
	}

	.box-1 .select2-arrow {
		right: 10px;
	}
}

@media (min-width: 768px) {
	.box-1 {
		padding-top: 80px;
		padding-bottom: 90px;
	}

	div.box-1-outer {
		padding-left: 30px;
		padding-right: 30px;
	}

	.box-1-bg-shape {
		right: 100px;
		left: auto;
		transform: translate3d(0, -50%, 0);
	}

	.box-1-bg-shape img {
		float: right;
	}
}

@media (min-width: 1200px) {
	.box-1-bg-shape {
		right: 270px;
	}
}

@media (min-width: 1600px) {
	.box-1 {
		padding-top: 90px;
		padding-bottom: 70px;
	}

	.box-1-bg-shape {
		top: 3%;
		bottom: -3%;
		right: 530px;
		transform: none;
		height: auto;
		opacity: 1;
	}
}

.box-2 {
	padding: 15px 15px 0;
	max-width: 100%;
}

.box-2,
.box-2 .owl-carousel.owl-loaded,
.box-2 .owl-stage-outer,
.box-2 .owl-stage,
.box-2 .owl-item,
.box-2 .owl-item>* {
	display: flex;
	flex-grow: 1;
}

.box-2,
.box-2 .owl-carousel,
.box-2 .owl-stage-outer,
.box-2 .owl-item {
	flex-direction: column;
}

.box-2-footer {
	padding: 10px;
	background: #f3f4f9;
}

.box-2-footer-inner {
	margin-bottom: -10px;
	text-align: center;
}

.box-2-footer-inner>* {
	margin-bottom: 10px;
}

*+.box-2-footer {
	margin-top: 15px;
}

@media (min-width: 576px) {
	.box-2-footer-inner {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		margin-left: -20px;
		text-align: left;
	}

	.box-2-footer-inner>* {
		margin-left: 20px;
	}
}

@media (min-width: 768px) {
	.box-2 {
		padding: 30px 30px 0;
	}

	.box-2-footer {
		padding: 12px 30px;
	}

	*+.box-2-footer {
		margin-top: 30px;
	}
}

@media (min-width: 992px) {
	.box-2 {
		padding-top: 0;
	}
}

@media (min-width: 1200px) {
	.box-2 {
		padding-right: 0;
	}

	.box-2 .owl-carousel {
		width: auto;
		margin-right: -65px;
	}
}

.box-industrial>*+* {
	margin-top: 15px;
}

.box-industrial:hover .box-industrial-icon {
	transform: translate(7px, 7px);
}

.box-industrial:hover .box-industrial-aside::before {
	transform: translate(-7px, -7px);
}

.box-industrial-aside {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #608ace;
	color: #9cc1ff;
	padding: 20px;
	margin-right: 7px;
	margin-bottom: 7px;
}

.box-industrial-aside::before {
	content: '';
	position: absolute;
	top: 7px;
	left: 7px;
	width: 100%;
	height: 100%;
	background: rgba(96, 138, 206, 0.64);
	transition: .25s;
}

.icon.box-industrial-icon {
	font-size: 80px;
	line-height: 1.2;
	transition: .2s;
}

.box-industrial-main>*+* {
	margin-top: 5px;
}

@media (max-width: 575.98px) {
	.box-industrial {
		max-width: 340px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.box-industrial {
		display: flex;
		align-items: center;
		text-align: left;
	}

	.box-industrial>*+* {
		margin-top: 0;
		margin-left: 20px;
	}

	.box-industrial-aside {
		flex-shrink: 0;
	}

	.box-industrial-main {
		flex-grow: 1;
	}
}

@media (min-width: 992px) {
	.box-industrial>*+* {
		margin-top: 28px;
	}

	.icon.box-industrial-icon {
		font-size: 100px;
	}
}

@media (min-width: 1200px) {
	.icon.box-industrial-icon {
		font-size: 135px;
	}
}

/*
* Element groups
*/
html .group {
	margin-bottom: -20px;
	margin-left: -15px;
}

html .group:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group>* {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 15px;
}

html .group-sm {
	margin-bottom: -10px;
	margin-left: -10px;
}

html .group-sm:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-sm>* {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

html .group-xl {
	margin-bottom: -20px;
	margin-left: -30px;
}

html .group-xl:empty {
	margin-bottom: 0;
	margin-left: 0;
}

html .group-xl>* {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 30px;
}

@media (min-width: 992px) {
	html .group-xl {
		margin-bottom: -20px;
		margin-left: -45px;
	}

	html .group-xl>* {
		margin-bottom: 20px;
		margin-left: 45px;
	}
}

html .group-sm-justify .button {
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 768px) {
	html .group-sm-justify {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	html .group-sm-justify>* {
		flex-grow: 1;
		flex-shrink: 0;
	}

	html .group-sm-justify .button {
		min-width: 160px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

html .group-middle {
	display: inline-table;
	vertical-align: middle;
}

html .group-middle>* {
	vertical-align: middle;
}

*+.group-sm {
	margin-top: 30px;
}

*+.group-xl {
	margin-top: 20px;
}

/*
*
* Responsive units
*/
.unit {
	display: flex;
	flex: 0 1 100%;
	margin-bottom: -30px;
	margin-left: -20px;
}

.unit>* {
	margin-bottom: 30px;
	margin-left: 20px;
}

.unit:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.unit-body {
	flex: 0 1 auto;
}

.unit-left,
.unit-right {
	flex: 0 0 auto;
	max-width: 100%;
}

.unit-spacing-xs {
	margin-bottom: -15px;
	margin-left: -7px;
}

.unit-spacing-xs>* {
	margin-bottom: 15px;
	margin-left: 7px;
}

/*
*
* Lists
*/
.list>li+li {
	margin-top: 10px;
}

.list-xs>li+li {
	margin-top: 5px;
}

.list-sm>li+li {
	margin-top: 10px;
}

.list-md>li+li {
	margin-top: 18px;
}

.list-lg>li+li {
	margin-top: 25px;
}

@media (min-width: 768px) {
	.list-xl>li+li {
		margin-top: 60px;
	}
}

.list-inline>li {
	display: inline-block;
}

html .list-inline-sm {
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -8px;
	margin-right: -8px;
}

html .list-inline-sm>* {
	margin-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
}

*+.list-inline-sm {
	margin-top: 20px;
}

@media (min-width: 768px) {
	*+.list-inline-sm {
		margin-top: 30px;
	}
}

.list-inline-1 {
	transform: translate3d(0, -8px, 0);
	margin-bottom: -8px;
	margin-left: -7px;
	margin-right: -7px;
}

.list-inline-1>* {
	margin-top: 8px;
	padding-left: 7px;
	padding-right: 7px;
}

.list-inline-1>li {
	display: inline-block;
}

*+.list-inline-1 {
	margin-top: 10px;
}

.link-with-icon+.list-inline-1 {
	margin-top: 15px;
}

.rd-form-inline-1+.list-inline-1 {
	margin-top: 15px;
}

@media (min-width: 1200px) {
	.link-with-icon+.list-inline-1 {
		margin-top: 30px;
	}

	.rd-form-inline-1+.list-inline-1 {
		margin-top: 24px;
	}
}

.list-terms dt+dd {
	margin-top: 10px;
}

.list-terms dd+dt {
	margin-top: 25px;
}

@media (min-width: 768px) {
	.list-terms dt+dd {
		margin-top: 15px;
	}

	.list-terms dd+dt {
		margin-top: 50px;
	}
}

*+.list-terms {
	margin-top: 25px;
}

.list-terms-1 {
	max-width: 350px;
	letter-spacing: 0;
}

.list-terms-1 dt {
	color: #0d0d0d;
}

.list-terms-1 dd {
	display: flex;
	align-items: flex-start;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 1.66667;
	letter-spacing: .1em;
}

.list-terms-1 dd>*+* {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
}

.list-terms-1 dd a {
	line-height: 1.45;
}

.list-terms-1 dd a,
.list-terms-1 dd a:active,
.list-terms-1 dd a:focus {
	color: #151515;
}

.list-terms-1 dd a:hover {
	color: #4b9ef1;
}

.list-terms-1 .icon {
	font-size: 1.33333em;
	color: #4b9ef1;
}

.list-terms-1 .list-terms-1-link-big {
	font-size: 1.33333em;
}

.list-terms-1 dt+dd {
	margin-top: 9px;
}

@media (min-width: 992px) {
	.list-terms-1 dd {
		font-size: 18px;
	}

	.list-terms-1 dd>*+* {
		margin-left: 14px;
	}

	.list-terms-1 dt+dd {
		margin-top: 10px;
	}
}

.list-terms-inline dt,
.list-terms-inline dd {
	display: inline;
}

.list-terms-inline dt {
	margin-right: 5px;
}

.list-terms-inline dd {
	color: #151515;
}

.index-list {
	counter-reset: li;
}

.index-list>li .list-index-counter::before {
	content: counter(li, decimal-leading-zero);
	counter-increment: li;
}

.list-marked {
	padding-left: 25px;
	text-align: left;
}

.list-marked>li {
	text-indent: -25px;
	padding-left: 25px;
}

.list-marked>li::before {
	position: relative;
	display: inline-block;
	left: 25px;
	top: -1px;
	min-width: 25px;
	content: '\f105';
	font: 400 14px/24px 'FontAwesome';
	color: #b7b7b7;
}

.list-marked>li+li {
	margin-top: 9px;
}

*+.list-marked {
	margin-top: 15px;
}

p+.list-marked {
	margin-top: 10px;
}

.list-quadrate a {
	display: block;
	position: relative;
	padding-left: 20px;
}

.list-quadrate a .list-quadrate-count,
.list-quadrate a::before {
	position: absolute;
}

.list-quadrate a::before {
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-59%);
	width: 8px;
	height: 8px;
	background-color: #9a9a9a;
	transition: .3s ease-out all;
}

.list-quadrate a .list-quadrate-count {
	right: 0;
}

.list-quadrate a,
.list-quadrate a:focus,
.list-quadrate a:active {
	color: #9a9a9a;
}

.list-quadrate a:hover {
	color: #4b9ef1;
}

.list-quadrate a:hover::before {
	background-color: #4b9ef1;
}

.list-quadrate>li+li {
	margin-top: 12px;
}

.list-ordered {
	counter-reset: li;
	padding-left: 25px;
	text-align: left;
}

.list-ordered>li {
	position: relative;
	padding-left: 25px;
}

.list-ordered>li::before {
	content: counter(li, decimal) ".";
	counter-increment: li;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 15px;
	color: #ced4da;
}

.list-ordered>li+li {
	margin-top: 10px;
}

*+.list-ordered {
	margin-top: 15px;
}

.list-1 {
	letter-spacing: 0;
}

.list-1>li+li {
	margin-top: 6px;
}

.list-1 .icon {
	position: relative;
	top: 1px;
	margin-right: 18px;
	font-size: 18px;
}

.bg-gray-31 .list-1 {
	color: #ffffff;
}

.bg-gray-31 .list-1 a,
.bg-gray-31 .list-1 a:focus,
.bg-gray-31 .list-1 a:active {
	color: #ffffff;
}

.bg-gray-31 .list-1 a:hover {
	color: #fdde52;
}

.bg-gray-31 .list-1 .icon {
	color: #6d7593;
}

*+.list-1 {
	margin-top: 15px;
}

@media (min-width: 1200px) {
	*+.list-1 {
		margin-top: 32px;
	}
}

.list-2>li {
	padding: 20px 0;
}

.list-2>li+li {
	border-top: 1px solid #e0e0e0;
}

.list-2 *+.link-with-icon {
	margin-top: 14px;
}

.pre-footer-static .list-2 {
	color: #151515;
	letter-spacing: 0;
}

*+.list-2 {
	margin-top: 7px;
}

@media (min-width: 992px) {
	.list-2>li {
		padding: 26px 0;
	}
}

.list-3 {
	display: flex;
	flex-wrap: wrap;
	max-width: 355px;
	text-align: left;
	color: #151515;
	letter-spacing: .02em;
	margin-bottom: -10px;
}

.list-3>li {
	position: relative;
	min-width: 50%;
	margin-bottom: 10px;
	padding-left: 20px;
}

.list-3>li::before {
	position: absolute;
	display: inline-block;
	left: 0;
	top: -1px;
	min-width: 25px;
	content: '\f105';
	font: 400 16px/24px 'FontAwesome';
	color: #b7b7b7;
}

*+.list-3 {
	margin-top: 20px;
}

.list-3+* {
	margin-top: 30px;
}

.list-3+.button {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	*+.list-3 {
		margin-top: 25px;
	}

	.list-3+.button {
		margin-top: 40px;
	}
}

.list-layout {
	margin-right: -3px;
}

.list-layout>li {
	display: inline-block;
	margin-right: 3px;
}

.list-layout a,
.list-layout a:focus,
.list-layout a:active,
.list-layout span,
.list-layout span:focus,
.list-layout span:active {
	color: #9a9a9a;
}

.list-layout a:hover,
.list-layout span:hover {
	color: #4b9ef1;
}

.list-layout a.active,
.list-layout span.active {
	color: #4b9ef1;
}

.list-marked-1 {
	margin-bottom: -8px;
}

.list-marked-1>li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 8px;
}

.list-marked-1>li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 8px;
	height: 8px;
	background: #fdde52;
}

*+.list-marked-1 {
	margin-top: 27px;
}

.list-marked-2>li {
	position: relative;
	letter-spacing: 0;
	color: #151515;
}

.list-marked-2>li::before {
	content: '\f222';
	font-family: 'Material Design Icons';
	display: inline-block;
	margin-right: 4px;
	font-size: 18px;
	color: #4b9ef1;
}

.list-marked-2>li+li {
	margin-top: 8px;
}

*+.list-marked-2 {
	margin-top: 27px;
}

.list-marked-3 {
	font-family: "Poppins", sans-serif;
	line-height: 1.5;
	color: #000000;
}

.list-marked-3>li {
	position: relative;
	padding-left: 27px;
}

.list-marked-3>li::before {
	position: absolute;
	left: 0;
	content: '\e005';
	font-family: 'fl-flat-icons-set-2';
	font-size: 13px;
	color: #4b9ef1;
}

.list-marked-3>li+li {
	margin-top: 14px;
}

@media (min-width: 992px) {
	.list-marked-3 {
		font-size: 16px;
	}

	.list-marked-3>li::before {
		font-size: 15px;
	}
}

.context-dark .list-marked-3,
.bg-accent .list-marked-3 {
	color: #ffffff;
}

.context-dark .list-marked-3>li::before,
.bg-accent .list-marked-3>li::before {
	color: #fdde52;
}

*+.list-marked-3 {
	margin-top: 24px;
}

@media (min-width: 768px) {
	h2+.list-marked-3 {
		margin-top: 30px;
	}
}

.list-inline-bordered {
	margin-left: -20px;
	margin-right: -20px;
}

.list-inline-bordered>li {
	display: inline-block;
	line-height: 1.2;
	vertical-align: middle;
	padding: 0 20px;
}

.list-inline-bordered>li:not(:last-child) {
	border-right: 1px solid #e0e0e0;
}

.list-inline-bordered label {
	cursor: pointer;
}

.list-inline-bordered span {
	color: inherit;
	transition: .2s;
}

.list-inline-bordered input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.list-inline-bordered label:hover span,
.list-inline-bordered input:checked~span {
	color: #4b9ef1;
}

.context-dark .list-inline-bordered>li:not(:last-child),
.bg-accent .list-inline-bordered>li:not(:last-child) {
	border-right-color: rgba(255, 255, 255, 0.5);
}

.context-dark .list-inline-bordered span,
.bg-accent .list-inline-bordered span {
	color: #9bbdf5;
}

.context-dark .list-inline-bordered label:hover span,
.bg-accent .list-inline-bordered label:hover span,
.context-dark .list-inline-bordered input:checked~span,
.bg-accent .list-inline-bordered input:checked~span {
	color: #ffffff;
}

/*
*
* Images
*/
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-responsive {
	width: 100%;
}

.img-round {
	border-radius: 50%;
}

.image-block-1 {
	display: flex;
	width: 100%;
	background-size: cover;
	background-position: center center;
}

.image-block-1::after {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 89.31553%;
}

.image-block-2 {
	display: flex;
	width: 100%;
	background-size: cover;
	background-position: center center;
}

.image-block-2::after {
	content: '';
	display: block;
	width: 100%;
	padding-bottom: 74.60595%;
}

/*
*
* Icons
*/
.icon {
	display: inline-block;
	font-size: 15px;
	line-height: 1;
}

.icon::before {
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-transform: none;
}

.bg-gray-31 a.icon,
.bg-gray-31 a.icon:focus,
.bg-gray-31 a.icon:active {
	color: #6d7593;
}

.bg-gray-31 a.icon:hover {
	color: #fdde52;
}

.icon-secondary {
	color: #fdde52;
}

.bg-gray-31 .icon-secondary {
	color: #fdde52;
}

.icon-circle {
	border-radius: 50%;
}

.icon-circle.icon-rounded {
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
}

a.icon-circle.icon-rounded.fa-facebook,
a.icon-circle.icon-rounded.fa-facebook:focus,
a.icon-circle.icon-rounded.fa-facebook:active {
	color: #ffffff;
	background-color: #547abb;
}

a.icon-circle.icon-rounded.fa-facebook:hover {
	background-color: #4b9ef1;
}

a.icon-circle.icon-rounded.fa-google-plus,
a.icon-circle.icon-rounded.fa-google-plus:focus,
a.icon-circle.icon-rounded.fa-google-plus:active {
	color: #ffffff;
	background-color: #e75854;
}

a.icon-circle.icon-rounded.fa-google-plus:hover {
	background-color: #4b9ef1;
}

a.icon-circle.icon-rounded.fa-twitter,
a.icon-circle.icon-rounded.fa-twitter:focus,
a.icon-circle.icon-rounded.fa-twitter:active {
	color: #ffffff;
	background-color: #44c0f3;
}

a.icon-circle.icon-rounded.fa-twitter:hover {
	background-color: #4b9ef1;
}

a.icon-circle.icon-rounded.fa-pinterest-p,
a.icon-circle.icon-rounded.fa-pinterest-p:focus,
a.icon-circle.icon-rounded.fa-pinterest-p:active {
	color: #ffffff;
	background-color: #e46868;
}

a.icon-circle.icon-rounded.fa-pinterest-p:hover {
	background-color: #4b9ef1;
}

.icon.icon-1 {
	font-size: 25px;
}

.icon.icon-2 {
	font-size: 24px;
}

.icon.icon-3 {
	font-size: 27px;
}

.icon.icon-4 {
	font-size: 13px;
}

.icon.icon-5 {
	font-size: 14px;
}

.icon.icon-6 {
	font-size: 15px;
}

.icon.icon-7 {
	font-size: 18px;
}

/*
*
* Tables custom
*/
.table-custom {
	width: 100%;
	max-width: 100%;
	text-align: left;
	background: #ffffff;
	border-collapse: collapse;
}

.table-custom th,
.table-custom td {
	color: #888a8c;
	background: #ffffff;
}

.table-custom th {
	padding: 13px 24px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase;
	background: #f5f5f5;
	color: #151515;
	font-family: "Poppins", sans-serif;
	white-space: nowrap;
}

@media (max-width: 991.98px) {
	.table-custom th {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.table-custom td {
	padding: 13px 24px;
}

.table-custom tbody tr:first-child td {
	border-top: 0;
}

.table-custom tr td {
	border-bottom: 1px solid #f5f5f5;
}

.table-custom tr td:first-child {
	border-left: 1px solid #f5f5f5;
}

.table-custom tr td:last-child {
	border-right: 1px solid #f5f5f5;
}

.table-custom tfoot td {
	font-weight: 400;
	color: #2f3446;
}

*+.table-custom-responsive {
	margin-top: 30px;
}

@media (min-width: 768px) {
	*+.table-custom-responsive {
		margin-top: 40px;
	}
}

.table-custom.table-custom-primary thead th {
	color: #ffffff;
	background: #4b9ef1;
	border: 0;
}

.table-custom.table-custom-primary tbody tr:hover td {
	background: #f5f5f5;
}

.table-custom.table-custom-primary thead th {
	color: #ffffff;
	background: #4b9ef1;
	border: 0;
}

.table-custom.table-custom-primary tbody tr:hover td {
	background: #f5f5f5;
}

.table-custom.table-custom-bordered td {
	border: 1px solid #f5f5f5;
}

.table-custom.table-custom-bordered tbody>tr:first-of-type>td {
	border-top: 0;
}

.table-custom.table-custom-striped {
	border-bottom: 1px solid #f5f5f5;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {
	background: transparent;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(even) td {
	background: #f5f5f5;
}

.table-custom.table-custom-striped tbody td {
	border: 0;
}

.table-custom.table-custom-striped tfoot td:not(:first-child) {
	border-left: 0;
}

@media (max-width: 991.98px) {
	.table-custom-responsive {
		display: block;
		width: 100%;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	.table-custom-responsive.table-bordered {
		border: 0;
	}
}

/*
*
* Dividers
*/
hr {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #e9ecef;
}

.bg-gray-31 hr {
	border-top-color: rgba(255, 255, 255, 0.12);
}

html .page .divider-secondary {
	background-color: transparent;
}

html .page .divider-secondary::after {
	background: #fdde52;
}

.divider {
	font-size: 0;
	line-height: 0;
}

.divider::after {
	content: '';
	display: inline-block;
	width: 65px;
	height: 2px;
	background-color: #4b9ef1;
}

.divider+* {
	margin-top: 20px;
}

.divider-section {
	width: 100%;
	height: 1px;
	background-color: #e1e1e1;
}

.divider-section.bg-gray-16 {
	background-color: #f5f5f5;
}

.divider-small::after {
	content: '';
	display: inline-block;
	width: 180px;
	height: 1px;
	background-color: #9a9a9a;
}

.context-dark .divider-small::after,
.bg-accent .divider-small::after {
	background: rgba(255, 255, 255, 0.28);
}

*+.divider-small {
	margin-top: 5px;
}

@media (min-width: 576px) {
	*+.divider-small {
		margin-top: 15px;
	}
}

/*
*
* Buttons
*/
.button {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 14px 35px;
	font-size: 14px;
	line-height: 1.25;
	border: 2px solid;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
	transition: 250ms all ease-in-out;
}

.button-block {
	display: block;
	width: 100%;
}

.button-default,
.button-default:focus {
	color: #dee2e6;
	background-color: #495057;
	border-color: #495057;
}

.button-default:hover,
.button-default:active {
	color: #ffffff;
	background-color: #4b9ef1;
	border-color: #4b9ef1;
}

.button-default.button-ujarak::before {
	background: #4b9ef1;
}

.button-primary,
.button-primary:focus {
	color: #ffffff;
	background-color: #4b9ef1;
	border-color: #4b9ef1;
}

.button-primary:hover,
.button-primary:active {
	color: #151515;
	background-color: #fdde52;
	border-color: #fdde52;
}

.button-primary.button-ujarak::before {
	background: #fdde52;
}

.button-secondary,
.button-secondary:focus {
	color: #151515;
	background-color: #fdde52;
	border-color: #fdde52;
}

.button-secondary:hover,
.button-secondary:active {
	color: #ffffff;
	background-color: #4b9ef1;
	border-color: #4b9ef1;
}

.button-secondary.button-ujarak::before {
	background: #4b9ef1;
}

.bg-accent .button-secondary:hover {
	color: #151515;
	background: #ffffff;
	border-color: #ffffff;
}

.button-primary,
.button-primary:focus {
	color: #ffffff;
	background-color: #4b9ef1;
	border-color: #4b9ef1;
}

.button-primary:hover,
.button-primary:active {
	color: #151515;
	background-color: #fdde52;
	border-color: #fdde52;
}

.button-primary.button-ujarak::before {
	background: #fdde52;
}

.button-default-outline,
.button-default-outline:focus {
	color: #151515;
	background-color: transparent;
	border-color: #151515;
}

.button-default-outline:hover,
.button-default-outline:active {
	color: #ffffff;
	background-color: #4b9ef1;
	border-color: #4b9ef1;
}

.button-default-outline.button-ujarak::before {
	background: #4b9ef1;
}

.context-dark .button-default-outline,
.bg-accent .button-default-outline,
.context-dark .button-default-outline:focus,
.bg-accent .button-default-outline:focus {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.context-dark .button-default-outline:hover,
.bg-accent .button-default-outline:hover,
.context-dark .button-default-outline:active,
.bg-accent .button-default-outline:active {
	color: #151515;
	background-color: #fdde52;
	border-color: #fdde52;
}

.context-dark .button-default-outline.button-ujarak::before,
.bg-accent .button-default-outline.button-ujarak::before {
	background: #fdde52;
}

.button-secondary-outline,
.button-secondary-outline:focus {
	color: #151515;
	background-color: #fdde52;
	border-color: #fdde52;
}

.button-secondary-outline:hover,
.button-secondary-outline:active {
	color: #fdde52;
	background-color: transparent;
	border-color: #fdde52;
}

.button-secondary-outline.button-ujarak::before {
	background: transparent;
}

.context-dark .button-secondary-outline,
.bg-accent .button-secondary-outline,
.context-dark .button-secondary-outline:focus,
.bg-accent .button-secondary-outline:focus {
	color: #151515;
	background-color: #fdde52;
	border-color: #fdde52;
}

.context-dark .button-secondary-outline:hover,
.bg-accent .button-secondary-outline:hover,
.context-dark .button-secondary-outline:active,
.bg-accent .button-secondary-outline:active {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.context-dark .button-secondary-outline.button-ujarak::before,
.bg-accent .button-secondary-outline.button-ujarak::before {
	background: transparent;
}

.button-ghost {
	border: 0;
	background-color: transparent;
}

.button-ghost:hover {
	color: #ffffff;
	background: #4b9ef1;
}

.button-facebook,
.button-twitter,
.button-google {
	font-size: 12px;
	letter-spacing: .12em;
}

.button-facebook .icon,
.button-twitter .icon,
.button-google .icon {
	font-size: 18px;
}

.button-facebook,
.button-facebook:focus {
	color: #ffffff;
	background-color: #547abb;
	border-color: #547abb;
}

.button-facebook:hover,
.button-facebook:active {
	color: #ffffff;
	background-color: #466db0;
	border-color: #466db0;
}

.button-facebook.button-ujarak::before {
	background: #466db0;
}

.button-twitter,
.button-twitter:focus {
	color: #ffffff;
	background-color: #44c0f3;
	border-color: #44c0f3;
}

.button-twitter:hover,
.button-twitter:active {
	color: #ffffff;
	background-color: #2cb8f1;
	border-color: #2cb8f1;
}

.button-twitter.button-ujarak::before {
	background: #2cb8f1;
}

.button-google,
.button-google:focus {
	color: #ffffff;
	background-color: #e75854;
	border-color: #e75854;
}

.button-google:hover,
.button-google:active {
	color: #ffffff;
	background-color: #e4423e;
	border-color: #e4423e;
}

.button-google.button-ujarak::before {
	background: #e4423e;
}

.button-shadow,
.button-shadow:focus,
.button-shadow:active {
	box-shadow: 0px 9px 21px 0px rgba(30, 30, 30, 0.15);
}

.button-shadow:hover {
	box-shadow: 0px 9px 21px 0px rgba(30, 30, 30, 0.15);
}

.button-xs {
	padding: 8px 17px;
}

.button-sm {
	padding: 9px 29px;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 600;
	letter-spacing: .12em;
}

.button-lg {
	padding: 16px 65px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
}

.button-xl {
	padding: 16px 50px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
}

@media (min-width: 992px) {
	.button-xl {
		padding: 21px 85px;
		font-size: 18px;
		letter-spacing: 0;
	}
}

.button-circle {
	border-radius: 30px;
}

.button-round-1 {
	border-radius: 9px;
}

.button-square {
	border-radius: 0;
}

.button.button-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
}

.button.button-icon .icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	font-size: 1.55em;
	line-height: 1em;
}

.button.button-icon-left .icon {
	padding-right: 11px;
}

.button.button-icon-right {
	flex-direction: row-reverse;
}

.button.button-icon-right .icon {
	padding-left: 11px;
}

.button.button-icon.button-link .icon {
	top: 5px;
	font-size: 1em;
}

.button.button-icon.button-xs .icon {
	top: .05em;
	font-size: 1.2em;
	padding-right: 8px;
}

.button.button-icon.button-xs .button-icon-right {
	padding-left: 8px;
}

.button-icon.button-icon-only {
	min-width: 50px;
	padding: 8px 10px;
}

.btn-primary {
	border-radius: 3px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase;
	transition: .33s;
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus {
	color: #ffffff;
	background: #4b9ef1;
	border-color: #4b9ef1;
}

.btn-primary:hover {
	color: #ffffff;
	background: #000000;
	border-color: #000000;
}

div.button-group {
	display: flex;
}

div.button-group .button {
	flex-grow: 1;
}

div.button-group .button:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

div.button-group .button:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

div.button-group *+.button {
	margin-top: 0;
}

/*
*
* Form styles
*/
.rd-form {
	position: relative;
	text-align: left;
}

.rd-form .button {
	min-height: 50px;
}

*+.rd-form {
	margin-top: 20px;
}

input:-webkit-autofill~label,
input:-webkit-autofill~.form-validation {
	color: #000000 !important;
}

.form-wrap {
	position: relative;
}

.form-wrap.has-error .form-input {
	border-color: #f5543f;
}

.form-wrap.has-focus .form-input {
	border-color: #4b9ef1;
}

.form-wrap+* {
	margin-top: 20px;
}

.form-input {
	display: block;
	width: 100%;
	min-height: 50px;
	padding: 12px 19px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #151515;
	background-color: #f3f4f9;
	background-image: none;
	border-radius: 0;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
	letter-spacing: 0;
	border: 1px solid #f3f4f9;
}

.form-input:focus {
	outline: 0;
}

.bg-darkblue-2 .form-input {
	color: #ffffff;
	background-color: rgba(243, 244, 249, 0.47);
	border-color: transparent;
}

.bg-gray-31 .form-input {
	color: #ffffff;
	background-color: #454a5f;
	border-color: #454a5f;
}

.bg-gray-12 .form-input {
	background-color: #ffffff;
	border-color: #e1e1e1;
}

.form-borderless .form-input {
	border-color: #f3f4f9;
}

textarea.form-input {
	height: 135px;
	min-height: 50px;
	max-height: 230px;
	resize: vertical;
}

.form-label,
.form-label-outside {
	margin-bottom: 0;
	color: #151515;
	font-weight: 400;
}

.form-label {
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	padding-left: 19px;
	padding-right: 19px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	pointer-events: none;
	text-align: left;
	z-index: 9;
	transition: .25s;
	will-change: transform;
	transform: translateY(-50%);
}

.form-label.focus {
	opacity: 0;
}

.form-label.auto-fill {
	color: #151515;
}

.bg-gray-31 .form-label {
	color: #ffffff;
}

.bg-darkblue-2 .form-label {
	color: #ffffff;
}

.form-label-outside {
	width: 100%;
	margin-bottom: 4px;
}

@media (min-width: 768px) {
	.form-label-outside {
		position: static;
	}

	.form-label-outside,
	.form-label-outside.focus,
	.form-label-outside.auto-fill {
		transform: none;
	}
}

[data-x-mode='true'] .form-label {
	pointer-events: auto;
}

.form-validation {
	position: absolute;
	right: 8px;
	top: 0;
	z-index: 11;
	margin-top: 2px;
	font-size: 9px;
	font-weight: 400;
	line-height: 12px;
	letter-spacing: 0;
	color: #f5543f;
	transition: .3s;
}

.context-dark .form-validation,
.bg-accent .form-validation {
	color: #ffffff;
}

.context-dark .form-wrap.has-error .form-input,
.bg-accent .form-wrap.has-error .form-input {
	border-color: #ffffff;
}

.form-validation-left .form-validation {
	top: 4px;
	left: 14px;
	right: auto;
}

#form-output-global {
	position: fixed;
	bottom: 30px;
	left: 15px;
	z-index: 2000;
	visibility: hidden;
	transform: translate3d(-500px, 0, 0);
	transition: .3s all ease;
	max-width: 290px;
}

#form-output-global.active {
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

@media (min-width: 576px) {
	#form-output-global {
		left: 30px;
	}
}

.form-output {
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 2px;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.form-output.active {
	opacity: 1;
	visibility: visible;
}

.form-output.error {
	color: #f5543f;
}

.form-output.success {
	color: #98bf44;
}

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
	opacity: 0;
}

.radio .radio-custom,
.radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
	position: absolute;
	left: 0;
	width: 14px;
	height: 14px;
	outline: none;
	cursor: pointer;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	pointer-events: none;
	background: #ffffff;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after,
.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
	position: absolute;
	opacity: 0;
	transition: .22s;
}

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
	outline: none;
}

.radio,
.radio-inline,
.checkbox,
.checkbox-inline {
	position: relative;
	color: #151515;
	cursor: pointer;
}

.radio input,
.radio-inline input,
.checkbox input,
.checkbox-inline input {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.context-dark .radio,
.bg-accent .radio,
.context-dark .radio-inline,
.bg-accent .radio-inline,
.context-dark .checkbox,
.bg-accent .checkbox,
.context-dark .checkbox-inline,
.bg-accent .checkbox-inline {
	color: #ffffff;
}

.radio-custom:checked+.radio-custom-dummy:after,
.checkbox-custom:checked+.checkbox-custom-dummy:after {
	opacity: 1;
}

.radio,
.radio-inline {
	padding-left: 28px;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
	top: 1px;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #f3f4f9;
}

.radio .radio-custom-dummy::after,
.radio-inline .radio-custom-dummy::after {
	content: '';
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background: #151515;
	border-radius: inherit;
}

.checkbox,
.checkbox-inline {
	padding-left: 20px;
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	top: 2px;
	left: 0;
	width: 15px;
	height: 15px;
	margin: 0;
	background-color: transparent;
	border: 2px solid #d7d7d7;
}

.checkbox .checkbox-custom-dummy::after,
.checkbox-inline .checkbox-custom-dummy::after {
	content: '\f222';
	font-family: "Material Design Icons";
	position: absolute;
	top: -4px;
	left: -3px;
	font-size: 20px;
	line-height: 18px;
	color: #151515;
}

.context-dark .checkbox .checkbox-custom-dummy,
.bg-accent .checkbox .checkbox-custom-dummy,
.context-dark .checkbox-inline .checkbox-custom-dummy,
.bg-accent .checkbox-inline .checkbox-custom-dummy {
	border-color: #b2ccf7;
}

.context-dark .checkbox .checkbox-custom-dummy::after,
.bg-accent .checkbox .checkbox-custom-dummy::after,
.context-dark .checkbox-inline .checkbox-custom-dummy::after,
.bg-accent .checkbox-inline .checkbox-custom-dummy::after {
	color: #ffffff;
}

.toggle-custom {
	padding-left: 60px;
	-webkit-appearance: none;
}

.toggle-custom:checked~.checkbox-custom-dummy::after {
	background: #4b9ef1;
	transform: translate(20px, -50%);
}

.toggle-custom~.checkbox-custom-dummy {
	position: relative;
	display: inline-block;
	margin-top: -1px;
	width: 44px;
	height: 20px;
	background: #f3f4f9;
	cursor: pointer;
}

.toggle-custom~.checkbox-custom-dummy::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	left: 0;
	top: 50%;
	background: #ced4da;
	transform: translate(4px, -50%);
	opacity: 1;
	transition: .22s;
}

.rd-form-inline {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	text-align: center;
	margin-bottom: -15px;
	margin-left: -30px;
}

.rd-form-inline:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.rd-form-inline>* {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 30px;
}

.rd-form-inline .form-wrap {
	flex: 1 0 50%;
	min-width: 185px;
}

.rd-form-inline .form-wrap-select {
	text-align: left;
}

.rd-form-inline .form-button {
	flex-grow: 1;
	flex-shrink: 0;
	max-width: calc(100% - 10px);
	min-height: 50px;
}

.rd-form-inline .form-button .button {
	min-width: 174px;
	min-height: inherit;
}

@media (min-width: 576px) {
	.rd-form-inline .button {
		display: block;
	}
}

.rd-form-inline.rd-form-inline-centered {
	justify-content: center;
}

.rd-form-inline-1 {
	display: flex;
}

.rd-form-inline-1 .form-wrap {
	flex-grow: 1;
}

.rd-form-inline-1 .form-input,
.rd-form-inline-1 .form-label {
	color: #ffffff;
}

.rd-form-inline-1 .form-input {
	background-color: #6d7593;
	border-color: #6d7593;
}

.rd-form-inline-1 .button {
	padding: 14px 15px;
}

.rd-form-inline-1>* {
	margin-top: 0;
}

.rd-mailform-label {
	letter-spacing: .02em;
}

*+.rd-mailform-label {
	margin-top: 15px;
}

.rd-mailform-label+*,
.rd-mailform-label+.rd-form {
	margin-top: 15px;
}

@media (min-width: 1200px) {
	*+.rd-mailform-label {
		margin-top: 25px;
	}
}

.bg-gray-31 .rd-mailform-label {
	color: #6d7593;
}

.form-sm .form-input,
.form-sm .button {
	padding-top: 9px;
	padding-bottom: 9px;
	min-height: 40px;
}

.form-sm .form-validation {
	top: -16px;
}

.form-sm .form-label {
	top: 20px;
}

.form-sm *+.button {
	margin-top: 10px;
}

.form-lg .form-input,
.form-lg .form-label,
.form-lg .select2-container .select2-choice {
	font-size: 16px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
	font-size: 16px;
	padding-top: 17px;
	padding-bottom: 17px;
}

.form-lg .form-input,
.form-lg .select2-container .select2-choice {
	min-height: 58px;
}

.form-lg .form-button {
	min-height: 60px;
}

.form-lg .form-label {
	top: 30px;
}

.rd-form-centered .form-label,
.rd-form-centered .form-input {
	text-align: center;
}

.rd-form-centered .form-label {
	left: 50%;
	transform: translate(-50%, -50%);
}

.rd-mailform *+.button {
	margin-top: 20px;
}

.form-wrap-group .select-filter {
	overflow: hidden;
}

.form-wrap-group+* {
	margin-top: 15px;
}

@media (min-width: 768px) {
	.form-wrap-group {
		position: relative;
		display: flex;
		max-width: 100%;
		width: 100%;
		justify-content: space-between;
	}

	.form-wrap-group::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 17px;
		height: 1px;
		background-color: #e1e1e1;
	}

	.form-wrap-group .form-wrap {
		margin-top: 0;
		flex-grow: 1;
		width: 50%;
	}

	.form-wrap-group .form-wrap:nth-child(1) {
		margin-right: 15px;
	}

	.form-wrap-group .form-wrap:nth-child(2) {
		margin-left: 15px;
	}
}

.form-wrap-group-1 {
	margin-right: -13px;
	margin-bottom: -15px;
}

.form-wrap-group-1 .form-wrap {
	display: inline-block;
	min-width: 189px;
	margin-top: 0;
	margin-right: 13px;
	margin-bottom: 15px;
}

.form-wrap-group-1 .form-input {
	text-align: left;
}

.form-wrap-group-2 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -20px;
	margin-left: -20px;
}

.form-wrap-group-2:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.form-wrap-group-2>* {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

.form-wrap-group-2 .form-wrap {
	min-width: 175px;
	flex-grow: 1;
}

.form-wrap-group-2 .form-wrap-toggle {
	flex-shrink: 0;
}

*+.form-wrap-group-2 {
	margin-top: 30px;
}

.form-wrap-list span {
	font-family: "Poppins", sans-serif;
	color: #4b9ef1;
}

.form-wrap-list li+li {
	margin-top: 8px;
}

.form-select .form-label,
.form-select .form-input {
	letter-spacing: 0;
}

.form-select .form-input {
	border-color: #e1e1e1;
}

*+.form-select {
	margin-top: 22px;
}

.form-select>*+* {
	margin-top: 15px;
}

.form-select>*+.form-wrap-list {
	margin-top: 25px;
}

.form-select>.form-wrap-list+* {
	margin-top: 30px;
}

.form-property {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -15px;
	margin-left: -10px;
	margin-right: -10px;
}

.form-property button,
.form-property .form-input {
	min-width: 160px;
}

.form-property .form-button {
	order: 1;
}

.form-property>* {
	flex-basis: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0;
	margin-bottom: 15px;
}

.form-property .form-validation {
	padding-right: 10px;
}

@media (min-width: 768px) {
	.form-property>* {
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media (min-width: 992px) {
	.form-property>* {
		flex-basis: 25%;
		max-width: 25%;
	}
}

@media (min-width: 1200px) {
	.form-property {
		margin-bottom: -28px;
	}

	.form-property>* {
		flex-basis: 20%;
		max-width: 20%;
		margin-bottom: 28px;
	}

	.form-property>*:nth-child(1),
	.form-property>*:nth-child(2) {
		flex-basis: 30%;
		max-width: 30%;
	}
}

.form-1 .form-input,
.form-1 .button {
	padding-top: 8px;
	padding-bottom: 8px;
	min-height: 40px;
}

.form-1 .form-validation {
	top: -1px;
}

.form-1 .form-label {
	top: 20px;
}

.form-1 .form-wrap+* {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.form-1 .form-wrap+* {
		margin-top: 18px;
	}
}

.ie-10 .form-1 .form-input,
.ie-10 .form-1 .button,
.ie-11 .form-1 .form-input,
.ie-11 .form-1 .button {
	padding-top: 7px;
	padding-bottom: 9px;
}

/*
*
* Posts
*/
.post-minimal {
	z-index: 1;
	position: relative;
	display: inline-flex;
	align-items: center;
	transition: .3s ease-out background;
}

.post-minimal::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: -8px;
	bottom: -8px;
	left: -8px;
	right: -8px;
	pointer-events: none;
	background: inherit;
	transition: .3s ease-out all;
}

.post-minimal-image {
	min-width: 80px;
	max-width: 80px;
	width: 100%;
}

.post-minimal-body {
	margin-left: 20px;
}

.post-minimal-title,
.post-minimal-text {
	transition: .3s ease-out color;
}

.post-minimal-title {
	letter-spacing: .075em;
	line-height: 1.2;
}

*+.post-minimal-text {
	margin-top: 5px;
}

*+.post-minimal {
	margin-top: 15px;
}

.post-minimal+.post-minimal {
	margin-top: 20px;
}

@media (min-width: 1200px) {
	*+.post-minimal {
		margin-top: 35px;
	}

	.post-minimal+.post-minimal {
		margin-top: 23px;
	}
}

.bg-gray-31 .post-minimal .post-minimal-title {
	color: #ffffff;
}

.bg-gray-31 .post-minimal .post-minimal-text {
	color: #4b9ef1;
}

.bg-gray-31 .post-minimal:hover::before {
	background: rgba(243, 244, 249, 0.04);
}

.bg-gray-31 .post-minimal:hover .post-minimal-title {
	color: #fdde52;
}

.bg-gray-31 .post-minimal:hover .post-minimal-text {
	color: #4b9ef1;
}

.post-minimal-1 {
	display: flex;
	letter-spacing: 0;
	box-shadow: 0px 0px 7px 6px rgba(0, 0, 0, 0);
	transform: translateY(0px);
	transition: 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28) all;
	will-change: transfrom;
}

.post-minimal-1-left {
	position: relative;
	width: 35%;
	overflow: hidden;
}

.post-minimal-1-left img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	object-fit: cover;
	object-position: center center;
	height: 100%;
	width: 100%;
	transition: .3s ease-out all;
}

.post-minimal-1-body {
	flex-grow: 1;
	padding: 28px 11px;
	background-color: #f3f4f9;
}

.post-minimal-1-title {
	color: #0d0d0d;
}

.post-minimal-1-text {
	color: #4b9ef1;
}

*+.post-minimal-1-text {
	margin-top: 1px;
}

h3+.post-minimal-1 {
	margin-top: 25px;
}

*+.post-minimal-1 {
	margin-top: 19px;
}

@media (min-width: 576px) {
	.post-minimal-1-body {
		padding: 28px 20px;
	}
}

.post-minimal-1:hover {
	transform: translateY(-5px);
}

.post-minimal-1:hover img {
	opacity: .6;
}

.post-default {
	letter-spacing: 0;
}

.post-default-image {
	display: block;
	z-index: 1;
	position: relative;
	overflow: hidden;
}

.post-default-image img {
	transition: .3s ease-out all;
}

.post-default-body {
	padding: 30px 25px 32px;
	background-color: #ffffff;
	transition: .3s ease-out all;
}

.post-default-divider {
	width: 100%;
	height: 30px;
}

.post-default-divider::before {
	content: '';
	display: inline-block;
	width: 48px;
	border-top: 3px solid #4b9ef1;
	transition: .3s ease-out all;
}

.post-default-time {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .1em;
	color: #0d0d0d;
	text-transform: uppercase;
	transition: .3s ease-out all;
}

.post-default-time a,
.post-default-time a:focus,
.post-default-time a:active {
	color: #0d0d0d;
}

.post-default-time .icon {
	position: relative;
	top: 1px;
	margin-right: 7px;
	font-size: 16px;
	color: #4b9ef1;
	transition: .3s ease-out all;
}

*+.post-default-divider {
	margin-top: 6px;
}

.post-default-divider+* {
	margin-top: 6px;
}

*+.post-default-time {
	margin-top: 15px;
}

.post-default:hover {
	color: #b2ccf7;
}

.post-default:hover .post-default-image img {
	transform: scale(1.11);
}

.post-default:hover .post-default-body {
	background-color: #4b9ef1;
}

.post-default:hover .post-default-title {
	color: #ffffff;
}

.post-default:hover .post-default-title>* {
	color: inherit;
}

.post-default:hover .post-default-title a,
.post-default:hover .post-default-title a:focus,
.post-default:hover .post-default-title a:active {
	color: #ffffff;
}

.post-default:hover .post-default-title a:hover {
	color: #fdde52;
}

.post-default:hover .post-default-divider::before {
	border-color: #fdde52;
}

.post-default:hover .post-default-time {
	color: #ffffff;
}

.post-default:hover .post-default-time .icon {
	color: #ffffff;
}

.post-default:hover .post-default-time a,
.post-default:hover .post-default-time a:focus,
.post-default:hover .post-default-time a:active {
	color: #ffffff;
}

.post-default:hover .post-default-time a:hover {
	color: #fdde52;
}

@media (min-width: 992px) {
	.post-default-body {
		padding: 40px 40px 55px;
	}

	*+.post-default-divider {
		margin-top: 10px;
	}

	.post-default-divider+* {
		margin-top: 10px;
	}

	*+.post-default-time {
		margin-top: 18px;
	}
}

.post-modern {
	display: block;
	text-align: left;
	padding: 30px 34px;
	background-color: #ffffff;
	box-shadow: 0.518px 1.932px 5px 0px rgba(68, 73, 83, 0.12);
}

.post-modern-title {
	letter-spacing: -.025em;
}

.post-modern-title * {
	letter-spacing: inherit;
}

.post-modern-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: -25px;
	margin-bottom: -5px;
	font-size: 14px;
	letter-spacing: .05em;
	color: rgba(0, 0, 0, 0.5);
}

.post-modern-list>li {
	margin-right: 25px;
	margin-bottom: 5px;
	display: inline-block;
}

.post-modern-list .icon {
	margin-right: 3px;
	vertical-align: middle;
	font-size: 19px;
	color: #4b9ef1;
}

*+.post-modern-list {
	margin-top: 12px;
}

.post-modern:hover {
	transform: translateY(-5px);
}

@media (min-width: 1200px) {
	.post-modern {
		padding: 40px 54px;
	}
}

.blog-post-solo h4 {
	font-weight: 600;
}

.blog-post-solo-footer {
	display: flex;
	flex-direction: column;
	padding: 20px 10px;
	letter-spacing: 0;
	background-color: #f3f4f9;
}

.blog-post-solo-footer-left {
	margin-bottom: 10px;
}

.blog-post-solo-footer-list {
	position: relative;
	top: 3px;
	margin-left: -20px;
	margin-bottom: -5px;
}

.blog-post-solo-footer-list>li {
	display: inline-block;
	margin-bottom: 5px;
	margin-left: 20px;
}

.blog-post-solo-footer-list .icon {
	color: #4b9ef1;
}

.blog-post-solo-footer-list .icon+a {
	margin-left: 5px;
}

.blog-post-solo-footer-list a {
	display: inline-block;
}

.blog-post-solo-footer-list a,
.blog-post-solo-footer-list a:focus,
.blog-post-solo-footer-list a:active {
	color: #151515;
}

.blog-post-solo-footer-list a:hover {
	color: #4b9ef1;
}

.blog-post-solo-footer-list-1 {
	margin-bottom: -5px;
}

.blog-post-solo-footer-list-1>li {
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
}

.blog-post-solo-footer-list-1>li:first-child {
	margin-right: 9px;
}

.blog-post-solo *+h4 {
	margin-top: 20px;
}

*+.blog-post-solo-footer {
	margin-top: 20px;
}

*+.blog-post-solo-part {
	margin-top: 20px;
}

.blog-post-solo-footer+* {
	margin-top: 20px;
}

.blog-post-solo-part+* {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.blog-post-solo-footer {
		padding: 20px 25px;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.blog-post-solo-footer-left {
		margin-bottom: 0;
	}

	.blog-post-solo-footer-list-1>li:first-child {
		margin-right: 15px;
	}
}

@media (min-width: 992px) {
	.blog-post-solo *+h4 {
		margin-top: 40px;
	}

	*+.blog-post-solo-footer {
		margin-top: 40px;
	}

	*+.blog-post-solo-part {
		margin-top: 40px;
	}

	.blog-post-solo-footer+* {
		margin-top: 40px;
	}

	.blog-post-solo-part+* {
		margin-top: 40px;
	}
}

@media (min-width: 1200px) {
	.blog-post-solo-part-aside {
		margin-right: -33px;
	}

	.blog-post-solo-part-main {
		margin-left: 34px;
	}
}

.bg-gray-12 .blog-post-solo-footer {
	background: #e7e9f0;
}

.post-simple {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.post-simple-body {
	padding: 25px 30px 25px 20px;
	background-color: #f3f4f9;
}

.post-simple-title>h4,
.post-simple-title>* {
	font-weight: 400;
}

.post-simple-time .icon {
	position: relative;
	top: 1px;
	font-size: 16px;
	color: #4b9ef1;
}

.post-simple-time .time {
	display: inline-block;
	vertical-align: middle;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.post-simple-time .time,
.post-simple-time .time:focus,
.post-simple-time .time:active {
	color: #9b9b9b;
}

.post-simple-time .time:hover {
	color: #4b9ef1;
}

.post-simple-time *+.time {
	margin-left: 8px;
}

*+.post-simple-time {
	margin-top: 12px;
}

@media (min-width: 768px) {
	.post-simple-body {
		padding: 35px 35px 41px 41px;
	}

	*+.post-simple-time {
		margin-top: 20px;
	}
}

.post-simple-group-title {
	text-align: center;
}

.post-simple-group-title>* {
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.post-simple-group-divider {
	display: block;
	width: 100%;
	line-height: 0;
	border-top: 1px solid #e1e1e1;
}

*+.post-simple-group {
	margin-top: 50px;
}

*+.post-simple-group-divider {
	margin-top: 20px;
}

.post-simple-group-divider+* {
	margin-top: 30px;
}

@media (min-width: 992px) {
	*+.post-simple-group {
		margin-top: 55px;
	}

	.post-simple-group-divider+*,
	.post-simple-group-divider+.row {
		margin-top: 50px;
	}
}

.post-comment {
	text-align: center;
}

.post-comment-left {
	min-width: 65px;
}

.post-comment-main {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 40px;
}

.post-comment-main .post-comment {
	padding-left: 30px;
}

.post-comment-main .post-comment .post-comment-main {
	border: none;
	padding-bottom: 0;
}

.post-comment:last-child .post-comment-main {
	border: none;
}

.post-comment-title {
	display: flex;
	justify-content: space-between;
}

.post-comment-title>* {
	font-weight: 500;
	letter-spacing: .05em;
}

.post-comment-title-time {
	position: relative;
	top: -4px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	color: #151515;
}

.post-comment-list {
	margin-left: -25px;
}

.post-comment-list>li {
	display: inline-block;
	margin-left: 25px;
}

.post-comment-list a .icon,
.post-comment-list a:focus .icon,
.post-comment-list a:active .icon {
	color: #9fa3a7;
}

.post-comment-list a:hover .icon {
	color: #4b9ef1;
}

.post-comment-list .icon {
	margin-right: 8px;
	font-size: 16px;
}

.post-comment-list span {
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #151515;
}

.post-comment .form-input,
.post-comment .form-label {
	top: 0;
	padding: 24px 32px;
	color: #9b9b9b;
	letter-spacing: 0.05em;
	font-weight: 400;
	transform: translate(0px, 0px);
}

.post-comment .form-input {
	background-color: transparent;
	border-color: #ebebeb;
}

.post-comment button.button {
	font-family: "Poppins", sans-serif;
	letter-spacing: 0.12em;
	font-weight: 600;
	font-size: 12px;
	text-align: center;
	min-width: 186px;
}

.post-comment+.post-comment {
	margin-top: 40px;
}

.post-comment *+button.button {
	margin-top: 30px;
}

*+.post-comment {
	margin-top: 30px;
}

*+.post-comment-main {
	margin-top: 15px;
}

*+.post-comment-text {
	margin-top: 10px;
}

*+.post-comment-list {
	margin-top: 10px;
}

@media (min-width: 576px) {
	.post-comment {
		display: flex;
		text-align: left;
	}

	.post-comment .post-comment {
		width: 100%;
	}

	.post-comment-left {
		margin-right: 30px;
	}

	.post-comment-main {
		width: 100%;
		margin-top: 0;
		flex-grow: 1;
	}

	.post-comment-main .post-comment-left {
		margin-right: 15px;
	}

	*+.post-comment-list {
		margin-top: 25px;
	}
}

.post-comment-group-title {
	text-align: center;
}

.post-comment-group-title>* {
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.post-comment-group-divider {
	display: block;
	width: 100%;
	line-height: 0;
	border-top: 1px solid #e1e1e1;
}

*+.post-comment-group {
	margin-top: 50px;
}

*+.post-comment-group-divider {
	margin-top: 20px;
}

.post-comment-group-divider+* {
	margin-top: 30px;
}

@media (min-width: 992px) {
	*+.post-comment-group {
		margin-top: 55px;
	}

	.post-comment-group-divider+* {
		margin-top: 50px;
	}
}

.post-light {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.post-light-media {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	padding-bottom: 54.3058%;
}

.post-light-image-outer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center center;
	background-size: cover;
}

.post-light-caption {
	position: relative;
	z-index: 1;
	background: #ffffff;
	display: block;
	width: calc(100% - 20px);
	max-width: 430px;
	padding: 20px;
	margin-top: -15px;
}

.post-light-caption::before {
	content: '';
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	border: 1px solid #ebebeb;
}

.post-light-time {
	font: 500 12px/18px "Poppins", sans-serif;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #9b9b9b;
}

.post-light-divider {
	font-size: 0;
	line-height: 0;
}

.post-light-divider::after {
	content: '';
	display: inline-block;
	width: 48px;
	height: 2px;
	background: #4b9ef1;
}

.post-light-title {
	max-width: 290px;
	margin-left: auto;
	margin-right: auto;
}

*+.post-light-divider {
	margin-top: 10px;
}

*+.post-light-title {
	margin-top: 10px;
}

@media (max-width: 575.98px) {
	.post-light {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.post-light-title {
		font-size: 13px;
	}
}

@media (min-width: 576px) {
	.post-light-caption {
		margin-top: -50px;
		padding: 30px;
	}
}

@media (min-width: 992px) {
	.post-light-caption {
		margin-top: -75px;
	}

	html:not(.tablet):not(.mobile) .post-light-image-outer {
		transition: .44s;
	}

	html:not(.tablet):not(.mobile) .post-light-time,
	html:not(.tablet):not(.mobile) .post-light-caption,
	html:not(.tablet):not(.mobile) .post-light-title,
	html:not(.tablet):not(.mobile) .post-light-divider::after {
		transition: .33s;
	}

	html:not(.tablet):not(.mobile) .post-light:hover .post-light-image-outer {
		transform: scale(1.1, 1.1);
	}

	html:not(.tablet):not(.mobile) .post-light:hover .post-light-time,
	html:not(.tablet):not(.mobile) .post-light:hover .post-light-title {
		color: #ffffff;
	}

	html:not(.tablet):not(.mobile) .post-light:hover .post-light-caption {
		color: #ffffff;
		background: #4b9ef1;
	}

	html:not(.tablet):not(.mobile) .post-light:hover .post-light-divider::after {
		background: #ffffff;
	}
}

.post-corporate {
	background: #ffffff;
	text-align: left;
}

.post-corporate-image-outer {
	position: relative;
	display: block;
	padding-bottom: 54.21053%;
}

.post-corporate-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center center;
	background-size: cover;
}

.post-corporate-main {
	align-self: center;
	padding: 20px;
}

.post-corporate-time {
	font: 600 12px/18px "Poppins", sans-serif;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.post-corporate-divider {
	font-size: 0;
	line-height: 0;
}

.post-corporate-divider::after {
	content: '';
	display: inline-block;
	width: 48px;
	height: 2px;
	background: #4b9ef1;
}

.post-corporate-link {
	display: inline-block;
}

*+.post-corporate-divider {
	margin-top: 10px;
}

*+.post-corporate-title {
	margin-top: 10px;
}

*+.post-corporate-link {
	margin-top: 15px;
}

@media (max-width: 575.98px) {
	.post-corporate {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 576px) {
	.post-corporate {
		display: flex;
	}

	.post-corporate-image-outer {
		flex-grow: 1;
	}

	.post-corporate-main {
		flex-shrink: 0;
		max-width: 250px;
	}

	*+.post-corporate-divider {
		margin-top: 15px;
	}

	*+.post-corporate-title {
		margin-top: 15px;
	}
}

@media (min-width: 768px) {
	.post-corporate {
		max-width: 570px;
		margin-left: auto;
		margin-right: auto;
	}

	.post-corporate-main {
		max-width: 305px;
		padding: 30px;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.post-corporate-main {
		max-width: 250px;
		padding: 20px;
	}
}

@media (min-width: 1200px) {
	.post-corporate-main {
		max-width: 305px;
	}
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .post-corporate:hover .post-corporate-image {
		transform: scale(1.1, 1.1);
	}

	html:not(.tablet):not(.mobile) .post-corporate:hover .post-corporate-divider::after {
		width: 75px;
	}

	html:not(.tablet):not(.mobile) .post-corporate-image-outer {
		overflow: hidden;
	}

	html:not(.tablet):not(.mobile) .post-corporate-image {
		transition: .33s;
	}

	html:not(.tablet):not(.mobile) .post-corporate-divider::after {
		transition: .22s;
	}
}

/*
*
* Quotes
*/
.quote-creative {
	padding: 32px 30px 34px 40px;
	-webkit-clip-path: polygon(50% 0%, calc(100% - 30px) 0, 100% 0, 100% 100%, 0 100%, 0 30px, 30px 0);
	clip-path: polygon(50% 0%, calc(100% - 30px) 0, 100% 0, 100% 100%, 0 100%, 0 30px, 30px 0);
	color: #ffffff;
	background-color: #458bd2;
	transition: .3s ease-out all;
}

*+.quote-creative-body {
	margin-top: 12px;
}

.quote-creative-cite {
	color: #ffffff;
	letter-spacing: .02em;
}

*+.quote-creative-cite {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.quote-creative {
		display: flex;
	}

	.quote-creative-left {
		flex-shrink: 0;
	}

	*+.quote-creative-body {
		margin-top: 0;
		margin-left: 23px;
	}
}

*+.quote-creative {
	margin-top: 30px;
}

.quote-minimal {
	display: flex;
}

.quote-minimal-img {
	position: relative;
	top: 7px;
	min-width: 35px;
}

.quote-minimal-text {
	margin-left: 15px;
}

.quote-minimal-text>* {
	font-weight: 300;
	line-height: 1.5;
	color: #000000;
}

.quote-minimal+* {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.quote-minimal-img {
		top: 13px;
		min-width: 55px;
	}

	.quote-minimal-text {
		position: relative;
		margin-left: 26px;
		padding-left: 41px;
		padding-right: 30px;
	}

	.quote-minimal-text::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		border-left: 1px solid #ddd;
	}
}

@media (min-width: 992px) {
	.quote-minimal+* {
		margin-top: 30px;
	}
}

.quote-light {
	position: relative;
	padding: 25px 20px;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: 0 3px 15px 1px rgba(0, 0, 0, 0.11);
	text-align: left;
}

.quote-light-mark {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 32px;
	height: 27px;
	fill: rgba(212, 213, 219, 0.3);
	pointer-events: none;
}

.quote-light-header {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
}

.quote-light-header>*+* {
	margin-left: 20px;
}

.quote-light-avatar {
	flex-shrink: 0;
	max-width: 57px;
	border-radius: 50%;
}

.quote-light-cite {
	font-weight: 500;
	letter-spacing: .05em;
}

.quote-light-position {
	line-height: 1.2;
	color: #4b9ef1;
}

.quote-light-main {
	color: #0d0d0d;
}

*+.quote-light-position {
	margin-top: 5px;
}

*+.quote-light-main {
	margin-top: 15px;
}

@media (max-width: 767.98px) {
	.quote-light {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 576px) {
	.quote-light {
		padding: 35px 30px 40px;
	}

	.quote-light-mark {
		top: 30px;
		right: 22px;
	}
}

@media (min-width: 1200px) {
	.quote-light {
		padding: 40px 30px 50px 35px;
	}

	*+.quote-light-main {
		margin-top: 25px;
	}
}

.quote-modern {
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
}

.quote-modern-inner {
	position: relative;
	background: #ffffff;
	padding: 25px 20px;
	margin-top: 21px;
}

.quote-modern-inner::before {
	content: '';
	position: absolute;
	left: 0;
	top: -21px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21px 0 0 36px;
	border-color: transparent transparent transparent #ffffff;
}

.quote-modern-time {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.quote-modern-main {
	color: #0d0d0d;
}

.quote-modern-meta-outer {
	display: flex;
	align-items: center;
}

.quote-modern-meta-outer>*+* {
	margin-left: 20px;
}

.quote-modern-avatar {
	flex-shrink: 0;
	max-width: 57px;
	border-radius: 50%;
}

.quote-modern-cite {
	font-weight: 500;
	letter-spacing: .05em;
}

.quote-modern-position {
	line-height: 1.2;
	color: #4b9ef1;
}

*+.quote-modern-main {
	margin-top: 10px;
}

*+.quote-modern-meta-outer {
	margin-top: 20px;
}

*+.quote-modern-position {
	margin-top: 5px;
}

@media (min-width: 768px) {
	.quote-modern-inner {
		padding: 35px 30px 40px;
		margin-top: 0;
		margin-left: 21px;
	}

	.quote-modern-inner::before {
		top: 0;
		left: -21px;
		border-width: 0 21px 36px 0;
		border-color: transparent #ffffff transparent transparent;
	}
}

@media (min-width: 1200px) {
	.quote-modern-inner {
		padding: 40px 45px 50px;
	}
}

.quote-corporate {
	text-align: center;
}

.quote-corporate-mark {
	margin-left: auto;
	margin-right: auto;
}

.quote-corporate-text {
	line-height: 1.875;
}

.quote-corporate-cite {
	display: block;
	font: 600 12px/18px "Poppins", sans-serif;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #fdde52;
}

.quote-corporate-image {
	border-radius: 50%;
}

*+.quote-corporate-text {
	margin-top: 15px;
}

*+.quote-corporate-cite {
	margin-top: 15px;
}

@media (min-width: 768px) {
	*+.quote-corporate-cite {
		margin-top: 22px;
	}
}

/*
*
* Thumbnails
*/
.figure-light figcaption {
	padding-top: 10px;
	color: #ced4da;
}

.thumbnail-indigo {
	position: relative;
	overflow: hidden;
	display: block;
	background: #495057;
	box-shadow: -1px 1px 21px 0px rgba(0, 0, 0, 0.08);
	background-position: center top;
	background-size: cover;
}

.thumbnail-indigo::before {
	content: '';
	display: block;
	opacity: 0;
	visibility: hidden;
	padding-bottom: 125%;
}

.thumbnail-indigo-sm::before {
	padding-bottom: 75%;
}

.thumbnail-indigo-sm+.thumbnail-indigo-sm {
	margin-top: 7.4%;
}

.thumbnail-indigo-caption {
	position: absolute;
	top: auto;
	right: 0;
	bottom: -1px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(255, 255, 255, 0.95);
}

@media (max-width: 575.98px) {
	.thumbnail-indigo {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .thumbnail-indigo-caption {
		top: 0;
		background: rgba(255, 255, 255, 0.9);
	}

	html:not(.tablet):not(.mobile) .thumbnail-indigo-caption,
	html:not(.tablet):not(.mobile) .thumbnail-indigo-caption>* {
		opacity: 0;
		visibility: hidden;
		will-change: opacity;
	}

	html:not(.tablet):not(.mobile) .thumbnail-indigo-caption {
		transition: .22s;
	}

	html:not(.tablet):not(.mobile) .thumbnail-indigo-caption>* {
		transition: .22s .01s all ease-in;
	}

	html:not(.tablet):not(.mobile) .thumbnail-indigo:hover .thumbnail-indigo-caption,
	html:not(.tablet):not(.mobile) .thumbnail-indigo:hover .thumbnail-indigo-caption>* {
		opacity: 1;
		visibility: visible;
	}
}

/*
*
* Breadcrumbs
*/
.breadcrumbs-custom {
	position: relative;
	z-index: 1;
	padding: 35px 0 40px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.breadcrumbs-custom::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .41;
	/* background-color: #2e549a; */
	pointer-events: none;
}

.breadcrumbs-custom[data-opacity='37']::before {
	opacity: .37;
}

.breadcrumbs-custom[data-opacity='45']::before {
	opacity: .45;
}

.breadcrumbs-custom[data-opacity='48']::before {
	opacity: .48;
}

.breadcrumbs-bg-1::before {
	background: #275d94;
}

.breadcrumbs-custom-path {
	margin-left: -22px;
	margin-right: -22px;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0;
	text-align: center;
}

.breadcrumbs-custom-path>* {
	padding-left: 22px;
	padding-right: 22px;
}

.breadcrumbs-custom-path a {
	display: inline;
	vertical-align: middle;
}

.breadcrumbs-custom-path a,
.breadcrumbs-custom-path a:active,
.breadcrumbs-custom-path a:focus {
	color: #4b9ef1;
}

.breadcrumbs-custom-path li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.7;
}

.breadcrumbs-custom-path li::after {
	content: '';
	font-family: 'FontAwesome';
	position: absolute;
	top: 52%;
	right: -5px;
	display: inline-block;
	width: 1px;
	height: 16px;
	font-size: inherit;
	font-style: normal;
	color: #d7d7d7;
	background-color: #d7d7d7;
	transform: translate3d(0, -50%, 0);
}

.breadcrumbs-custom-path li:last-child::after {
	display: none;
}

.breadcrumbs-custom-path a:hover,
.breadcrumbs-custom-path li.active {
	color: #9a9a9a;
}

.breadcrumbs-custom-path li.active {
	top: 2px;
}

@media (min-width: 576px) {
	.breadcrumbs-custom-path li {
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	.breadcrumbs-custom-path {
		text-align: left;
	}

	.breadcrumbs-custom-path li {
		font-size: 16px;
	}
}

*+.breadcrumbs-custom-path {
	margin-top: 14px;
}

.breadcrumbs-custom-title br {
	display: none;
}

@media (max-width: 991.98px) {
	.breadcrumbs-custom-title {
		font-size: 26px;
	}

	.breadcrumbs-custom-title br {
		display: block;
	}
}

@media (min-width: 576px) {
	.breadcrumbs-custom {
		margin-left: -30px;
		margin-right: -30px;
	}

	.breadcrumbs-custom>* {
		padding-left: 30px;
		padding-right: 30px;
	}

	*+.breadcrumbs-custom-path {
		margin-top: 18px;
	}
}

@media (min-width: 768px) {
	.breadcrumbs-custom {
		padding: 70px 0 80px;
	}

	.breadcrumbs-custom-path li {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.breadcrumbs-custom {
		padding: 80px 0 100px;
	}
}

@media (min-width: 1600px) {
	.breadcrumbs-custom {
		padding: 120px 0;
	}
}

/*
*
* Pagination custom
*/
.pagination {
	font-size: 0;
	line-height: 0;
	margin-bottom: -10px;
	margin-left: -10px;
}

.pagination:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.pagination>* {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

.page-item {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
}

.page-link {
	display: inline-block;
	min-width: 48px;
	padding: 10px 10px;
	border: 2px solid #e9ecef;
	font-size: 14px;
	line-height: 1.71429;
	background-color: #ffffff;
	color: #adb5bd;
	transition: all 0.3s ease-in-out;
}

.page-link:hover,
.page-link:focus,
.page-link:active {
	color: #ffffff;
	background-color: #4b9ef1;
	border-color: #4b9ef1;
}

.page-item.active>.page-link,
.page-item.active>.page-link:hover,
.page-item.active>.page-link:focus,
.page-item.active>.page-link:active {
	color: #ffffff;
	background-color: #4b9ef1;
	border-color: #4b9ef1;
}

.page-item.disabled>.page-link,
.page-item.disabled>.page-link:hover,
.page-item.disabled>.page-link:focus,
.page-item.disabled>.page-link:active {
	color: #ced4da;
	background-color: #e9ecef;
	border-color: #e9ecef;
}

.page-item-control .icon::before {
	font-family: 'FontAwesome';
	font-size: 11px;
	line-height: 24px;
}

.page-item-control:first-child .icon::before {
	content: '\f053';
	margin-left: -1px;
}

.page-item-control:last-child .icon::before {
	content: '\f054';
	margin-right: -1px;
}

.pagination-custom {
	text-align: center;
	margin-right: -5px;
}

.pagination-custom>li {
	display: inline-block;
	margin-right: 5px;
}

.pagination-custom a {
	display: block;
	width: 37px;
	height: 37px;
	border: 2px solid;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	line-height: 34px;
	text-align: center;
}

.pagination-custom a,
.pagination-custom a:focus,
.pagination-custom a:active {
	color: #0d0d0d;
	border-color: #ccc;
	background-color: transparent;
}

.pagination-custom a:hover {
	color: #ffffff;
	border-color: #4b9ef1;
	background: #4b9ef1;
}

.pagination-custom a.active {
	cursor: auto;
	pointer-events: none;
}

.pagination-custom a.active,
.pagination-custom a.active:focus,
.pagination-custom a.active:active,
.pagination-custom a.active:hover {
	color: #ffffff;
	border-color: #4b9ef1;
	background: #4b9ef1;
}

/*
*
* Snackbars
*/
.snackbars {
	padding: 9px 16px;
	margin-left: auto;
	margin-right: auto;
	color: #151515;
	text-align: left;
	background-color: #fdde52;
	border-radius: 0;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	font-size: 14px;
}

.snackbars .icon-xxs {
	font-size: 18px;
}

.snackbars p span:last-child {
	padding-left: 14px;
}

.snackbars-left {
	display: inline-block;
	margin-bottom: 0;
}

.snackbars-right {
	display: inline-block;
	float: right;
	text-transform: uppercase;
}

.snackbars-right:hover {
	text-decoration: underline;
}

@media (min-width: 576px) {
	.snackbars {
		max-width: 540px;
		padding: 12px 15px;
		font-size: 15px;
	}
}

/*
*
* Footers
*/
.right-1 {
	font-weight: 500;
	letter-spacing: .12em;
}

.right-1 .icon {
	position: relative;
	top: 1px;
	font-size: 16px;
	margin-right: 2px;
}

.footer-classic {
	padding: 20px 0;
}

.footer-classic .rights {
	letter-spacing: 0;
}

.footer-classic .rights a {
	text-decoration: underline;
}

.footer-modern {
	padding: 75px 0 50px;
}

.footer-modern .row+hr {
	margin-top: 80px;
}

.footer-modern hr+.row {
	margin-top: 40px;
}

.footer-modern .lefts,
.footer-modern .lefts:focus,
.footer-modern .lefts:active {
	color: #6d7593;
}

.footer-modern .lefts:hover {
	color: #fdde52;
}

.footer-modern p.rights a {
	text-decoration: underline;
}

.footer-modern.bg-gray-31 p.rights {
	color: #6d7593;
}

.footer-modern.bg-gray-31 p.rights a {
	color: inherit;
}

.footer-modern.bg-gray-31 p.rights a:hover {
	color: #fdde52;
}

.pre-footer-static h2+p {
	margin-top: 20px;
}

.pre-footer-static p,
.pre-footer-static.bg-default p {
	color: #9b9b9b;
	letter-spacing: 0;
}

@media (min-width: 992px) {
	.pre-footer-static-container {
		position: relative;
	}

	.pre-footer-static-container::before {
		content: '';
		position: absolute;
		top: 10px;
		bottom: 30px;
		left: 50%;
		transform: translateX(-50%);
		border-left: 1px solid #e0e0e0;
	}
}

.footer-static {
	text-align: center;
}

.footer-static.bg-gray-31 {
	color: #6d7593;
}

.footer-static.bg-gray-31 a {
	text-decoration: underline;
}

.footer-static.bg-gray-31 a,
.footer-static.bg-gray-31 a:focus,
.footer-static.bg-gray-31 a:active {
	color: inherit;
}

.footer-static.bg-gray-31 a:hover {
	color: #fdde52;
}

*+.footer-txt {
	margin-top: 15px;
}

@media (min-width: 1200px) {
	*+.footer-txt {
		margin-top: 35px;
	}
}

.bg-gray-31 .footer-txt {
	color: #6d7593;
}

.bg-gray-21 .rights {
	color: #6d7593;
}

.bg-gray-21 .rights a:hover {
	color: #fdde52;
}

.bg-gray-21 .right-1 a:hover {
	color: #fdde52;
}

.product-classic {
	position: relative;
	overflow: hidden;
	z-index: 1;
	letter-spacing: 0;
	padding: 18px 23px 30px;
	box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.16);
	transition: .15s ease-out all;
	backface-visibility: hidden;
}

.product-classic::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
	background-color: #ffffff;
	transition: .3s ease-out all;
	will-change: transform;
}

.desktop .product-classic::before {
	transform: translateY(32px);
}

.product-classic-media {
	position: relative;
	padding-left: 7px;
	overflow: hidden;
}

.product-classic-media .owl-carousel {
	width: calc(100% + 7px);
}

.product-classic-media .owl-item {
	transform: scale(1.01);
	overflow: hidden;
}

.product-classic-media img {
	width: 100%;
	transition: 0.8s cubic-bezier(0.39, 0.58, 0.57, 1) all;
}

.product-classic-price {
	z-index: 100;
	position: absolute;
	left: 7px;
	bottom: 0;
	padding: 2px 21px 2px 11px;
	font-family: "Poppins", sans-serif;
	color: #ffffff;
	background-color: #4b9ef1;
}

.product-classic-title a,
.product-classic-title a:focus,
.product-classic-title a:active {
	color: #4b9ef1;
}

.product-classic-title a:hover {
	color: inherit;
}

.product-classic-divider {
	line-height: 0;
	height: 1px;
	width: 100%;
}

.product-classic-divider::after {
	width: 100%;
	content: '';
	display: inline-block;
	border-top: 1px solid #e3e3e3;
}

.product-classic-list {
	display: flex;
	flex-wrap: wrap;
	color: #151515;
	margin-bottom: -17px;
}

.product-classic-list>li {
	display: flex;
	min-width: 50%;
	margin-bottom: 17px;
}

.product-classic-list span {
	display: inline-flex;
	will-change: transform;
	vertical-align: middle;
	min-height: 15px;
	line-height: 15px;
}

.product-classic-list .icon {
	margin-right: 10px;
	font-size: 19px;
	color: #abb4c0;
}

.product-classic-list .icon[class*='hotel-icon-'] {
	margin-left: -5px;
	margin-right: 3px;
}

.product-classic-list .hotel-icon-05 {
	position: relative;
	top: 2px;
	font-size: 32px;
}

.product-classic-list .hotel-icon-10,
.product-classic-list .hotel-icon-26 {
	font-size: 34px;
}

.product-classic .owl-next,
.product-classic .owl-prev {
	width: 43px;
	height: 43px;
	font-size: 20px;
	font-family: "fl-budicons-free";
	line-height: 43px;
	color: #ffffff;
	background: rgba(21, 21, 21, 0.2);
	border: none;
	text-align: center;
	cursor: pointer;
	transition: .3s ease-out all;
}

.product-classic .owl-next:hover,
.product-classic .owl-prev:hover {
	color: #ffffff;
	background: rgba(21, 21, 21, 0.8);
}

.product-classic .owl-prev::before {
	content: "\e016";
}

.product-classic .owl-next {
	right: 5px;
}

.product-classic .owl-next::before {
	content: "\e025";
}

.desktop .product-classic .owl-next,
.desktop .product-classic .owl-prev {
	opacity: 0;
}

*+.product-classic-divider,
.product-classic-divider+* {
	margin-top: 19px;
}

.product-classic-divider+* {
	margin-top: 25px;
}

*+.product-classic-title {
	margin-top: 20px;
}

@media (min-width: 1200px) {
	.product-classic-list {
		padding-right: 37px;
	}
}

.desktop .product-classic {
	box-shadow: none;
}

.desktop .product-classic:hover {
	transition: .3s ease-out all;
	transition-delay: .3s;
	box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.16);
}

.desktop .product-classic:hover .owl-next,
.desktop .product-classic:hover .owl-prev {
	opacity: 1;
}

.desktop .product-classic:hover .product-classic-media img {
	transform: scale(1.2);
}

.product-classic:hover::before {
	transform: translateY(0);
}

.product-classic-2 {
	padding: 33px 23px 33px;
	text-align: left;
}

.product-classic-2::before {
	transform: translateY(0);
}

.product-classic-2 .product-classic-title a,
.product-classic-2 .product-classic-title a:focus,
.product-classic-2 .product-classic-title a:active {
	color: #151515;
}

.product-classic-2 .product-classic-title a:hover {
	color: #4b9ef1;
}

.desktop .product-classic-2::before {
	transform: translateY(0);
}

.desktop .product-classic-2:hover {
	transition: .3s ease-out all;
	transition-delay: 0s;
}

.product-classic-2 .product-classic-media {
	padding: 0;
	margin-left: -23px;
	margin-right: -23px;
}

.product-classic-2 .product-classic-price {
	left: 23px;
}

.product-classic-2 *+.product-classic-media {
	margin-top: 22px;
}

.product-classic-2 *+.product-classic-list {
	margin-top: 32px;
}

.product-classic-horizontal {
	padding: 0;
	box-shadow: none;
	overflow: visible;
	text-align: left;
}

.product-classic-horizontal .product-classic-inner {
	position: relative;
}

.product-classic-horizontal::before {
	transform: translateY(0);
	left: 7px;
}

.product-classic-horizontal .product-classic-title a,
.product-classic-horizontal .product-classic-title a:focus,
.product-classic-horizontal .product-classic-title a:active {
	color: #151515;
}

.product-classic-horizontal .product-classic-title a:hover {
	color: #4b9ef1;
}

.product-classic-horizontal .product-classic-price {
	left: 0;
	top: 28px;
	bottom: auto;
}

.product-classic-horizontal .product-classic-price::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 0;
	border-color: transparent #367dc3 transparent transparent;
}

.product-classic-horizontal .product-classic-right {
	padding: 29px 16px;
}

.product-classic-horizontal .product-classic-divider {
	width: 80px;
}

.desktop .product-classic-horizontal::before {
	transform: translateY(0);
}

.desktop .product-classic-horizontal:hover {
	box-shadow: none;
}

@media (min-width: 640px) {
	.product-classic-horizontal .product-classic-inner {
		display: flex;
	}

	.product-classic-horizontal .product-classic-left {
		display: flex;
		width: 100%;
		flex-shrink: 0;
		max-width: 260px;
	}

	.product-classic-horizontal .product-classic-left .product-classic-media,
	.product-classic-horizontal .product-classic-left .owl-carousel,
	.product-classic-horizontal .product-classic-left .owl-stage-outer,
	.product-classic-horizontal .product-classic-left .owl-stage,
	.product-classic-horizontal .product-classic-left .owl-item {
		display: flex;
	}

	.product-classic-horizontal .product-classic-left .owl-carousel {
		width: 250px !important;
	}

	.product-classic-horizontal .product-classic-left .owl-item {
		flex-shrink: 0;
	}

	.product-classic-horizontal .product-classic-left img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}

	.product-classic-horizontal .product-classic-right {
		/* padding: 49px 30px; */
		margin-left: 26px;
	}
}

.product-classic-footer {
	margin-left: 7px;
	background-color: #e7e9f0;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.product-classic-footer .product-classic-list {
	margin-bottom: 0;
	color: #0d0d0d;
	letter-spacing: 0;
}

.product-classic-footer .product-classic-list>li {
	display: flex;
	margin-left: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-width: 0;
}

.product-classic-sm *+.product-classic-divider {
	margin-top: 10px;
}

@media (min-width: 640px) {
	.product-classic-sm .product-classic-right {
		padding-top: 39px;
		padding-bottom: 39px;
	}
}

@media (min-width: 1200px) {
	.product-classic-sm .product-classic-title {
		max-width: 200px;
		line-height: 1.66667;
	}
}

.product-classic-group {
	height: 100%;
}

.product-classic-group .product-classic,
.product-classic-group .pagination-custom {
	margin-bottom: 40px;
}

.product-classic-group .product-classic:last-child,
.product-classic-group .pagination-custom:last-child {
	margin-bottom: 0;
}

.product-classic-group .jspPane {
	right: 15px;
}

*+.product-classic-group {
	margin-top: 40px;
}

.product-modern {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	border-radius: 0;
	text-align: left;
	cursor: pointer;
	backface-visibility: hidden;
}

.product-modern-media {
	position: relative;
	overflow: hidden;
	clip: rect(0, auto, auto, 0);
}

.product-modern-figure {
	background-position: center center;
	background-size: cover;
	opacity: 1;
	transition: opacity 0.35s, transform 0.35s;
	transform: scale3d(1, 1, 1);
	will-change: transform;
}

.product-modern-image {
	width: 100%;
}

.product-modern-overlay {
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10px;
	z-index: 1;
}

.product-modern-overlay::before {
	content: '';
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	transition: transform 0.6s;
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -105%, 0);
}

.product-modern-caption {
	padding: 10px 0;
}

@media (max-width: 575.98px) {
	.product-modern {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	.product-modern-caption {
		padding: 18px 0;
	}
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .product-modern-overlay::after {
		opacity: 0;
		transform: translate(-50%, calc(-50% + 10px));
	}

	html:not(.tablet):not(.mobile) .product-modern-caption,
	html:not(.tablet):not(.mobile) .product-modern-title {
		transition: .5s;
	}

	html:not(.tablet):not(.mobile) .product-modern:hover .product-modern-figure {
		transform: scale3d(1.1, 1.1, 1);
	}

	html:not(.tablet):not(.mobile) .product-modern:hover .product-modern-overlay::before {
		transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 105%, 0);
	}

	html:not(.tablet):not(.mobile) .product-modern:hover .product-modern-overlay::after {
		opacity: 1;
		transform: translate(-50%, -50%);
		transition-delay: .3s;
	}

	html:not(.tablet):not(.mobile) .product-modern:hover .product-modern-caption {
		background: #ffffff;
	}

	html:not(.tablet):not(.mobile) .product-modern:hover .product-modern-title {
		transform: translate3d(18px, 0, 0);
	}
}

.product-corporate {
	display: flex;
	background-position: center center;
	background-size: cover;
}

.product-corporate::after {
	content: '';
	padding-bottom: 121.72996%;
}

.product-corporate:hover .product-corporate-title {
	color: #fdde52;
}

.product-corporate::after,
.product-corporate-inner {
	width: 100%;
	flex-shrink: 0;
}

.product-corporate-inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.product-corporate-caption {
	padding: 20px 15px;
	background: rgba(0, 0, 0, 0.45);
}

.product-corporate-title {
	font-weight: 600;
	letter-spacing: .05em;
	transition: .22s;
}

*+.product-corporate-info {
	margin-top: 7px;
}

@media (min-width: 576px) {
	*+.product-corporate-info {
		margin-top: 12px;
	}
}

@media (min-width: 768px) {
	.product-corporate-caption {
		padding: 17px 10px 37px 30px;
	}
}

.product-1 {
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
}

.product-1-title {
	max-width: 280px;
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: 0;
}

.product-1-divider {
	font-size: 0;
	line-height: 0;
}

.product-1-divider::after {
	content: '';
	height: 1px;
	width: 250px;
	display: inline-block;
	background: #9a9a9a;
}

.product-1-price {
	letter-spacing: 0;
	color: #4b9ef1;
}

.context-dark .product-1-title,
.bg-accent .product-1-title {
	color: #ffffff;
}

.context-dark .product-1-title a,
.bg-accent .product-1-title a {
	color: inherit;
}

.context-dark .product-1-title a:hover,
.bg-accent .product-1-title a:hover {
	color: #fdde52;
}

.context-dark .product-1-divider::after,
.bg-accent .product-1-divider::after {
	background: rgba(255, 255, 255, 0.28);
}

.context-dark p.product-1-price,
.bg-accent p.product-1-price {
	color: #fdde52;
}

*+.product-1-divider {
	margin-top: 10px;
}

*+.product-1-price {
	margin-top: 14px;
}

@media (min-width: 576px) {
	.product-1-title {
		font-size: 26px;
	}
}

@media (min-width: 768px) {
	.product-1 {
		max-width: 340px;
	}

	.product-1-title {
		font-size: 28px;
		line-height: 1.3;
	}

	*+.product-1-divider {
		margin-top: 24px;
	}

	*+.product-1-price {
		margin-top: 20px;
	}
}

@media (min-width: 1200px) {
	.product-1-title {
		line-height: 1.2;
		font-size: 40px;
	}
}

@media (min-width: 1600px) {
	.product-1 {
		margin-right: 0;
		margin-left: 0;
	}
}

.product-light {
	width: 100%;
	background: #ffffff;
}

.product-light-media {
	width: 100%;
	padding-bottom: 70.8502%;
	background-position: center center;
	background-size: cover;
}

.product-light-main {
	padding: 17px 26px;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0;
}

.product-light-title {
	color: #151515;
}

.product-light-title a {
	color: inherit;
}

.product-light-title a:hover {
	color: #4b9ef1;
}

.product-light-price {
	color: #4b9ef1;
}

*+.product-light-price {
	margin-top: 3px;
}

/*
*
* Layouts
*/
.layout-bordered>*+* {
	margin-top: 50px;
}

.layout-bordered-aside-group {
	max-width: 400px;
}

.layout-bordered-aside-group>* {
	padding: 19px 0;
}

.layout-bordered-aside-group>*:first-child {
	padding-top: 0;
}

.layout-bordered-aside-group>*:last-child {
	padding-bottom: 0;
}

.layout-bordered-aside-group>*+* {
	border-top: 1px solid #e1e1e1;
}

*+.layout-bordered-aside-group {
	margin-top: 22px;
}

@media (min-width: 576px) {
	.layout-bordered-aside-inner {
		max-width: 430px;
		padding-right: 20px;
	}

	*+.layout-bordered-aside-group {
		margin-top: 33px;
	}
}

@media (min-width: 768px) {
	.layout-bordered-aside-group>* {
		padding: 27px 0;
	}
}

@media (min-width: 768px) {
	.layout-bordered>*:first-child {
		padding-right: 30px;
	}

	.layout-bordered>*:last-child {
		padding-left: 30px;
	}

	.layout-bordered>*+* {
		margin-top: 0;
	}

	.layout-bordered {
		display: flex;
		flex-direction: row;
	}

	.layout-bordered-main {
		width: 50%;
	}

	.layout-bordered-aside {
		width: 50%;
	}

	.layout-bordered-main-inner {
		max-width: 470px;
		margin-left: auto;
	}

	*+.layout-bordered-main {
		border-left: 1px solid #ebebeb;
	}
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
	.layout-bordered>*:first-child {
		padding-left: 30px;
	}

	.layout-bordered>*:last-child {
		padding-right: 30px;
	}
}

.layout-1 {
	margin-bottom: -5px;
}

.layout-1>* {
	margin-bottom: 5px;
}

@media (min-width: 480px) {
	.layout-1 {
		columns: 2;
		break-inside: avoid;
		column-gap: 30px;
	}
}

@media (min-width: 768px) {
	.layout-1 {
		max-width: 600px;
		columns: 3;
	}
}

@media (min-width: 992px) {
	.layout-1 {
		columns: 2;
	}
}

@media (min-width: 1200px) {
	.layout-1 {
		column-gap: 50px;
	}
}

.layout-2 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -8px;
}

.layout-2 li {
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 8px;
}

.layout-2>li+li {
	margin-top: 0;
}

@media (min-width: 480px) {
	.layout-2>li {
		width: 50%;
	}
}

@media (min-width: 576px) {
	.layout-2 li {
		width: 33.33333%;
	}
}

@media (min-width: 768px) {
	.layout-2 li {
		width: 25%;
	}
}

@media (min-width: 992px) {
	.layout-2 li {
		width: 33.33333%;
	}
}

@media (min-width: 1200px) {
	.layout-2 li {
		width: 20%;
	}
}

.layout-3 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: -10px;
	margin-left: -30px;
}

.layout-3:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.layout-3>* {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 30px;
}

.layout-3 .select-filter {
	min-width: 190px;
}

.layout-4 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: -10px;
}

.layout-4>* {
	margin-bottom: 10px;
}

.layout-4>*:last-child {
	margin-left: 50px;
}

.layout-5 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: -10px;
	margin-left: -15px;
}

.layout-5>* {
	margin-bottom: 10px;
	margin-left: 15px;
}

*+.layout-5 {
	margin-top: 35px;
}

@media (min-width: 576px) {
	.layout-5-item_primary {
		flex-grow: 1;
	}
}

/*
*
* Panels
*/
.panel-1-toggle {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	display: inline-flex;
	align-items: center;
	color: #9a9a9a;
	vertical-align: baseline;
	transition: .22s;
}

.panel-1-toggle::-moz-focus-inner {
	border: none;
	padding: 0;
}

.panel-1-toggle:hover {
	color: #151515;
}

.panel-1-toggle>*+* {
	margin-left: 5px;
}

.panel-1-toggle.active .panel-1-toggle-icon::before {
	opacity: 0;
	visibility: hidden;
}

.panel-1-toggle.active .panel-1-toggle-icon::after {
	opacity: 1;
	visibility: visible;
}

.panel-1-toggle-icon {
	position: relative;
	display: block;
	width: 20px;
	font-size: 18px;
	color: #4b9ef1;
}

.panel-1-toggle-icon::before,
.panel-1-toggle-icon::after {
	font-family: 'Material Design Icons';
	position: absolute;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	left: 0;
	transition: .22s;
}

.panel-1-toggle-icon::before {
	content: '\f504';
	opacity: 1;
	visibility: visible;
}

.panel-1-toggle-icon::after {
	content: '\f465';
	opacity: 0;
	visibility: hidden;
}

*+.panel-1 {
	margin-top: 18px;
}

*+.panel-1-content {
	margin-top: 12px;
}

.panel-1-content {
	display: none;
}

.panel-1-content>* {
	flex-grow: 1;
	padding: 0 15px;
	min-width: 190px;
}

.panel-1-content>*:first-child {
	padding-left: 0;
}

.panel-1-content>*:last-child {
	padding-right: 0;
}

.panel-1-content.active {
	display: flex;
}

.panel-2 {
	position: relative;
}

.panel-2-toggle {
	padding: 5px;
	min-width: 50px;
	min-height: 50px;
}

.panel-2-toggle .icon {
	font-size: 24px;
}































/* dropdown manue */
.panel-2-content {
	/* display: none; */
	/* Initially hide the panel content */
}

/* .panel-2-content {
	position: absolute;
	right: 0;
	left: 20px;
	top: 0;
	bottom: auto;
	z-index: 2;
	padding-top: 31px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	background: #ffffff;
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
	transition: .22s;
} */

/* .panel-2-content.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.panel-2-content .rd-range-outer+.rd-range-outer {
	margin-top: 25px;
} */

.panel-2-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	font-size: 18px;
	line-height: 17px;
}

.panel-2-content-inner {
	position: relative;
	z-index: 1;
	padding: 0 40px 20px 10px;
	transition: .33s;
}

.rd-navbar-static-linked .panel-2-content-inner {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: calc(100vh - 350px);
}

@media (min-width: 576px) {
	.panel-2-content-inner {
		padding: 25px 40px 50px 25px;
	}
}

@media (min-width: 768px) {
	.panel-2-content-inner {
		padding: 25px 40px 70px 35px;
	}

	.panel-2-content-inner .rd-range-outer+hr {
		margin-top: 40px;
	}
}

.panel-3 {
	position: relative;
	border: 2px solid #f3f4f9;
}

.panel-3.active {
	border-color: transparent;
}

.panel-3.active .panel-3-header {
	pointer-events: none;
}

.panel-3.active .panel-3-title {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-5px);
}

.panel-3.active .panel-3-content {
	opacity: 1;
	visibility: visible;
}

.panel-3.active .panel-3-content>* {
	transform: translateY(0);
}

.panel-3-title,
.panel-3-content {
	background: transparent;
}

.panel-3-header {
	padding: 11px 55px 11px 10px;
	cursor: pointer;
}

.panel-3-title {
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 600;
	border-bottom: 0;
	transition: .22s;
}

.panel-3-toggle {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	z-index: 12;
	width: 30px;
	height: 30px;
	cursor: pointer;
	line-height: 30px;
	border-radius: 50%;
	background: #fdde52;
	transition: .33s all ease;
	pointer-events: auto;
}

.panel-3-toggle::before,
.panel-3-toggle::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
	background: #608ace;
}

.panel-3-toggle::before {
	width: 14px;
	height: 2px;
	right: 28px;
}

.panel-3-toggle::after {
	width: 2px;
	height: 14px;
	right: 34px;
	opacity: 1;
	visibility: visible;
}

.active .panel-3-toggle::after {
	opacity: 0;
	visibility: visible;
}

.panel-3-content {
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	z-index: 10;
	padding: 15px 70px 15px 15px;
	pointer-events: none;
	border: 2px solid #f3f4f9;
	opacity: 0;
	visibility: hidden;
	transition: .22s;
	background: rgba(69, 139, 210, 0.95);
}

.panel-3-content>* {
	transform: translateY(5px);
	pointer-events: auto;
	transition: .22s;
}

.context-dark .panel-3,
.bg-accent .panel-3,
.context-dark .panel-3-content,
.bg-accent .panel-3-content {
	border-color: #b2ccf7;
}

.context-dark .panel-3 .panel-3-title,
.bg-accent .panel-3 .panel-3-title {
	color: #ffffff;
}

.context-dark .panel-3 .panel-3-toggle,
.bg-accent .panel-3 .panel-3-toggle {
	background: #ffffff;
}

.context-dark .panel-3 .panel-3-toggle::before,
.bg-accent .panel-3 .panel-3-toggle::before,
.context-dark .panel-3 .panel-3-toggle::after,
.bg-accent .panel-3 .panel-3-toggle::after {
	color: #5b76a2;
}

.context-dark .panel-3.active,
.bg-accent .panel-3.active {
	border-color: transparent;
}

@media (min-width: 576px) {
	.panel-3-content {
		background-color: transparent;
	}
}

.panel-4 {
	z-index: 10;
	pointer-events: none;
	transition: .55s;
	transform: translateY(100%);
}

.panel-4,
.panel-4 .google-map-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.panel-4 .google-map {
	height: 100%;
	background: #f5f5f5;
}

.panel-4.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.panel-4-outer {
	position: relative;
}

.panel-4-toggle {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	display: inline-flex;
	align-items: center;
	font: 600 12px/18px "Poppins", sans-serif;
	letter-spacing: .12em;
	text-transform: uppercase;
	transition: .22s;
}

.panel-4-toggle::-moz-focus-inner {
	border: none;
	padding: 0;
}

.panel-4-toggle,
.panel-4-toggle:active,
.panel-4-toggle:focus {
	color: #4b9ef1;
}

.panel-4-toggle:hover {
	color: #151515;
}

.panel-4-toggle .icon {
	margin-right: 4px;
	font-size: 18px;
}

.context-dark .panel-4-toggle,
.bg-accent .panel-4-toggle,
.context-dark .panel-4-toggle:active,
.bg-accent .panel-4-toggle:active,
.context-dark .panel-4-toggle:focus,
.bg-accent .panel-4-toggle:focus {
	color: #ffffff;
}

.context-dark .panel-4-toggle:hover,
.bg-accent .panel-4-toggle:hover {
	color: #fdde52;
}

.panel-4-close {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 11;
	transform: translate3d(-50%, 0, 0);
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	width: 40px;
	height: 40px;
	font-size: 22px;
	color: #151515;
	background: #fdde52;
	transition: .33s;
}

.panel-4-close::-moz-focus-inner {
	border: none;
	padding: 0;
}

.panel-4-close:hover {
	color: #ffffff;
	background: #4b9ef1;
}

/*
*
* Jumbotron Custom
*/
.jumbotron-1 {
	position: relative;
	overflow: hidden;
	padding: 50px 0;
}

.jumbotron-1 .rd-form {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -26px;
	margin-left: -15px;
}

.jumbotron-1 .rd-form:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.jumbotron-1 .rd-form>* {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 26px;
	margin-left: 15px;
}

.jumbotron-1 .rd-form>* {
	display: inline-flex;
}

.jumbotron-1 .form-wrap {
	min-width: 120px;
	flex: 163 0 auto;
}

.jumbotron-1 .form-wrap_2 {
	min-width: 220px;
	flex: 253 0 auto;
}

.jumbotron-1 .select2-container {
	min-width: 100%;
}

.jumbotron-1.bg-accent {
	background: #608ace;
}

.jumbotron-1 *+.layout-3 {
	margin-top: 30px;
}

@media (min-width: 480px) {
	.jumbotron-1 .form-wrap {
		min-width: 163px;
	}

	.jumbotron-1 .form-wrap_2 {
		min-width: 220px;
	}
}

@media (min-width: 992px) {
	.jumbotron-1 .form-wrap {
		max-width: 163px;
	}

	.jumbotron-1 .form-wrap_2 {
		max-width: 253px;
	}
}

.context-dark .jumbotron-1-divider,
.bg-accent .jumbotron-1-divider {
	border-bottom-color: rgba(255, 255, 255, 0.25);
}

.context-dark .jumbotron-1-divider-icon::before,
.bg-accent .jumbotron-1-divider-icon::before,
.context-dark .jumbotron-1-divider-icon::after,
.bg-accent .jumbotron-1-divider-icon::after {
	background: rgba(255, 255, 255, 0.57);
}

.jumbotron-1-inner {
	position: relative;
	z-index: 1;
}

.jumbotron-1-figure {
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	max-height: 96%;
	opacity: .5;
	width: 900px;
}

.jumbotron-1-figure-right {
	display: none;
}

.jumbotron-1-image {
	height: 100%;
	max-width: none;
}

.jumbotron-1-divider {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #9a9a9a;
	padding: 0 12px;
}


.jumbotron-1-divider-icon {
	position: relative;
	height: 1px;
	width: 1px;
}

.jumbotron-1-divider-icon::before,
.jumbotron-1-divider-icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	background: rgba(154, 154, 154, 0.57);
}

.jumbotron-1-divider-icon::before {
	height: 1px;
	width: 23px;
}

.jumbotron-1-divider-icon::after {
	height: 23px;
	width: 1px;
}

*+.jumbotron-1-divider {
	margin-top: 30px;
}

*+.jumbotron-1-aside {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.jumbotron-1 {
		padding: 90px 0 70px;
	}

	.jumbotron-1 *+.layout-3 {
		margin-top: 45px;
	}

	.jumbotron-1-figure {
		transform: none;
		top: 7%;
		bottom: -2%;
		width: 300px;
	}

	.jumbotron-1-figure-left {
		left: 0;
	}

	.jumbotron-1-figure-left .jumbotron-1-image {
		float: right;
	}

	.jumbotron-1-figure-right {
		display: block;
		right: 0;
		left: auto;
	}

	*+.jumbotron-1-divider {
		margin-top: 55px;
	}

	*+.jumbotron-1-aside {
		margin-top: 70px;
	}
}

@media (min-width: 992px) {
	.jumbotron-1-inner {
		max-width: 880px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1200px) {
	.jumbotron-1-figure {
		opacity: 1;
	}
}

@media (min-width: 1600px) {
	.jumbotron-1 {
		padding: 150px 0 110px;
	}

	.jumbotron-1-figure-left {
		width: calc(50vw - 420px);
	}

	.jumbotron-1-figure-right {
		width: calc(50vw - 382px);
	}

	*+.jumbotron-1-divider {
		margin-top: 70px;
	}

	*+.jumbotron-1-aside {
		margin-top: 110px;
	}
}

.jumbotron-2 {
	padding: 40px 0 50px;
	background: #608ace;
}

.jumbotron-2 .link-2 {
	margin-left: 30px;
}

.jumbotron-2-inner>*+* {
	margin-top: 30px;
}

.jumbotron-2-slider .owl-stage-outer {
	background: #ffffff;
	box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.35);
}

.jumbotron-2-slider .owl-dots {
	margin-top: 18px;
}

.jumbotron-2-slider-link {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 93.60967%;
	background-position: center top;
	background-size: cover;
}

@media (max-width: 575.98px) {
	.jumbotron-2-inner {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	.jumbotron-2 {
		padding: 80px 0 80px;
	}

	.jumbotron-2-inner {
		display: flex;
		align-items: center;
	}

	.jumbotron-2-inner>* {
		width: 50%;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.jumbotron-2-inner {
		margin: 0 -10px;
	}

	.jumbotron-2-inner>* {
		padding: 0 10px;
	}
}

@media (min-width: 992px) {
	.jumbotron-2-main {
		padding: 30px;
		border: 4px solid #9cc1ff;
		border-right: 0;
	}

	.jumbotron-2-slider {
		padding-right: 30px;
	}

	.jumbotron-2-slider .owl-dots {
		position: absolute;
		top: 47%;
		transform: translate3d(0, -50%, 0);
		right: -30px;
	}

	.jumbotron-2-slider .owl-dot {
		display: block;
		margin: 7px 0;
	}

	html:not(.tablet):not(.mobile) .jumbotron-2-slider-link::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(255, 255, 255, 0.3);
		opacity: 0;
		visibility: hidden;
		transition: .5s;
	}

	html:not(.tablet):not(.mobile) .jumbotron-2-slider-link:hover::after {
		opacity: 1;
		visibility: visible;
	}
}

@media (min-width: 1200px) {
	.jumbotron-2 {
		padding-bottom: 120px;
	}

	.jumbotron-2-inner {
		margin: 0;
	}

	.jumbotron-2-inner>* {
		margin: 0;
	}

	.jumbotron-2-main {
		padding: 65px 40px 60px;
	}
}

@media (min-width: 1600px) {
	.jumbotron-2-slider {
		padding-right: 0;
	}

	.jumbotron-2-slider .owl-dots {
		right: -65px;
	}
}

/*
*
* Profiles
*/
.profile-classic {
	position: relative;
	overflow: hidden;
	display: flex;
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	box-shadow: 0px 10px 5.76px 0.24px rgba(0, 0, 0, 0.11);
}

.profile-classic::after {
	content: '';
	display: block;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	padding-bottom: 120.37037%;
}

.profile-classic::after,
.profile-classic-inner {
	flex-shrink: 0;
	width: 100%;
}

.profile-classic-inner {
	display: flex;
}

.profile-classic-figure {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center center;
	background-size: cover;
}

.profile-classic-caption {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	background: rgba(10, 61, 143, 0.47);
	padding: 30px 33px 29px 30px;
}

.profile-classic-caption *+p {
	margin-top: 5px;
}

.profile-classic-title a:hover {
	color: #fdde52;
}

.profile-classic-link {
	display: inline-flex;
	align-items: center;
	letter-spacing: .1em;
}

.profile-classic-link,
.profile-classic-link:active,
.profile-classic-link:focus {
	color: #ffffff;
}

.profile-classic-link:hover {
	color: #fdde52;
}

.profile-classic-link .icon {
	color: #fdde52;
}

.profile-classic-link>*+* {
	margin-left: 6px;
}

*+.profile-classic-link {
	margin-top: 10px;
}

@media (min-width: 768px) {
	*+.profile-classic-link {
		margin-top: 14px;
	}
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .profile-classic-figure {
		transition: .33s;
	}

	html:not(.tablet):not(.mobile) .profile-classic-caption {
		opacity: 0;
		visibility: hidden;
		transition: .33s;
	}

	html:not(.tablet):not(.mobile) .profile-classic:hover .profile-classic-figure {
		transform: scale(1.05, 1.05);
	}

	html:not(.tablet):not(.mobile) .profile-classic:hover .profile-classic-caption {
		opacity: 1;
		visibility: visible;
	}
}

.profile-minimal {
	display: flex;
	width: 100%;
	background: #f3f4f9;
	transition: .33s;
	text-align: left;
}

.profile-minimal::after {
	content: '';
	display: block;
	opacity: 0;
	visibility: hidden;
	padding-bottom: 38%;
}

.profile-minimal::after,
.profile-minimal-inner {
	width: 100%;
	flex-shrink: 0;
}

.profile-minimal-inner {
	display: flex;
}

.profile-minimal-image-outer,
.profile-minimal-main {
	width: 50%;
}

.profile-minimal-image-outer {
	position: relative;
	background-position: center top;
	background-size: cover;
}

.profile-minimal-image-outer::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: rgba(10, 61, 143, 0.45);
	transition: .33s;
	opacity: 0;
	visibility: hidden;
}

.profile-minimal-main {
	padding: 20px;
	align-self: center;
}

.profile-minimal-main>*+* {
	margin-top: 5px;
}

.profile-group .block-person {
	background: #f3f4f9;
}

div .profile-group-aside {
	display: none;
}

*+.profile-group {
	margin-top: 30px;
}

@media (max-width: 767.98px) {
	.profile-group .block-person {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}

	.profile-group .block-person img {
		object-position: center 10%;
	}

	.profile-group .block-person-left {
		position: relative;
		overflow: hidden;
		height: 300px;
	}

	.profile-group .slick-arrow {
		top: 52%;
	}
}

@media (min-width: 992px) {
	.profile-group {
		display: flex;
		flex-direction: row-reverse;
	}

	.profile-group>*+* {
		margin-right: 35px;
	}

	.profile-group .carousel-parent {
		background: #f3f4f9;
	}

	.profile-group .carousel-parent .slick-arrow {
		display: none !important;
	}

	.profile-group-main {
		width: calc(100% - 405px);
	}

	div .profile-group-aside {
		display: flex;
	}

	.profile-group-aside {
		position: relative;
		flex-direction: column;
		justify-content: center;
		flex-shrink: 0;
		width: 370px;
	}

	.profile-group-aside .carousel-child {
		padding: 24px 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.profile-group-aside .slick-slide {
		padding: 7px 0;
		cursor: pointer;
	}

	.profile-group-aside .slick-arrow {
		width: 100%;
		left: 0;
		right: 0;
		transform: none;
		height: 20px;
	}

	.profile-group-aside .slick-arrow::before {
		line-height: 20px;
	}

	.profile-group-aside .slick-arrow,
	.profile-group-aside .slick-arrow:active,
	.profile-group-aside .slick-arrow:focus {
		color: #151515;
		background: #f3f4f9;
	}

	.profile-group-aside .slick-arrow:hover {
		color: #151515;
		background: #fdde52;
	}

	.profile-group-aside .slick-prev {
		top: 0;
	}

	.profile-group-aside .slick-prev::before {
		content: '\e02b';
	}

	.profile-group-aside .slick-next {
		top: auto;
		bottom: 0;
	}

	.profile-group-aside .slick-next::before {
		content: '\e00d';
	}

	.profile-group-aside .slick-current .profile-minimal {
		background: #ffffff;
		box-shadow: 0 1px 20px 0.84px rgba(0, 0, 0, 0.08);
	}

	.profile-group-aside .slick-current .profile-minimal-image-outer::after {
		opacity: 1;
		visibility: visible;
	}

	*+.profile-group {
		margin-top: 50px;
	}
}

/*
*
* Page layout
*/
.page {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	opacity: 0;
}

[data-x-mode] .page {
	opacity: 1;
}

.page-header {
	position: relative;
}

html.boxed body {
	background: #f8f9fa url(../images/bg-pattern-boxed.png) repeat fixed;
}

@media (min-width: 1630px) {
	html.boxed .page {
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
		box-shadow: 0 0 23px 0 rgba(1, 1, 1, 0.1);
	}

	html.boxed .rd-navbar-static {
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
	}

	html.boxed .rd-navbar-static.rd-navbar--is-stuck {
		max-width: 1600px;
		width: 100%;
		left: calc(50% - 1600px);
		right: calc(50% - 1600px);
	}
}

.one-page {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	min-height: 100vh;
	padding: 129px 0 129px;
	text-align: center;
	background-size: cover;
	background-position: left center;
	transition: 35s ease-out background-position;
}

[class*='ie-'] .one-page {
	height: 100vh;
}

.one-page::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .51;
	background-color: #172039;
	pointer-events: none;
}

.one-page-header,
.one-page-footer {
	position: absolute;
	left: 0;
	right: 0;
}

.one-page-header {
	position: absolute;
	top: 0;
	padding-top: 30px;
}

.one-page-main {
	width: 100%;
}

.one-page-main .rd-form-inline {
	justify-content: center;
}

.one-page-footer {
	bottom: 0;
	padding-bottom: 30px;
	letter-spacing: 0;
	color: #ffffff;
}

.one-page-footer a {
	text-decoration: underline;
}

.one-page-footer a,
.one-page-footer a:focus,
.one-page-footer a:active {
	color: #ffffff;
}

.one-page-footer a:hover {
	color: #4b9ef1;
}

.one-page .form-label,
.one-page .form-input {
	color: #ffffff;
	letter-spacing: 0;
}

.one-page .form-input {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.47);
	border-color: rgba(255, 255, 255, 0.1);
}

.one-page h4+* {
	margin-top: 40px;
}

.one-page h4+h2 {
	margin-top: 15px;
}

.desktop .one-page-animate:hover {
	background-position: right center;
}

@media (min-width: 1200px) {
	.one-page {
		padding: 210px 0 150px;
	}

	.one-page-header {
		padding-top: 70px;
	}

	.one-page-footer {
		padding-bottom: 50px;
	}
}

/*
*
* Text styling
*/
.text-italic {
	font-style: italic;
}

.text-normal {
	font-style: normal;
}

.text-underline {
	text-decoration: underline;
}

.text-strike {
	text-decoration: line-through;
}

.font-weight-thin {
	font-weight: 100;
}

.font-weight-light {
	font-weight: 300;
}

.font-weight-regular {
	font-weight: 400;
}

.font-weight-medium {
	font-weight: 500;
}

.font-weight-sbold {
	font-weight: 600;
}

.font-weight-bold {
	font-weight: 700;
}

.font-weight-ubold {
	font-weight: 900;
}

.text-spacing-0 {
	letter-spacing: 0;
}

.text-spacing-20 {
	letter-spacing: .02em;
}

.text-spacing-40 {
	letter-spacing: .04em;
}

.text-spacing-50 {
	letter-spacing: .05em;
}

.text-spacing-100 {
	letter-spacing: .1em;
}

.text-spacing-150 {
	letter-spacing: .15em;
}

.text-default {
	color: #9a9a9a;
}

.text-primary {
	color: #4b9ef1;
}

.text-gray-1 {
	color: #151515;
}

.text-gray-5 {
	color: #9b9b9b;
}

/*
*
* Offsets
*/
*+p {
	margin-top: 15px;
}

h2+h4 {
	margin-top: 25px;
}

.heading-7+h2,
.heading-7+.heading-2 {
	margin-top: 3px;
}

h2+p,
.heading-2+p {
	margin-top: 12px;
}

h2+.heading-5 {
	margin-top: 25px;
}

h3+p {
	margin-top: 15px;
}

p+h2,
p+.heading-2 {
	margin-top: 15px;
}

p+p {
	margin-top: 20px;
}

img+p {
	margin-top: 15px;
}

h3+img {
	margin-top: 42px;
}

*+.row {
	margin-top: 30px;
}

*+.big {
	margin-top: 20px;
}

*+.text-block {
	margin-top: 30px;
}

*+.button {
	margin-top: 30px;
}

*+.owl-carousel {
	margin-top: 30px;
}

h4+.row {
	margin-top: 40px;
}

.row+h3,
.row+.heading-3 {
	margin-top: 80px;
}

.container+.container {
	margin-top: 35px;
}

.row+.row {
	margin-top: 35px;
}

.post-head+.row {
	margin-top: 50px;
}

@media (min-width: 768px) {
	h3+p {
		margin-top: 25px;
	}

	*+.row {
		margin-top: 50px;
	}
}

@media (min-width: 992px) {
	h4+.row {
		margin-top: 65px;
	}
}

@media (min-width: 1200px) {
	*+.rd-form {
		margin-top: 30px;
	}

	.container+.container {
		margin-top: 60px;
	}

	.row+.row {
		margin-top: 60px;
	}

	h4+.row {
		margin-top: 95px;
	}
}

.row-0 {
	margin-bottom: 0px;
}

.row-0:empty {
	margin-bottom: 0;
}

.row-0>* {
	margin-bottom: 0px;
}

.row-10 {
	margin-bottom: -10px;
}

.row-10:empty {
	margin-bottom: 0;
}

.row-10>* {
	margin-bottom: 10px;
}

.row-15 {
	margin-bottom: -15px;
}

.row-15:empty {
	margin-bottom: 0;
}

.row-15>* {
	margin-bottom: 15px;
}

.row-20 {
	margin-bottom: -20px;
}

.row-20:empty {
	margin-bottom: 0;
}

.row-20>* {
	margin-bottom: 20px;
}

.row-24 {
	margin-bottom: -20px;
}

.row-24:empty {
	margin-bottom: 0;
}

.row-24>* {
	margin-bottom: 20px;
}

.row-30 {
	margin-bottom: -30px;
}

.row-30:empty {
	margin-bottom: 0;
}

.row-30>* {
	margin-bottom: 30px;
}

.row-40 {
	margin-bottom: -40px;
}

.row-40:empty {
	margin-bottom: 0;
}

.row-40>* {
	margin-bottom: 40px;
}

.row-50 {
	margin-bottom: -50px;
}

.row-50:empty {
	margin-bottom: 0;
}

.row-50>* {
	margin-bottom: 50px;
}

.row-60 {
	margin-bottom: -60px;
}

.row-60:empty {
	margin-bottom: 0;
}

.row-60>* {
	margin-bottom: 60px;
}

.row-70 {
	margin-bottom: -70px;
}

.row-70:empty {
	margin-bottom: 0;
}

.row-70>* {
	margin-bottom: 70px;
}

@media (min-width: 992px) {
	.row-md-30 {
		margin-bottom: -30px;
	}

	.row-md-30:empty {
		margin-bottom: 0;
	}

	.row-md-30>* {
		margin-bottom: 30px;
	}
}

@media (min-width: 992px) {
	.row-lg-60 {
		margin-bottom: -60px;
	}

	.row-lg-60:empty {
		margin-bottom: 0;
	}

	.row-lg-60>* {
		margin-bottom: 60px;
	}

	.row-lg-65 {
		margin-bottom: -65px;
	}

	.row-lg-65:empty {
		margin-bottom: 0;
	}

	.row-lg-65>* {
		margin-bottom: 65px;
	}

	.row-lg-70 {
		margin-bottom: -70px;
	}

	.row-lg-70:empty {
		margin-bottom: 0;
	}

	.row-lg-70>* {
		margin-bottom: 70px;
	}
}

@media (min-width: 1200px) {
	.row-xl-65 {
		margin-bottom: -65px;
	}

	.row-xl-65:empty {
		margin-bottom: 0;
	}

	.row-xl-65>* {
		margin-bottom: 65px;
	}
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-75 {
	margin-top: 75px;
}

@media (min-width: 768px) {
	.mt-md-10 {
		margin-top: 10px;
	}

	.mt-md-15 {
		margin-top: 15px;
	}

	.mt-md-20 {
		margin-top: 20px;
	}

	.mt-md-30 {
		margin-top: 30px;
	}

	.mt-md-50 {
		margin-top: 50px;
	}

	.mt-md-60 {
		margin-top: 60px;
	}

	.mt-md-70 {
		margin-top: 70px;
	}

	.mt-md-75 {
		margin-top: 75px;
	}
}

@media (min-width: 992px) {
	.mt-lg-50 {
		margin-top: 50px;
	}

	.mt-lg-60 {
		margin-top: 60px;
	}

	.mt-lg-80 {
		margin-top: 80px;
	}

	.mt-lg-110 {
		margin-top: 110px;
	}
}

.mr-minus-7 {
	margin-right: -7px;
}

.ml-minus-20 {
	margin-left: -20px;
}

@media (min-width: 768px) {
	.ml-md-minus-20 {
		margin-left: -20px;
	}
}

@media (min-width: 1200px) {
	.mr-lg-minus-30 {
		margin-right: -30px;
	}
}

.pdl-0 {
	padding-left: 0;
}

.pdl-15 {
	padding-left: 15px;
}

.pdr-0 {
	padding-right: 0;
}

.pdr-15 {
	padding-right: 15px;
}

.pdr-30 {
	padding-right: 30px;
}

.pdlr-15 {
	padding: 0 15px;
}

@media (min-width: 768px) {
	.pdl-md-0 {
		padding-left: 0;
	}

	.pdl-md-15 {
		padding-left: 15px;
	}

	.pdr-md-0 {
		padding-right: 0;
	}

	.pdr-md-15 {
		padding-right: 15px;
	}

	.pdr-md-30 {
		padding-right: 30px;
	}
}

@media (min-width: 992px) {
	.pdlr-lg-30 {
		padding-left: 30px;
		padding-right: 30px;
	}

	.pdl-lg-70 {
		padding-left: 70px;
	}

	.pdr-lg-35 {
		padding-right: 35px;
	}

	.pdr-lg-20 {
		padding-right: 20px;
	}

	.pdl-lg-30 {
		padding-left: 30px;
	}
}

@media (min-width: 1200px) {
	.pdl-xl-70 {
		padding-left: 70px;
	}

	.pdl-xl-40 {
		padding-left: 40px;
	}

	.pdr-xl-35 {
		padding-right: 35px;
	}
}

/*
*
* Sections
*/
.section-xs {
	padding: 25px 0;
}

.section-sm,
.section-md,
.section-lg,
.section-xl {
	padding: 50px 0;
}

.section-collapse+.section-collapse {
	padding-top: 0;
}

.section-collapse:last-child {
	padding-bottom: 0;
}

.section-1 {
	padding: 25px 0;
}

@media (max-width: 767.98px) {
	.section-1.section-1-start {
		padding-top: 0;
	}

	.section-1.section-1-end {
		padding-bottom: 0;
	}
}

html [class*='section-'].section-bottom-0 {
	padding-bottom: 0;
}

@media (max-width: 991.98px) {

	section.section-sm:first-of-type,
	section.section-md:first-of-type,
	section.section-lg:first-of-type,
	section.section-xl:first-of-type,
	section.section-xxl:first-of-type {
		padding-top: 40px;
	}
}

@media (min-width: 576px) {
	.section-md {
		padding: 55px 0 70px;
	}
}

@media (min-width: 768px) {
	.section-sm {
		padding: 60px 0;
	}

	.section-md {
		padding: 70px 0;
	}

	.section-lg {
		padding: 85px 0;
	}

	.section-xl {
		padding: 90px 0;
	}
}

@media (min-width: 992px) {
	.section-md {
		padding: 80px 0 90px;
	}

	.section-lg {
		padding: 100px 0;
	}

	.section-xl {
		padding: 120px 0;
	}
}

@media (min-width: 1200px) {
	.section-lg {
		padding: 115px 0;
	}

	.section-xl {
		padding: 140px 0;
	}
}

.section-single-inner .range {
	height: 100%;
}

.section-single-inner .cell-type-1 {
	max-height: 100%;
}

@media (min-width: 1200px) and (min-height: 720px) {
	.section-single-inner {
		position: relative;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.section-single-inner>* {
		width: 100%;
	}

	.section-single-main {
		display: flex;
		flex-direction: column;
		overflow: hidden;
	}
}

.section-layout-1-bottom {
	padding: 40px 0;
}

.section-layout-1-form {
	position: relative;
	z-index: 2;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.23);
}

@media (min-width: 576px) {
	.section-layout-1-bottom {
		padding-top: 0;
		padding-bottom: 50px;
	}

	.section-layout-1-top+.section-layout-1-bottom .section-layout-1-form {
		margin-top: -30px;
	}
}

@media (min-width: 768px) {
	.section-layout-1-bottom {
		padding-bottom: 80px;
	}

	.section-layout-1-top+.section-layout-1-bottom .section-layout-1-form {
		margin-top: -80px;
	}
}

.section-layout-2-bottom {
	padding: 40px 0;
}

.section-layout-2-form {
	position: relative;
	z-index: 2;
}

@media (min-width: 1600px) {
	.section-layout-2-bottom {
		padding-top: 0;
		padding-bottom: 60px;
	}

	.section-layout-2-top+.section-layout-2-bottom .section-layout-2-form {
		margin-top: -55px;
	}
}

@media (min-width: 1600px) {
	.section-layout-2-bottom {
		padding-top: 0;
		padding-bottom: 110px;
	}
}

/*
*
* Grid modules
*/
.grid-demonstration {
	padding: 12px 8px;
	text-align: left;
	color: #151515;
}

.grid-demonstration h5 {
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight: 400;
	letter-spacing: .05em;
	font-size: 20px;
}

@media (max-width: 1199.98px) {
	.grid-demonstration h5 {
		font-size: 20px;
	}
}

@media (max-width: 1599.98px) {
	.grid-demonstration [class*='col'] p {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media (max-width: 991.98px) {
	.container-fluid.grid-demonstration .row {
		margin-left: 0;
		margin-right: 0;
	}
}

.container-fluid.grid-demonstration [class^='col'] {
	padding: 5px;
}

@media (max-width: 991.98px) {
	.container-fluid.grid-demonstration [class^='col'] p {
		font-size: 14px;
	}

	.container-fluid.grid-demonstration [class^='col'] *+p {
		margin-top: 10px;
	}
}

@media (min-width: 768px) {
	.container-fluid.grid-demonstration [class^='col'] {
		padding: 15px 10px;
	}
}

@media (min-width: 992px) {
	.container-fluid.grid-demonstration [class^='col'] {
		padding: 25px 15px;
	}
}

@media (min-width: 1200px) {
	.container-fluid.grid-demonstration [class^='col'] {
		padding: 30px 15px 30px 30px;
	}
}

@media (min-width: 1600px) {
	.container-fluid.grid-demonstration [class^='col'] {
		padding: 50px 95px;
	}

	.container-fluid.grid-demonstration [class^='col'] *+p {
		margin-top: 24px;
	}
}

@media (min-width: 1600px) {
	.container-fluid.grid-demonstration .row {
		margin-left: -70px;
		margin-right: -70px;
	}
}

.grid-system-bordered [class*='col'] {
	padding-top: 15px;
	padding-bottom: 15px;
}

.grid-system-bordered .row+.row {
	margin-top: 0;
}

.grid-system-bordered .row {
	border-bottom: 1px solid #e9ecef;
}

@media (min-width: 768px) {
	.grid-system-bordered [class*='col'] {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

@media (min-width: 1200px) {
	.grid-system-bordered [class*='col'] {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}

.grid-system-outline .row {
	border: 1px solid #e9ecef;
}

.grid-system-outline .row:not(:last-child) {
	border-bottom-width: 0;
}

.grid-system-outline [class*='col']:not(:last-child) {
	border-right: 1px solid #e9ecef;
	margin-right: -1px;
}

.grid-system-outline *+.row {
	margin-top: 45px;
}

.grid-system-outline .row+.row {
	margin-top: 0;
}

.row-flex>[class*='col'] {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.row-flex>[class*='col']>* {
	flex-grow: 1;
	flex-shrink: 0;
}

.row-decoration-1 {
	position: relative;
}

.row-decoration-1 .col-6 {
	position: relative;
}

.row-decoration-1 .col-6::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	width: 1px;
	height: 100px;
	max-height: 100%;
	background: #e0e0e0;
}

@media (max-width: 767.98px) {
	.row-decoration-1 .col-6:nth-child(even)::after {
		display: none;
	}
}

@media (min-width: 768px) {
	.row-decoration-1 .col-6:nth-child(4n)::after {
		display: none;
	}
}

.row-decoration-1-corner {
	display: none;
}

@media (min-width: 992px) {
	.row-decoration-1 {
		padding: 45px 0 35px;
	}

	.row-decoration-1-corner {
		display: block;
	}

	.row-decoration-1-corner::before,
	.row-decoration-1-corner::after {
		content: '';
		position: absolute;
		border: 2px solid #e0e0e0;
		width: 34px;
		height: 34px;
	}

	.row-decoration-1-corner_top::before,
	.row-decoration-1-corner_top::after {
		top: 0;
		border-bottom: 0;
	}

	.row-decoration-1-corner_top::before {
		left: 15px;
		border-right: 0;
	}

	.row-decoration-1-corner_top::after {
		right: 15px;
		border-left: 0;
	}

	.row-decoration-1-corner_bottom::before,
	.row-decoration-1-corner_bottom::after {
		bottom: 0;
		border-top: 0;
	}

	.row-decoration-1-corner_bottom::before {
		left: 15px;
		border-right: 0;
	}

	.row-decoration-1-corner_bottom::after {
		right: 15px;
		border-left: 0;
	}
}

.row-x-20 {
	margin-left: -10px;
	margin-right: -10px;
}

.row-x-20>[class*='col'] {
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 1200px) {
	.container-wide {
		max-width: 100%;
	}
}

@media (min-width: 1800px) {
	.container-wide {
		max-width: 1800px;
	}
}

.container-fluid {
	max-width: 100%;
}

@media (min-width: 1200px) {
	.col-bordered {
		position: relative;
	}

	.col-bordered::before,
	.col-bordered::after {
		content: '';
		position: absolute;
		top: 12px;
		bottom: 12px;
		width: 1px;
	}

	.col-bordered::before {
		left: -57.5px;
		border-left: 1px solid #4b9ef1;
	}

	.col-bordered::after {
		right: -57.5px;
		border-right: 1px solid #4b9ef1;
	}
}

.bg-gray-31 .col-bordered::before,
.bg-gray-31 .col-bordered::after {
	border-color: #454a5f;
}

.range {
	display: flex;
	flex-wrap: wrap;
}

.cell-inner {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.range>[class*='cell'] {
	position: relative;
	width: 100%;
	min-height: 1px;
}

.range>[class*='cell']>.row {
	margin: 0;
}

.range>[class*='cell'].container {
	padding: 0;
}

.range>[class*='col'] {
	padding: 0;
}

@media (min-width: 576px) {
	.cell-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.cell-sm-6 .cell-inner {
		max-width: 270px;
	}

	.range>[class*='cell-sm']:nth-child(odd) .cell-inner {
		margin-left: auto;
	}

	.range.flex-sm-row-reverse>[class*='cell-sm']:nth-child(odd) .cell-inner {
		margin-left: 0;
	}

	.range.flex-sm-row-reverse>[class*='cell-sm']:nth-child(even) .cell-inner {
		margin-left: auto;
	}

	.range>[class*='cell-sm'].container {
		margin: 0;
	}
}

@media (min-width: 768px) {
	.range>[class*='cell-md']:nth-child(odd) .cell-inner {
		margin-left: auto;
	}

	.range.flex-md-row-reverse>[class*='cell-md']:nth-child(odd) .cell-inner {
		margin-left: 0;
	}

	.range.flex-md-row-reverse>[class*='cell-md']:nth-child(even) .cell-inner {
		margin-left: auto;
	}

	.range>[class*='cell-md'].container {
		margin: 0;
	}

	.cell-md-5 {
		flex: 0 0 calc(50% - 60px);
		max-width: calc(50% - 60px);
	}

	.cell-md-5 .cell-inner {
		max-width: 300px;
	}

	.cell-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.cell-md-6 .cell-inner {
		max-width: 360px;
	}
}

@media (min-width: 992px) {
	[class*='cell-lg']>.row>[class*='col'] {
		flex-basis: 100%;
	}

	.cell-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.cell-lg-6 .cell-inner {
		max-width: 480px;
	}

	.range>[class*='cell-lg']:nth-child(odd) .cell-inner {
		margin-left: auto;
	}

	.range>[class*='cell-lg'].container {
		margin: 0;
	}
}

@media (min-width: 992px) {
	.cell-xl-6_lg {
		flex: 0 0 calc(50% - -30px);
		max-width: calc(50% - -30px);
	}

	.cell-xl-6_lg .cell-inner {
		max-width: 510px;
	}

	.cell-xl-6_sm {
		flex: 0 0 calc(50% - 30px);
		max-width: calc(50% - 30px);
	}
}

@media (min-width: 1200px) {
	.range>[class*='cell-xl'].container {
		margin: 0;
	}

	.range>[class*='cell-xl']:nth-child(odd) .cell-inner {
		margin-left: auto;
	}

	.cell-lg-6,
	.cell-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.cell-lg-6 .cell-inner,
	.cell-xl-6 .cell-inner {
		max-width: 600px;
	}

	.cell-xl-6_lg {
		flex: 0 0 calc(50% - 70px);
		max-width: calc(50% - 70px);
	}

	.cell-xl-6_lg .cell-inner {
		max-width: 530px;
	}

	.cell-xl-6_sm {
		flex: 0 0 calc(50% - -70px);
		max-width: calc(50% - -70px);
	}
}

@media (min-width: 1600px) {
	.cell-xl-6_lg {
		flex: 0 0 calc(50% - -15px);
		max-width: calc(50% - -15px);
	}

	.cell-xl-6_lg .cell-inner {
		max-width: 615px;
	}

	.cell-xl-6_sm {
		flex: 0 0 calc(50% - 15px);
		max-width: calc(50% - 15px);
	}
}

/*
*
* Backgrounds
*/
.context-dark,
.bg-accent,
.context-dark h1,
.bg-accent h1,
.context-dark h2,
.bg-accent h2,
.context-dark h3,
.bg-accent h3,
.context-dark h4,
.bg-accent h4,
.context-dark h5,
.bg-accent h5,
.context-dark h6,
.bg-accent h6,
.context-dark [class*='heading-'],
.bg-accent [class*='heading-'] {
	color: #ffffff;
}

.context-dark .brand .brand-logo-dark,
.bg-accent .brand .brand-logo-dark {
	display: none;
}

.context-dark .brand .brand-logo-light,
.bg-accent .brand .brand-logo-light {
	display: block;
}

/**
* Light Backgrounds
*/
.bg-default {
	background-color: #ffffff;
}

.bg-default+.bg-default {
	padding-top: 0;
}

/**
* Dark Backgrounds
*/
/** 
* Accent Backgrounds
*/
.bg-accent {
	background-color: #4b9ef1;
}

.bg-accent+.bg-accent {
	padding-top: 0;
}

.bg-primary-lighten {
	background-color: #608ace;
}

.bg-primary-lighten+.bg-primary-lighten {
	padding-top: 0;
}

.bg-gray-8 {
	background-color: #c2d3f2;
}

.bg-gray-8+.bg-gray-8 {
	padding-top: 0;
}

.bg-gray-10 {
	background-color: #e0e0e0;
}

.bg-gray-10+.bg-gray-10 {
	padding-top: 0;
}

.bg-gray-12 {
	background-color: #f3f4f9;
}

.bg-gray-12+.bg-gray-12 {
	padding-top: 0;
}

.bg-gray-14 {
	background-color: #e1e1e1;
}

.bg-gray-14+.bg-gray-14 {
	padding-top: 0;
}

.bg-gray-16 {
	background-color: #f5f5f5;
}

.bg-gray-16+.bg-gray-16 {
	padding-top: 0;
}

.bg-gray-21 {
	background-color: #2a2e3d;
}

.bg-gray-21+.bg-gray-21 {
	padding-top: 0;
}

.bg-gray-31 {
	background-color: #2f3446;
}

.bg-gray-31+.bg-gray-31 {
	padding-top: 0;
}

.bg-secondary {
	background-color: #fdde52;
}

.bg-secondary+.bg-secondary {
	padding-top: 0;
}

.bg-darkblue-2 {
	background-color: #27527c;
}

.bg-darkblue-2+.bg-darkblue-2 {
	padding-top: 0;
}

.bg-accent .heading-7 {
	color: #9cc1ff;
}

.bg-accent button.owl-dot::before {
	background: #fdde52;
}

.bg-accent button.owl-dot:hover,
.bg-accent button.owl-dot.active {
	border-color: #ffffff;
}

.bg-accent button.owl-dot:hover::before,
.bg-accent button.owl-dot.active::before {
	opacity: 1;
}

/**
* Background Image
*/
[class*='bg-'] {
	background-size: cover;
	background-position: center center;
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .bg-fixed {
		background-attachment: fixed;
	}
}

/*
*
* Utilities custom
*/
.height-fill {
	position: relative;
	display: flex;
}

.height-fill>* {
	flex-grow: 1;
	flex-shrink: 0;
	width: 100%;
}

.height-fill .google-map {
	min-height: 100%;
}

.object-inline {
	white-space: nowrap;
}

.object-inline>* {
	display: inline-block;
	min-width: 20px;
	vertical-align: top;
	white-space: normal;
}

.object-inline>*+* {
	margin-left: 5px;
}

.oh {
	position: relative;
	overflow: hidden;
}

.text-decoration-lines {
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
}

.text-decoration-lines-content {
	position: relative;
	display: inline-block;
	min-width: 170px;
	font-size: 13px;
	text-transform: uppercase;
}

.text-decoration-lines-content::before,
.text-decoration-lines-content::after {
	content: '';
	position: absolute;
	height: 1px;
	background: #ced4da;
	top: 50%;
	width: 100vw;
}

.text-decoration-lines-content::before {
	left: 0;
	transform: translate3d(-100%, 0, 0);
}

.text-decoration-lines-content::after {
	right: 0;
	transform: translate3d(100%, 0, 0);
}

*+.text-decoration-lines {
	margin-top: 30px;
}

p.rights {
	font-size: 14px;
	color: #9a9a9a;
}

p.rights a {
	color: inherit;
}

p.rights a:hover {
	color: #4b9ef1;
}

.one-page .rights {
	color: #ffffff;
}

.one-page .rights a:hover {
	color: #fdde52;
}

.text-block>* {
	margin-left: .125em;
	margin-right: .125em;
}

@media (min-width: 480px) {
	.cols-2 {
		columns: 2;
		break-inside: avoid;
		column-gap: 26px;
	}

	.cols-2>* {
		display: inline-block;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.f1 {
		width: 109%;
	}
}

.features-block {
	padding: 20px 15px;
	background-color: #e7e9f0;
}

.features-block-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -12px;
	margin-left: -20px;
}

.features-block-inner:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.features-block-inner>* {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 12px;
	margin-left: 20px;
}

.features-block-list {
	display: flex;
	flex-wrap: wrap;
	color: #0d0d0d;
	letter-spacing: 0;
	margin-bottom: -15px;
	margin-left: -10px;
}

.features-block-list:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.features-block-list>* {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 10px;
}

.features-block-list>li {
	display: inline-flex;
}

.features-block-list span {
	display: inline-block;
	vertical-align: middle;
	min-height: 15px;
	line-height: 15px;
}

.features-block-list .icon {
	margin-right: 10px;
	font-size: 19px;
	color: #b7b7b7;
}

.features-block-list .icon[class*='hotel-icon-'] {
	margin-left: -5px;
	margin-right: 3px;
}

.features-block-list .hotel-icon-05 {
	font-size: 32px;
}

.features-block-list .hotel-icon-10,
.features-block-list .hotel-icon-26 {
	font-size: 34px;
}

.features-block+p {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.features-block {
		padding: 14px 22px;
	}

	.features-block-list {
		margin-left: -25px;
	}

	.features-block-list>* {
		margin-left: 25px;
	}

	.features-block+p {
		margin-top: 30px;
	}
}

.item-1 {
	display: flex;
	align-items: center;
	letter-spacing: .1em;
}

.item-1>*+* {
	margin-left: 10px;
}

.item-1 a,
.item-1 a:active,
.item-1 a:focus {
	color: #1c1c1c;
}

.item-1 a:hover {
	color: #4b9ef1;
}

span.item-1-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	flex-shrink: 0;
	border-radius: 50%;
	font-size: 18px;
	color: #151515;
	background: #fdde52;
}

.image-group-1 {
	max-width: 600px;
	margin: 0 auto 13%;
}

.image-group-1 a {
	position: relative;
	z-index: 1;
	display: block;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
}

.image-group-1 a:nth-child(1) {
	max-width: 83.33333%;
}

.image-group-1 a:nth-child(2) {
	max-width: 53.33333%;
	margin-top: -25%;
	margin-left: 11.66667%;
}

.image-group-1 a:nth-child(3) {
	max-width: 52.33333%;
	margin-top: -68%;
	margin-left: auto;
}

.image-group-1 a img {
	width: 100%;
}

.image-group-1 a:hover {
	transform: translateY(-15px);
}

.image-group-2 {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.image-group-2>*+* {
	margin-left: -5.98291%;
}

.image-group-2 a {
	position: relative;
	z-index: 1;
	display: block;
	flex-shrink: 0;
	width: 31.62393%;
	box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.35);
}

.image-group-2 a img {
	width: 100%;
}

.image-group-2 a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.1);
	opacity: 0;
	visibility: hidden;
	transition: .22s;
	pointer-events: none;
}

.image-group-2 a:nth-child(2) {
	z-index: 2;
	width: 48.71795%;
}

.image-group-2 a:hover::after {
	opacity: 1;
	visibility: visible;
}

*+.image-group-2 {
	margin-top: 30px;
}

@media (min-width: 992px) {
	*+.image-group-2 {
		margin-top: 60px;
	}
}

/*
*
* Animate.css
*/
.animated {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

html:not(.lt-ie10) .not-animated {
	opacity: 0;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 45px, 0);
		transform: translate3d(0, 45px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 45px, 0);
		transform: translate3d(0, 45px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUpSmall {
	-webkit-animation-name: fadeInUpSmall;
	animation-name: fadeInUpSmall;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-60px, 0, 0);
		transform: translate3d(-60px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeftSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-60px, 0, 0);
		transform: translate3d(-60px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeftSmall {
	-webkit-animation-name: fadeInLeftSmall;
	animation-name: fadeInLeftSmall;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(60px, 0, 0);
		transform: translate3d(60px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRightSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(60px, 0, 0);
		transform: translate3d(60px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRightSmall {
	-webkit-animation-name: fadeInRightSmall;
	animation-name: fadeInRightSmall;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes scaleAnimate {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleAnimate {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.scaleAnimate {
	-webkit-animation-name: scaleAnimate;
	animation-name: scaleAnimate;
}

/*
*
* Preloader
*/
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background: #ffffff;
	transition: .3s all ease;
}

.preloader.loaded {
	opacity: 0;
	visibility: hidden;
}

.preloader.loaded .banter-loader {
	opacity: 0;
	visibility: hidden;
}

.banter-loader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 72px;
	height: 72px;
	margin-left: -36px;
	margin-top: -36px;
}

.banter-loader__box {
	float: left;
	position: relative;
	width: 20px;
	height: 20px;
	margin-right: 6px;
}

.banter-loader__box:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #4b9ef1;
}

.banter-loader__box:nth-child(3n) {
	margin-right: 0;
	margin-bottom: 6px;
}

.banter-loader__box:nth-child(1):before,
.banter-loader__box:nth-child(4):before {
	margin-left: 26px;
}

.banter-loader__box:nth-child(3):before {
	margin-top: 52px;
}

.banter-loader__box:last-child {
	margin-bottom: 0;
}

@keyframes moveBox-1 {
	9.09091% {
		transform: translate(-26px, 0);
	}

	18.18182% {
		transform: translate(0px, 0);
	}

	27.27273% {
		transform: translate(0px, 0);
	}

	36.36364% {
		transform: translate(26px, 0);
	}

	45.45455% {
		transform: translate(26px, 26px);
	}

	54.54545% {
		transform: translate(26px, 26px);
	}

	63.63636% {
		transform: translate(26px, 26px);
	}

	72.72727% {
		transform: translate(26px, 0px);
	}

	81.81818% {
		transform: translate(0px, 0px);
	}

	90.90909% {
		transform: translate(-26px, 0px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}

.banter-loader__box:nth-child(1) {
	animation: moveBox-1 4s infinite;
}

@keyframes moveBox-2 {
	9.09091% {
		transform: translate(0, 0);
	}

	18.18182% {
		transform: translate(26px, 0);
	}

	27.27273% {
		transform: translate(0px, 0);
	}

	36.36364% {
		transform: translate(26px, 0);
	}

	45.45455% {
		transform: translate(26px, 26px);
	}

	54.54545% {
		transform: translate(26px, 26px);
	}

	63.63636% {
		transform: translate(26px, 26px);
	}

	72.72727% {
		transform: translate(26px, 26px);
	}

	81.81818% {
		transform: translate(0px, 26px);
	}

	90.90909% {
		transform: translate(0px, 26px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}

.banter-loader__box:nth-child(2) {
	animation: moveBox-2 4s infinite;
}

@keyframes moveBox-3 {
	9.09091% {
		transform: translate(-26px, 0);
	}

	18.18182% {
		transform: translate(-26px, 0);
	}

	27.27273% {
		transform: translate(0px, 0);
	}

	36.36364% {
		transform: translate(-26px, 0);
	}

	45.45455% {
		transform: translate(-26px, 0);
	}

	54.54545% {
		transform: translate(-26px, 0);
	}

	63.63636% {
		transform: translate(-26px, 0);
	}

	72.72727% {
		transform: translate(-26px, 0);
	}

	81.81818% {
		transform: translate(-26px, -26px);
	}

	90.90909% {
		transform: translate(0px, -26px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}

.banter-loader__box:nth-child(3) {
	animation: moveBox-3 4s infinite;
}

@keyframes moveBox-4 {
	9.09091% {
		transform: translate(-26px, 0);
	}

	18.18182% {
		transform: translate(-26px, 0);
	}

	27.27273% {
		transform: translate(-26px, -26px);
	}

	36.36364% {
		transform: translate(0px, -26px);
	}

	45.45455% {
		transform: translate(0px, 0px);
	}

	54.54545% {
		transform: translate(0px, -26px);
	}

	63.63636% {
		transform: translate(0px, -26px);
	}

	72.72727% {
		transform: translate(0px, -26px);
	}

	81.81818% {
		transform: translate(-26px, -26px);
	}

	90.90909% {
		transform: translate(-26px, 0px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}

.banter-loader__box:nth-child(4) {
	animation: moveBox-4 4s infinite;
}

@keyframes moveBox-5 {
	9.09091% {
		transform: translate(0, 0);
	}

	18.18182% {
		transform: translate(0, 0);
	}

	27.27273% {
		transform: translate(0, 0);
	}

	36.36364% {
		transform: translate(26px, 0);
	}

	45.45455% {
		transform: translate(26px, 0);
	}

	54.54545% {
		transform: translate(26px, 0);
	}

	63.63636% {
		transform: translate(26px, 0);
	}

	72.72727% {
		transform: translate(26px, 0);
	}

	81.81818% {
		transform: translate(26px, -26px);
	}

	90.90909% {
		transform: translate(0px, -26px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}

.banter-loader__box:nth-child(5) {
	animation: moveBox-5 4s infinite;
}

@keyframes moveBox-6 {
	9.09091% {
		transform: translate(0, 0);
	}

	18.18182% {
		transform: translate(-26px, 0);
	}

	27.27273% {
		transform: translate(-26px, 0);
	}

	36.36364% {
		transform: translate(0px, 0);
	}

	45.45455% {
		transform: translate(0px, 0);
	}

	54.54545% {
		transform: translate(0px, 0);
	}

	63.63636% {
		transform: translate(0px, 0);
	}

	72.72727% {
		transform: translate(0px, 26px);
	}

	81.81818% {
		transform: translate(-26px, 26px);
	}

	90.90909% {
		transform: translate(-26px, 0px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}

.banter-loader__box:nth-child(6) {
	animation: moveBox-6 4s infinite;
}

@keyframes moveBox-7 {
	9.09091% {
		transform: translate(26px, 0);
	}

	18.18182% {
		transform: translate(26px, 0);
	}

	27.27273% {
		transform: translate(26px, 0);
	}

	36.36364% {
		transform: translate(0px, 0);
	}

	45.45455% {
		transform: translate(0px, -26px);
	}

	54.54545% {
		transform: translate(26px, -26px);
	}

	63.63636% {
		transform: translate(0px, -26px);
	}

	72.72727% {
		transform: translate(0px, -26px);
	}

	81.81818% {
		transform: translate(0px, 0px);
	}

	90.90909% {
		transform: translate(26px, 0px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}

.banter-loader__box:nth-child(7) {
	animation: moveBox-7 4s infinite;
}

@keyframes moveBox-8 {
	9.09091% {
		transform: translate(0, 0);
	}

	18.18182% {
		transform: translate(-26px, 0);
	}

	27.27273% {
		transform: translate(-26px, -26px);
	}

	36.36364% {
		transform: translate(0px, -26px);
	}

	45.45455% {
		transform: translate(0px, -26px);
	}

	54.54545% {
		transform: translate(0px, -26px);
	}

	63.63636% {
		transform: translate(0px, -26px);
	}

	72.72727% {
		transform: translate(0px, -26px);
	}

	81.81818% {
		transform: translate(26px, -26px);
	}

	90.90909% {
		transform: translate(26px, 0px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}

.banter-loader__box:nth-child(8) {
	animation: moveBox-8 4s infinite;
}

@keyframes moveBox-9 {
	9.09091% {
		transform: translate(-26px, 0);
	}

	18.18182% {
		transform: translate(-26px, 0);
	}

	27.27273% {
		transform: translate(0px, 0);
	}

	36.36364% {
		transform: translate(-26px, 0);
	}

	45.45455% {
		transform: translate(0px, 0);
	}

	54.54545% {
		transform: translate(0px, 0);
	}

	63.63636% {
		transform: translate(-26px, 0);
	}

	72.72727% {
		transform: translate(-26px, 0);
	}

	81.81818% {
		transform: translate(-52px, 0);
	}

	90.90909% {
		transform: translate(-26px, 0);
	}

	100% {
		transform: translate(0px, 0);
	}
}

.banter-loader__box:nth-child(9) {
	animation: moveBox-9 4s infinite;
}

/*
*
* ToTop
*/
.ui-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 100;
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 46px;
	color: #ffffff;
	background: #4b9ef1;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	transition: .33s all ease-in-out;
	transform: translate3d(0, 100px, 0);
}

.ui-to-top:hover {
	color: #151515;
	background: #fdde52;
	text-decoration: none;
}

.ui-to-top:focus {
	color: #ffffff;
}

.ui-to-top.active {
	transform: translate3d(0, 0, 0);
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
	display: none !important;
}

@media (min-width: 576px) {
	.ui-to-top {
		right: 40px;
		bottom: 40px;
	}
}

/*
*
* RD Navbar
*/
@keyframes rd-navbar-slide-down {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes rd-navbar-slide-up {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-100%);
	}
}

.rd-navbar-wrap,
.rd-navbar,
.rd-menu,
.rd-navbar-nav,
.rd-navbar-panel,
.rd-navbar-static .rd-menu,
.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-fixed .rd-navbar-submenu {
	transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.rd-navbar--no-transition,
.rd-navbar--no-transition * {
	transition: none !important;
}

.rd-navbar,
.rd-navbar.rd-navbar--is-clone {
	display: none;
}

.rd-navbar.rd-navbar-fixed+.rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar+.rd-navbar.rd-navbar--is-clone {
	display: none;
}

.rd-navbar {
	display: none;
	background: #ffffff;
}

.rd-navbar-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #151515;
	background-color: transparent;
	border: none;
	display: none;
}

.rd-navbar-toggle span {
	position: relative;
	display: block;
	margin: auto;
	transition: .3s all ease;
}

.rd-navbar-toggle span::after,
.rd-navbar-toggle span::before {
	content: "";
	position: absolute;
	left: 0;
	top: -6px;
	transition: .3s all ease;
}

.rd-navbar-toggle span::after {
	top: 6px;
}

.rd-navbar-toggle span::after,
.rd-navbar-toggle span::before,
.rd-navbar-toggle span {
	width: 24px;
	height: 2px;
	background-color: #151515;
	backface-visibility: hidden;
	border-radius: 0;
}

.rd-navbar-toggle span {
	transform: rotate(180deg);
}

.rd-navbar-toggle span::before,
.rd-navbar-toggle span::after {
	transform-origin: 1.71429px center;
}

.rd-navbar-toggle.active span {
	transform: rotate(360deg);
}

.rd-navbar-toggle.active span::before,
.rd-navbar-toggle.active span::after {
	top: 0;
	width: 15px;
}

.rd-navbar-toggle.active span::before {
	transform: rotate3d(0, 0, 1, -40deg);
}

.rd-navbar-toggle.active span::after {
	transform: rotate3d(0, 0, 1, 40deg);
}

.rd-navbar-collapse-toggle {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #495057;
	display: none;
}

.rd-navbar-collapse-toggle span {
	top: 50%;
	margin-top: -3px;
}

.rd-navbar-collapse-toggle span,
.rd-navbar-collapse-toggle span::before,
.rd-navbar-collapse-toggle span::after {
	position: absolute;
	width: 4px;
	height: 4px;
	line-height: 4px;
	text-align: center;
	background: #495057;
	left: 50%;
	margin-left: -2px;
	border-radius: 50%;
	transition: .3s all ease;
}

.rd-navbar-collapse-toggle span::before,
.rd-navbar-collapse-toggle span::after {
	content: '';
}

.rd-navbar-collapse-toggle span::before {
	bottom: 100%;
	margin-bottom: 3px;
}

.rd-navbar-collapse-toggle span::after {
	top: 100%;
	margin-top: 3px;
}

.rd-navbar-collapse-toggle.active span {
	transform: scale(0.8);
}

.rd-navbar-collapse-toggle.active span::before {
	transform: translateY(18px);
}

.rd-navbar-collapse-toggle.active span::after {
	transform: translateY(-18px);
}

.rd-navbar-brand a {
	display: block;
}

.rd-nav-link {
	display: block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #0d0d0d;
}

.rd-dropdown-link,
.rd-megamenu-list-link {
	display: block;
}

.rd-navbar-search-toggle {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
}

.rd-navbar-search-toggle::-moz-focus-inner {
	border: none;
	padding: 0;
}

.rd-navbar-popup {
	position: absolute;
	z-index: 12;
	padding: 30px 25px;
	opacity: 0;
	visibility: visible;
	pointer-events: none;
	transition: .2s;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #e1e1e1;
}

.rd-navbar-popup.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.rd-navbar-popup .nav-tabs {
	justify-content: center;
}

@media (min-width: 768px) {
	.rd-navbar-popup {
		width: 370px;
		padding: 40px 35px;
	}
}

.rd-navbar-dropdown {
	display: none;
}

.rd-megamenu-title {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #151515;
}

/*
* @subsection  RD Navbar Static
*/
.rd-navbar-static {
	display: block;
}

.rd-navbar-static .rd-nav-item {
	display: inline-block;
}

.rd-navbar-static .rd-nav-item.focus .rd-nav-link,
.rd-navbar-static .rd-nav-item.opened .rd-nav-link {
	color: #4b9ef1;
	background: transparent;
}

.rd-navbar-static .rd-nav-item.focus>.rd-navbar-submenu-toggle,
.rd-navbar-static .rd-nav-item.opened>.rd-navbar-submenu-toggle {
	color: #4b9ef1;
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link {
	color: #4b9ef1;
	background: transparent;
}

.rd-navbar-static .rd-nav-item.active>.rd-navbar-submenu-toggle {
	color: #4b9ef1;
}

.rd-navbar-static .rd-nav-item.focus>.rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item.opened>.rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item .rd-nav-link:hover+.rd-navbar-submenu-toggle::before {
	transform: rotate(180deg);
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle {
	margin-left: 4px;
	font-family: "Material Design Icons";
	font-size: 16px;
	cursor: pointer;
	color: #2a2e3d;
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle::before {
	position: relative;
	display: inline-block;
	transition: .22s;
	content: '\f236';
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu-toggle:hover {
	color: #4b9ef1;
}

.rd-navbar-static .rd-nav-item>.rd-navbar-submenu {
	margin-top: 20px;
}

.rd-navbar-static .rd-nav-item+.rd-nav-item {
	margin-left: 24px;
}

@media (min-width: 1200px) {
	.rd-navbar-static .rd-nav-item+.rd-nav-item {
		margin-left: 38px;
	}
}

.rd-navbar-static .rd-nav-link {
	position: relative;
	display: inline-block;
	line-height: 1.2;
	transition: .25s;
}

.rd-navbar-static .rd-nav-link:hover {
	color: #4b9ef1;
}

.rd-navbar-static .rd-menu {
	z-index: 15;
	position: absolute;
	display: block;
	visibility: hidden;
	opacity: 0;
	text-align: left;
	background: #ffffff;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.24);
}

.rd-navbar-static .rd-navbar-dropdown {
	position: absolute;
	left: -25px;
	width: 270px;
	padding: 5px 23px;
	margin-top: 17px;
}

.rd-navbar-static .rd-navbar-dropdown>li {
	padding-top: 12px;
	padding-bottom: 12px;
}

.rd-navbar-static .rd-navbar-dropdown>li+li {
	border-top: 1px solid #e0e0e0;
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
	top: -1px;
	left: 100%;
	z-index: 2;
	margin-top: -15px;
	margin-left: 15px;
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: 15px;
}

.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link,
.rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {
	color: #4b9ef1;
}

.rd-navbar-static .rd-dropdown-link {
	color: #151515;
}

.rd-navbar-static .rd-dropdown-link:hover {
	color: #4b9ef1;
}

.rd-navbar-static .rd-navbar-dropdown>li>a,
.rd-navbar-static .rd-megamenu-list>li>a {
	position: relative;
	padding-left: 17px;
}

.rd-navbar-static .rd-navbar-dropdown>li>a::before,
.rd-navbar-static .rd-megamenu-list>li>a::before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #c2d3f2;
	transition: inherit;
}

.rd-navbar-static .rd-navbar-dropdown>li>a:hover::before,
.rd-navbar-static .rd-megamenu-list>li>a:hover::before {
	background: #4b9ef1;
}

.rd-navbar-static .rd-megamenu-list-item+.rd-megamenu-list-item {
	margin-top: 14px;
}

@media (min-width: 1600px) {
	.rd-navbar-static .rd-megamenu-list-item+.rd-megamenu-list-item {
		margin-top: 18px;
	}
}

.rd-navbar-static .rd-navbar-megamenu {
	display: flex;
	left: 0;
	width: 100%;
	max-width: 1170px;
	padding: 30px 0;
	margin-top: 30px;
}

.rd-navbar-static .rd-megamenu-item {
	position: relative;
	flex-basis: 50%;
	flex-grow: 1;
	padding-left: 30px;
}

.rd-navbar-static .rd-megamenu-item+.rd-megamenu-item::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #d8d8d8 50%, rgba(255, 255, 255, 0) 100%);
}

.rd-navbar-static .rd-megamenu-item:last-child {
	padding-right: 50px;
}

@media (min-width: 1200px) {
	.rd-navbar-static .rd-megamenu-item {
		padding-left: 50px;
	}
}

.rd-navbar-static .rd-megamenu-title {
	font-size: 18px;
}

.rd-navbar-static .rd-megamenu-list-link {
	color: #000000;
	background: transparent;
}

.rd-navbar-static .rd-megamenu-list-link:hover {
	color: #4b9ef1;
	background: transparent;
}

.rd-navbar-static *+.rd-megamenu-list {
	margin-top: 16px;
}

.rd-navbar-static .rd-navbar-submenu.focus>.rd-menu,
.rd-navbar-static .rd-navbar-submenu.opened>.rd-menu {
	opacity: 1;
	visibility: visible;
}

.rd-navbar-static .rd-navbar-search.active .rd-search {
	visibility: visible;
	opacity: 1;
}

.rd-navbar-static .rd-search {
	position: absolute;
	top: 100%;
	right: 0;
	width: 270px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	margin-top: 20px;
	z-index: 2;
}

.rd-navbar-static *+.rd-navbar-search {
	margin-left: 38px;
}

.rd-navbar-static .rd-navbar-search-toggle {
	display: inline-flex;
	color: #0d0d0d;
}

.rd-navbar-static .rd-navbar-search-toggle span {
	display: inline-block;
	position: relative;
	width: 32px;
	height: 32px;
	font-size: 26px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	padding: 0;
}

.rd-navbar-static .rd-navbar-search-toggle span,
.rd-navbar-static .rd-navbar-search-toggle span::before,
.rd-navbar-static .rd-navbar-search-toggle span::after {
	transition: .3s all ease-in-out;
}

.rd-navbar-static .rd-navbar-search-toggle span::before,
.rd-navbar-static .rd-navbar-search-toggle span::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.rd-navbar-static .rd-navbar-search-toggle span::before {
	content: "";
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
	font-family: "Material Design Icons";
}

.rd-navbar-static .rd-navbar-search-toggle span::after {
	content: "";
	transform: rotate(-90deg) scale(0.4);
	opacity: 0;
	visibility: hidden;
	font-family: "Material Design Icons";
}

.rd-navbar-static .rd-navbar-search-toggle.active span::before {
	opacity: 0;
	visibility: hidden;
	transform: rotate(90deg) scale(0.4);
}

.rd-navbar-static .rd-navbar-search-toggle.active span::after {
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-static .rd-navbar-search-toggle:hover {
	color: #4b9ef1;
}

.rd-navbar-static.rd-navbar--is-clone {
	display: block;
	transform: translate3d(0, -100%, 0);
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
	transform: translate3d(0, 0, 0);
}

.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-static.rd-navbar--is-clone {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1080;
	background: #ffffff;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-menu,
.rd-navbar-static.rd-navbar--is-clone .rd-menu {
	margin-top: 24px;
}

.rd-navbar-static .rd-navbar--has-dropdown {
	position: relative;
}

/*
*
* RD Navbar Fixed
*/
.rd-navbar-fixed {
	display: block;
}

.rd-navbar-fixed .rd-navbar-toggle {
	display: inline-block;
}

.rd-navbar-fixed .rd-navbar-brand {
	position: relative;
	margin-left: 6px;
}

.rd-navbar-fixed .rd-navbar-brand img {
	max-width: 160px;
	max-height: 41px;
	width: auto;
	height: auto;
}

.rd-navbar-fixed .rd-navbar-panel {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1080;
	display: flex;
	align-items: center;
	height: 56px;
	padding: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	position: fixed;
	left: 0;
	top: -56px;
	bottom: -56px;
	z-index: 1079;
	width: 270px;
	padding: 112px 0 81px;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	font-size: 14px;
	line-height: 34px;
	transform: translateX(-110%);
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
	width: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
	background: #aad1f8;
	border: none;
	border-radius: 0;
	opacity: .2;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
	background: #4b9ef1;
	border: none;
	border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
	transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-nav {
	display: block;
	margin: 15px 0;
	height: auto;
	text-align: left;
}

.rd-navbar-fixed .rd-navbar-main-item {
	padding: 20px;
}

.rd-navbar-fixed .rd-navbar-main-item .button {
	display: block;
}

.rd-navbar-fixed .rd-nav-item {
	text-align: left;
}

.rd-navbar-fixed .rd-nav-item+.rd-nav-item {
	margin-top: 4px;
}

.rd-navbar-fixed .rd-nav-link {
	display: block;
	padding: 9px 56px 9px 18px;
}

.rd-navbar-fixed li.opened>.rd-navbar-dropdown {
	padding: 4px 0 0;
}

.rd-navbar-fixed li.opened>.rd-navbar-megamenu {
	padding-top: 15px;
	padding-bottom: 15px;
}

.rd-navbar-fixed li.opened>.rd-menu {
	opacity: 1;
	height: auto;
}

.rd-navbar-fixed li.opened>.rd-navbar-submenu-toggle::after {
	transform: rotate(180deg);
}

.rd-navbar-fixed .rd-menu {
	display: none;
	transition: opacity 0.3s, height 0.4s ease;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.rd-navbar-fixed .rd-navbar-submenu {
	position: relative;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown .rd-navbar-submenu-toggle:after {
	height: 34px;
	line-height: 34px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown>li>a {
	padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li>a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li>a {
	padding-left: 46px;
}

.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-megamenu {
	display: block;
}

.rd-navbar-fixed .rd-megamenu-list>li>a,
.rd-navbar-fixed .rd-navbar-dropdown>li>a {
	display: block;
	padding: 9px 56px 9px 16px;
	font-size: 12px;
	line-height: 1.5;
}

.rd-navbar-fixed .rd-megamenu-list>li+li,
.rd-navbar-fixed .rd-navbar-dropdown>li+li {
	margin-top: 3px;
}

.rd-navbar-fixed .rd-megamenu-list>li>a {
	padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
	position: relative;
	display: block;
	padding: 0 18px 7px;
	font-size: 16px;
	line-height: 1.5;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
	content: '';
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	border-bottom: 1px solid;
}

.rd-navbar-fixed .rd-navbar-megamenu *+.rd-megamenu-list {
	margin-top: 11px;
}

.rd-navbar-fixed .rd-navbar-megamenu *+.rd-megamenu-title {
	margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-megamenu>li+li {
	margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
	cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
	content: '\f107';
	position: absolute;
	top: 0;
	right: 0;
	width: 56px;
	height: 52px;
	font: 400 14px "FontAwesome";
	line-height: 52px;
	text-align: center;
	transition: 0.4s all ease;
	z-index: 2;
	cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle {
	display: block;
	top: 4px;
	z-index: 1081;
}

.rd-navbar-fixed .rd-navbar-collapse {
	position: fixed;
	right: 0;
	top: 56px;
	z-index: 1079;
	padding: 15px;
	width: auto;
	text-align: left;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
	transition: .22s;
}

.rd-navbar-fixed .rd-navbar-collapse.active {
	opacity: 1;
	visibility: visible;
}

.rd-navbar-fixed .rd-navbar-collapse .list-inline>li {
	display: block;
}

.rd-navbar-fixed .rd-navbar-collapse .list-inline>li+li {
	margin-top: 10px;
}

.rd-navbar-fixed .rd-navbar-popup {
	position: fixed;
	top: 55px;
	left: 0;
	right: 0;
	z-index: 1080;
	max-height: calc(100vh - 56px);
	overflow-y: auto;
}

@media (min-width: 480px) {
	.rd-navbar-fixed .rd-navbar-popup {
		left: auto;
		width: 360px;
	}
}

.rd-navbar-fixed .rd-navbar-search .rd-search {
	position: fixed;
	right: 0;
	left: 0;
	top: 56px;
	z-index: 1079;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	transform: translate3d(0, -10px, 0);
}

.rd-navbar-fixed .rd-navbar-search .rd-search-results-live {
	display: none;
}

.rd-navbar-fixed .rd-navbar-search .form-input {
	padding-right: 50px;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
}

.rd-navbar-fixed .rd-navbar-search.active .rd-search {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
	display: inline-flex;
}

.rd-navbar-fixed .rd-navbar-search-toggle span {
	display: inline-block;
	position: relative;
	width: 48px;
	height: 48px;
	font-size: 26px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	padding: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span,
.rd-navbar-fixed .rd-navbar-search-toggle span::before,
.rd-navbar-fixed .rd-navbar-search-toggle span::after {
	transition: .3s all ease-in-out;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before,
.rd-navbar-fixed .rd-navbar-search-toggle span::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before {
	content: "";
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
	font-family: "Material Design Icons";
}

.rd-navbar-fixed .rd-navbar-search-toggle span::after {
	content: "";
	transform: rotate(-90deg) scale(0.4);
	opacity: 0;
	visibility: hidden;
	font-family: "Material Design Icons";
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::before {
	opacity: 0;
	visibility: hidden;
	transform: rotate(90deg) scale(0.4);
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::after {
	transform: rotate(0deg) scale(1);
	opacity: 1;
	visibility: visible;
}

.rd-navbar-fixed [class*='rd-navbar-fixed-element'] {
	position: fixed;
	top: 4px;
	z-index: 1082;
}

.rd-navbar-fixed .rd-navbar-fixed-element-1 {
	right: 0;
}

.rd-navbar-fixed .rd-navbar-fixed-element-2 {
	right: 46px;
}

.rd-navbar-fixed.rd-navbar--is-clone {
	display: none;
}

.rd-navbar-fixed .rd-navbar-fixed--visible {
	display: block;
}

.rd-navbar-fixed .rd-navbar-fixed--hidden {
	display: none;
}

.rd-navbar-fixed .rd-navbar-panel {
	color: #0d0d0d;
	background: #ffffff;
	border-bottom: 1px solid #e9ecef;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
	color: #ffffff;
	background: #ffffff;
	border: 1px solid #e9ecef;
	box-shadow: none;
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.focus .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.active .rd-nav-link,
.rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
	color: #ffffff;
	background: #4b9ef1;
}

.rd-navbar-fixed .rd-nav-item:hover>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.focus>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.active>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-nav-item.opened>.rd-navbar-submenu-toggle {
	color: #ffffff;
}

.rd-navbar-fixed .rd-menu {
	background: #ffffff;
}

.rd-navbar-fixed .rd-megamenu-list>li>a,
.rd-navbar-fixed .rd-navbar-dropdown>li>a {
	color: #151515;
}

.rd-navbar-fixed .rd-megamenu-list>li:hover>a,
.rd-navbar-fixed .rd-megamenu-list>li.focus>a,
.rd-navbar-fixed .rd-megamenu-list>li.active>a,
.rd-navbar-fixed .rd-megamenu-list>li.opened>a,
.rd-navbar-fixed .rd-navbar-dropdown>li:hover>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.focus>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.active>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.opened>a {
	color: #ffffff;
	background: #4b9ef1;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
	color: #dee2e6;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
	border-bottom: 1px solid #e9ecef;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a,
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:focus,
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:active {
	color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
	color: #4b9ef1;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
	color: #0d0d0d;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
	color: #dee2e6;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover {
	color: #4b9ef1;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
	color: #495057;
}

.rd-navbar-fixed .rd-navbar-search-toggle:hover {
	color: #4b9ef1;
}

.rd-navbar-fixed .rd-navbar-collapse {
	background-color: #ffffff;
	box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
}

html.rd-navbar-fixed-linked .page {
	padding-top: 56px;
}

/*
*
* RD Navbar Sidebar
*/
.rd-navbar-sidebar {
	display: block;
	background: #ffffff;
}

.rd-navbar-sidebar .rd-navbar-main-outer {
	padding-left: 15px;
	padding-right: 15px;
}

.rd-navbar-sidebar .rd-navbar-main {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 60px 22px 0;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.rd-navbar-sidebar .rd-navbar-main-element {
	display: flex;
	align-items: center;
}

.rd-navbar-sidebar .rd-navbar-main-element>*+* {
	margin-left: 20px;
}

.rd-navbar-sidebar .rd-navbar-toggle {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	z-index: 1102;
}

.rd-navbar-sidebar .rd-navbar-panel {
	min-width: 200px;
	text-align: center;
}

.rd-navbar-sidebar .rd-navbar-brand img {
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 200px;
}

.rd-navbar-sidebar .rd-navbar-nav-wrap {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1101;
	width: 450px;
	padding: 94px 0 0 0;
	background: #ffffff;
	transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	transform: translateX(100%);
	box-shadow: 0 0 13px 0 rgba(222, 226, 230, 0.16);
}

.rd-navbar-sidebar .rd-navbar-nav-wrap.active {
	transition-delay: .1s;
	transform: translateX(0);
}

.rd-navbar-sidebar .rd-navbar-nav {
	height: calc(100vh - 100px);
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid #e9ecef;
}

.rd-navbar-sidebar .rd-nav-item {
	position: relative;
	display: block;
	padding: 19px 30px 19px 40px;
}

.rd-navbar-sidebar .rd-nav-item.active .rd-nav-link {
	color: #4b9ef1;
}

.rd-navbar-sidebar .rd-nav-item .rd-nav-link,
.rd-navbar-sidebar .rd-nav-item>.rd-navbar-submenu-toggle {
	font-size: 18px;
}

.rd-navbar-sidebar .rd-nav-item+.rd-nav-item {
	border-top: 1px solid #e9ecef;
}

.rd-navbar-sidebar .rd-nav-item:last-child {
	border-bottom: 1px solid #e9ecef;
	margin-bottom: 30px;
}

.rd-navbar-sidebar .rd-nav-link {
	max-width: calc(100% - 30px);
	word-break: break-all;
	font-size: 18px;
	line-height: 1.4;
	text-transform: none;
	color: #dee2e6;
}

.rd-navbar-sidebar .rd-nav-link:hover {
	color: #4b9ef1;
}

.rd-navbar-sidebar .rd-navbar-submenu .opened>.rd-navbar-submenu-toggle::after {
	transform: rotate(180deg);
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-megamenu {
	display: none;
	opacity: 0;
	visibility: hidden;
	will-change: opacity, visibility;
	transition: opacity .2s;
}

.rd-navbar-sidebar .rd-navbar-submenu.opened>.rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu.opened>.rd-navbar-megamenu {
	display: block;
	opacity: 1;
	visibility: visible;
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu>.rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu>.rd-navbar-megamenu {
	transform: translateY(30px);
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu.opened>.rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu.opened>.rd-navbar-megamenu {
	transform: translateY(0);
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu .rd-navbar-submenu>.rd-navbar-dropdown {
	transform: translateX(-20px);
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu .rd-navbar-submenu.opened>.rd-navbar-dropdown {
	transform: translateX(0);
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-submenu-toggle,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: inherit;
	padding-right: inherit;
	padding-left: 10px;
	margin-bottom: inherit;
	display: inline-block;
	width: 30px;
	margin-left: 5px;
	text-align: center;
	cursor: pointer;
	color: #0d0d0d;
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-submenu-toggle:hover,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle:hover {
	color: #4b9ef1;
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle::after {
	content: '\f107';
	position: relative;
	display: inline-block;
	font-family: "FontAwesome";
	font-size: inherit;
	line-height: inherit;
	text-align: center;
	vertical-align: middle;
	transition: 0.4s all ease;
	z-index: 2;
	will-change: transform;
}

.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown>.rd-navbar-submenu-toggle {
	font-size: 14px;
	color: #dee2e6;
	margin-left: 7px;
}

.rd-navbar-sidebar .rd-menu {
	margin-top: 31px;
}

.rd-navbar-sidebar .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-megamenu-list {
	font-size: 14px;
}

.rd-navbar-sidebar .rd-navbar-dropdown li>a,
.rd-navbar-sidebar .rd-megamenu-list li>a {
	position: relative;
	left: -13px;
	display: flex;
	padding: 4px 18px 4px 0;
	text-align: left;
}

.rd-navbar-sidebar .rd-navbar-dropdown li>a,
.rd-navbar-sidebar .rd-navbar-dropdown li>a:focus,
.rd-navbar-sidebar .rd-navbar-dropdown li>a:active,
.rd-navbar-sidebar .rd-megamenu-list li>a,
.rd-navbar-sidebar .rd-megamenu-list li>a:focus,
.rd-navbar-sidebar .rd-megamenu-list li>a:active {
	color: #151515;
}

.rd-navbar-sidebar .rd-navbar-dropdown li>a:hover,
.rd-navbar-sidebar .rd-megamenu-list li>a:hover {
	color: #4b9ef1;
}

.rd-navbar-sidebar .rd-navbar-dropdown li>a,
.rd-navbar-sidebar .rd-navbar-dropdown li>a::before,
.rd-navbar-sidebar .rd-megamenu-list li>a,
.rd-navbar-sidebar .rd-megamenu-list li>a::before {
	transition: all .2s ease-in-out;
}

.rd-navbar-sidebar .rd-navbar-dropdown li>a::before,
.rd-navbar-sidebar .rd-megamenu-list li>a::before {
	position: relative;
	top: -1px;
	left: -6px;
	display: inline-block;
	content: '\f238';
	font-family: 'Material Design Icons';
	font-size: inherit;
	line-height: inherit;
	color: #4b9ef1;
	opacity: 0;
	visibility: hidden;
}

.rd-navbar-sidebar .rd-navbar-dropdown li.focus>a,
.rd-navbar-sidebar .rd-navbar-dropdown li.opened>a,
.rd-navbar-sidebar .rd-navbar-dropdown li>a:hover,
.rd-navbar-sidebar .rd-megamenu-list li.focus>a,
.rd-navbar-sidebar .rd-megamenu-list li.opened>a,
.rd-navbar-sidebar .rd-megamenu-list li>a:hover {
	left: -13px;
	padding-left: 18px;
	padding-right: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown li.focus>a::before,
.rd-navbar-sidebar .rd-navbar-dropdown li.opened>a::before,
.rd-navbar-sidebar .rd-navbar-dropdown li>a:hover::before,
.rd-navbar-sidebar .rd-megamenu-list li.focus>a::before,
.rd-navbar-sidebar .rd-megamenu-list li.opened>a::before,
.rd-navbar-sidebar .rd-megamenu-list li>a:hover::before {
	left: -7px;
	opacity: 1;
	visibility: visible;
}

.rd-navbar-sidebar .rd-navbar-megamenu {
	max-width: 450px;
	margin-bottom: -30px;
}

.rd-navbar-sidebar .rd-navbar-megamenu>* {
	margin-bottom: 30px;
}

.rd-navbar-sidebar .rd-navbar-megamenu>li {
	display: inline-block;
	vertical-align: top;
	width: 45%;
}

.rd-navbar-sidebar .rd-megamenu-title {
	display: none;
}

.rd-navbar-sidebar .rd-megamenu-list {
	margin-top: 0;
}

.rd-navbar-sidebar .rd-megamenu-list>li+li {
	margin-top: 10px;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown>a {
	padding-right: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown>a::before {
	display: none;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown>a:hover {
	padding-left: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.focus>a {
	padding-left: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened>.rd-navbar-submenu-toggle {
	color: #4b9ef1;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened>.rd-navbar-submenu-toggle::after {
	top: 1px;
}

.rd-navbar-sidebar .rd-navbar-dropdown>li+li {
	margin-top: 10px;
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-dropdown {
	margin-top: 25px;
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-dropdown .rd-navbar-dropdown {
	margin-top: 10px;
	padding-left: 15px;
}

.rd-navbar-sidebar .rd-nav-item>.rd-navbar-dropdown .rd-navbar-dropdown>li>a {
	font-size: 12px;
}

@media (min-width: 1200px) {
	.rd-navbar-sidebar .rd-navbar-megamenu {
		margin-bottom: -30px;
	}

	.rd-navbar-sidebar .rd-navbar-megamenu>* {
		margin-bottom: 30px;
	}

	.rd-navbar-sidebar .rd-navbar-dropdown>li+li,
	.rd-navbar-sidebar .rd-megamenu-list>li+li {
		margin-top: 18px;
	}
}

@media (min-width: 1200px) {
	.rd-navbar-sidebar .rd-navbar-nav-wrap {
		width: auto;
		left: calc(50% + 600px - 80px);
	}
}

.rd-navbar-sidebar.rd-navbar--is-clone {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	transform: translateY(-101%);
}

.rd-navbar-sidebar.rd-navbar--is-clone.rd-navbar--is-stuck {
	transform: translateY(0);
}

.rd-navbar-sidebar.rd-navbar--is-stuck {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1);
}

.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-main {
	padding-top: 11px;
	padding-bottom: 11px;
}

/**
*
* RD Navbar Classic
*/
.rd-navbar-classic .button-sm {
	padding-left: 18px;
	padding-right: 18px;
}

.rd-navbar-classic.rd-navbar-static {
	border-bottom: 1px solid #e1e1e1;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside-outer,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {
	padding-left: 15px;
	padding-right: 15px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside-outer {
	border-bottom: 1px solid #e1e1e1;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside-item {
	position: relative;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside-list {
	display: inline-flex;
	align-items: center;
	margin-left: -20px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside-list>li {
	padding: 0 20px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside-list>li:not(:last-child) {
	border-right: 1px solid #e1e1e1;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-popup {
	right: -15px;
	top: 100%;
	margin-top: 15px;
}

@media (min-width: 1600px) {
	.rd-navbar-classic.rd-navbar-static .rd-navbar-popup {
		left: 50%;
		transform: translate3d(-50%, 0, 0);
	}
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 0;
	height: 120px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main>*+* {
	margin-left: 30px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand {
	position: relative;
	top: -7px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 80px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-nav-wrap {
	display: flex;
	align-items: center;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-nav-wrap>*+* {
	margin-top: 0;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	.rd-navbar-classic.rd-navbar-static .rd-navbar-nav-wrap>*+* {
		margin-left: 35px;
	}
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer {
	display: none;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
	height: 75px;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-brand,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-brand {
	top: 0;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-brand img,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-brand img {
	max-height: 50px;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item>.rd-navbar-submenu,
.rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item>.rd-navbar-submenu {
	margin-top: 17px;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-nav-wrap {
	display: flex;
	flex-direction: column;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-nav {
	margin-top: 5px;
	order: 2;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-collapse {
	padding: 25px 20px;
	background: #f3f4f9;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-collapse>*+* {
	margin-top: 10px;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-aside {
	position: absolute;
	float: left;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-aside-item .block-inline button {
	position: fixed;
	top: 5px;
	right: 50px;
	display: flex;
	justify-content: center;
	height: 46px;
	z-index: 1081;
	margin: 0;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-aside-item .block-inline button>* {
	margin: 0;
}

@media (max-width: 575.98px) {
	.rd-navbar-classic.rd-navbar-fixed .rd-navbar-aside-item {
		font-size: 0;
	}

	.rd-navbar-classic.rd-navbar-fixed .rd-navbar-aside-item .icon {
		font-size: 22px;
	}

	.rd-navbar-classic.rd-navbar-fixed .rd-navbar-aside-item .block-inline button {
		width: 46px;
		padding-left: 2px;
		padding-bottom: 2px;
		background: #f3f4f9;
	}
}

/**
*
* RD Navbar Modern
*/
.rd-navbar-modern .button-sm {
	padding-left: 18px;
	padding-right: 18px;
}

.rd-navbar-modern .list-inline-1 a,
.rd-navbar-modern .list-inline-1 a:active,
.rd-navbar-modern .list-inline-1 a:focus {
	color: #b8b8b6;
}

.rd-navbar-modern .list-inline-1 a:hover {
	color: #4b9ef1;
}

.rd-navbar-modern.rd-navbar-static {
	border-bottom: 1px solid #e1e1e1;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-aside-outer,
.rd-navbar-modern.rd-navbar-static .rd-navbar-main-outer {
	padding-left: 15px;
	padding-right: 15px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-aside-outer {
	border-bottom: 1px solid #e1e1e1;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-aside,
.rd-navbar-modern.rd-navbar-static .rd-navbar-main {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-aside {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
	height: 120px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-block,
.rd-navbar-modern.rd-navbar-static .rd-navbar-collapse {
	display: flex;
	align-items: center;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-aside-item {
	position: relative;
}

.rd-navbar-modern.rd-navbar-static *+.rd-navbar-collapse-item {
	margin-left: 30px;
}

.rd-navbar-modern.rd-navbar-static *+.rd-navbar-aside-item {
	margin-left: 8px;
}

@media (min-width: 1200px) {
	.rd-navbar-modern.rd-navbar-static *+.rd-navbar-collapse-item {
		margin-left: 60px;
	}
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-aside-list {
	display: inline-flex;
	align-items: center;
	margin-left: -20px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-aside-list>li {
	padding: 0 20px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-aside-list>li:not(:last-child) {
	border-right: 1px solid #e1e1e1;
}

@media (min-width: 1200px) {
	.rd-navbar-modern.rd-navbar-static .rd-navbar-aside-list {
		margin-left: -30px;
		margin-right: -30px;
	}

	.rd-navbar-modern.rd-navbar-static .rd-navbar-aside-list>li {
		padding: 0 30px;
	}
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-popup {
	right: -15px;
	top: 100%;
	margin-top: 15px;
}

@media (min-width: 1600px) {
	.rd-navbar-modern.rd-navbar-static .rd-navbar-popup {
		left: 50%;
		transform: translate3d(-50%, 0, 0);
	}
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 0;
	height: 65px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-main>*+* {
	margin-left: 30px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-brand {
	position: relative;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-brand img {
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 80px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-nav-wrap {
	display: flex;
	align-items: center;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-nav-wrap>*+* {
	margin-top: 0;
	margin-left: 20px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-megamenu {
	margin-top: 17px;
}

@media (min-width: 1200px) {
	.rd-navbar-modern.rd-navbar-static .rd-navbar-nav-wrap>*+* {
		margin-left: 35px;
	}

	.rd-navbar-modern.rd-navbar-static .rd-nav-item+.rd-nav-item {
		margin-left: 32px;
	}
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer,
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer {
	display: none;
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-brand img,
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone .rd-navbar-brand img {
	max-height: 50px;
}

.rd-navbar-modern.rd-navbar-static.rd-navbar--is-stuck .rd-menu,
.rd-navbar-modern.rd-navbar-static.rd-navbar--is-clone .rd-menu {
	margin-top: 17px;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-nav {
	margin-bottom: 5px;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-main-item {
	padding: 10px 20px;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-collapse {
	padding: 25px 20px;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-collapse>*+* {
	margin-top: 25px;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-aside-list>*+* {
	margin-top: 17px;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-aside {
	position: absolute;
	float: left;
}

.rd-navbar-modern.rd-navbar-fixed .rd-navbar-aside-item button {
	position: fixed;
	top: 5px;
	right: 50px;
	display: flex;
	justify-content: center;
	height: 46px;
	z-index: 1081;
}

@media (max-width: 575.98px) {
	.rd-navbar-modern.rd-navbar-fixed .rd-navbar-aside-item button {
		width: 46px;
	}
}

/**
*
* RD Navbar Corporate
*/
.rd-navbar-corporate .button-sm {
	padding-left: 18px;
	padding-right: 18px;
}

.rd-navbar-corporate .list-inline-1 a,
.rd-navbar-corporate .list-inline-1 a:active,
.rd-navbar-corporate .list-inline-1 a:focus {
	color: #424445;
}

.rd-navbar-corporate .list-inline-1 a:hover {
	color: #4b9ef1;
}

.rd-navbar-corporate .link-with-icon {
	padding-left: 25px;
}

.rd-navbar-corporate .link-with-icon .icon {
	color: #151515;
}

.rd-navbar-corporate .link-with-icon a,
.rd-navbar-corporate .link-with-icon a:active,
.rd-navbar-corporate .link-with-icon a:focus {
	color: #151515;
}

.rd-navbar-corporate .link-with-icon a:hover {
	color: #4b9ef1;
}

.rd-navbar-corporate div.tabs-line .nav-link,
.rd-navbar-corporate div.tabs-line .nav-link:active,
.rd-navbar-corporate div.tabs-line .nav-link:focus {
	color: #9a9a9a;
}

.rd-navbar-corporate div.tabs-line .nav-link:hover,
.rd-navbar-corporate div.tabs-line .nav-link.active {
	color: #4b9ef1;
}

.rd-navbar-corporate .rd-navbar-group-outer.context-dark {
	color: #7f879a;
}

.rd-navbar-corporate.rd-navbar-static {
	border-bottom: 1px solid transparent;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-group-outer,
.rd-navbar-corporate.rd-navbar-static .rd-navbar-aside-outer,
.rd-navbar-corporate.rd-navbar-static .rd-navbar-main-outer {
	padding-left: 15px;
	padding-right: 15px;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-group-outer {
	padding-top: 12px;
	padding-bottom: 12px;
	background: #323640;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-aside-outer,
.rd-navbar-corporate.rd-navbar-static .rd-navbar-main-outer {
	background: #f3f4f9;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-group,
.rd-navbar-corporate.rd-navbar-static .rd-navbar-aside,
.rd-navbar-corporate.rd-navbar-static .rd-navbar-main {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-group,
.rd-navbar-corporate.rd-navbar-static .rd-navbar-aside {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-group>*+*,
.rd-navbar-corporate.rd-navbar-static .rd-navbar-aside>*+* {
	margin-left: 30px;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-main-outer {
	height: 35px;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-aside {
	height: 150px;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-block,
.rd-navbar-corporate.rd-navbar-static .rd-navbar-collapse {
	display: flex;
	align-items: center;
}

.rd-navbar-corporate.rd-navbar-static *+.rd-navbar-collapse-item {
	margin-left: 30px;
}

.rd-navbar-corporate.rd-navbar-static *+.rd-navbar-aside-item {
	margin-left: 8px;
}

@media (min-width: 1200px) {
	.rd-navbar-corporate.rd-navbar-static *+.rd-navbar-collapse-item {
		margin-left: 60px;
	}
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-aside-list {
	display: inline-flex;
	align-items: center;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-aside-list dt+dd {
	margin-top: 5px;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-aside-list>*+* {
	margin-left: 20px;
}

@media (min-width: 1200px) {
	.rd-navbar-corporate.rd-navbar-static .rd-navbar-aside-list {
		padding-right: 60px;
	}

	.rd-navbar-corporate.rd-navbar-static .rd-navbar-aside-list>*+* {
		margin-left: 94px;
	}
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-popup {
	right: -15px;
	top: 100%;
	margin-top: 15px;
}

@media (min-width: 1600px) {
	.rd-navbar-corporate.rd-navbar-static .rd-navbar-popup {
		left: 50%;
		transform: translate3d(-50%, 0, 0);
	}
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-main {
	position: relative;
	z-index: 11;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
	padding: 15px 29px;
	background: #ffffff;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-main>*+* {
	margin-left: 30px;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-brand {
	position: relative;
	top: -8px;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-brand img {
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 80px;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-nav-wrap {
	display: flex;
	align-items: center;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-nav-wrap>*+* {
	margin-top: 0;
	margin-left: 20px;
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-megamenu {
	margin-top: 17px;
}

.rd-navbar-corporate.rd-navbar-static .block-inline button,
.rd-navbar-corporate.rd-navbar-static .block-inline button:active,
.rd-navbar-corporate.rd-navbar-static .block-inline button:focus {
	color: #ffffff;
}

.rd-navbar-corporate.rd-navbar-static .block-inline button:hover {
	color: #4b9ef1;
}

@media (min-width: 1200px) {
	.rd-navbar-corporate.rd-navbar-static .rd-navbar-nav-wrap>*+* {
		margin-left: 35px;
	}

	.rd-navbar-corporate.rd-navbar-static .rd-nav-item+.rd-nav-item {
		margin-left: 32px;
	}
}

.rd-navbar-corporate.rd-navbar-static .rd-navbar-group-item {
	position: relative;
}

.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-clone {
	border-bottom-color: #e1e1e1;
}

.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-group-outer,
.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer,
.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-clone .rd-navbar-group-outer,
.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer {
	display: none;
}

.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main-outer,
.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main-outer {
	height: auto;
	background: #ffffff;
}

.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main,
.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
	padding-left: 0;
	padding-right: 0;
}

.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-stuck .rd-menu,
.rd-navbar-corporate.rd-navbar-static.rd-navbar--is-clone .rd-menu {
	margin-top: 17px;
}

.rd-navbar-corporate.rd-navbar-fixed .rd-navbar-nav {
	margin-bottom: 5px;
}

.rd-navbar-corporate.rd-navbar-fixed .rd-navbar-main-item {
	padding: 10px 20px;
}

.rd-navbar-corporate.rd-navbar-fixed .rd-navbar-slogan {
	display: none;
}

.rd-navbar-corporate.rd-navbar-fixed .rd-navbar-collapse {
	padding: 25px 20px;
}

.rd-navbar-corporate.rd-navbar-fixed .rd-navbar-collapse>*+* {
	margin-top: 25px;
}

.rd-navbar-corporate.rd-navbar-fixed .rd-navbar-aside-list>*+* {
	margin-top: 17px;
}

.rd-navbar-corporate.rd-navbar-fixed .rd-navbar-aside {
	position: absolute;
	float: left;
}

.rd-navbar-corporate.rd-navbar-fixed .rd-navbar-group-item .block-inline button {
	position: fixed;
	top: 5px;
	right: 50px;
	display: flex;
	justify-content: center;
	height: 46px;
	z-index: 1081;
	margin: 0;
}

.rd-navbar-corporate.rd-navbar-fixed .rd-navbar-group-item .block-inline button>* {
	margin: 0;
}

@media (max-width: 575.98px) {
	.rd-navbar-corporate.rd-navbar-fixed .rd-navbar-group-item {
		font-size: 0;
	}

	.rd-navbar-corporate.rd-navbar-fixed .rd-navbar-group-item .icon {
		font-size: 22px;
	}

	.rd-navbar-corporate.rd-navbar-fixed .rd-navbar-group-item .block-inline button {
		width: 46px;
		padding-left: 2px;
		padding-bottom: 2px;
		background: #f3f4f9;
	}
}

/*
*
* Swiper
*/
.swiper-container {
	display: flex;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: auto;
	width: 100%;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	z-index: 1;
	display: flex;
	align-self: stretch;
	align-items: stretch;
	width: 100%;
	height: auto;
	min-height: inherit;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container {
	flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	touch-action: pan-y;
}

.swiper-wp8-vertical {
	touch-action: pan-x;
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
	/* Windows 8 IE 10 fix */
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}

.swiper-slide>.vide__body,
.swiper-slide>.parallax_cnt {
	height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	font-size: 26px;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	transition: .2s ease-in;
	will-change: transform;
	z-index: 10;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	color: #4b9ef1;
}

@media (min-width: 768px) {

	.swiper-button-prev,
	.swiper-button-next {
		display: block;
	}
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev {
	left: 30px;
}

.swiper-button-prev::before {
	font-family: "FontAwesome";
	content: "\f060";
}

.swiper-button-next {
	right: 30px;
}

.swiper-button-next::before {
	font-family: "FontAwesome";
	content: "\f061";
}

.swiper-slider.swiper-container-rtl .swiper-button-prev::before {
	content: "\f061";
}

.swiper-slider.swiper-container-rtl .swiper-button-next::before {
	content: "\f060";
}

.swiper-pagination {
	position: absolute;
	display: block;
	text-align: center;
	transition: .3s;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.6);
	transition: .2s;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet:hover {
	background: white;
}

.swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-black .swiper-pagination-bullet {
	background: rgba(0, 0, 0, 0.6);
}

.swiper-pagination-black .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: black;
}

.swiper-container-vertical>.swiper-pagination {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet {
	margin: 5px 0;
	display: block;
}

.swiper-container-horizontal>.swiper-pagination {
	bottom: 20px;
	left: 0;
	width: 100%;
}

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px;
}

.swiper-slide {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	white-space: nowrap;
}

.swiper-slide-caption {
	width: 100%;
	white-space: normal;
}

.swiper-slider-1 {
	min-height: 40.10417vw;
}

/*
*
* Select 2
*/
/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
.select2-container {
	margin: 0;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
	/*
		Force border-box so that % widths fit the parent
		container without overlap because of margin/padding.
		More Info : http://www.quirksmode.org/css/box.html
	*/
	-webkit-box-sizing: border-box;
	/* webkit */
	-moz-box-sizing: border-box;
	/* firefox */
	box-sizing: border-box;
	/* css3 */
}

.select2-container .select2-choice {
	display: block;
	position: relative;
	color: #151515;
	background-color: #f3f4f9;
	padding: 12px 19px;
	border-radius: 0;
	text-decoration: none;
}

.select2-container .select2-choice>.select2-chosen {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.select2-dropdown-open .select2-choice {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-arrow {
	display: inline-block;
	position: absolute;
	right: 19px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
}

.select2-arrow b::before {
	display: inline-block;
	font-weight: 400;
	content: "";
	font-family: "Material Design Icons";
	font-size: 18px;
	transform: rotate(0deg);
}

.select2-dropdown-open .select2-arrow b:before {
	transform: rotate(180deg);
}

.select2-container .select2-choice abbr {
	display: none;
}

.select2-drop-mask {
	border: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	/* styles required for IE to work */
	background-color: #ffffff;
	filter: alpha(opacity=0);
}

.select2-drop {
	width: 100%;
	margin-top: -1px;
	position: absolute;
	z-index: 100;
	top: 100%;
	background: #ffffff;
	color: #151515;
	border: 1px solid #f3f4f9;
	border-top: 0;
	border-radius: 0 0 0 0;
}

.select2-drop-active {
	border: 1px solid #e1e1e1;
	border-top: 0;
}

.select2-drop.select2-drop-above {
	margin-top: 1px;
	border-top: 1px solid #f3f4f9;
	border-bottom: 0;
}

.select2-drop.select2-drop-above.select2-drop-active {
	border: 1px solid #4b9ef1;
}

.select2-search {
	display: inline-block;
	width: 100%;
	padding: 4px 4px 0;
	position: relative;
	z-index: 10000;
	white-space: nowrap;
}

.select2-search::before {
	position: absolute;
	right: 19px;
	top: 50%;
	transform: translateY(calc(-50% + 4px));
	display: inline-block;
	content: '\f43b';
	font-family: "Material Design Icons";
	font-size: 20px;
	line-height: 1;
}

.select2-search input {
	width: 100%;
	padding: 5px 35px 5px 5px;
	margin: 0;
	outline: 0;
	font-size: 1em;
	background-color: #f3f4f9;
	color: #151515;
	border: 1px solid #f3f4f9;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
	border-color: #f3f4f9;
	border-top-color: transparent;
}

.select2-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* results */
.select2-results {
	padding: 0;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-result {
	border-radius: 0;
	transition: .1s;
}

.select2-results li.select2-result-with-children>.select2-result-label {
	font-weight: bold;
}

.select2-results .select2-result-label {
	padding: 3px 23px 4px;
	margin: 0;
	cursor: pointer;
	min-height: 1em;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.select2-results .select2-highlighted {
	color: #ffffff;
	background: #4b9ef1;
}

.select2-results li em {
	background: #ffffff;
	font-style: normal;
}

.select2-results .select2-highlighted em {
	background: transparent;
}

.select2-results .select2-highlighted ul {
	background: #ffffff;
	color: #000000;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
	color: #ffffff;
	background: #4b9ef1;
	display: list-item;
	cursor: default;
}

.select2-results .select2-disabled {
	background: #ced4da;
	display: list-item;
	cursor: default;
}

.select2-results .select2-selected {
	display: none;
}

.select2-results .select2-ajax-error {
	background: rgba(255, 50, 50, 0.2);
}

.select2-more-results {
	background: #f4f4f4;
	display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #dddddd;
	cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
	background-color: #f4f4f4;
	background-image: none;
	border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
	display: none;
}

/* multiselect */
.select2-container-multi {
	display: flex;
	align-items: stretch;
	height: auto;
	min-height: 50px;
}

.select2-container-multi .select2-choices {
	display: flex;
	flex-flow: row;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 0;
	cursor: text;
	overflow: hidden;
}

.select2-locked {
	padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
	min-height: 26px;
}

.select2-container-multi .select2-choices .select2-search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
	width: 100% !important;
	outline: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
	padding: 4px 5px 4px 20px;
	margin: 3px 0 3px 5px;
	position: relative;
	line-height: 13px;
	cursor: default;
	border: 1px solid #d1d5e8;
	background-clip: padding-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #d1d5e8;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
	cursor: default;
}

.select2-search-choice-close {
	display: block;
	width: 12px;
	height: 13px;
	position: absolute;
	right: 3px;
	top: 3px;
	color: #495057;
}

.select2-search-choice-close::before {
	display: inline-block;
	content: '\f24c';
	font-family: "Material Design Icons";
	font-size: 12px;
	line-height: 1;
}

.select2-container-multi .select2-search-choice-close {
	left: 3px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #dddddd;
	cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
	padding: 3px 5px 3px 5px;
	border: 1px solid #dddddd;
	background-image: none;
	background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
	display: none;
	background: none;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
	text-decoration: underline;
}

.select2-offscreen,
.select2-offscreen:focus {
	clip: rect(0 0 0 0) !important;
	width: 1px !important;
	height: 1px !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
	outline: 0 !important;
	left: 0px !important;
	top: 0px !important;
}

.select2-display-none {
	display: none;
}

.select2-measure-scrollbar {
	position: absolute;
	top: -10000px;
	left: -10000px;
	width: 100px;
	height: 100px;
	overflow: scroll;
}

.select-filter {
	border: 1px solid #e1e1e1;
}

.select-filter .select2-choice {
	background-color: transparent;
}

.select-filter .select2-choice b::before {
	color: #2a2e3d;
}

.select2-drop.select-classic {
	background-color: #f3f4f9;
	border: none;
}

.context-dark .select-filter .select2-choice,
.bg-accent .select-filter .select2-choice {
	background: #ffffff;
	border-color: #ffffff;
}

/*
*
* Google Maps
*/
.google-map-markers {
	display: none;
}

.google-map-container {
	width: 100%;
}

.google-map {
	width: 100%;
	height: 200px;
}

@media (min-width: 576px) {
	.google-map {
		height: 250px;
	}
}

@media (min-width: 992px) {
	.google-map {
		height: 400px;
	}
}

@media (min-width: 1200px) {
	.google-map {
		height: 450px;
	}
}

@media (min-width: 768px) {
	.google-map-1 {
		height: 370px;
	}
}

@media (min-width: 1200px) {
	.google-map-2 {
		height: 570px;
	}
}

@media (min-width: 768px) {
	.google-map-3 {
		height: 500px;
	}
}

@media (min-width: 1200px) {
	.google-map-3 {
		height: 680px;
	}
}

.google-map-4 {
	height: 340px;
}

@media (min-width: 768px) {
	.google-map-4 {
		height: 450px;
	}
}

@media (min-width: 1200px) {
	.google-map-4 {
		height: 680px;
	}
}

.gm-style-iw {
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.71429;
	color: #151515;
}

.google-map-container_product-classic-2 .google-map {
	min-height: 470px;
}

.google-map-container_product-classic-2 .product-classic {
	width: 100%;
	padding: 25px 23px 21px;
}

.google-map-container_product-classic-2 .product-classic .product-classic-list {
	font-size: 14px;
}

.google-map-container_product-classic-2 .product-classic:hover {
	box-shadow: none;
}

.google-map-container_product-classic-2 .product-classic:hover .product-classic-media img {
	transform: none;
}

.google-map-container_product-classic-2 .product-classic-list {
	padding-right: 0;
}

.google-map-container_product-classic-2 *+.product-classic-list {
	margin-top: 24px;
}

.google-map-container_product-classic-2 .gm-style-iw {
	width: 100% !important;
	left: 1px !important;
}

.google-map-container_product-classic-2 .gm-style-iw>div {
	width: 100% !important;
}

.google-map-container_product-classic-2 .gm-style>div>div>div>div>div:first-child {
	width: 300px !important;
}

.google-map-container_product-classic-2 .gm-style>div>div>div>div>div:first-child>div>div:nth-child(2),
.google-map-container_product-classic-2 .gm-style>div>div>div>div>div:first-child>div>div:nth-child(4) {
	width: 100% !important;
}

.google-map-container_product-classic-2 .gm-style-pbc+div>div>div:nth-child(4)>div>div:nth-child(1) {
	margin-top: -14px;
}

.google-map-container_product-classic-2 .gm-style-iw+div {
	top: 9px !important;
	right: -1px !important;
	height: 30px !important;
	width: 30px !important;
	font-size: 18px;
	line-height: 30px;
	background: #fdde52;
	color: #151515;
	transition: .22s;
	opacity: 1 !important;
	text-align: center;
}

.google-map-container_product-classic-2 .gm-style-iw+div::before {
	content: '\f69a';
	font-family: 'Material Design Icons';
}

.google-map-container_product-classic-2 .gm-style-iw+div:hover {
	color: #ffffff;
	background: #4b9ef1;
}

.google-map-container_product-classic-2 .gm-style-iw+div img {
	display: none;
}

@media (min-width: 400px) {
	.google-map-container_product-classic-2 .gm-style>div>div>div>div>div:first-child {
		width: 370px !important;
	}
}

@media (max-width: 767.98px) {
	.google-map-container_product-light .google-map {
		height: 340px;
	}
}

.google-map-container_product-light .gm-style-iw {
	width: 100% !important;
	left: 1px !important;
}

.google-map-container_product-light .gm-style-iw>div {
	width: 100%;
}

.google-map-container_product-light .gm-style>div>div>div>div>div:first-child {
	width: 250px !important;
}

.google-map-container_product-light .gm-style>div>div>div>div>div:first-child>div>div:nth-child(2),
.google-map-container_product-light .gm-style>div>div>div>div>div:first-child>div>div:nth-child(4) {
	width: 100% !important;
}

.google-map-container_product-light .gm-style-pbc+div>div>div:nth-child(4)>div>div:nth-child(1) {
	margin-top: -13px;
}

.google-map-container_product-light .gm-style-iw+div {
	top: 9px !important;
	right: -1px !important;
	height: 30px !important;
	width: 30px !important;
	font-size: 18px;
	line-height: 30px;
	background: #fdde52;
	color: #151515;
	transition: .22s;
	opacity: 1 !important;
	text-align: center;
}

.google-map-container_product-light .gm-style-iw+div::before {
	content: '\f69a';
	font-family: 'Material Design Icons';
}

.google-map-container_product-light .gm-style-iw+div:hover {
	color: #ffffff;
	background: #4b9ef1;
}

.google-map-container_product-light .gm-style-iw+div img {
	display: none;
}

.gm-style .gm-style-iw {
	display: block !important;
	width: 100% !important;
	min-width: 200px !important;
	height: 100% !important;
	top: 0 !important;
	left: 0 !important;
	padding: 15px !important;
	background-color: white !important;
	line-height: 140%;
	font-size: 1rem;
}

.gm-style-iw-d {
	overflow: auto !important;
}

/*
*
* Search Results
*/
.rd-search-results-live {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	max-height: 600px;
	overflow-y: auto;
	margin: -3px 0 0;
	text-align: left;
	z-index: 998;
}

.rd-search-results-live #search-results {
	position: relative;
	padding: 16px 0 0;
	color: #151515;
	background: #f3f4f9;
	opacity: 0;
	visibility: hidden;
	transform-origin: 50% 0;
	transform: scale(1, 0.9);
	transition: .3s all ease;
}

.rd-search-results-live #search-results::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: -1;
	border: 1px solid #e9ecef;
	border-top: 0;
}

.rd-search-results-live #search-results.active {
	opacity: 1;
	visibility: visible;
	transform: scale(1, 1);
}

.rd-search-results-live .search-quick-result {
	padding-left: 15px;
	padding-right: 15px;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	color: #151515;
}

.rd-search-results-live .search-list {
	margin-top: 11px;
}

.rd-search-results-live .search-list li:only-child {
	padding: 0 15px 15px;
}

.rd-search-results-live .search-link {
	color: #dee2e6;
}

.rd-search-results-live .search-link:hover {
	color: #4b9ef1;
}

.rd-search-results-live .search-error {
	font-size: 14px;
	line-height: 1.6;
}

.rd-search-results-live .search-title {
	position: relative;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #151515;
}

.rd-search-results-live .search-title a:hover {
	color: #4b9ef1;
}

.rd-search-results-live .search-list-item-all {
	margin-top: 18px;
	width: 100%;
}

.rd-search-results-live .search-submit {
	position: relative;
	overflow: hidden;
	z-index: 0;
	display: block;
	padding: 8px;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	background: #4b9ef1;
}

.rd-search-results-live .search-submit:hover {
	color: #ffffff;
	background: #dee2e6;
}

.rd-search-results-live .match {
	display: none;
}

.not-empty~.rd-search-results-live {
	visibility: visible;
	opacity: 1;
}

.rd-search-results-live p {
	font-size: 11px;
}

.rd-search-results-live p * {
	margin: 0;
}

.rd-search-results-live .search-list-item {
	padding: 0 15px;
}

.rd-search-results-live *+p {
	margin-top: 5px;
}

.rd-search-results-live .search-list-item+.search-list-item {
	margin-top: 17px;
}

.rd-search-results .search-list {
	counter-reset: li;
	text-align: left;
	padding-left: 0;
	font-size: 18px;
	list-style-type: none;
	overflow: hidden;
}

.rd-search-results .search-list li div {
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	white-space: nowrap;
}

.rd-search-results .search-list li:only-child::before {
	display: none;
}

.rd-search-results .search-list-item {
	position: relative;
	padding-left: 40px;
	font-size: 14px;
	color: #adb5bd;
}

.rd-search-results .search-list-item::before {
	content: counter(li, decimal-leading-zero) ".";
	counter-increment: li;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: inherit;
	font-weight: 400;
	color: #000000;
}

.rd-search-results .search-list-item+.search-list-item {
	margin-top: 40px;
}

.rd-search-results .search-title {
	font-size: 16px;
	color: #000000;
}

.rd-search-results .search {
	color: #ffffff;
	padding: 0 .25em;
	background: #4b9ef1;
}

.rd-search-results .match {
	padding: 5px;
	font-size: 12px;
	line-height: 1.7;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #000000;
}

.rd-search-results .match em {
	margin: 0;
	font-style: normal;
}

.rd-search-results p * {
	margin: 0;
}

.rd-search-results *+.match {
	margin-top: 10px;
}

@media (min-width: 768px) {
	.rd-search-results .search-title {
		font-size: 18px;
	}

	.rd-search-results .search-list-item::before {
		top: -1px;
		font-size: 16px;
	}

	.rd-search-results *+p {
		margin-top: 12px;
	}
}

@media (min-width: 992px) {
	.rd-search-results .search-list-item {
		padding-left: 40px;
	}
}

*+.rd-search-results {
	margin-top: 40px;
}

@media (min-width: 768px) {
	*+.rd-search-results {
		margin-top: 55px;
	}
}

.rd-search-classic {
	position: relative;
}

.rd-search-classic .form-input {
	padding-right: 50px;
}

.rd-search-classic .form-input,
.rd-search-classic .form-label {
	color: #9b9b9b;
	letter-spacing: 0;
}

.rd-search-classic .rd-search-submit {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	padding-top: 3px;
	padding-right: 2px;
	margin: 0;
	text-align: center;
	font-size: 0;
	line-height: 0;
	color: #151515;
}

.rd-search-classic .rd-search-submit::-moz-focus-inner {
	border: none;
	padding: 0;
}

.rd-search-classic .rd-search-submit::before {
	position: relative;
	top: -1px;
	content: '\e01c';
	font: 400 20px 'fl-budicons-launch';
	line-height: 1;
	transition: .33s all ease;
}

.rd-search-classic .rd-search-submit:hover {
	color: #4b9ef1;
}

.rd-search-classic.form-sm .form-input {
	padding-right: 40px;
}

.rd-search-classic.form-sm .rd-search-submit {
	width: 40px;
	font-size: 18px;
}

.rd-search-classic.form-lg .form-input {
	padding-right: 60px;
}

.rd-search-classic.form-lg .rd-search-submit {
	width: 60px;
}

/*
*
* Isotope
*/
@keyframes sprite-animation {
	from {
		background-position: 0 0;
	}
}

[data-isotope-layout] {
	z-index: 0;
	display: block;
	min-height: 160px;
	margin-left: -15px;
	margin-right: -15px;
	transition: .4s all ease;
}

[data-isotope-layout] .row {
	margin-bottom: -30px;
}

[data-isotope-layout] .row>[class*='col-'] {
	margin-top: 30px;
}

[data-isotope-layout] .row-narrow {
	margin-bottom: -30px;
}

[data-isotope-layout] .row-narrow>[class*='col-'] {
	margin-top: 30px;
}

[data-isotope-layout] .row-condensed {
	margin-bottom: 0;
}

[data-isotope-layout] .row-condensed>[class*='col-'] {
	margin-top: 0;
}

[data-isotope-layout] [class*='col-'] {
	display: block;
	will-change: transform;
	backface-visibility: hidden;
}

.isotope-filters>* {
	margin-top: 0;
	vertical-align: middle;
}

.isotope-filters .inline-list {
	position: relative;
	word-spacing: 0;
}

.isotope-filters .inline-list li {
	display: inline-block;
}

.isotope-filters .inline-list a {
	position: relative;
	transition: .3s;
	color: #dee2e6;
}

.isotope-filters .inline-list .isotope-filters-trigger {
	display: none;
}

.isotope-filters-line .isotope-filters-list {
	position: relative;
	margin-left: -11px;
	margin-bottom: -14px;
}

.isotope-filters-line li {
	display: inline-block;
	padding: 0 11px;
	font-size: 0;
	line-height: 0;
	margin-bottom: 14px;
	border-right: 1px solid #d4d5db;
}

.isotope-filters-line li:last-child {
	padding-right: 0;
	border: 0;
}

.isotope-filters-line a {
	padding: 0;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	letter-spacing: .12em;
}

.isotope-filters-line a,
.isotope-filters-line a:active,
.isotope-filters-line a:focus {
	color: #9a9a9a;
}

.isotope-filters-line a:hover,
.isotope-filters-line a.active {
	color: #4b9ef1;
}

@media (min-width: 576px) {
	.isotope-filters-line .isotope-filters-list {
		margin-left: -20px;
	}

	.isotope-filters-line li {
		padding: 0 20px;
	}
}

*+.isotope {
	margin-top: 30px;
}

@media (min-width: 768px) {
	*+.isotope {
		margin-top: 50px;
	}
}

.tabs-custom {
	text-align: left;
}

.tabs-custom .nav-tabs {
	font-size: 0;
	line-height: 0;
	word-spacing: 0;
	border: 0;
}

.tabs-custom .nav-tabs::before,
.tabs-custom .nav-tabs::after {
	display: none;
}

.tabs-custom .nav-item {
	float: none;
	border: 0;
	cursor: pointer;
	transition: .33s all ease;
}

.tabs-custom .nav-link {
	margin: 0;
	border-radius: 0;
	border: 0;
}

.tabs-custom .nav-link.active {
	cursor: default;
	border: 0;
}

.tab-content>.tab-pane {
	display: block;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

.tab-content>.active {
	visibility: visible;
	height: auto;
	overflow: visible;
}

*+.tabs-horizontal.tabs-corporate {
	margin-top: 25px;
}

*+.tabs-vertical.tabs-corporate {
	margin-top: 40px;
}

@media (min-width: 768px) {
	*+.tabs-vertical.tabs-corporate {
		margin-top: 60px;
	}
}

@media (min-width: 1200px) {
	*+.tabs-vertical.tabs-corporate {
		margin-top: 80px;
	}
}

.tabs-line .nav-tabs {
	position: relative;
	margin-left: -11px;
	margin-bottom: -14px;
}

.tabs-line .nav-item {
	padding: 0 11px;
	margin-bottom: 14px;
	border-right: 1px solid #9a9a9a;
}

.tabs-line .nav-item:last-child {
	padding-right: 0;
	border: 0;
}

.tabs-line .nav-link {
	padding: 0;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	letter-spacing: .12em;
}

.tabs-line .nav-link,
.tabs-line .nav-link:active,
.tabs-line .nav-link:focus {
	color: #9a9a9a;
}

.tabs-line .nav-link.active {
	background-color: transparent;
}

.tabs-line .nav-link:hover,
.tabs-line .nav-link.active {
	color: #4b9ef1;
}

.tabs-line *+.tab-content {
	margin-top: 33px;
}

*+.tabs-line {
	margin-top: 20px;
}

.context-dark .tabs-line .nav-item,
.bg-accent .tabs-line .nav-item {
	border-color: #9cc1ff;
}

.context-dark .tabs-line .nav-link,
.bg-accent .tabs-line .nav-link,
.context-dark .tabs-line .nav-link:active,
.bg-accent .tabs-line .nav-link:active,
.context-dark .tabs-line .nav-link:focus,
.bg-accent .tabs-line .nav-link:focus {
	color: #9cc1ff;
}

.context-dark .tabs-line .nav-link:hover,
.bg-accent .tabs-line .nav-link:hover,
.context-dark .tabs-line .nav-link.active,
.bg-accent .tabs-line .nav-link.active {
	color: #fdde52;
}

@media (min-width: 480px) {
	.tabs-line .nav-tabs {
		margin-left: -22px;
	}

	.tabs-line .nav-item {
		padding: 0 22px;
	}
}

@media (min-width: 768px) {
	*+.tabs-line {
		margin-top: 35px;
	}
}

.tabs-corporate .nav-tabs {
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: -10px;
}

.tabs-corporate .nav-item {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

.tabs-corporate .nav-link {
	padding: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	color: #888a8c;
	text-align: center;
	vertical-align: middle;
	border: 0;
	letter-spacing: .05em;
	background-color: transparent;
}

.tabs-corporate .nav-link:hover,
.tabs-corporate .nav-link.active {
	color: #4b9ef1;
}

.tabs-corporate .tab-content {
	padding: 30px 0 0;
	color: #888a8c;
}

@media (min-width: 768px) {
	.tabs-horizontal.tabs-corporate .nav-tabs {
		position: relative;
		width: 100%;
		display: block;
		text-align: center;
		border: 0;
		will-change: transform;
	}

	.tabs-horizontal.tabs-corporate .nav-item {
		display: inline-block;
		will-change: transform;
		margin-left: 28px;
		margin-right: 28px;
	}

	.tabs-horizontal.tabs-corporate .nav-link {
		display: block;
		position: relative;
		z-index: 1;
		padding: 0;
		border: none;
	}

	.tabs-horizontal.tabs-corporate .nav-link.active,
	.tabs-horizontal.tabs-corporate .nav-link:hover {
		color: #4b9ef1;
		background-color: transparent;
	}

	.tabs-vertical {
		display: flex;
		align-items: flex-start;
	}

	.tabs-vertical .nav-tabs {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		flex-shrink: 0;
		max-width: 50%;
	}

	.tabs-vertical .nav-item {
		border: 0;
		width: 100%;
		text-align: left;
	}

	.tabs-vertical .tab-content {
		flex-grow: 1;
	}

	.tabs-vertical.tabs-corporate .nav-tabs {
		width: auto;
		min-width: 260px;
		border: 0;
	}

	.tabs-vertical.tabs-corporate .nav-tabs li:last-child .nav-link {
		border: none;
	}

	.tabs-vertical.tabs-corporate .nav-item {
		margin: 0;
	}

	.tabs-vertical.tabs-corporate .nav-link {
		position: relative;
		padding: 14px 6px;
		border: 0;
		overflow: hidden;
		text-align: left;
		border-bottom: 1px solid #e1e1e1;
	}

	.tabs-vertical.tabs-corporate .nav-item+.nav-item {
		margin-top: 2px;
	}

	.tabs-vertical.tabs-corporate .tab-content {
		padding: 0 0 0 30px;
	}
}

@media (min-width: 992px) {
	.tabs-horizontal.tabs-corporate .tab-content {
		padding: 45px 5px 0;
	}

	.tabs-vertical.tabs-corporate .tab-content {
		padding: 0 0 0 45px;
	}
}

.card-group-custom {
	margin-bottom: 0;
}

.card-group-custom .card-header+.collapse>.card-body,
.card-group-custom .card-header+.collapse>.list-group {
	border-top: 0;
}

.card-group-custom .card+.card {
	margin-top: 0;
}

.card-group-custom.card-group-corporate .card+.card {
	margin-top: 25px;
}

.card-group-corporate+.card-group-corporate {
	margin-top: 30px;
}

.card-custom {
	display: block;
	margin: 0;
	background: inherit;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	text-align: left;
}

.card-custom a {
	display: block;
}

.card-custom .card-header {
	padding: 0;
	border-bottom: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-color: transparent;
}

.card-custom .card-body {
	padding: 0;
	border: 0;
}

*+.card-group-custom {
	margin-top: 35px;
}

@media (min-width: 768px) {
	*+.card-group-custom {
		margin-top: 50px;
	}
}

.card-corporate {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	text-align: left;
}

.card-corporate .card-title {
	margin-bottom: 0;
}

.card-corporate .card-title a,
.card-corporate .card-body {
	background: #f3f4f9;
}

.card-corporate .card-icon {
	min-width: 25px;
	margin: -3px 10px -3px -10px;
	font-size: 20px;
	line-height: 1;
	color: #4b9ef1;
}

.card-corporate .card-title a {
	position: relative;
	z-index: 1;
	display: flex;
	width: 100%;
	padding: 21px 70px 21px 32px;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.25;
	letter-spacing: .05em;
	color: #0d0d0d;
	transition: 1.3s all ease;
	border-radius: 0 0 0 0;
	border-bottom: 1px solid #dde1f0;
}

@media (min-width: 992px) {
	.card-corporate .card-title a {
		font-size: 18px;
	}
}

.card-corporate .card-title a .card-arrow::after {
	opacity: 0;
	visibility: hidden;
}

.card-corporate .card-title a.collapsed {
	border-bottom-color: transparent;
}

.card-corporate .card-title a.collapsed .card-arrow {
	background: #fdde52;
}

.card-corporate .card-title a.collapsed .card-arrow::before,
.card-corporate .card-title a.collapsed .card-arrow::after {
	background: #0d0d0d;
}

.card-corporate .card-title a.collapsed .card-arrow::after {
	opacity: 1;
	visibility: visible;
}

.card-corporate .card-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	z-index: 2;
	width: 42px;
	height: 42px;
	line-height: 42px;
	border-radius: 50%;
	background: #4b9ef1;
	transition: .33s all ease;
}

.card-corporate .card-arrow::before,
.card-corporate .card-arrow::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
	background: #ffffff;
}

.card-corporate .card-arrow::before {
	width: 14px;
	height: 2px;
	right: 28px;
}

.card-corporate .card-arrow::after {
	width: 2px;
	height: 14px;
	right: 34px;
}

.card-corporate .card-body {
	position: relative;
	z-index: 1;
	color: #9b9b9b;
	padding: 15px 44px 20px 32px;
	border-radius: 0 0 0 0;
}

@media (max-width: 991.98px) {

	.card-corporate .card-title a,
	.card-corporate .card-body {
		padding-left: 25px;
	}
}

@media (min-width: 768px) {
	.card-corporate .card-icon {
		min-width: 30px;
		font-size: 30px;
	}

	.card-corporate .card-title a {
		font-size: 18px;
	}
}

.bg-gray-12 .card-corporate .card-title a,
.bg-gray-12 .card-corporate .card-body {
	background: #ffffff;
}

/*
*
* Tooltop Custom
*/
.tooltip {
	font-size: 14px;
	line-height: 1.2;
}

.tooltip .arrow::before {
	border-top-color: #4b9ef1 !important;
	border-bottom-color: #4b9ef1 !important;
}

.tooltip-inner {
	background-color: #4b9ef1 !important;
}

.tooltip-custom[data-toggle='tooltip'] {
	color: #b7b7b7;
}

/*
*
* Counter
*/
/** @section Countdown */
.countdown {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: -5px;
	margin-right: -5px;
	line-height: 1.2;
	text-align: center;
}

.countdown-block {
	position: relative;
	flex: 0 1 auto;
	padding: 0 5px;
}

@media (min-width: 576px) {
	.countdown-block {
		width: 25%;
	}
}

.countdown-block-seconds {
	display: none;
}

.countdown-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.countdown-circle {
	fill: transparent;
}

html:not(.ie-11):not(.ie-10) .countdown-circle {
	width: 100%;
	height: auto;
}

.countdown-circle-bg {
	stroke: white;
	stroke-width: 1px;
}

.countdown-circle-fg {
	stroke: #4b9ef1;
	stroke-width: 2px;
}

.countdown-counter {
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	color: #212529;
}

.countdown-title {
	font-size: 14px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 600;
}

*+.countdown-title {
	margin-top: 6px;
}

*+.countdown {
	margin-top: 30px;
}

.countdown+* {
	margin-top: 35px;
}

@media (min-width: 576px) {
	.countdown-block-seconds {
		display: block;
	}
}

@media (min-width: 768px) {
	.countdown {
		margin-left: -15px;
		margin-right: -15px;
	}

	.countdown-block {
		padding: 0 15px;
	}

	.countdown-counter {
		font-size: 34px;
	}
}

@media (min-width: 992px) {
	.countdown-counter {
		font-size: 40px;
	}
}

.context-dark .countdown-counter,
.bg-accent .countdown-counter {
	color: #ffffff;
}

/** @section Progress Bars */
.progress-linear {
	position: relative;
	text-align: left;
}

.progress-linear .progress-header {
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	color: #b8b8b6;
	letter-spacing: .05em;
}

.progress-linear .progress-body {
	display: flex;
	align-items: center;
}

.progress-linear *+.progress-body {
	margin-top: 12px;
}

.progress-linear .progress-bar-linear-wrap {
	flex-grow: 1;
	margin-right: 15px;
	height: 10px;
	background: #e9ecef;
}

.progress-linear .progress-bar-linear {
	width: 0;
	height: inherit;
	background: #4b9ef1;
	transition: .5s all ease-in-out;
}

.progress-linear .progress-value {
	color: #b8b8b6;
}

.progress-linear .progress-value::after {
	content: "%";
}

*+.progress-bar-linear-wrap {
	margin-top: 8px;
}

.progress-linear+.progress-linear {
	margin-top: 13px;
}

@media (min-width: 992px) {
	.progress-linear+.progress-linear {
		margin-top: 17px;
	}
}

/** @section Progress Circle */
.progress-circle {
	display: inline-block;
	text-align: center;
	line-height: 1.2;
}

.progress-circle-block {
	position: relative;
}

.progress-circle-bg {
	fill: transparent;
	stroke: #f8f9fa;
	stroke-width: 3px;
}

.progress-circle-fg {
	fill: transparent;
	stroke: #4b9ef1;
	stroke-width: 3px;
}

.progress-circle-counter {
	position: absolute;
	top: 50%;
	left: 51%;
	font-size: 40px;
	line-height: 40px;
	transform: translate(-50%, -50%);
	color: #151515;
	font-weight: 300;
}

.progress-circle-counter::after {
	content: "%";
}

.progress-circle-title {
	font-size: 14px;
	letter-spacing: .05em;
	text-transform: uppercase;
}

*+.progress-circle-title {
	margin-top: 20px;
}

/*
*
* Circle Progress Bars
*/
.progress-bar-circle {
	display: inline-block;
	position: relative;
	text-align: center;
	line-height: 1.2;
}

.progress-bar-circle canvas {
	vertical-align: middle;
}

.progress-bar-circle span {
	position: absolute;
	top: 50%;
	left: 51%;
	font-size: 40px;
	line-height: 40px;
	transform: translate(-50%, -50%);
	color: #151515;
	font-weight: 300;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0;
}

.progress-bar-circle span::after {
	content: "%";
}

.progress-bar-circle-title {
	font-size: 14px;
	letter-spacing: .05em;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
}

*+.progress-bar-circle-title {
	margin-top: 20px;
}

/*
*
* Time Circles
*/
.time_circles {
	position: relative;
	width: 100%;
}

.time_circles>div {
	position: absolute;
	top: 0 !important;
	bottom: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	justify-content: center;
	margin-top: -10px;
	text-align: center;
}

@media (min-width: 1200px) {
	#DateCountdown {
		width: 100%;
	}
}

.time_circles>div>h4 {
	margin: 0;
	margin-top: 6px;
	padding: 0;
	text-align: center;
	font-family: "Poppins", sans-serif;
	letter-spacing: .05em;
	font-weight: 600;
	font-size: 12px !important;
	line-height: 1.2 !important;
	color: #6c757d;
	text-transform: uppercase;
}

@media (min-width: 576px) {
	.time_circles>div>h4 {
		font-size: 14px !important;
	}
}

.time_circles>div>h4+* {
	margin-top: 0;
}

.time_circles>div>span {
	display: block;
	text-align: center;
	font-family: "Poppins", sans-serif;
	letter-spacing: .05em;
	font-size: 20px !important;
	font-weight: 400;
	line-height: 1 !important;
	color: #212529;
}

@media (min-width: 768px) {
	.time_circles>div>span {
		font-size: 34px !important;
	}
}

@media (min-width: 992px) {
	.time_circles>div>span {
		font-size: 40px !important;
	}
}

.context-dark .time_circles>div>span {
	color: #ffffff;
}

.context-dark .time_circles>div>h4 {
	color: #ffffff;
}

.countdown-wrap {
	max-width: 730px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

*+.countdown-wrap {
	margin-top: 25px;
}

.countdown-wrap+.button {
	margin-top: 40px;
}

*+.DateCountdown {
	margin-top: 30px;
}

.DateCountdown+* {
	margin-top: 40px;
}

/*
*
* jScrollPane
*/
.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
	right: 10px;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: #e7e9f0;
	pointer-events: auto;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: #e7e9f0;
	pointer-events: auto;
}

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	background: #e7e9f0;
	position: relative;
}

.jspDrag {
	background: #4b9ef1;
	width: 8px;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

/*
* Arrow
*/
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {
	height: 16px;
}

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

.scroll-wrap {
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
}

/*
*
* Owl Carousel
*/
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	font: 400 40px/80px 'FontAwesome';
	cursor: pointer;
	z-index: 1;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon::before {
	content: '\f144';
}

.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

/*
 * Owl Navigation
 */
.owl-nav.disabled {
	display: none !important;
}

.owl-prev,
.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	font: 400 20px/50px 'fl-budicons-free';
	color: #1c1c1c;
	background: #fdde52;
	cursor: pointer;
	transition: .25s;
	border: none;
}

.owl-prev:hover,
.owl-next:hover {
	color: #ffffff;
	background: #4b9ef1;
}

.owl-prev {
	left: 0;
}

.owl-prev::before {
	content: '\e016';
}

.owl-next {
	right: 0;
}

.owl-next::before {
	content: '\e025';
}

.owl-nav-1 .owl-prev {
	left: -25px;
}

.owl-nav-1 .owl-next {
	right: -25px;
}

/*
 * Owl Pagination
 */
.owl-dots {
	text-align: center;
	margin-top: 30px;
}

.owl-dots.disabled {
	display: none !important;
}

.owl-dot {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid #ced4da;
	border-radius: 50%;
	margin: 0 5px;
	padding: 0;
	text-align: center;
	outline: none;
	cursor: pointer;
	background-color: transparent;
	transition: .22s;
}

.owl-dot::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	background: #ced4da;
	width: 6px;
	height: 6px;
	border-radius: inherit;
	transition: .22s;
	opacity: 0;
}

.owl-dot:only-child {
	display: none;
}

.owl-dot:hover,
.owl-dot.active {
	border-color: #4b9ef1;
}

.owl-dot.active::before {
	opacity: 1;
	background: #4b9ef1;
}

.context-dark .owl-dot:not(:hover):not(.active),
.bg-accent .owl-dot:not(:hover):not(.active) {
	border: 2px solid #ffffff;
}

.owl-carousel-stretch .owl-stage,
.owl-carousel-stretch .owl-item {
	display: flex;
}

.owl-carousel-stretch .owl-item>* {
	width: 100%;
}

.owl-carousel-spacing .owl-stage-outer {
	margin: -30px;
	padding: 30px;
}

.owl-carousel-spacing .owl-item:not(.active)>* {
	box-shadow: none;
}

.owl-outer-nav .owl-arrow {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	display: inline-flex;
	vertical-align: middle;
	padding: 10px 30px;
	height: 43px;
	align-items: center;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #9ea9bb;
	transition: .22s;
}

.owl-outer-nav .owl-arrow::-moz-focus-inner {
	border: none;
	padding: 0;
}

.owl-outer-nav .owl-arrow:hover {
	color: #4b9ef1;
}

.owl-outer-nav .owl-arrow>*+* {
	margin-left: 5px;
}

.owl-outer-nav .owl-arrow-prev {
	padding-left: 0;
}

.owl-outer-nav .owl-arrow-next {
	padding-right: 0;
}

.owl-outer-nav .owl-arrow+.owl-arrow {
	border-left: 1px solid #c8d1e1;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.box-2-footer .owl-arrow {
		font-size: 0;
	}

	.box-2-footer .owl-arrow-prev {
		padding-left: 5px;
	}

	.box-2-footer .owl-arrow-next {
		padding-right: 5px;
	}
}

.owl-style-1 .owl-item {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 15px;
}

.owl-style-1 .owl-item::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	left: 0;
	width: 1px;
	height: 50px;
	background: #e0e0e0;
	opacity: 0;
}

.owl-style-1 .owl-item.active+.owl-item.active::before {
	opacity: 1;
}

.owl-style-1 .owl-link {
	display: block;
	text-align: center;
}

.owl-style-1 .owl-link img {
	max-width: 90%;
}

.owl-style-1 .owl-link:hover {
	opacity: .66;
}

@media (max-width: 575.98px) {
	.owl-style-1 {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
}

.owl-carousel[data-animation-in='fadeIn'][data-animation-out='fadeOut'] .owl-animated-in {
	animation-duration: 1s;
}

.owl-carousel[data-animation-in='fadeIn'][data-animation-out='fadeOut'] .owl-animated-out {
	animation-duration: .4s;
}

.lg-sub-html,
.lg-toolbar {
	background-color: rgba(0, 0, 0, 0.45);
}

@font-face {
	font-family: lg;
	src: url(../fonts/lg.eot?n1z373);
	src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
	font-weight: 400;
	font-style: normal;
}

.lg-icon {
	font-family: lg;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1180;
	border: none;
	outline: 0;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: .5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
	color: #fff;
}

.lg-actions .lg-next {
	right: 20px;
}

.lg-actions .lg-next:before {
	content: "\e095";
}

.lg-actions .lg-prev {
	left: 20px;
}

.lg-actions .lg-prev:after {
	content: "\e094";
}

@-webkit-keyframes lg-right-end {

	0%,
	100% {
		left: 0;
	}

	50% {
		left: -30px;
	}
}

@-moz-keyframes lg-right-end {

	0%,
	100% {
		left: 0;
	}

	50% {
		left: -30px;
	}
}

@-ms-keyframes lg-right-end {

	0%,
	100% {
		left: 0;
	}

	50% {
		left: -30px;
	}
}

@keyframes lg-right-end {

	0%,
	100% {
		left: 0;
	}

	50% {
		left: -30px;
	}
}

@-webkit-keyframes lg-left-end {

	0%,
	100% {
		left: 0;
	}

	50% {
		left: 30px;
	}
}

@-moz-keyframes lg-left-end {

	0%,
	100% {
		left: 0;
	}

	50% {
		left: 30px;
	}
}

@-ms-keyframes lg-left-end {

	0%,
	100% {
		left: 0;
	}

	50% {
		left: 30px;
	}
}

@keyframes lg-left-end {

	0%,
	100% {
		left: 0;
	}

	50% {
		left: 30px;
	}
}

.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end .3s;
	-o-animation: lg-right-end .3s;
	animation: lg-right-end .3s;
	position: relative;
}

.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end .3s;
	-o-animation: lg-left-end .3s;
	animation: lg-left-end .3s;
	position: relative;
}

.lg-toolbar {
	z-index: 1182;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: 0;
	transition: color .2s linear;
}

@media (max-width: 575.98px) {
	.lg-toolbar .lg-icon {
		font-size: 21px;
		width: 36px;
	}
}

@media (max-width: 575.98px) {
	#lg-counter {
		font-size: 14px;
		line-height: 27px;
	}
}

.lg-toolbar .lg-icon:hover {
	color: #fff;
}

.lg-toolbar .lg-close:after {
	content: "\e070";
}

.lg-toolbar .lg-download:after {
	content: "\e0f2";
}

.lg-sub-html {
	bottom: 0;
	color: #eee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1180;
}

.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
}

.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}

#lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle;
}

.lg-next,
.lg-prev,
.lg-toolbar {
	opacity: 1;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
	opacity: 0;
	transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
	opacity: 0;
	transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
	opacity: 0;
	transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-outer .lg-thumb-outer {
	background-color: #0d0a0a;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1180;
	max-height: 350px;
	transform: translate3d(0, 100%, 0);
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
	margin-left: auto;
	margin-right: auto;
}

.lg-outer .lg-thumb-item {
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 4px;
	margin-bottom: 5px;
}

@media (min-width: 1025px) {
	.lg-outer .lg-thumb-item {
		transition: border-color .25s ease;
	}
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
	transition: bottom .25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
	background-color: #0d0a0a;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px;
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
	color: #fff;
}

.lg-outer .lg-toogle-thumb:after {
	content: "\e1ff";
}

.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
}

.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}

.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1180;
	cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
	background: url(../images/vimeo-play.png) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url(../images/vimeo-play.png) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
	background: url(../images/video-play.png) no-repeat;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: .8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
	background: url(../images/youtube-play.png) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url(../images/youtube-play.png) 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible;
}

.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1183;
	opacity: 0;
	transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
	width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
	opacity: 1;
}

.lg-autoplay-button:after {
	content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	transform: scale3d(1, 1, 1);
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

#lg-zoom-in:after {
	content: "\e311";
}

#lg-actual-size {
	font-size: 20px;
}

#lg-actual-size:after {
	content: "\e033";
}

#lg-zoom-out {
	opacity: .5;
	pointer-events: none;
}

#lg-zoom-out:after {
	content: "\e312";
}

.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto;
}

.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1180;
	height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible;
}

.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #fff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	transition: opacity .15s ease 0s, transform .15s ease 0s;
	transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%;
}

.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	display: block;
	height: 12px;
	transition: box-shadow .3s ease 0s;
	width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
	box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}

.lg-fullscreen:after {
	content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1181;
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s linear .18s, opacity .18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
	transition-delay: 0s;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-moz-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
}

.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	right: 16px;
	top: -16px;
}

.lg-outer .lg-dropdown>li:last-child {
	margin-bottom: 0;
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
	color: #333;
}

.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
	width: 100%;
	height: 100%;
}

.lg-outer #lg-share {
	position: relative;
}

.lg-outer #lg-share:after {
	content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
	content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
	content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "\e903";
}

.lg-group:after {
	content: "";
	display: table;
	clear: both;
}

.lg-outer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1150;
	text-align: left;
	opacity: 0;
	transition: opacity .15s ease 0s;
}

.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lg-outer.lg-visible {
	opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
	transition-duration: inherit !important;
	transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	transition-duration: 0s !important;
	opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}

.lg-outer .lg-inner {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}

.lg-outer .lg-item {
	background: url(../images/loading.gif) center center no-repeat;
	display: none !important;
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block !important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.lg-outer .lg-item.lg-complete {
	background-image: none;
}

.lg-outer .lg-item.lg-current {
	z-index: 1160;
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	transition: opacity .15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
	display: none;
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1140;
	background-color: #000;
	opacity: 0;
	transition: opacity .15s ease 0s;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
	transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
	opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
	transition: opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-sub-html,
.lg-toolbar {
	background-color: rgba(0, 0, 0, 0.45);
}

@font-face {
	font-family: lg;
	src: url(../fonts/lg.eot?n1z373);
	src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
	font-weight: 400;
	font-style: normal;
}

.lg-icon {
	font-family: lg;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1180;
	border: none;
	outline: 0;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: .5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
	color: #fff;
}

.lg-actions .lg-next {
	right: 20px;
}

.lg-actions .lg-next:before {
	content: "\e095";
}

.lg-actions .lg-prev {
	left: 20px;
}

.lg-actions .lg-prev:after {
	content: "\e094";
}

@-webkit-keyframes lg-right-end {

	0%,
	100% {
		left: 0;
	}

	50% {
		left: -30px;
	}
}

@-moz-keyframes lg-right-end {

	0%,
	100% {
		left: 0;
	}

	50% {
		left: -30px;
	}
}

@-ms-keyframes lg-right-end {

	0%,
	100% {
		left: 0;
	}

	50% {
		left: -30px;
	}
}

@keyframes lg-right-end {

	0%,
	100% {
		left: 0;
	}

	50% {
		left: -30px;
	}
}

@-webkit-keyframes lg-left-end {

	0%,
	100% {
		left: 0;
	}

	50% {
		left: 30px;
	}
}

@-moz-keyframes lg-left-end {

	0%,
	100% {
		left: 0;
	}

	50% {
		left: 30px;
	}
}

@-ms-keyframes lg-left-end {

	0%,
	100% {
		left: 0;
	}

	50% {
		left: 30px;
	}
}

@keyframes lg-left-end {

	0%,
	100% {
		left: 0;
	}

	50% {
		left: 30px;
	}
}

.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end .3s;
	-o-animation: lg-right-end .3s;
	animation: lg-right-end .3s;
	position: relative;
}

.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end .3s;
	-o-animation: lg-left-end .3s;
	animation: lg-left-end .3s;
	position: relative;
}

.lg-toolbar {
	z-index: 1182;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.lg-toolbar .lg-icon:hover {
	color: #fff;
}

.lg-toolbar .lg-close:after {
	content: "\e070";
}

.lg-toolbar .lg-download:after {
	content: "\e0f2";
}

.lg-sub-html {
	bottom: 0;
	color: #eee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1180;
}

.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
}

.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}

#lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle;
}

.lg-next,
.lg-prev,
.lg-toolbar {
	opacity: 1;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
	opacity: 0;
	transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
	opacity: 0;
	transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
	opacity: 0;
	transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.lg-outer .lg-thumb-outer {
	background-color: #0d0a0a;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1180;
	max-height: 350px;
	transform: translate3d(0, 100%, 0);
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-radius: 0;
	margin-bottom: 5px;
}

@media (min-width: 1025px) {
	.lg-outer .lg-thumb-item {
		transition: border-color .25s ease;
	}
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #4b9ef1;
}

.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
}

.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
	transition: bottom .25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
	background-color: #0d0a0a;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px;
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
	color: #fff;
}

.lg-outer .lg-toogle-thumb:after {
	content: "\e1ff";
}

.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
}

.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}

.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1180;
	cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
	background: url(../images/vimeo-play.png) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url(../images/vimeo-play.png) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
	background: url(../images/video-play.png) no-repeat;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: .8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
	background: url(../images/youtube-play.png) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url(../images/youtube-play.png) 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible;
}

.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1183;
	opacity: 0;
	transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
	background-color: #4b9ef1;
	height: 5px;
	width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
	width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
	opacity: 1;
}

.lg-autoplay-button:after {
	content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	transform: scale3d(1, 1, 1);
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

#lg-zoom-in:after {
	content: "\e311";
}

#lg-actual-size {
	font-size: 20px;
}

#lg-actual-size:after {
	content: "\e033";
}

#lg-zoom-out {
	opacity: .5;
	pointer-events: none;
}

#lg-zoom-out:after {
	content: "\e312";
}

.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto;
}

.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1180;
	height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible;
}

.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #fff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	transition: opacity .15s ease 0s, transform .15s ease 0s;
	transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%;
}

.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	display: block;
	height: 12px;
	transition: box-shadow .3s ease 0s;
	width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
	box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}

.lg-fullscreen:after {
	content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1181;
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s linear .18s, opacity .18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
	transition-delay: 0s;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-moz-transform: translate3d(0, 5px, 0);
	-ms-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
}

.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	right: 16px;
	top: -16px;
}

.lg-outer .lg-dropdown>li:last-child {
	margin-bottom: 0;
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
	color: #333;
}

.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
	width: 100%;
	height: 100%;
}

.lg-outer #lg-share {
	position: relative;
}

.lg-outer #lg-share:after {
	content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
	content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
	content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "\e903";
}

.lg-group:after {
	content: "";
	display: table;
	clear: both;
}

.lg-outer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1150;
	text-align: left;
	opacity: 0;
	transition: opacity .15s ease 0s;
}

.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lg-outer.lg-visible {
	opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
	transition-duration: inherit !important;
	transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	transition-duration: 0s !important;
	opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
	cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: grabbing;
}

.lg-outer .lg {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}

.lg-outer .lg-inner {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}

.lg-outer .lg-item {
	background: url(../images/loading.gif) center center no-repeat;
	display: none !important;
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block !important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.lg-outer .lg-item.lg-complete {
	background-image: none;
}

.lg-outer .lg-item.lg-current {
	z-index: 1160;
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	transition: opacity .15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
	display: none;
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1140;
	background-color: #000;
	opacity: 0;
	transition: opacity .15s ease 0s;
}

.lg-backdrop.in {
	opacity: .8;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
	transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
	opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
	transition: opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lightgallery-iframe .lg-toolbar {
	background-color: transparent;
}

.lightgallery-iframe .lg-close~* {
	display: none;
}

/*
*
* Material Parallax
*/
.parallax-container {
	position: relative;
	overflow: hidden;
}

.material-parallax {
	position: absolute;
	top: 0;
	left: -1px;
	right: -1px;
	bottom: 0;
}

.ipad .parallax-container,
.iphone .parallax-container {
	background-attachment: scroll !important;
}

.material-parallax img {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 0;
	min-width: 101%;
	min-height: 101%;
	transform: translate3d(-50%, 0, 0);
}

.parallax-content {
	position: relative;
	z-index: 1;
}

.parallax-content.bg-darkblue-1 {
	background-color: rgba(46, 84, 154, 0.54);
}

.parallax-content.bg-darkblue-2 {
	background-color: rgba(39, 82, 124, 0.6);
}

.parallax-content.bg-darkblue-2_1 {
	background-color: rgba(39, 82, 124, 0.47);
}

/*
*
* Slick Carousel
*/
/*rtl:begin:ignore*/
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track::before,
.slick-track::after {
	content: "";
	display: table;
}

.slick-track::after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-loading .slick-list {
	background: #ffffff url("./../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	color: #151515;
	background: #fdde52;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	top: 50%;
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
	z-index: 9;
	transition: .33s;
	cursor: pointer;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	color: #ffffff;
	background: #4b9ef1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	opacity: 1;
}

.slick-prev:before,
.slick-next:before {
	font: 400 17px/40px 'fl-budicons-free';
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: 0;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: 0;
}

.slick-prev:before {
	content: "";
}

[dir="rtl"] .slick-prev:before {
	content: "";
}

.slick-next {
	right: 0;
}

[dir="rtl"] .slick-next {
	left: 0;
	right: auto;
}

.slick-next:before {
	content: "";
}

[dir="rtl"] .slick-next:before {
	content: "";
}

/* Dots */
.slick-dots {
	margin-top: 30px;
	font-size: 0;
	line-height: 0;
}

.slick-dots button {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
}

.slick-dots button::-moz-focus-inner {
	border: none;
	padding: 0;
}

.slick-dots li {
	display: inline-block;
	margin: 0 8px;
}

.slick-dots li button {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid #ced4da;
	border-radius: 50%;
	text-align: center;
	outline: none;
	cursor: pointer;
	background-color: transparent;
	transition: .22s;
}

.slick-dots li button::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	background: #ced4da;
	width: 6px;
	height: 6px;
	border-radius: inherit;
	transition: .22s;
	opacity: 0;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
	border-color: #4b9ef1;
}

.slick-dots li.slick-active button::before {
	opacity: 1;
	background: #4b9ef1;
}

/*rtl:end:ignore*/
.slick-slider-1 {
	position: relative;
}

.slick-slider-1 .slick-slider-price {
	position: absolute;
	z-index: 2;
	padding: 6px 4px 4px 5px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 1;
	top: 38px;
	right: 0;
	bottom: auto;
	color: #ffffff;
	background: #4b9ef1;
	z-index: 1 !important;
}

.slick-slider-1 .slick-slider-price::before {
	content: '';
	position: absolute;
	top: 100%;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 8px 8px;
	border-color: transparent transparent transparent #367dc3;
}

.slick-slider-1 .slick-arrow {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: auto;
	text-align: center;
	background-color: transparent;
}

.slick-slider-1 .slick-arrow::before {
	font-family: 'fl-budicons-free';
	font-size: 20px;
	color: #1c1c1c;
	transition: .22s;
}

.slick-slider-1 .slick-arrow:hover::before {
	color: #4b9ef1;
}

.slick-slider-1 .slick-prev::before {
	content: '\e016';
}

.slick-slider-1 .slick-next::before {
	content: '\e025';
}

.slick-slider-1 .carousel-parent img {
	width: 100%;
}

.slick-slider-1 .carousel-parent .slick-arrow {
	top: 60%;
	height: 48px;
	background: rgba(255, 255, 255, 0.65);
}

.slick-slider-1 .carousel-parent .slick-slide {
	padding-right: 7px;
}

.slick-slider-1 .carousel-child {
	display: none;
	background: #f3f4f9;
}

.bg-gray-12 .slick-slider-1 .carousel-child {
	background: #ffffff;
}

@media (min-width: 768px) {
	.slick-slider-1 .slick-slider-price {
		font-size: 18px;
	}

	.slick-slider-1 .carousel-parent .slick-arrow {
		display: none !important;
	}

	.slick-slider-1 .carousel-child {
		display: block;
		padding: 13px 48px;
	}

	.slick-slider-1 .carousel-child .slick-slide {
		cursor: pointer;
		padding: 0 6px;
	}

	.slick-slider-1 .carousel-child .slick-slide.slick-current {
		pointer-events: none;
	}

	.slick-slider-1 .carousel-child .slick-slide.slick-current .slick-slide-inner::after {
		opacity: 0;
	}

	.slick-slider-1 .carousel-child .slick-slide:hover .slick-slide-inner::after {
		opacity: 0;
	}

	.slick-slider-1 .carousel-child .slick-slide-inner {
		position: relative;
		background-position: center center;
		background-size: cover;
	}

	.slick-slider-1 .carousel-child .slick-slide-inner::before {
		content: '';
		display: block;
		padding-bottom: 65.28926%;
	}

	.slick-slider-1 .carousel-child .slick-slide-inner::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(255, 255, 255, 0.5);
		pointer-events: none;
		opacity: 1;
		transition: .22s;
	}

	.slick-slider-1 .carousel-child .slick-arrow {
		top: 0;
		bottom: 0;
		transform: none;
	}
}

.slick-slider-2 {
	position: relative;
	overflow: hidden;
}

.slick-slider-2 .carousel-parent-outer {
	position: relative;
	overflow: hidden;
	z-index: 2;
	display: flex;
	background-color: transparent;
}

.slick-slider-2 .carousel-parent-outer::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #608ace;
	opacity: .6;
}

.slick-slider-2 .carousel-parent {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 35px 15px 70px;
}

.slick-slider-2 .carousel-child {
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.slick-slider-2 .carousel-child .slick-list,
.slick-slider-2 .carousel-child .slick-track,
.slick-slider-2 .carousel-child .slick-slide,
.slick-slider-2 .carousel-child .item-inner {
	height: 100%;
}

.slick-slider-2 .carousel-child .slick-list {
	width: 100%;
}

.slick-slider-2 .carousel-child .slick-track {
	display: flex;
	flex-shrink: 0;
	min-width: 100%;
}

.slick-slider-2 .carousel-child .slick-slide {
	float: none;
	width: 100%;
}

.slick-slider-2 .carousel-child .item-inner {
	background-position: center center;
	background-size: cover;
}

.slick-slider-2 .carousel-child .slick-dots {
	position: absolute;
	top: auto;
	left: 50%;
	bottom: 0;
	z-index: 4;
	display: inline-flex;
	padding: 14px 0 13px;
	transform: translate3d(-50%, 0, 0);
	background: #f3f4f9;
}

.slick-slider-2 .carousel-child .slick-dots::before,
.slick-slider-2 .carousel-child .slick-dots::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 17px;
	background: inherit;
}

.slick-slider-2 .carousel-child .slick-dots::before {
	left: -17px;
	transform-origin: 100% 0;
	transform: skewY(-35deg);
}

.slick-slider-2 .carousel-child .slick-dots::after {
	right: -17px;
	transform-origin: 0 0;
	transform: skewY(35deg);
}

@media (min-width: 768px) {
	.slick-slider-2 .carousel-child .slick-dots {
		padding: 19px 0 17px;
	}
}

@media (min-width: 768px) {
	.slick-slider-2 .carousel-child .slick-dots {
		left: auto;
		transform: none;
		right: 0;
		padding-right: 17px;
	}

	.slick-slider-2 .carousel-child .slick-dots::after {
		display: none;
	}

	.slick-slider-2 .carousel-parent-outer {
		width: calc(50% - 105px);
	}

	.slick-slider-2 .carousel-parent-outer::before {
		opacity: 1;
	}

	.slick-slider-2 .carousel-parent {
		display: flex;
		align-items: center;
		margin-left: auto;
		padding-left: 0;
		width: 240px;
	}

	.slick-slider-2 .carousel-child {
		left: auto;
		width: calc(50% - -105px);
	}
}

@media (min-width: 992px) {
	.slick-slider-2 .carousel-parent-outer {
		width: calc(50% - 145px);
	}

	.slick-slider-2 .carousel-parent {
		padding: 100px 15px 90px 0;
		width: 320px;
	}

	.slick-slider-2 .carousel-child {
		width: calc(50% - -145px);
	}
}

@media (min-width: 1200px) {
	.slick-slider-2 .carousel-parent-outer {
		width: calc(50% - 185px);
	}

	.slick-slider-2 .carousel-parent {
		min-height: 680px;
		padding: 70px 0 110px;
		width: 400px;
	}

	.slick-slider-2 .carousel-child {
		width: calc(50% - -185px);
	}
}

.slick-slider-2-bg {
	display: none;
}

@media (min-width: 768px) {
	.slick-slider-2-bg {
		position: absolute;
		top: 1%;
		bottom: -1%;
		left: 0;
		z-index: 1;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		opacity: .33;
	}

	.slick-slider-2-image {
		flex-shrink: 0;
		max-width: none;
		height: 100%;
	}
}

@media (min-width: 1600px) {
	.slick-slider-2-bg {
		opacity: 1;
		width: auto;
		right: 290px;
		align-items: flex-end;
	}
}

@media (min-width: 1800px) {
	.slick-slider-2-bg {
		right: 400px;
	}
}

.slick-slider-3 {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.slick-slider-3 .carousel-child {
	width: 370px;
	max-width: calc(100% - 140px);
	margin-left: auto;
	margin-right: auto;
}

.slick-slider-3 .carousel-child .slick-list {
	padding: 20px;
	margin: -20px;
}

.slick-slider-3 .carousel-child .slick-slide {
	position: relative;
	padding: 0 11px;
	cursor: pointer;
}

.slick-slider-3 .carousel-child .slick-prev {
	left: -70px;
}

.slick-slider-3 .carousel-child .slick-next {
	right: -70px;
}

.slick-slider-3 .quote-corporate-figure {
	position: relative;
	display: block;
	max-width: 67px;
	margin: 0 auto;
	border-radius: 50%;
	transition: .33s;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	transform: translate3d(0, 0, 0);
}

.slick-slider-3 .quote-corporate-image {
	display: block;
	width: 100%;
}

.slick-slider-3 .carousel-parent+.carousel-child {
	margin-top: 20px;
}

@media (min-width: 576px) {
	.slick-slider-3 .carousel-child .slick-slide {
		transform: scale(0.85, 0.85);
		transition: .33s;
	}

	.slick-slider-3 .carousel-child .slick-current {
		transform: scale(1, 1);
	}

	.slick-slider-3 .carousel-child .slick-current .quote-corporate-figure {
		box-shadow: 5px 10px 13px 0 rgba(0, 0, 0, 0.21);
	}
}

@media (min-width: 768px) {
	.slick-slider-3 .carousel-parent+.carousel-child {
		margin-top: 45px;
	}
}

@media (min-width: 992px) {
	.slick-slider-3 {
		max-width: 730px;
		margin-left: auto;
		margin-right: auto;
	}

	.slick-slider-3 .quote-corporate-figure {
		position: relative;
	}

	.slick-slider-3 .quote-corporate-figure::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(75, 158, 241, 0.2);
		border-radius: 50%;
		opacity: 0;
		visibility: hidden;
		transition: .22s;
	}

	.slick-slider-3 .quote-corporate-figure:hover::after {
		opacity: 1;
		visibility: visible;
	}
}

*+.slick-slider-3 {
	margin-top: 30px;
}

@media (min-width: 768px) {
	*+.slick-slider-3 {
		margin-top: 60px;
	}
}

.stepper {
	position: relative;
	display: inline-block;
	width: 100%;
	border-radius: 0;
}

.stepper input[type="number"] {
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	text-align: left;
	-moz-appearance: textfield;
}

.stepper input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.stepper-arrow {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	font-family: 'Material Design Icons';
	cursor: pointer;
	color: #4b9ef1;
	transition: .3s all ease;
}

.stepper-arrow:hover {
	color: #212529;
}

.stepper-arrow.up {
	right: 15px;
	text-align: left;
}

.stepper-arrow.up:before {
	content: '\f239';
}

.stepper-arrow.down {
	left: 15px;
	text-align: right;
}

.stepper-arrow.down:before {
	content: '\f236';
}

.stepper.disabled .stepper-arrow {
	pointer-events: none;
	opacity: .5;
}

/**
 * RD Filepicker
 */
.rd-file-picker {
	position: relative;
	display: flex;
	align-items: center;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	font-size: 17px;
	border: 1px solid rgba(20, 69, 61, 0.78);
	background-color: white;
}

.rd-file-picker-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	padding: 10px;
	background: rgba(20, 69, 61, 0.78);
	color: white;
	cursor: pointer;
	transition: .2s;
}

.rd-file-picker-btn:hover {
	background: rgba(14, 49, 44, 0.78);
}

.rd-file-picker-meta {
	width: 90%;
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
	cursor: default;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.rd-file-picker input[type="file"] {
	position: absolute;
	overflow: hidden;
	transition: none;
	visibility: hidden;
}

.rd-file-picker .rd-file-drop-btn+p {
	margin-left: 15px;
}

.rd-file-drop {
	padding: 40px 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	background-color: #ffffff;
	outline: 2px dashed #f3f4f9;
	outline-offset: -10px;
	transition: .2s;
}

.rd-file-drop-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: #151515;
}

.rd-file-drop-wrap p {
	margin-left: 5px;
	margin-top: 0;
}

.rd-file-drop-btn {
	cursor: pointer;
	transition: .22s;
}

.rd-file-drop-btn svg {
	fill: #4b9ef1;
}

.rd-file-drop-btn:hover {
	color: #4b9ef1;
}

.rd-file-drop-btn>*+* {
	margin-left: 8px;
}

.rd-file-drop-text {
	display: inline-block;
	font-weight: 600;
}

.rd-file-drop input[type="file"] {
	position: absolute;
	overflow: hidden;
	transition: none;
	visibility: hidden;
}

*+.rd-file-drop {
	margin-top: 20px;
}

.file-grabbing {
	background-color: rgba(255, 255, 255, 0.05);
	outline-color: rgba(0, 0, 0, 0.15);
}

@media (min-width: 1200px) {
	.rd-file-drop {
		padding: 90px 0;
		font-size: 18px;
	}
}

.rd-range {
	display: flex;
	align-items: center;
	height: 18px;
	margin-top: 25px;
}

.rd-range__wrap {
	position: relative;
	width: calc(100% - 20px);
	margin-left: 10px;
	height: 6px;
	background-color: #ebebeb;
	transition: background 100ms cubic-bezier(0.23, 1, 0.32, 1);
}

.rd-range__wrap::before,
.rd-range__wrap::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	background: inherit;
	width: 10px;
}

.rd-range__wrap::before {
	left: -10px;
}

.rd-range__wrap::after {
	right: -10px;
}

.rd-range:hover .rd-range__pointer:before {
	transform: scale(1);
	animation-name: pulse;
}

.rd-range__pointer {
	position: absolute;
	top: 1px;
	left: 6%;
	z-index: 1;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	cursor: pointer;
	border: 2px solid #4b9ef1;
	border-radius: 50%;
	transform-origin: 0 15%;
	transform: translate(-50%, -50%);
	transition: transform 0.2s cubic-bezier(0.35, 0, 0.25, 1);
	overflow: visible;
	background-color: #ffffff;
}

.rd-range__pointer::after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #4b9ef1;
}

.rd-range__line {
	background-color: #99b3cd;
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
}

.rd-range.hasTooltip .rd-range__pointer-tooltip {
	position: absolute;
	bottom: 100%;
	margin-bottom: 8px;
	padding: 5px;
	background: #4b9ef1;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 500;
	color: #ffffff;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.rd-range.hasTooltip .rd-range__pointer-tooltip::before {
	content: '';
	position: absolute;
	bottom: -6px;
	width: 0;
	height: 0;
	border-style: solid;
}

.rd-range.hasTooltip .rd-range__pointer {
	position: absolute;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 28px;
	transform: translate3d(0, -50%, 0);
	transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
}

.rd-range.hasTooltip .rd-range__pointer.active,
.rd-range.hasTooltip .rd-range__pointer:hover {
	z-index: 2;
}

.rd-range.hasTooltip .rd-range__pointer.active:first-child {
	z-index: 5;
}

.rd-range.hasTooltip .rd-range__pointer.active:hover {
	z-index: 4;
}

.rd-range.hasTooltip .rd-range__pointer-1 .rd-range__pointer-tooltip {
	left: 0;
}

.rd-range.hasTooltip .rd-range__pointer-1 .rd-range__pointer-tooltip::before {
	left: 0;
	border-width: 6px 8px 0 0;
	border-color: #4b9ef1 transparent transparent transparent;
}

.rd-range.hasTooltip .rd-range__pointer-2 .rd-range__pointer-tooltip {
	right: 0;
}

.rd-range.hasTooltip .rd-range__pointer-2 .rd-range__pointer-tooltip::before {
	right: 0;
	border-width: 0 8px 6px 0;
	border-color: transparent #4b9ef1 transparent transparent;
}

.context-dark .rd-range__wrap,
.bg-accent .rd-range__wrap {
	background: #b2ccf7;
}

.context-dark .rd-range__line,
.bg-accent .rd-range__line {
	background: #496ca4;
}

.context-dark .rd-range.hasTooltip .rd-range__pointer-tooltip,
.bg-accent .rd-range.hasTooltip .rd-range__pointer-tooltip {
	background: #496ca4;
}

.context-dark .rd-range.hasTooltip .rd-range__pointer,
.bg-accent .rd-range.hasTooltip .rd-range__pointer {
	border-color: #496ca4;
}

.context-dark .rd-range.hasTooltip .rd-range__pointer::after,
.bg-accent .rd-range.hasTooltip .rd-range__pointer::after {
	background: #496ca4;
}

.context-dark .rd-range.hasTooltip .rd-range__pointer-1 .rd-range__pointer-tooltip::before,
.bg-accent .rd-range.hasTooltip .rd-range__pointer-1 .rd-range__pointer-tooltip::before {
	border-color: #496ca4 transparent transparent transparent;
}

.context-dark .rd-range.hasTooltip .rd-range__pointer-2 .rd-range__pointer-tooltip::before,
.bg-accent .rd-range.hasTooltip .rd-range__pointer-2 .rd-range__pointer-tooltip::before {
	border-color: transparent #496ca4 transparent transparent;
}

.rd-range-outer {
	display: flex;
	color: #151515;
}

.rd-range-outer .rd-range {
	padding-top: 45px;
	margin-top: 0;
}

@media (max-width: 479px) {
	.rd-range-outer {
		flex-direction: column-reverse;
	}

	.rd-range-outer>*+* {
		margin-bottom: 16px;
	}
}

@media (min-width: 480px) {
	.rd-range-outer {
		align-items: flex-end;
	}

	.rd-range-outer .rd-range {
		flex-grow: 1;
	}

	.rd-range-outer .rd-range-caption {
		position: relative;
		bottom: -8px;
	}

	.rd-range-outer>*+* {
		margin-top: 0;
		margin-left: 20px;
	}
}

.rd-range-caption {
	min-width: 120px;
}

.context-dark .rd-range-outer,
.bg-accent .rd-range-outer {
	color: #ffffff;
}

*+.rd-range-outer {
	margin-top: 20px;
}

.row+.rd-range-outer {
	margin-top: 11px;
}

.rd-range-outer+hr {
	margin-top: 20px;
}

@media (min-width: 576px) {
	*+.rd-range-outer {
		margin-top: 25px;
	}

	.form-wrap+.rd-range-outer {
		margin-top: 16px;
	}
}

@media (min-width: 768px) {
	.rd-range-outer+hr {
		margin-top: 30px;
	}
}

/*
* Layout panel
*/
.page.animated~.layout-panel-wrap {
	opacity: 1;
	visibility: visible;
}

.layout-panel-wrap {
	position: fixed;
	top: 0;
	right: 0;
	width: 600px;
	height: 100vh;
	overflow: hidden;
	pointer-events: none;
	z-index: 1082;
	opacity: 0;
	visibility: hidden;
}

.layout-panel-wrap .jspPane {
	right: 10px;
}

.layout-panel-wrap.active .layout-panel {
	transform: translateX(0);
}

.layout-panel-wrap.active .layout-panel-inner:after {
	box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.09);
}

.layout-panel-wrap .layout-panel-toggle,
.layout-panel-wrap .layout-panel-inner>* {
	pointer-events: auto;
}

.layout-panel {
	width: auto;
	transform: translateX(270px);
	transition: .55s all ease;
}

.layout-panel-content {
	position: relative;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	padding-right: 10px;
}

.layout-panel-inner {
	position: relative;
	height: auto;
	min-height: 101vh;
	max-width: 260px;
	padding: 20px 0 20px;
	background: #ffffff;
	margin-left: auto;
	text-align: center;
}

.layout-panel-inner::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: -3px 0px 50px -2px transparent;
	z-index: -10;
	transition: .33s all ease;
}

.mobile.rd-navbar-fixed-linked .layout-panel-inner,
.tablet.rd-navbar-fixed-linked .layout-panel-inner {
	padding-bottom: 90px;
}

.layout-panel-header {
	padding: 0 12px;
}

.layout-panel-header .button {
	width: 100%;
}

.layout-panel-header .button+.button {
	margin-top: 15px;
}

.layout-panel-header *+.layout-panel-element,
.layout-panel-header *+.layout-panel-title {
	margin-top: 25px;
}

@media (min-width: 768px) {

	.layout-panel-header .layout-panel-header *+.layout-panel-element,
	.layout-panel-header .layout-panel-header *+.layout-panel-title {
		margin-top: 30px;
	}

	.layout-panel-header *+.layout-panel-element,
	.layout-panel-header *+.layout-panel-title {
		margin-top: 40px;
	}
}

.layout-panel .isotope {
	overflow: visible;
	margin: 0;
}

.layout-panel .isotope-filters {
	padding: 0 5px;
}

.layout-panel .isotope-filters ul {
	position: relative;
	padding-bottom: 10px;
	overflow: hidden;
	text-align: center;
}

.layout-panel .isotope-filters ul::after {
	content: '';
	position: absolute;
	left: -100px;
	bottom: 0;
	right: -100px;
	border-bottom: 3px solid #e9ecef;
}

.layout-panel .isotope-filters li {
	display: inline-block;
	padding-left: 6px;
	padding-right: 6px;
	font: 500 12px/18px "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #495057;
}

.layout-panel *+.isotope {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.layout-panel *+.isotope {
		margin-top: 30px;
	}
}

.layout-panel-toggle {
	background: none;
	border: none;
	display: inline-block;
	padding: 0;
	outline: none;
	outline-offset: 0;
	cursor: pointer;
	-webkit-appearance: none;
	position: fixed;
	top: 20vh;
	right: 270px;
	z-index: 10;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #ffffff;
	color: #151515;
	text-align: center;
	box-shadow: -5px 1px 10px 0 rgba(0, 0, 0, 0.05);
	border-right: 0;
	transition: .55s all ease;
}

.layout-panel-toggle::-moz-focus-inner {
	border: none;
	padding: 0;
}

.layout-panel-toggle::before {
	content: '\f085';
	opacity: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'FontAwesome';
	font-size: 16px;
	transition: .33s;
}

.layout-panel-main {
	position: relative;
	z-index: 10;
	padding-left: 5px;
	padding-right: 4px;
}

.layout-panel-main .isotope {
	position: relative;
	margin-bottom: -10px;
	transform: translateY(-10px);
}

.layout-panel-main .isotope-item {
	margin-top: 10px;
	padding: 0 5px;
}

.layout-panel-main .isotope-item:before {
	content: '';
	display: block;
}

.layout-panel-main .isotope {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: static !important;
}

.layout-panel-main .isotope-item {
	width: 100%;
	max-width: 50%;
	flex-grow: 1;
}

*+.layout-panel-main {
	margin-top: 25px;
}

@media (min-width: 768px) {
	.layout-panel-toggle {
		width: 54px;
		height: 54px;
		line-height: 54px;
	}

	.layout-panel-toggle::before,
	.layout-panel-toggle::after {
		font-size: 22px;
	}

	*+.layout-panel-main {
		margin-top: 40px;
	}
}

@media (min-width: 768px) {
	.layout-panel-wrap {
		width: 730px;
	}

	.layout-panel-wrap.active .layout-panel {
		transform: translateX(0);
	}

	.layout-panel-wrap .layout-panel {
		transform: translateX(340px);
	}

	.layout-panel-wrap .layout-panel-inner {
		max-width: 330px;
	}

	.layout-panel-wrap .layout-panel-toggle {
		right: 340px;
	}

	.ie-10 .layout-panel,
	.ie-11 .layout-panel {
		transform: translateX(340px);
	}

	.ie-10 .layout-panel-toggle,
	.ie-11 .layout-panel-toggle {
		right: 0;
	}

	.ie-10 .layout-panel-wrap.active,
	.ie-11 .layout-panel-wrap.active {
		right: 0;
	}

	.ie-10 .layout-panel-wrap.active .layout-panel-toggle,
	.ie-11 .layout-panel-wrap.active .layout-panel-toggle {
		right: 340px;
	}
}

.thumbnail-small {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	padding: 5px 5px 0;
	transition: 0.3s ease;
	color: #495057;
	background-color: #f8f9fa;
}

.thumbnail-small:hover {
	color: #ffffff;
	background-color: #4b9ef1;
	border-color: #4b9ef1;
}

.thumbnail-small-image {
	position: relative;
	overflow: hidden;
	max-height: 105px;
	padding-bottom: 73.68421%;
	background-position: center top;
	background-size: cover;
}

.thumbnail-small-image img {
	height: auto;
	width: 100%;
}

.thumbnail-small-hover-media {
	display: none;
}

.thumbnail-small-hover-image {
	width: 100%;
	height: 100%;
	background-position: center top;
	background-size: cover;
}

.thumbnail-small-caption {
	position: relative;
	padding: 8px 8px;
}

.thumbnail-small-header {
	position: relative;
	z-index: 1;
	font: 400 13px/18px "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	letter-spacing: .05em;
	color: inherit;
}

.layout-panel-controls {
	margin-top: 20px;
}

@media (min-width: 992px) {
	html:not(.tablet):not(.mobile) .thumbnail-small-hover-media {
		display: block;
		position: absolute;
		left: -10px;
		top: 50%;
		z-index: 11;
		transform: translate(-120%, -60%);
		transition: .33s all ease;
		width: 342px;
		height: 252px;
		background: #ffffff;
		padding: 7px;
		box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.14);
		opacity: 0;
		pointer-events: none;
	}

	html:not(.tablet):not(.mobile) .thumbnail-small-hover-media img {
		position: relative;
		max-width: 100%;
		max-height: 100%;
	}

	html:not(.tablet):not(.mobile) .thumbnail-small-hover-media::before {
		content: '';
		position: absolute;
		top: 50%;
		z-index: -1000;
		transform: translateY(-50%) rotate(45deg);
		right: -11px;
		width: 24px;
		height: 24px;
		background: #ffffff;
		box-shadow: -3px 0px 45px -2px rgba(0, 0, 0, 0.13);
	}

	html:not(.tablet):not(.mobile) .thumbnail-small:hover .thumbnail-small-caption:after {
		bottom: 0;
		opacity: 1;
	}

	html:not(.tablet):not(.mobile) .thumbnail-small:hover .thumbnail-small-header {
		color: #ffffff;
	}

	html:not(.tablet):not(.mobile) .thumbnail-small:hover .thumbnail-small-image:after {
		opacity: 0;
	}

	html:not(.tablet):not(.mobile) .thumbnail-small:hover .thumbnail-small-hover-media {
		z-index: 12;
		opacity: 1;
		transform: translate(-100%, -60%);
	}
}





























/* checkbox */


.mcui-checkbox,
.mcui-radio {
	display: flex;
	align-items: center;
	user-select: none;
	padding: 0.6em 0;
	box-sizing: border-box;

	input[type="checkbox"],
	input[type="radio"] {
		position: absolute !important;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}

	input[type="checkbox"]+div,
	input[type="radio"]+div {
		border: 2px solid #8d9aa9;
		height: 1.5em;
		width: 1.5em;
		box-sizing: border-box;
		border-radius: 2px;
		position: relative;
	}

	input[type="checkbox"]~div:last-child,
	input[type="radio"]~div:last-child {
		padding-left: 0.5em;
	}

	input[type="radio"]+div {
		border-radius: 50%;

		&::after {
			content: "";
			position: absolute;
			left: 25%;
			top: 25%;
			width: 50%;
			height: 50%;
			border-radius: 50%;
			transform: scale(0.5);
			opacity: 0;
			background: black;
			transition: all 107ms cubic-bezier(0.65, 0.25, 0.56, 0.96);
		}
	}

	input[type="checkbox"]:focus+div,
	input[type="radio"]:focus+div,
	input[type="checkbox"]:active+div,
	input[type="radio"]:active+div {
		outline: 2px dashed #8d9aa9;
		outline-offset: 2px;
	}

	input[type="checkbox"]:checked+div {
		border-color: black;
		transition: border-color 107ms cubic-bezier(0.65, 0.25, 0.56, 0.96);

		.mcui-check {
			opacity: 1;
			transition: opacity 107ms cubic-bezier(0.65, 0.25, 0.56, 0.96);

			polyline {
				animation: dash-check 107ms cubic-bezier(0.65, 0.25, 0.56, 0.96) forwards;
			}
		}
	}

	input[type="radio"]:checked+div {
		border-color: black;

		&::after {
			opacity: 1;
			transform: scale(1);
		}
	}

	input[type="checkbox"]:indeterminate+div::after {
		content: "";
		height: 4px;
		width: 60%;
		left: 20%;
		top: calc(50% - 2px);
		position: absolute;
		background: #8d9aa9;
		border-radius: 1px;
	}

	input[type="checkbox"]:disabled~div,
	input[type="radio"]:disabled~div {
		color: #8d9aa9;
		cursor: not-allowed;
	}

	input[type="checkbox"]:enabled~div,
	input[type="radio"]:enabled~div {
		cursor: default;
	}
}

.mcui-check {
	height: 100%;
	width: 100%;
	transform: scale(1);
	color: black;
	opacity: 0;

	polyline {
		fill: none;
		transform-origin: 50% 50%;
		stroke-width: 5px;
		stroke-dasharray: 22.771367900227325;
		stroke: currentcolor;
	}
}

@supports (display: grid) {
	.mcui-check {
		polyline {
			stroke-dashoffset: 22.771367900227325;
		}
	}
}

@keyframes dash-check {
	to {
		stroke-dashoffset: 0;
	}
}




/* new addits  */
.favorate-container .card-upper-body {
	text-align: center;
	/* Center content horizontally */
}

.favorate-container .image-slider-wrapper {
	width: 100%;
	/* Ensure the slider wrapper takes the full width */
	overflow: hidden;
	/* Hide any overflow */
}

.favorate-container .slick-slider {
	width: 100%;
	/* Ensure the slider takes the full width */
}

.favorate-container .slick-slider img {
	width: 100%;
	/* Ensure images take the full width of the slider */
	height: auto;
	/* Maintain the aspect ratio */
	max-height: 300px;
	/* Limit the max height of the images */
}