
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em .5em 1em;
	padding: .2em 1em;
	border: 2px solid #00a0d2;
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d;
	opacity: .75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: "";
	position: absolute;
	background-color: #fbfbfc;
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: .5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

@charset "UTF-8";

/**
 * Flexy Breadcrumb Front-end Core CSS File - V 1.0.0
 *
 * @author PressTigers <support@presstigers.com>, 2016
 *
 * @since    1.0.0
 * @since    1.1.3   Fixed padding and margin issue of separator
 */

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Bootstrap
2. Flexy Breadcrumb
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1. Bootstrap
--------------------------------------------------------------*/

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.fbc-page .fbc-items {
	margin-bottom: 20px;
	list-style: none;
	border-radius: 4px;
}

.fbc-page .fbc-items>li {
	display: inline-block;
}

.fbc-page .fbc-items>li+li:before {
	color: #ccc;
}

/*--------------------------------------------------------------
2. Flexy Breadcrumb
--------------------------------------------------------------*/

/* Components */
.fbc-page * {
	margin: 0;
	padding: 0;
}

.fbc-page .fbc-wrap .fbc-items {
	font-family: "Roboto", sans-serif;
	margin: 0;
	padding: 0;
	width: auto;
	display: block;
	float: left;
	font-size: 16px;
}

.fbc-page .fbc-wrap .fbc-items li {
	padding: 15px 0;
	line-height: normal;
}

.fbc-page .fbc-wrap .fbc-items li:first-child {
	border-radius: 4px 0 0 4px;
	padding-left: 16px;
	padding-right: 0px;
}

.fbc-page .fbc-wrap .fbc-items li:last-child {
	border-radius: 0 4px 4px 0;
	padding-right: 15px;
}

.fbc-page .fbc-wrap .fbc-items li a {
	color: #337ab7;
}

.fbc-page .fbc-wrap .fbc-items li a i {
	margin-right: 5px;
}

.fbc-page .fbc-wrap .fbc-items li.active a {
	color: #27272a;
}

@media (max-width: 768px) {
	.fbc-page .fbc-wrap .fbc-items {
		padding: 0 10px;
	}
	
	.fbc-page .fbc-wrap .fbc-items li:last-child {
		padding-right: 0;
	}
	
	.fbc-page .fbc-wrap .fbc-items li:nth-child(7), .fbc-page .fbc-wrap .fbc-items li:nth-child(8), .fbc-page .fbc-wrap .fbc-items li:nth-child(9) {
		padding-top: 0;
	}
	
	.fbc-page .fbc-wrap .fbc-items li a i {
		margin-right: 1px;
	}
	
	.fbc-page .fbc-wrap .fbc-items li .fbc-separator {
		margin-left: 5px;
	}
	
	.fbc-page .fbc-wrap .fbc-items li:nth-child(even) .fbc-separator {
		margin: 0 0px;
	}
}

.fbc-page .clearfix::before, .fbc-page .clearfix::after {
	content: " ";
	display: table;
}

.fbc-page .clearfix::after {
	clear: both;
}

.fbc-page .fbc-wrap .fbc-items li:first-child {
	margin-right: 3px;
}

.fbc-page .fbc-wrap .fbc-items li {
	padding: 15px 2px;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before, .fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before, .fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before, .fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before, .fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before, .fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-gears:before, .fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before, .fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-feed:before, .fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before, .fa-users:before {
	content: "";
}

.fa-chain:before, .fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before, .fa-scissors:before {
	content: "";
}

.fa-copy:before, .fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before, .fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-unsorted:before, .fa-sort:before {
	content: "";
}

.fa-sort-down:before, .fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before, .fa-sort-asc:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before, .fa-undo:before {
	content: "";
}

.fa-legal:before, .fa-gavel:before {
	content: "";
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-flash:before, .fa-bolt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before, .fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before, .fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before, .fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before, .fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "";
}

.fa-euro:before, .fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before, .fa-usd:before {
	content: "";
}

.fa-rupee:before, .fa-inr:before {
	content: "";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "";
}

.fa-won:before, .fa-krw:before {
	content: "";
}

.fa-bitcoin:before, .fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before, .fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before, .fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before, .fa-car:before {
	content: "";
}

.fa-cab:before, .fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
	content: "";
}

.fa-ge:before, .fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before, .fa-weixin:before {
	content: "";
}

.fa-send:before, .fa-paper-plane:before {
	content: "";
}

.fa-send-o:before, .fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-intersex:before, .fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-hotel:before, .fa-bed:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-yc:before, .fa-y-combinator:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
	content: "";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-2:before, .fa-battery-half:before {
	content: "";
}

.fa-battery-1:before, .fa-battery-quarter:before {
	content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-tv:before, .fa-television:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-calendar-plus-o:before {
	content: "";
}

.fa-calendar-minus-o:before {
	content: "";
}

.fa-calendar-times-o:before {
	content: "";
}

.fa-calendar-check-o:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-credit-card-alt:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-pause-circle-o:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stop-circle-o:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-wheelchair-alt:before {
	content: "";
}

.fa-question-circle-o:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-volume-control-phone:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-signing:before, .fa-sign-language:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "";
}

.fa-fa:before, .fa-font-awesome:before {
	content: "";
}

.fa-handshake-o:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-o:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-book-o:before {
	content: "";
}

.fa-vcard:before, .fa-address-card:before {
	content: "";
}

.fa-vcard-o:before, .fa-address-card-o:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-circle-o:before {
	content: "";
}

.fa-user-o:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-drivers-license:before, .fa-id-card:before {
	content: "";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-times-rectangle:before, .fa-window-close:before {
	content: "";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-eercast:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-snowflake-o:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.wp-video-popup-wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .88);
	z-index: 8888888;
}

.wp-video-popup-video {
	display: none;
	z-index: 8888889;
}

.wp-video-popup-video.is-landscape {
	width: 90%;
	height: auto;
	max-width: 1200px;
	max-height: 90%;
}

.wp-video-popup-video.is-hosted.is-portrait {
	width: auto;
	height: 90%;
	max-width: 90%;
}

.wp-video-popup-close {
	background-image: url("https://cdn-eabjc.nitrocdn.com/rCdgrlUBjjGUfYxigisYPvtYXUkMZGiN/assets/images/optimized/rev-30d24c5/fineotex.com/wp-content/plugins/responsive-youtube-vimeo-popup/assets/img/wp-video-popup-close.png");
	background-size: 15px auto;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	text-align: center;
	width: 60px;
	cursor: pointer;
	z-index: 9999999;
	-moz-transition: opacity .25s;
	-o-transition: opacity .25s;
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
}

.wp-video-popup-close.nitro-lazy {
	background-image: none !important;
}

.wp-video-popup-close:hover {
	opacity: .7;
}

.wp-video-popup {
	cursor: pointer;
}

.is-screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

.is-menu {
	position: relative;
}

.is-menu a {
	background: 0 0 !important;
	line-height: 1;
	outline: 0;
}

.is-menu a::after, .is-menu a::before {
	display: none !important;
}

.is-menu a:focus, .is-menu a:hover, .is-menu:hover>a {
	background: 0 0 !important;
	outline: 0;
}

.is-menu.default form {
	max-width: 310px;
}

.is-menu.is-dropdown form {
	display: none;
	min-width: 310px;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 9;
}

.is-menu.full-width-menu form, .is-menu.sliding form {
	min-width: 0 !important;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 25%;
	width: 0;
	z-index: 9;
	padding: 0;
	margin: 0;
}

.is-menu.full-width-menu form:not(.is-search-form) input[type=search], .is-menu.full-width-menu form:not(.is-search-form) input[type=text], .is-menu.is-dropdown form:not(.is-search-form) input[type=search], .is-menu.is-dropdown form:not(.is-search-form) input[type=text], .is-menu.sliding form:not(.is-search-form) input[type=search], .is-menu.sliding form:not(.is-search-form) input[type=text], .is-popup-search-form form:not(.is-search-form) input[type=search], .is-popup-search-form form:not(.is-search-form) input[type=text] {
	background: #fff;
	color: #000;
}

.is-menu.is-first form {
	right: auto;
	left: 0;
}

.is-menu.full-width-menu:not(.open) form, .is-menu.sliding:not(.open) form {
	display: block;
}

.is-menu form .screen-reader-text {
	display: none;
}

.is-menu form label {
	margin: 0;
	padding: 0;
}

.is-menu-wrapper {
	display: none;
	position: absolute;
	right: 5px;
	top: 5px;
	width: auto;
	z-index: 9999;
}

.is-menu-wrapper.is-expanded {
	width: 100%;
}

.admin-bar .is-menu-wrapper {
	top: 51px;
}

.is-menu-wrapper .is-menu {
	float: right;
}

.is-menu-wrapper .is-menu form {
	right: 0;
	left: auto;
}

.gsc-cse-search-menu {
	max-width: 310px;
	float: right;
}

.gsc-cse-search-menu .cse .gsc-control-cse, .gsc-cse-search-menu .gsc-control-cse {
	padding: 0;
}

.is-menu .search-icon-path {
	fill: #848484;
}

.search-close {
	cursor: pointer;
	display: none;
	height: 20px;
	position: absolute;
	right: -22px;
	top: 33%;
	width: 20px;
	z-index: 99999;
}

.is-menu.is-first .search-close {
	right: auto;
	left: -22px;
}

.is-menu.is-dropdown .search-close {
	top: calc(100% + 7px);
}

.popup-search-close {
	cursor: pointer;
	height: 20px;
	width: 20px;
	z-index: 99999;
	float: right;
	position: relative;
	margin: 20px 20px 0 0;
}

#is-popup-wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #4c4c4c;
	background: rgba(4, 4, 4, .91);
	z-index: 999999;
}

.is-popup-search-form form {
	width: 80%;
	margin: 20% auto 0;
}

.is-popup-search-form form.is-ajax-search {
	margin: 10% auto 0;
}

.popup-search-close:after, .search-close:after {
	border-left: 2px solid #848484;
	content: "";
	height: 20px;
	left: 9px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.popup-search-close:before, .search-close:before {
	border-left: 2px solid #848484;
	content: "";
	height: 20px;
	left: 9px;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.is-highlight {
	background-color: #ffffb9;
	color: #222;
}

@media screen and (max-width:910px) {
	.is-menu form {
		left: 0;
		min-width: 50%;
		right: auto;
	}
	
	.is-menu.default form {
		max-width: 100%;
	}
	
	.is-menu.full-width-menu.active-search {
		position: relative;
	}
	
	.is-menu-wrapper {
		display: block;
	}
}

.is-link-container {
	display: none;
}

form .is-link-container {
	position: relative;
}

form .is-link-container div {
	position: absolute;
	width: 200px;
	bottom: -25px;
	left: 5px;
	z-index: 99999;
	height: auto;
	line-height: 14px;
	padding: 10px 15px;
}

form .is-link-container a {
	text-decoration: none;
	font-size: 14px;
	font-weight: 100;
	font-family: arial;
	box-shadow: none;
}

form .is-link-container a:hover {
	text-decoration: underline;
}

form .is-link-container a.is-customize-link {
	margin-left: 15px;
}

form:hover+.is-link-container, form:hover>.is-link-container {
	display: block;
}

.is-form-style label {
	display: inline-block !important;
	padding: 0;
	vertical-align: middle;
	margin: 0;
	width: 100%;
	line-height: 1;
}

.is-form-style {
	line-height: 1;
	position: relative;
	padding: 0 !important;
}

.is-form-style.is-form-style-3 label {
	width: calc(100% - 36px) !important;
}

.is-form-style input.is-search-input {
	background: #fff;
	background-image: none !important;
	color: #333;
	padding: 0 12px;
	margin: 0;
	outline: 0 !important;
	font-size: 14px !important;
	height: 36px;
	min-height: 0;
	line-height: 1;
	border-radius: 0;
	border-radius: 0;
	border: solid 1px #ccc !important;
	font-family: arial;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.is-form-style input.is-search-input.nitro-lazy {
	background-image: none !important;
}

.is-form-style input.is-search-input::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

.is-form-style input.is-search-input::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

.is-form-style input.is-search-input::-webkit-search-cancel-button, .is-form-style input.is-search-input::-webkit-search-decoration, .is-form-style input.is-search-input::-webkit-search-results-button, .is-form-style input.is-search-input::-webkit-search-results-decoration {
	display: none;
}

.is-form-style.is-form-style-3 input.is-search-input {
	border-right: 0 !important;
}

.is-form-style button.is-search-submit {
	background: 0 0;
	border: 0;
	box-shadow: none !important;
	opacity: 1;
	padding: 0 !important;
	margin: 0;
	line-height: 0;
	outline: 0;
	vertical-align: middle;
	width: 36px;
	height: 36px;
}

.is-menu.full-width-menu.is-first button.is-search-submit, .is-menu.sliding.is-first button.is-search-submit {
	display: inline-block !important;
}

.is-form-style .is-search-submit path {
	fill: #555;
}

.is-form-style input.is-search-submit {
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 0;
}

.is-form-style input.is-search-submit {
	padding: 0 10px !important;
	width: auto;
}

.is-search-icon {
	width: 36px;
	padding-top: 6px !important;
}

.is-search-icon svg {
	width: 22px;
	display: inline;
}

.is-form-style input.is-search-submit, .is-search-icon {
	display: inline-block !important;
	color: #666;
	background: #ededed;
	box-shadow: none !important;
	outline: 0;
	margin: 0;
	font-size: 14px !important;
	border: 1px solid #ccc;
	border-radius: 0;
	line-height: 1;
	height: 36px;
	text-transform: capitalize;
	vertical-align: middle;
	-webkit-transition: background-color .1s ease-in-out;
	-moz-transition: background-color .1s ease-in-out;
	-o-transition: background-color .1s ease-in-out;
	transition: background-color .1s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.is-search-icon:hover, form.is-form-style input.is-search-submit:hover {
	background: #dcdcdc;
}

.is-form-style-2 .is-search-submit {
	display: none;
}

/*!
/*!
	Theme Name: Fineotex Desktop
	Theme URI: https://vcraftlabs.com
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://vcraftlabs.com
	Version: 2.9.0
	Stable tag: 2.9.0
	Requires at least: 4.7
	Tested up to: 5.6
	Requires PHP: 5.6
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: vcraftlabs
	Tags: mobile-theme
*/

/*!
 * Based on Normalize.css v8.0.0, HTML5 Boilerplate v6.1.0, & Bootstrap Reboot v4.1.0 | Under MIT License
*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: .5rem;
	margin-bottom: 1rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

p {
	margin-top: 0;
	margin-bottom: .9rem;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
	white-space: pre-wrap;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: #c36;
}

a:active, a:hover {
	color: #336;
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
	height: auto;
	max-width: 100%;
}

details {
	display: block;
}

summary {
	display: list-item;
}

figcaption {
	font-size: 16px;
	color: #333;
	line-height: 1.4;
	font-style: italic;
	font-weight: 400;
}

[hidden], template {
	display: none;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media print {
	*, :after, :before {
		background: transparent !important;
		color: #000 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	
	a, a:visited {
		text-decoration: underline;
	}
	
	a[href]:after {
		content: " (" attr(href) ")";
	}
	
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	
	a[href^="#"]:after, a[href^="javascript:"]:after {
		content: "";
	}
	
	pre {
		white-space: pre-wrap !important;
	}
	
	blockquote, pre {
		page-break-inside: avoid;
		border: 1px solid #ccc;
	}
	
	thead {
		display: table-header-group;
	}
	
	img, tr {
		page-break-inside: avoid;
	}
	
	h2, h3, p {
		orphans: 3;
		widows: 3;
	}
	
	h2, h3 {
		page-break-after: avoid;
	}
}

label {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	width: 100%;
	border: 1px solid #666;
	border-radius: 3px;
	padding: .5rem 1rem;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
	border-color: #333;
	outline: 0 none;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
	width: auto;
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

[type=button], [type=submit], button {
	display: inline-block;
	font-weight: 400;
	color: #c36;
	text-align: center;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid #c36;
	padding: .5rem 1rem;
	font-size: 1rem;
	border-radius: 3px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

[type=button]:focus, [type=submit]:focus, button:focus {
	outline: 5px auto -webkit-focus-ring-color;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
	color: #fff;
	background-color: #c36;
	text-decoration: none;
}

[type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type=checkbox], [type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

select {
	display: block;
}

table {
	background-color: transparent;
	width: 100%;
	margin-bottom: 15px;
	font-size: .9em;
	border-spacing: 0;
	border-collapse: collapse;
}

table td, table th {
	padding: 15px;
	line-height: 1.5;
	vertical-align: top;
	border: 1px solid #ccc;
}

table th {
	font-weight: 700;
}

table tfoot th, table thead th {
	font-size: 1em;
}

table caption+thead tr:first-child td, table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th {
	border-top: 1px solid #ccc;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
	background-color: #f7f7f7;
}

table tbody tr:hover>td, table tbody tr:hover>th {
	background-color: #e9e9e9;
}

table tbody+tbody {
	border-top: 2px solid #ccc;
}

@media (max-width:767px) {
	table table {
		font-size: .8em;
	}
	
	table table td, table table th {
		padding: 7px;
		line-height: 1.3;
	}
	
	table table th {
		font-weight: 400;
	}
}

dd, dl, dt, li, ol, ul {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.alignright {
	float: right;
	margin-left: 1rem;
}

.alignleft {
	float: left;
	margin-right: 1rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignwide {
	margin-left: -80px;
	margin-right: -80px;
}

.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
}

.alignfull, .alignfull img {
	width: 100vw;
}

.wp-caption {
	margin-bottom: 1.25rem;
	max-width: 100%;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption-text {
	margin: 0;
}

.gallery-caption {
	display: block;
	font-size: .8125rem;
	line-height: 1.5;
	margin: 0;
	padding: .75rem;
}

.pagination {
	margin: 20px auto;
}

.sticky {
	position: relative;
	display: block;
}

.bypostauthor {
	font-size: inherit;
}

.hide {
	display: none !important;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #333;
	display: block;
	font-size: 1rem;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.site-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 1rem;
	padding-bottom: 1rem;
	position: relative;
}

.site-header .site-navigation {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.site-header .site-branding {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.site-header .header-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.site-header .header-inner .custom-logo-link {
	display: block;
}

.site-header .header-inner .site-branding .site-description, .site-header .header-inner .site-branding .site-title {
	margin: 0;
}

.site-header .header-inner .site-branding.show-logo .site-title, .site-header .header-inner .site-branding.show-title .site-logo {
	display: none !important;
}

.site-header:not(.header-stacked) .header-inner .site-branding {
	max-width: 30%;
}

.site-header:not(.header-stacked) .header-inner .site-navigation {
	max-width: 70%;
}

.site-header.header-inverted .header-inner {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.site-header.header-inverted .header-inner .site-branding {
	text-align: right;
}

.site-header.header-inverted .header-inner .site-navigation {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

.site-header.header-stacked .header-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

@media (max-width:576px) {
	.site-header .header-inner:not(.header-stacked) .site-branding {
		max-width: 80%;
	}
}

.site-footer {
	padding-top: 1rem;
	padding-bottom: 1rem;
	position: relative;
}

.site-footer .footer-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.site-footer .footer-inner .custom-logo-link {
	display: block;
}

.site-footer .footer-inner .site-navigation {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.site-footer .footer-inner .site-branding {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.site-footer .footer-inner .site-branding .site-description, .site-footer .footer-inner .site-branding .site-title {
	margin: 0;
}

.site-footer .footer-inner .site-branding.show-logo .site-title, .site-footer .footer-inner .site-branding.show-title .site-logo {
	display: none !important;
}

.site-footer .footer-inner .copyright {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.site-footer .footer-inner .copyright p {
	margin: 0;
}

.site-footer.footer-inverted .footer-inner {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.site-footer.footer-inverted .footer-inner .site-branding {
	text-align: right;
}

.site-footer.footer-inverted .footer-inner .site-navigation {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.site-footer.footer-has-copyright .footer-inner .site-navigation {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.site-footer.footer-stacked .footer-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.site-footer.footer-stacked .footer-inner .site-branding h4.site-title {
	text-align: center;
}

.site-footer.footer-stacked .footer-inner .site-navigation .menu {
	padding: 0;
}

.site-footer:not(.footer-stacked) .footer-inner .site-branding {
	max-width: 20%;
}

.site-footer:not(.footer-stacked) .footer-inner .site-navigation {
	max-width: 60%;
}

.site-footer:not(.footer-stacked) .footer-inner .copyright {
	max-width: 20%;
}

@media (max-width:576px) {
	.site-footer:not(.footer-stacked) .footer-inner .copyright, .site-footer:not(.footer-stacked) .footer-inner .site-branding, .site-footer:not(.footer-stacked) .footer-inner .site-navigation {
		display: block;
		text-align: center;
		width: 100%;
		max-width: none;
	}
	
	.site-footer .footer-inner .site-navigation ul.menu {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.site-footer .footer-inner .site-navigation ul.menu li {
		display: inline-block;
	}
}

.post .wp-post-image {
	width: 100%;
	max-height: 500px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width:991px) {
	.post .wp-post-image {
		max-height: 400px;
	}
}

@media (max-width:575px) {
	.post .wp-post-image {
		max-height: 300px;
	}
}

#comments .comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: .9em;
}

#comments .comment, #comments .pingback {
	position: relative;
}

#comments .comment .comment-body, #comments .pingback .comment-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 30px 0 30px 60px;
	border-bottom: 1px solid #ccc;
}

body.rtl #comments .comment .comment-body, body.rtl #comments .pingback .comment-body {
	padding: 30px 60px 30px 0;
}

#comments .comment .avatar, #comments .pingback .avatar {
	position: absolute;
	left: 0;
	border-radius: 50%;
	margin-right: 10px;
}

body.rtl #comments .comment .avatar, body.rtl #comments .pingback .avatar {
	left: auto;
	right: 0;
	margin-right: 0;
	margin-left: 10px;
}

#comments .comment-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: .9rem;
}

#comments .comment-metadata, #comments .reply {
	font-size: 11px;
	line-height: 1;
}

#comments .children {
	position: relative;
	list-style: none;
	margin: 0;
	padding-left: 30px;
}

body.rtl #comments .children {
	padding-left: 0;
	padding-right: 30px;
}

#comments .children li:last-child {
	padding-bottom: 0;
}

#comments ol.comment-list .children:before {
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	line-height: 100%;
	content: "↪";
	position: absolute;
	top: 45px;
	left: 0;
	width: auto;
}

body.rtl #comments ol.comment-list .children:before {
	content: "↩";
	left: auto;
	right: 0;
}

@media (min-width:768px) {
	#comments .comment-author, #comments .comment-metadata {
		line-height: 1;
	}
}

@media (max-width:767px) {
	#comments .comment .comment-body {
		padding: 30px 0;
	}
	
	#comments .children {
		padding-left: 20px;
	}
	
	#comments .comment .avatar {
		position: inherit;
		float: left;
	}
	
	body.rtl #comments .comment .avatar {
		float: right;
	}
}

.site-header.header-inverted .site-navigation-toggle-holder {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.site-header.header-stacked .site-navigation-toggle-holder {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 100%;
}

.site-header.menu-layout-dropdown .site-navigation {
	display: none;
}

.site-navigation-toggle-holder {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 20%;
	padding: 8px 15px;
}

.site-navigation-toggle-holder, .site-navigation-toggle-holder .site-navigation-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-navigation-toggle-holder .site-navigation-toggle {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 22px;
	padding: .25em;
	cursor: pointer;
	border: 0 solid;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, .05);
	color: #494c4f;
}

.site-navigation-toggle-holder.elementor-active .site-navigation-toggle i:before {
	content: "";
}

.site-navigation {
	grid-area: nav-menu;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.site-navigation ul.menu, .site-navigation ul.menu ul {
	list-style-type: none;
	padding: 0;
}

.site-navigation ul.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.site-navigation ul.menu li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.site-navigation ul.menu li a {
	display: block;
	padding: 8px 15px;
}

.site-navigation ul.menu li.menu-item-has-children {
	padding-right: 15px;
}

.site-navigation ul.menu li.menu-item-has-children:after {
	display: block;
	content: "▾";
	font-size: 1.5em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #666;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-decoration: none;
}

.site-navigation ul.menu li ul {
	background: #fff;
	display: none;
	min-width: 150px;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 100%;
}

.site-navigation ul.menu li ul li {
	border-bottom: 1px solid #eee;
}

.site-navigation ul.menu li ul li:last-child {
	border-bottom: none;
}

.site-navigation ul.menu li ul li.menu-item-has-children a {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.site-navigation ul.menu li ul li.menu-item-has-children:after {
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}

.site-navigation ul.menu li ul ul {
	left: 100%;
	top: 0;
}

.site-navigation ul.menu li:hover>ul {
	display: block;
}

footer .site-navigation ul.menu li ul {
	top: auto;
	bottom: 100%;
}

footer .site-navigation ul.menu li ul ul {
	bottom: 0;
}

footer .site-navigation ul.menu a {
	padding: 5px 15px;
}

.site-navigation-dropdown {
	margin-top: 10px;
	-webkit-transition: max-height .3s, -webkit-transform .3s;
	transition: max-height .3s, -webkit-transform .3s;
	transition: max-height .3s, transform .3s;
	transition: max-height .3s, transform .3s, -webkit-transform .3s;
	-o-transition: max-height .3s, transform .3s;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
}

.site-navigation-toggle-holder:not(.elementor-active)+.site-navigation-dropdown {
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	max-height: 0;
}

.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	max-height: 100vh;
}

.site-navigation-dropdown ul {
	padding: 0;
}

.site-navigation-dropdown ul.menu {
	position: absolute;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
}

.site-navigation-dropdown ul.menu li {
	display: block;
	width: 100%;
	position: relative;
}

.site-navigation-dropdown ul.menu li a {
	display: block;
	padding: 20px;
	background: #fff;
	color: #55595c;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1);
}

.site-navigation-dropdown ul.menu li.current-menu-item a {
	color: #fff;
	background: #55595c;
}

.site-navigation-dropdown ul.menu>li li {
	-webkit-transition: max-height .3s, -webkit-transform .3s;
	transition: max-height .3s, -webkit-transform .3s;
	transition: max-height .3s, transform .3s;
	transition: max-height .3s, transform .3s, -webkit-transform .3s;
	-o-transition: max-height .3s, transform .3s;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	max-height: 0;
}

.site-navigation-dropdown ul.menu li.elementor-active>ul>li {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	max-height: 100vh;
}

@media (max-width:576px) {
	.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation {
		display: none !important;
	}
}

@media (min-width:768px) {
	.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
		display: none !important;
	}
}

@media (min-width:576px) and (max-width:767px) {
	.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation {
		display: none !important;
	}
}

@media (min-width:992px) {
	.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
		display: none !important;
	}
}

@media (max-width:992px) {
	.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation {
		display: none !important;
	}
}

.site-header.menu-dropdown-none:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
	display: none !important;
}

.site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

@media (max-width:575px) {
	.site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (min-width:576px) {
	.site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 500px;
	}
	
	.site-footer.footer-full-width .footer-inner, .site-header.header-full-width .header-inner {
		max-width: 100%;
	}
}

@media (min-width:768px) {
	.site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 600px;
	}
	
	.site-footer.footer-full-width, .site-header.header-full-width {
		max-width: 100%;
	}
}

@media (min-width:992px) {
	.site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 800px;
	}
	
	.site-footer.footer-full-width, .site-header.header-full-width {
		max-width: 100%;
	}
}

@media (min-width:1200px) {
	.site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		max-width: 960px;
	}
	
	.site-footer .footer-inner, .site-header .header-inner {
		max-width: 1140px;
	}
	
	.site-footer.footer-full-width, .site-header.header-full-width {
		max-width: 100%;
	}
}

.site-header+.elementor {
	min-height: calc(100vh - 320px);
}
/*# sourceMappingURL=bootstrap.min.css.map */

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	-webkit-text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b, strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #0056b3;
	text-decoration: underline;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

code, kbd, pre, samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

figure {
	margin: 0 0 1rem;
}

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

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
}

.h1, h1 {
	font-size: 2.5rem;
}

.h2, h2 {
	font-size: 2rem;
}

.h3, h3 {
	font-size: 1.75rem;
}

.h4, h4 {
	font-size: 1.5rem;
}

.h5, h5 {
	font-size: 1.25rem;
}

.h6, h6 {
	font-size: 1rem;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.small, small {
	font-size: 80%;
	font-weight: 400;
}

.mark, mark {
	padding: .2em;
	background-color: #fcf8e3;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d;
}

.blockquote-footer::before {
	content: "— ";
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1;
}

.figure-caption {
	font-size: 90%;
	color: #6c757d;
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word;
}

a>code {
	color: inherit;
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem;
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px;
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

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

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col, .no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}

@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-sm-0 {
		margin-left: 0;
	}
	
	.offset-sm-1 {
		margin-left: 8.333333%;
	}
	
	.offset-sm-2 {
		margin-left: 16.666667%;
	}
	
	.offset-sm-3 {
		margin-left: 25%;
	}
	
	.offset-sm-4 {
		margin-left: 33.333333%;
	}
	
	.offset-sm-5 {
		margin-left: 41.666667%;
	}
	
	.offset-sm-6 {
		margin-left: 50%;
	}
	
	.offset-sm-7 {
		margin-left: 58.333333%;
	}
	
	.offset-sm-8 {
		margin-left: 66.666667%;
	}
	
	.offset-sm-9 {
		margin-left: 75%;
	}
	
	.offset-sm-10 {
		margin-left: 83.333333%;
	}
	
	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-md-0 {
		margin-left: 0;
	}
	
	.offset-md-1 {
		margin-left: 8.333333%;
	}
	
	.offset-md-2 {
		margin-left: 16.666667%;
	}
	
	.offset-md-3 {
		margin-left: 25%;
	}
	
	.offset-md-4 {
		margin-left: 33.333333%;
	}
	
	.offset-md-5 {
		margin-left: 41.666667%;
	}
	
	.offset-md-6 {
		margin-left: 50%;
	}
	
	.offset-md-7 {
		margin-left: 58.333333%;
	}
	
	.offset-md-8 {
		margin-left: 66.666667%;
	}
	
	.offset-md-9 {
		margin-left: 75%;
	}
	
	.offset-md-10 {
		margin-left: 83.333333%;
	}
	
	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-lg-0 {
		margin-left: 0;
	}
	
	.offset-lg-1 {
		margin-left: 8.333333%;
	}
	
	.offset-lg-2 {
		margin-left: 16.666667%;
	}
	
	.offset-lg-3 {
		margin-left: 25%;
	}
	
	.offset-lg-4 {
		margin-left: 33.333333%;
	}
	
	.offset-lg-5 {
		margin-left: 41.666667%;
	}
	
	.offset-lg-6 {
		margin-left: 50%;
	}
	
	.offset-lg-7 {
		margin-left: 58.333333%;
	}
	
	.offset-lg-8 {
		margin-left: 66.666667%;
	}
	
	.offset-lg-9 {
		margin-left: 75%;
	}
	
	.offset-lg-10 {
		margin-left: 83.333333%;
	}
	
	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	
	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	
	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	
	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}
	
	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}
	
	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	
	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	
	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	
	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	
	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	
	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	
	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	
	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	
	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	
	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	
	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	
	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	
	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	
	.offset-xl-0 {
		margin-left: 0;
	}
	
	.offset-xl-1 {
		margin-left: 8.333333%;
	}
	
	.offset-xl-2 {
		margin-left: 16.666667%;
	}
	
	.offset-xl-3 {
		margin-left: 25%;
	}
	
	.offset-xl-4 {
		margin-left: 33.333333%;
	}
	
	.offset-xl-5 {
		margin-left: 41.666667%;
	}
	
	.offset-xl-6 {
		margin-left: 50%;
	}
	
	.offset-xl-7 {
		margin-left: 58.333333%;
	}
	
	.offset-xl-8 {
		margin-left: 66.666667%;
	}
	
	.offset-xl-9 {
		margin-left: 75%;
	}
	
	.offset-xl-10 {
		margin-left: 83.333333%;
	}
	
	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
}

.table td, .table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
	border-top: 2px solid #dee2e6;
}

.table-sm td, .table-sm th {
	padding: .3rem;
}

.table-bordered {
	border: 1px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
	border: 1px solid #dee2e6;
}

.table-bordered thead td, .table-bordered thead th {
	border-bottom-width: 2px;
}

.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
	border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05);
}

.table-hover tbody tr:hover {
	color: #212529;
	background-color: rgba(0, 0, 0, .075);
}

.table-primary, .table-primary>td, .table-primary>th {
	background-color: #b8daff;
}

.table-primary tbody+tbody, .table-primary td, .table-primary th, .table-primary thead th {
	border-color: #7abaff;
}

.table-hover .table-primary:hover {
	background-color: #9fcdff;
}

.table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
	background-color: #9fcdff;
}

.table-secondary, .table-secondary>td, .table-secondary>th {
	background-color: #d6d8db;
}

.table-secondary tbody+tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
	border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
	background-color: #c8cbcf;
}

.table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
	background-color: #c8cbcf;
}

.table-success, .table-success>td, .table-success>th {
	background-color: #c3e6cb;
}

.table-success tbody+tbody, .table-success td, .table-success th, .table-success thead th {
	border-color: #8fd19e;
}

.table-hover .table-success:hover {
	background-color: #b1dfbb;
}

.table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
	background-color: #b1dfbb;
}

.table-info, .table-info>td, .table-info>th {
	background-color: #bee5eb;
}

.table-info tbody+tbody, .table-info td, .table-info th, .table-info thead th {
	border-color: #86cfda;
}

.table-hover .table-info:hover {
	background-color: #abdde5;
}

.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
	background-color: #abdde5;
}

.table-warning, .table-warning>td, .table-warning>th {
	background-color: #ffeeba;
}

.table-warning tbody+tbody, .table-warning td, .table-warning th, .table-warning thead th {
	border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
	background-color: #ffe8a1;
}

.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
	background-color: #ffe8a1;
}

.table-danger, .table-danger>td, .table-danger>th {
	background-color: #f5c6cb;
}

.table-danger tbody+tbody, .table-danger td, .table-danger th, .table-danger thead th {
	border-color: #ed969e;
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7;
}

.table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
	background-color: #f1b0b7;
}

.table-light, .table-light>td, .table-light>th {
	background-color: #fdfdfe;
}

.table-light tbody+tbody, .table-light td, .table-light th, .table-light thead th {
	border-color: #fbfcfc;
}

.table-hover .table-light:hover {
	background-color: #ececf6;
}

.table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
	background-color: #ececf6;
}

.table-dark, .table-dark>td, .table-dark>th {
	background-color: #c6c8ca;
}

.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
	border-color: #95999c;
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
	background-color: #b9bbbe;
}

.table-active, .table-active>td, .table-active>th {
	background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, .075);
}

.table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, .075);
}

.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55;
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.table-dark {
	color: #fff;
	background-color: #343a40;
}

.table-dark td, .table-dark th, .table-dark thead th {
	border-color: #454d55;
}

.table-dark.table-bordered {
	border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, .05);
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .075);
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-sm>.table-bordered {
		border: 0;
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-md>.table-bordered {
		border: 0;
	}
}

@media (max-width:991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-lg>.table-bordered {
		border: 0;
	}
}

@media (max-width:1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.table-responsive-xl>.table-bordered {
		border: 0;
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
	border: 0;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none;
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.form-control-file, .form-control-range {
	display: block;
	width: 100%;
}

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5;
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: .375rem;
	padding-bottom: .375rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}

.form-control-lg {
	height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}

select.form-control[multiple], select.form-control[size] {
	height: auto;
}

textarea.form-control {
	height: auto;
}

.form-group {
	margin-bottom: 1rem;
}

.form-text {
	display: block;
	margin-top: .25rem;
}

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

.form-row>.col, .form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem;
}

.form-check-input:disabled~.form-check-label {
	color: #6c757d;
}

.form-check-label {
	margin-bottom: 0;
}

.form-check-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem;
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #28a745;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40, 167, 69, .9);
	border-radius: .25rem;
}

.form-control.is-valid, .was-validated .form-control:valid {
	border-color: #28a745;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%2328a745\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center right calc(.375em + .1875rem);
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-valid.nitro-lazy, .was-validated .form-control:valid.nitro-lazy {
	background-image: none !important;
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.form-control.is-valid~.valid-feedback, .form-control.is-valid~.valid-tooltip, .was-validated .form-control:valid~.valid-feedback, .was-validated .form-control:valid~.valid-tooltip {
	display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.custom-select.is-valid, .was-validated .custom-select:valid {
	border-color: #28a745;
	padding-right: calc(( 1em + .75rem ) * 3 / 4 + 1.75rem);
	background: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%23343a40\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%2328a745\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.custom-select.is-valid~.valid-feedback, .custom-select.is-valid~.valid-tooltip, .was-validated .custom-select:valid~.valid-feedback, .was-validated .custom-select:valid~.valid-tooltip {
	display: block;
}

.form-control-file.is-valid~.valid-feedback, .form-control-file.is-valid~.valid-tooltip, .was-validated .form-control-file:valid~.valid-feedback, .was-validated .form-control-file:valid~.valid-tooltip {
	display: block;
}

.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
	color: #28a745;
}

.form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip, .was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip {
	display: block;
}

.custom-control-input.is-valid~.custom-control-label, .was-validated .custom-control-input:valid~.custom-control-label {
	color: #28a745;
}

.custom-control-input.is-valid~.custom-control-label::before, .was-validated .custom-control-input:valid~.custom-control-label::before {
	border-color: #28a745;
}

.custom-control-input.is-valid~.valid-feedback, .custom-control-input.is-valid~.valid-tooltip, .was-validated .custom-control-input:valid~.valid-feedback, .was-validated .custom-control-input:valid~.valid-tooltip {
	display: block;
}

.custom-control-input.is-valid:checked~.custom-control-label::before, .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
	border-color: #34ce57;
	background-color: #34ce57;
}

.custom-control-input.is-valid:focus~.custom-control-label::before, .was-validated .custom-control-input:valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
	border-color: #28a745;
}

.custom-file-input.is-valid~.custom-file-label, .was-validated .custom-file-input:valid~.custom-file-label {
	border-color: #28a745;
}

.custom-file-input.is-valid~.valid-feedback, .custom-file-input.is-valid~.valid-tooltip, .was-validated .custom-file-input:valid~.valid-feedback, .was-validated .custom-file-input:valid~.valid-tooltip {
	display: block;
}

.custom-file-input.is-valid:focus~.custom-file-label, .was-validated .custom-file-input:valid:focus~.custom-file-label {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220, 53, 69, .9);
	border-radius: .25rem;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23dc3545\' viewBox=\'-2 -2 7 7\'%3e%3cpath stroke=\'%23dc3545\' d=\'M0 0l3 3m0-3L0 3\'/%3e%3ccircle r=\'.5\'/%3e%3ccircle cx=\'3\' r=\'.5\'/%3e%3ccircle cy=\'3\' r=\'.5\'/%3e%3ccircle cx=\'3\' cy=\'3\' r=\'.5\'/%3e%3c/svg%3E");
	background-repeat: no-repeat;
	background-position: center right calc(.375em + .1875rem);
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-invalid.nitro-lazy, .was-validated .form-control:invalid.nitro-lazy {
	background-image: none !important;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.form-control.is-invalid~.invalid-feedback, .form-control.is-invalid~.invalid-tooltip, .was-validated .form-control:invalid~.invalid-feedback, .was-validated .form-control:invalid~.invalid-tooltip {
	display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
	border-color: #dc3545;
	padding-right: calc(( 1em + .75rem ) * 3 / 4 + 1.75rem);
	background: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%23343a40\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23dc3545\' viewBox=\'-2 -2 7 7\'%3e%3cpath stroke=\'%23dc3545\' d=\'M0 0l3 3m0-3L0 3\'/%3e%3ccircle r=\'.5\'/%3e%3ccircle cx=\'3\' r=\'.5\'/%3e%3ccircle cy=\'3\' r=\'.5\'/%3e%3ccircle cx=\'3\' cy=\'3\' r=\'.5\'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.custom-select.is-invalid~.invalid-feedback, .custom-select.is-invalid~.invalid-tooltip, .was-validated .custom-select:invalid~.invalid-feedback, .was-validated .custom-select:invalid~.invalid-tooltip {
	display: block;
}

.form-control-file.is-invalid~.invalid-feedback, .form-control-file.is-invalid~.invalid-tooltip, .was-validated .form-control-file:invalid~.invalid-feedback, .was-validated .form-control-file:invalid~.invalid-tooltip {
	display: block;
}

.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
	color: #dc3545;
}

.form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip, .was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip {
	display: block;
}

.custom-control-input.is-invalid~.custom-control-label, .was-validated .custom-control-input:invalid~.custom-control-label {
	color: #dc3545;
}

.custom-control-input.is-invalid~.custom-control-label::before, .was-validated .custom-control-input:invalid~.custom-control-label::before {
	border-color: #dc3545;
}

.custom-control-input.is-invalid~.invalid-feedback, .custom-control-input.is-invalid~.invalid-tooltip, .was-validated .custom-control-input:invalid~.invalid-feedback, .was-validated .custom-control-input:invalid~.invalid-tooltip {
	display: block;
}

.custom-control-input.is-invalid:checked~.custom-control-label::before, .was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
	border-color: #e4606d;
	background-color: #e4606d;
}

.custom-control-input.is-invalid:focus~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
	border-color: #dc3545;
}

.custom-file-input.is-invalid~.custom-file-label, .was-validated .custom-file-input:invalid~.custom-file-label {
	border-color: #dc3545;
}

.custom-file-input.is-invalid~.invalid-feedback, .custom-file-input.is-invalid~.invalid-tooltip, .was-validated .custom-file-input:invalid~.invalid-feedback, .was-validated .custom-file-input:invalid~.invalid-tooltip {
	display: block;
}

.custom-file-input.is-invalid:focus~.custom-file-label, .was-validated .custom-file-input:invalid:focus~.custom-file-label {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.form-inline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
}

.form-inline .form-check {
	width: 100%;
}

@media (min-width:576px) {
	.form-inline label {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0;
	}
	
	.form-inline .form-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
	}
	
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	
	.form-inline .form-control-plaintext {
		display: inline-block;
	}
	
	.form-inline .custom-select, .form-inline .input-group {
		width: auto;
	}
	
	.form-inline .form-check {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0;
	}
	
	.form-inline .form-check-input {
		position: relative;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0;
	}
	
	.form-inline .custom-control {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.form-inline .custom-control-label {
		margin-bottom: 0;
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none;
	}
}

.btn:hover {
	color: #212529;
	text-decoration: none;
}

.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.btn.disabled, .btn:disabled {
	opacity: .65;
}

a.btn.disabled, fieldset:disabled a.btn {
	pointer-events: none;
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc;
}

.btn-primary.focus, .btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}

.btn-secondary.focus, .btn-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}

.btn-success.focus, .btn-success:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}

.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}

.btn-info.focus, .btn-info:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
}

.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
}

.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
}

.btn-warning.focus, .btn-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}

.btn-warning.disabled, .btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}

.btn-danger.focus, .btn-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}

.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
}

.btn-light.focus, .btn-light:focus {
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
}

.btn-light.disabled, .btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
}

.btn-dark.focus, .btn-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
}

.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
}

.btn-outline-primary {
	color: #007bff;
	border-color: #007bff;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #007bff;
	background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}

.btn-outline-success {
	color: #28a745;
	border-color: #28a745;
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-outline-success.focus, .btn-outline-success:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info.focus, .btn-outline-info:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light.focus, .btn-outline-light:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}

.btn-outline-dark {
	color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}

.btn-link {
	font-weight: 400;
	color: #007bff;
	text-decoration: none;
}

.btn-link:hover {
	color: #0056b3;
	text-decoration: underline;
}

.btn-link.focus, .btn-link:focus {
	text-decoration: underline;
	box-shadow: none;
}

.btn-link.disabled, .btn-link:disabled {
	color: #6c757d;
	pointer-events: none;
}

.btn-group-lg>.btn, .btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}

.btn-group-sm>.btn, .btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block+.btn-block {
	margin-top: .5rem;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%;
}

.fade {
	transition: opacity .15s linear;
}

@media (prefers-reduced-motion:reduce) {
	.fade {
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease;
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none;
	}
}

.dropdown, .dropleft, .dropright, .dropup {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

@media (min-width:576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-sm-right {
		right: 0;
		left: auto;
	}
}

@media (min-width:768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-md-right {
		right: 0;
		left: auto;
	}
}

@media (min-width:992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-lg-right {
		right: 0;
		left: auto;
	}
}

@media (min-width:1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-xl-right {
		right: 0;
		left: auto;
	}
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem;
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-toggle::after {
	vertical-align: 0;
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem;
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
}

.dropleft .dropdown-toggle::after {
	display: none;
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
	right: auto;
	bottom: auto;
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1.5rem;
	color: #212529;
}

.btn-group, .btn-group-vertical {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group-vertical>.btn, .btn-group>.btn {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.btn-group-vertical>.btn:hover, .btn-group>.btn:hover {
	z-index: 1;
}

.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus {
	z-index: 1;
}

.btn-toolbar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
	margin-left: -1px;
}

.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem;
}

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
	margin-right: 0;
}

.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem;
}

.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem;
}

.btn-group-vertical {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group {
	width: 100%;
}

.btn-group-vertical>.btn-group:not(:first-child), .btn-group-vertical>.btn:not(:first-child) {
	margin-top: -1px;
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0;
}

.btn-group-toggle>.btn input[type=checkbox], .btn-group-toggle>.btn input[type=radio], .btn-group-toggle>.btn-group>.btn input[type=checkbox], .btn-group-toggle>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

.input-group>.custom-file+.custom-file, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.form-control, .input-group>.custom-select+.custom-file, .input-group>.custom-select+.custom-select, .input-group>.custom-select+.form-control, .input-group>.form-control+.custom-file, .input-group>.form-control+.custom-select, .input-group>.form-control+.form-control, .input-group>.form-control-plaintext+.custom-file, .input-group>.form-control-plaintext+.custom-select, .input-group>.form-control-plaintext+.form-control {
	margin-left: -1px;
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label, .input-group>.custom-select:focus, .input-group>.form-control:focus {
	z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
	z-index: 4;
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group>.custom-file {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-append, .input-group-prepend {
	display: -ms-flexbox;
	display: flex;
}

.input-group-append .btn, .input-group-prepend .btn {
	position: relative;
	z-index: 2;
}

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
	z-index: 3;
}

.input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.btn, .input-group-append .input-group-text+.input-group-text, .input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-prepend .input-group-text+.input-group-text {
	margin-left: -1px;
}

.input-group-prepend {
	margin-right: -1px;
}

.input-group-append {
	margin-left: -1px;
}

.input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
	margin-top: 0;
}

.input-group-lg>.custom-select, .input-group-lg>.form-control:not(textarea) {
	height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.custom-select, .input-group-lg>.form-control, .input-group-lg>.input-group-append>.btn, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-prepend>.input-group-text {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}

.input-group-sm>.custom-select, .input-group-sm>.form-control:not(textarea) {
	height: calc(1.5em + .5rem + 2px);
}

.input-group-sm>.custom-select, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}

.input-group-lg>.custom-select, .input-group-sm>.custom-select {
	padding-right: 1.75rem;
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem;
}

.custom-control-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem;
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #007bff;
	background-color: #007bff;
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #80bdff;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff;
}

.custom-control-input:disabled~.custom-control-label {
	color: #6c757d;
}

.custom-control-input:disabled~.custom-control-label::before {
	background-color: #e9ecef;
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
}

.custom-control-label::before {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px;
}

.custom-control-label::after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
	border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	border-color: #007bff;
	background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 4\'%3e%3cpath stroke=\'%23fff\' d=\'M0 2h4\'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5);
}

.custom-radio .custom-control-label::before {
	border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%23fff\'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5);
}

.custom-switch {
	padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: .5rem;
}

.custom-switch .custom-control-label::after {
	top: calc(.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: calc(1rem - 4px);
	height: calc(1rem - 4px);
	background-color: #adb5bd;
	border-radius: .5rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.custom-switch .custom-control-label::after {
		transition: none;
	}
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
	background-color: #fff;
	-webkit-transform: translateX(.75rem);
	transform: translateX(.75rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5);
}

.custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem 1.75rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	vertical-align: middle;
	background: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%23343a40\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-select:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-select:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: .75rem;
	background-image: none;
}

.custom-select[multiple].nitro-lazy, .custom-select[size]:not([size="1"]).nitro-lazy {
	background-image: none !important;
}

.custom-select:disabled {
	color: #6c757d;
	background-color: #e9ecef;
}

.custom-select::-ms-expand {
	display: none;
}

.custom-select-sm {
	height: calc(1.5em + .5rem + 2px);
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem;
}

.custom-select-lg {
	height: calc(1.5em + 1rem + 2px);
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
}

.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	margin-bottom: 0;
}

.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	margin: 0;
	opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
	border-color: #80bdff;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-file-input:disabled~.custom-file-label {
	background-color: #e9ecef;
}

.custom-file-input:lang(en)~.custom-file-label::after {
	content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]::after {
	content: attr(data-browse);
}

.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.5em + .75rem);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 .25rem .25rem 0;
}

.custom-range {
	width: 100%;
	height: calc(1rem + .4rem);
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-range:focus {
	outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-range::-moz-focus-outer {
	border: 0;
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-webkit-slider-thumb {
		transition: none;
	}
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-moz-range-thumb {
		transition: none;
	}
}

.custom-range::-moz-range-thumb:active {
	background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: .2rem;
	margin-left: .2rem;
	background-color: #007bff;
	border: 0;
	border-radius: 1rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	appearance: none;
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-ms-thumb {
		transition: none;
	}
}

.custom-range::-ms-thumb:active {
	background-color: #b3d7ff;
}

.custom-range::-ms-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: .5rem;
}

.custom-range::-ms-fill-lower {
	background-color: #dee2e6;
	border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
	border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
	background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
	cursor: default;
}

.custom-range:disabled::-ms-thumb {
	background-color: #adb5bd;
}

.custom-control-label::before, .custom-file-label, .custom-select {
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.custom-control-label::before, .custom-file-label, .custom-select {
		transition: none;
	}
}

.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
	text-decoration: none;
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
	margin-bottom: -1px;
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills .nav-link {
	border-radius: .25rem;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #007bff;
}

.nav-fill .nav-item {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem;
}

.navbar>.container, .navbar>.container-fluid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navbar-brand {
	display: inline-block;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
	text-decoration: none;
}

.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none;
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center;
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
	text-decoration: none;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
}

@media (max-width:575.98px) {
	.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:576px) {
	.navbar-expand-sm {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-sm .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-sm .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
}

@media (max-width:767.98px) {
	.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:768px) {
	.navbar-expand-md {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-md .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-md .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
}

@media (max-width:991.98px) {
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-lg .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

@media (max-width:1199.98px) {
	.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width:1200px) {
	.navbar-expand-xl {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-xl .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	
	.navbar-expand-xl .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
}

.navbar-expand {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.navbar-expand>.container, .navbar-expand>.container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.navbar-expand .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem;
}

.navbar-expand>.container, .navbar-expand>.container-fluid {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7);
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3);
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .1);
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath stroke=\'rgba(0, 0, 0, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler-icon.nitro-lazy {
	background-image: none !important;
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .5);
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, .9);
}

.navbar-dark .navbar-brand {
	color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, .75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25);
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	color: #fff;
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .5);
	border-color: rgba(255, 255, 255, .1);
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3e%3cpath stroke=\'rgba(255, 255, 255, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-toggler-icon.nitro-lazy {
	background-image: none !important;
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .5);
}

.navbar-dark .navbar-text a {
	color: #fff;
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
	color: #fff;
}

.card {
	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 rgba(0, 0, 0, .125);
	border-radius: .25rem;
}

.card>hr {
	margin-right: 0;
	margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
}

.card-title {
	margin-bottom: .75rem;
}

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link+.card-link {
	margin-left: 1.25rem;
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
	border-top: 0;
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125);
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-header-tabs {
	margin-right: -.625rem;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -.625rem;
	margin-left: -.625rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
}

.card-img {
	width: 100%;
	border-radius: calc(.25rem - 1px);
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px);
}

.card-deck {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-deck .card {
	margin-bottom: 15px;
}

@media (min-width:576px) {
	.card-deck {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	
	.card-deck .card {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px;
	}
}

.card-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-group>.card {
	margin-bottom: 15px;
}

@media (min-width:576px) {
	.card-group {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	
	.card-group>.card {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0;
	}
	
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0;
	}
	
	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.card-group>.card:not(:last-child) .card-header, .card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0;
	}
	
	.card-group>.card:not(:last-child) .card-footer, .card-group>.card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0;
	}
	
	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	
	.card-group>.card:not(:first-child) .card-header, .card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0;
	}
	
	.card-group>.card:not(:first-child) .card-footer, .card-group>.card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0;
	}
}

.card-columns .card {
	margin-bottom: .75rem;
}

@media (min-width:576px) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1;
	}
	
	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}

.accordion>.card {
	overflow: hidden;
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
	border-radius: 0;
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0;
}

.accordion>.card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion>.card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.accordion>.card .card-header {
	margin-bottom: -1px;
}

.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: .25rem;
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none;
}

.breadcrumb-item.active {
	color: #6c757d;
}

.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6;
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem;
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.badge {
		transition: none;
	}
}

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

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem;
}

.badge-primary {
	color: #fff;
	background-color: #007bff;
}

a.badge-primary:focus, a.badge-primary:hover {
	color: #fff;
	background-color: #0062cc;
}

a.badge-primary.focus, a.badge-primary:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d;
}

a.badge-secondary:focus, a.badge-secondary:hover {
	color: #fff;
	background-color: #545b62;
}

a.badge-secondary.focus, a.badge-secondary:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}

.badge-success {
	color: #fff;
	background-color: #28a745;
}

a.badge-success:focus, a.badge-success:hover {
	color: #fff;
	background-color: #1e7e34;
}

a.badge-success.focus, a.badge-success:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

.badge-info {
	color: #fff;
	background-color: #17a2b8;
}

a.badge-info:focus, a.badge-info:hover {
	color: #fff;
	background-color: #117a8b;
}

a.badge-info.focus, a.badge-info:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.badge-warning {
	color: #212529;
	background-color: #ffc107;
}

a.badge-warning:focus, a.badge-warning:hover {
	color: #212529;
	background-color: #d39e00;
}

a.badge-warning.focus, a.badge-warning:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.badge-danger {
	color: #fff;
	background-color: #dc3545;
}

a.badge-danger:focus, a.badge-danger:hover {
	color: #fff;
	background-color: #bd2130;
}

a.badge-danger.focus, a.badge-danger:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.badge-light {
	color: #212529;
	background-color: #f8f9fa;
}

a.badge-light:focus, a.badge-light:hover {
	color: #212529;
	background-color: #dae0e5;
}

a.badge-light.focus, a.badge-light:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}

.badge-dark {
	color: #fff;
	background-color: #343a40;
}

a.badge-dark:focus, a.badge-dark:hover {
	color: #fff;
	background-color: #1d2124;
}

a.badge-dark.focus, a.badge-dark:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: .3rem;
}

@media (min-width:576px) {
	.jumbotron {
		padding: 4rem 2rem;
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 4rem;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit;
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.alert-primary hr {
	border-top-color: #9fcdff;
}

.alert-primary .alert-link {
	color: #002752;
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}

.alert-secondary hr {
	border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
	color: #202326;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-success hr {
	border-top-color: #b1dfbb;
}

.alert-success .alert-link {
	color: #0b2e13;
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.alert-info hr {
	border-top-color: #abdde5;
}

.alert-info .alert-link {
	color: #062c33;
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.alert-warning hr {
	border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
	color: #533f03;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-danger hr {
	border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
	color: #491217;
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe;
}

.alert-light hr {
	border-top-color: #ececf6;
}

.alert-light .alert-link {
	color: #686868;
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca;
}

.alert-dark hr {
	border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
	color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	
	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}
	
	to {
		background-position: 0 0;
	}
}

.progress {
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem;
}

.progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	transition: width .6s ease;
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar {
		transition: none;
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar-animated {
		-webkit-animation: none;
		animation: none;
	}
}

.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}

.media-body {
	-ms-flex: 1;
	flex: 1;
}

.list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa;
}

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef;
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.list-group-horizontal {
	-ms-flex-direction: row;
	flex-direction: row;
}

.list-group-horizontal .list-group-item {
	margin-right: -1px;
	margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
	border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
	margin-right: 0;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: 0;
}

@media (min-width:576px) {
	.list-group-horizontal-sm {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.list-group-horizontal-sm .list-group-item {
		margin-right: -1px;
		margin-bottom: 0;
	}
	
	.list-group-horizontal-sm .list-group-item:first-child {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-sm .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
}

@media (min-width:768px) {
	.list-group-horizontal-md {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.list-group-horizontal-md .list-group-item {
		margin-right: -1px;
		margin-bottom: 0;
	}
	
	.list-group-horizontal-md .list-group-item:first-child {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-md .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
}

@media (min-width:992px) {
	.list-group-horizontal-lg {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.list-group-horizontal-lg .list-group-item {
		margin-right: -1px;
		margin-bottom: 0;
	}
	
	.list-group-horizontal-lg .list-group-item:first-child {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-lg .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
}

@media (min-width:1200px) {
	.list-group-horizontal-xl {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.list-group-horizontal-xl .list-group-item {
		margin-right: -1px;
		margin-bottom: 0;
	}
	
	.list-group-horizontal-xl .list-group-item:first-child {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-xl .list-group-item:last-child {
		margin-right: 0;
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
	margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.list-group-item-primary {
	color: #004085;
	background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
	color: #004085;
	background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #004085;
	border-color: #004085;
}

.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
	color: #383d41;
	background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41;
}

.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
	color: #155724;
	background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #155724;
	border-color: #155724;
}

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
	color: #0c5460;
	background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460;
}

.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
	color: #856404;
	background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856404;
	border-color: #856404;
}

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
	color: #721c24;
	background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #721c24;
	border-color: #721c24;
}

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
	color: #818182;
	background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182;
}

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
	color: #1b1e21;
	background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

.close:hover {
	color: #000;
	text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	opacity: .75;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

a.close.disabled {
	pointer-events: none;
}

.toast {
	max-width: 350px;
	overflow: hidden;
	font-size: .875rem;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	opacity: 0;
	border-radius: .25rem;
}

.toast:not(:last-child) {
	margin-bottom: .75rem;
}

.toast.showing {
	opacity: 1;
}

.toast.show {
	display: block;
	opacity: 1;
}

.toast.hide {
	display: none;
}

.toast-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .25rem .75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.toast-body {
	padding: .75rem;
}

.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none;
}

.modal-dialog-scrollable {
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: .5;
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: .3rem;
	border-bottom-left-radius: .3rem;
}

.modal-footer>:not(:first-child) {
	margin-left: .25rem;
}

.modal-footer>:not(:last-child) {
	margin-right: .25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
	
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}
	
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem);
	}
	
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
	}
	
	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width:992px) {
	.modal-lg, .modal-xl {
		max-width: 800px;
	}
}

@media (min-width:1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: .9;
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem;
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
	padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
	bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
	padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
	left: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
	padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
	top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
	padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
	right: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000;
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem;
}

.popover .arrow::after, .popover .arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
	margin-bottom: .5rem;
}

.bs-popover-auto[x-placement^=top]>.arrow, .bs-popover-top>.arrow {
	bottom: calc(( .5rem + 1px ) * -1);
}

.bs-popover-auto[x-placement^=top]>.arrow::before, .bs-popover-top>.arrow::before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[x-placement^=top]>.arrow::after, .bs-popover-top>.arrow::after {
	bottom: 1px;
	border-width: .5rem .5rem 0;
	border-top-color: #fff;
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
	margin-left: .5rem;
}

.bs-popover-auto[x-placement^=right]>.arrow, .bs-popover-right>.arrow {
	left: calc(( .5rem + 1px ) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0;
}

.bs-popover-auto[x-placement^=right]>.arrow::before, .bs-popover-right>.arrow::before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[x-placement^=right]>.arrow::after, .bs-popover-right>.arrow::after {
	left: 1px;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
	margin-top: .5rem;
}

.bs-popover-auto[x-placement^=bottom]>.arrow, .bs-popover-bottom>.arrow {
	top: calc(( .5rem + 1px ) * -1);
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before, .bs-popover-bottom>.arrow::before {
	top: 0;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after, .bs-popover-bottom>.arrow::after {
	top: 1px;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
	margin-right: .5rem;
}

.bs-popover-auto[x-placement^=left]>.arrow, .bs-popover-left>.arrow {
	right: calc(( .5rem + 1px ) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0;
}

.bs-popover-auto[x-placement^=left]>.arrow::before, .bs-popover-left>.arrow::before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[x-placement^=left]>.arrow::after, .bs-popover-left>.arrow::after {
	right: 1px;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #fff;
}

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: .5rem .75rem;
	color: #212529;
}

.carousel {
	position: relative;
}

.carousel.pointer-event {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-item {
		transition: none;
	}
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	display: block;
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	-webkit-transform: none;
	transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	transition: 0s .6s opacity;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
		transition: none;
	}
}

.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	transition: opacity .15s ease;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-control-next, .carousel-control-prev {
		transition: none;
	}
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3e%3cpath d=\'M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z\'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon.nitro-lazy {
	background-image: none !important;
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3e%3cpath d=\'M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z\'/%3e%3c/svg%3e");
}

.carousel-control-next-icon.nitro-lazy {
	background-image: none !important;
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-indicators li {
		transition: none;
	}
}

.carousel-indicators .active {
	opacity: 1;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em;
}

@-webkit-keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	
	50% {
		opacity: 1;
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: spinner-grow .75s linear infinite;
	animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.bg-primary {
	background-color: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
	background-color: #0062cc !important;
}

.bg-secondary {
	background-color: #6c757d !important;
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
	background-color: #545b62 !important;
}

.bg-success {
	background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
	background-color: #1e7e34 !important;
}

.bg-info {
	background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
	background-color: #117a8b !important;
}

.bg-warning {
	background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
	background-color: #d39e00 !important;
}

.bg-danger {
	background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
	background-color: #bd2130 !important;
}

.bg-light {
	background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
	background-color: #dae0e5 !important;
}

.bg-dark {
	background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
	background-color: #1d2124 !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

.border-right {
	border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
	border-left: 1px solid #dee2e6 !important;
}

.border-0 {
	border: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-left-0 {
	border-left: 0 !important;
}

.border-primary {
	border-color: #007bff !important;
}

.border-secondary {
	border-color: #6c757d !important;
}

.border-success {
	border-color: #28a745 !important;
}

.border-info {
	border-color: #17a2b8 !important;
}

.border-warning {
	border-color: #ffc107 !important;
}

.border-danger {
	border-color: #dc3545 !important;
}

.border-light {
	border-color: #f8f9fa !important;
}

.border-dark {
	border-color: #343a40 !important;
}

.border-white {
	border-color: #fff !important;
}

.rounded-sm {
	border-radius: .2rem !important;
}

.rounded {
	border-radius: .25rem !important;
}

.rounded-top {
	border-top-left-radius: .25rem !important;
	border-top-right-radius: .25rem !important;
}

.rounded-right {
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important;
}

.rounded-bottom {
	border-bottom-right-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important;
}

.rounded-left {
	border-top-left-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important;
}

.rounded-lg {
	border-radius: .3rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

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

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

@media (min-width:576px) {
	.d-sm-none {
		display: none !important;
	}
	
	.d-sm-inline {
		display: inline !important;
	}
	
	.d-sm-inline-block {
		display: inline-block !important;
	}
	
	.d-sm-block {
		display: block !important;
	}
	
	.d-sm-table {
		display: table !important;
	}
	
	.d-sm-table-row {
		display: table-row !important;
	}
	
	.d-sm-table-cell {
		display: table-cell !important;
	}
	
	.d-sm-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none !important;
	}
	
	.d-md-inline {
		display: inline !important;
	}
	
	.d-md-inline-block {
		display: inline-block !important;
	}
	
	.d-md-block {
		display: block !important;
	}
	
	.d-md-table {
		display: table !important;
	}
	
	.d-md-table-row {
		display: table-row !important;
	}
	
	.d-md-table-cell {
		display: table-cell !important;
	}
	
	.d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none !important;
	}
	
	.d-lg-inline {
		display: inline !important;
	}
	
	.d-lg-inline-block {
		display: inline-block !important;
	}
	
	.d-lg-block {
		display: block !important;
	}
	
	.d-lg-table {
		display: table !important;
	}
	
	.d-lg-table-row {
		display: table-row !important;
	}
	
	.d-lg-table-cell {
		display: table-cell !important;
	}
	
	.d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width:1200px) {
	.d-xl-none {
		display: none !important;
	}
	
	.d-xl-inline {
		display: inline !important;
	}
	
	.d-xl-inline-block {
		display: inline-block !important;
	}
	
	.d-xl-block {
		display: block !important;
	}
	
	.d-xl-table {
		display: table !important;
	}
	
	.d-xl-table-row {
		display: table-row !important;
	}
	
	.d-xl-table-cell {
		display: table-cell !important;
	}
	
	.d-xl-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
	
	.d-print-inline {
		display: inline !important;
	}
	
	.d-print-inline-block {
		display: inline-block !important;
	}
	
	.d-print-block {
		display: block !important;
	}
	
	.d-print-table {
		display: table !important;
	}
	
	.d-print-table-row {
		display: table-row !important;
	}
	
	.d-print-table-cell {
		display: table-cell !important;
	}
	
	.d-print-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	
	.d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}

.flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

@media (min-width:576px) {
	.flex-sm-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-sm-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-sm-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-sm-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-sm-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-sm-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-sm-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-sm-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-sm-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-sm-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-sm-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-sm-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-sm-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width:768px) {
	.flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-md-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-md-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-md-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-md-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-md-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-md-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-md-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-md-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-md-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-md-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-lg-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-lg-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-lg-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-lg-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-lg-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-lg-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-lg-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	
	.flex-xl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	
	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	
	.flex-xl-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	
	.flex-xl-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	
	.flex-xl-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	
	.justify-content-xl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.justify-content-xl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	
	.justify-content-xl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	
	.justify-content-xl-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	
	.align-items-xl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.align-items-xl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.align-items-xl-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	
	.align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-none {
	float: none !important;
}

@media (min-width:576px) {
	.float-sm-left {
		float: left !important;
	}
	
	.float-sm-right {
		float: right !important;
	}
	
	.float-sm-none {
		float: none !important;
	}
}

@media (min-width:768px) {
	.float-md-left {
		float: left !important;
	}
	
	.float-md-right {
		float: right !important;
	}
	
	.float-md-none {
		float: none !important;
	}
}

@media (min-width:992px) {
	.float-lg-left {
		float: left !important;
	}
	
	.float-lg-right {
		float: right !important;
	}
	
	.float-lg-none {
		float: none !important;
	}
}

@media (min-width:1200px) {
	.float-xl-left {
		float: left !important;
	}
	
	.float-xl-right {
		float: right !important;
	}
	
	.float-xl-none {
		float: none !important;
	}
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.shadow-none {
	box-shadow: none !important;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.mh-100 {
	max-height: 100% !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.vw-100 {
	width: 100vw !important;
}

.vh-100 {
	height: 100vh !important;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}

.m-0 {
	margin: 0 !important;
}

.mt-0, .my-0 {
	margin-top: 0 !important;
}

.mr-0, .mx-0 {
	margin-right: 0 !important;
}

.mb-0, .my-0 {
	margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: .25rem !important;
}

.mt-1, .my-1 {
	margin-top: .25rem !important;
}

.mr-1, .mx-1 {
	margin-right: .25rem !important;
}

.mb-1, .my-1 {
	margin-bottom: .25rem !important;
}

.ml-1, .mx-1 {
	margin-left: .25rem !important;
}

.m-2 {
	margin: .5rem !important;
}

.mt-2, .my-2 {
	margin-top: .5rem !important;
}

.mr-2, .mx-2 {
	margin-right: .5rem !important;
}

.mb-2, .my-2 {
	margin-bottom: .5rem !important;
}

.ml-2, .mx-2 {
	margin-left: .5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3, .my-3 {
	margin-top: 1rem !important;
}

.mr-3, .mx-3 {
	margin-right: 1rem !important;
}

.mb-3, .my-3 {
	margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4, .my-4 {
	margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5, .my-5 {
	margin-top: 3rem !important;
}

.mr-5, .mx-5 {
	margin-right: 3rem !important;
}

.mb-5, .my-5 {
	margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0, .py-0 {
	padding-top: 0 !important;
}

.pr-0, .px-0 {
	padding-right: 0 !important;
}

.pb-0, .py-0 {
	padding-bottom: 0 !important;
}

.pl-0, .px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: .25rem !important;
}

.pt-1, .py-1 {
	padding-top: .25rem !important;
}

.pr-1, .px-1 {
	padding-right: .25rem !important;
}

.pb-1, .py-1 {
	padding-bottom: .25rem !important;
}

.pl-1, .px-1 {
	padding-left: .25rem !important;
}

.p-2 {
	padding: .5rem !important;
}

.pt-2, .py-2 {
	padding-top: .5rem !important;
}

.pr-2, .px-2 {
	padding-right: .5rem !important;
}

.pb-2, .py-2 {
	padding-bottom: .5rem !important;
}

.pl-2, .px-2 {
	padding-left: .5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3, .py-3 {
	padding-top: 1rem !important;
}

.pr-3, .px-3 {
	padding-right: 1rem !important;
}

.pb-3, .py-3 {
	padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4, .py-4 {
	padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
	padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5, .py-5 {
	padding-top: 3rem !important;
}

.pr-5, .px-5 {
	padding-right: 3rem !important;
}

.pb-5, .py-5 {
	padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
	padding-left: 3rem !important;
}

.m-n1 {
	margin: -.25rem !important;
}

.mt-n1, .my-n1 {
	margin-top: -.25rem !important;
}

.mr-n1, .mx-n1 {
	margin-right: -.25rem !important;
}

.mb-n1, .my-n1 {
	margin-bottom: -.25rem !important;
}

.ml-n1, .mx-n1 {
	margin-left: -.25rem !important;
}

.m-n2 {
	margin: -.5rem !important;
}

.mt-n2, .my-n2 {
	margin-top: -.5rem !important;
}

.mr-n2, .mx-n2 {
	margin-right: -.5rem !important;
}

.mb-n2, .my-n2 {
	margin-bottom: -.5rem !important;
}

.ml-n2, .mx-n2 {
	margin-left: -.5rem !important;
}

.m-n3 {
	margin: -1rem !important;
}

.mt-n3, .my-n3 {
	margin-top: -1rem !important;
}

.mr-n3, .mx-n3 {
	margin-right: -1rem !important;
}

.mb-n3, .my-n3 {
	margin-bottom: -1rem !important;
}

.ml-n3, .mx-n3 {
	margin-left: -1rem !important;
}

.m-n4 {
	margin: -1.5rem !important;
}

.mt-n4, .my-n4 {
	margin-top: -1.5rem !important;
}

.mr-n4, .mx-n4 {
	margin-right: -1.5rem !important;
}

.mb-n4, .my-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-n4, .mx-n4 {
	margin-left: -1.5rem !important;
}

.m-n5 {
	margin: -3rem !important;
}

.mt-n5, .my-n5 {
	margin-top: -3rem !important;
}

.mr-n5, .mx-n5 {
	margin-right: -3rem !important;
}

.mb-n5, .my-n5 {
	margin-bottom: -3rem !important;
}

.ml-n5, .mx-n5 {
	margin-left: -3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto, .my-auto {
	margin-top: auto !important;
}

.mr-auto, .mx-auto {
	margin-right: auto !important;
}

.mb-auto, .my-auto {
	margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
	margin-left: auto !important;
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	
	.mt-sm-0, .my-sm-0 {
		margin-top: 0 !important;
	}
	
	.mr-sm-0, .mx-sm-0 {
		margin-right: 0 !important;
	}
	
	.mb-sm-0, .my-sm-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-sm-0, .mx-sm-0 {
		margin-left: 0 !important;
	}
	
	.m-sm-1 {
		margin: .25rem !important;
	}
	
	.mt-sm-1, .my-sm-1 {
		margin-top: .25rem !important;
	}
	
	.mr-sm-1, .mx-sm-1 {
		margin-right: .25rem !important;
	}
	
	.mb-sm-1, .my-sm-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-sm-1, .mx-sm-1 {
		margin-left: .25rem !important;
	}
	
	.m-sm-2 {
		margin: .5rem !important;
	}
	
	.mt-sm-2, .my-sm-2 {
		margin-top: .5rem !important;
	}
	
	.mr-sm-2, .mx-sm-2 {
		margin-right: .5rem !important;
	}
	
	.mb-sm-2, .my-sm-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-sm-2, .mx-sm-2 {
		margin-left: .5rem !important;
	}
	
	.m-sm-3 {
		margin: 1rem !important;
	}
	
	.mt-sm-3, .my-sm-3 {
		margin-top: 1rem !important;
	}
	
	.mr-sm-3, .mx-sm-3 {
		margin-right: 1rem !important;
	}
	
	.mb-sm-3, .my-sm-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-sm-3, .mx-sm-3 {
		margin-left: 1rem !important;
	}
	
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	
	.mt-sm-4, .my-sm-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-sm-4, .mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-sm-4, .my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-sm-4, .mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-sm-5 {
		margin: 3rem !important;
	}
	
	.mt-sm-5, .my-sm-5 {
		margin-top: 3rem !important;
	}
	
	.mr-sm-5, .mx-sm-5 {
		margin-right: 3rem !important;
	}
	
	.mb-sm-5, .my-sm-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-sm-5, .mx-sm-5 {
		margin-left: 3rem !important;
	}
	
	.p-sm-0 {
		padding: 0 !important;
	}
	
	.pt-sm-0, .py-sm-0 {
		padding-top: 0 !important;
	}
	
	.pr-sm-0, .px-sm-0 {
		padding-right: 0 !important;
	}
	
	.pb-sm-0, .py-sm-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-sm-0, .px-sm-0 {
		padding-left: 0 !important;
	}
	
	.p-sm-1 {
		padding: .25rem !important;
	}
	
	.pt-sm-1, .py-sm-1 {
		padding-top: .25rem !important;
	}
	
	.pr-sm-1, .px-sm-1 {
		padding-right: .25rem !important;
	}
	
	.pb-sm-1, .py-sm-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-sm-1, .px-sm-1 {
		padding-left: .25rem !important;
	}
	
	.p-sm-2 {
		padding: .5rem !important;
	}
	
	.pt-sm-2, .py-sm-2 {
		padding-top: .5rem !important;
	}
	
	.pr-sm-2, .px-sm-2 {
		padding-right: .5rem !important;
	}
	
	.pb-sm-2, .py-sm-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-sm-2, .px-sm-2 {
		padding-left: .5rem !important;
	}
	
	.p-sm-3 {
		padding: 1rem !important;
	}
	
	.pt-sm-3, .py-sm-3 {
		padding-top: 1rem !important;
	}
	
	.pr-sm-3, .px-sm-3 {
		padding-right: 1rem !important;
	}
	
	.pb-sm-3, .py-sm-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-sm-3, .px-sm-3 {
		padding-left: 1rem !important;
	}
	
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	
	.pt-sm-4, .py-sm-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-sm-4, .px-sm-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-sm-4, .py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-sm-4, .px-sm-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-sm-5 {
		padding: 3rem !important;
	}
	
	.pt-sm-5, .py-sm-5 {
		padding-top: 3rem !important;
	}
	
	.pr-sm-5, .px-sm-5 {
		padding-right: 3rem !important;
	}
	
	.pb-sm-5, .py-sm-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-sm-5, .px-sm-5 {
		padding-left: 3rem !important;
	}
	
	.m-sm-n1 {
		margin: -.25rem !important;
	}
	
	.mt-sm-n1, .my-sm-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-sm-n1, .mx-sm-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-sm-n1, .my-sm-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-sm-n1, .mx-sm-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-sm-n2 {
		margin: -.5rem !important;
	}
	
	.mt-sm-n2, .my-sm-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-sm-n2, .mx-sm-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-sm-n2, .my-sm-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-sm-n2, .mx-sm-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-sm-n3 {
		margin: -1rem !important;
	}
	
	.mt-sm-n3, .my-sm-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-sm-n3, .mx-sm-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-sm-n3, .my-sm-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-sm-n3, .mx-sm-n3 {
		margin-left: -1rem !important;
	}
	
	.m-sm-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-sm-n4, .my-sm-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-sm-n4, .mx-sm-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-sm-n4, .my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-sm-n4, .mx-sm-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-sm-n5 {
		margin: -3rem !important;
	}
	
	.mt-sm-n5, .my-sm-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-sm-n5, .mx-sm-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-sm-n5, .my-sm-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-sm-n5, .mx-sm-n5 {
		margin-left: -3rem !important;
	}
	
	.m-sm-auto {
		margin: auto !important;
	}
	
	.mt-sm-auto, .my-sm-auto {
		margin-top: auto !important;
	}
	
	.mr-sm-auto, .mx-sm-auto {
		margin-right: auto !important;
	}
	
	.mb-sm-auto, .my-sm-auto {
		margin-bottom: auto !important;
	}
	
	.ml-sm-auto, .mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0 !important;
	}
	
	.mt-md-0, .my-md-0 {
		margin-top: 0 !important;
	}
	
	.mr-md-0, .mx-md-0 {
		margin-right: 0 !important;
	}
	
	.mb-md-0, .my-md-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-md-0, .mx-md-0 {
		margin-left: 0 !important;
	}
	
	.m-md-1 {
		margin: .25rem !important;
	}
	
	.mt-md-1, .my-md-1 {
		margin-top: .25rem !important;
	}
	
	.mr-md-1, .mx-md-1 {
		margin-right: .25rem !important;
	}
	
	.mb-md-1, .my-md-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-md-1, .mx-md-1 {
		margin-left: .25rem !important;
	}
	
	.m-md-2 {
		margin: .5rem !important;
	}
	
	.mt-md-2, .my-md-2 {
		margin-top: .5rem !important;
	}
	
	.mr-md-2, .mx-md-2 {
		margin-right: .5rem !important;
	}
	
	.mb-md-2, .my-md-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-md-2, .mx-md-2 {
		margin-left: .5rem !important;
	}
	
	.m-md-3 {
		margin: 1rem !important;
	}
	
	.mt-md-3, .my-md-3 {
		margin-top: 1rem !important;
	}
	
	.mr-md-3, .mx-md-3 {
		margin-right: 1rem !important;
	}
	
	.mb-md-3, .my-md-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-md-3, .mx-md-3 {
		margin-left: 1rem !important;
	}
	
	.m-md-4 {
		margin: 1.5rem !important;
	}
	
	.mt-md-4, .my-md-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-md-4, .mx-md-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-md-4, .my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-md-4, .mx-md-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-md-5 {
		margin: 3rem !important;
	}
	
	.mt-md-5, .my-md-5 {
		margin-top: 3rem !important;
	}
	
	.mr-md-5, .mx-md-5 {
		margin-right: 3rem !important;
	}
	
	.mb-md-5, .my-md-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-md-5, .mx-md-5 {
		margin-left: 3rem !important;
	}
	
	.p-md-0 {
		padding: 0 !important;
	}
	
	.pt-md-0, .py-md-0 {
		padding-top: 0 !important;
	}
	
	.pr-md-0, .px-md-0 {
		padding-right: 0 !important;
	}
	
	.pb-md-0, .py-md-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-md-0, .px-md-0 {
		padding-left: 0 !important;
	}
	
	.p-md-1 {
		padding: .25rem !important;
	}
	
	.pt-md-1, .py-md-1 {
		padding-top: .25rem !important;
	}
	
	.pr-md-1, .px-md-1 {
		padding-right: .25rem !important;
	}
	
	.pb-md-1, .py-md-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-md-1, .px-md-1 {
		padding-left: .25rem !important;
	}
	
	.p-md-2 {
		padding: .5rem !important;
	}
	
	.pt-md-2, .py-md-2 {
		padding-top: .5rem !important;
	}
	
	.pr-md-2, .px-md-2 {
		padding-right: .5rem !important;
	}
	
	.pb-md-2, .py-md-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-md-2, .px-md-2 {
		padding-left: .5rem !important;
	}
	
	.p-md-3 {
		padding: 1rem !important;
	}
	
	.pt-md-3, .py-md-3 {
		padding-top: 1rem !important;
	}
	
	.pr-md-3, .px-md-3 {
		padding-right: 1rem !important;
	}
	
	.pb-md-3, .py-md-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-md-3, .px-md-3 {
		padding-left: 1rem !important;
	}
	
	.p-md-4 {
		padding: 1.5rem !important;
	}
	
	.pt-md-4, .py-md-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-md-4, .px-md-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-md-4, .py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-md-4, .px-md-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-md-5 {
		padding: 3rem !important;
	}
	
	.pt-md-5, .py-md-5 {
		padding-top: 3rem !important;
	}
	
	.pr-md-5, .px-md-5 {
		padding-right: 3rem !important;
	}
	
	.pb-md-5, .py-md-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-md-5, .px-md-5 {
		padding-left: 3rem !important;
	}
	
	.m-md-n1 {
		margin: -.25rem !important;
	}
	
	.mt-md-n1, .my-md-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-md-n1, .mx-md-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-md-n1, .my-md-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-md-n1, .mx-md-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-md-n2 {
		margin: -.5rem !important;
	}
	
	.mt-md-n2, .my-md-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-md-n2, .mx-md-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-md-n2, .my-md-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-md-n2, .mx-md-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-md-n3 {
		margin: -1rem !important;
	}
	
	.mt-md-n3, .my-md-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-md-n3, .mx-md-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-md-n3, .my-md-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-md-n3, .mx-md-n3 {
		margin-left: -1rem !important;
	}
	
	.m-md-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-md-n4, .my-md-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-md-n4, .mx-md-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-md-n4, .my-md-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-md-n4, .mx-md-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-md-n5 {
		margin: -3rem !important;
	}
	
	.mt-md-n5, .my-md-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-md-n5, .mx-md-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-md-n5, .my-md-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-md-n5, .mx-md-n5 {
		margin-left: -3rem !important;
	}
	
	.m-md-auto {
		margin: auto !important;
	}
	
	.mt-md-auto, .my-md-auto {
		margin-top: auto !important;
	}
	
	.mr-md-auto, .mx-md-auto {
		margin-right: auto !important;
	}
	
	.mb-md-auto, .my-md-auto {
		margin-bottom: auto !important;
	}
	
	.ml-md-auto, .mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	
	.mt-lg-0, .my-lg-0 {
		margin-top: 0 !important;
	}
	
	.mr-lg-0, .mx-lg-0 {
		margin-right: 0 !important;
	}
	
	.mb-lg-0, .my-lg-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-lg-0, .mx-lg-0 {
		margin-left: 0 !important;
	}
	
	.m-lg-1 {
		margin: .25rem !important;
	}
	
	.mt-lg-1, .my-lg-1 {
		margin-top: .25rem !important;
	}
	
	.mr-lg-1, .mx-lg-1 {
		margin-right: .25rem !important;
	}
	
	.mb-lg-1, .my-lg-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-lg-1, .mx-lg-1 {
		margin-left: .25rem !important;
	}
	
	.m-lg-2 {
		margin: .5rem !important;
	}
	
	.mt-lg-2, .my-lg-2 {
		margin-top: .5rem !important;
	}
	
	.mr-lg-2, .mx-lg-2 {
		margin-right: .5rem !important;
	}
	
	.mb-lg-2, .my-lg-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-lg-2, .mx-lg-2 {
		margin-left: .5rem !important;
	}
	
	.m-lg-3 {
		margin: 1rem !important;
	}
	
	.mt-lg-3, .my-lg-3 {
		margin-top: 1rem !important;
	}
	
	.mr-lg-3, .mx-lg-3 {
		margin-right: 1rem !important;
	}
	
	.mb-lg-3, .my-lg-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-lg-3, .mx-lg-3 {
		margin-left: 1rem !important;
	}
	
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	
	.mt-lg-4, .my-lg-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-lg-4, .mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-lg-4, .my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-lg-4, .mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-lg-5 {
		margin: 3rem !important;
	}
	
	.mt-lg-5, .my-lg-5 {
		margin-top: 3rem !important;
	}
	
	.mr-lg-5, .mx-lg-5 {
		margin-right: 3rem !important;
	}
	
	.mb-lg-5, .my-lg-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-lg-5, .mx-lg-5 {
		margin-left: 3rem !important;
	}
	
	.p-lg-0 {
		padding: 0 !important;
	}
	
	.pt-lg-0, .py-lg-0 {
		padding-top: 0 !important;
	}
	
	.pr-lg-0, .px-lg-0 {
		padding-right: 0 !important;
	}
	
	.pb-lg-0, .py-lg-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-lg-0, .px-lg-0 {
		padding-left: 0 !important;
	}
	
	.p-lg-1 {
		padding: .25rem !important;
	}
	
	.pt-lg-1, .py-lg-1 {
		padding-top: .25rem !important;
	}
	
	.pr-lg-1, .px-lg-1 {
		padding-right: .25rem !important;
	}
	
	.pb-lg-1, .py-lg-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-lg-1, .px-lg-1 {
		padding-left: .25rem !important;
	}
	
	.p-lg-2 {
		padding: .5rem !important;
	}
	
	.pt-lg-2, .py-lg-2 {
		padding-top: .5rem !important;
	}
	
	.pr-lg-2, .px-lg-2 {
		padding-right: .5rem !important;
	}
	
	.pb-lg-2, .py-lg-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-lg-2, .px-lg-2 {
		padding-left: .5rem !important;
	}
	
	.p-lg-3 {
		padding: 1rem !important;
	}
	
	.pt-lg-3, .py-lg-3 {
		padding-top: 1rem !important;
	}
	
	.pr-lg-3, .px-lg-3 {
		padding-right: 1rem !important;
	}
	
	.pb-lg-3, .py-lg-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-lg-3, .px-lg-3 {
		padding-left: 1rem !important;
	}
	
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	
	.pt-lg-4, .py-lg-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-lg-4, .px-lg-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-lg-4, .py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-lg-4, .px-lg-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-lg-5 {
		padding: 3rem !important;
	}
	
	.pt-lg-5, .py-lg-5 {
		padding-top: 3rem !important;
	}
	
	.pr-lg-5, .px-lg-5 {
		padding-right: 3rem !important;
	}
	
	.pb-lg-5, .py-lg-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-lg-5, .px-lg-5 {
		padding-left: 3rem !important;
	}
	
	.m-lg-n1 {
		margin: -.25rem !important;
	}
	
	.mt-lg-n1, .my-lg-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-lg-n1, .mx-lg-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-lg-n1, .my-lg-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-lg-n1, .mx-lg-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-lg-n2 {
		margin: -.5rem !important;
	}
	
	.mt-lg-n2, .my-lg-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-lg-n2, .mx-lg-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-lg-n2, .my-lg-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-lg-n2, .mx-lg-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-lg-n3 {
		margin: -1rem !important;
	}
	
	.mt-lg-n3, .my-lg-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-lg-n3, .mx-lg-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-lg-n3, .my-lg-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-lg-n3, .mx-lg-n3 {
		margin-left: -1rem !important;
	}
	
	.m-lg-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-lg-n4, .my-lg-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-lg-n4, .mx-lg-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-lg-n4, .my-lg-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-lg-n4, .mx-lg-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-lg-n5 {
		margin: -3rem !important;
	}
	
	.mt-lg-n5, .my-lg-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-lg-n5, .mx-lg-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-lg-n5, .my-lg-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-lg-n5, .mx-lg-n5 {
		margin-left: -3rem !important;
	}
	
	.m-lg-auto {
		margin: auto !important;
	}
	
	.mt-lg-auto, .my-lg-auto {
		margin-top: auto !important;
	}
	
	.mr-lg-auto, .mx-lg-auto {
		margin-right: auto !important;
	}
	
	.mb-lg-auto, .my-lg-auto {
		margin-bottom: auto !important;
	}
	
	.ml-lg-auto, .mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width:1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	
	.mt-xl-0, .my-xl-0 {
		margin-top: 0 !important;
	}
	
	.mr-xl-0, .mx-xl-0 {
		margin-right: 0 !important;
	}
	
	.mb-xl-0, .my-xl-0 {
		margin-bottom: 0 !important;
	}
	
	.ml-xl-0, .mx-xl-0 {
		margin-left: 0 !important;
	}
	
	.m-xl-1 {
		margin: .25rem !important;
	}
	
	.mt-xl-1, .my-xl-1 {
		margin-top: .25rem !important;
	}
	
	.mr-xl-1, .mx-xl-1 {
		margin-right: .25rem !important;
	}
	
	.mb-xl-1, .my-xl-1 {
		margin-bottom: .25rem !important;
	}
	
	.ml-xl-1, .mx-xl-1 {
		margin-left: .25rem !important;
	}
	
	.m-xl-2 {
		margin: .5rem !important;
	}
	
	.mt-xl-2, .my-xl-2 {
		margin-top: .5rem !important;
	}
	
	.mr-xl-2, .mx-xl-2 {
		margin-right: .5rem !important;
	}
	
	.mb-xl-2, .my-xl-2 {
		margin-bottom: .5rem !important;
	}
	
	.ml-xl-2, .mx-xl-2 {
		margin-left: .5rem !important;
	}
	
	.m-xl-3 {
		margin: 1rem !important;
	}
	
	.mt-xl-3, .my-xl-3 {
		margin-top: 1rem !important;
	}
	
	.mr-xl-3, .mx-xl-3 {
		margin-right: 1rem !important;
	}
	
	.mb-xl-3, .my-xl-3 {
		margin-bottom: 1rem !important;
	}
	
	.ml-xl-3, .mx-xl-3 {
		margin-left: 1rem !important;
	}
	
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	
	.mt-xl-4, .my-xl-4 {
		margin-top: 1.5rem !important;
	}
	
	.mr-xl-4, .mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	
	.mb-xl-4, .my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.ml-xl-4, .mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	
	.m-xl-5 {
		margin: 3rem !important;
	}
	
	.mt-xl-5, .my-xl-5 {
		margin-top: 3rem !important;
	}
	
	.mr-xl-5, .mx-xl-5 {
		margin-right: 3rem !important;
	}
	
	.mb-xl-5, .my-xl-5 {
		margin-bottom: 3rem !important;
	}
	
	.ml-xl-5, .mx-xl-5 {
		margin-left: 3rem !important;
	}
	
	.p-xl-0 {
		padding: 0 !important;
	}
	
	.pt-xl-0, .py-xl-0 {
		padding-top: 0 !important;
	}
	
	.pr-xl-0, .px-xl-0 {
		padding-right: 0 !important;
	}
	
	.pb-xl-0, .py-xl-0 {
		padding-bottom: 0 !important;
	}
	
	.pl-xl-0, .px-xl-0 {
		padding-left: 0 !important;
	}
	
	.p-xl-1 {
		padding: .25rem !important;
	}
	
	.pt-xl-1, .py-xl-1 {
		padding-top: .25rem !important;
	}
	
	.pr-xl-1, .px-xl-1 {
		padding-right: .25rem !important;
	}
	
	.pb-xl-1, .py-xl-1 {
		padding-bottom: .25rem !important;
	}
	
	.pl-xl-1, .px-xl-1 {
		padding-left: .25rem !important;
	}
	
	.p-xl-2 {
		padding: .5rem !important;
	}
	
	.pt-xl-2, .py-xl-2 {
		padding-top: .5rem !important;
	}
	
	.pr-xl-2, .px-xl-2 {
		padding-right: .5rem !important;
	}
	
	.pb-xl-2, .py-xl-2 {
		padding-bottom: .5rem !important;
	}
	
	.pl-xl-2, .px-xl-2 {
		padding-left: .5rem !important;
	}
	
	.p-xl-3 {
		padding: 1rem !important;
	}
	
	.pt-xl-3, .py-xl-3 {
		padding-top: 1rem !important;
	}
	
	.pr-xl-3, .px-xl-3 {
		padding-right: 1rem !important;
	}
	
	.pb-xl-3, .py-xl-3 {
		padding-bottom: 1rem !important;
	}
	
	.pl-xl-3, .px-xl-3 {
		padding-left: 1rem !important;
	}
	
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	
	.pt-xl-4, .py-xl-4 {
		padding-top: 1.5rem !important;
	}
	
	.pr-xl-4, .px-xl-4 {
		padding-right: 1.5rem !important;
	}
	
	.pb-xl-4, .py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pl-xl-4, .px-xl-4 {
		padding-left: 1.5rem !important;
	}
	
	.p-xl-5 {
		padding: 3rem !important;
	}
	
	.pt-xl-5, .py-xl-5 {
		padding-top: 3rem !important;
	}
	
	.pr-xl-5, .px-xl-5 {
		padding-right: 3rem !important;
	}
	
	.pb-xl-5, .py-xl-5 {
		padding-bottom: 3rem !important;
	}
	
	.pl-xl-5, .px-xl-5 {
		padding-left: 3rem !important;
	}
	
	.m-xl-n1 {
		margin: -.25rem !important;
	}
	
	.mt-xl-n1, .my-xl-n1 {
		margin-top: -.25rem !important;
	}
	
	.mr-xl-n1, .mx-xl-n1 {
		margin-right: -.25rem !important;
	}
	
	.mb-xl-n1, .my-xl-n1 {
		margin-bottom: -.25rem !important;
	}
	
	.ml-xl-n1, .mx-xl-n1 {
		margin-left: -.25rem !important;
	}
	
	.m-xl-n2 {
		margin: -.5rem !important;
	}
	
	.mt-xl-n2, .my-xl-n2 {
		margin-top: -.5rem !important;
	}
	
	.mr-xl-n2, .mx-xl-n2 {
		margin-right: -.5rem !important;
	}
	
	.mb-xl-n2, .my-xl-n2 {
		margin-bottom: -.5rem !important;
	}
	
	.ml-xl-n2, .mx-xl-n2 {
		margin-left: -.5rem !important;
	}
	
	.m-xl-n3 {
		margin: -1rem !important;
	}
	
	.mt-xl-n3, .my-xl-n3 {
		margin-top: -1rem !important;
	}
	
	.mr-xl-n3, .mx-xl-n3 {
		margin-right: -1rem !important;
	}
	
	.mb-xl-n3, .my-xl-n3 {
		margin-bottom: -1rem !important;
	}
	
	.ml-xl-n3, .mx-xl-n3 {
		margin-left: -1rem !important;
	}
	
	.m-xl-n4 {
		margin: -1.5rem !important;
	}
	
	.mt-xl-n4, .my-xl-n4 {
		margin-top: -1.5rem !important;
	}
	
	.mr-xl-n4, .mx-xl-n4 {
		margin-right: -1.5rem !important;
	}
	
	.mb-xl-n4, .my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}
	
	.ml-xl-n4, .mx-xl-n4 {
		margin-left: -1.5rem !important;
	}
	
	.m-xl-n5 {
		margin: -3rem !important;
	}
	
	.mt-xl-n5, .my-xl-n5 {
		margin-top: -3rem !important;
	}
	
	.mr-xl-n5, .mx-xl-n5 {
		margin-right: -3rem !important;
	}
	
	.mb-xl-n5, .my-xl-n5 {
		margin-bottom: -3rem !important;
	}
	
	.ml-xl-n5, .mx-xl-n5 {
		margin-left: -3rem !important;
	}
	
	.m-xl-auto {
		margin: auto !important;
	}
	
	.mt-xl-auto, .my-xl-auto {
		margin-top: auto !important;
	}
	
	.mr-xl-auto, .mx-xl-auto {
		margin-right: auto !important;
	}
	
	.mb-xl-auto, .my-xl-auto {
		margin-bottom: auto !important;
	}
	
	.ml-xl-auto, .mx-xl-auto {
		margin-left: auto !important;
	}
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

@media (min-width:576px) {
	.text-sm-left {
		text-align: left !important;
	}
	
	.text-sm-right {
		text-align: right !important;
	}
	
	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width:768px) {
	.text-md-left {
		text-align: left !important;
	}
	
	.text-md-right {
		text-align: right !important;
	}
	
	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width:992px) {
	.text-lg-left {
		text-align: left !important;
	}
	
	.text-lg-right {
		text-align: right !important;
	}
	
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width:1200px) {
	.text-xl-left {
		text-align: left !important;
	}
	
	.text-xl-right {
		text-align: right !important;
	}
	
	.text-xl-center {
		text-align: center !important;
	}
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-lighter {
	font-weight: lighter !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-weight-bolder {
	font-weight: bolder !important;
}

.font-italic {
	font-style: italic !important;
}

.text-white {
	color: #fff !important;
}

.text-primary {
	color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
	color: #0056b3 !important;
}

.text-secondary {
	color: #6c757d !important;
}

a.text-secondary:focus, a.text-secondary:hover {
	color: #494f54 !important;
}

.text-success {
	color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
	color: #19692c !important;
}

.text-info {
	color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
	color: #0f6674 !important;
}

.text-warning {
	color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
	color: #ba8b00 !important;
}

.text-danger {
	color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
	color: #a71d2a !important;
}

.text-light {
	color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
	color: #cbd3da !important;
}

.text-dark {
	color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
	color: #121416 !important;
}

.text-body {
	color: #212529 !important;
}

.text-muted {
	color: #6c757d !important;
}

.text-black-50 {
	color: rgba(0, 0, 0, .5) !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, .5) !important;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-break {
	word-break: break-word !important;
	overflow-wrap: break-word !important;
}

.text-reset {
	color: inherit !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

@media print {
	*, ::after, ::before {
		text-shadow: none !important;
		box-shadow: none !important;
	}
	
	a:not(.btn) {
		text-decoration: underline;
	}
	
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	
	pre {
		white-space: pre-wrap !important;
	}
	
	blockquote, pre {
		border: 1px solid #adb5bd;
		page-break-inside: avoid;
	}
	
	thead {
		display: table-header-group;
	}
	
	img, tr {
		page-break-inside: avoid;
	}
	
	h2, h3, p {
		orphans: 3;
		widows: 3;
	}
	
	h2, h3 {
		page-break-after: avoid;
	}
	
	@page {
		size: a3;
	}
	
	body {
		min-width: 992px !important;
	}
	
	.container {
		min-width: 992px !important;
	}
	
	.navbar {
		display: none;
	}
	
	.badge {
		border: 1px solid #000;
	}
	
	.table {
		border-collapse: collapse !important;
	}
	
	.table td, .table th {
		background-color: #fff !important;
	}
	
	.table-bordered td, .table-bordered th {
		border: 1px solid #dee2e6 !important;
	}
	
	.table-dark {
		color: inherit;
	}
	
	.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
		border-color: #dee2e6;
	}
	
	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6;
	}
}

/*!
 * Font Awesome Pro 5.8.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa, .fas, .far, .fal, .fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em;
}

.fa-xs {
	font-size: .75em;
}

.fa-sm {
	font-size: .875em;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

.fa-border {
	border: solid .08em #eee;
	border-radius: .1em;
	padding: .2em .25em .15em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(-1, -1);
	transform: scale(-1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-flip-both {
	-webkit-filter: none;
	filter: none;
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
	content: "";
}

.fa-abacus:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-acorn:before {
	content: "";
}

.fa-acquisitions-incorporated:before {
	content: "";
}

.fa-ad:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-card:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-adobe:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-air-freshener:before {
	content: "";
}

.fa-airbnb:before {
	content: "";
}

.fa-alarm-clock:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-alicorn:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-allergies:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-analytics:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-angel:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angry:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-ankh:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-apple-alt:before {
	content: "";
}

.fa-apple-crate:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-archway:before {
	content: "";
}

.fa-arrow-alt-circle-down:before {
	content: "";
}

.fa-arrow-alt-circle-left:before {
	content: "";
}

.fa-arrow-alt-circle-right:before {
	content: "";
}

.fa-arrow-alt-circle-up:before {
	content: "";
}

.fa-arrow-alt-down:before {
	content: "";
}

.fa-arrow-alt-from-bottom:before {
	content: "";
}

.fa-arrow-alt-from-left:before {
	content: "";
}

.fa-arrow-alt-from-right:before {
	content: "";
}

.fa-arrow-alt-from-top:before {
	content: "";
}

.fa-arrow-alt-left:before {
	content: "";
}

.fa-arrow-alt-right:before {
	content: "";
}

.fa-arrow-alt-square-down:before {
	content: "";
}

.fa-arrow-alt-square-left:before {
	content: "";
}

.fa-arrow-alt-square-right:before {
	content: "";
}

.fa-arrow-alt-square-up:before {
	content: "";
}

.fa-arrow-alt-to-bottom:before {
	content: "";
}

.fa-arrow-alt-to-left:before {
	content: "";
}

.fa-arrow-alt-to-right:before {
	content: "";
}

.fa-arrow-alt-to-top:before {
	content: "";
}

.fa-arrow-alt-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-arrow-from-bottom:before {
	content: "";
}

.fa-arrow-from-left:before {
	content: "";
}

.fa-arrow-from-right:before {
	content: "";
}

.fa-arrow-from-top:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-square-down:before {
	content: "";
}

.fa-arrow-square-left:before {
	content: "";
}

.fa-arrow-square-right:before {
	content: "";
}

.fa-arrow-square-up:before {
	content: "";
}

.fa-arrow-to-bottom:before {
	content: "";
}

.fa-arrow-to-left:before {
	content: "";
}

.fa-arrow-to-right:before {
	content: "";
}

.fa-arrow-to-top:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-arrows-alt-h:before {
	content: "";
}

.fa-arrows-alt-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-atlas:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-atom:before {
	content: "";
}

.fa-atom-alt:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-axe:before {
	content: "";
}

.fa-axe-battle:before {
	content: "";
}

.fa-baby:before {
	content: "";
}

.fa-baby-carriage:before {
	content: "";
}

.fa-backpack:before {
	content: "";
}

.fa-backspace:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-bacon:before {
	content: "";
}

.fa-badge:before {
	content: "";
}

.fa-badge-check:before {
	content: "";
}

.fa-badge-dollar:before {
	content: "";
}

.fa-badge-percent:before {
	content: "";
}

.fa-badger-honey:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-balance-scale-left:before {
	content: "";
}

.fa-balance-scale-right:before {
	content: "";
}

.fa-ball-pile:before {
	content: "";
}

.fa-ballot:before {
	content: "";
}

.fa-ballot-check:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-band-aid:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-barcode-alt:before {
	content: "";
}

.fa-barcode-read:before {
	content: "";
}

.fa-barcode-scan:before {
	content: "";
}

.fa-bars:before {
	content: "";
}

.fa-baseball:before {
	content: "";
}

.fa-baseball-ball:before {
	content: "";
}

.fa-basketball-ball:before {
	content: "";
}

.fa-basketball-hoop:before {
	content: "";
}

.fa-bat:before {
	content: "";
}

.fa-bath:before {
	content: "";
}

.fa-battery-bolt:before {
	content: "";
}

.fa-battery-empty:before {
	content: "";
}

.fa-battery-full:before {
	content: "";
}

.fa-battery-half:before {
	content: "";
}

.fa-battery-quarter:before {
	content: "";
}

.fa-battery-slash:before {
	content: "";
}

.fa-battery-three-quarters:before {
	content: "";
}

.fa-battle-net:before {
	content: "";
}

.fa-bed:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-bell-school:before {
	content: "";
}

.fa-bell-school-slash:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bells:before {
	content: "";
}

.fa-bezier-curve:before {
	content: "";
}

.fa-bible:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-biohazard:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-blanket:before {
	content: "";
}

.fa-blender:before {
	content: "";
}

.fa-blender-phone:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-blog:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-bolt:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-bone:before {
	content: "";
}

.fa-bone-break:before {
	content: "";
}

.fa-bong:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-book-alt:before {
	content: "";
}

.fa-book-dead:before {
	content: "";
}

.fa-book-heart:before {
	content: "";
}

.fa-book-medical:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-reader:before {
	content: "";
}

.fa-book-spells:before {
	content: "";
}

.fa-book-user:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-books:before {
	content: "";
}

.fa-books-medical:before {
	content: "";
}

.fa-boot:before {
	content: "";
}

.fa-booth-curtain:before {
	content: "";
}

.fa-bootstrap:before {
	content: "";
}

.fa-bow-arrow:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-bowling-pins:before {
	content: "";
}

.fa-box:before {
	content: "";
}

.fa-box-alt:before {
	content: "";
}

.fa-box-ballot:before {
	content: "";
}

.fa-box-check:before {
	content: "";
}

.fa-box-fragile:before {
	content: "";
}

.fa-box-full:before {
	content: "";
}

.fa-box-heart:before {
	content: "";
}

.fa-box-open:before {
	content: "";
}

.fa-box-up:before {
	content: "";
}

.fa-box-usd:before {
	content: "";
}

.fa-boxes:before {
	content: "";
}

.fa-boxes-alt:before {
	content: "";
}

.fa-boxing-glove:before {
	content: "";
}

.fa-brackets:before {
	content: "";
}

.fa-brackets-curly:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-brain:before {
	content: "";
}

.fa-bread-loaf:before {
	content: "";
}

.fa-bread-slice:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-briefcase-medical:before {
	content: "";
}

.fa-broadcast-tower:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-browser:before {
	content: "";
}

.fa-brush:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-buffer:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-bullseye-arrow:before {
	content: "";
}

.fa-bullseye-pointer:before {
	content: "";
}

.fa-burn:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-burrito:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-bus-alt:before {
	content: "";
}

.fa-bus-school:before {
	content: "";
}

.fa-business-time:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-cabinet-filing:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-calculator-alt:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-calendar-alt:before {
	content: "";
}

.fa-calendar-check:before {
	content: "";
}

.fa-calendar-day:before {
	content: "";
}

.fa-calendar-edit:before {
	content: "";
}

.fa-calendar-exclamation:before {
	content: "";
}

.fa-calendar-minus:before {
	content: "";
}

.fa-calendar-plus:before {
	content: "";
}

.fa-calendar-star:before {
	content: "";
}

.fa-calendar-times:before {
	content: "";
}

.fa-calendar-week:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-camera-alt:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-campfire:before {
	content: "";
}

.fa-campground:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-candle-holder:before {
	content: "";
}

.fa-candy-cane:before {
	content: "";
}

.fa-candy-corn:before {
	content: "";
}

.fa-cannabis:before {
	content: "";
}

.fa-capsules:before {
	content: "";
}

.fa-car:before {
	content: "";
}

.fa-car-alt:before {
	content: "";
}

.fa-car-battery:before {
	content: "";
}

.fa-car-bump:before {
	content: "";
}

.fa-car-crash:before {
	content: "";
}

.fa-car-garage:before {
	content: "";
}

.fa-car-mechanic:before {
	content: "";
}

.fa-car-side:before {
	content: "";
}

.fa-car-tilt:before {
	content: "";
}

.fa-car-wash:before {
	content: "";
}

.fa-caret-circle-down:before {
	content: "";
}

.fa-caret-circle-left:before {
	content: "";
}

.fa-caret-circle-right:before {
	content: "";
}

.fa-caret-circle-up:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-caret-square-down:before {
	content: "";
}

.fa-caret-square-left:before {
	content: "";
}

.fa-caret-square-right:before {
	content: "";
}

.fa-caret-square-up:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-carrot:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cash-register:before {
	content: "";
}

.fa-cat:before {
	content: "";
}

.fa-cauldron:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-apple-pay:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-centercode:before {
	content: "";
}

.fa-centos:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-chair:before {
	content: "";
}

.fa-chair-office:before {
	content: "";
}

.fa-chalkboard:before {
	content: "";
}

.fa-chalkboard-teacher:before {
	content: "";
}

.fa-charging-station:before {
	content: "";
}

.fa-chart-area:before {
	content: "";
}

.fa-chart-bar:before {
	content: "";
}

.fa-chart-line:before {
	content: "";
}

.fa-chart-line-down:before {
	content: "";
}

.fa-chart-network:before {
	content: "";
}

.fa-chart-pie:before {
	content: "";
}

.fa-chart-pie-alt:before {
	content: "";
}

.fa-chart-scatter:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-check-double:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-cheese:before {
	content: "";
}

.fa-cheese-swiss:before {
	content: "";
}

.fa-cheeseburger:before {
	content: "";
}

.fa-chess:before {
	content: "";
}

.fa-chess-bishop:before {
	content: "";
}

.fa-chess-bishop-alt:before {
	content: "";
}

.fa-chess-board:before {
	content: "";
}

.fa-chess-clock:before {
	content: "";
}

.fa-chess-clock-alt:before {
	content: "";
}

.fa-chess-king:before {
	content: "";
}

.fa-chess-king-alt:before {
	content: "";
}

.fa-chess-knight:before {
	content: "";
}

.fa-chess-knight-alt:before {
	content: "";
}

.fa-chess-pawn:before {
	content: "";
}

.fa-chess-pawn-alt:before {
	content: "";
}

.fa-chess-queen:before {
	content: "";
}

.fa-chess-queen-alt:before {
	content: "";
}

.fa-chess-rook:before {
	content: "";
}

.fa-chess-rook-alt:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-double-down:before {
	content: "";
}

.fa-chevron-double-left:before {
	content: "";
}

.fa-chevron-double-right:before {
	content: "";
}

.fa-chevron-double-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-chevron-square-down:before {
	content: "";
}

.fa-chevron-square-left:before {
	content: "";
}

.fa-chevron-square-right:before {
	content: "";
}

.fa-chevron-square-up:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-chimney:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-chromecast:before {
	content: "";
}

.fa-church:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-circle-notch:before {
	content: "";
}

.fa-city:before {
	content: "";
}

.fa-claw-marks:before {
	content: "";
}

.fa-clinic-medical:before {
	content: "";
}

.fa-clipboard:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

.fa-clipboard-list:before {
	content: "";
}

.fa-clipboard-list-check:before {
	content: "";
}

.fa-clipboard-prescription:before {
	content: "";
}

.fa-clipboard-user:before {
	content: "";
}

.fa-clock:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-download-alt:before {
	content: "";
}

.fa-cloud-drizzle:before {
	content: "";
}

.fa-cloud-hail:before {
	content: "";
}

.fa-cloud-hail-mixed:before {
	content: "";
}

.fa-cloud-meatball:before {
	content: "";
}

.fa-cloud-moon:before {
	content: "";
}

.fa-cloud-moon-rain:before {
	content: "";
}

.fa-cloud-rain:before {
	content: "";
}

.fa-cloud-rainbow:before {
	content: "";
}

.fa-cloud-showers:before {
	content: "";
}

.fa-cloud-showers-heavy:before {
	content: "";
}

.fa-cloud-sleet:before {
	content: "";
}

.fa-cloud-snow:before {
	content: "";
}

.fa-cloud-sun:before {
	content: "";
}

.fa-cloud-sun-rain:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-cloud-upload-alt:before {
	content: "";
}

.fa-clouds:before {
	content: "";
}

.fa-clouds-moon:before {
	content: "";
}

.fa-clouds-sun:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-club:before {
	content: "";
}

.fa-cocktail:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-code-branch:before {
	content: "";
}

.fa-code-commit:before {
	content: "";
}

.fa-code-merge:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-coffee-togo:before {
	content: "";
}

.fa-coffin:before {
	content: "";
}

.fa-cog:before {
	content: "";
}

.fa-cogs:before {
	content: "";
}

.fa-coins:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-comment-alt:before {
	content: "";
}

.fa-comment-alt-check:before {
	content: "";
}

.fa-comment-alt-dollar:before {
	content: "";
}

.fa-comment-alt-dots:before {
	content: "";
}

.fa-comment-alt-edit:before {
	content: "";
}

.fa-comment-alt-exclamation:before {
	content: "";
}

.fa-comment-alt-lines:before {
	content: "";
}

.fa-comment-alt-medical:before {
	content: "";
}

.fa-comment-alt-minus:before {
	content: "";
}

.fa-comment-alt-plus:before {
	content: "";
}

.fa-comment-alt-slash:before {
	content: "";
}

.fa-comment-alt-smile:before {
	content: "";
}

.fa-comment-alt-times:before {
	content: "";
}

.fa-comment-check:before {
	content: "";
}

.fa-comment-dollar:before {
	content: "";
}

.fa-comment-dots:before {
	content: "";
}

.fa-comment-edit:before {
	content: "";
}

.fa-comment-exclamation:before {
	content: "";
}

.fa-comment-lines:before {
	content: "";
}

.fa-comment-medical:before {
	content: "";
}

.fa-comment-minus:before {
	content: "";
}

.fa-comment-plus:before {
	content: "";
}

.fa-comment-slash:before {
	content: "";
}

.fa-comment-smile:before {
	content: "";
}

.fa-comment-times:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-comments-alt:before {
	content: "";
}

.fa-comments-alt-dollar:before {
	content: "";
}

.fa-comments-dollar:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-compass-slash:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-compress-alt:before {
	content: "";
}

.fa-compress-arrows-alt:before {
	content: "";
}

.fa-compress-wide:before {
	content: "";
}

.fa-concierge-bell:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-container-storage:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-conveyor-belt:before {
	content: "";
}

.fa-conveyor-belt-alt:before {
	content: "";
}

.fa-cookie:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

.fa-copy:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-corn:before {
	content: "";
}

.fa-couch:before {
	content: "";
}

.fa-cow:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-creative-commons-by:before {
	content: "";
}

.fa-creative-commons-nc:before {
	content: "";
}

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-creative-commons-nc-jp:before {
	content: "";
}

.fa-creative-commons-nd:before {
	content: "";
}

.fa-creative-commons-pd:before {
	content: "";
}

.fa-creative-commons-pd-alt:before {
	content: "";
}

.fa-creative-commons-remix:before {
	content: "";
}

.fa-creative-commons-sa:before {
	content: "";
}

.fa-creative-commons-sampling:before {
	content: "";
}

.fa-creative-commons-sampling-plus:before {
	content: "";
}

.fa-creative-commons-share:before {
	content: "";
}

.fa-creative-commons-zero:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-credit-card-blank:before {
	content: "";
}

.fa-credit-card-front:before {
	content: "";
}

.fa-cricket:before {
	content: "";
}

.fa-critical-role:before {
	content: "";
}

.fa-croissant:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-crop-alt:before {
	content: "";
}

.fa-cross:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-crow:before {
	content: "";
}

.fa-crown:before {
	content: "";
}

.fa-crutch:before {
	content: "";
}

.fa-crutches:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-curling:before {
	content: "";
}

.fa-cut:before {
	content: "";
}

.fa-cuttlefish:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-dagger:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-deaf:before {
	content: "";
}

.fa-debug:before {
	content: "";
}

.fa-deer:before {
	content: "";
}

.fa-deer-rudolph:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-democrat:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-desktop-alt:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-dewpoint:before {
	content: "";
}

.fa-dharmachakra:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-diagnoses:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-dice:before {
	content: "";
}

.fa-dice-d10:before {
	content: "";
}

.fa-dice-d12:before {
	content: "";
}

.fa-dice-d20:before {
	content: "";
}

.fa-dice-d4:before {
	content: "";
}

.fa-dice-d6:before {
	content: "";
}

.fa-dice-d8:before {
	content: "";
}

.fa-dice-five:before {
	content: "";
}

.fa-dice-four:before {
	content: "";
}

.fa-dice-one:before {
	content: "";
}

.fa-dice-six:before {
	content: "";
}

.fa-dice-three:before {
	content: "";
}

.fa-dice-two:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

.fa-digital-tachograph:before {
	content: "";
}

.fa-diploma:before {
	content: "";
}

.fa-directions:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-disease:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

.fa-dizzy:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-do-not-enter:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-dog:before {
	content: "";
}

.fa-dog-leashed:before {
	content: "";
}

.fa-dollar-sign:before {
	content: "";
}

.fa-dolly:before {
	content: "";
}

.fa-dolly-empty:before {
	content: "";
}

.fa-dolly-flatbed:before {
	content: "";
}

.fa-dolly-flatbed-alt:before {
	content: "";
}

.fa-dolly-flatbed-empty:before {
	content: "";
}

.fa-donate:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

.fa-door-open:before {
	content: "";
}

.fa-dot-circle:before {
	content: "";
}

.fa-dove:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-drafting-compass:before {
	content: "";
}

.fa-dragon:before {
	content: "";
}

.fa-draw-circle:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

.fa-draw-square:before {
	content: "";
}

.fa-dreidel:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-dribbble-square:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-drum:before {
	content: "";
}

.fa-drum-steelpan:before {
	content: "";
}

.fa-drumstick:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-duck:before {
	content: "";
}

.fa-dumbbell:before {
	content: "";
}

.fa-dumpster:before {
	content: "";
}

.fa-dumpster-fire:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-ear:before {
	content: "";
}

.fa-ear-muffs:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-eclipse:before {
	content: "";
}

.fa-eclipse-alt:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-edit:before {
	content: "";
}

.fa-egg:before {
	content: "";
}

.fa-egg-fried:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-elephant:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-h-alt:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-ellipsis-v-alt:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-empty-set:before {
	content: "";
}

.fa-engine-warning:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-dollar:before {
	content: "";
}

.fa-envelope-open-text:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-equals:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-ethernet:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-euro-sign:before {
	content: "";
}

.fa-evernote:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-exchange-alt:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-exclamation-square:before {
	content: "";
}

.fa-exclamation-triangle:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-expand-alt:before {
	content: "";
}

.fa-expand-arrows:before {
	content: "";
}

.fa-expand-arrows-alt:before {
	content: "";
}

.fa-expand-wide:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-external-link-alt:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-external-link-square-alt:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-dropper:before {
	content: "";
}

.fa-eye-evil:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-feather:before {
	content: "";
}

.fa-feather-alt:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-field-hockey:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-alt:before {
	content: "";
}

.fa-file-archive:before {
	content: "";
}

.fa-file-audio:before {
	content: "";
}

.fa-file-certificate:before {
	content: "";
}

.fa-file-chart-line:before {
	content: "";
}

.fa-file-chart-pie:before {
	content: "";
}

.fa-file-check:before {
	content: "";
}

.fa-file-code:before {
	content: "";
}

.fa-file-contract:before {
	content: "";
}

.fa-file-csv:before {
	content: "";
}

.fa-file-download:before {
	content: "";
}

.fa-file-edit:before {
	content: "";
}

.fa-file-excel:before {
	content: "";
}

.fa-file-exclamation:before {
	content: "";
}

.fa-file-export:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

.fa-file-import:before {
	content: "";
}

.fa-file-invoice:before {
	content: "";
}

.fa-file-invoice-dollar:before {
	content: "";
}

.fa-file-medical:before {
	content: "";
}

.fa-file-medical-alt:before {
	content: "";
}

.fa-file-minus:before {
	content: "";
}

.fa-file-pdf:before {
	content: "";
}

.fa-file-plus:before {
	content: "";
}

.fa-file-powerpoint:before {
	content: "";
}

.fa-file-prescription:before {
	content: "";
}

.fa-file-signature:before {
	content: "";
}

.fa-file-spreadsheet:before {
	content: "";
}

.fa-file-times:before {
	content: "";
}

.fa-file-upload:before {
	content: "";
}

.fa-file-user:before {
	content: "";
}

.fa-file-video:before {
	content: "";
}

.fa-file-word:before {
	content: "";
}

.fa-files-medical:before {
	content: "";
}

.fa-fill:before {
	content: "";
}

.fa-fill-drip:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-film-alt:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-fingerprint:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-fire-alt:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-fire-smoke:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-fireplace:before {
	content: "";
}

.fa-first-aid:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-fish-cooked:before {
	content: "";
}

.fa-fist-raised:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-flag-alt:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-flag-usa:before {
	content: "";
}

.fa-flame:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-flask-poison:before {
	content: "";
}

.fa-flask-potion:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-flower:before {
	content: "";
}

.fa-flower-daffodil:before {
	content: "";
}

.fa-flower-tulip:before {
	content: "";
}

.fa-flushed:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-fog:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-minus:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-folder-plus:before {
	content: "";
}

.fa-folder-times:before {
	content: "";
}

.fa-folder-tree:before {
	content: "";
}

.fa-folders:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-font-awesome:before {
	content: "";
}

.fa-font-awesome-alt:before {
	content: "";
}

.fa-font-awesome-flag:before {
	content: "";
}

.fa-font-awesome-logo-full:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

.fa-football-ball:before {
	content: "";
}

.fa-football-helmet:before {
	content: "";
}

.fa-forklift:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-fragile:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-french-fries:before {
	content: "";
}

.fa-frog:before {
	content: "";
}

.fa-frosty-head:before {
	content: "";
}

.fa-frown:before {
	content: "";
}

.fa-frown-open:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-function:before {
	content: "";
}

.fa-funnel-dollar:before {
	content: "";
}

.fa-futbol:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-gas-pump:before {
	content: "";
}

.fa-gas-pump-slash:before {
	content: "";
}

.fa-gavel:before {
	content: "";
}

.fa-gem:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-ghost:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-gift-card:before {
	content: "";
}

.fa-gifts:before {
	content: "";
}

.fa-gingerbread-man:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-gitkraken:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-gitter:before {
	content: "";
}

.fa-glass:before {
	content: "";
}

.fa-glass-champagne:before {
	content: "";
}

.fa-glass-cheers:before {
	content: "";
}

.fa-glass-martini:before {
	content: "";
}

.fa-glass-martini-alt:before {
	content: "";
}

.fa-glass-whiskey:before {
	content: "";
}

.fa-glass-whiskey-rocks:before {
	content: "";
}

.fa-glasses:before {
	content: "";
}

.fa-glasses-alt:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-globe-africa:before {
	content: "";
}

.fa-globe-americas:before {
	content: "";
}

.fa-globe-asia:before {
	content: "";
}

.fa-globe-europe:before {
	content: "";
}

.fa-globe-snow:before {
	content: "";
}

.fa-globe-stand:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-golf-ball:before {
	content: "";
}

.fa-golf-club:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-google-drive:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-google-plus-g:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-gopuram:before {
	content: "";
}

.fa-graduation-cap:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-greater-than:before {
	content: "";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-grimace:before {
	content: "";
}

.fa-grin:before {
	content: "";
}

.fa-grin-alt:before {
	content: "";
}

.fa-grin-beam:before {
	content: "";
}

.fa-grin-beam-sweat:before {
	content: "";
}

.fa-grin-hearts:before {
	content: "";
}

.fa-grin-squint:before {
	content: "";
}

.fa-grin-squint-tears:before {
	content: "";
}

.fa-grin-stars:before {
	content: "";
}

.fa-grin-tears:before {
	content: "";
}

.fa-grin-tongue:before {
	content: "";
}

.fa-grin-tongue-squint:before {
	content: "";
}

.fa-grin-tongue-wink:before {
	content: "";
}

.fa-grin-wink:before {
	content: "";
}

.fa-grip-horizontal:before {
	content: "";
}

.fa-grip-lines:before {
	content: "";
}

.fa-grip-lines-vertical:before {
	content: "";
}

.fa-grip-vertical:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-guitar:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-h1:before {
	content: "";
}

.fa-h2:before {
	content: "";
}

.fa-h3:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-hacker-news-square:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-hamburger:before {
	content: "";
}

.fa-hammer:before {
	content: "";
}

.fa-hammer-war:before {
	content: "";
}

.fa-hamsa:before {
	content: "";
}

.fa-hand-heart:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-hand-holding-box:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

.fa-hand-holding-magic:before {
	content: "";
}

.fa-hand-holding-seedling:before {
	content: "";
}

.fa-hand-holding-usd:before {
	content: "";
}

.fa-hand-holding-water:before {
	content: "";
}

.fa-hand-lizard:before {
	content: "";
}

.fa-hand-middle-finger:before {
	content: "";
}

.fa-hand-paper:before {
	content: "";
}

.fa-hand-peace:before {
	content: "";
}

.fa-hand-point-down:before {
	content: "";
}

.fa-hand-point-left:before {
	content: "";
}

.fa-hand-point-right:before {
	content: "";
}

.fa-hand-point-up:before {
	content: "";
}

.fa-hand-pointer:before {
	content: "";
}

.fa-hand-receiving:before {
	content: "";
}

.fa-hand-rock:before {
	content: "";
}

.fa-hand-scissors:before {
	content: "";
}

.fa-hand-spock:before {
	content: "";
}

.fa-hands:before {
	content: "";
}

.fa-hands-heart:before {
	content: "";
}

.fa-hands-helping:before {
	content: "";
}

.fa-hands-usd:before {
	content: "";
}

.fa-handshake:before {
	content: "";
}

.fa-handshake-alt:before {
	content: "";
}

.fa-hanukiah:before {
	content: "";
}

.fa-hard-hat:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-hat-santa:before {
	content: "";
}

.fa-hat-winter:before {
	content: "";
}

.fa-hat-witch:before {
	content: "";
}

.fa-hat-wizard:before {
	content: "";
}

.fa-haykal:before {
	content: "";
}

.fa-hdd:before {
	content: "";
}

.fa-head-side:before {
	content: "";
}

.fa-head-side-brain:before {
	content: "";
}

.fa-head-side-medical:before {
	content: "";
}

.fa-head-vr:before {
	content: "";
}

.fa-heading:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-headphones-alt:before {
	content: "";
}

.fa-headset:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-heart-broken:before {
	content: "";
}

.fa-heart-circle:before {
	content: "";
}

.fa-heart-rate:before {
	content: "";
}

.fa-heart-square:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-helicopter:before {
	content: "";
}

.fa-helmet-battle:before {
	content: "";
}

.fa-hexagon:before {
	content: "";
}

.fa-highlighter:before {
	content: "";
}

.fa-hiking:before {
	content: "";
}

.fa-hippo:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-hockey-mask:before {
	content: "";
}

.fa-hockey-puck:before {
	content: "";
}

.fa-hockey-sticks:before {
	content: "";
}

.fa-holly-berry:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-home-alt:before {
	content: "";
}

.fa-home-heart:before {
	content: "";
}

.fa-home-lg:before {
	content: "";
}

.fa-home-lg-alt:before {
	content: "";
}

.fa-hood-cloak:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-horse:before {
	content: "";
}

.fa-horse-head:before {
	content: "";
}

.fa-hospital:before {
	content: "";
}

.fa-hospital-alt:before {
	content: "";
}

.fa-hospital-symbol:before {
	content: "";
}

.fa-hospital-user:before {
	content: "";
}

.fa-hospitals:before {
	content: "";
}

.fa-hot-tub:before {
	content: "";
}

.fa-hotdog:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hourglass-end:before {
	content: "";
}

.fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-start:before {
	content: "";
}

.fa-house-damage:before {
	content: "";
}

.fa-house-flood:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-hryvnia:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-humidity:before {
	content: "";
}

.fa-hurricane:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-ice-cream:before {
	content: "";
}

.fa-ice-skate:before {
	content: "";
}

.fa-icicles:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-id-card:before {
	content: "";
}

.fa-id-card-alt:before {
	content: "";
}

.fa-igloo:before {
	content: "";
}

.fa-image:before {
	content: "";
}

.fa-images:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-inbox-in:before {
	content: "";
}

.fa-inbox-out:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-industry-alt:before {
	content: "";
}

.fa-infinity:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-info-square:before {
	content: "";
}

.fa-inhaler:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-integral:before {
	content: "";
}

.fa-intercom:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-intersection:before {
	content: "";
}

.fa-inventory:before {
	content: "";
}

.fa-invision:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-island-tropical:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-itch-io:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-jack-o-lantern:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-jedi:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-joint:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-journal-whills:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-js-square:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-kaaba:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-key-skeleton:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-keyboard:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-keynote:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-kidneys:before {
	content: "";
}

.fa-kiss:before {
	content: "";
}

.fa-kiss-beam:before {
	content: "";
}

.fa-kiss-wink-heart:before {
	content: "";
}

.fa-kite:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-knife-kitchen:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-lambda:before {
	content: "";
}

.fa-lamp:before {
	content: "";
}

.fa-landmark:before {
	content: "";
}

.fa-landmark-alt:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-laptop-code:before {
	content: "";
}

.fa-laptop-medical:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-laugh:before {
	content: "";
}

.fa-laugh-beam:before {
	content: "";
}

.fa-laugh-squint:before {
	content: "";
}

.fa-laugh-wink:before {
	content: "";
}

.fa-layer-group:before {
	content: "";
}

.fa-layer-minus:before {
	content: "";
}

.fa-layer-plus:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-leaf-heart:before {
	content: "";
}

.fa-leaf-maple:before {
	content: "";
}

.fa-leaf-oak:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-lemon:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-less-than:before {
	content: "";
}

.fa-less-than-equal:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-level-down-alt:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-up-alt:before {
	content: "";
}

.fa-life-ring:before {
	content: "";
}

.fa-lightbulb:before {
	content: "";
}

.fa-lightbulb-dollar:before {
	content: "";
}

.fa-lightbulb-exclamation:before {
	content: "";
}

.fa-lightbulb-on:before {
	content: "";
}

.fa-lightbulb-slash:before {
	content: "";
}

.fa-lights-holiday:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-link:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-lips:before {
	content: "";
}

.fa-lira-sign:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-location:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-location-circle:before {
	content: "";
}

.fa-location-slash:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-lock-alt:before {
	content: "";
}

.fa-lock-open:before {
	content: "";
}

.fa-lock-open-alt:before {
	content: "";
}

.fa-long-arrow-alt-down:before {
	content: "";
}

.fa-long-arrow-alt-left:before {
	content: "";
}

.fa-long-arrow-alt-right:before {
	content: "";
}

.fa-long-arrow-alt-up:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-loveseat:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-luchador:before {
	content: "";
}

.fa-luggage-cart:before {
	content: "";
}

.fa-lungs:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-mace:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-mail-bulk:before {
	content: "";
}

.fa-mailbox:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-mandalorian:before {
	content: "";
}

.fa-mandolin:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-map-marked:before {
	content: "";
}

.fa-map-marked-alt:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-map-marker-alt:before {
	content: "";
}

.fa-map-marker-alt-slash:before {
	content: "";
}

.fa-map-marker-check:before {
	content: "";
}

.fa-map-marker-edit:before {
	content: "";
}

.fa-map-marker-exclamation:before {
	content: "";
}

.fa-map-marker-minus:before {
	content: "";
}

.fa-map-marker-plus:before {
	content: "";
}

.fa-map-marker-question:before {
	content: "";
}

.fa-map-marker-slash:before {
	content: "";
}

.fa-map-marker-smile:before {
	content: "";
}

.fa-map-marker-times:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-marker:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mask:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-meat:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-medium-m:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-megaphone:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-meh:before {
	content: "";
}

.fa-meh-blank:before {
	content: "";
}

.fa-meh-rolling-eyes:before {
	content: "";
}

.fa-memory:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-menorah:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-meteor:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-alt:before {
	content: "";
}

.fa-microphone-alt-slash:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-microscope:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-mind-share:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-minus-hexagon:before {
	content: "";
}

.fa-minus-octagon:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-mistletoe:before {
	content: "";
}

.fa-mitten:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

.fa-mobile:before {
	content: "";
}

.fa-mobile-alt:before {
	content: "";
}

.fa-mobile-android:before {
	content: "";
}

.fa-mobile-android-alt:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-monero:before {
	content: "";
}

.fa-money-bill:before {
	content: "";
}

.fa-money-bill-alt:before {
	content: "";
}

.fa-money-bill-wave:before {
	content: "";
}

.fa-money-bill-wave-alt:before {
	content: "";
}

.fa-money-check:before {
	content: "";
}

.fa-money-check-alt:before {
	content: "";
}

.fa-monitor-heart-rate:before {
	content: "";
}

.fa-monkey:before {
	content: "";
}

.fa-monument:before {
	content: "";
}

.fa-moon:before {
	content: "";
}

.fa-moon-cloud:before {
	content: "";
}

.fa-moon-stars:before {
	content: "";
}

.fa-mortar-pestle:before {
	content: "";
}

.fa-mosque:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-mountain:before {
	content: "";
}

.fa-mountains:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-mug-hot:before {
	content: "";
}

.fa-mug-marshmallows:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-narwhal:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-newspaper:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-nintendo-switch:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-not-equal:before {
	content: "";
}

.fa-notes-medical:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-octagon:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-oil-can:before {
	content: "";
}

.fa-oil-temp:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-om:before {
	content: "";
}

.fa-omega:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-ornament:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-otter:before {
	content: "";
}

.fa-outdent:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-pager:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-paint-brush-alt:before {
	content: "";
}

.fa-paint-roller:before {
	content: "";
}

.fa-palette:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

.fa-pallet-alt:before {
	content: "";
}

.fa-paper-plane:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-parachute-box:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-parking:before {
	content: "";
}

.fa-parking-circle:before {
	content: "";
}

.fa-parking-circle-slash:before {
	content: "";
}

.fa-parking-slash:before {
	content: "";
}

.fa-passport:before {
	content: "";
}

.fa-pastafarianism:before {
	content: "";
}

.fa-paste:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-paw-alt:before {
	content: "";
}

.fa-paw-claws:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-peace:before {
	content: "";
}

.fa-pegasus:before {
	content: "";
}

.fa-pen:before {
	content: "";
}

.fa-pen-alt:before {
	content: "";
}

.fa-pen-fancy:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

.fa-pen-square:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-pencil-alt:before {
	content: "";
}

.fa-pencil-paintbrush:before {
	content: "";
}

.fa-pencil-ruler:before {
	content: "";
}

.fa-pennant:before {
	content: "";
}

.fa-penny-arcade:before {
	content: "";
}

.fa-people-carry:before {
	content: "";
}

.fa-pepper-hot:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-percentage:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

.fa-person-carry:before {
	content: "";
}

.fa-person-dolly:before {
	content: "";
}

.fa-person-dolly-empty:before {
	content: "";
}

.fa-person-sign:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-phone-office:before {
	content: "";
}

.fa-phone-plus:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-phone-volume:before {
	content: "";
}

.fa-php:before {
	content: "";
}

.fa-pi:before {
	content: "";
}

.fa-pie:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-pied-piper-hat:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pig:before {
	content: "";
}

.fa-piggy-bank:before {
	content: "";
}

.fa-pills:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-pizza:before {
	content: "";
}

.fa-pizza-slice:before {
	content: "";
}

.fa-place-of-worship:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-plane-alt:before {
	content: "";
}

.fa-plane-arrival:before {
	content: "";
}

.fa-plane-departure:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-playstation:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-plus-hexagon:before {
	content: "";
}

.fa-plus-octagon:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-podium:before {
	content: "";
}

.fa-podium-star:before {
	content: "";
}

.fa-poll:before {
	content: "";
}

.fa-poll-h:before {
	content: "";
}

.fa-poll-people:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

.fa-poo-storm:before {
	content: "";
}

.fa-poop:before {
	content: "";
}

.fa-popcorn:before {
	content: "";
}

.fa-portrait:before {
	content: "";
}

.fa-pound-sign:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-pray:before {
	content: "";
}

.fa-praying-hands:before {
	content: "";
}

.fa-prescription:before {
	content: "";
}

.fa-prescription-bottle:before {
	content: "";
}

.fa-prescription-bottle-alt:before {
	content: "";
}

.fa-presentation:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-print-search:before {
	content: "";
}

.fa-print-slash:before {
	content: "";
}

.fa-procedures:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-project-diagram:before {
	content: "";
}

.fa-pumpkin:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-question-square:before {
	content: "";
}

.fa-quidditch:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-quran:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-rabbit:before {
	content: "";
}

.fa-rabbit-fast:before {
	content: "";
}

.fa-racquet:before {
	content: "";
}

.fa-radiation:before {
	content: "";
}

.fa-radiation-alt:before {
	content: "";
}

.fa-rainbow:before {
	content: "";
}

.fa-raindrops:before {
	content: "";
}

.fa-ram:before {
	content: "";
}

.fa-ramp-loading:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-raspberry-pi:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-react:before {
	content: "";
}

.fa-reacteurope:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

.fa-rebel:before {
	content: "";
}

.fa-receipt:before {
	content: "";
}

.fa-rectangle-landscape:before {
	content: "";
}

.fa-rectangle-portrait:before {
	content: "";
}

.fa-rectangle-wide:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-red-river:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-redhat:before {
	content: "";
}

.fa-redo:before {
	content: "";
}

.fa-redo-alt:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-repeat:before {
	content: "";
}

.fa-repeat-1:before {
	content: "";
}

.fa-repeat-1-alt:before {
	content: "";
}

.fa-repeat-alt:before {
	content: "";
}

.fa-reply:before {
	content: "";
}

.fa-reply-all:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-retweet-alt:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-ring:before {
	content: "";
}

.fa-rings-wedding:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-robot:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-route:before {
	content: "";
}

.fa-route-highway:before {
	content: "";
}

.fa-route-interstate:before {
	content: "";
}

.fa-rss:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-ruble-sign:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

.fa-ruler-horizontal:before {
	content: "";
}

.fa-ruler-triangle:before {
	content: "";
}

.fa-ruler-vertical:before {
	content: "";
}

.fa-running:before {
	content: "";
}

.fa-rupee-sign:before {
	content: "";
}

.fa-rv:before {
	content: "";
}

.fa-sack:before {
	content: "";
}

.fa-sack-dollar:before {
	content: "";
}

.fa-sad-cry:before {
	content: "";
}

.fa-sad-tear:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-salad:before {
	content: "";
}

.fa-salesforce:before {
	content: "";
}

.fa-sandwich:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

.fa-sausage:before {
	content: "";
}

.fa-save:before {
	content: "";
}

.fa-scalpel:before {
	content: "";
}

.fa-scalpel-path:before {
	content: "";
}

.fa-scanner:before {
	content: "";
}

.fa-scanner-keyboard:before {
	content: "";
}

.fa-scanner-touchscreen:before {
	content: "";
}

.fa-scarecrow:before {
	content: "";
}

.fa-scarf:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-school:before {
	content: "";
}

.fa-screwdriver:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-scroll:before {
	content: "";
}

.fa-scroll-old:before {
	content: "";
}

.fa-scrubber:before {
	content: "";
}

.fa-scythe:before {
	content: "";
}

.fa-sd-card:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-search-dollar:before {
	content: "";
}

.fa-search-location:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-seedling:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-shapes:before {
	content: "";
}

.fa-share:before {
	content: "";
}

.fa-share-all:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-sheep:before {
	content: "";
}

.fa-shekel-sign:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-shield-alt:before {
	content: "";
}

.fa-shield-check:before {
	content: "";
}

.fa-shield-cross:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-shipping-fast:before {
	content: "";
}

.fa-shipping-timed:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-shish-kebab:before {
	content: "";
}

.fa-shoe-prints:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-shovel:before {
	content: "";
}

.fa-shovel-snow:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-shredder:before {
	content: "";
}

.fa-shuttle-van:before {
	content: "";
}

.fa-shuttlecock:before {
	content: "";
}

.fa-sickle:before {
	content: "";
}

.fa-sigma:before {
	content: "";
}

.fa-sign:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-sign-in-alt:before {
	content: "";
}

.fa-sign-language:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-sign-out-alt:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-signal-1:before {
	content: "";
}

.fa-signal-2:before {
	content: "";
}

.fa-signal-3:before {
	content: "";
}

.fa-signal-4:before {
	content: "";
}

.fa-signal-alt:before {
	content: "";
}

.fa-signal-alt-1:before {
	content: "";
}

.fa-signal-alt-2:before {
	content: "";
}

.fa-signal-alt-3:before {
	content: "";
}

.fa-signal-alt-slash:before {
	content: "";
}

.fa-signal-slash:before {
	content: "";
}

.fa-signature:before {
	content: "";
}

.fa-sim-card:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-sith:before {
	content: "";
}

.fa-skating:before {
	content: "";
}

.fa-skeleton:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-ski-jump:before {
	content: "";
}

.fa-ski-lift:before {
	content: "";
}

.fa-skiing:before {
	content: "";
}

.fa-skiing-nordic:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-slack-hash:before {
	content: "";
}

.fa-slash:before {
	content: "";
}

.fa-sledding:before {
	content: "";
}

.fa-sleigh:before {
	content: "";
}

.fa-sliders-h:before {
	content: "";
}

.fa-sliders-h-square:before {
	content: "";
}

.fa-sliders-v:before {
	content: "";
}

.fa-sliders-v-square:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-smile:before {
	content: "";
}

.fa-smile-beam:before {
	content: "";
}

.fa-smile-plus:before {
	content: "";
}

.fa-smile-wink:before {
	content: "";
}

.fa-smog:before {
	content: "";
}

.fa-smoke:before {
	content: "";
}

.fa-smoking:before {
	content: "";
}

.fa-smoking-ban:before {
	content: "";
}

.fa-sms:before {
	content: "";
}

.fa-snake:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-snow-blowing:before {
	content: "";
}

.fa-snowboarding:before {
	content: "";
}

.fa-snowflake:before {
	content: "";
}

.fa-snowflakes:before {
	content: "";
}

.fa-snowman:before {
	content: "";
}

.fa-snowmobile:before {
	content: "";
}

.fa-snowplow:before {
	content: "";
}

.fa-socks:before {
	content: "";
}

.fa-solar-panel:before {
	content: "";
}

.fa-sort:before {
	content: "";
}

.fa-sort-alpha-down:before {
	content: "";
}

.fa-sort-alpha-up:before {
	content: "";
}

.fa-sort-amount-down:before {
	content: "";
}

.fa-sort-amount-up:before {
	content: "";
}

.fa-sort-down:before {
	content: "";
}

.fa-sort-numeric-down:before {
	content: "";
}

.fa-sort-numeric-up:before {
	content: "";
}

.fa-sort-up:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-soup:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

.fa-spa:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-spade:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-speaker-deck:before {
	content: "";
}

.fa-spider:before {
	content: "";
}

.fa-spider-black-widow:before {
	content: "";
}

.fa-spider-web:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-spinner-third:before {
	content: "";
}

.fa-splotch:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-spray-can:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-square-full:before {
	content: "";
}

.fa-square-root:before {
	content: "";
}

.fa-square-root-alt:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-squirrel:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-staff:before {
	content: "";
}

.fa-stamp:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-and-crescent:before {
	content: "";
}

.fa-star-christmas:before {
	content: "";
}

.fa-star-exclamation:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-star-half-alt:before {
	content: "";
}

.fa-star-of-david:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-stars:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-steak:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

.fa-steering-wheel:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-stocking:before {
	content: "";
}

.fa-stomach:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stopwatch:before {
	content: "";
}

.fa-store:before {
	content: "";
}

.fa-store-alt:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-stream:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-stretcher:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-stroopwafel:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-suitcase-rolling:before {
	content: "";
}

.fa-sun:before {
	content: "";
}

.fa-sun-cloud:before {
	content: "";
}

.fa-sun-dust:before {
	content: "";
}

.fa-sun-haze:before {
	content: "";
}

.fa-sunrise:before {
	content: "";
}

.fa-sunset:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-surprise:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-swatchbook:before {
	content: "";
}

.fa-swimmer:before {
	content: "";
}

.fa-swimming-pool:before {
	content: "";
}

.fa-sword:before {
	content: "";
}

.fa-swords:before {
	content: "";
}

.fa-symfony:before {
	content: "";
}

.fa-synagogue:before {
	content: "";
}

.fa-sync:before {
	content: "";
}

.fa-sync-alt:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-table-tennis:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-tablet-alt:before {
	content: "";
}

.fa-tablet-android:before {
	content: "";
}

.fa-tablet-android-alt:before {
	content: "";
}

.fa-tablet-rugged:before {
	content: "";
}

.fa-tablets:before {
	content: "";
}

.fa-tachometer:before {
	content: "";
}

.fa-tachometer-alt:before {
	content: "";
}

.fa-tachometer-alt-average:before {
	content: "";
}

.fa-tachometer-alt-fast:before {
	content: "";
}

.fa-tachometer-alt-fastest:before {
	content: "";
}

.fa-tachometer-alt-slow:before {
	content: "";
}

.fa-tachometer-alt-slowest:before {
	content: "";
}

.fa-tachometer-average:before {
	content: "";
}

.fa-tachometer-fast:before {
	content: "";
}

.fa-tachometer-fastest:before {
	content: "";
}

.fa-tachometer-slow:before {
	content: "";
}

.fa-tachometer-slowest:before {
	content: "";
}

.fa-taco:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-tally:before {
	content: "";
}

.fa-tanakh:before {
	content: "";
}

.fa-tape:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-tasks-alt:before {
	content: "";
}

.fa-taxi:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-telegram-plane:before {
	content: "";
}

.fa-temperature-frigid:before {
	content: "";
}

.fa-temperature-high:before {
	content: "";
}

.fa-temperature-hot:before {
	content: "";
}

.fa-temperature-low:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-tenge:before {
	content: "";
}

.fa-tennis-ball:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-theater-masks:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-thermometer:before {
	content: "";
}

.fa-thermometer-empty:before {
	content: "";
}

.fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-three-quarters:before {
	content: "";
}

.fa-theta:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbtack:before {
	content: "";
}

.fa-thunderstorm:before {
	content: "";
}

.fa-thunderstorm-moon:before {
	content: "";
}

.fa-thunderstorm-sun:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-ticket-alt:before {
	content: "";
}

.fa-tilde:before {
	content: "";
}

.fa-times:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-times-hexagon:before {
	content: "";
}

.fa-times-octagon:before {
	content: "";
}

.fa-times-square:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-tint-slash:before {
	content: "";
}

.fa-tire:before {
	content: "";
}

.fa-tire-flat:before {
	content: "";
}

.fa-tire-pressure-warning:before {
	content: "";
}

.fa-tire-rugged:before {
	content: "";
}

.fa-tired:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-toilet:before {
	content: "";
}

.fa-toilet-paper:before {
	content: "";
}

.fa-toilet-paper-alt:before {
	content: "";
}

.fa-tombstone:before {
	content: "";
}

.fa-tombstone-alt:before {
	content: "";
}

.fa-toolbox:before {
	content: "";
}

.fa-tools:before {
	content: "";
}

.fa-tooth:before {
	content: "";
}

.fa-toothbrush:before {
	content: "";
}

.fa-torah:before {
	content: "";
}

.fa-torii-gate:before {
	content: "";
}

.fa-tornado:before {
	content: "";
}

.fa-tractor:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-traffic-cone:before {
	content: "";
}

.fa-traffic-light:before {
	content: "";
}

.fa-traffic-light-go:before {
	content: "";
}

.fa-traffic-light-slow:before {
	content: "";
}

.fa-traffic-light-stop:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-tram:before {
	content: "";
}

.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-trash-alt:before {
	content: "";
}

.fa-trash-restore:before {
	content: "";
}

.fa-trash-restore-alt:before {
	content: "";
}

.fa-treasure-chest:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-tree-alt:before {
	content: "";
}

.fa-tree-christmas:before {
	content: "";
}

.fa-tree-decorated:before {
	content: "";
}

.fa-tree-large:before {
	content: "";
}

.fa-tree-palm:before {
	content: "";
}

.fa-trees:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-triangle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-trophy-alt:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-truck-container:before {
	content: "";
}

.fa-truck-couch:before {
	content: "";
}

.fa-truck-loading:before {
	content: "";
}

.fa-truck-monster:before {
	content: "";
}

.fa-truck-moving:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-truck-plow:before {
	content: "";
}

.fa-truck-ramp:before {
	content: "";
}

.fa-tshirt:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-turkey:before {
	content: "";
}

.fa-turtle:before {
	content: "";
}

.fa-tv:before {
	content: "";
}

.fa-tv-retro:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-typo3:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-umbrella-beach:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-undo:before {
	content: "";
}

.fa-undo-alt:before {
	content: "";
}

.fa-unicorn:before {
	content: "";
}

.fa-union:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-university:before {
	content: "";
}

.fa-unlink:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-usd-circle:before {
	content: "";
}

.fa-usd-square:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-user-alt:before {
	content: "";
}

.fa-user-alt-slash:before {
	content: "";
}

.fa-user-astronaut:before {
	content: "";
}

.fa-user-chart:before {
	content: "";
}

.fa-user-check:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-clock:before {
	content: "";
}

.fa-user-cog:before {
	content: "";
}

.fa-user-crown:before {
	content: "";
}

.fa-user-edit:before {
	content: "";
}

.fa-user-friends:before {
	content: "";
}

.fa-user-graduate:before {
	content: "";
}

.fa-user-hard-hat:before {
	content: "";
}

.fa-user-headset:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-user-lock:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-user-md-chat:before {
	content: "";
}

.fa-user-minus:before {
	content: "";
}

.fa-user-ninja:before {
	content: "";
}

.fa-user-nurse:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-user-shield:before {
	content: "";
}

.fa-user-slash:before {
	content: "";
}

.fa-user-tag:before {
	content: "";
}

.fa-user-tie:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-users:before {
	content: "";
}

.fa-users-class:before {
	content: "";
}

.fa-users-cog:before {
	content: "";
}

.fa-users-crown:before {
	content: "";
}

.fa-users-medical:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-utensil-fork:before {
	content: "";
}

.fa-utensil-knife:before {
	content: "";
}

.fa-utensil-spoon:before {
	content: "";
}

.fa-utensils:before {
	content: "";
}

.fa-utensils-alt:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-value-absolute:before {
	content: "";
}

.fa-vector-square:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-vial:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-video:before {
	content: "";
}

.fa-video-plus:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

.fa-vihara:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-volcano:before {
	content: "";
}

.fa-volleyball-ball:before {
	content: "";
}

.fa-volume:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-mute:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-slash:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-vote-nay:before {
	content: "";
}

.fa-vote-yea:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-walker:before {
	content: "";
}

.fa-walking:before {
	content: "";
}

.fa-wallet:before {
	content: "";
}

.fa-wand:before {
	content: "";
}

.fa-wand-magic:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-warehouse-alt:before {
	content: "";
}

.fa-watch:before {
	content: "";
}

.fa-watch-fitness:before {
	content: "";
}

.fa-water:before {
	content: "";
}

.fa-water-lower:before {
	content: "";
}

.fa-water-rise:before {
	content: "";
}

.fa-wave-square:before {
	content: "";
}

.fa-waze:before {
	content: "";
}

.fa-webcam:before {
	content: "";
}

.fa-webcam-slash:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-weight:before {
	content: "";
}

.fa-weight-hanging:before {
	content: "";
}

.fa-weixin:before {
	content: "";
}

.fa-whale:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-whatsapp-square:before {
	content: "";
}

.fa-wheat:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-whistle:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-wifi-1:before {
	content: "";
}

.fa-wifi-2:before {
	content: "";
}

.fa-wifi-slash:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-wind:before {
	content: "";
}

.fa-wind-warning:before {
	content: "";
}

.fa-window:before {
	content: "";
}

.fa-window-alt:before {
	content: "";
}

.fa-window-close:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-windsock:before {
	content: "";
}

.fa-wine-bottle:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-wine-glass-alt:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-won-sign:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-wordpress-simple:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-wpressr:before {
	content: "";
}

.fa-wreath:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-x-ray:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-y-combinator:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-yammer:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-yen-sign:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.fab {
	font-family: "Font Awesome 5 Brands";
}

.fal {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
}

.far {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.fa, .fas {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

.animated.flipOutX, .animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

@-webkit-keyframes bounce {
	0%, 20%, 53%, 80%, 100% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounce {
	0%, 20%, 53%, 80%, 100% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	0%, 50%, 100% {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%, 50%, 100% {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}
	
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}
	
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shake {
	0%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {
	0%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}
	
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}
	
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {
	11.1% {
		-webkit-transform: none;
		transform: none;
	}
	
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}
	
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg);
	}
	
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg);
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes jello {
	11.1% {
		-webkit-transform: none;
		transform: none;
	}
	
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}
	
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg);
	}
	
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg);
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, 100% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, 100% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInDown {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInLeft {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInRight {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInUp {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-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 fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-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 fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInStable {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	33.333% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	66.666666% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes zoomInStable {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	33.333% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	66.666666% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.zoomInStable {
	-webkit-animation-name: zoomInStable;
	animation-name: zoomInStable;
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	100% {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

@-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 slideInUp {
	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 slideInUp {
	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);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-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 slideOutLeft {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	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 slideOutUp {
	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);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

@keyframes anime {
	from {
		opacity: 0;
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
	}
	
	to {
		opacity: 1;
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-moz-transform: scaleY(1);
	}
}

@-webkit-keyframes anime {
	from {
		opacity: 0;
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
	}
	
	to {
		opacity: 1;
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-moz-transform: scaleY(1);
	}
}

@-moz-keyframes anime {
	from {
		opacity: 0;
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
	}
	
	to {
		opacity: 1;
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-moz-transform: scaleY(1);
	}
}

@-o-keyframes anime {
	from {
		opacity: 0;
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
	}
	
	to {
		opacity: 1;
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-moz-transform: scaleY(1);
	}
}

@-ms-keyframes anime {
	from {
		opacity: 0;
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
	}
	
	to {
		opacity: 1;
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-moz-transform: scaleY(1);
	}
}

@-webkit-keyframes jump {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	40% {
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes jump {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	40% {
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes rotated {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotated {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotatedHalf {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	50% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes rotatedHalf {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	50% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@-webkit-keyframes rotatedHalfTwo {
	0% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	
	100% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

@keyframes rotatedHalfTwo {
	0% {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	
	100% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}

@-webkit-keyframes scale-upOne {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	100% {
		-webkit-transform: scale(.2);
		transform: scale(.2);
	}
}

@keyframes scale-upOne {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	100% {
		-webkit-transform: scale(.2);
		transform: scale(.2);
	}
}

@-webkit-keyframes scale-right {
	0% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	50% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}
	
	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@keyframes scale-right {
	0% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	50% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}
	
	100% {
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@-webkit-keyframes fade-in {
	0% {
		opacity: .7;
	}
	
	40% {
		opacity: 1;
	}
	
	100% {
		opacity: .7;
	}
}

@keyframes fade-in {
	0% {
		opacity: .7;
	}
	
	40% {
		opacity: 1;
	}
	
	100% {
		opacity: .7;
	}
}

@keyframes hvr-ripple-out {
	0% {
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		opacity: 1;
	}
	
	100% {
		top: -6px;
		right: -6px;
		bottom: -6px;
		left: -6px;
		opacity: 0;
	}
}

@keyframes hvr-ripple-out-two {
	0% {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 1;
	}
	
	100% {
		top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0;
	}
}

@-webkit-keyframes scale-up-one {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	40% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scale-up-one {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	40% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes scale-up-two {
	0% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}
	
	40% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
	
	100% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}
}

@keyframes scale-up-two {
	0% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}
	
	40% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
	
	100% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}
}

@-webkit-keyframes scale-up-three {
	0% {
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}
	
	40% {
		-webkit-transform: scale(.4);
		transform: scale(.4);
	}
	
	100% {
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}
}

@keyframes scale-up-three {
	0% {
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}
	
	40% {
		-webkit-transform: scale(.4);
		transform: scale(.4);
	}
	
	100% {
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}
}

@keyframes animationFramesOne {
	0% {
		transform: translate(0px, 0px) rotate(0deg);
	}
	
	20% {
		transform: translate(73px, -1px) rotate(36deg);
	}
	
	40% {
		transform: translate(141px, 72px) rotate(72deg);
	}
	
	60% {
		transform: translate(83px, 122px) rotate(108deg);
	}
	
	80% {
		transform: translate(-40px, 72px) rotate(144deg);
	}
	
	100% {
		transform: translate(0px, 0px) rotate(0deg);
	}
}

@-webkit-keyframes animationFramesOne {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
	}
	
	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg);
	}
	
	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg);
	}
	
	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg);
	}
	
	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg);
	}
	
	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
	}
}

@keyframes animationFramesTwo {
	0% {
		transform: translate(0px, 0px) rotate(0deg) scale(1);
	}
	
	20% {
		transform: translate(73px, -1px) rotate(36deg) scale(.9);
	}
	
	40% {
		transform: translate(141px, 72px) rotate(72deg) scale(1);
	}
	
	60% {
		transform: translate(83px, 122px) rotate(108deg) scale(1.2);
	}
	
	80% {
		transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
	}
	
	100% {
		transform: translate(0px, 0px) rotate(0deg) scale(1);
	}
}

@-webkit-keyframes animationFramesTwo {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
	}
	
	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg) scale(.9);
	}
	
	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
	}
	
	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
	}
	
	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
	}
	
	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
	}
}

@keyframes animationFramesThree {
	0% {
		transform: translate(165px, -179px);
	}
	
	100% {
		transform: translate(-346px, 617px);
	}
}

@-webkit-keyframes animationFramesThree {
	0% {
		-webkit-transform: translate(165px, -179px);
	}
	
	100% {
		-webkit-transform: translate(-346px, 617px);
	}
}

@keyframes animationFramesFour {
	0% {
		transform: translate(-300px, 151px) rotate(0deg);
	}
	
	100% {
		transform: translate(251px, -200px) rotate(180deg);
	}
}

@-webkit-keyframes animationFramesFour {
	0% {
		-webkit-transform: translate(-300px, 151px) rotate(0deg);
	}
	
	100% {
		-webkit-transform: translate(251px, -200px) rotate(180deg);
	}
}

@keyframes animationFramesFive {
	0% {
		transform: translate(61px, -99px) rotate(0deg);
	}
	
	21% {
		transform: translate(4px, -190px) rotate(38deg);
	}
	
	41% {
		transform: translate(-139px, -200px) rotate(74deg);
	}
	
	60% {
		transform: translate(-263px, -164px) rotate(108deg);
	}
	
	80% {
		transform: translate(-195px, -49px) rotate(144deg);
	}
	
	100% {
		transform: translate(-1px, 0px) rotate(180deg);
	}
}

@-webkit-keyframes animationFramesFive {
	0% {
		-webkit-transform: translate(61px, -99px) rotate(0deg);
	}
	
	21% {
		-webkit-transform: translate(4px, -190px) rotate(38deg);
	}
	
	41% {
		-webkit-transform: translate(-139px, -200px) rotate(74deg);
	}
	
	60% {
		-webkit-transform: translate(-263px, -164px) rotate(108deg);
	}
	
	80% {
		-webkit-transform: translate(-195px, -49px) rotate(144deg);
	}
	
	100% {
		-webkit-transform: translate(-1px, 0px) rotate(180deg);
	}
}

@keyframes gradientBG {
	0% {
		background-position: 0 0;
	}
	
	50% {
		background-position: 300% 0;
	}
	
	100% {
		background-position: 0 0;
	}
}

@-webkit-keyframes gradientBG {
	0% {
		background-position: 0 0;
	}
	
	50% {
		background-position: 300% 0;
	}
	
	100% {
		background-position: 0 0;
	}
}

@keyframes imageBgAnim {
	0% {
		background-position: 0 0;
	}
	
	50% {
		background-position: 120% 0;
	}
	
	100% {
		background-position: 0 0;
	}
}

@-webkit-keyframes gradientBG {
	0% {
		background-position: 0 0;
	}
	
	50% {
		background-position: 120% 0;
	}
	
	100% {
		background-position: 0 0;
	}
}

@import url("https://fineotex.com/wp-content/themes/hello-elementor/assets/css/flaticon.css");

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}

.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;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.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 {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	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 - Animate Plugin
 */
.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;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.html") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon.nitro-lazy {
	background-image: none !important;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 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;
	height: 100%;
	width: 100%;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.ui-helper-clearfix:after {
	clear: both;
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}

.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}

.ui-menu .ui-menu {
	position: absolute;
}

.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */

/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon.nitro-lazy, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-checkboxradio-disabled {
	pointer-events: none;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}

.ui-datepicker .ui-datepicker-next {
	right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 45%;
}

.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane.nitro-lazy {
	background-image: none !important;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}

.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}

.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane.nitro-lazy {
	background-image: none !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}

.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}

.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}

.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}

.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}

.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}

.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}

.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}

.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}

.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}

.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-resizable {
	position: relative;
}

.ui-resizable-handle {
	position: absolute;
	font-size: .1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
	display: none;
}

.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}

.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}

.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}

.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}

.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}

.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}

.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: .25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

.ui-progressbar-indeterminate .ui-progressbar-value.nitro-lazy {
	background-image: none !important;
}

.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px .4em;
	margin: .5em 0 0 0;
	height: auto;
	border: 0;
}

.ui-selectmenu-open {
	display: block;
}

.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}

.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}

.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}

.ui-spinner-up {
	top: 0;
}

.ui-spinner-down {
	bottom: 0;
}

.ui-tabs {
	position: relative;
	padding: .2em;
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}

body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.ui-widget.ui-widget-content {
	border: 1px solid #e0e0e0;
}

.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333;
}

.ui-widget-content a {
	color: #333;
}

.ui-widget-header {
	border: 1px solid #ddd;
	background: #e9e9e9;
	color: #333;
	font-weight: bold;
}

.ui-widget-header a {
	color: #333;
}

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
	color: #454545;
	text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
	border: 1px solid #ccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	background: #1b1c1e;
	font-weight: normal;
	color: #fff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #fff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}

.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
	color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
	font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}

.ui-state-disabled.nitro-lazy, .ui-widget-content .ui-state-disabled.nitro-lazy, .ui-widget-header .ui-state-disabled.nitro-lazy {
	background-image: none !important;
}

.ui-state-disabled .ui-icon {
	filter: Alpha(Opacity=35);
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
	background-image: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/css/images/ui-icons_444444_256x240.png");
}

.ui-icon.nitro-lazy, .ui-widget-content .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-widget-header .ui-icon {
	background-image: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/css/images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
	background-image: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/css/images/ui-icons_555555_256x240.png");
}

.ui-state-hover .ui-icon.nitro-lazy, .ui-state-focus .ui-icon.nitro-lazy, .ui-button:hover .ui-icon.nitro-lazy, .ui-button:focus .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.html");
}

.ui-state-highlight .ui-icon.nitro-lazy, .ui-button .ui-state-highlight.ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.html");
}

.ui-state-error .ui-icon.nitro-lazy, .ui-state-error-text .ui-icon.nitro-lazy {
	background-image: none !important;
}

.ui-button .ui-icon {}

/* positioning */
.ui-icon-blank {
	background-position: 16px 16px;
}

.ui-icon-caret-1-n {
	background-position: 0 0;
}

.ui-icon-caret-1-ne {
	background-position: -16px 0;
}

.ui-icon-caret-1-e {
	background-position: -32px 0;
}

.ui-icon-caret-1-se {
	background-position: -48px 0;
}

.ui-icon-caret-1-s {
	background-position: -65px 0;
}

.ui-icon-caret-1-sw {
	background-position: -80px 0;
}

.ui-icon-caret-1-w {
	background-position: -96px 0;
}

.ui-icon-caret-1-nw {
	background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
	background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
	background-position: -144px 0;
}

.ui-icon-triangle-1-n {
	background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
	background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
	background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
	background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
	background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
	background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
	background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
	background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
	background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
	background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
	background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
	background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
	background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
	background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
	background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
	background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
	background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
	background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
	background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
	background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
	background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
	background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
	background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
	background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
	background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
	background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
	background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
	background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
	background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
	background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
	background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
	background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
	background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
	background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
	background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
	background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
	background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
	background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
	background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
	background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
	background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
	background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
	background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
	background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
	background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
	background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
	background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
	background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
	background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
	background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
	background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
	background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
	background-position: -176px -64px;
}

.ui-icon-arrow-4 {
	background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
	background-position: -16px -80px;
}

.ui-icon-extlink {
	background-position: -32px -80px;
}

.ui-icon-newwin {
	background-position: -48px -80px;
}

.ui-icon-refresh {
	background-position: -64px -80px;
}

.ui-icon-shuffle {
	background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
	background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
	background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
	background-position: 0 -96px;
}

.ui-icon-folder-open {
	background-position: -16px -96px;
}

.ui-icon-document {
	background-position: -32px -96px;
}

.ui-icon-document-b {
	background-position: -48px -96px;
}

.ui-icon-note {
	background-position: -64px -96px;
}

.ui-icon-mail-closed {
	background-position: -80px -96px;
}

.ui-icon-mail-open {
	background-position: -96px -96px;
}

.ui-icon-suitcase {
	background-position: -112px -96px;
}

.ui-icon-comment {
	background-position: -128px -96px;
}

.ui-icon-person {
	background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
	background-position: -176px -96px;
}

.ui-icon-locked {
	background-position: -192px -96px;
}

.ui-icon-unlocked {
	background-position: -208px -96px;
}

.ui-icon-bookmark {
	background-position: -224px -96px;
}

.ui-icon-tag {
	background-position: -240px -96px;
}

.ui-icon-home {
	background-position: 0 -112px;
}

.ui-icon-flag {
	background-position: -16px -112px;
}

.ui-icon-calendar {
	background-position: -32px -112px;
}

.ui-icon-cart {
	background-position: -48px -112px;
}

.ui-icon-pencil {
	background-position: -64px -112px;
}

.ui-icon-clock {
	background-position: -80px -112px;
}

.ui-icon-disk {
	background-position: -96px -112px;
}

.ui-icon-calculator {
	background-position: -112px -112px;
}

.ui-icon-zoomin {
	background-position: -128px -112px;
}

.ui-icon-zoomout {
	background-position: -144px -112px;
}

.ui-icon-search {
	background-position: -160px -112px;
}

.ui-icon-wrench {
	background-position: -176px -112px;
}

.ui-icon-gear {
	background-position: -192px -112px;
}

.ui-icon-heart {
	background-position: -208px -112px;
}

.ui-icon-star {
	background-position: -224px -112px;
}

.ui-icon-link {
	background-position: -240px -112px;
}

.ui-icon-cancel {
	background-position: 0 -128px;
}

.ui-icon-plus {
	background-position: -16px -128px;
}

.ui-icon-plusthick {
	background-position: -32px -128px;
}

.ui-icon-minus {
	background-position: -48px -128px;
}

.ui-icon-minusthick {
	background-position: -64px -128px;
}

.ui-icon-close {
	background-position: -80px -128px;
}

.ui-icon-closethick {
	background-position: -96px -128px;
}

.ui-icon-key {
	background-position: -112px -128px;
}

.ui-icon-lightbulb {
	background-position: -128px -128px;
}

.ui-icon-scissors {
	background-position: -144px -128px;
}

.ui-icon-clipboard {
	background-position: -160px -128px;
}

.ui-icon-copy {
	background-position: -176px -128px;
}

.ui-icon-contact {
	background-position: -192px -128px;
}

.ui-icon-image {
	background-position: -208px -128px;
}

.ui-icon-video {
	background-position: -224px -128px;
}

.ui-icon-script {
	background-position: -240px -128px;
}

.ui-icon-alert {
	background-position: 0 -144px;
}

.ui-icon-info {
	background-position: -16px -144px;
}

.ui-icon-notice {
	background-position: -32px -144px;
}

.ui-icon-help {
	background-position: -48px -144px;
}

.ui-icon-check {
	background-position: -64px -144px;
}

.ui-icon-bullet {
	background-position: -80px -144px;
}

.ui-icon-radio-on {
	background-position: -96px -144px;
}

.ui-icon-radio-off {
	background-position: -112px -144px;
}

.ui-icon-pin-w {
	background-position: -128px -144px;
}

.ui-icon-pin-s {
	background-position: -144px -144px;
}

.ui-icon-play {
	background-position: 0 -160px;
}

.ui-icon-pause {
	background-position: -16px -160px;
}

.ui-icon-seek-next {
	background-position: -32px -160px;
}

.ui-icon-seek-prev {
	background-position: -48px -160px;
}

.ui-icon-seek-end {
	background-position: -64px -160px;
}

.ui-icon-seek-start {
	background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
	background-position: -80px -160px;
}

.ui-icon-stop {
	background-position: -96px -160px;
}

.ui-icon-eject {
	background-position: -112px -160px;
}

.ui-icon-volume-off {
	background-position: -128px -160px;
}

.ui-icon-volume-on {
	background-position: -144px -160px;
}

.ui-icon-power {
	background-position: 0 -176px;
}

.ui-icon-signal-diag {
	background-position: -16px -176px;
}

.ui-icon-signal {
	background-position: -32px -176px;
}

.ui-icon-battery-0 {
	background-position: -48px -176px;
}

.ui-icon-battery-1 {
	background-position: -64px -176px;
}

.ui-icon-battery-2 {
	background-position: -80px -176px;
}

.ui-icon-battery-3 {
	background-position: -96px -176px;
}

.ui-icon-circle-plus {
	background-position: 0 -192px;
}

.ui-icon-circle-minus {
	background-position: -16px -192px;
}

.ui-icon-circle-close {
	background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
	background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
	background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
	background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
	background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
	background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
	background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
	background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
	background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
	background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
	background-position: -192px -192px;
}

.ui-icon-circle-check {
	background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
	background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
	background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
	background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
	background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
	background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
	background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
	background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
	background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
	background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
	background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
	background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
	background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaa;
	opacity: .3;
	filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;
}

@charset "UTF-8";

body.fancybox-active {
	overflow: hidden;
}

body.fancybox-iosfix {
	position: fixed;
	left: 0;
	right: 0;
}

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99992;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s, visibility 0s linear .25s;
	box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	visibility: visible;
	transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
	top: 0;
	left: 0;
	font-size: 13px;
	padding: 0 10px;
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #ccc;
	text-align: center;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
	mix-blend-mode: exclusion;
}

.fancybox-toolbar {
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translateZ(0);
}

.fancybox-is-closing .fancybox-stage {
	overflow: visible;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
	display: block;
}

.fancybox-slide--image {
	overflow: visible;
}

.fancybox-slide--image:before {
	display: none;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
	background: #000;
}

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
	background: #e5e3df;
}

.fancybox-slide--next {
	z-index: 99995;
}

.fancybox-slide>* {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide>base, .fancybox-slide>link, .fancybox-slide>meta, .fancybox-slide>script, .fancybox-slide>style, .fancybox-slide>title {
	display: none;
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-image, .fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff;
}

.fancybox-iframe {
	display: block;
	padding: 0;
	border: 0;
	height: 100%;
}

.fancybox-error, .fancybox-iframe {
	margin: 0;
	width: 100%;
	background: #fff;
}

.fancybox-error {
	padding: 40px;
	max-width: 380px;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 16px;
	line-height: 20px;
}

.fancybox-button {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: rgba(30, 30, 30, .6);
	transition: color .3s ease;
	cursor: pointer;
	outline: none;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
	color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
	color: #fff;
}

.fancybox-button[disabled] {
	color: #ccc;
	cursor: default;
	opacity: .6;
}

.fancybox-button svg {
	display: block;
	position: relative;
	overflow: visible;
	shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3;
}

.fancybox-button--share svg path {
	stroke-width: 1;
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
	display: none;
}

.fancybox-button--zoom svg path {
	fill: transparent;
}

.fancybox-navigation {
	display: none;
}

.fancybox-show-nav .fancybox-navigation {
	display: block;
}

.fancybox-navigation button {
	position: absolute;
	top: 50%;
	margin: -50px 0 0;
	z-index: 99997;
	background: transparent;
	width: 60px;
	height: 100px;
	padding: 17px;
}

.fancybox-navigation button:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(30, 30, 30, .6);
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 0;
}

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	z-index: 10;
	cursor: pointer;
}

.fancybox-close-small:after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background-color: transparent;
	transition: background-color .25s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus {
	outline: none;
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
	top: 0;
	right: -40px;
}

.fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after {
	font-size: 35px;
	color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:after {
	color: #fff;
	background: transparent;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none;
}

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 2vw 0;
	background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
	pointer-events: none;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid hsla(0, 0%, 100%, .4);
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
	pointer-events: all;
	position: relative;
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline;
}

.fancybox-slide>.fancybox-loading {
	border: 6px solid hsla(0, 0%, 39%, .4);
	border-top: 6px solid hsla(0, 0%, 100%, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: a .8s infinite linear;
	animation: a .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 99999;
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes a {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn);
	opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1);
}

.fancybox-share {
	padding: 30px;
	border-radius: 3px;
	background: #f4f4f4;
	max-width: 90%;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	margin: 0 0 20px;
	font-size: 35px;
	font-weight: 700;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

p.fancybox-share__links {
	margin-right: -10px;
}

.fancybox-share__button {
	display: inline-block;
	text-decoration: none;
	margin: 0 10px 10px 0;
	padding: 0 15px;
	min-width: 130px;
	border: 0;
	border-radius: 3px;
	background: #fff;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	transition: all .2s;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	position: relative;
	top: -1px;
	width: 25px;
	height: 25px;
	margin-right: 7px;
	vertical-align: middle;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0 0;
	padding: 10px 15px;
	background: transparent;
	color: #5d5b5b;
	font-size: 14px;
	outline: none;
	border: 0;
	border-bottom: 2px solid #d7d7d7;
}

.fancybox-thumbs {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 212px;
	margin: 0;
	padding: 2px 2px 4px;
	background: #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	box-sizing: border-box;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-y: hidden;
	overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs>ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
	white-space: nowrap;
}

.fancybox-thumbs-x>ul {
	overflow: hidden;
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs>ul>li {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 2px;
	width: 100px;
	height: 75px;
	max-width: calc(50% - 4px);
	max-height: calc(100% - 8px);
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs>ul>li>img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-thumbs>ul>li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
	opacity: 1;
}

@media (max-width:800px) {
	.fancybox-thumbs {
		width: 110px;
	}
	
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}
	
	.fancybox-thumbs>ul>li {
		max-width: calc(100% - 10px);
	}
}

.mCustomScrollbar {
	-ms-touch-action: none;
	touch-action: none;
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
	-ms-touch-action: auto;
	touch-action: auto;
}

.mCustomScrollBox {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: 0;
	direction: ltr;
}

.mCSB_container {
	overflow: hidden;
	width: auto;
	height: auto;
}

.mCSB_inside>.mCSB_container {
	margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
	margin-right: 0;
	margin-left: 30px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-left: 0;
}

.mCSB_scrollTools {
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.mCSB_outside+.mCSB_scrollTools {
	right: -26px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools, .mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
	right: auto;
	left: 0;
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
	left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
	margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
	z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 8px;
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0;
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
	margin-right: 0;
	margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
	min-height: 100%;
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	width: auto;
	height: 16px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: -26px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
	margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 2px;
	margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 30px;
	height: 100%;
	left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 12px;
	margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 8px;
	margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	display: block;
	position: absolute;
	width: 20px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
	left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	right: 0;
}

.mCSB_container_wrapper {
	position: absolute;
	height: auto;
	width: auto;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-right: 30px;
	margin-bottom: 30px;
}

.mCSB_container_wrapper>.mCSB_container {
	padding-right: 30px;
	padding-bottom: 30px;
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 20px;
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 0;
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 0;
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 20px;
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 0;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
	margin-right: 0;
	margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
	padding-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
	padding-bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
	margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0;
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
	-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
	opacity: 0;
	filter: "alpha(opacity=0)";
	-ms-filter: "alpha(opacity=0)";
}

.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools, .mCustomScrollBox:hover>.mCSB_scrollTools, .mCustomScrollBox:hover~.mCSB_scrollTools, .mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .4);
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85);
	filter: "alpha(opacity=85)";
	-ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
	background-image: url("mCSB_buttons.html");
	background-repeat: no-repeat;
	opacity: .4;
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonDown.nitro-lazy, .mCSB_scrollTools .mCSB_buttonLeft.nitro-lazy, .mCSB_scrollTools .mCSB_buttonRight.nitro-lazy, .mCSB_scrollTools .mCSB_buttonUp.nitro-lazy {
	background-image: none !important;
}

.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
	opacity: .9;
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, .85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, .9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -56px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0;
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 6px;
	margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -56px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -56px;
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .1);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 2px;
	margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
	height: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 14px;
	margin: 0 1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 14px;
	margin: 1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 16px;
	height: 16px;
	margin: -1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 4px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 16px;
	width: 16px;
	margin: 0 -1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -128px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
	width: 4px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	background-color: transparent;
	background-position: center;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
	background-repeat: repeat-y;
	opacity: .3;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail.nitro-lazy, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail.nitro-lazy {
	background-image: none !important;
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
	background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -128px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail.nitro-lazy {
	background-image: none !important;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-y;
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 70px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 70px;
}

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
	width: 8px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #555;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px;
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 8px;
	margin: 4px 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 8px;
	margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical {
	right: 1px;
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
	bottom: 1px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
	width: 12px;
	margin: 2px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
	height: 12px;
	width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #000;
	background-color: rgba(0, 0, 0, .05);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

.mCS-3d-thick-dark.mCSB_scrollTools {
	box-shadow: inset 0 0 14px rgba(0, 0, 0, .2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #fff;
	background-color: rgba(0, 0, 0, .05);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
	right: 0;
	margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: 0;
	margin: 0 12px;
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
	left: 0;
	right: auto;
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 50px;
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)";
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
	width: 6px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 6px;
	margin: 5px 0;
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 12px;
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 12px;
	margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
	width: 12px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	margin: 3px 5px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 6px;
	margin: 5px 3px;
	position: absolute;
	width: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 12px;
	margin: 2px 0;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	border-color: rgba(255, 255, 255, .2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
	border-color: #000;
	border-color: rgba(0, 0, 0, .2);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
}

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */

/* 2D TRANSITIONS */

/* Grow */
.hvr-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* Shrink */
.hvr-shrink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
	-webkit-transform: scale(.9);
	transform: scale(.9);
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	75% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}

@keyframes hvr-pulse {
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	
	75% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}

.hvr-pulse {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
	-webkit-animation-name: hvr-pulse;
	animation-name: hvr-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@keyframes hvr-pulse-grow {
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

.hvr-pulse-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
	-webkit-animation-name: hvr-pulse-grow;
	animation-name: hvr-pulse-grow;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
	to {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}

@keyframes hvr-pulse-shrink {
	to {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
}

.hvr-pulse-shrink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
	-webkit-animation-name: hvr-pulse-shrink;
	animation-name: hvr-pulse-shrink;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

/* Push */
@-webkit-keyframes hvr-push {
	50% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes hvr-push {
	50% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
	
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.hvr-push {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
	-webkit-animation-name: hvr-push;
	animation-name: hvr-push;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* Pop */
@-webkit-keyframes hvr-pop {
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@keyframes hvr-pop {
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

.hvr-pop {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
	-webkit-animation-name: hvr-pop;
	animation-name: hvr-pop;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* Bounce In */
.hvr-bounce-in {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
	transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
}

/* Bounce Out */
.hvr-bounce-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

.hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
	-webkit-transform: scale(.8);
	transform: scale(.8);
	-webkit-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
	transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
}

/* Rotate */
.hvr-rotate {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
}

/* Grow Rotate */
.hvr-grow-rotate {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
	-webkit-transform: scale(1.1) rotate(4deg);
	transform: scale(1.1) rotate(4deg);
}

/* Float */
.hvr-float {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}

/* Sink */
.hvr-sink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
}

/* Bob */
@-webkit-keyframes hvr-bob {
	0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	
	50% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}
	
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@keyframes hvr-bob {
	0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	
	50% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}
	
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@-webkit-keyframes hvr-bob-float {
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@keyframes hvr-bob-float {
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

.hvr-bob {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
	-webkit-animation-name: hvr-bob-float, hvr-bob;
	animation-name: hvr-bob-float, hvr-bob;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}

/* Hang */
@-webkit-keyframes hvr-hang {
	0% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	
	50% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	
	100% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
}

@keyframes hvr-hang {
	0% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	
	50% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	
	100% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
}

@-webkit-keyframes hvr-hang-sink {
	100% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
}

@keyframes hvr-hang-sink {
	100% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
}

.hvr-hang {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
	-webkit-animation-name: hvr-hang-sink, hvr-hang;
	animation-name: hvr-hang-sink, hvr-hang;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}

/* Skew */
.hvr-skew {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-skew:hover, .hvr-skew:focus, .hvr-skew:active {
	-webkit-transform: skew(-10deg);
	transform: skew(-10deg);
}

/* Skew Forward */
.hvr-skew-forward {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
	-webkit-transform: skew(-10deg);
	transform: skew(-10deg);
}

/* Skew Backward */
.hvr-skew-backward {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.hvr-skew-backward:hover, .hvr-skew-backward:focus, .hvr-skew-backward:active {
	-webkit-transform: skew(10deg);
	transform: skew(10deg);
}

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	
	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
	
	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	
	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	
	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes hvr-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	
	33.3% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
	
	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	
	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	
	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.hvr-wobble-vertical {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
	-webkit-animation-name: hvr-wobble-vertical;
	animation-name: hvr-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
	16.65% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}
	
	33.3% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px);
	}
	
	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}
	
	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}
	
	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes hvr-wobble-horizontal {
	16.65% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}
	
	33.3% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px);
	}
	
	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}
	
	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}
	
	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.hvr-wobble-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
	-webkit-animation-name: hvr-wobble-horizontal;
	animation-name: hvr-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
	16.65% {
		-webkit-transform: translate(8px, 8px);
		transform: translate(8px, 8px);
	}
	
	33.3% {
		-webkit-transform: translate(-6px, -6px);
		transform: translate(-6px, -6px);
	}
	
	49.95% {
		-webkit-transform: translate(4px, 4px);
		transform: translate(4px, 4px);
	}
	
	66.6% {
		-webkit-transform: translate(-2px, -2px);
		transform: translate(-2px, -2px);
	}
	
	83.25% {
		-webkit-transform: translate(1px, 1px);
		transform: translate(1px, 1px);
	}
	
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes hvr-wobble-to-bottom-right {
	16.65% {
		-webkit-transform: translate(8px, 8px);
		transform: translate(8px, 8px);
	}
	
	33.3% {
		-webkit-transform: translate(-6px, -6px);
		transform: translate(-6px, -6px);
	}
	
	49.95% {
		-webkit-transform: translate(4px, 4px);
		transform: translate(4px, 4px);
	}
	
	66.6% {
		-webkit-transform: translate(-2px, -2px);
		transform: translate(-2px, -2px);
	}
	
	83.25% {
		-webkit-transform: translate(1px, 1px);
		transform: translate(1px, 1px);
	}
	
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.hvr-wobble-to-bottom-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-to-bottom-right:hover, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:active {
	-webkit-animation-name: hvr-wobble-to-bottom-right;
	animation-name: hvr-wobble-to-bottom-right;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
	16.65% {
		-webkit-transform: translate(8px, -8px);
		transform: translate(8px, -8px);
	}
	
	33.3% {
		-webkit-transform: translate(-6px, 6px);
		transform: translate(-6px, 6px);
	}
	
	49.95% {
		-webkit-transform: translate(4px, -4px);
		transform: translate(4px, -4px);
	}
	
	66.6% {
		-webkit-transform: translate(-2px, 2px);
		transform: translate(-2px, 2px);
	}
	
	83.25% {
		-webkit-transform: translate(1px, -1px);
		transform: translate(1px, -1px);
	}
	
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes hvr-wobble-to-top-right {
	16.65% {
		-webkit-transform: translate(8px, -8px);
		transform: translate(8px, -8px);
	}
	
	33.3% {
		-webkit-transform: translate(-6px, 6px);
		transform: translate(-6px, 6px);
	}
	
	49.95% {
		-webkit-transform: translate(4px, -4px);
		transform: translate(4px, -4px);
	}
	
	66.6% {
		-webkit-transform: translate(-2px, 2px);
		transform: translate(-2px, 2px);
	}
	
	83.25% {
		-webkit-transform: translate(1px, -1px);
		transform: translate(1px, -1px);
	}
	
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.hvr-wobble-to-top-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-to-top-right:hover, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:active {
	-webkit-animation-name: hvr-wobble-to-top-right;
	animation-name: hvr-wobble-to-top-right;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
	16.65% {
		-webkit-transform: skew(-12deg);
		transform: skew(-12deg);
	}
	
	33.3% {
		-webkit-transform: skew(10deg);
		transform: skew(10deg);
	}
	
	49.95% {
		-webkit-transform: skew(-6deg);
		transform: skew(-6deg);
	}
	
	66.6% {
		-webkit-transform: skew(4deg);
		transform: skew(4deg);
	}
	
	83.25% {
		-webkit-transform: skew(-2deg);
		transform: skew(-2deg);
	}
	
	100% {
		-webkit-transform: skew(0);
		transform: skew(0);
	}
}

@keyframes hvr-wobble-top {
	16.65% {
		-webkit-transform: skew(-12deg);
		transform: skew(-12deg);
	}
	
	33.3% {
		-webkit-transform: skew(10deg);
		transform: skew(10deg);
	}
	
	49.95% {
		-webkit-transform: skew(-6deg);
		transform: skew(-6deg);
	}
	
	66.6% {
		-webkit-transform: skew(4deg);
		transform: skew(4deg);
	}
	
	83.25% {
		-webkit-transform: skew(-2deg);
		transform: skew(-2deg);
	}
	
	100% {
		-webkit-transform: skew(0);
		transform: skew(0);
	}
}

.hvr-wobble-top {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.hvr-wobble-top:hover, .hvr-wobble-top:focus, .hvr-wobble-top:active {
	-webkit-animation-name: hvr-wobble-top;
	animation-name: hvr-wobble-top;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
	16.65% {
		-webkit-transform: skew(-12deg);
		transform: skew(-12deg);
	}
	
	33.3% {
		-webkit-transform: skew(10deg);
		transform: skew(10deg);
	}
	
	49.95% {
		-webkit-transform: skew(-6deg);
		transform: skew(-6deg);
	}
	
	66.6% {
		-webkit-transform: skew(4deg);
		transform: skew(4deg);
	}
	
	83.25% {
		-webkit-transform: skew(-2deg);
		transform: skew(-2deg);
	}
	
	100% {
		-webkit-transform: skew(0);
		transform: skew(0);
	}
}

@keyframes hvr-wobble-bottom {
	16.65% {
		-webkit-transform: skew(-12deg);
		transform: skew(-12deg);
	}
	
	33.3% {
		-webkit-transform: skew(10deg);
		transform: skew(10deg);
	}
	
	49.95% {
		-webkit-transform: skew(-6deg);
		transform: skew(-6deg);
	}
	
	66.6% {
		-webkit-transform: skew(4deg);
		transform: skew(4deg);
	}
	
	83.25% {
		-webkit-transform: skew(-2deg);
		transform: skew(-2deg);
	}
	
	100% {
		-webkit-transform: skew(0);
		transform: skew(0);
	}
}

.hvr-wobble-bottom {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.hvr-wobble-bottom:hover, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:active {
	-webkit-animation-name: hvr-wobble-bottom;
	animation-name: hvr-wobble-bottom;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
	16.65% {
		-webkit-transform: skew(-12deg);
		transform: skew(-12deg);
	}
	
	33.3% {
		-webkit-transform: skew(10deg);
		transform: skew(10deg);
	}
	
	49.95% {
		-webkit-transform: skew(-6deg);
		transform: skew(-6deg);
	}
	
	66.6% {
		-webkit-transform: skew(4deg);
		transform: skew(4deg);
	}
	
	83.25% {
		-webkit-transform: skew(-2deg);
		transform: skew(-2deg);
	}
	
	100% {
		-webkit-transform: skew(0);
		transform: skew(0);
	}
}

@keyframes hvr-wobble-skew {
	16.65% {
		-webkit-transform: skew(-12deg);
		transform: skew(-12deg);
	}
	
	33.3% {
		-webkit-transform: skew(10deg);
		transform: skew(10deg);
	}
	
	49.95% {
		-webkit-transform: skew(-6deg);
		transform: skew(-6deg);
	}
	
	66.6% {
		-webkit-transform: skew(4deg);
		transform: skew(4deg);
	}
	
	83.25% {
		-webkit-transform: skew(-2deg);
		transform: skew(-2deg);
	}
	
	100% {
		-webkit-transform: skew(0);
		transform: skew(0);
	}
}

.hvr-wobble-skew {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-skew:hover, .hvr-wobble-skew:focus, .hvr-wobble-skew:active {
	-webkit-animation-name: hvr-wobble-skew;
	animation-name: hvr-wobble-skew;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* Buzz */
@-webkit-keyframes hvr-buzz {
	50% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	
	100% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
}

@keyframes hvr-buzz {
	50% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	
	100% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
}

.hvr-buzz {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
	-webkit-animation-name: hvr-buzz;
	animation-name: hvr-buzz;
	-webkit-animation-duration: .15s;
	animation-duration: .15s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	
	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	
	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	
	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	
	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}
	
	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}
	
	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}
	
	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}
	
	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}
	
	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}

@keyframes hvr-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	
	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	
	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	
	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	
	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}
	
	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}
	
	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}
	
	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}
	
	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}
	
	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}

.hvr-buzz-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
	-webkit-animation-name: hvr-buzz-out;
	animation-name: hvr-buzz-out;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* BACKGROUND TRANSITIONS */

/* Fade */
.hvr-fade {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}

.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
	background-color: #2098d1;
	color: white;
}

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
	50% {
		background-color: rgba(32, 152, 209, .75);
	}
}

@keyframes hvr-back-pulse {
	50% {
		background-color: rgba(32, 152, 209, .75);
	}
}

.hvr-back-pulse {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}

.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active {
	-webkit-animation-name: hvr-back-pulse;
	animation-name: hvr-back-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background-color: #2098d1;
	background-color: #2098d1;
	color: white;
}

/* Sweep To Right */
.hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hvr-sweep-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098d1;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
	color: white;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/* Sweep To Left */
.hvr-sweep-to-left {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hvr-sweep-to-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098d1;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
	color: white;
}

.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hvr-sweep-to-bottom:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098d1;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
	color: white;
}

.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

/* Sweep To Top */
.hvr-sweep-to-top {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hvr-sweep-to-top:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098d1;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
	color: white;
}

.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

/* Bounce To Right */
.hvr-bounce-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

.hvr-bounce-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098d1;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
	color: white;
}

.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
}

/* Bounce To Left */
.hvr-bounce-to-left {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

.hvr-bounce-to-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098d1;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
	color: white;
}

.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

.hvr-bounce-to-bottom:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098d1;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
	color: white;
}

.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
}

/* Bounce To Top */
.hvr-bounce-to-top {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

.hvr-bounce-to-top:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098d1;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
	color: white;
}

.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
}

/* Radial Out */
.hvr-radial-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
	background: #e1e1e1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hvr-radial-out:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098d1;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
	color: white;
}

.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
	-webkit-transform: scale(2);
	transform: scale(2);
}

/* Radial In */
.hvr-radial-in {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
	background: #2098d1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hvr-radial-in:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #e1e1e1;
	border-radius: 100%;
	-webkit-transform: scale(2);
	transform: scale(2);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
	color: white;
}

.hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
	-webkit-transform: scale(0);
	transform: scale(0);
}

/* Rectangle In */
.hvr-rectangle-in {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: #2098d1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hvr-rectangle-in:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #e1e1e1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active {
	color: white;
}

.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before {
	-webkit-transform: scale(0);
	transform: scale(0);
}

/* Rectangle Out */
.hvr-rectangle-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: #e1e1e1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hvr-rectangle-out:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098d1;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
	color: white;
}

.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.top-services .hvr-rectangle-out, .services-slider .hvr-rectangle-out {
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

.top-services .hvr-rectangle-out:before, .services-slider .hvr-rectangle-out:before {
	background: rgba(0, 0, 0, .05);
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: #2098d1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hvr-shutter-in-horizontal:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #e1e1e1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
	color: white;
}

.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: #e1e1e1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hvr-shutter-out-horizontal:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #2098d1;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
	color: white;
}

.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: #2098d1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hvr-shutter-in-vertical:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #e1e1e1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
	color: white;
}

.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: #e1e1e1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hvr-shutter-out-vertical:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #2098d1;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
	color: white;
}

.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

/* BORDER TRANSITIONS */

/* Border Fade */
.hvr-border-fade {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: box-shadow;
	transition-property: box-shadow;
}

.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
	box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px rgba(0, 0, 0, 0);
}

/* Hollow */
.hvr-hollow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: background;
	transition-property: background;
}

.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
	background: none;
}

/* Trim */
.hvr-trim {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

.hvr-trim:before {
	content: "";
	position: absolute;
	border: white solid 4px;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	opacity: 0;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before {
	opacity: 1;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
	100% {
		top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0;
	}
}

@keyframes hvr-ripple-out {
	100% {
		top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0;
	}
}

.hvr-ripple-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

.hvr-ripple-out:before {
	content: "";
	position: absolute;
	border: #e1e1e1 solid 6px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.meet-the-team .member .social li.hvr-ripple-out:before {
	border: #0f86ff solid 6px;
}

.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
	-webkit-animation-name: hvr-ripple-out;
	animation-name: hvr-ripple-out;
}

/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
	100% {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 1;
	}
}

@keyframes hvr-ripple-in {
	100% {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		opacity: 1;
	}
}

.hvr-ripple-in {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

.hvr-ripple-in:before {
	content: "";
	position: absolute;
	border: #e1e1e1 solid 4px;
	top: -12px;
	right: -12px;
	bottom: -12px;
	left: -12px;
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before {
	-webkit-animation-name: hvr-ripple-in;
	animation-name: hvr-ripple-in;
}

/* Outline Out */
.hvr-outline-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

.hvr-outline-out:before {
	content: "";
	position: absolute;
	border: #e1e1e1 solid 4px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: top, right, bottom, left;
	transition-property: top, right, bottom, left;
}

.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
}

/* Outline In */
.hvr-outline-in {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

.hvr-outline-in:before {
	pointer-events: none;
	content: "";
	position: absolute;
	border: #e1e1e1 solid 4px;
	top: -16px;
	right: -16px;
	bottom: -16px;
	left: -16px;
	opacity: 0;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: top, right, bottom, left;
	transition-property: top, right, bottom, left;
}

.hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before {
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	opacity: 1;
}

/* Round Corners */
.hvr-round-corners {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: border-radius;
	transition-property: border-radius;
}

.hvr-round-corners:hover, .hvr-round-corners:focus, .hvr-round-corners:active {
	border-radius: 1em;
}

/* Underline From Left */
.hvr-underline-from-left {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}

.hvr-underline-from-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #2098d1;
	height: 4px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
	right: 0;
}

/* Underline From Center */
.hvr-underline-from-center {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}

.hvr-underline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #2098d1;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
	left: 0;
	right: 0;
}

/* Underline From Right */
.hvr-underline-from-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}

.hvr-underline-from-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 100%;
	right: 0;
	bottom: 0;
	background: #2098d1;
	height: 4px;
	-webkit-transition-property: left;
	transition-property: left;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
	left: 0;
}

/* Overline From Left */
.hvr-overline-from-left {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}

.hvr-overline-from-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	top: 0;
	background: #2098d1;
	height: 4px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before {
	right: 0;
}

/* Overline From Center */
.hvr-overline-from-center {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}

.hvr-overline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	top: 0;
	background: #2098d1;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
	left: 0;
	right: 0;
}

/* Overline From Right */
.hvr-overline-from-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}

.hvr-overline-from-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 100%;
	right: 0;
	top: 0;
	background: #2098d1;
	height: 4px;
	-webkit-transition-property: left;
	transition-property: left;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-overline-from-right:hover:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:active:before {
	left: 0;
}

/* Reveal */
.hvr-reveal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}

.hvr-reveal:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-color: #2098d1;
	border-style: solid;
	border-width: 0;
	-webkit-transition-property: border-width;
	transition-property: border-width;
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	border-width: 4px;
}

/* Underline Reveal */
.hvr-underline-reveal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}

.hvr-underline-reveal:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2098d1;
	height: 4px;
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* Overline Reveal */
.hvr-overline-reveal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
}

.hvr-overline-reveal:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	background: #2098d1;
	height: 4px;
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* SHADOW/GLOW TRANSITIONS */

/* Glow */
.hvr-glow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: box-shadow;
	transition-property: box-shadow;
}

.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

/* Shadow */
.hvr-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: box-shadow;
	transition-property: box-shadow;
}

.hvr-shadow:hover, .hvr-shadow:focus, .hvr-shadow:active {
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5);
}

/* Grow Shadow */
.hvr-grow-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: box-shadow, transform;
	transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* Box Shadow Outset */
.hvr-box-shadow-outset {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: box-shadow;
	transition-property: box-shadow;
}

.hvr-box-shadow-outset:hover, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:active {
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
}

/* Box Shadow Inset */
.hvr-box-shadow-inset {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, .6), 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: box-shadow;
	transition-property: box-shadow;
}

.hvr-box-shadow-inset:hover, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:active {
	box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .6), 0 0 1px rgba(0, 0, 0, 0);
}

/* Float Shadow */
.hvr-float-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-float-shadow:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: "";
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, 0) 80%);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

/* Shadow Radial */
.hvr-shadow-radial {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

.hvr-shadow-radial:before, .hvr-shadow-radial:after {
	pointer-events: none;
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	box-sizing: border-box;
	background-repeat: no-repeat;
	height: 5px;
	opacity: 0;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.hvr-shadow-radial:before {
	bottom: 100%;
	background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 80%);
}

.hvr-shadow-radial:after {
	top: 100%;
	background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 80%);
}

.hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
	opacity: 1;
}

/* SPEECH BUBBLES */

/* Bubble Top */
.hvr-bubble-top {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

.hvr-bubble-top:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: "";
	border-style: solid;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	left: calc(50% - 10px);
	top: 0;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #e1e1e1 transparent;
}

.hvr-bubble-top:hover:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:active:before {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

/* Bubble Right */
.hvr-bubble-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

.hvr-bubble-right:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: "";
	border-style: solid;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	top: calc(50% - 10px);
	right: 0;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #e1e1e1;
}

.hvr-bubble-right:hover:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:active:before {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

/* Bubble Bottom */
.hvr-bubble-bottom {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

.hvr-bubble-bottom:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: "";
	border-style: solid;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	left: calc(50% - 10px);
	bottom: 0;
	border-width: 10px 10px 0 10px;
	border-color: #e1e1e1 transparent transparent transparent;
}

.hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

/* Bubble Left */
.hvr-bubble-left {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

.hvr-bubble-left:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: "";
	border-style: solid;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	top: calc(50% - 10px);
	left: 0;
	border-width: 10px 10px 10px 0;
	border-color: transparent #e1e1e1 transparent transparent;
}

.hvr-bubble-left:hover:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:active:before {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

/* Bubble Float Top */
.hvr-bubble-float-top {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-bubble-float-top:before {
	position: absolute;
	z-index: -1;
	content: "";
	left: calc(50% - 10px);
	top: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #e1e1e1 transparent;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-bubble-float-top:hover, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:active {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

.hvr-bubble-float-top:hover:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:active:before {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

/* Bubble Float Right */
.hvr-bubble-float-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-bubble-float-right:before {
	position: absolute;
	z-index: -1;
	top: calc(50% - 10px);
	right: 0;
	content: "";
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #e1e1e1;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-bubble-float-right:hover, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:active {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

.hvr-bubble-float-right:hover:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:active:before {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-bubble-float-bottom:before {
	position: absolute;
	z-index: -1;
	content: "";
	left: calc(50% - 10px);
	bottom: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #e1e1e1 transparent transparent transparent;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-bubble-float-bottom:hover, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:active {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.hvr-bubble-float-bottom:hover:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:active:before {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

/* Bubble Float Left */
.hvr-bubble-float-left {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-bubble-float-left:before {
	position: absolute;
	z-index: -1;
	content: "";
	top: calc(50% - 10px);
	left: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #e1e1e1 transparent transparent;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-bubble-float-left:hover, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:active {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.hvr-bubble-float-left:hover:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:active:before {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

/* ICONS */

/* Icon Back */
.hvr-icon-back {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-left: 2.2em;
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
}

.hvr-icon-back:before {
	content: "";
	position: absolute;
	left: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-icon-back:hover:before, .hvr-icon-back:focus:before, .hvr-icon-back:active:before {
	-webkit-transform: translateX(-4px);
	transform: translateX(-4px);
}

/* Icon Forward */
.hvr-icon-forward {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
}

.hvr-icon-forward:before {
	content: "";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
	0%, 50%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	25%, 75% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
}

@keyframes hvr-icon-down {
	0%, 50%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	25%, 75% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
}

/* Icon Down */
.hvr-icon-down {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
}

.hvr-icon-down:before {
	content: "";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.hvr-icon-down:hover:before, .hvr-icon-down:focus:before, .hvr-icon-down:active:before {
	-webkit-animation-name: hvr-icon-down;
	animation-name: hvr-icon-down;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

/* Icon Up */
@-webkit-keyframes hvr-icon-up {
	0%, 50%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	25%, 75% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

@keyframes hvr-icon-up {
	0%, 50%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	25%, 75% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

/* Icon Up */
.hvr-icon-up {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
}

.hvr-icon-up:before {
	content: "";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.hvr-icon-up:hover:before, .hvr-icon-up:focus:before, .hvr-icon-up:active:before {
	-webkit-animation-name: hvr-icon-up;
	animation-name: hvr-icon-up;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

/* Icon Spin */
.hvr-icon-spin {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
}

.hvr-icon-spin:before {
	content: "";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.hvr-icon-spin:hover:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:active:before {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
	0% {
		opacity: 0;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	
	51%, 100% {
		opacity: 1;
	}
}

@keyframes hvr-icon-drop {
	0% {
		opacity: 0;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	
	51%, 100% {
		opacity: 1;
	}
}

/* Icon Drop */
.hvr-icon-drop {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
}

.hvr-icon-drop:before {
	content: "";
	position: absolute;
	right: 1em;
	opacity: 1;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.hvr-icon-drop:hover:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:active:before {
	opacity: 0;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-animation-name: hvr-icon-drop;
	animation-name: hvr-icon-drop;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	animation-timing-function: ease-in-out;
	animation-timing-function: cubic-bezier(.52, 1.64, .37, .66);
}

/* Icon Fade */
.hvr-icon-fade {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
}

.hvr-icon-fade:before {
	content: "";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-property: color;
	transition-property: color;
}

.hvr-icon-fade:hover:before, .hvr-icon-fade:focus:before, .hvr-icon-fade:active:before {
	color: #0f9e5e;
}

/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-1em);
		transform: translateY(-1em);
	}
}

@keyframes hvr-icon-float-away {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-1em);
		transform: translateY(-1em);
	}
}

/* Icon Float Away */
.hvr-icon-float-away {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
}

.hvr-icon-float-away:before, .hvr-icon-float-away:after {
	content: "";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
}

.hvr-icon-float-away:after {
	opacity: 0;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.hvr-icon-float-away:hover:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:active:after {
	-webkit-animation-name: hvr-icon-float-away;
	animation-name: hvr-icon-float-away;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(1em);
		transform: translateY(1em);
	}
}

@keyframes hvr-icon-sink-away {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(1em);
		transform: translateY(1em);
	}
}

/* Icon Sink Away */
.hvr-icon-sink-away {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
}

.hvr-icon-sink-away:before, .hvr-icon-sink-away:after {
	content: "";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.hvr-icon-sink-away:after {
	opacity: 0;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.hvr-icon-sink-away:hover:after, .hvr-icon-sink-away:focus:after, .hvr-icon-sink-away:active:after {
	-webkit-animation-name: hvr-icon-sink-away;
	animation-name: hvr-icon-sink-away;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

/* Icon Grow */
.hvr-icon-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hvr-icon-grow:before {
	content: "";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-icon-grow:hover:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:active:before {
	-webkit-transform: scale(1.3) translateZ(0);
	transform: scale(1.3) translateZ(0);
}

/* Icon Shrink */
.hvr-icon-shrink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hvr-icon-shrink:before {
	content: "";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-icon-shrink:hover:before, .hvr-icon-shrink:focus:before, .hvr-icon-shrink:active:before {
	-webkit-transform: scale(.8);
	transform: scale(.8);
}

/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
	25% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	75% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
}

@keyframes hvr-icon-pulse {
	25% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	
	75% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
}

.hvr-icon-pulse {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
}

.hvr-icon-pulse:before {
	content: "";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-icon-pulse:hover:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:active:before {
	-webkit-animation-name: hvr-icon-pulse;
	animation-name: hvr-icon-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
	to {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
}

@keyframes hvr-icon-pulse-grow {
	to {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
}

.hvr-icon-pulse-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
}

.hvr-icon-pulse-grow:before {
	content: "";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-icon-pulse-grow:hover:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:active:before {
	-webkit-animation-name: hvr-icon-pulse-grow;
	animation-name: hvr-icon-pulse-grow;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
	to {
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
}

@keyframes hvr-icon-pulse-shrink {
	to {
		-webkit-transform: scale(.8);
		transform: scale(.8);
	}
}

.hvr-icon-pulse-shrink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
}

.hvr-icon-pulse-shrink:before {
	content: "";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-icon-pulse-shrink:hover:before, .hvr-icon-pulse-shrink:focus:before, .hvr-icon-pulse-shrink:active:before {
	-webkit-animation-name: hvr-icon-pulse-shrink;
	animation-name: hvr-icon-pulse-shrink;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

/* Icon Push */
@-webkit-keyframes hvr-icon-push {
	50% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}
}

@keyframes hvr-icon-push {
	50% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
	}
}

.hvr-icon-push {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hvr-icon-push:before {
	content: "";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-icon-push:hover:before, .hvr-icon-push:focus:before, .hvr-icon-push:active:before {
	-webkit-animation-name: hvr-icon-push;
	animation-name: hvr-icon-push;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}

@keyframes hvr-icon-pop {
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}

.hvr-icon-pop {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hvr-icon-pop:before {
	content: "";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-icon-pop:hover:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:active:before {
	-webkit-animation-name: hvr-icon-pop;
	animation-name: hvr-icon-pop;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* Icon Bounce */
.hvr-icon-bounce {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hvr-icon-bounce:before {
	content: "";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-icon-bounce:hover:before, .hvr-icon-bounce:focus:before, .hvr-icon-bounce:active:before {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
	transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
}

/* Icon Rotate */
.hvr-icon-rotate {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hvr-icon-rotate:before {
	content: "";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-icon-rotate:hover:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:active:before {
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}

/* Icon Grow Rotate */
.hvr-icon-grow-rotate {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hvr-icon-grow-rotate:before {
	content: "";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-icon-grow-rotate:hover:before, .hvr-icon-grow-rotate:focus:before, .hvr-icon-grow-rotate:active:before {
	-webkit-transform: scale(1.5) rotate(12deg);
	transform: scale(1.5) rotate(12deg);
}

/* Icon Float */
.hvr-icon-float {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hvr-icon-float:before {
	content: "";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-icon-float:hover:before, .hvr-icon-float:focus:before, .hvr-icon-float:active:before {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}

/* Icon Sink */
.hvr-icon-sink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hvr-icon-sink:before {
	content: "";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-icon-sink:hover:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:active:before {
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
}

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
	0% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
	
	50% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	
	100% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

@keyframes hvr-icon-bob {
	0% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
	
	50% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	
	100% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

@-webkit-keyframes hvr-icon-bob-float {
	100% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

@keyframes hvr-icon-bob-float {
	100% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px);
	}
}

.hvr-icon-bob {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hvr-icon-bob:before {
	content: "";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.hvr-icon-bob:hover:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:active:before {
	-webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
	animation-name: hvr-icon-bob-float, hvr-icon-bob;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}

/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
	0% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
	
	50% {
		-webkit-transform: translateY(2px);
		transform: translateY(2px);
	}
	
	100% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
}

@keyframes hvr-icon-hang {
	0% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
	
	50% {
		-webkit-transform: translateY(2px);
		transform: translateY(2px);
	}
	
	100% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
}

@-webkit-keyframes hvr-icon-hang-sink {
	100% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
}

@keyframes hvr-icon-hang-sink {
	100% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
}

.hvr-icon-hang {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hvr-icon-hang:before {
	content: "";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.hvr-icon-hang:hover:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:active:before {
	-webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
	animation-name: hvr-icon-hang-sink, hvr-icon-hang;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
	16.65% {
		-webkit-transform: translateX(6px);
		transform: translateX(6px);
	}
	
	33.3% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}
	
	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}
	
	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}
	
	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes hvr-icon-wobble-horizontal {
	16.65% {
		-webkit-transform: translateX(6px);
		transform: translateX(6px);
	}
	
	33.3% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}
	
	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}
	
	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}
	
	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}
	
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.hvr-icon-wobble-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hvr-icon-wobble-horizontal:before {
	content: "";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {
	-webkit-animation-name: hvr-icon-wobble-horizontal;
	animation-name: hvr-icon-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
	
	33.3% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	
	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	
	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	
	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes hvr-icon-wobble-vertical {
	16.65% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
	
	33.3% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	
	49.95% {
		-webkit-transform: translateY(4px);
		transform: translateY(4px);
	}
	
	66.6% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	
	83.25% {
		-webkit-transform: translateY(1px);
		transform: translateY(1px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.hvr-icon-wobble-vertical {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hvr-icon-wobble-vertical:before {
	content: "";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.hvr-icon-wobble-vertical:hover:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:active:before {
	-webkit-animation-name: hvr-icon-wobble-vertical;
	animation-name: hvr-icon-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
	50% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	
	100% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
}

@keyframes hvr-icon-buzz {
	50% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	
	100% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
}

.hvr-icon-buzz {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hvr-icon-buzz:before {
	content: "";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.hvr-icon-buzz:hover:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:active:before {
	-webkit-animation-name: hvr-icon-buzz;
	animation-name: hvr-icon-buzz;
	-webkit-animation-duration: .15s;
	animation-duration: .15s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	
	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	
	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	
	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	
	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}
	
	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}
	
	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}
	
	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}
	
	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}
	
	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}

@keyframes hvr-icon-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	
	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	
	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}
	
	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
	
	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}
	
	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}
	
	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}
	
	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}
	
	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}
	
	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}

.hvr-icon-buzz-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	padding-right: 2.2em;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.hvr-icon-buzz-out:before {
	content: "";
	position: absolute;
	right: 1em;
	padding: 0 1px;
	font-family: FontAwesome;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.hvr-icon-buzz-out:hover:before, .hvr-icon-buzz-out:focus:before, .hvr-icon-buzz-out:active:before {
	-webkit-animation-name: hvr-icon-buzz-out;
	animation-name: hvr-icon-buzz-out;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* CURLS */

/* Curl Top Left */
.hvr-curl-top-left {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

.hvr-curl-top-left:before {
	pointer-events: none;
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	top: 0;
	left: 0;
	background: white;
	background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#ffffff", endColorstr="#000000");
	/*For IE7-8-9*/
	z-index: 1000;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: width, height;
	transition-property: width, height;
}

.hvr-curl-top-left:hover:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before {
	width: 25px;
	height: 25px;
}

.top-services .hvr-curl-top-left:before {
	pointer-events: none;
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	top: 0;
	left: 0;
	background: #0f86ff;
	background: linear-gradient(135deg, white 45%, #0f86ff 50%, #0f86ff 56%, #0f86ff 80%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#ffffff", endColorstr="#0f86ff");
	/*For IE7-8-9*/
	z-index: 1000;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: width, height;
	transition-property: width, height;
}

.top-services .hvr-curl-top-left:hover:before, .top-services .hvr-curl-top-left:focus:before, .top-services .hvr-curl-top-left:active:before {
	width: 40px;
	height: 40px;
}

/* Curl Top Right */
.hvr-curl-top-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

.hvr-curl-top-right:before {
	pointer-events: none;
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	top: 0;
	right: 0;
	background: white;
	background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
	box-shadow: -1px 1px 1px rgba(0, 0, 0, .4);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: width, height;
	transition-property: width, height;
}

.hvr-curl-top-right:hover:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:active:before {
	width: 25px;
	height: 25px;
}

.top-services .hvr-curl-top-right:before {
	pointer-events: none;
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	top: 0;
	right: 0;
	background: #6ec7f9;
	background: linear-gradient(225deg, white 45%, #6ec7f9 50%, #6ec7f9 56%, #6ec7f9 80%);
	box-shadow: -1px 1px 1px rgba(0, 0, 0, .4);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: width, height;
	transition-property: width, height;
}

.top-services .hvr-curl-top-right:hover:before, .top-services .hvr-curl-top-right:focus:before, .top-services .hvr-curl-top-right:active:before {
	width: 40px;
	height: 40px;
}

/* Curl Bottom Right */
.hvr-curl-bottom-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

.hvr-curl-bottom-right:before {
	pointer-events: none;
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	bottom: 0;
	right: 0;
	background: white;
	background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
	box-shadow: -1px -1px 1px rgba(0, 0, 0, .4);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: width, height;
	transition-property: width, height;
}

.hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
	width: 25px;
	height: 25px;
}

/* Curl Bottom Left */
.hvr-curl-bottom-left {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

.hvr-curl-bottom-left:before {
	pointer-events: none;
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	bottom: 0;
	left: 0;
	background: white;
	background: linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
	box-shadow: 1px -1px 1px rgba(0, 0, 0, .4);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: width, height;
	transition-property: width, height;
}

.hvr-curl-bottom-left:hover:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:active:before {
	width: 25px;
	height: 25px;
}

.bootstrap-touchspin .input-group-btn-vertical {
	position: relative;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
	display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 8px 10px;
	margin-left: -1px;
	position: relative;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 0;
	border-top-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	margin-top: -2px;
	border-radius: 0;
	border-bottom-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
	position: absolute;
	top: 3px;
	left: 5px;
	font-size: 9px;
	font-weight: normal;
}

/*!
 * Bootstrap-select v1.13.3 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2018 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
.bootstrap-select>select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
	display: none !important;
}

.bootstrap-select {
	width: 220px \0;
	vertical-align: middle;
}

.bootstrap-select>.dropdown-toggle {
	position: relative;
	width: 100%;
	z-index: 1;
	text-align: right;
	white-space: nowrap;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	color: #999;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover {
	color: rgba(255, 255, 255, .5);
}

.bootstrap-select>select {
	position: absolute !important;
	bottom: 0;
	left: 50%;
	display: block !important;
	width: .5px !important;
	height: 100% !important;
	padding: 0 !important;
	opacity: 0 !important;
	border: none;
}

.bootstrap-select>select.mobile-device {
	top: 0;
	left: 0;
	display: block !important;
	width: 100% !important;
	z-index: 2;
}

.bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle {
	border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle {
	border-color: #28a745;
}

.bootstrap-select.fit-width {
	width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 220px;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: thin dotted #333 !important;
	outline: 5px auto -webkit-focus-ring-color !important;
	outline-offset: -2px;
}

.bootstrap-select.form-control {
	margin-bottom: 0;
	padding: 0;
	border: none;
}

:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
	width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
	z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn {
	border-radius: 0;
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
	float: none;
	display: inline-block;
	margin-left: 0;
}

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
	float: right;
}

.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
	margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
	padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
	height: 100%;
	font-size: inherit;
	line-height: inherit;
	border-radius: inherit;
}

.bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle {
	font-size: inherit;
	line-height: inherit;
	border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
	padding: .25rem .5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
	padding: .5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
	width: 100%;
}

.bootstrap-select.disabled, .bootstrap-select>.disabled {
	cursor: not-allowed;
}

.bootstrap-select.disabled:focus, .bootstrap-select>.disabled:focus {
	outline: 0 !important;
}

.bootstrap-select.bs-container {
	position: absolute;
	top: 0;
	left: 0;
	height: 0 !important;
	padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
	z-index: 1060;
}

.bootstrap-select .dropdown-toggle:before {
	content: "";
	display: inline-block;
}

.bootstrap-select .dropdown-toggle .filter-option {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: inherit;
	padding-right: inherit;
	padding-bottom: inherit;
	padding-left: inherit;
	height: 100%;
	width: 100%;
	text-align: left;
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
	padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -2px;
	vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
	border-radius: inherit;
}

.bootstrap-select[class*=col-] .dropdown-toggle {
	width: 100%;
}

.bootstrap-select .dropdown-menu {
	min-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bootstrap-select .dropdown-menu>.inner:focus {
	outline: 0 !important;
}

.bootstrap-select .dropdown-menu.inner {
	position: static;
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
	position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
	color: rgba(255, 255, 255, .5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
	cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
	position: relative;
	padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
	display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
	display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
	padding-left: .5em;
}

.bootstrap-select .dropdown-menu .notify {
	position: absolute;
	bottom: 5px;
	width: 96%;
	margin: 0 2%;
	min-height: 26px;
	padding: 3px 5px;
	background: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	pointer-events: none;
	opacity: .9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bootstrap-select .no-results {
	padding: 3px;
	background: #f5f5f5;
	margin: 0 5px;
	white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
	position: static;
	display: inline;
	padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
	display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
	position: static;
	top: auto;
	margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
	position: absolute;
	display: inline-block;
	right: 15px;
	top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
	margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
	content: "";
	display: block;
	width: .5em;
	height: 1em;
	border-style: solid;
	border-width: 0 .26em .26em 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle, .bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
	z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
	content: "";
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgba(204, 204, 204, .2);
	position: absolute;
	bottom: -4px;
	left: 9px;
	display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
	content: "";
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	position: absolute;
	bottom: -4px;
	left: 10px;
	display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
	bottom: auto;
	top: -4px;
	border-top: 7px solid rgba(204, 204, 204, .2);
	border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
	bottom: auto;
	top: -4px;
	border-top: 6px solid #fff;
	border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
	right: 12px;
	left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
	right: 13px;
	left: auto;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before {
	display: block;
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
	padding: 4px 8px;
}

.bs-actionsbox {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
	width: 50%;
}

.bs-donebutton {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bs-donebutton .btn-group button {
	width: 100%;
}

.bs-searchbox+.bs-actionsbox {
	padding: 0 8px 4px;
}

.bs-searchbox .form-control {
	margin-bottom: 0;
	width: 100%;
	float: none;
}

/*** 

====================================================================
                        Product-Page
====================================================================

***/
.our-shop {
	position: relative;
}

.shop-sidebar {
	position: relative;
	border: 1px solid #e1e5e9;
	padding: 40px 30px;
	border-radius: 6px;
}

.our-shop .items-sorting {
	position: relative;
	margin-bottom: 60px !important;
	border-bottom: 1px solid #eee;
}

.our-shop .items-sorting .text {
	position: relative;
	margin-top: 15px;
}

.our-shop .items-sorting .text p {
	font-weight: 500;
	color: #0c2957;
	margin: 0px;
	font-family: var(--fira-sans);
	font-size: 18px;
}

.bootstrap-select > .dropdown-toggle {
	position: relative;
	display: block;
	height: 57px;
	width: 100%;
	font-size: 16px;
	color: #838d9e;
	line-height: 30px;
	font-weight: 600;
	background-color: transparent;
	border-radius: 6px;
	padding: 11px 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #e1e5e9;
	border-image: initial;
	transition: all 300ms ease 0s;
}

.our-shop .items-sorting .select-box .nice-select {
	position: relative;
	height: 56px;
	line-height: 56px;
	border: 1px solid #e1e5e9;
	border-radius: 5px;
	padding: 0px 20px;
	font-size: 17px;
	font-weight: 500;
	color: #5a5a68;
	margin: 0px;
}

.product-block-one .inner-box {
	position: relative;
	display: block;
	text-align: center;
	background: #fff;
	margin-bottom: 30px;
	transition: all 500ms ease;
}

.product-block-one .inner-box .image-box {
	position: relative;
	display: block;
	background: #f1f5f8;
	padding: 25px 0;
	border-radius: 6px;
}

.product-block-one .inner-box .image-box img {
	transition: all 500ms ease;
	max-width: 115px;
}

.product-block-one .inner-box:hover .image-box img {
	box-shadow: none;
}

.product-block-one .inner-box .cart-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	transition: .5s;
}

.product-block-one .inner-box:hover .cart-btn {
	opacity: 1;
}

.product-block-one .inner-box .cart-btn .theme-btn {
	width: 100%;
	border-radius: 0;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

.product-block-one .inner-box .cart-btn .theme-btn .btn-title {
	border-radius: 0;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	padding: 15px 50px;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .1);
}

.product-block-one .inner-box .image-box .trending, .product-block-one .inner-box .image-box .offer, .product-block-one .inner-box .image-box .category {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 14px;
	font-family: var(--fira-sans);
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 50%;
}

.product-block-one .inner-box .image-box .trending {
	background-color: #fb9a27;
	font-size: 24px;
}

.product-block-one .inner-box .image-box .offer {
	background-color: #7fb23f;
}

.product-block-one .right-option {
	position: absolute;
	right: 20px;
	top: 20px;
	height: 46px;
	width: 46px;
	border-radius: 50%;
	background: #fff;
	line-height: 46px;
	font-size: 20px;
	cursor: pointer;
	color: #838d9e;
	transition: .5s;
}

.product-block-one .right-option:hover {
	color: #fff;
}

.product-block-one .right-option .content-box {
	position: absolute;
	right: 0;
	top: 46px;
	width: 46px;
	height: 54px;
	line-height: 54px;
	border-radius: 30px;
	opacity: 0;
	transition: all 500ms ease;
}

.product-block-one .right-option:hover .content-box {
	opacity: 1;
}

.product-block-one .inner-box .image-box .content-box li {
	position: relative;
	text-align: center;
	height: 46px;
	width: 46px;
	border-radius: 50%;
	background: #fff;
	line-height: 46px;
	font-size: 20px;
	margin-top: 10px;
}

.product-block-one .inner-box .image-box .content-box li:last-child {
	border-right: none;
}

.product-block-one .inner-box .image-box .content-box li a {
	position: relative;
	display: inline-block;
	font-size: 18px;
	color: #838d9e;
}

.product-block-one .inner-box .image-box .content-box li a span {
	position: absolute;
	right: 47px;
	transform: translateY(-50%);
	top: 50%;
	width: max-content;
	height: 28px;
	padding: 2px 9px;
	line-height: 28px;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	background: #fff;
	color: #0c2957;
	font-family: var(--fira-sans);
	border-radius: 5px;
	visibility: hidden;
	opacity: 0;
	transition: all 500ms ease;
}

.product-block-one .inner-box .image-box .content-box li a:hover span {
	visibility: visible;
	opacity: 1;
}

.product-block-one .inner-box .image-box .content-box li a span:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	right: -5px;
	bottom: 9px;
	transform: rotate(45deg);
	background: #fff;
}

.product-block-one .inner-box .lower-content {
	position: relative;
	padding: 20px 15px;
}

.product-block-one .inner-box .lower-content .rating {
	position: absolute;
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	top: 18px;
	border-radius: 30px;
	overflow: hidden;
	text-align: center;
	padding: 0px 15px;
	transition: .5s;
	opacity: 0;
}

.product-block-one .inner-box:hover .lower-content .rating {
	opacity: 1;
}

.product-block-one .inner-box .lower-content .rating li {
	position: relative;
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
}

.product-block-one .inner-box .lower-content h3 {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 600;
	color: #0c2957;
	text-transform: uppercase;
}

.product-block-one .inner-box .lower-content h3 a {
	color: #0c2957;
}

.product-block-one .inner-box h2 {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 600;
	color: #0c2957;
	text-transform: uppercase;
	padding: 20px 15px;
}

.product-block-one .inner-box h2 a {
	color: #0c2957;
}

.product_type_simple {
	display: none !important;
}

.product-block-one .inner-box .lower-content p {
	font-size: 18px;
	font-weight: 500;
	margin: 0px;
	font-family: var(--fira-sans);
	margin-bottom: 5px;
	transition: .5s;
}

.product-block-one .inner-box:hover .lower-content p {
	opacity: 0;
}

.product-block-one .inner-box .lower-content .rating.light li:last-child {
	color: #a6a6af;
}

/* Price Filter */
.widget_filter-price .title {
	position: relative;
	float: left;
	font-size: 18px;
	font-weight: 500;
	margin-top: 4px;
	color: #0c2957;
}

.widget_filter-price .title:before {
	position: absolute;
	content: "$";
	right: -14px;
	top: 0px;
	font-size: 17px;
	font-weight: 500;
}

.widget_filter-price .input {
	float: right;
	left: 8px;
	max-width: 75px;
	padding-left: 8px;
	margin-top: 4px;
	font-weight: 500;
	position: relative;
	font-size: 18px;
}

.widget_filter-price .input input {
	background: none;
	font-size: 18px;
	font-weight: 500;
	width: auto;
	text-align: left;
	color: #0c2957;
}

.widget_filter-price .ui-widget.ui-widget-content {
	height: 2px;
	border: none;
	margin-bottom: 26px;
	background: #e1e5e9;
}

.widget_filter-price .ui-slider .ui-slider-range {
	top: 0px;
	height: 2px;
	background: #e1e5e9;
}

.widget_filter-price .ui-state-default, .widget_filter-price .ui-widget-content .ui-state-default {
	top: -6px;
	width: 14px;
	height: 14px;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
	margin-left: 0px;
	border: 2px solid;
}

.widget_filter-price .ui-state-default:before, .widget_filter-price .ui-widget-content .ui-state-default:before {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	left: 3px;
	top: 3px;
	border-radius: 50%;
}

.widget_filter-price .range-slider .theme-btn {
	padding: 6px 25px 5px;
	background: #ddd;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--fira-sans);
	text-transform: uppercase;
	color: #fff;
}

.widget_filter-price {
	margin-bottom: 45px;
}

.widget_filter-price .widget-title {
	margin-bottom: 36px;
}

.widget_popular-products .post-inner .post {
	position: relative;
	padding-left: 100px;
	margin-bottom: 30px;
	min-height: 102px;
}

.widget_popular-products .post-inner .post:last-child {
	margin-bottom: 0px;
}

.widget_popular-products .post-inner .post .image-box {
	position: absolute;
	left: 0px;
	top: 2px;
	width: 80px;
	background: #e9edf0;
	transition: all 500ms ease;
	border-radius: 6px;
	text-align: center;
	padding: 15px 0;
}

.widget_popular-products .post-inner .post:hover .image-box {}

.widget_popular-products .post-inner .post .rating {
	position: relative;
	display: block;
	margin-bottom: 4px;
}

.widget_popular-products .post-inner .post .rating li {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 2px;
	font-size: 12px;
	line-height: 20px;
}

.widget_popular-products .post-inner .post .rating li:last-child {
	margin-right: 0px;
}

.widget_popular-products .post-inner .post .rating.light li:last-child {
	color: #a6a6af;
}

.widget_popular-products .post-inner .post h5 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
}

.widget_popular-products .post-inner .post h5 a {
	display: inline-block;
	color: #1e1e2a;
}

.widget_popular-products .post-inner .post h5 a:hover {}

.widget_popular-products .post-inner .post .price {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #838d9e;
	font-weight: 500;
	margin: 0px;
	font-family: var(--fira-sans);
	margin-bottom: 11px;
}

.item-quantity .input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	max-width: 50px;
	width: 100%;
	height: 50px;
}

.item-quantity input.quantity-spinner {
	line-height: 50px;
	height: 50px;
	width: 50px !important;
	padding: 0px !important;
	box-shadow: none !important;
	border: none;
	border: 1px solid #e1e5e9;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #1e1e2a;
	border-radius: 5px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down {
	position: absolute;
	height: 50px;
	width: 40px;
	background: transparent;
	padding: 0px 0px;
	border-right: none;
	border-right: 1px solid #eee;
	border-radius: 5px 0px 0px 5px;
	left: 5px;
	top: 0;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up {
	position: absolute;
	height: 50px;
	width: 40px;
	background: transparent;
	padding: 0px 0px;
	border-left: none;
	border-left: 1px solid #eee;
	border-radius: 0px 5px 5px 0px;
	margin-top: 0px;
	right: 5px;
	top: 0;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
	content: "";
	font-size: 12px;
	font-style: normal;
	color: #0c2957;
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
	content: "";
	font-size: 12px;
	font-style: normal;
	color: #0c2957;
	font-weight: 700;
	font-family: "Font Awesome 5 Pro";
}

.bootstrap-touchspin .input-group-btn-vertical {
	position: absolute;
	width: 100%;
	top: 0;
}

.bootstrap-touchspin .input-group-btn-vertical i {
	top: 11px;
	left: 15px;
	font-size: inherit !important;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	margin-top: 0px;
}

/* Shop Details */
.single-shop-area {
	padding-top: 100px;
	padding-bottom: 70px;
}

.single-shop-area .products-carousel {
	position: relative;
	padding-left: 140px;
}

.single-shop-area .product-thumbs {
	height: 400px;
}

.single-shop-area .product-thumbs-wrapper {
	position: absolute;
	left: 0;
	top: 0;
}

.single-shop-area .author-thumb {
	background: #f1f5f8;
	padding: 15px 30px;
	border-radius: 6px;
}

.single-shop-area .product-content {
	max-width: 350px;
}

.single-shop-area .author-thumb img {
	width: 60px;
}

.single-shop-area .single-product-view {
	background: #f1f5f8;
	padding: 65px 50px;
}

.single-shop-area .single-product-view .image {
	text-align: center;
}

.single-shop-area .quantity {
	position: relative;
}

.single-shop-area .quantity-spinner.form-control {
	padding: 0 45px;
	text-align: center;
	width: 130px;
	height: 50px;
	border-radius: 25px !important;
}

.single-shop-area .cart-wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.single-shop-area .cart-btn {
	margin-bottom: 30px;
}

.single-shop-area .content-box .category {
	position: relative;
	margin-bottom: 28px;
}

.single-shop-area .content-box .category ul {
	position: relative;
}

.single-shop-area .content-box .category ul li {
	position: relative;
	font-size: 16px;
	margin-bottom: 10px;
}

.single-shop-area .content-box .category ul li::before {
	margin-right: 8px;
	font-size: 15px;
	content: "";
	color: #fd4a36;
	font-family: "Font Awesome 5 Pro";
}

.single-shop-area .content-box .category h5 {
	color: #0c2957;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 10px;
}

.single-shop-area .owl-nav-style-three .owl-nav .owl-next, .single-shop-area .owl-nav-style-three .owl-nav .owl-prev {
	color: #222;
	background: transparent;
	height: 20px;
	width: 20px;
	font-size: 30px;
}

.single-shop-area .owl-nav-style-three .owl-nav .owl-next {
	right: 15px;
}

.single-shop-area .owl-nav-style-three .owl-nav .owl-prev {
	left: 15px;
}

.single-product-image-holder {
	position: relative;
	background: #f5f5f5;
	padding: 32px 0;
	margin-bottom: 30px;
}

.single-product-image-holder a {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	background: #fff;
	color: #222;
	-webkit-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, .1);
	z-index: 9;
	opacity: 0;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.single-product-image-holder:hover a {
	opacity: 1;
}

.single-product-image-holder img {
	width: auto;
}

.single-shop-content .content-box {
	position: relative;
	display: block;
}

.single-shop-content .content-box span.price {
	font-size: 20px;
	font-weight: 500;
	position: relative;
	font-family: var(--fira-sans);
	display: block;
	margin-bottom: 20px;
}

.single-shop-content .content-box h2 {
	font-size: 25px;
	font-weight: 600;
	margin: 6px 0 0px;
	text-transform: capitalize;
}

.single-shop-content .content-box .review-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 20px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 25px;
}

.single-shop-content .content-box .review-box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #e7e7e7;
}

.single-shop-content .content-box .review-box ul li {
	margin-right: 6px;
}

.single-shop-content .content-box .review-box ul li i {
	font-size: 16px;
	line-height: 1em;
}

.single-shop-content .content-box .text {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 21px 0 15px;
}

.single-shop-content .content-box .text p {
	margin: 0;
}

.single-shop-content .product-info {
	margin-bottom: 30px;
}

.single-shop-content .product-info .title {
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 10px;
	color: var(--dark-color);
}

.single-shop-content .content-box .qity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
	margin-right: 30px;
	flex-wrap: wrap;
}

.single-shop-content .content-box .qity h5 {
	margin-right: 15px;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 16px;
}

.single-shop-content .content-box .qity .stock-available {
	margin-left: 15px;
	font-size: 16px;
	font-weight: 400;
}

.single-shop-content .content-box .qity .stock-available span {
	color: var(--dark-color);
}

.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .btn {
	position: relative;
	display: block;
	float: none;
	margin-left: 0px;
	width: 100%;
	background: #f6f6f6;
	border: 1px solid #f6f6f6;
	color: #848484;
	padding: 12px 11px;
	cursor: pointer;
}

.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 0;
}

.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	border-radius: 0;
	margin-top: -2px;
}

.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-up:before {
	content: "";
	font-family: FontAwesome;
	color: #848484;
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 5px 5px 5px;
}

.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-down:before {
	content: "";
	font-family: FontAwesome;
	color: #848484;
	font-size: 14px;
	position: absolute;
	top: -1px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 0px 5px 5px;
}

.single-shop-content .content-box .addto-cart-box button.addtocart {
	height: 50px;
	width: 170px;
	margin-left: 43px;
	color: #fff;
	padding: 0px 0 0px;
	cursor: pointer;
	border-radius: 0;
	line-height: 50px;
}

.single-shop-content .content-box .addto-cart-box button.addtocart:hover {
	background: #26272b;
}

.single-shop-content .content-box .cart-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.single-shop-content .content-box .cart-btn .category {
	margin-left: 15px;
	font-size: 16px;
	font-weight: 400;
}

.single-shop-content .content-box .cart-btn .category span {
	color: var(--dark-color);
	text-transform: capitalize;
	font-weight: 400;
}

.single-shop-content .content-box .cart-btn .category a {
	color: #999;
	font-size: 15px;
}

.share-products-socials {
	position: relative;
	display: block;
	overflow: hidden;
	margin-top: 42px;
}

.share-products-socials h5 {
	position: relative;
	display: inline-block;
	float: left;
	color: var(--dark-color);
	font-size: 16px;
	line-height: 40px;
	font-weight: 400;
	text-transform: capitalize;
	margin-top: 3px;
}

.share-products-socials ul {
	position: relative;
	display: inline-block;
	float: left;
	margin-left: 20px;
}

.share-products-socials ul li {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.share-products-socials ul li:last-child {
	margin-right: 0;
}

.share-products-socials ul li a i {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	-webkit-transition: all 500ms ease;
	-webkit-transition: .5s ease;
	-o-transition: all 500ms ease;
	-o-transition: .5s ease;
	transition: all 500ms ease;
	transition: .5s ease;
	border: 1px solid #e7e7e7;
	color: #9c9c9c;
	border-radius: 50%;
}

.product-tab-box {
	position: relative;
	display: block;
	overflow: hidden;
	margin-top: 66px;
}

.product-tab-box .tab-btns {
	position: relative;
	display: block;
	border-bottom: 1px solid #ededed;
	margin-bottom: 35px;
	z-index: 1;
}

.product-tab-box .tab-btns .tab-btn {
	display: inline-block;
	float: none;
	text-align: center;
	margin-right: 20px;
}

.product-tab-box .tab-btns .tab-btn span {
	position: relative;
	display: block;
	background: transparent;
	border-radius: 0;
	cursor: pointer;
	margin: 0;
	padding: 15px 0 13px;
	font-size: 20px;
	font-weight: 600;
	font-family: var(--fira-sans);
	text-transform: capitalize;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.product-tab-box .tab-btns .tab-btn span:before {
	position: absolute;
	left: 0;
	bottom: -1px;
	right: 0;
	height: 1px;
	content: "";
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

.product-tab-box .tab-btns .tab-btn.active-btn span:before, .product-tab-box .tab-btns .tab-btn:hover span:before {
	opacity: 1;
}

.product-tab-box .owl-theme .owl-nav {
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	display: block;
}

.product-tab-box .owl-theme .owl-nav .owl-prev {
	position: absolute;
	right: 30px;
	top: 0;
	height: 30px;
	width: 20px;
	border-radius: 50%;
	border: none;
	text-align: center;
	line-height: 56px;
	font-size: 0px;
	opacity: 1;
	margin-top: -30px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.product-tab-box .owl-theme .owl-nav .owl-prev:before {
	font-family: "Flaticon";
	content: "";
	position: absolute;
	top: 0;
	width: 20px;
	line-height: 30px;
	left: 0;
	border-radius: 50%;
	background: #fff;
	color: #9ca6b6;
	font-size: 20px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.product-tab-box .owl-theme .owl-nav .owl-next {
	position: absolute;
	right: 0;
	top: 0;
	height: 30px;
	width: 20px;
	border-radius: 50%;
	border: none;
	text-align: center;
	line-height: 60px;
	color: rgba(0, 0, 0, 0);
	font-size: 0px;
	opacity: 1;
	margin-top: -30px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.product-tab-box .owl-theme .owl-nav .owl-next:before {
	font-family: "Flaticon";
	content: "";
	position: absolute;
	top: 0;
	width: 20px;
	line-height: 30px;
	right: 0;
	color: #9ca6b6;
	background: #fff;
	border-radius: 50%;
	font-size: 20px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.product-tab-box .tabs-content {
	position: relative;
	display: block;
	padding: 0;
}

.product-tab-box .tabs-content .tab {
	position: relative;
	padding: 0px;
	display: none;
}

.product-tab-box .tabs-content .tab.active-tab {
	display: block;
}

.product-tab-box .owl-nav-style-two .owl-nav .owl-next, .product-tab-box .owl-nav-style-two .owl-nav .owl-prev {
	background: transparent;
	width: 20px;
	height: 20px;
	top: -40px;
	font-size: 30px;
}

.review-box-holder {
	position: relative;
	display: block;
}

.review-box-holder .single-review-box {
	position: relative;
	display: block;
	padding-left: 70px;
	padding-left: 135px;
	margin-bottom: 40px;
	border: 1px solid #ededed;
	padding: 40px;
}

.review-box-holder .single-review-box .image-holder {
	position: absolute;
	left: 40px;
	top: 40px;
}

.review-box-holder .single-review-box .image-holder img {
	width: 100%;
	border-radius: 50%;
}

.review-box-holder .single-review-box .text-holder {
	position: relative;
	display: block;
}

.review-box-holder .single-review-box .text-holder .top {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 0 17px;
}

.review-box-holder .single-review-box .text-holder .top .name h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 6px;
	text-transform: capitalize;
}

.review-box-holder .single-review-box .text-holder .top .name h3 span {
	font-size: 16px;
	font-weight: 400;
	color: #838d9e;
}

.review-box-holder .single-review-box .text-holder .top .review-box ul {
	position: relative;
	display: block;
	overflow: hidden;
}

.review-box-holder .single-review-box .text-holder .top .review-box ul li {
	display: inline-block;
	margin-right: 3px;
}

.review-box-holder .single-review-box .text-holder .top .review-box ul li:last-child {
	margin-right: 0;
}

.review-box-holder .single-review-box .text-holder .top .review-box ul li i {
	font-size: 14px;
}

.review-box-holder .single-review-box .text-holder .text p {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
}

.product-tab-box .review-form {
	padding: 40px;
	border: 1px solid #e1e5e9;
	margin-bottom: 70px;
}

.product-tab-box .review-form .shop-page-title {
	padding-bottom: 25px;
}

.shop-page-title {
	position: relative;
	display: block;
}

.shop-page-title .title {
	font-size: 30px;
	font-weight: 600;
	line-height: 26px;
	font-family: var(--fira-sans);
	text-transform: capitalize;
	margin-bottom: 40px;
}

.shop-page-title .title-two {
	font-size: 24px;
	font-weight: 600;
	line-height: 26px;
	font-family: var(--fira-sans);
	text-transform: capitalize;
	margin-bottom: 15px;
}

.shop-page-title .title span {
	font-weight: 400;
}

.shop-page-title p {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
}

.shop-page-title p b {
	color: var(--theme-color);
	font-weight: 400;
}

.product-tab-box .review-form .add-rating-box {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}

.product-tab-box .review-form .add-rating-box .add-rating-title {
	position: relative;
	display: inline-block;
	float: left;
}

.product-tab-box .review-form .add-rating-box .add-rating-title h4 {
	color: #838d9e;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	margin: 0;
	text-transform: capitalize;
	font-family: inherit;
}

.product-tab-box .review-form .add-rating-box .review-box {
	position: relative;
	display: inline-block;
	float: left;
	padding-left: 20px;
}

.product-tab-box .review-form .add-rating-box .review-box ul li {
	position: relative;
	display: inline-block;
	float: left;
	line-height: 20px;
	margin-right: 5px;
}

.product-tab-box .review-form .add-rating-box .review-box ul li:last-child {
	margin-right: 0px;
}

.product-tab-box .review-form .add-rating-box .review-box ul li i {
	color: #b5b5b5;
	font-size: 16px;
	line-height: 20px;
	opacity: 1;
	-webkit-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}

.product-tab-box .review-form .input-box p {
	color: #838d9e;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	margin: 0 0 10px;
}

.product-tab-box .review-form .input-box p span {
	color: var(--theme-color);
}

.product-tab-box .review-form form input[type="text"], .product-tab-box .review-form form input[type="email"], .product-tab-box .review-form form textarea {
	position: relative;
	display: block;
	background: #fff;
	width: 100%;
	height: 60px;
	border: 1px solid #ededed;
	color: #252525;
	font-size: 15px;
	padding: 0 20px;
	margin-bottom: 30px;
	border-radius: 0px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.product-tab-box .review-form form textarea {
	height: 170px;
	padding: 10px 20px;
	margin-bottom: 30px;
}

.product-tab-box .review-form form input[type="text"]:focus {
	border-color: #e1dddd;
}

.product-tab-box .review-form form input[type="email"]:focus {
	border-color: #e1dddd;
}

.product-tab-box .review-form form textarea:focus {
	border-color: #e1dddd;
}

/** cart-section **/
.cart-section {
	position: relative;
	padding: 110px 0px 100px 0px;
}

.cart-outer {
	position: relative;
}

.cart-outer .table-outer {
	position: relative;
	width: 100%;
	overflow-x: auto;
	margin-bottom: 40px;
}

.cart-outer .cart-table {
	width: 100%;
	min-width: 900px;
	border-bottom: 1px solid #e9e9e9;
}

.cart-outer .cart-table tbody {
	padding-bottom: 30px;
}

.cart-table .cart-header {
	position: relative;
	width: 100%;
	border: 1px solid #e1e5e9;
}

.cart-table thead tr th {
	line-height: 28px;
	padding: 21px 28px 19px 40px;
	font-weight: 500;
	font-size: 18px;
	color: #1e1e2a;
	border-right: 1px solid #e1e5e9;
}

.cart-table thead tr th .fa {
	font-size: 18px;
}

.cart-table tbody tr td {
	padding: 30px 30px;
}

.cart-table tbody tr .qty .item-quantity {
	border: 1px solid #ddd;
}

.cart-table tbody tr .qty .quantity-spinner {
	background: #fff;
}

.cart-table tbody tr .prod-column .column-box {
	position: relative;
	min-height: 80px;
	padding-top: 29px;
	padding-left: 110px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 80px;
	height: 80px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
	display: block;
	max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h4 {
	position: relative;
	font-size: 18px;
	font-weight: 500;
}

.cart-table tbody tr .sub-total {
	font-weight: 500;
	color: #1e1e2a;
}

.cart-table tbody tr .remove-btn {
	position: relative;
	display: inline-block;
	font-size: 18px;
	color: #b0b0b8;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #b0b0b8;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn:hover {}

.cart-table tbody tr td {
	vertical-align: middle;
	border-left: 1px solid #e1e5e9;
	border-bottom: 1px solid #e1e5e9;
}

.cart-table tbody tr .total-price {
	font-weight: 500;
}

.cart-table tbody tr td:last-child {
	border-right: 1px solid #ebebeb;
	text-align: center;
}

.cart-section .cart-outer .totle-table {
	position: relative;
	margin-bottom: 12px;
}

.cart-section .cart-outer .totle-table p {
	font-weight: 500;
	font-size: 18px;
}

.cart-section .cart-outer .totle-table p span {
	color: #1e1e2a;
}

.cart-section .cart-outer .totle-table .total p {}

.cart-table tbody tr td.qty input {
	width: 90px;
	height: 50px;
	border: 1px solid #e1e5e9;
	text-align: center;
	padding: 10px 10px;
	font-size: 18px;
	font-weight: 500;
	color: #1e1e2a;
}

.cart-section .apply-coupon .form-group {
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 0px;
}

.cart-section .apply-coupon .form-group:last-child {
	margin-right: 0px;
}

.cart-section .apply-coupon .form-group input[type="text"] {
	position: relative;
	display: block;
	border: 1px solid #e1e5e9;
	width: 250px;
	height: 56px;
	font-size: 16px;
	font-weight: 500;
	color: #8d8d9c;
	padding: 10px 20px;
	background: #fff;
	border-radius: 28px;
	transition: all 500ms ease;
}

.cart-section .apply-coupon .form-group input:focus {}

.cart-section .apply-coupon .form-group button {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	font-family: var(--fira-sans);
	color: #0c2957;
	background: #f6f6f6;
	text-transform: uppercase;
	padding: 14.5px 40px;
	border-radius: 28px;
	cursor: pointer;
	transition: all 500ms ease;
}

.cart-section .apply-coupon .form-group button:hover {
	color: #fff;
}

.cart-section .btn-box button {
	float: left;
	margin-right: 20px;
}

.cart-section .btn-box button:last-child {
	margin-right: 0px;
}

.cart-section .btn-box .cart-btn {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	font-family: var(--fira-sans);
	color: #0c2957;
	background: #f6f6f6;
	padding: 13px 40px;
	text-transform: uppercase;
	border-radius: 28px;
	cursor: pointer;
	transition: all 500ms ease;
}

.cart-section .btn-box .cart-btn:hover {
	color: #fff;
}

.cart-section .btn-box button.theme-btn .btn-title {
	padding: 13px 50px;
}

/** checkout-section **/
.checkout-section {
	position: relative;
	padding: 120px 0px 120px 0px;
}

.checkout-section h3 {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 22px;
	font-weight: 600;
}

.custom-controls-stacked {
	position: relative;
	display: inline-block;
	padding-left: 25px;
	top: -7px;
}

.custom-controls-stacked .description {
	position: relative;
	display: inline-block;
	font-weight: 500;
	padding: 0px;
	margin-left: 2px;
	font-size: 16px;
	cursor: pointer;
	color: #1e1e2a;
}

.custom-control.material-checkbox {
	--color: #ebebeb;
	padding: 0px;
	margin: 0px;
}

.custom-control.material-checkbox .material-control-input {
	display: none;
}

.custom-control.material-checkbox .material-control-indicator {
	display: inline-block;
	position: absolute;
	top: 7px;
	left: -25px;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	border: 1px solid #e1e5e9;
	cursor: pointer;
}

.checkout-section .bootstrap-select > .dropdown-toggle {
	border-radius: 0;
	width: 100%;
	color: #838d9e;
	font-weight: 400;
	font-size: 18px;
}

.checkout-section .dropdown.bootstrap-select {
	width: 100% !important;
}

.custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
	border-color: var(--color);
	-webkit-transform: rotateZ(45deg) translate(1px, -5px);
	transform: rotateZ(45deg) translate(1px, -5px);
	width: 10px;
	border-radius: 0px;
	border: 2px solid #5a5a68;
	border-top: 0px solid #e1e5e9;
	border-left: 0px solid #e1e5e9;
}

.checkout-section .form-group {
	position: relative;
	margin-bottom: 20px;
}

.checkout-section .form-group:last-child {
	margin-bottom: 0px;
}

.checkout-section .form-group input[type='text'], .checkout-section .form-group input[type='email'], .checkout-section .form-group input[type='password'], .checkout-section .form-group .nice-select {
	position: relative;
	width: 100%;
	height: 60px;
	border: 1px solid #e1e5e9;
	padding: 10px 20px;
	font-size: 17px;
	font-weight: 400;
	color: #838d9e;
	border-radius: 0px;
	transition: all 500ms ease;
}

.checkout-section .form-group input:focus {}

.checkout-section .contact-information {
	margin-bottom: 46px;
}

.checkout-section .product-information {
	position: relative;
	display: block;
	padding: 40px 40px 65px 40px;
	border: 1px solid #e1e5e9;
	margin-top: 4px;
}

.checkout-section .product-information .single-item {
	position: relative;
	display: block;
	padding: 20px 0px 30px 100px;
	min-height: 102px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e1e5e9;
}

.checkout-section .product-information .single-item .product-image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 70px;
}

.checkout-section .product-information h5 {
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	margin: 0px;
}

.checkout-section .product-information span {
	position: relative;
	display: inline-block;
	float: right;
	font-size: 18px;
	font-weight: 500;
}

.checkout-section .product-information .sub-total, .checkout-section .product-information .shipping {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
	margin-bottom: 15px;
}

.checkout-section .product-information .sub-total {
	padding-top: 14px;
}

.checkout-section .product-information i.line {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0px 10px;
	border-bottom: 1px dashed #d8d8d8;
}

.checkout-section .product-information .shipping {
	margin-bottom: 42px;
}

.checkout-section .product-information .total {
	position: relative;
	padding: 19px 0px 18px 0px;
	border-top: 1px solid #e1e5e9;
	border-bottom: 1px solid #e1e5e9;
	margin-bottom: 50px;
}

.checkout-section .product-information .total span {}

.checkout-section .product-information .btn-box .theme-btn {}

.payment-method .custom-control.material-checkbox .material-control-indicator {
	border-radius: 0px;
	border: 1px solid #d8d8d8;
	width: 15px;
	height: 15px;
}

.payment-method .custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
	display: inline-block;
	position: absolute;
	top: 7px;
	left: -25px;
	width: 15px;
	height: 15px;
	border-radius: 0px;
	border: 1px solid #d8d8d8;
	cursor: pointer;
	transform: rotateZ(0deg) translate(0px, 0px);
}

.payment-method .custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	left: 4px;
	top: 4px;
}

.checkout-section .payment-option {
	position: relative;
	display: block;
	background: #fff;
	padding: 62px 50px 68px 50px;
	box-shadow: 0 0px 30px rgba(0, 0, 0, .08);
	margin-top: 50px;
}

.checkout-section .payment-option ul li {
	position: relative;
	display: block;
	margin-bottom: 26px;
}

.checkout-section .payment-option ul li:last-child {
	margin-bottom: 0px;
}

.checkout-section .payment-option ul li:nth-child(2) {
	margin-bottom: 6px;
}

.checkout-section .payment-option .custom-controls-stacked .description {
	font-size: 18px;
	font-weight: 500;
	color: #1e1e2a;
}

.checkout-section .payment-option ul li p {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 4px;
}

.checkout-section .payment-option h3 {
	margin-bottom: 33px;
}

.checkout-section .card-details .form-group button {
	display: block;
	width: 100%;
}

/** myaccount-section **/
.myaccount-section {
	position: relative;
	padding: 113px 0px 94px 0px;
}

.myaccount-section .column h3 {
	position: relative;
	font-size: 30px;
	line-height: 38px;
	font-weight: 500;
	margin-bottom: 21px;
}

.myaccount-section .form-group {
	position: relative;
	margin-bottom: 30px;
}

.myaccount-section .form-group:last-child {
	margin-bottom: 0px;
}

.myaccount-section .form-group input[type='text'], .myaccount-section .form-group input[type='email'], .myaccount-section .form-group input[type='password'] {
	position: relative;
	width: 100%;
	height: 56px;
	border: 1px solid #e1e5e9;
	font-size: 17px;
	font-weight: 500;
	color: #5a5a68;
	padding: 10px 50px 10px 20px;
	transition: all 500ms ease;
}

.myaccount-section .form-group input:focus {}

.myaccount-section .form-group i {
	position: absolute;
	right: 20px;
	top: 18px;
	font-size: 14px;
	color: #a6a6af;
	z-index: 1;
}

.myaccount-section .form-group .theme-btn {
	position: relative;
}

.myaccount-section .custom-controls-stacked .description {
	font-size: 18px;
	font-weight: 500;
	color: #1e1e2a;
}

.myaccount-section .custom-controls-stacked {
	top: -14px;
}

.myaccount-section .custom-control.material-checkbox .material-control-indicator {
	top: 4px;
}

.myaccount-section .login-inner .other-option {
	position: absolute;
	right: 0px;
	bottom: 58px;
}

.myaccount-section .login-inner .other-option li {
	position: relative;
	display: inline-block;
	margin-right: 6px;
}

.myaccount-section .login-inner .other-option li:last-child {
	margin-right: 0px;
}

.myaccount-section .login-inner .other-option li p {
	font-weight: 500;
	font-size: 18px;
}

.myaccount-section .login-inner .other-option li a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #a6a6af;
	width: 54px;
	height: 54px;
	line-height: 54px;
	border: 1px solid #e4e4e4;
	border-radius: 50%;
	text-align: center;
}

.myaccount-section .login-inner {
	position: relative;
}

.myaccount-section .form-group button.register-btn {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	background: #1e1e2a;
	padding: 12px 52px;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	transition: all 500ms ease;
}

.myaccount-section .register-inner {
	position: relative;
}

.myaccount-section .register-inner .form-group input {
	border-radius: 5px;
}

.myaccount-section .register-inner .text {
	position: absolute;
	right: 0px;
	bottom: 0;
}

.myaccount-section .register-inner .text p {
	font-weight: 500;
	margin: 0px;
	font-size: 18px;
}

.woocommerce .woocommerce-ordering select {
	position: relative;
	display: block;
	height: 57px;
	width: 100%;
	font-size: 16px;
	color: #838d9e;
	line-height: 30px;
	font-weight: 600;
	background-color: transparent;
	border-radius: 6px;
	padding: 11px 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #e1e5e9;
	border-image: initial;
	transition: all 300ms ease 0s;
	cursor: pointer;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-o-transition-property: transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-o-transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
	-o-transition-property: transform, height;
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23007aff\'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto;
}

.swiper-button-prev.nitro-lazy, .swiper-container-rtl .swiper-button-next.nitro-lazy {
	background-image: none !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23007aff\'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto;
}

.swiper-button-next.nitro-lazy, .swiper-container-rtl .swiper-button-prev.nitro-lazy {
	background-image: none !important;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white.nitro-lazy, .swiper-container-rtl .swiper-button-next.swiper-button-white.nitro-lazy {
	background-image: none !important;
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23ffffff\'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white.nitro-lazy, .swiper-container-rtl .swiper-button-prev.swiper-button-white.nitro-lazy {
	background-image: none !important;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z\'%20fill%3D\'%23000000\'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black.nitro-lazy, .swiper-container-rtl .swiper-button-next.swiper-button-black.nitro-lazy {
	background-image: none !important;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20viewBox%3D\'0%200%2027%2044\'%3E%3Cpath%20d%3D\'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z\'%20fill%3D\'%23000000\'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black.nitro-lazy, .swiper-container-rtl .swiper-button-prev.swiper-button-black.nitro-lazy {
	background-image: none !important;
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1);
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	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");
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.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-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px;
}

/* RTL Css */
.rtl {
	direction: rtl;
	text-align: right;
}

.rtl .owl-carousel {
	direction: ltr;
}

.rtl .main-menu .navigation>li {
	float: inherit;
	display: inline-block;
}

.rtl .main-menu .navigation>li:last-child {
	margin-right: 40px;
}

.rtl .main-header .nav-outer {
	float: left;
}

.rtl .main-header .header-upper .logo-box {
	float: right;
}

.rtl .navbar-right-info {
	float: left;
	margin-left: 0;
	margin-right: 40px;
}

.rtl .navbar-right-info {}

.rtl .main-header .nav-outer .main-menu {
	float: right;
}

.rtl .navbar-right-info .sidemenu-nav-toggler {
	margin-left: 0;
	margin-right: 30px;
}

.rtl .main-header .header-top .language {
	direction: ltr;
	margin-right: 20px;
}

.rtl .why-choose-us-section {
	direction: ltr;
}

.rtl .sec-title .text-decoration {
	margin: 0 auto;
	margin-right: 0;
}

.rtl .why-choose-us-section .features-list:before {
	right: 25px;
	left: auto;
}

.rtl .why-choose-us-section .single-feature-item:before {
	right: 0;
	left: auto;
}

.rtl .why-choose-us-section .single-feature-item {
	padding-left: 0;
	padding-right: 95px;
}

.rtl .case-block-one .overlay .title span {
	margin-right: 0;
	margin-left: 10px;
}

.rtl .process-block-one:last-child .inner-box::before {
	display: block;
}

.rtl .process-block-one .inner-box::before {
	transform: rotate(180deg) translate(-50%, 50%);
}

.rtl .process-block-one:first-child .inner-box::before {
	display: none;
}

.rtl .testimonial-section {
	direction: ltr;
}

.rtl .swiper-nav-button {
	direction: ltr;
}

.rtl .news-section .right-column .outer-box {
	margin-right: 45px;
	margin-left: -60px;
}

.rtl .map-section .owl-theme .owl-nav {
	right: auto;
	left: 0;
}

.rtl .map-section .owl-theme .owl-nav .owl-prev {
	right: auto;
	left: 0;
}

.rtl .map-section .owl-theme .owl-nav .owl-next {
	right: auto;
	left: 50px;
}

.rtl .feature-block-two .inner-box {
	padding-left: 0;
	padding-right: 130px;
}

.rtl .feature-block-two .icon {
	right: 50px;
	left: auto;
}

.rtl .fixed-header .sticky-header .float-left {
	float: right !important;
}

.rtl .fixed-header .sticky-header .float-right {
	float: left !important;
}

.rtl .sticky-header .main-menu .navigation {
	margin-left: 0;
	margin-right: 20px;
}

.rtl .sticky-header .main-menu .navigation>li {
	margin-left: 0 !important;
	margin-right: 50px;
}

.rtl .about-section .image-block {
	text-align: left;
}

.rtl .about-section .text-block {
	padding-right: 30px;
	padding-left: 0;
}

.rtl .about-section .text-block::before {
	left: auto;
	right: 0;
}

.rtl .about-section .author-info {
	padding-left: 0;
	padding-right: 30px;
	margin-left: 0;
	margin-right: 30px;
	border-left: 0;
	border-right: 1px solid #e1e5e9;
}

.rtl .fact-counter .icon-box {
	padding-left: 0;
	padding-right: 70px;
}

.rtl .fact-counter .icon-box .icon {
	left: auto;
	right: 0;
}

.rtl .testimonial-block .inner-box {
	padding-left: 0;
	padding-right: 100px;
}

.rtl .testimonial-block .icon {
	left: auto;
	right: 0;
}

.rtl .news-section .left-column li i {
	margin-left: 10px;
	margin-right: 0;
}

.rtl .map-section .contact-info .icon-box {
	padding-left: 0;
	padding-right: 75px;
}

.rtl .map-section .contact-info .icon {
	right: 0;
	left: auto;
}

.rtl .about-section .image-block {
	text-align: left;
}

.rtl .about-section .text-block {
	padding-right: 30px;
	padding-left: 0;
}

.rtl .about-section .text-block::before {
	left: auto;
	right: 0;
}

.rtl .about-section .author-info {
	padding-left: 0;
	padding-right: 30px;
	margin-left: 0;
	margin-right: 30px;
	border-left: 0;
	border-right: 1px solid #e1e5e9;
}

.rtl .fact-counter .icon-box {
	padding-left: 0;
	padding-right: 70px;
}

.rtl .fact-counter .icon-box .icon {
	left: auto;
	right: 0;
}

.rtl .testimonial-block .inner-box {
	padding-left: 0;
	padding-right: 100px;
}

.rtl .testimonial-block .icon {
	left: auto;
	right: 0;
}

.rtl .news-section .left-column li i {
	margin-left: 10px;
	margin-right: 0;
}

.rtl .map-section .contact-info .icon-box {
	padding-left: 0;
	padding-right: 75px;
}

.rtl .map-section .contact-info .icon {
	right: 0;
	left: auto;
}

.rtl .main-menu .navigation>li>ul {
	left: auto;
	right: 0;
	text-align: right;
}

.rtl .main-menu .navigation>li>ul>li>ul {
	left: auto;
	right: 100%;
	text-align: right;
}

.rtl .main-menu .navigation>li>ul>li>a {
	text-align: right;
}

.rtl .main-menu .navigation>li>ul>li:after {
	right: auto;
	left: 0;
}

.rtl .main-menu .navigation>li>ul>li.dropdown>a:after {
	right: auto;
	left: 0;
}

.rtl .main-menu .navigation>li>ul>li>ul>li>a {
	text-align: right;
}

.rtl .main-menu .navigation>li:nth-last-child(-n+3)>ul>li>ul {
	right: auto;
	left: 100%;
}

.rtl .main-menu .navigation > li:nth-last-child(-n+2) > ul {
	right: auto;
	left: 0;
}

.rtl .main-menu .navigation > li:nth-last-child(-n+2) > ul > li > ul {
	right: auto;
	left: 100%;
}

.rtl .navbar-right-info .link-btn {
	margin-left: 30px;
}

.rtl .shopping-cart {
	margin-left: 0;
	margin-right: 20px;
}

.rtl .header-top .social-links {
	margin-right: 0;
}

.rtl .header-top .contact-info-two li {
	margin-left: 20px;
	margin-right: 0;
	padding-right: 0;
	padding-left: 20px;
	border-right: 0;
	border-left: 1px solid rgba(255, 255, 255, .5);
}

.rtl .features-section-two .content-block {
	padding-right: 140px;
	padding-left: 0;
}

.rtl .features-section-two .content-block .image {
	left: auto;
	right: 0;
}

.rtl .about-section-two .image-block {
	text-align: left;
}

.rtl .about-section-two .read-more-link:before {
	display: none;
}

.rtl .testimonial-block-two .author-box {
	padding-left: 0;
	padding-right: 80px;
}

.rtl .testimonial-block-two .author-box .image {
	left: auto;
	right: 0;
}

.rtl .projects-section .nav-tabs-wrapper {
	margin-left: 0;
	margin-right: auto;
	padding-left: 0;
	padding-right: 30px;
	border-left: 0;
	border-right: 1px solid #4d5269;
}

.rtl .projects-section .nav-tabs li .nav-link:before {
	left: auto;
	right: -50px;
}

.rtl .projects-section .nav-tabs li .nav-link:after {
	left: auto;
	right: -36px;
}

.rtl .project-block .category {
	padding-left: 0;
	padding-right: 73px;
}

.rtl .project-block .category:before {
	left: auto;
	right: 0;
}

.rtl .service-block-one .inner-box:before {
	right: auto;
	left: 0;
}

.rtl .service-block-one .read-more-link {
	display: inline-block;
	padding-left: 0;
	padding-right: 30px;
	position: relative;
}

.rtl .service-block-one .read-more-link:before {
	left: auto;
	right: 0;
	top: 13px;
}

.rtl .service-block-one .read-more-link i {
	left: auto;
	right: 20px;
	transform: rotate(180deg);
}

.rtl .service-block-one .read-more-link:hover {
	padding-left: 0;
	padding-right: 40px;
}

.rtl .cta-section-two .contact-info {
	padding-left: 0;
	padding-right: 60px;
}

.rtl .cta-section-two .contact-info .icon {
	right: 0;
	left: auto;
}

.rtl .cta-section-two h2 {
	padding-left: 0;
	padding-right: 100px;
}

.rtl .cta-section-two h2 span {
	left: auto;
	right: 0;
}

.rtl .funfacts-section-two .icon-box {
	text-align: left;
}

.rtl .feature-block-three .read-more-link {
	padding-left: 0;
	padding-right: 15px;
	display: inline-block;
}

.rtl .feature-block-three .read-more-link:before {
	left: auto;
	right: 0;
	top: 14px;
}

.rtl .testimonial-block-three .author-box {
	padding-left: 0;
	padding-right: 80px;
}

.rtl .testimonial-block-three .author-box .image {
	left: auto;
	right: 0;
}

.rtl .funfacts-section-two p {
	padding-left: 0;
	padding-right: 15px;
}

.rtl .funfacts-section-two p:before {
	right: 0;
}

.rtl .contact-section .author-box {
	padding-left: 0;
	padding-right: 90px;
}

.rtl .contact-section .author-box .image {
	left: auto;
	right: 0;
}

.rtl .main-footer.style-two .widget-title:before {
	left: auto;
	right: 0;
}

.rtl .main-header.header-style-three .header-top .language {
	padding-left: 15px;
	padding-right: 0;
	margin-left: 15px;
	margin-right: 0;
	border-right: 0;
	border-left: 1px solid rgba(255, 255, 255, .22);
}

.rtl .main-header.header-style-three .header-top .contact-info li+li {
	padding-left: 0;
	border-left: 0;
	padding-right: 15px;
	border-right: 1px solid rgba(255, 255, 255, .22);
}

.rtl .header-top-two .search-toggler {
	margin-right: 30px;
	margin-left: 0;
}

.rtl .main-header.header-style-three .navbar-right-info {
	margin: 25px 40px 25px 0px;
}

.rtl .main-header.header-style-three .navbar-right-info .link-btn {
	margin-left: 0;
	margin-right: 30px;
}

.rtl .experience-section .experience-wrapper {
	text-align: left;
}

.rtl .experience-section .icon-box {
	padding-left: 0;
	padding-right: 150px;
}

.rtl .experience-section .icon-box .icon {
	right: 0;
	left: auto;
}

.rtl .testimonial-section-four .owl-theme .owl-nav {
	right: auto;
	left: 0;
}

.rtl .testimonial-section-four .owl-theme .owl-nav .owl-prev {
	left: 0;
	right: auto;
}

.rtl .testimonial-section-four .owl-theme .owl-nav .owl-next {
	left: 70px;
	right: auto;
}

.rtl .testimonial-block-four .icon-box {
	padding-left: 0;
	padding-right: 75px;
}

.rtl .testimonial-block-four .icon {
	right: 0;
	left: auto;
}

.rtl .award-block {
	border-left: 1px solid rgba(255, 255, 255, .15);
	border-right: 0;
}

.rtl .award-block:last-child {
	border-left: 0;
}

.rtl .meet-up-section .content-box ul li {
	margin-left: 13px;
	margin-right: 0;
	padding-left: 10px;
	padding-right: 0;
	border-right: 0;
	border-left: 1px solid #ddd;
}

.rtl .twitter-widget .image-box {
	padding-left: 0;
	padding-right: 80px;
}

.rtl .twitter-widget .image-box img {
	right: 0;
	left: auto;
}

.rtl .about-widget .list li a {
	padding-left: 0;
	padding-right: 30px;
}

.rtl .about-widget .list li a:before {
	right: 0;
	left: auto;
}

.rtl .twitter-widget .date {
	padding-left: 0;
	padding-right: 70px;
}

.rtl .twitter-widget .date:before {
	left: auto;
	right: 0;
}

.rtl .twitter-widget .date i {
	margin-right: 0;
	margin-left: 10px;
}

.rtl .header-middle .icon-box .icon {
	left: auto;
	right: 0;
}

.rtl .header-middle .icon-box {
	padding-right: 50px;
	margin-left: 25px;
	padding-left: 25px;
}

.rtl .header-middle .icon-box:before {
	right: auto;
	left: 0;
}

.rtl .banner-section.style-four .banner-carousel .content-box .text {
	padding-left: 0;
	padding-right: 100px;
}

.rtl .banner-section.style-four .banner-carousel .content-box .text .video-btn {
	right: 0;
	left: auto;
}

.rtl .download-pdf .icon-box {
	padding-left: 0;
	padding-right: 100px;
}

.rtl .download-pdf .icon-box .icon {
	left: auto;
	right: 0;
}

.rtl .feature-block-five .inner-box:hover .read-more-link {
	left: 22px;
	right: auto;
}

.rtl .about-section-five .icon-box {
	padding-left: 0;
	padding-right: 80px;
}

.rtl .about-section-five .icon-box .icon {
	left: auto;
	right: 0;
}

.rtl .services-section-three .owl-theme .owl-nav .owl-prev {
	right: auto;
	left: 0;
}

.rtl .services-section-three .owl-theme .owl-nav .owl-next {
	right: auto;
	left: 70px;
}

.rtl .service-block-three .inner-box {
	padding-left: 40px;
	padding-right: 0;
}

.rtl .service-block-three .content {
	left: 0;
	right: 70px;
}

.rtl .service-block-three .icon {
	left: auto;
	right: -70px;
}

.rtl .service-block-three .content {}

.rtl .service-block-three .outer-box {
	padding-left: 30px;
	padding-right: 100px;
}

.rtl .service-block-three .overlay-content .icon-box {
	padding-left: 0;
	padding-right: 90px;
}

.rtl .service-block-three .overlay-content .icon-box .icon {
	right: 0;
	left: auto;
}

.rtl .service-block-three .outer-box:before {
	left: 0;
	right: 70px;
}

.rtl .project-block-two .category {
	padding-left: 0;
	padding-right: 60px;
}

.rtl .project-block-two .category:before {
	left: auto;
	right: 0;
}

.rtl .faq-section .author-box {
	padding-left: 0;
	padding-right: 70px;
}

.rtl .faq-section .author-box .image {
	right: 0;
	left: auto;
}

.rtl .faq-section .question-icon {
	right: auto;
	left: 40px;
}

.rtl .testimonial-section-five {
	direction: ltr;
}

.rtl .post-widget .post {
	padding-left: 0;
	padding-right: 100px;
}

.rtl .post-widget .image {
	left: auto;
	right: 0;
}

.rtl .pricing-block .lower-content ul {
	text-align: right;
}

.rtl .pricing-block .lower-content ul li i {
	margin-left: 10px;
}

.rtl .testimonial-section-five .swiper-nav-button {
	right: auto;
	left: 30px;
}

.rtl .main-header.header-style-five .header-top .contact-info li+li {
	padding-right: 15px;
	border-right: 1px solid rgba(255, 255, 255, .22);
	padding-left: 0;
	border-left: 0;
}

.rtl .main-header.header-style-five .header-top .language {
	margin-right: 0;
	border-right: 0;
	padding-right: 0;
	margin-left: 15px;
	border-left: 1px solid rgba(255, 255, 255, .22);
	padding-left: 15px;
}

.rtl .main-header.header-style-five .sidemenu-nav-toggler {
	border-right: 0;
	border-left: 1px solid rgba(255, 255, 255, .2);
	padding-right: 0;
	padding-left: 30px;
	left: auto;
	right: 0;
}

.rtl .main-header.header-style-five .header-upper .logo-box {
	padding-right: 92px;
	padding-left: 0;
}

.rtl .main-header.header-style-five .navbar-right-info {
	margin: 25px 40px 25px 0px;
}

.rtl .main-header.header-style-five .navbar-right-info .link-btn {
	margin-left: 0;
	margin-right: 30px;
}

.rtl .banner-section-two .text {
	padding-right: 130px;
	padding-left: 0;
}

.rtl .banner-section-two .text:before {
	left: auto;
	right: 0;
}

.rtl .banner-section-two .theme-btn {
	margin-left: 30px;
	margin-right: 0;
}

.rtl .about-section-four .image-block {
	text-align: left;
}

.rtl .about-section-four .author-info {
	padding-left: 0;
	margin-left: 0;
	border-left: 0;
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px solid #e1e5e9;
}

.rtl .whay-choose-block .inner-box {
	padding-left: 0;
	padding-right: 150px;
	position: relative;
	z-index: 9;
}

.rtl .whay-choose-block .icon {
	left: auto;
	right: 0;
}

.rtl .service-block-five .inner-box .content-box {
	padding-left: 0;
	padding-right: 133px;
}

.rtl .service-block-five .icon {
	left: auto;
	right: 30px;
	padding-right: 0;
	padding-left: 20px;
	border-right: 0;
	border-left: 1px solid #e1e5e9;
}

.rtl .testimonial-section-six {
	direction: ltr;
}

.rtl .process-block-four .inner-box:before {
	transform: rotate(180deg);
}

.rtl .process-block-four .inner-box:before {
	right: auto;
	left: -121px;
}

.rtl .award-section-two .owl-theme .owl-nav .owl-prev {
	left: 0;
	right: auto;
}

.rtl .award-section-two .owl-theme .owl-nav .owl-next {
	right: auto;
	left: 70px;
}

.rtl .contact-section-two .contact-info .logo img {
	margin: 0 auto;
	margin-right: 0;
}

.rtl .contact-section-two .owl-theme .owl-nav .owl-prev {
	left: 60px;
	right: auto;
}

.rtl .contact-section-two .owl-theme .owl-nav .owl-next {
	right: auto;
	left: 110px;
}

.rtl .timeline-section {
	direction: ltr;
}

.rtl .experience-section-two {}

.rtl .experience-section-two .progress-box {
	padding-left: 0;
	padding-right: 84px;
}

.rtl .progress-levels .progress-box .percent {
	right: -85px;
	left: auto;
}

.rtl .progress-levels .progress-box.animated .bar .bar-fill {
	left: auto;
	right: 0;
}

.experience-section-two .progress-levels .progress-box.animated .bar .bar-fill:before .rtl {
	left: -18px;
	right: auto;
}

.rtl .experience-section-two .progress-levels .progress-box.animated .bar .bar-fill:after {
	left: -15px;
	right: auto;
}

.rtl .about-section-seven {
	direction: ltr;
}

.rtl .about-section-seven .author-box {
	direction: rtl;
}

.rtl .about-section-seven .author-info {
	padding-left: 0;
	padding-left: 30px;
	border-right: 0;
	padding-right: 0;
	padding-right: 80px;
	margin-right: 0;
	border-left: 1px solid #e1e5e9;
	margin-left: 30px;
}

.rtl .about-section-seven .author-info img {
	right: 0;
	left: auto;
}

.rtl .about-section-seven input {}

.rtl .about-section-seven form {
	direction: rtl;
}

.rtl .about-section-seven .theme-btn {
	right: auto;
	left: 0;
}

.rtl .team-block-three .content .author-title {
	left: auto;
	right: 30px;
}

.rtl .features-section-six .video-box .image {
	text-align: left;
}

.rtl .features-section-six .content {
	margin-left: 0;
	margin-right: auto;
}

.rtl .why-choose-us-section-three .whay-choose-block {
	padding-left: 0;
	padding-right: 30px;
}

.rtl .team-block-four .author-title {
	border-left: 0;
	border-right: 3px solid;
	padding-left: 0;
	padding-right: 30px;
}

.rtl .team-block-four .image:after {
	right: 0;
	left: 75px;
	border-top-right-radius: 0;
	border-top-left-radius: 6px;
}

.rtl .page-title .content-box {
	padding-left: 0;
	padding-right: 22px;
}

.rtl .page-title .content-box:before {
	left: auto;
	right: 0;
}

.rtl .page-title:before {
	background-image: -moz-linear-gradient(0deg, rgba(32, 22, 48, 0) 0%, #201630 100%);
	background-image: -webkit-linear-gradient(0deg, rgba(32, 22, 48, 0) 0%, #201630 100%);
	background-image: -ms-linear-gradient(0deg, rgba(32, 22, 48, 0) 0%, #201630 100%);
}

.rtl .page-title .content-box .bread-crumb li:before {
	right: auto;
	left: 0;
	content: "";
}

.rtl .page-title .content-box .bread-crumb li {
	padding-right: 0;
	margin-right: 0;
	padding-left: 15px;
	margin-left: 5px;
}

.rtl .about-section-six .experience-years-block .text {
	left: 0;
	right: auto;
}

.rtl .about-section-six .experience-years-block:before {
	background-position: -50% 80%;
}

.rtl .funfacts-section-two .inner {
	padding-left: 0;
	padding-right: 100px;
}

.rtl .funfacts-section-two.style-two .icon-box {
	right: 0;
	left: auto;
	margin-right: 30px;
	margin-left: 0;
}

.rtl .funfacts-section-two.style-two .icon-box .icon {
	text-align: right;
}

.rtl .funfacts-section-two.style-two .inner:before {
	left: 0;
	right: auto;
}

.rtl .team-details-section .contact-form .form-group i {
	right: auto;
	left: 35px;
}

.rtl .team-details-section .timeline {
	margin-left: 0;
	margin-right: 165px;
	border-left: 0;
	border-right: 1px solid #e4e8eb;
}

.rtl .team-details-section .timeline li {
	padding-left: 0;
	padding-right: 37px;
}

.rtl .team-details-section .timeline li:before {
	left: auto;
	right: -165px;
}

.rtl .team-details-section .timeline li:after {
	left: auto;
	right: -7.5px;
}

.rtl .single-team-member .social-links li a {
	border-left: 1px solid #e1e5e9;
	border-right: 0;
}

.rtl .single-team-member .social-links li:last-child a {
	border-left: 0;
}

.rtl .single-team-member .author-title {
	margin-right: 0;
	margin-left: 75px;
	border-top-right-radius: 0;
	border-top-left-radius: 6px;
}

.rtl .service-block-six .icon-box {
	left: 0;
	right: 30px;
}

.rtl .testimonial-block-six .top-content {
	margin-left: 0;
	margin-right: 30px;
	padding-left: 45px;
	padding-right: 60px;
}

.rtl .testimonial-block-six .logo {
	left: auto;
	right: -30px;
}

.rtl .testimonial-block-six .quote {
	right: auto;
	left: 40px;
}

.rtl .testimonial-block-six .author-box {
	margin-left: 0;
	padding-left: 0;
	margin-right: 90px;
	padding-right: 80px;
}

.rtl .testimonial-block-six .author-box .image {
	left: auto;
	right: 0;
}

.rtl .testimonial-block-six.style-two .top-content:before, .rtl .testimonial-block-six .top-content:before {
	left: auto;
	right: 78px;
}

.rtl .widget_categories_two .categories-list li a {
	padding: 14px 42px 13px 0px;
}

.rtl .widget_categories_two .categories-list li a:before {
	left: auto;
	right: 20px;
}

.rtl .widget_categories_two .categories-list li a span {
	right: auto;
	left: 20px;
}

.rtl .services-details .content-side .image-slide .content {
	left: 140px;
	right: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 6px;
}

.rtl .widget_brochur .widget-content {
	padding-left: 0;
	padding-right: 65px;
}

.rtl .widget_brochur .icon {
	left: auto;
	right: 0;
}

.rtl .project-details .project-info .social-links li {
	float: right;
	margin-left: 20px;
	margin-right: 0;
}

.rtl .widget_search .form-group input[type='search'] {
	padding: 10px 20px 10px 80px;
}

.rtl .widget_search button {
	left: 0;
	right: auto;
}

.rtl .widget_categories .categories-list li a {
	padding-left: 0;
	padding-right: 20px;
}

.rtl .widget_categories .categories-list li a:before {
	left: auto;
	right: 0;
}

.rtl .widget_categories .categories-list li a span {
	left: 0;
	right: auto;
}

.rtl .widget_filter-price .float-left {
	float: right !important;
}

.rtl .widget_filter-price .float-right {
	float: left !important;
}

.rtl .widget_popular-products .post-inner .post {
	padding-left: 0;
	padding-right: 100px;
}

.rtl .widget_popular-products .post-inner .post .image-box {
	right: 0;
	left: auto;
}

.rtl .widget_popular-products .post-inner .post .rating li {
	float: right;
	margin-left: 6px;
}

.rtl .float-left {
	float: right !important;
}

.rtl .float-right {
	float: left !important;
}

.rtl .single-shop-content .content-box .review-box ul {
	margin-right: 0;
	margin-left: 10px;
	padding-right: 0;
	padding-left: 10px;
	border-right: 0;
	border-left: 1px solid #e7e7e7;
}

.rtl .single-shop-content .content-box .qity {
	margin-right: 0;
	margin-left: 30px;
}

.rtl .product-tab-box .owl-theme .owl-nav .owl-prev {
	right: auto;
	left: 0;
}

.rtl .product-tab-box .owl-theme .owl-nav .owl-next {
	right: auto;
	left: 30px;
}

.rtl .review-box-holder .single-review-box {
	padding-left: 40px;
	padding-right: 135px;
}

.rtl .review-box-holder .single-review-box .image-holder {
	left: auto;
	right: 40px;
}

.rtl .product-tab-box .review-form .add-rating-box .add-rating-title {
	float: right;
}

.rtl .product-tab-box .review-form .add-rating-box .review-box {
	float: right;
	margin-right: 15px;
}

.rtl .myaccount-section .register-inner .text {
	right: auto;
	left: 0;
}

.rtl .myaccount-section .login-inner .other-option {
	right: auto;
	left: 0;
}

.rtl .contact-info-block .icon-box {
	padding-left: 0;
	padding-right: 70px;
}

.rtl .contact-info-block .icon {
	right: 0;
	left: auto;
}

.rtl .contact-info-block-two .inner-box {
	padding-left: 30px;
	padding-right: 115px;
}

.rtl .contact-info-block-two .icon {
	left: auto;
	right: 35px;
}

.rtl .contact-section.style-five .left-column .inner-container {
	margin-right: auto;
	margin-left: 0;
}

.rtl .contact-section.style-five .contact-form-box {
	margin-left: 0;
	margin-right: -35px;
}

.rtl .contact-info-block-three .inner-box {
	padding-left: 0;
	padding-right: 80px;
}

.rtl .contact-info-block-three .icon {
	left: auto;
	right: 0;
}

.rtl .contact-details-section-three .wrapper-box {
	direction: ltr;
}

.rtl .faq-section-two form button {
	right: auto;
	left: 0;
}

.rtl .pricing-block-three h4:before {
	left: auto;
	right: 0;
}

.rtl .pricing-block-three .price span {
	right: auto;
	left: 0;
}

.rtl .pricing-block-three .ribbon {
	right: auto;
	left: 40px;
}

.rtl .widget_tag_cloud ul li {
	float: right;
}

.rtl .widget_popular_post .post .post-thumb {
	left: auto;
	right: 0;
}

.rtl .widget_popular_post .post {
	padding-left: 0;
	padding-right: 90px;
}

.rtl .news-block-six .post-meta li i {
	margin-right: 0;
	margin-left: 5px;
}

.rtl .news-block-six .social-links {
	right: auto;
	left: 60px;
}

.rtl .hidden-sidebar-close {
	left: 40px;
	right: auto;
}

.rtl .hidden-sidebar .news-widget .post-wrapper {
	padding-left: 0;
	padding-right: 100px;
}

.rtl .hidden-sidebar .news-widget .image {
	left: auto;
	right: 0;
}

.rtl .blog-single-post .share-icon .social-links a i {
	margin-right: 0;
	margin-left: 10px;
}

.rtl .blog-single-post .author-box {
	padding-left: 40px;
	padding-right: 170px;
}

.rtl .blog-single-post .author-box .image {
	right: 40px;
}

.rtl .blog-post-pagination .next-post {
	text-align: left;
}

.rtl .blog-post-pagination .next-post .image-box {
	padding-left: 90px;
	padding-right: 0;
}

.rtl .blog-post-pagination .next-post .image-box img {
	right: auto;
	left: 0;
}

.rtl .blog-post-pagination .prev-post .image-box {
	padding-left: 0;
	padding-right: 90px;
}

.rtl .blog-post-pagination .prev-post .image-box img {
	left: auto;
	right: 0;
}

.rtl .comments-area .comment {
	padding-left: 0;
	padding-right: 110px;
}

.rtl .comments-area .comment-box .author-thumb {
	left: auto;
	right: 0;
}

.rtl .comment-form .note input {
	margin-right: 0;
	margin-left: 7px;
}

/*** 

====================================================================
    Reset
====================================================================

 ***/
* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 100%;
	line-height: inherit;
}

:root {
	--fira-sans: "PT Sans", sans-serif;
}

/*** 

====================================================================
    Global Settings
====================================================================

 ***/
.page-wrapper {
	position: relative;
	width: 100%;
	min-width: 300px;
	z-index: 9;
	margin: 0px auto;
	overflow: hidden;
}

body {
	font-size: 16px;
	color: #0000cd;
	line-height: 1.7em;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	font-family: "PT Sans", sans-serif;
	background: #fff;
}

body p, body li {
	color: #232629;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover, a:focus, a:visited {
	text-decoration: none !important;
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-weight: 400;
	font-family: "Biryani", sans-serif;
	line-height: 1.25em;
	margin: 0px;
	background: none;
}

.h3, h3 {
	font-size: 1.25rem;
}

textarea {
	overflow: hidden;
}

button {
	outline: none !important;
	cursor: pointer;
}

p, .text {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 400;
	margin: 0px 0px 15px;
}

::-webkit-input-placeholder {
	color: inherit;
}

::-moz-input-placeholder {
	color: inherit;
}

::-ms-input-placeholder {
	color: inherit;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
	box-shadow: none;
	outline: none;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
	background-color: inherit;
	border-color: inherit;
	color: inherit;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	z-index: 9;
	overflow: hidden;
}

.auto-container {
	position: static;
	max-width: 1300px;
	padding: 0px 15px;
	margin: 0 auto;
}

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

figure {
	margin-bottom: 0;
}

.theme-btn {
	display: inline-block;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.theme-btn i {
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}

.centered {
	text-align: center !important;
}

.gray-bg {
	background-color: #f4f4f4 !important;
}

.light-bg {
	background-color: #fff !important;
}

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

.dropdown-toggle::after {
	display: none;
}

.fa {
	line-height: inherit;
}

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/icons/preloader.svg");
}

.preloader.nitro-lazy {
	background-image: none !important;
}

.style-two .preloader {
	background-image: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/icons/preloader-2.svg");
}

.style-two .preloader.nitro-lazy {
	background-image: none !important;
}

.style-three .preloader {
	background-image: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/icons/preloader-3.svg");
}

.style-three .preloader.nitro-lazy {
	background-image: none !important;
}

.style-four .preloader {
	background-image: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/icons/preloader-4.svg");
}

.style-four .preloader.nitro-lazy {
	background-image: none !important;
}

.style-five .preloader {
	background-image: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/icons/preloader-5.svg");
}

.style-five .preloader.nitro-lazy {
	background-image: none !important;
}

.preloader-close {
	position: fixed;
	z-index: 999999;
	color: #fff;
	padding: 10px 20px;
	cursor: pointer;
	right: 0;
	bottom: 0;
	font-weight: 600;
}

.loader-wrap {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
}

.loader-wrap .layer-one {
	position: absolute;
	left: 0%;
	top: 0;
	width: 33.3333%;
	height: 100%;
	overflow: hidden;
}

.loader-wrap .layer-two {
	position: absolute;
	left: 33.3333%;
	top: 0;
	width: 33.3333%;
	height: 100%;
	overflow: hidden;
}

.loader-wrap .layer-three {
	position: absolute;
	left: 66.6666%;
	top: 0;
	width: 33.3333%;
	height: 100%;
	overflow: hidden;
}

.loader-wrap .layer .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0a273d;
}

.owl-nav, .owl-dots {
	display: none;
}

/* Btn style */
.theme-btn {
	display: inline-block;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

/*Btn Style One*/
.btn-style-one {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	border-radius: 30px;
	overflow: hidden;
	vertical-align: middle;
	background-color: transparent;
}

.btn-style-one:hover {
	color: #fff;
	background: transparent;
}

.btn-style-one .btn-title {
	position: relative;
	display: block;
	z-index: 1;
	font-family: "PT Sans", sans-serif;
	padding: 10px 50px;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	border-radius: 25px;
	overflow: hidden;
}

.btn-style-one:hover .btn-title {
	color: #fff;
}

.btn-style-one .btn-title::before {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #222;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	transition: transform 500ms cubic-bezier(.86, 0, .07, 1) 0s, -webkit-transform 500ms 0s;
}

.btn-style-one:hover .btn-title:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

.btn-style-one .btn-title i {
	margin-right: 10px;
	font-size: 24px;
	line-height: 1em;
	top: 4px;
}

/*Btn Style Two*/
.btn-style-two {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	border-radius: 30px;
	overflow: hidden;
	vertical-align: middle;
	background-color: transparent;
}

.btn-style-two:hover {
	color: #fff;
}

.btn-style-two .btn-title {
	position: relative;
	display: block;
	z-index: 1;
	font-family: "PT Sans", sans-serif;
	padding: 10px 50px;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	border-radius: 25px;
	overflow: hidden;
	background: #fff;
}

.btn-style-two:hover .btn-title {
	color: #fff;
}

.btn-style-two .btn-title::before {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #222;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	transition: transform 500ms cubic-bezier(.86, 0, .07, 1) 0s, -webkit-transform 500ms 0s;
}

.btn-style-two:hover .btn-title:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

.btn-style-two .btn-title i {
	margin-right: 10px;
	font-size: 24px;
	line-height: 1em;
	top: 4px;
}

/* Btn Style Four */
.btn-style-four {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	text-transform: capitalize;
	border-radius: 6px;
	overflow: hidden;
	vertical-align: middle;
	background-color: transparent;
	background-size: 200% auto;
}

.btn-style-four .btn-title {
	position: relative;
	display: block;
	z-index: 1;
	font-family: "PT Sans", sans-serif;
	padding: 13px 40px;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	border-radius: 6px;
	overflow: hidden;
}

.btn-style-four:hover .btn-title {
	color: #fff;
}

.btn-style-four .btn-title::before {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #222;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	transition: transform 500ms cubic-bezier(.86, 0, .07, 1) 0s, -webkit-transform 500ms 0s;
}

.btn-style-four:hover .btn-title:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

.btn-style-four .btn-title i {
	margin-right: 10px;
	font-size: 24px;
	line-height: 1em;
	top: 4px;
}

/* Btn Style Five */
.btn-style-five {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	text-transform: capitalize;
	border-radius: 6px;
	overflow: hidden;
	vertical-align: middle;
	border: 1px solid;
}

.btn-style-five:hover {
	border-color: #222;
}

.btn-style-five .btn-title {
	position: relative;
	display: block;
	z-index: 1;
	font-family: "PT Sans", sans-serif;
	padding: 13px 40px;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	border-radius: 6px;
	overflow: hidden;
}

.btn-style-five:hover .btn-title {
	color: #fff;
}

.btn-style-five .btn-title::before {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #222;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	transition: transform 500ms cubic-bezier(.86, 0, .07, 1) 0s, -webkit-transform 500ms 0s;
}

.btn-style-five:hover .btn-title:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

.btn-style-five .btn-title i {
	margin-right: 10px;
	font-size: 24px;
	line-height: 1em;
	top: 4px;
}

/* Header Style */
.main-header {
	position: relative;
	display: block;
	width: 100%;
	z-index: 9999;
	top: 0px;
	left: 0px;
	background: none;
}

.main-header .header-top {
	position: relative;
	color: #fff;
	background: #201630;
	padding: 20px 0 0px 0;
}

.main-header .header-top .inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.main-header .header-top .text {
	position: relative;
	margin-bottom: 0px;
	font-weight: 600;
}

.main-header .header-top .text span {
	margin-right: 10px;
	line-height: 1em;
	padding: 2px 10px;
	border-radius: 11px;
}

.header-top .top-left, .header-top .top-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header-top .contact-info {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header-top .contact-info li {
	margin-right: 20px;
	font-size: 16px;
	font-weight: 500;
}

.header-top .contact-info li a {
	color: #0000cd;
}

.header-top .contact-info li i {
	margin-right: 10px;
}

.header-top.style-two .contact-info li i {
	color: #fff !important;
}

.main-header .header-top .language {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0px;
}

.bootstrap-select .dropdown-menu li {
	width: 100%;
}

.bootstrap-select .dropdown-menu li.active a span.text {
	color: #fff;
}

.main-header .header-top .language span {
	color: #3d6376;
	margin: 1px 8px 0px 0px;
}

.header-top .language .language-switcher .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 83px;
}

.header-top .language .language-switcher button {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	top: -2px;
	border-radius: 4px;
	padding: 0px 10px 0px 0px;
	background: transparent;
	border-width: initial;
	border-style: initial;
	border-color: transparent;
	-o-border-image: initial;
	border-image: initial;
	height: auto;
}

.header-top .language .language-switcher .dropdown-toggle .filter-option::after {
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	content: "";
	font-size: 15px;
	color: #fff;
	right: 0px;
	top: 1px;
}

.header-top .contact-info-two {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header-top .contact-info-two li {
	margin-right: 20px;
	font-size: 16px;
	font-weight: 500;
	border-right: 1px solid rgba(255, 255, 255, .5);
	padding-right: 20px;
	line-height: 1.2em;
}

.header-top .contact-info-two li a {
	color: #fff;
}

.header-top .contact-info-two li i {
	margin-right: 10px;
}

.header-top .social-links {
	position: relative;
}

.header-top .social-links li {
	float: left;
}

.header-top .social-links li+li {
	margin-left: 20px;
}

.header-top .social-links li a {
	color: #fff;
	font-size: 14px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.header-top .social-links li a:hover {
	color: #202020;
}

/* Header Upper */
.main-header .header-upper {
	position: relative;
	border-top: 1px solid #e5e5e5;
}

.main-header .header-upper .inner-container {
	position: relative;
	min-height: 80px;
}

.main-header .header-upper .logo-box {
	float: left;
	z-index: 10;
}

.main-header .header-upper .logo-box .logo {
	position: relative;
	display: block;
	text-align: center;
	padding: 22px 0px;
}

.main-header .nav-outer {
	position: relative;
	z-index: 1;
	float: right;
}

.navbar-right-info {
	float: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 25px 0px 25px 40px;
}

.navbar-right-info .search-toggler {
	position: relative;
	background-color: transparent;
	font-size: 25px;
}

.navbar-right-info .sidemenu-nav-toggler {
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin-left: 30px;
	cursor: pointer;
	border-radius: 50%;
}

.navbar-right-info .faq-btn {
	position: relative;
	border-left: 1px solid #d0d0d0;
	margin-right: 40px;
	padding: 11px 0;
	padding-left: 20px;
}

.navbar-right-info .faq-btn a {
	position: relative;
	font-size: 17px;
	font-weight: 700;
	color: #202020;
}

.navbar-right-info .faq-btn a span {
	margin-right: 8px;
}

.navbar-right-info .link-btn {
	margin-right: 30px;
}

.shopping-cart {
	position: relative;
	font-size: 24px;
	margin-left: 20px;
	color: #202020;
	padding-right: 10px;
}

.shopping-cart .count {
	position: absolute;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	width: 18px;
	height: 18px;
	display: inline-block;
	text-align: center;
	line-height: 18px;
	border-radius: 50%;
	font-family: var(--fira-sans);
	top: 0;
	right: 0;
}

.main-header .nav-outer .main-menu {
	position: relative;
	float: left;
}

.main-menu .navbar-collapse {
	padding: 0px;
	display: block !important;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
	margin-left: 30px;
	margin-top: 20px;
}

.main-menu .navigation>li {
	position: relative;
	float: left;
	padding: 10px 0px;
	margin-right: 40px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
	margin-right: 0px;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	text-transform: capitalize;
	font-family: "Biryani", sans-serif;
	color: #201630;
	padding: 3px 0px;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li>a:before {
	position: absolute;
	content: "";
	left: 0px;
	bottom: 0;
	width: 0px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li:hover>a:before, .main-menu .navigation>li.current>a:before {
	width: 100%;
}

.main-menu .navigation>li.dropdown {
	padding-right: 14px;
}

.main-menu .navigation>li.dropdown>a:after {
	font-family: "Font Awesome 5 Pro";
	content: "";
	position: absolute;
	right: -15px;
	top: 3px;
	display: block;
	line-height: 30px;
	font-size: 15px;
	text-align: center;
	z-index: 5;
	font-weight: 400;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	min-width: 250px;
	z-index: 100;
	display: none;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0px;
	border-top: 2px solid;
	background-color: #0000cd;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	transition: .5s;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0px 5px 1px rgba(0, 0, 0, .05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0px 5px 1px rgba(0, 0, 0, .05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0px 5px 1px rgba(0, 0, 0, .05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0px 5px 1px rgba(0, 0, 0, .05);
}

.main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	padding: 0 40px;
}

.main-menu .navigation>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li:before {
	position: absolute;
	content: "";
	right: 0px;
	top: 0px;
	width: 0%;
	height: 100%;
	display: block;
	-webkit-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 12.5px 0;
	border-bottom: 1px solid #6b6b6b;
	line-height: 24px;
	font-weight: 400;
	font-family: var(--fira-sans);
	font-size: 16px;
	text-transform: capitalize;
	color: #fff;
	text-align: left;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:last-child>a {
	border-bottom: 0px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	content: "+";
	position: absolute;
	right: 0;
	top: 11px;
	display: block;
	line-height: 24px;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: 250px;
	z-index: 100;
	display: none;
	padding: 10px 0px;
	border-top: 2px solid;
	background-color: #201630;
	transition: .5s;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
}

.main-menu .navigation>li>ul>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
	padding: 0 40px;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	width: 0%;
	height: 100%;
	display: block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover:before {}

.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 12px 0;
	line-height: 24px;
	font-weight: 600;
	font-family: var(--fira-sans);
	border-bottom: 1px solid #41394f;
	font-size: 16px;
	text-transform: capitalize;
	color: #fff;
	text-align: left;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
	border-bottom: 0;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
	font-family: "Font Awesome 5 Pro";
	content: "";
	position: absolute;
	right: 16px;
	top: 12px;
	display: block;
	line-height: 24px;
	font-size: 16px;
	font-weight: 900;
	z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation>li:nth-last-child(-n+3)>ul>li>ul {
	left: auto;
	right: 100%;
}

.main-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 34px;
	height: 30px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	cursor: pointer;
	z-index: 5;
	display: none;
}

.main-menu .navigation > li:nth-last-child(-n+2) > ul {
	left: auto;
	right: 0;
}

.main-menu .navigation > li:nth-last-child(-n+2) > ul > li > ul {
	left: auto;
	right: 100%;
}

.main-header.header-style-one .sticky-header {
	background: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

/* Header Style Two */
.header-style-two .header-upper .auto-container, .header-style-two .header-top .auto-container {
	max-width: 1590px;
}

.header-style-two .main-menu .navigation>li {
	padding: 15px 0px;
}

.main-header.header-style-two .header-upper .logo-box .logo {
	padding: 25px 0px;
}

.header-top.style-two:before {
	position: absolute;
	content: "";
	right: -50px;
	width: 35%;
	height: 100%;
	background: #ff5c2e;
	top: 0;
	-webkit-transform: skewX(-40deg);
	-ms-transform: skewX(-40deg);
	transform: skewX(-40deg);
}

.main-header.header-style-two .sticky-header {
	background: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	-o-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

/* Header Style Three */
.main-header.header-style-three .header-top .language {
	margin-right: 15px;
	border-right: 1px solid rgba(255, 255, 255, .22);
	padding-right: 15px;
}

.main-header.header-style-three .header-top .contact-info li+li {
	padding-left: 15px;
	border-left: 1px solid rgba(255, 255, 255, .22);
}

.header-top-two {
	position: relative;
	background-image: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/shape/pattern-9.png");
	padding: 11.5px 0;
}

.header-top-two.nitro-lazy {
	background-image: none !important;
}

.header-top-two .wrapper-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-top-two .text {
	position: relative;
	font-size: 16px;
	color: #0000cd;
	margin-bottom: 0;
}

.header-top-two .text i {
	font-size: 20px;
	margin-right: 10px;
	position: relative;
	top: 2px;
}

.header-top-two .text span {
	margin-left: 10px;
}

.header-top-two .search-toggler {
	font-size: 20px;
	background: transparent;
	margin-left: 30px;
	color: #201630;
}

.main-header.header-style-three {
	position: absolute;
}

.main-header.header-style-three .header-upper .inner-container {
	border: 0;
}

.main-header.header-style-three .header-upper .auto-container {
	max-width: 1375px;
}

.main-header.header-style-three .header-upper .inner-container {
	background: #201630;
	padding: 0 90px;
}

.main-header.header-style-three .main-menu .navigation>li>a {
	color: #fff;
}

.main-header.header-style-three .navbar-right-info .link-btn {
	margin-right: 0;
}

.main-header.header-style-three .header-upper .logo-box .logo {
	padding: 20px 0;
}

.main-header.header-style-three .navbar-right-info {
	margin: 25px 0px 25px 40px;
}

.main-header.header-style-three .main-menu .navigation>li {
	padding: 10px 0;
}

.main-header.header-style-three .shopping-cart {
	color: #fff;
	margin-left: 0;
	margin-right: 20px;
}

.main-header.header-style-three .btn-style-one {
	border-radius: 20px;
}

.main-header.header-style-three .btn-style-one .btn-title {
	padding: 8px 26px;
}

.main-header.header-style-three .btn-style-one .btn-title::before {
	background: #fff;
}

/* Header Style Four */
.main-header.header-style-four {
	position: absolute;
	top: 0;
	left: 0;
}

.main-header .header-top.style-four {
	background: transparent;
}

.header-top.style-four .contact-info li a {
	color: #0000cd;
	font-size: 18px;
}

.header-top.style-four .top-right .text {
	color: #0000cd;
	font-weight: 500;
}

.header-top.style-four .top-right .text i {
	margin-right: 10px;
}

.main-header .header-top.style-four .text span {
	background: transparent;
	margin: 0;
	margin-left: 10px;
	padding: 0;
}

.header-top.style-four .contact-info li i {
	font-size: 18px;
	font-weight: normal;
}

/* Header Middle */
.header-middle {
	position: relative;
}

.header-middle .outer-box {
	margin: 0 -50px;
}

.header-middle .wrapper-box {
	position: relative;
	background: #132252;
	padding: 22px 50px 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.header-middle .logo {
	background: #fff;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 10px 30px;
}

.header-middle .contact-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 5px;
}

.header-middle .icon-box {
	position: relative;
	padding-left: 50px;
	margin-right: 25px;
	padding-right: 25px;
	margin-bottom: 20px;
}

.header-middle .icon-box:before {
	position: absolute;
	content: "";
	right: 0;
	top: 5px;
	width: 1px;
	height: 40px;
	background-color: rgba(255, 255, 255, .3);
}

.header-middle .icon-box:last-child:before {
	display: none;
}

.header-middle .icon-box .icon {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 35px;
	line-height: 45px;
}

.header-middle .icon-box h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}

.header-middle .icon-box .text {
	color: #fff;
	margin-bottom: 0;
}

.header-middle .btn-style-one {
	background: transparent;
	border: 2px solid;
	margin-top: 3px;
	overflow: visible;
}

.header-middle .btn-style-one:before {
	position: absolute;
	content: "";
	left: 35px;
	bottom: -13px;
	width: 12px;
	height: 13px;
	background-image: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/icons/icon-33.png");
}

.header-middle .btn-style-one .btn-title {
	padding: 5px 25px;
}

.main-header.header-style-four .nav-outer {
	width: 100%;
	background: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-box-shadow: 0px 27px 50px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 27px 50px 0px rgba(0, 0, 0, .1);
	padding: 0 50px;
}

.main-header.header-style-four .header-upper {
	border-top: 0;
}

.main-header.header-style-four .header-upper .inner-container {
	margin: 0 -50px;
	min-height: 70px;
}

.header-style-four .main-menu .navigation {
	margin-left: 0;
	margin-top: 0;
}

.header-style-four .main-menu .navigation>li {
	padding: 17px 0;
}

.header-style-four .main-menu .navigation>li>a {
	font-size: 17px;
	font-weight: 700;
}

.header-style-four .main-menu .navigation>li>a:before {
	display: none;
}

.header-style-four .main-menu .navigation>li.dropdown>a:after {
	display: none;
}

.header-style-four .main-menu .navigation>li.dropdown {
	padding-right: 0;
}

.header-style-four .navbar-right-info {
	margin: 0;
}

.header-style-four .shopping-cart {
	margin: 0 30px;
	padding: 21px 0;
	padding-right: 10px;
}

.header-style-four .shopping-cart:before {
	position: absolute;
	content: "";
	left: -15px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #e4e7ee;
}

.header-style-four .shopping-cart:after {
	position: absolute;
	content: "";
	right: -15px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #e4e7ee;
}

.header-style-four .shopping-cart .count {
	top: 22px;
}

.header-upper .social-links {
	position: relative;
}

.header-upper .social-links li {
	float: left;
}

.header-upper .social-links li+li {
	margin-left: 20px;
}

.header-upper .social-links li a {
	color: #0000cd;
	font-size: 14px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

/* Header Style Five */
.main-header.header-style-five {
	position: relative;
	top: 0;
	left: 0;
	background: #fff;
}

.main-header.header-style-five .auto-container {
	max-width: 100%;
	padding: 0 45px;
}

.main-header.header-style-five .header-top {
	background: transparent;
}

.main-header.header-style-five .header-top .language {
	margin-right: 15px;
	border-right: 1px solid rgba(255, 255, 255, .22);
	padding-right: 15px;
}

.main-header.header-style-five .header-top .contact-info li i, .main-header.header-style-five .header-top .language span {
	color: #0000cd;
}

.main-header.header-style-five .header-top .contact-info li+li {
	padding-left: 0px;
	border-left: none;
}

.main-header.header-style-five .sidemenu-nav-toggler {
	position: absolute;
	top: 25px;
	left: 0;
	padding: 9px 0;
	padding-right: 30px;
	border-right: 1px solid rgba(255, 255, 255, .2);
	background: transparent;
	cursor: pointer;
}

.main-header.header-style-five .header-upper .logo-box {
	padding-left: 0px;
}

.main-header.header-style-five .header-upper {
	border: 0px;
}

.main-header.header-style-five .header-upper .inner-container {
	border-top: 1px solid rgba(255, 255, 255, .2);
}

.main-header.header-style-five .header-upper .btn-style-one {
	background: transparent;
	border: 2px solid #fff;
	margin-top: 3px;
	overflow: visible;
}

.main-header.header-style-five .header-upper .btn-style-one:before {
	position: absolute;
	content: "";
	left: 35px;
	bottom: -13px;
	width: 12px;
	height: 13px;
}

.main-header.header-style-five .header-upper .btn-style-one .btn-title {
	padding: 3px 25px;
}

.main-header.header-style-five .navbar-right-info .search-toggler {
	color: #0000cd;
	margin-right: 0px;
	padding-left: 20px;
	border-left: 1px solid #0000cd;
}

.main-header.header-style-five .main-menu .navigation>li>a {
	color: #0000cd;
}

.main-header.header-style-five .main-menu .navigation>li>a:hover {
	color: #fb9a27;
}

.main-header.header-style-five .main-menu .navigation>li.current-menu-item a, .main-header.header-style-five .main-menu .navigation>li.current-menu-ancestor a {
	color: #fb9a27;
}

.main-header.header-style-five .main-menu .navigation>li.current-menu-ancestor>ul>li a {
	color: #fff;
}

.main-header.header-style-five .main-menu .navigation>li>ul>li:hover a {
	color: #fb9a27 !important;
}

.main-header.header-style-five .navbar-right-info .link-btn {
	margin-right: 0;
}

.main-header.header-style-five .header-upper .logo-box .logo {
	padding: 12px 0 12px 0;
	width: 370px;
}

.main-header.header-style-five .navbar-right-info {
	margin: 23px 0 0 8px;
}

.main-header.header-style-five .navbar-right-info .search-toggler {
	border: none !important;
}

.main-header.header-style-five .main-menu .navigation>li {
	padding: 10px 0;
}

.main-header.header-style-five .shopping-cart {
	color: #fff;
	margin-left: 0;
	margin-right: 20px;
}

.main-header.header-style-five .btn-style-one {
	border-radius: 0px;
}

.main-header.header-style-five .btn-style-one:hover {
	background: #fff;
	color: #0000cd;
}

.main-header.header-style-five .header-upper .btn-style-one:hover .btn-title {
	color: #0000cd;
}

.main-header.header-style-five .btn-style-one .btn-title {
	padding: 8px 26px;
}

.main-header.header-style-five .btn-style-one .btn-title::before {
	display: none;
}

.main-header.header-style-five .sticky-header {
	background: #fff;
}

/*** 

====================================================================
    Search Popup
====================================================================

***/
.search-popup {
	position: fixed;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	overflow: auto;
	background: rgba(0, 0, 0, .9);
	-webkit-transform: translateY(101%);
	-ms-transform: translateY(101%);
	transform: translateY(101%);
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
}

.search-popup.popup-visible {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	visibility: visible;
	opacity: 1;
}

.search-popup .overlay-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
}

.search-popup .close-search {
	position: absolute;
	right: 25px;
	top: 25px;
	font-size: 22px;
	color: #fff;
	cursor: pointer;
	z-index: 5;
}

.search-popup .close-search:hover {
	opacity: .7;
}

.search-popup .search-form {
	position: relative;
	padding: 0px 15px 0px;
	max-width: 1024px;
	margin: 0 auto;
	margin-top: 16%;
	margin-bottom: 0px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.search-popup .search-form fieldset {
	position: relative;
	border: 7px solid rgba(255, 255, 255, .5);
	border-radius: 12px;
}

.search-popup .search-form fieldset input[type="search"] {
	position: relative;
	height: 70px;
	padding: 20px 220px 20px 30px;
	background: #fff;
	line-height: 30px;
	font-size: 24px;
	color: #233145;
	border-radius: 7px;
}

.search-popup .search-form fieldset input[type="submit"] {
	position: absolute;
	display: block;
	right: 0px;
	top: 0px;
	text-align: center;
	width: 220px;
	height: 70px;
	padding: 20px 10px 20px 10px;
	color: #fff !important;
	line-height: 30px;
	font-size: 20px;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 0px 7px 7px 0px;
}

.search-popup h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
	letter-spacing: 1px;
	text-align: center;
}

.search-popup .recent-searches {
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.search-popup .recent-searches li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
	display: block;
	line-height: 24px;
	border: 1px solid #fff;
	padding: 7px 15px;
	color: #fff;
	border-radius: 3px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.search-popup .search-form fieldset input[type="search"]:focus {
	border-color: #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*** 

====================================================================
                Sticky Header
====================================================================

***/
.sticky-header {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	z-index: -1;
	-webkit-transition: top 300ms ease;
	-o-transition: top 300ms ease;
	transition: top 300ms ease;
}

.fixed-header .sticky-header {
	opacity: 1;
	z-index: 99901;
	visibility: visible;
}

/*** 

====================================================================
            Mobile Menu
====================================================================

***/
.nav-outer .mobile-nav-toggler {
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	border-radius: 50%;
	float: right;
	margin: 13px 0;
	margin-left: 15px;
	display: none;
}

.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .mCSB_scrollTools {
	right: -6px;
}

.mobile-menu .mCSB_inside>.mCSB_container {
	margin-right: 5px;
}

.mobile-menu .navbar-collapse {
	display: block !important;
}

.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
	margin-bottom: 100px;
}

.mobile-menu-visible {
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: .7;
	visibility: visible;
	-webkit-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #202020;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn {
	position: absolute;
	right: 20px;
	top: 15px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all .9s ease;
	-o-transition: all .9s ease;
	transition: all .9s ease;
}

.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
}

.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
	font-size: 15px;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
	height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	background: rgba(255, 255, 255, .1);
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-menu .navigation li>ul, .mobile-menu .navigation li>ul>li>ul {
	display: none;
}

.mobile-menu .social-links {
	position: relative;
	text-align: center;
	padding: 30px 25px;
}

.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

/* Hidden Bar */
.hidden-sidebar {
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 9999;
	width: 100%;
	max-width: 470px;
	background: #fff;
	height: 100%;
	padding: 40px 45px;
	overflow: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hidden-sidebar-close {
	position: absolute;
	top: 40px;
	right: 40px;
	font-size: 30px;
	cursor: pointer;
}

.hidden-sidebar .logo {
	padding-bottom: 30px;
	margin-bottom: 50px;
	border-bottom: 1px solid #e7e7e7;
}

.hidden-sidebar .wrapper-box {
	height: 100%;
}

.hidden-sidebar .sidebar-widget {
	margin-bottom: 50px;
}

.hidden-sidebar .about-widget-two {
	position: relative;
}

.hidden-sidebar .about-widget-two h3 {
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 28px;
}

.hidden-sidebar .news-widget {
	position: relative;
}

.hidden-sidebar .widget-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px;
}

.hidden-sidebar .news-widget .post-wrapper {
	position: relative;
	padding-left: 110px;
	margin-top: -10px;
	margin-bottom: 50px;
}

.hidden-sidebar .news-widget .post-wrapper:last-child {
	margin-bottom: 0px;
}

.hidden-sidebar .news-widget .image {
	position: absolute;
	left: 0;
	top: 10px;
	width: 90px;
}

.hidden-sidebar .news-widget .category {
	font-size: 13px;
	color: #282828;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 4px;
}

.hidden-sidebar .news-widget h4 {
	font-size: 18px;
	font-weight: 700;
}

.hidden-sidebar .news-widget h4 a {
	color: #282828;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.hidden-sidebar .newsletter-widget {
	position: relative;
	margin-bottom: 50px;
}

.hidden-sidebar .newsletter-widget input[type="email"] {
	position: relative;
	border: 1px solid #e7e7e7;
	padding: 13px 20px;
	width: 100%;
	margin-bottom: 10px;
}

.hidden-sidebar .newsletter-widget .theme-btn i {
	font-size: 13px;
	margin-right: 10px;
}

.nav-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 99999;
	width: 100%;
	display: none;
	background: rgba(20, 20, 20, .7);
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	cursor: none;
}

/* Cursor Style */
.cursor {
	position: absolute;
	background-color: #fff;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	z-index: 1;
	z-index: 10000;
	-webkit-transition: .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .3s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
	transition: .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .3s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
	transition: .3s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity;
	transition: .3s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .3s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
	-o-transition: .3s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	visibility: hidden;
}

.cursor {
	visibility: visible;
}

.cursor.active {
	opacity: .5;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.cursor.hovered {
	opacity: .08;
}

.cursor-follower {
	position: absolute;
	background-color: rgba(255, 255, 255, .3);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	z-index: 1;
	z-index: 10000;
	-webkit-transition: .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .6s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
	transition: .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .6s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
	transition: .6s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity;
	transition: .6s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity, .6s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
	-o-transition: .6s cubic-bezier(.75, -1.27, .3, 2.33) transform, .2s cubic-bezier(.75, -.27, .3, 1.33) opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	visibility: hidden;
}

.cursor-follower {
	visibility: visible;
}

.cursor-follower.active {
	opacity: .7;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.cursor-follower.hovered {
	opacity: .08;
}

.cursor-follower.close-cursor:before {
	position: absolute;
	content: "";
	height: 25px;
	width: 2px;
	background: #fff;
	left: 48%;
	top: 12px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: inline-block;
}

.cursor-follower.close-cursor:after {
	position: absolute;
	content: "";
	height: 25px;
	width: 2px;
	background: #fff;
	right: 48%;
	top: 12px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Banner Section */
.banner-section {
	position: relative;
}

.banner-section.style-three {
	margin-top: 102px;
}

.banner-carousel {
	position: relative;
	display: block;
	z-index: 1;
}

.banner-carousel .slide-item {
	position: relative;
	display: block;
	background-color: #fff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

.banner-carousel .slide-item .image-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-size: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	background-repeat: no-repeat;
	background-position: center center;
}

.banner-carousel .active .slide-item .image-layer {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 7000ms linear 0s;
	-o-transition: all 7000ms linear 0s;
	transition: all 7000ms linear 0s;
}

.banner-carousel .content-box {
	position: relative;
	z-index: 5;
	min-height: 960px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0px auto;
	padding: 0px 0px 0 40px;
}

.banner-carousel .content-box.text-al-right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.banner-carousel .content-box h3 {
	display: block;
	font-size: 22px;
	line-height: 1.15em;
	color: #fff;
	font-weight: 500;
	opacity: 1;
	margin-bottom: 30px;
	letter-spacing: 0px;
	text-transform: capitalize;
	font-family: inherit;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, .5);
}

.banner-carousel .active .content-box h3 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.banner-carousel .content-box h2 {
	display: block;
	font-size: 80px;
	line-height: 1.15em;
	color: #fff;
	font-weight: 800;
	opacity: 1;
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
	text-transform: uppercase;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}

.banner-carousel .active .content-box h2 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 800ms;
	-moz-transition-delay: 800ms;
	-ms-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
}

.banner-carousel .content-box h2:before {
	position: absolute;
	content: "";
	left: 0px;
	bottom: 5px;
	height: 1px;
	right: 100px;
	background-color: #fff;
}

.banner-carousel .content-box h2::after {
	position: absolute;
	content: "";
	left: 0px;
	bottom: 0px;
	height: 1px;
	right: 160px;
	background-color: #fff;
}

.banner-carousel .content-box.style-two {
	width: 100%;
}

.banner-carousel .content-box.style-two>div {
	display: block;
	width: 100%;
}

.banner-carousel .content-box.style-two h2 {
	font-size: 100px;
	margin-bottom: 0;
	padding-bottom: 20px;
}

.banner-carousel .content-box.style-two h2:after, .banner-carousel .content-box.style-two h2:before {
	display: none;
}

.banner-carousel .content-box .video-wrapper {
	position: relative;
}

.banner-carousel .content-box .border-shape-left {
	position: absolute;
	left: 0;
	width: 50%;
	top: 57px;
}

.banner-carousel .content-box .border-shape-left:before {
	position: absolute;
	content: "";
	left: 0px;
	bottom: 5px;
	height: 1px;
	right: 80px;
	background-color: #fff;
}

.banner-carousel .content-box .border-shape-left:after {
	position: absolute;
	content: "";
	left: 0px;
	bottom: 0px;
	height: 1px;
	right: 140px;
	background-color: #fff;
}

.banner-carousel .content-box .border-shape-right {
	position: absolute;
	right: 0;
	width: 50%;
	top: 57px;
}

.banner-carousel .content-box .border-shape-right:before {
	position: absolute;
	content: "";
	right: 0px;
	bottom: 5px;
	height: 1px;
	left: 80px;
	background-color: #fff;
}

.banner-carousel .content-box .border-shape-right:after {
	position: absolute;
	content: "";
	right: 0px;
	bottom: 0px;
	height: 1px;
	left: 140px;
	background-color: #fff;
}

.banner-carousel .default-video-box {
	position: relative;
	padding: 22px;
	width: 124px;
	margin: 0 auto;
	margin-bottom: 40px;
	opacity: 0;
	z-index: 5;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	transition: all 1200ms ease;
}

.banner-carousel .active .default-video-box {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-carousel .default-video-box:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	opacity: .35;
	border-radius: 50%;
}

.banner-carousel .default-video-box a {
	position: relative;
	width: 80px;
	height: 80px;
	background: #fff;
	line-height: 80px;
	border-radius: 50%;
	font-size: 30px;
	text-align: center;
	display: inline-block;
}

.banner-carousel .content-box .text {
	display: block;
	font-size: 20px;
	line-height: 1.6em;
	color: #fff;
	margin: 0px auto 35px;
	font-weight: 400;
	opacity: 0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 1200ms ease;
	-moz-transition: all 1200ms ease;
	-ms-transition: all 1200ms ease;
	-o-transition: all 1200ms ease;
	transition: all 1200ms ease;
}

.banner-carousel .active .content-box .text {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-carousel .content-box .btn-box {
	position: relative;
	z-index: 5;
	opacity: 1;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 1600ms ease;
	-moz-transition: all 1600ms ease;
	-ms-transition: all 1600ms ease;
	-o-transition: all 1600ms ease;
	transition: all 1600ms ease;
}

.banner-carousel .active .content-box .btn-box {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1600ms;
	-moz-transition-delay: 1600ms;
	-ms-transition-delay: 1600ms;
	-o-transition-delay: 1600ms;
	transition-delay: 1600ms;
}

.banner-carousel .content-box .btn-box .theme-btn {
	margin-right: 20px;
	margin-bottom: 10px;
}

.banner-section .owl-theme .owl-dots {
	display: none;
}

.banner-section .owl-theme .owl-nav {
	position: absolute;
	top: 40%;
	left: 0px;
	right: 0px;
	width: 100%;
	margin: 0px auto;
	display: block;
}

.banner-section .owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: 50px;
	top: 0px;
	height: 45px;
	width: 45px;
	text-align: center;
	color: rgba(0, 0, 0, 0);
	font-size: 0px;
	opacity: 1;
	margin-top: -30px;
	background: transparent;
	border-radius: 50%;
	border-width: initial;
	border-style: none;
	border-color: initial;
	-o-border-image: initial;
	border-image: initial;
	-webkit-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

.owl-theme .owl-prev span, .owl-theme .owl-next span {
	display: none;
}

.banner-section .owl-theme .owl-nav .owl-prev::after {
	font-family: Flaticon;
	content: "";
	position: absolute;
	top: 0px;
	width: 50px;
	height: 50px;
	line-height: 46px;
	left: 0px;
	color: #fff;
	font-size: 18px;
	padding-left: 3px;
	-webkit-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	border-radius: 50%;
	border: none;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.banner-section .owl-theme .owl-nav .owl-next {
	position: absolute;
	right: 50px;
	top: 0px;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 56px;
	color: rgba(0, 0, 0, 0);
	font-size: 0px;
	opacity: 1;
	margin-top: -30px;
	background: transparent;
	border-radius: 50%;
	border-width: initial;
	border-style: none;
	border-color: initial;
	-o-border-image: initial;
	border-image: initial;
	-webkit-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

.banner-section .owl-theme .owl-nav .owl-next::after {
	font-family: Flaticon;
	content: "";
	position: absolute;
	top: 0px;
	width: 50px;
	height: 50px;
	line-height: 46px;
	right: 0px;
	color: #fff;
	font-size: 18px;
	-webkit-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	border-radius: 50%;
	border: none;
	padding-right: 3px;
}

.banner-section .owl-theme .owl-nav button:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0px;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
}

.banner-section .owl-theme .owl-nav button:hover:before {
	opacity: 1;
}

.banner-section .owl-theme .owl-nav button:hover:after {
	border-color: transparent;
}

/* Style Two */
.banner-section.style-two .pattern {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.banner-section.style-two .pattern:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	bottom: 0;
	background: none !important;
}

.banner-section.style-two .owl-theme .owl-nav {
	width: 70px;
	left: auto;
	height: 160px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0px;
}

.banner-section.style-two .owl-theme .owl-nav .owl-prev {
	bottom: 0;
	top: auto;
	left: -6px;
	right: auto;
}

.banner-section.style-two .owl-theme .owl-nav button:before {
	background-image: none !important;
	background: none !important;
}

.banner-section.style-two .owl-theme .owl-nav .owl-next {
	right: 25px;
	top: 49%;
	margin-top: 0;
}

.banner-section.style-two .auto-container {
	max-width: 1590px;
}

.banner-section.style-two .banner-carousel .content-box {
	margin-left: 0;
	padding-bottom: 0;
	min-height: 800px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.banner-section.style-two .banner-carousel .content-box h2 {
	font-size: 54px;
	text-transform: capitalize;
	padding-bottom: 0;
	margin-bottom: 12px;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, .5);
}

.banner-section.style-two .banner-carousel .content-box h2::after, .banner-section.style-two .banner-carousel .content-box h2:before {
	display: none;
}

/* Style Three */
.banner-section.style-three .banner-carousel .content-box {
	margin-left: 0;
	padding-bottom: 50px;
	min-height: 925px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.banner-section.style-three .banner-carousel .content-box h2 {
	font-size: 100px;
	text-transform: uppercase;
	padding-bottom: 0;
	color: #201630;
	font-weight: 900;
}

.banner-section.style-three .banner-carousel .content-box h3 {
	font-size: 30px;
	font-weight: 500;
	font-family: var(--fira-sans);
}

.banner-section.style-three .banner-carousel .content-box .text {
	color: #0000cd;
	font-size: 22px;
	font-weight: 500;
}

.banner-section.style-three .banner-carousel .content-box h2::after, .banner-section.style-three .banner-carousel .content-box h2:before {
	display: none;
}

.banner-section.style-three .btn-style-one .btn-title i {
	font-size: 18px;
	margin-left: 16px;
	padding-left: 18px;
	border-left: 1px solid #fff;
	line-height: 1.4em;
	top: 2px;
	margin-right: 0;
}

.banner-section.style-three .btn-style-one .btn-title {
	padding: 17px 30px;
	border-radius: 32px;
}

.banner-section.style-three .btn-box .theme-btn {
	border-radius: 32px;
}

/* Style Four */
.banner-section.style-four .banner-carousel .content-box {
	margin-left: 0;
	padding-top: 210px;
	padding-bottom: 0;
	min-height: 850px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.banner-section.style-four .banner-carousel .content-box h2 {
	font-size: 72px;
	text-transform: capitalize;
	padding-bottom: 0;
	color: #0000cd;
	font-weight: 800;
}

.banner-section.style-four .banner-carousel .content-box .text {
	color: #0000cd;
	font-size: 20px;
	font-weight: 500;
	padding-left: 100px;
}

.banner-section.style-four .banner-carousel .content-box .text .video-btn {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 70px;
	line-height: 68px;
	border-radius: 50%;
	border: 1px solid;
	font-size: 16px;
	text-align: center;
}

.banner-section.style-four .banner-carousel .content-box h2::after, .banner-section.style-four .banner-carousel .content-box h2:before {
	display: none;
}

.banner-section.style-four .btn-style-one .btn-title i {
	font-size: 18px;
	margin-left: 8px;
	line-height: 1.4em;
	top: 2px;
	margin-right: 0;
}

.banner-section.style-four .btn-style-one .btn-title {
	padding: 15px 42px;
	border-radius: 30px;
	color: #0000cd;
	background-color: #ebf0f9;
	text-transform: uppercase;
}

.banner-section.style-four .btn-style-one:hover .btn-title {
	color: #fff;
}

.banner-section.style-four .btn-box .theme-btn {
	border-radius: 32px;
	background-color: transparent;
}

.banner-section.style-four .owl-theme .owl-nav {
	display: none;
}

/* Owl Dots */
.banner-section.style-four .owl-dots {
	position: absolute;
	text-align: center;
	display: block;
	bottom: 15px;
	left: 0;
	width: 100%;
}

.banner-section.style-four .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
}

.banner-section.style-four .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
	border: 3px solid #c9cfe3;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.banner-section.style-four .owl-dots .owl-dot span:before {
	position: absolute;
	content: "";
	left: 2px;
	top: 2px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}

.banner-section.style-four .owl-dots .owl-dot.active span, .banner-section.style-four .owl-dots .owl-dot:hover span {}

.banner-section-two {
	position: relative;
	padding: 300px 0;
	background: #0000cd;
	z-index: 1;
}

.banner-section-two .auto-container {
	max-width: 100%;
	padding: 0 100px;
}

.banner-section-two .content-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.banner-section-two h2 {
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 60px;
	line-height: 80px;
	margin-bottom: 30px;
}

.banner-section-two h2 span {
	font-weight: 300;
}

.banner-section-two .text {
	font-size: 20px;
	position: relative;
	color: #fff;
	font-weight: 500;
	padding-left: 130px;
	margin-bottom: 30px;
}

.banner-section-two .text:before {
	position: absolute;
	content: "";
	left: 0;
	top: 15px;
	background-color: rgba(255, 255, 255, .3);
	height: 1px;
	width: 100px;
}

.banner-section-two .btn-box {
	margin-bottom: 40px;
}

.banner-section-two .btn-style-one .btn-title i {
	font-size: 18px;
	margin-left: 8px;
	line-height: 1.4em;
	top: 2px;
	margin-right: 0;
}

.banner-section-two .btn-style-one .btn-title {
	padding: 15px 42px;
	border-radius: 30px;
	color: #0000cd;
	background-color: #ebf0f9;
	text-transform: uppercase;
}

.banner-section-two .btn-style-one:hover .btn-title {
	color: #fff;
}

.banner-section-two .theme-btn {
	border-radius: 32px;
	background-color: transparent;
	margin-right: 30px;
}

.banner-section-two .btn-style-six {
	font-size: 16px;
	font-family: var(--fira-sans);
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 2px solid #fff;
	border-radius: 0;
}

.banner-section-two .content-box .image {
	margin-bottom: 40px;
}

.banner-section-two .shape-one {
	position: absolute;
	top: -150px;
	left: 40%;
	-webkit-animation: animationFramesTwo 53s infinite linear;
	animation: animationFramesTwo 53s infinite linear;
	z-index: 0;
}

.banner-section-two .shape-two {
	position: absolute;
	bottom: 150px;
	right: 0px;
	-webkit-animation: animationFramesTwo 13s infinite linear;
	animation: animationFramesTwo 13s infinite linear;
	z-index: 0;
}

.banner-section-two .shape-three {
	position: absolute;
	bottom: 150px;
	left: 11%;
	-webkit-animation: rotatedHalfTwo 37s infinite linear;
	animation: rotatedHalfTwo 37s infinite linear;
	z-index: 0;
}

.banner-section-two .shape-four {
	position: absolute;
	top: 50%;
	left: 47%;
	-webkit-animation: animationFramesTwo 37s infinite linear;
	animation: animationFramesTwo 37s infinite linear;
	z-index: 0;
}

.banner-section-two .shape-five {
	position: absolute;
	top: 170px;
	left: 22%;
	-webkit-animation: animationFramesTwo 78s infinite linear;
	animation: animationFramesTwo 78s infinite linear;
	z-index: 0;
}

.banner-section-two .shape-six {
	position: absolute;
	bottom: 31%;
	left: 37%;
	-webkit-animation: rotatedHalfTwo 37s infinite linear;
	animation: rotatedHalfTwo 37s infinite linear;
	z-index: 0;
}

/* Sec Title */
.sec-title {
	position: relative;
	margin-bottom: 50px;
}

.sec-title h2 {
	position: relative;
	display: block;
	font-size: 26px;
	line-height: 1.2em;
	font-weight: 400;
	text-transform: capitalize;
	padding-bottom: 8px;
	letter-spacing: -.5px;
	font-family: "Biryani", sans-serif;
}

.sec-title.style-two h2 {
	padding-bottom: 0;
	color: #202020;
	font-weight: 600;
}

.sec-title.style-two.light h2 {
	color: #fff;
}

.sec-title.light h2 {
	color: #fff;
}

.sec-title h4 {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-family: "PT Sans", sans-serif;
}

.sec-title h4 span {
	position: relative;
	margin-right: 10px;
}

.sec-title .text-decoration {
	position: relative;
	height: 10px;
	width: 50px;
	display: block;
}

.sec-title.text-center .text-decoration {
	margin: 0px auto;
}

.sec-title .text-decoration::before {
	position: absolute;
	content: "";
	left: 20px;
	top: 0px;
	width: 10px;
	height: 10px;
	background-color: #222;
	border-radius: 50%;
}

.sec-title .text-decoration .right, .sec-title .text-decoration .left {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 10px;
	width: 100%;
}

.sec-title .text-decoration .left::before {
	position: absolute;
	content: "";
	left: 0px;
	top: 3px;
	width: 5px;
	height: 5px;
	background-color: #222;
	border-radius: 50%;
}

.sec-title .text-decoration .left::after {
	position: absolute;
	content: "";
	left: 10px;
	top: 3px;
	width: 5px;
	height: 5px;
	background-color: #222;
	border-radius: 50%;
}

.sec-title .text-decoration .right::before {
	position: absolute;
	content: "";
	right: 0px;
	top: 3px;
	width: 5px;
	height: 5px;
	background-color: #222;
	border-radius: 50%;
}

.sec-title .text-decoration .right::after {
	position: absolute;
	content: "";
	right: 10px;
	top: 3px;
	width: 5px;
	height: 5px;
	background-color: #222;
	border-radius: 50%;
}

.sec-title .text {
	margin-top: 20px;
	font-size: 18px;
	color: #232629;
	font-weight: 500;
	margin-bottom: 0;
}

.sec-title.light .text {
	color: #fff;
}

.sec-title h5 {
	position: relative;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	padding: 7px 10px 5px;
	border-radius: 6px;
	display: inline-block;
	margin-bottom: 15px;
}

.sec-title.style-three h2 {
	padding-bottom: 0px;
}

.sec-title.style-three .text {
	font-size: 20px;
	font-weight: 500;
	color: #0000cd;
}

.sec-title.style-three.light .text {
	color: #fff;
}

.text-decoration-two {
	position: relative;
	height: 3px;
	width: 74px;
	background: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/icons/sec-title-dec.png");
	display: block;
}

.light .text-decoration-two {
	background: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/icons/sec-title-dec-2.png");
}

.text-center .text-decoration-two {
	margin: 0 auto;
}

.sec-title.style-four h2 {
	padding-bottom: 8px;
}

.my-heading {
	padding-bottom: 20px;
	color: #fff;
}

.text-decoration-three {
	position: relative;
	height: 3px;
	width: 70px;
	background: url("https://cdn-eabjc.nitrocdn.com/rCdgrlUBjjGUfYxigisYPvtYXUkMZGiN/assets/images/optimized/rev-30d24c5/fineotex.com/wp-content/uploads/2021/08/sec-title-dec-3.png");
	display: inline-block;
}

.light .text-decoration-three {
	background: url("https://cdn-eabjc.nitrocdn.com/rCdgrlUBjjGUfYxigisYPvtYXUkMZGiN/assets/images/optimized/rev-30d24c5/fineotex.com/wp-content/uploads/2021/08/sec-title-dec-3.png");
}

.text-center .text-decoration-three {
	margin: 0 auto;
}

.sec-title.style-five h2 {
	padding-bottom: 20px;
}

/* Client Section */
.clients-section {
	position: relative;
	margin-top: -165px;
	z-index: 9;
	padding: 50px 0px 315px;
}

.clients-section .pattern {
	position: absolute;
	left: 175px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #2b223b;
	border-top-left-radius: 6px;
	background-size: cover;
}

.clients-section .owl-dots, .clients-section .owl-nav {
	display: none;
}

.clients-section .image-box img {
	width: auto;
	margin: 0 auto;
}

/* Features Section */
.features-section {
	position: relative;
	margin-top: -265px;
	z-index: 9;
	padding: 100px 0px 70px;
}

.features-section::before {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	right: 175px;
	bottom: 0px;
	background-color: #f1f5f8;
}

/* Feature Block One */
.feature-block-one {
	position: relative;
}

.feature-block-one .inner-box {
	position: relative;
	max-width: 370px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 0px 20px;
}

.feature-block-one .inner-box::before {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	bottom: 38px;
	right: 0px;
	-webkit-box-shadow: rgba(0, 0, 0, .2) 0px 0px 50px 0px;
	box-shadow: rgba(0, 0, 0, .2) 0px 0px 50px 0px;
	-webkit-transform: translateY(38px);
	-ms-transform: translateY(38px);
	transform: translateY(38px);
	background: #fff;
	border-radius: 6px;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.feature-block-one .inner-box:hover::before {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.feature-block-one .image {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.feature-block-one .image .icon {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 75px;
	height: 80px;
	font-size: 35px;
	color: #fff;
	line-height: 75px;
	text-align: center;
}

.feature-block-one .image .icon::before {
	position: absolute;
	content: "";
	top: 16px;
	left: -5px;
	height: 64px;
	width: 100px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 32px;
}

.feature-block-one .image .icon span {
	position: relative;
}

.feature-block-one .inner-box:hover .image {
	opacity: 0;
	visibility: hidden;
}

.feature-block-one .content {
	position: relative;
	text-align: center;
	padding: 24px 0px;
}

.feature-block-one .content h5 {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.feature-block-one .content h4 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
}

.feature-block-one .overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	visibility: hidden;
	opacity: 0;
	border-radius: 6px;
	padding: 0px 20px;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.feature-block-one .inner-box:hover .overlay {
	opacity: 1;
	visibility: visible;
}

.feature-block-one .text {
	position: relative;
	color: #fff;
	text-align: center;
	padding: 38px 30px 0px;
	border-radius: 6px;
}

.feature-block-one .text::before {
	position: absolute;
	content: "";
	opacity: .85;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: #201630;
	border-radius: 6px;
}

.feature-block-one .text p {
	color: #d7cfe3;
	position: relative;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0px;
}

.feature-block-one .text .link-btn {
	position: relative;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}

.feature-block-one .link-btn a {
	position: relative;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	display: inline-block;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	opacity: 0;
	border-radius: 50%;
	-webkit-transition: all .5s ease .5s;
	-o-transition: all .5s ease .5s;
	transition: all .5s ease .5s;
}

.feature-block-one .link-btn a {
	position: relative;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	display: inline-block;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	opacity: 0;
	border-radius: 50%;
	-webkit-transition: all .5s ease .5s;
	-o-transition: all .5s ease .5s;
	transition: all .5s ease .5s;
}

.feature-block-one .inner-box:hover .link-btn a {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.features-section .bottom-content {
	position: relative;
	margin-bottom: 30px;
	margin-top: 30px;
}

.features-section .bottom-content .text {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #0000cd;
}

.features-section .bottom-content h3 {
	position: relative;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
	display: inline-block;
}

.features-section .bottom-content h3:before {
	position: absolute;
	content: "";
	left: -50px;
	top: 9px;
	font-size: 60px;
	color: #c7cfcd;
	width: 55px;
	height: 68px;
	background: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/icons/icon-13.png");
}

.features-section .bottom-content .theme-btn {
	-webkit-box-shadow: rgba(0, 0, 0, .1) 0px 0px 50px 0px;
	box-shadow: rgba(0, 0, 0, .1) 0px 0px 50px 0px;
}

/* About Section */
#news-update .image {
	height: auto !important;
}

.about-section {
	position: relative;
	padding: 100px 0px 70px;
}

.about-section .image-block {
	position: relative;
	margin-bottom: 30px;
}

.about-section .image-block::before {
	position: absolute;
	content: "";
	top: 45px;
	left: 45px;
	right: 45px;
	bottom: 45px;
	border-width: 6px;
	border-style: solid;
	border-color: #f1f2f5;
	-o-border-image: initial;
	border-image: initial;
	border-radius: 3px;
}

.about-section .image-one {
	position: relative;
	margin-left: 130px;
	-webkit-box-shadow: rgba(0, 0, 0, .27) 0px 5px 20px 0px;
	box-shadow: rgba(0, 0, 0, .27) 0px 5px 20px 0px;
	display: inline-block;
	border-radius: 6px;
}

.about-section .image-one .image-box {
	overflow: hidden;
	border-radius: 6px;
}

.about-section .image-one img {
	border-radius: 6px;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.about-section .image-one:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.about-section .image-two {
	position: relative;
	margin-top: -180px;
	-webkit-box-shadow: rgba(0, 0, 0, .27) 0px 5px 20px 0px;
	box-shadow: rgba(0, 0, 0, .27) 0px 5px 20px 0px;
	display: inline-block;
	border-radius: 6px;
}

.about-section .image-two .image-box {
	position: relative;
	overflow: hidden;
}

.about-section .image-two .image-box:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.about-section .image-two:hover .image-box:before {
	-webkit-animation: shine2 1s;
	animation: shine2 1s;
}

@-webkit-keyframes shine2 {
	100% {
		left: 125%;
	}
}

@keyframes shine2 {
	100% {
		left: 125%;
	}
}

.about-section .image-two img {
	border-radius: 6px;
}

.about-section .logo {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 130px;
	height: 130px;
	line-height: 118px;
	text-align: center;
	border-radius: 50%;
	border-width: 3px;
	border-style: dotted;
	border-color: #333;
	-o-border-image: initial;
	border-image: initial;
}

.about-section .logo::before {
	position: absolute;
	content: "";
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	-webkit-box-shadow: rgba(0, 0, 0, .27) 0px 5px 20px 0px;
	box-shadow: rgba(0, 0, 0, .27) 0px 5px 20px 0px;
	background: #fff;
	border-radius: 50%;
}

.about-section .logo img {
	position: relative;
}

.about-section .text-block {
	position: relative;
	padding-left: 30px;
	margin-bottom: 25px;
}

.about-section .text-block::before {
	position: absolute;
	content: "";
	top: 2px;
	left: 0px;
	height: 12px;
	width: 12px;
	border-radius: 50%;
}

.about-section .text-block h5 {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.about-section .text-block h4 {
	font-size: 22px;
	font-weight: 600;
}

.about-section .author-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 20px;
	margin-bottom: 30px;
}

.about-section .author-info {
	position: relative;
	padding-left: 30px;
	margin-left: 30px;
	border-left: 1px solid #e1e5e9;
}

.about-section .author-info h4 {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

.about-section .author-info h5 {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

.about-section .text {
	margin-top: 40px;
	font-size: 18px;
	font-weight: 500;
}

.about-section .sec-title {
	margin-bottom: 40px;
}

/* Funfacts Section */
.funfacts-section {
	position: relative;
	padding: 100px 0px 70px;
}

.funfacts-section .pattern {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
}

.fact-counter {
	position: relative;
}

.fact-counter .inner {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0px;
	background: transparent;
	padding: 5px 0px;
	border-radius: 6px;
}

.fact-counter .icon-box {
	position: relative;
	padding-left: 70px;
	margin-bottom: 16px;
}

.fact-counter .icon-box .icon {
	position: absolute;
	top: 0px;
	left: 0px;
}

.fact-counter .icon-box .counter-title {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	top: -4px;
}

.fact-counter .count-box {
	position: relative;
	font-size: 48px;
	font-weight: 800;
	line-height: 60px;
	font-family: "PT Sans", sans-serif;
	background-color: #fff !important;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: -40px;
}

.fact-counter .text {
	font-size: 18px;
	font-weight: 600;
	color: #bac6e3;
	line-height: 1.4em;
	margin: 0px;
}

/* Why Choose Us Section */
.why-choose-us-section {
	position: relative;
	background-color: #201630;
	z-index: 9;
	padding: 100px 0px 0px;
}

.why-choose-us-section .pattern {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-position: right center;
	background-repeat: no-repeat;
}

.why-choose-us-section .side-image {
	position: absolute;
	left: 0px;
	bottom: -2px;
}

.contact-form .bootstrap-select>.dropdown-toggle, .contact-form .form-group input[type="text"], .contact-form .form-group input[type="email"], .contact-form .form-group textarea, .contact-form .form-group select {
	position: relative;
	display: block;
	height: 54px;
	width: 100%;
	font-size: 15px;
	color: #000;
	line-height: 30px;
	font-weight: 400;
	background-color: transparent;
	border-radius: 6px;
	padding: 11px 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #e1e5e9;
	-o-border-image: initial;
	border-image: initial;
	-webkit-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

.contact-form .bootstrap-select>.dropdown-toggle .contact-form {
	position: relative;
}

.contact-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.contact-form .bootstrap-select>.dropdown-toggle, .contact-form .form-group input[type="text"], .contact-form .form-group input[type="email"], .contact-form .form-group textarea, .contact-form .form-group select {
	position: relative;
	display: block;
	height: 54px;
	width: 100%;
	font-size: 15px;
	color: #000;
	line-height: 30px;
	font-weight: 600;
	background-color: transparent;
	border-radius: 6px;
	padding: 11px 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #e1e5e9;
	-o-border-image: initial;
	border-image: initial;
	-webkit-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

.contact-form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

.consult-form {
	position: relative;
	-webkit-transform: translateY(268px);
	-ms-transform: translateY(268px);
	transform: translateY(268px);
	margin-right: 40px;
}

.consult-form::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 18px;
	right: 18px;
	bottom: -10px;
	-webkit-box-shadow: rgba(0, 0, 0, .2) 0px 0px 50px 0px;
	box-shadow: rgba(0, 0, 0, .2) 0px 0px 50px 0px;
	background: #fff;
	border-radius: 6px;
}

.consult-form .contact-form {
	position: relative;
	z-index: 9;
	-webkit-box-shadow: rgba(0, 0, 0, .2) 0px 0px 50px 0px;
	box-shadow: rgba(0, 0, 0, .2) 0px 0px 50px 0px;
	padding: 50px 50px 30px;
	background: #fff;
	border-radius: 6px;
}

.consult-form h2 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 30px;
}

.consult-form .row {
	margin: 0px -5px;
}

.consult-form .contact-form .form-group {
	padding: 0px 5px;
}

.consult-form .btn-style-two {
	-webkit-box-shadow: rgba(0, 0, 0, .2) 0px 0px 50px 0px;
	box-shadow: rgba(0, 0, 0, .2) 0px 0px 50px 0px;
}

.consult-form .btn-style-three {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: #0000cd;
	line-height: 50px;
	background: transparent;
}

.consult-form .btn-style-three::before {
	position: absolute;
	content: "";
	left: 2px;
	bottom: 8px;
	right: 0px;
	border-bottom: 2px dashed #0000cd;
}

.consult-form .btn-style-three i {
	margin-right: 8px;
}

.consult-form .theme-btn {
	margin-top: 10px;
}

.why-choose-us-section .features-list {
	position: relative;
	padding-bottom: 55px;
	border-width: 0px;
	border-style: initial;
	border-color: initial;
	-o-border-image: initial;
	border-image: initial;
}

.why-choose-us-section .features-list:before {
	position: absolute;
	content: "";
	left: 25px;
	top: 0px;
	bottom: 0px;
	width: 2px;
	background: #53546c;
}

.why-choose-us-section .single-feature-item {
	position: relative;
	padding: 0px 0px 0px 95px;
	margin-bottom: 45px;
}

.why-choose-us-section .single-feature-item:before {
	position: absolute;
	content: "";
	font-size: 55px;
	color: #53546c;
	font-family: Flaticon;
	line-height: 48px;
	top: 5px;
	left: 0px;
	background: #201630;
	transition: .5s;
}

.why-choose-us-section h5 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
}

.why-choose-us-section .text {
	color: #d2ccda;
}

/* Cases Section */
.cases-section {
	position: relative;
	padding: 160px 0px 70px;
}

.cases-section .sec-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 470px;
	background-position: right center;
	background-repeat: no-repeat;
}

.cases-section .sec-bg::before {
	position: absolute;
	content: "";
	opacity: .9;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: #fff;
}

.case-block-one {
	position: relative;
}

.case-block-one .inner-box {
	position: relative;
	margin-bottom: 30px;
}

.case-block-one .image {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}

.case-block-one .image img {
	position: relative;
	width: 100%;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.case-block-one .inner-box:hover .image img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.case-block-one .overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	visibility: hidden;
	border-radius: 6px;
	overflow: hidden;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.case-block-one .inner-box:hover .overlay {
	opacity: 1;
	visibility: visible;
}

.case-block-one .overlay::before {
	position: absolute;
	content: "";
	opacity: .9;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	background: #201630;
}

.case-block-one .overlay .title {
	position: absolute;
	left: 30px;
	top: 30px;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	font-family: var(--fira-sans);
	z-index: 1;
}

.case-block-one .overlay .title span {
	margin-right: 10px;
	font-weight: normal;
}

.case-block-one .overlay .link-btn {
	position: absolute;
	right: 30px;
	top: 30px;
	-webkit-transform: translateX(30px) rotate(-360deg);
	-ms-transform: translateX(30px) rotate(-360deg);
	transform: translateX(30px) rotate(-360deg);
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.case-block-one .inner-box:hover .overlay .link-btn {
	-webkit-transform: translateX(0px) rotate(0deg);
	-ms-transform: translateX(0px) rotate(0deg);
	transform: translateX(0px) rotate(0deg);
}

.case-block-one .overlay .link-btn a {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	display: inline-block;
	background: #fff;
	border-radius: 50%;
}

.case-block-one .overlay .content {
	position: absolute;
	right: 30px;
	bottom: 30px;
	text-align: right;
}

.case-block-one .overlay::after {
	position: absolute;
	content: "";
	opacity: .9;
	right: 43%;
	bottom: 90px;
	width: 100%;
	height: 100%;
	-webkit-transform: rotate(-30deg) scale(.8);
	-ms-transform: rotate(-30deg) scale(.8);
	transform: rotate(-30deg) scale(.8);
	border-radius: 25px;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.case-block-one .inner-box:hover .overlay::after {
	-webkit-transform: rotate(-30deg) scale(1);
	-ms-transform: rotate(-30deg) scale(1);
	transform: rotate(-30deg) scale(1);
}

.case-block-one .overlay .content h5 {
	position: relative;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 7px;
}

.case-block-one .overlay .content h4 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
	transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.case-block-one .inner-box:hover .overlay .content h4 {
	-webkit-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
	transform: perspective(1200px) rotateX(0deg) translateZ(0px);
}

.case-block-one .read-more-btn {
	position: relative;
	min-height: 260px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #201630;
	border-radius: 6px;
}

.case-block-one .read-more-btn a {
	position: relative;
	width: 160px;
	height: 160px;
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	font-family: var(--fira-sans);
	border-radius: 50%;
	padding: 53px 0px;
}

/* Process Section */
.process-section {
	position: relative;
	padding: 100px 0px 70px;
}

.process-section .pattern {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.process-section .sec-top .text {
	font-size: 20px;
	font-weight: 500;
	position: relative;
}

.process-block-one {
	position: relative;
}

.process-block-one .inner-box {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}

.process-block-one .inner-box::before {
	position: absolute;
	content: "";
	height: 32px;
	width: 72px;
	right: 0px;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	background: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/icons/icon-7.png") center center no-repeat;
}

.process-block-one:last-child .inner-box::before {
	display: none;
}

.process-block-one h5 {
	position: relative;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 30px;
}

.process-block-one h5:before {
	position: absolute;
	content: "";
	left: -105px;
	top: 6px;
	background: #dcdfe3;
	width: 75px;
	height: 1px;
}

.process-block-one h5:after {
	position: absolute;
	content: "";
	right: -105px;
	top: 6px;
	background: #dcdfe3;
	width: 75px;
	height: 1px;
}

.process-block-one h5 .count {
	font-size: 18px;
	margin-right: 5px;
}

.process-block-one .icon {
	position: relative;
	margin-bottom: 30px;
	line-height: 125px;
}

.process-block-one h4 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 8px;
}

.process-block-one .text {
	font-size: 18px;
	font-weight: 600;
}

/* Testimonail Section */
.testimonial-section {
	position: relative;
}

.testimonial-section .auto-container {
	position: relative;
	max-width: 100%;
	padding: 0px;
}

.testimonial-section .testimonial-thumbs {
	max-width: 600px;
	cursor: pointer;
	margin-right: 0px;
	overflow: visible;
}

.testimonial-section .testimonial-thumbs .swiper-slide {
	opacity: .15;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.testimonial-section .testimonial-thumbs .swiper-slide-active {
	opacity: 1;
}

.testimonial-section .author-thumb {
	position: relative;
	cursor: pointer;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.testimonial-section .testimonial-thumbs .logo {
	position: absolute;
	top: 115px;
	right: 65px;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.testimonial-section .testimonial-content {
	position: relative;
	background-position: right center;
	background-repeat: no-repeat;
}

.testimonial-block {
	padding: 90px 100px;
}

.testimonial-block:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .67;
}

.testimonial-block .inner-box {
	position: relative;
	padding-left: 100px;
}

.testimonial-block .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 60px;
	line-height: 60px;
	color: #fff;
}

.testimonial-block h4 {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 24px;
}

.testimonial-block .text {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}

.testimonial-block .rating {
	color: #fff;
	margin-bottom: 10px;
}

.testimonial-block .author-title {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}

.testimonial-block .author-title span {
	font-size: 18px;
	font-weight: 500;
}

.testimonial-section .swiper-nav-button {
	position: absolute;
	left: 1px;
	bottom: 1px;
	width: 158px;
	height: 78px;
	background: #fff;
	z-index: 9;
}

.testimonial-section .swiper-button-next, .testimonial-section .swiper-button-prev {
	color: #122e5b;
	font-size: 24px;
	width: 72px;
	height: 78px;
	line-height: 78px;
	text-align: center;
	top: 0px;
	background: #fff;
	margin: 0px;
	-webkit-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}

.testimonial-section .swiper-button-prev {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.testimonial-section .swiper-nav-button::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 40px;
	left: 50%;
	top: 20px;
	z-index: 99;
	background: #dcdfe3;
}

/* Pricing Section */
.pricing-section {
	position: relative;
	padding: 100px 0px;
}

.pricing-section .pricing-btn {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}

.pricing-section .pricing-btn ul {
	border-width: 1px;
	border-style: solid;
	border-color: #e1e5e9;
	-o-border-image: initial;
	border-image: initial;
	border-radius: 20px;
}

.pricing-section .pricing-btn ul {
	border-width: 1px;
	border-style: solid;
	border-color: #e1e5e9;
	-o-border-image: initial;
	border-image: initial;
	border-radius: 20px;
}

.pricing-section .pricing-btn ul li {
	margin-bottom: 0px;
	position: relative;
}

.pricing-section .pricing-btn ul li::before {
	position: absolute;
	content: "";
	right: 0px;
	top: 8px;
	bottom: 8px;
	width: 1px;
	background: #e1e5e9;
}

.pricing-section .pricing-btn ul li a {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #a5afbf;
	font-family: var(--fira-sans);
	border-width: 0px;
	border-style: initial;
	border-color: initial;
	-o-border-image: initial;
	border-image: initial;
	padding: 8px 20px 5px;
}

.pricing-section .pricing-btn ul li a.active {
	background: transparent;
}

.pricing-section .pricing-content h3 {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
}

.pricing-section .pricing-content .wrapper-box {
	position: relative;
	-webkit-box-shadow: rgba(0, 0, 0, .08) 0px 30px 30px 0px;
	box-shadow: rgba(0, 0, 0, .08) 0px 30px 30px 0px;
	border-radius: 10px;
}

.pricing-block {
	position: relative;
	padding: 0px;
}

.pricing-block .inner-box {
	position: relative;
	border-radius: 10px;
}

.pricing-block .top-content {
	position: relative;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #f3f4f7;
	padding: 25px 30px 39px;
}

.pricing-block .top-content .category {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	font-family: var(--fira-sans);
}

.pricing-block .top-content .price {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	font-family: var(--fira-sans);
}

.pricing-block .top-content .price span {
	font-size: 16px;
	position: relative;
	margin-right: 5px;
}

.pricing-block .top-content .price sub {
	font-size: 14px;
	font-weight: 400;
	margin-left: 5px;
	position: relative;
	bottom: 1px;
}

.pricing-block .lower-content {
	position: relative;
	text-align: center;
	border-bottom-left-radius: 10px;
	padding: 0px 30px 36px;
}

.pricing-block .lower-content::before {
	position: absolute;
	content: "";
	right: 0px;
	top: 50px;
	bottom: 50px;
	width: 1px;
	background: #e1e5e9;
}

.pricing-block:last-child .lower-content::before {
	display: none;
}

.pricing-block .lower-content h5 {
	position: relative;
	font-size: 15px;
	display: inline-block;
	color: #fff;
	font-weight: 500;
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
	margin-bottom: 20px;
	font-family: inherit;
	padding: 6px 30px;
	background: #201630;
}

.pricing-block .lower-content h5::before {
	position: absolute;
	content: "";
	top: 0px;
	left: -15px;
	width: 16px;
	height: 30px;
	-webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%, 90% 50%);
	clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 100%, 90% 50%);
	background: #201630;
}

.pricing-block .lower-content h5::after {
	position: absolute;
	content: "";
	top: 0px;
	right: -15px;
	width: 16px;
	height: 30px;
	-webkit-clip-path: polygon(100% 0px, 10% 50%, 100% 100%, 0px 100%, 0px 0px);
	clip-path: polygon(100% 0px, 10% 50%, 100% 100%, 0px 100%, 0px 0px);
	background: #201630;
}

.pricing-block .lower-content h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	font-family: inherit;
}

.pricing-block .lower-content ul {
	position: relative;
	margin-bottom: 40px;
	text-align: left;
}

.pricing-block .lower-content ul li {
	position: relative;
	color: #0000cd;
	font-size: 18px;
	line-height: 54px;
	padding-left: 55px;
	border-bottom: 1px solid #e1e5e9;
}

.pricing-block .lower-content ul li i {
	margin-right: 10px;
	position: relative;
	top: 2px;
}

.pricing-block .lower-content ul li span i, .pricing-block .lower-content ul li span {
	color: #a5afbf;
}

.pricing-block .lower-content .btn-style-two {
	-webkit-box-shadow: rgba(0, 0, 0, .2) 0px 0px 50px 0px;
	box-shadow: rgba(0, 0, 0, .2) 0px 0px 50px 0px;
}

.pricing-block .lower-content .theme-btn {
	margin-bottom: 10px;
}

.pricing-block .lower-content .hint {
	position: relative;
	font-size: 16px;
	font-weight: 600;
}

/* News Section */
.news-section {
	position: relative;
	background: #fff;
}

.news-section::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background: #f3f4f7;
}

.news-section .wrapper-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news-section .left-column {
	position: relative;
	width: 37.5%;
	background-size: cover;
	padding: 100px 15px;
}

.news-section .left-column .outer-box {
	position: relative;
	max-width: 400px;
	margin: 0px auto;
}

.news-section .left-column h4 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
	display: inline-block;
}

.news-section .left-column h4:before {
	position: absolute;
	content: "";
	right: -185px;
	top: 10px;
	background: #7e7e8e;
	width: 170px;
	height: 1px;
}

.news-section .left-column ul {
	position: relative;
	margin-bottom: 35px;
}

.news-section .left-column li {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 10px;
}

.news-section .left-column li i {
	margin-right: 10px;
}

.news-section .left-column form .form-group {
	position: relative;
	margin-bottom: 15px;
}

.news-section .left-column form .form-group i {
	position: absolute;
	left: 30px;
	top: 17px;
}

.news-section .left-column form input {
	height: 60px;
	width: 100%;
	padding-left: 60px;
	padding-right: 15px;
	background: #fff;
	border-radius: 6px;
}

.news-section .right-column {
	position: relative;
	width: 62.5%;
	padding: 100px 15px;
}

.news-section .right-column .outer-box {
	position: relative;
	margin-left: 45px;
	margin-right: -60px;
}

.news-section .right-column .outer-container {
	max-width: 770px;
}

.news-section .swiper-nav-button {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px;
}

.news-section .swiper-button-next, .news-section .swiper-button-prev {
	color: #122e5b;
	font-size: 22px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	top: 0px;
	position: relative;
	right: 0px;
	left: 0px;
	-webkit-box-shadow: rgba(0, 0, 0, .2) 0px 0px 50px 0px;
	box-shadow: rgba(0, 0, 0, .2) 0px 0px 50px 0px;
	border-radius: 30px;
	background: #fff;
	margin: 0px;
	-webkit-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}

.news-section .swiper-button-prev {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	margin-right: 15px;
}

.news-section .news-carousel-wrapper {
	position: relative;
	-webkit-box-shadow: rgba(0, 0, 0, .2) 0px 0px 50px 0px;
	box-shadow: rgba(0, 0, 0, .2) 0px 0px 50px 0px;
}

.news-block-one {
	position: relative;
	background: #fff;
}

.news-block-one .inner-box {
	position: relative;
	padding: 40px 30px 30px;
	background: #fff;
}

.news-section .news-carousel .swiper-slide .inner-box {
	opacity: .2;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.news-section .news-carousel .swiper-slide.swiper-slide-visible .inner-box {
	opacity: 1;
}

.news-block-one .inner-box::before {
	position: absolute;
	content: "";
	left: 0px;
	right: 18px;
	top: -3px;
	height: 3px;
}

.news-block-one .inner-box::after {
	position: absolute;
	content: "";
	right: 0px;
	top: 40px;
	bottom: 40px;
	width: 1px;
	background: #e1e5e9;
}

.news-block-one .date {
	position: relative;
	padding-left: 65px;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--fira-sans);
	margin-bottom: 35px;
	line-height: 1.4em;
}

.news-block-one .date strong {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 50px;
	font-weight: 600;
	line-height: 50px;
}

.news-block-one .author {
	position: relative;
	width: 60px;
	height: 60px;
	margin-bottom: 30px;
}

.news-block-one .title {
	position: absolute;
	top: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	pointer-events: none;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	padding: 0px 11px;
	border-radius: 6px;
	background: #cbd3d8;
}

.news-block-one .author:hover .title {
	opacity: 1;
}

.news-block-one .title::before {
	position: absolute;
	content: "";
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 13px;
	height: 7px;
	bottom: -6px;
	-webkit-clip-path: polygon(100% 0px, 50% 100%, 0px 0px);
	clip-path: polygon(100% 0px, 50% 100%, 0px 0px);
	background: #cbd3d8;
}

.news-block-one .category {
	position: relative;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
	display: inline-block;
	line-height: 25px;
	padding: 0px 17px;
	border-radius: 12.5px;
}

.news-block-one h4 {
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 30px;
	margin-bottom: 20px;
	line-height: 1.4em;
}

.news-block-one h4::before {
	position: absolute;
	content: "";
	left: 0px;
	bottom: 0px;
	height: 7px;
	width: 100%;
	background-image: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/shape/pattern-6.png");
}

.news-block-one h4 a {
	color: #0000cd;
}

.news-block-one .read-more-btn a {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: #0000cd;
	font-family: var(--fira-sans);
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.news-block-one .read-more-btn a i {
	position: relative;
	opacity: 0;
	top: 1px;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.news-block-one .read-more-btn a:hover i {
	opacity: 1;
}

.news-section .swiper-container-horizontal>.swiper-scrollbar {
	left: 0px;
	bottom: 0px;
}

.news-section .swiper-scrollbar {
	background: #dfe0e1;
}

.news-section .swiper-scrollbar-drag {
	background: #b9c1c5;
}

/* News Block One / Style Two  */
.news-block-one.style-two {
	margin-bottom: 50px;
}

.news-block-one.style-two .inner-box {
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .2);
	margin-bottom: 0;
	margin-left: 15px;
}

.news-block-one.style-two .inner-box::before {
	display: none;
}

.news-block-one.style-two .image {
	margin-right: -15px;
}

.news-block-one.style-two .image img {
	width: 100%;
}

.news-block-one.style-two .date {
	margin-bottom: 22px;
}

.news-block-one.style-two .author {
	margin-bottom: 11px;
}

.news-block-one.style-two .inner-box::after {
	display: none;
}

/* Map Section */
.map-section {
	position: relative;
}

.map-section .map-outer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

.map-section .google-map {
	height: 100%;
}

.map-section-two {
	position: relative;
}

.map-section-two .map-outer {
	position: relative;
	height: 450px;
}

.map-section-two .google-map {
	height: 450px;
}

.map-section .google-map h5 {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	padding: 9px 24px;
	background: #99c64a;
}

.gm-style .gm-style-iw-d {
	overflow: inherit !important;
}

.gm-style .gm-style-iw-c {
	padding: 0;
	border-radius: 0px;
}

.gm-style .gm-style-iw-t::after {
	background: -o-linear-gradient(45deg, #99c64a 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(45deg, #99c64a 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
}

.gmnoprint {
	display: none;
}

.map-section .contact-info {
	position: relative;
	max-width: 372px;
	margin: 0px 0px 0px auto;
	padding: 50px 40px 40px;
}

.map-section .contact-info .icon-box {
	position: relative;
	padding-left: 75px;
	margin-bottom: 39px;
}

.map-section .contact-info .icon {
	position: absolute;
	color: #fff;
	left: 2px;
	top: 0px;
	font-size: 50px;
	line-height: 50px;
}

.map-section .contact-info h4 {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}

.map-section .contact-info h5 {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	font-family: inherit;
}

.map-section .contact-info h3 {
	position: relative;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
}

.map-section .contact-info ul {
	position: relative;
	margin-bottom: 30px;
}

.map-section .contact-info ul li {
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 500;
}

.map-section .contact-info ul li a {
	color: #fff;
}

.map-section .link-btn {
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	font-family: var(--fira-sans);
	text-transform: uppercase;
}

.map-section .link-btn::before {
	position: absolute;
	content: "";
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 2px;
	background: #cb3828;
}

.map-section .owl-theme .owl-nav {
	position: absolute;
	bottom: 33px;
	right: 0px;
	width: 100%;
	margin: 0px auto;
	display: block;
}

.map-section .owl-theme .owl-nav .owl-prev {
	position: absolute;
	right: 50px;
	top: 0px;
	height: 50px;
	width: 30px;
	text-align: center;
	font-size: 0px;
	opacity: 1;
	margin-top: -30px;
	border-width: initial;
	border-style: none;
	border-color: initial;
	-o-border-image: initial;
	border-image: initial;
	-webkit-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

.map-section .owl-theme .owl-nav .owl-prev::before {
	font-family: Flaticon;
	content: "";
	position: absolute;
	top: 0px;
	width: 35px;
	height: 50px;
	line-height: 50px;
	left: 0px;
	color: #fff;
	font-size: 30px;
	-webkit-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.owl-theme .owl-prev span, .owl-theme .owl-next span {
	display: none;
}

.map-section .owl-theme .owl-nav .owl-next {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 50px;
	width: 30px;
	text-align: center;
	color: rgba(0, 0, 0, 0);
	font-size: 0px;
	opacity: 1;
	margin-top: -30px;
	border-radius: 50%;
	border-width: initial;
	border-style: none;
	border-color: initial;
	-o-border-image: initial;
	border-image: initial;
	-webkit-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

.map-section .owl-theme .owl-nav .owl-next::before {
	font-family: Flaticon;
	content: "";
	position: absolute;
	top: 0px;
	width: 35px;
	height: 50px;
	line-height: 50px;
	right: 0px;
	color: #fff;
	font-size: 30px;
	-webkit-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

/* CTA Section */
.cta-section {
	position: relative;
	padding: 110px 0px 84px;
	background: #f2f3f6;
}

.cta-section .image-column .image {
	position: relative;
	margin-left: -95px;
	margin-right: -20px;
	margin-top: -50px;
}

.cta-section .sec-title h2 {
	padding-bottom: 0px;
}

.cta-section .sec-title .text {
	padding-bottom: 30px;
	margin-top: 15px;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0;
}

.cta-section .content-column .image {
	margin-bottom: 10px;
	text-align: center;
}

.cta-section .content-column .bottom-content {
	margin-bottom: 80px;
}

.cta-section .link-btn {
	margin-bottom: 25px;
}

.cta-section .theme-btn {
	margin: 0 10px;
}

.cta-section .btn-style-one span {
	padding: 9px 30px;
}

.cta-section .btn-style-two span {
	padding: 9px 30px;
}

.cta-section .btn-style-two {
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .2);
}

.cta-section .hint {
	font-size: 18px;
	font-weight: 500;
}

/* Feature Section Two */
.feature-section-two {
	position: relative;
	margin-top: -90px;
	margin-bottom: -90px;
	z-index: 9;
}

.feature-section-two.style-two {
	margin-top: 0;
}

.feature-block-two {
	position: relative;
}

.feature-block-two .shape-box {
	position: relative;
}

.feature-block-two .shape-box:before {
	position: absolute;
	content: "";
	left: 15px;
	top: -10px;
	right: 15px;
	bottom: -10px;
	background: #fff;
	opacity: .3;
	-webkit-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
}

.feature-block-two:nth-child(even) .shape-box:before {
	-webkit-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

.feature-block-two .inner-box {
	position: relative;
	padding-left: 130px;
	padding-top: 45px;
	padding-bottom: 32px;
	min-height: 160px;
	background: #fff;
}

.feature-block-two.style-two .inner-box {
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
}

.feature-block-two .icon {
	position: absolute;
	left: 50px;
	top: 50px;
}

.feature-block-two h4 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
}

.feature-block-two .text {
	font-size: 18px;
	font-weight: 500;
}

/* Main Footer */
.main-footer {
	position: relative;
	color: #c4c5c7;
	background-color: #201630;
}

.main-footer .widgets-section {
	position: relative;
	padding: 100px 0px 30px;
}

.main-footer.sp-two .widgets-section {
	padding: 210px 0px 30px;
}

.main-footer.sp-three .widgets-section {
	padding: 135px 0px 30px;
}

.main-footer .column {
	position: relative;
}

.main-footer .footer-widget {
	position: relative;
	margin-bottom: 50px;
}

.main-footer .widget-title {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.main-footer .footer-logo {
	position: relative;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: -11px;
}

.main-footer .footer-logo img {
	width: 96%;
}

.main-footer .logo-widget h3 {
	position: relative;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.main-footer .logo-widget .link-btn {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: var(--fira-sans);
}

.main-footer .logo-widget .link-btn i {
	margin-right: 10px;
}

/* Link Widget */
.links-widget .widget-content {
	position: relative;
}

.links-widget ul li {
	position: relative;
	margin-bottom: 10px;
}

.links-widget ul li a {
	position: relative;
	color: #d2ccda;
	font-weight: 500;
	font-size: 18px;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.links-widget ul li a:hover {
	color: #fff;
}

.links-widget ul li a:before {
	position: absolute;
	content: "";
	left: -20px;
	top: 7px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	opacity: 0;
}

.links-widget ul li a:hover:before {
	opacity: 1;
}

.links-widget ul li a:after {
	position: absolute;
	content: "";
	left: -30px;
	top: 10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	opacity: 0;
}

.links-widget ul li a:hover:after {
	opacity: 1;
}

/* Instagram Widget */
.instagram-widget .wrapper-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0px -4.5px;
}

.instagram-widget .wrapper-box .image {
	position: relative;
	overflow: hidden;
	margin: 0px 4.5px 11px;
	border-radius: 6px;
}

.instagram-widget .wrapper-box .image .overlay-link {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	opacity: 0;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	background: rgba(255, 255, 255, .75);
}

.instagram-widget .wrapper-box .image:hover .overlay-link {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* Footer Style Three  */
.main-footer.style-three .widgets-section {
	padding: 130px 0px 30px;
}

/* About Widget */
.about-widget .text {
	font-size: 18px;
	color: #d2ccda;
}

.about-widget .list {
	margin-bottom: 35px;
}

.about-widget .list li {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 4px;
}

.about-widget .list li a {
	position: relative;
	color: #d2ccda;
	padding-left: 30px;
}

.about-widget .list li a:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	font-size: 16px;
	font-family: Flaticon;
}

/* Link Widget Two */
.links-widget-two .widget-content {
	position: relative;
}

.links-widget-two ul li {
	position: relative;
	margin-bottom: 10px;
}

.links-widget-two ul li a {
	position: relative;
	color: #d2ccda;
	font-weight: 500;
	font-size: 18px;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	padding-left: 22px;
}

.links-widget-two ul li a:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	font-size: 16px;
	font-family: "Font Awesome 5 Pro";
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.links-widget-two ul li a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	font-size: 16px;
	font-family: "Font Awesome 5 Pro";
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
}

.links-widget-two ul li a:hover:before {
	opacity: 0;
}

.links-widget-two ul li a:hover:after {
	opacity: 1;
}

.links-widget-two ul li a:hover {
	color: #fff;
}

/* Twitter Widget */
.twitter-widget .widget-content {
	position: relative;
}

.twitter-widget .image-box {
	position: relative;
	padding-left: 80px;
	padding-top: 20px;
	margin-bottom: 22px;
}

.twitter-widget .image-box img {
	position: absolute;
	left: 0;
	top: 12px;
	border-radius: 6px;
	width: 60px;
}

.twitter-widget h4 {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 1em;
}

.twitter-widget .user a {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #d2ccda;
}

.twitter-widget .text {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 10px;
}

.twitter-widget p {
	font-size: 16px;
	font-weight: 500;
}

.twitter-widget .date {
	position: relative;
	padding-left: 70px;
	font-size: 16px;
	font-weight: 500;
	color: #d2ccda;
}

.twitter-widget .date i {
	margin-right: 10px;
}

.twitter-widget .date:before {
	position: absolute;
	content: "";
	left: 0;
	top: 14px;
	width: 58px;
	height: 1px;
	background-color: rgba(255, 255, 255, .3);
}

/* Footer Style Four */
.main-footer.style-four {
	background-color: #0000cd;
}

.main-footer.style-four .pattern {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 70px;
}

.main-footer.style-four .widgets-section {
	padding-top: 100px;
}

.about-widget-two .social-links {
	position: relative;
	margin-bottom: 20px;
}

.about-widget-two .social-links li {
	position: relative;
	margin-right: 8px;
	margin-bottom: 10px;
	display: inline-block;
}

.about-widget-two .social-links li a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 14px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	background: rgba(255, 255, 255, .2);
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.about-widget-two .social-links li a:hover {
	color: #fff;
}

.about-widget-two .social-links li a:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.about-widget-two .social-links li a:hover:before {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.about-widget-two .social-links li a span {
	position: relative;
}

.about-widget-two .copyright-text {
	color: #fff;
	position: relative;
	font-size: 18px;
}

.main-footer.style-four .post-widget h4 {
	line-height: 1.4em;
}

.main-footer.style-four .post-widget .date {
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 6px;
}

.main-footer.style-four .post-widget .post {
	margin-bottom: 28px;
}

.main-footer.style-four .footer-bottom-two {
	background: #0000cd;
	text-align: center;
	padding-bottom: 30px;
}

.main-footer.style-four .footer-bottom-two .menu li a {
	color: #0000cd;
	position: relative;
	font-size: 18px;
}

.main-footer.style-four .footer-bottom-two .menu li a:before {
	position: absolute;
	content: "/";
	left: -15px;
	top: -4px;
}

.main-footer.style-four .footer-bottom-two .menu li:first-child a:before {
	display: none;
}

.footer-bottom-two .scroll-to-top-two {
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
}

.footer-bottom-two .scroll-to-top-two i {
	margin-right: 7px;
	font-weight: normal;
}

.about-widget-two .text {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 30px;
}

/* Footer Bottom */
.footer-bottom {
	position: relative;
	padding-top: 40px;
	border-top: 1px solid rgba(255, 255, 255, .15);
	padding-bottom: 95px;
}

.footer-bottom ul.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}

.footer-bottom ul.menu li {
	position: relative;
	margin-right: 20px;
}

.footer-bottom ul.menu li+li:before {
	position: absolute;
	content: "/";
	color: #d2ccda;
	left: -13px;
	top: 0;
	font-size: 18px;
}

.footer-bottom ul.menu li a {
	position: relative;
	color: #d2ccda;
	font-size: 18px;
}

.footer-bottom .scroll-to-top-two {
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
}

.footer-bottom .scroll-to-top-two i {
	margin-right: 5px;
}

.footer-bottom .social-links {
	position: relative;
	text-align: center;
	margin-bottom: 10px;
}

.footer-bottom .social-links li {
	position: relative;
	margin-right: 8px;
	margin-bottom: 10px;
	display: inline-block;
}

.footer-bottom .social-links li a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 14px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	background: rgba(255, 255, 255, .2);
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.footer-bottom .social-links li a:hover {
	color: #fff;
}

.footer-bottom .social-links li a:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.footer-bottom .social-links li a:hover:before {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.footer-bottom .social-links li a span {
	position: relative;
}

.footer-bottom .copyright {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-align: center;
}

/*** 

====================================================================
    Scroll To Top style
====================================================================

***/
.scroll-to-top {
	position: fixed;
	right: 50px;
	bottom: 110px;
	width: 54px;
	height: 54px;
	color: #fff;
	font-size: 18px;
	line-height: 54px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	background: #25283a;
	border-radius: 50%;
	margin-left: -26px;
	display: none;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.scroll-to-top.style-two {
	background-color: #2d3247;
}

.scroll-to-top:hover {
	color: #fff;
}

/*** 

====================================================================
    Features Section Two
====================================================================

***/
.features-section-two {
	position: relative;
	padding: 100px 0px 70px;
	background-color: #fafafa;
}

.features-section-two .content-block {
	position: relative;
	padding-left: 140px;
	margin-bottom: 30px;
	min-height: 250px;
}

.features-section-two .content-block .image {
	position: absolute;
	left: 0;
}

.features-section-two .content-block .text {
	margin-bottom: 35px;
}

.features-section-two .content-block .text p {
	font-size: 18px;
	font-weight: 500;
}

.feature-block-three .inner-box {
	position: relative;
	margin-bottom: 30px;
	display: inline-block;
}

.feature-block-three .image {
	position: relative;
}

.feature-block-three .lower-content {
	position: relative;
	padding: 30px 30px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	background: #fff;
	max-width: 270px;
}

.feature-block-three .lower-content:before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 174px;
	height: 109px;
	background-image: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/shape/shape-1.png");
}

.feature-block-three .lower-content .icon {
	position: relative;
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 30px;
}

.feature-block-three .lower-content h4 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 35px;
	margin-bottom: 20px;
	color: #202020;
}

.feature-block-three .lower-content h4:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 6px;
	width: 100%;
	background: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/shape/border-shape.png") repeat-x center;
}

.feature-block-three .read-more-link {
	position: relative;
	padding-left: 16px;
	font-size: 16px;
	font-weight: 600;
	font-family: var(--fira-sans);
	transition: .5s;
}

.feature-block-three .read-more-link:hover {
	padding-left: 36px;
}

.feature-block-three .read-more-link:after {
	font-family: "Flaticon";
	content: "";
	position: absolute;
	top: -4px;
	width: 20px;
	height: 20px;
	left: 17px;
	font-size: 14px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	opacity: 0;
}

.feature-block-three .read-more-link:hover:after {
	opacity: 1;
}

.feature-block-three .read-more-link:before {
	position: absolute;
	content: "";
	left: 0;
	top: 8px;
	height: 1px;
	width: 10px;
	transition: .5s;
}

.feature-block-three .read-more-link:hover:before {
	width: 17px;
}

.feature-block-three .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: 1s;
	opacity: 0;
}

.feature-block-three .inner-box:hover .overlay {
	opacity: 1;
}

.feature-block-three .overlay .top-content {
	position: relative;
	padding: 34px 30px;
	background-size: cover;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
}

.feature-block-three .inner-box:hover .overlay .top-content {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.feature-block-three .top-content .icon {
	position: relative;
	font-size: 65px;
	line-height: 70px;
	margin-bottom: 30px;
	color: #fff;
}

.feature-block-three .top-content h4 {
	position: relative;
	font-size: 22px;
	line-height: 34px;
	font-weight: 600;
	color: #fff;
}

.feature-block-three .overlay .bottom-content {
	position: relative;
	background-color: #fff;
	padding: 30px;
}

.feature-block-three .overlay .text {
	font-size: 18px;
	font-weight: 500;
	color: #3b3b3b;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.feature-block-three .overlay .text:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 6px;
	width: 100%;
	background: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/shape/border-shape.png") repeat-x center;
}

/* About Us Two */
.about-section-two {
	position: relative;
	padding: 120px 0 90px;
}

.about-section-two .image-block {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-right: 30px;
	max-width: 570px;
}

.about-section-two .image-block .image-one {
	position: relative;
}

.about-section-two .image-block img {
	border-radius: 6px;
}

.about-section-two .image-block .image-two {
	position: absolute;
	right: 0;
	top: 0;
}

.about-section-two .image-block .image-three {
	position: absolute;
	right: 60px;
	bottom: 0;
}

.about-section-two .image-block .image-three .video-box {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 142px;
	height: 142px;
	text-align: center;
}

.about-section-two .image-block .image-three .video-box a {
	color: #fff;
}

.about-section-two .play-icon {
	position: absolute;
	top: 53%;
	left: 53%;
	display: inline-block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 33px;
}

.about-section-two .curved-circle {
	position: absolute;
	top: -10px;
	left: 0;
	width: 142px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: var(--fira-sans);
}

.about-section-two .sec-title {
	margin-bottom: 40px;
}

.about-section-two .content-block {
	position: relative;
}

.about-section-two .content-block .text {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
	color: #3c3b3b;
}

.about-section-two .content-block h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}

.about-section-two .read-more-link {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	font-family: var(--fira-sans);
	padding-left: 20px;
}

.about-section-two .read-more-link:before {
	position: absolute;
	content: "";
	left: 0;
	top: 10px;
	height: 1px;
	width: 17px;
}

.about-section-two .read-more-link i {
	margin-right: 3px;
}

.testimonial-block-two {
	position: relative;
}

.testimonial-block-two .inner-box {
	position: relative;
	padding-left: 85px;
}

.testimonial-block-two .quote {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 50px;
	color: #d6d6d6;
	line-height: 50px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.testimonial-block-two .text {
	font-size: 20px;
	font-weight: 500;
	font-family: var(--fira-sans);
	color: #202020;
	font-style: italic;
	margin-bottom: 20px;
}

.testimonial-block-two .author-box {
	position: relative;
	padding-left: 80px;
	min-height: 60px;
	margin-bottom: 30px;
}

.testimonial-block-two .author-box .image {
	position: absolute;
	left: 0;
	top: 0;
	margin-bottom: 15px;
}

.testimonial-block-two .author-box .image img {
	border-radius: 50%;
}

.testimonial-block-two .author-box .author-title {
	font-size: 20px;
	font-weight: 500;
	font-family: var(--fira-sans);
	color: #202020;
}

.testimonial-block-two .author-box .designation {
	font-size: 18px;
	font-weight: 500;
	color: #3c3b3b;
}

.about-section-two .owl-nav, .about-section-two .owl-dots {
	display: none;
}

/* Projects Section */
.projects-section {
	position: relative;
	background-image: -moz-linear-gradient(90deg, #191d2a 0%, #30364d 100%);
	background-image: -webkit-linear-gradient(90deg, #191d2a 0%, #30364d 100%);
	background-image: -ms-linear-gradient(90deg, #191d2a 0%, #30364d 100%);
	margin-top: 60px;
}

.projects-section .title {
	position: absolute;
	left: 180px;
	bottom: 60px;
	font-size: 100px;
	font-weight: 700;
	font-family: var(--fira-sans);
	color: #343a4f;
	line-height: 100px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 0;
	-ms-transform-origin: 0;
	transform-origin: 0;
	letter-spacing: -2px;
}

.projects-section .auto-container {
	max-width: 100%;
	padding: 0;
}

.projects-section .tab-content {
	margin-left: -40px;
	-webkit-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	transform: translateY(-60px);
}

.projects-section .tab-content .owl-item .project-block {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.projects-section .tab-content>.active .owl-item .project-block {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.projects-section .nav-tabs-wrapper {
	position: relative;
	margin-left: 30px;
	padding: 120px 0 182px;
	padding-left: 30px;
	border-left: 1px solid #4d5269;
	max-width: 300px;
	margin: 0 auto;
	margin-right: 0;
}

.projects-section .nav-tabs-wrapper .link-btn {
	margin-top: 30px;
}

.projects-section .nav-tabs-wrapper .link-btn a {
	position: relative;
	font-size: 15px;
	font-weight: 500;
	font-family: var(--fira-sans);
	text-transform: uppercase;
}

.projects-section .nav-tabs {
	border: none;
}

.projects-section .nav-tabs li {
	width: 100%;
	background: transparent;
	margin: 8px 0;
}

.projects-section .nav-tabs li .nav-link {
	position: relative;
	color: #4f556d;
	font-size: 18px;
	font-weight: 500;
	padding-left: 0;
	padding-right: 0;
	border: none !important;
	margin: 0;
	padding: 0;
}

.projects-section .nav-tabs .nav-link.active {
	border: none;
	background: transparent;
	color: #fff;
}

.projects-section .nav-tabs .nav-link:hover {
	border-color: transparent;
}

.projects-section .nav-tabs li .nav-link:after {
	position: absolute;
	content: "";
	left: -36px;
	top: 9px;
	width: 11px;
	border: 2px solid #4d5269;
	background: #1c202e;
	border-radius: 50%;
	height: 11px;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.projects-section .nav-tabs li .nav-link:before {
	position: absolute;
	content: "";
	background: #fff;
	height: 1px;
	width: 40px;
	left: -50px;
	top: 14px;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.projects-section .nav-tabs .nav-link.active:before {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.project-block {
	position: relative;
	overflow: hidden;
}

.project-block .image {
	position: relative;
}

.project-block .image:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #161924;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: .2;
}

.project-block:hover .image:before {
	opacity: 0;
}

.project-block .lower-content {
	position: absolute;
	left: 50px;
	bottom: 40px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.project-block:hover .lower-content {
	opacity: 0;
}

.project-block .count {
	position: relative;
	font-size: 48px;
	line-height: 50px;
	margin-bottom: 20px;
	font-weight: 600;
	color: #fff;
}

.project-block .category {
	position: relative;
	padding-left: 73px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.project-block .category:before {
	position: absolute;
	content: "";
	left: 0;
	top: 13px;
	width: 63px;
	height: 1px;
	background-color: #fff;
}

.project-block .text {
	font-size: 30px;
	font-weight: 600;
	font-family: var(--fira-sans);
	color: #fff;
	position: relative;
}

.project-block .overlay-content {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
	padding: 60px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.project-block:hover .overlay-content {
	opacity: 1;
}

.project-block .overlay-content .text {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
	transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.project-block:hover .overlay-content .text {
	-webkit-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
	transform: perspective(1200px) rotateX(0deg) translateZ(0px);
}

.project-block .overlay-content:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient(90deg, #f84411 0%, #2f354c 86%);
	background-image: -webkit-linear-gradient(90deg, #f84411 0%, #2f354c 86%);
	background-image: -ms-linear-gradient(90deg, #f84411 0%, #2f354c 86%);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
}

.project-block:hover .overlay-content:before {
	opacity: .8;
}

.project-block .overlay-content .category:before {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.project-block:hover .overlay-content .category:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.project-block .link-btn {
	position: relative;
	padding: 15px;
	border: 1px solid #fff;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	border-radius: 50%;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.project-block:hover .link-btn {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.project-block .link-btn a {
	position: relative;
	display: inline-block;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	background-color: #fff;
	font-size: 16px;
}

/* Services Section */
.services-section {
	position: relative;
	padding: 100px 0 70px;
	background-size: cover;
}

.service-block-one {
	position: relative;
}

.service-block-one .inner-box {
	position: relative;
	background-color: #fff;
	padding: 30px 26px;
	padding-top: 35px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	margin-top: 0px;
	overflow-x: auto;
}

.page-template-template-textile .service-block-one .inner-box {
	height: auto;
	overflow-x: inherit;
}

.service-block-one .inner-box:before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 102px;
	height: 91px;
	background: url("https://cdn-eabjc.nitrocdn.com/rCdgrlUBjjGUfYxigisYPvtYXUkMZGiN/assets/images/optimized/rev-30d24c5/fineotex.com/wp-content/uploads/2021/08/shape-2.png") no-repeat;
}

.service-block-one h5 {
	position: relative;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #fb9a27;
}

.service-block-one .icon {
	position: relative;
	font-size: 50px;
	width: 93px;
	height: 93px;
	border: 1px dashed #c0c0c0;
	padding: 6px;
	border-top-left-radius: 30px;
	margin-bottom: -20px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: translateY(-45px);
	-ms-transform: translateY(-45px);
	transform: translateY(-45px);
}

.service-block-one:hover .icon {
	border-radius: 0px;
}

.service-block-one .icon .icon-inner {
	position: relative;
	background-color: #fff;
	width: 79px;
	height: 79px;
	line-height: 79px;
	text-align: center;
	font-size: 50px;
	border-top-left-radius: 30px;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .15);
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .15);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.service-block-one:hover .icon .icon-inner {
	color: #fff;
	border-radius: 0;
}

.service-block-one h4 {
	font-size: 16px;
	font-weight: 600;
	color: #202020;
	margin-bottom: 20px;
}

.service-block-one h4 a {
	color: #202020;
}

.service-block-one .text {
	color: #3b3b3b;
	font-size: 18px;
	margin-bottom: 20px;
}

.service-block-one .read-more-link {
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 600;
	font-family: var(--fira-sans);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.service-block-one .read-more-link:hover {
	padding-left: 42px;
}

.service-block-one .read-more-link:before {
	position: absolute;
	content: "";
	left: 0;
	top: 9px;
	height: 1px;
	width: 21px;
}

.service-block-one .read-more-link i {
	position: absolute;
	left: 21px;
	top: -1px;
	font-size: 14px;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.service-block-one .read-more-link:hover i {
	opacity: 1;
}

/* Process Section Two */
.process-section-two {
	position: relative;
	padding: 100px 0 70px;
}

.process-section-two .process-wrapper {
	position: relative;
}

.process-section-two .process-wrapper:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 30px;
	background: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/shape/process-shape.png") no-repeat center;
}

.process-block-two .inner-box {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}

.process-block-two h4 {
	font-size: 22px;
	font-weight: 600;
}

.process-block-two p {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}

.process-block-two .icon {
	position: relative;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 6px;
	font-size: 40px;
	color: #fff;
	margin: 0 auto;
	margin-bottom: 20px;
}

.process-block-two .icon .step-count {
	position: absolute;
	top: 50%;
	right: 0;
	height: 28px;
	width: 28px;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 600;
	color: #202020;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	background: #fff;
	line-height: 28px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
}

.process-block-two .text {
	color: #3b3b3b;
	font-size: 18px;
	font-weight: 500;
}

/* CTA Section Two */
.cta-section-two {
	position: relative;
	padding: 110px 0px 84px;
	background-color: #f2f3f6;
	background-size: cover;
}

.cta-section-two h2 {
	position: relative;
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	padding-left: 100px;
	margin-bottom: 30px;
}

.cta-section-two h2 span {
	position: absolute;
	left: 0;
	top: 12px;
	font-size: 75px;
	line-height: 75px;
	font-weight: normal;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.cta-section-two .wrapper-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.cta-section-two .contact-info {
	position: relative;
	padding-left: 60px;
}

.cta-section-two .contact-info .icon {
	position: absolute;
	font-size: 40px;
	line-height: 50px;
	left: 0;
	top: 0;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.cta-section-two .contact-info h4 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
}

.cta-section-two .contact-info .text {
	position: relative;
	font-size: 18px;
	color: #fff;
	font-family: var(--fira-sans);
	margin-bottom: 0;
}

/* Margin Padding */
.mb-50 {
	margin-bottom: 50px !important;
}

.px-15 {
	padding: 0 15px !important;
}

/* Team Section */
.team-section {
	position: relative;
	padding: 100px 0 70px;
}

.team-section .auto-container {
	max-width: 1230px;
}

.team-block-one {
	position: relative;
	padding: 0 15px;
	margin-bottom: 30px;
}

.team-block-one .inner-box {
	position: relative;
}

.team-block-one .image {
	position: relative;
}

.team-block-one .image:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
}

.team-block-one:hover .image:before {
	opacity: .8;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.team-block-one .image img {
	width: 100%;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

.team-block-one .lower-content {
	position: relative;
	padding: 30px 30px 20px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, .1);
}

.team-block-one .designation {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background-color: #282d41;
	padding: 13px 17px;
	min-width: 200px;
	margin-left: -30px;
	margin-top: -52px;
	margin-bottom: 37px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.team-block-one .designation:before {
	position: absolute;
	content: "";
	left: 30px;
	bottom: -21px;
	width: 20px;
	height: 22px;
	background-color: #282d41;
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.team-block-one h4 {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: #202020;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.team-block-one h4:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 7px;
	width: 100%;
	background: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/shape/border-shape-2.png") repeat-x center;
}

.team-block-one ul li {
	position: relative;
	color: #3b3b3b;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
}

.team-block-one ul li a {
	color: #3b3b3b;
}

.team-block-one ul li span {
	margin-right: 10px;
}

/* Testimonail Section Two */
.testimonial-section-two {
	position: relative;
	padding: 100px 0;
}

.testimonial-section-two .auto-container {
	max-width: 1230px;
}

.testimonial-section-two .sec-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 450px;
	background-size: cover;
}

.testimonial-section-two .sec-bg:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .8;
	background-image: -moz-linear-gradient(90deg, #191d2a 0%, #30364d 75%);
	background-image: -webkit-linear-gradient(90deg, #191d2a 0%, #30364d 75%);
	background-image: -ms-linear-gradient(90deg, #191d2a 0%, #30364d 75%);
}

.testimonial-block-three {
	position: relative;
	padding: 0 15px;
	margin-bottom: 30px;
}

.testimonial-block-three .inner-box {
	position: relative;
	background-color: #fff;
	padding: 50px 45px 40px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, .1);
	margin-left: 30px;
}

.testimonial-block-three .inner-box:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-image: -moz-linear-gradient(90deg, #191d2a 0%, #30364d 75%);
	background-image: -webkit-linear-gradient(90deg, #191d2a 0%, #30364d 75%);
	background-image: -ms-linear-gradient(90deg, #191d2a 0%, #30364d 75%);
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	border-radius: 6px;
}

.testimonial-block-three .inner-box:hover:before {
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
	opacity: 1;
}

.testimonial-block-three .quote {
	position: absolute;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	line-height: 60px;
	font-size: 30px;
	color: #fff;
	left: -30px;
	top: 40px;
	text-align: center;
}

.testimonial-block-three .rating {
	position: relative;
	font-size: 18px;
	margin-bottom: 10px;
}

.testimonial-block-three .rating span {
	margin-right: 6px;
}

.testimonial-block-three .rating .style-two {
	color: #c0cdd3;
}

.testimonial-block-three .text {
	position: relative;
	color: #3b3b3b;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 30px;
	margin-bottom: 28px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.testimonial-block-three .inner-box:hover .text {
	color: #dfe0e6;
}

.testimonial-block-three .text:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 6px;
	width: 100%;
	background: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/shape/border-shape-2.png") repeat-x center;
}

.testimonial-block-three .author-box {
	position: relative;
	padding-left: 80px;
	min-height: 60px;
	margin-bottom: 5px;
	padding-top: 13px;
}

.testimonial-block-three .author-box .image {
	position: absolute;
	left: 0;
	top: 0;
	margin-bottom: 15px;
}

.testimonial-block-three .author-box .image img {
	border-radius: 50%;
}

.testimonial-block-three .author-box .author-title {
	font-size: 20px;
	font-weight: 500;
	font-family: var(--fira-sans);
	color: #202020;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.testimonial-block-three .inner-box:hover .author-box .author-title {
	color: #fff;
}

.testimonial-block-three .author-box .designation {
	font-size: 18px;
	font-weight: 500;
	color: #3c3b3b;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.testimonial-block-three .inner-box:hover .author-box .designation {
	color: #fff;
}

/* Client Section Two */
.client-section-two {
	position: relative;
	padding: 10px 0 90px;
}

.client-section-two.sp-two {
	padding-top: 100px;
}

.client-section-two .top-content .text {
	margin-bottom: 50px;
	font-size: 18px;
	font-weight: 500;
	color: #232629;
}

.client-section-two .wrapper-box {
	border: 1px solid #f3f3f3;
	overflow: hidden;
}

.client-section-two .outer-box {
	position: relative;
	margin: -2px;
}

.client-section-two .column {
	position: relative;
	border: 1px solid #f3f3f3;
	border-bottom: 0;
	border-left: 0;
	text-align: center;
	min-height: 100px;
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.client-section-two .column img {
	opacity: .2;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.client-section-two .column:hover img {
	opacity: 1;
}

/* Funfacts Section Two */
.funfacts-section-two {
	position: relative;
	padding: 100px 0 70px;
	background-size: cover;
}

.funfacts-section-two .inner {
	position: relative;
	margin-bottom: 30px;
	padding-left: 100px;
}

.funfacts-section-two .content {
	position: relative;
	padding: 31px 30px;
	background-color: #3a3e54;
}

.funfacts-section-two .icon-box {
	position: absolute;
	width: 160px;
	height: 160px;
	font-size: 55px;
	line-height: 160px;
	color: #fff;
	border-radius: 50%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 30px;
}

.funfacts-section-two .counter-title {
	font-size: 16px;
	font-weight: 500;
	font-family: var(--fira-sans);
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 25px;
}

.funfacts-section-two .count-box {
	font-size: 48px;
	line-height: 50px;
	font-weight: 600;
	font-family: var(--fira-sans);
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 4px;
}

.funfacts-section-two .text {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	font-family: var(--fira-sans);
	margin-bottom: 15px;
}

.funfacts-section-two p {
	position: relative;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}

.funfacts-section-two p:before {
	position: absolute;
	content: "";
	left: 0;
	top: 13px;
	height: 1px;
	width: 10px;
}

/* News Section Two */
.news-section-two {
	position: relative;
	padding: 100px 0 70px;
	background-image: -moz-linear-gradient(-90deg, #f4f7f9 0%, #eff3f5 100%);
	background-image: -webkit-linear-gradient(-90deg, #f4f7f9 0%, #eff3f5 100%);
	background-image: -ms-linear-gradient(-90deg, #f4f7f9 0%, #eff3f5 100%);
}

.news-block-two {
	position: relative;
}

.news-block-two .inner-box {
	position: relative;
	margin-bottom: 30px;
}

.news-block-two .image img {
	border-radius: 6px;
	width: 100%;
}

.news-block-two .lower-content {
	position: relative;
	background-color: #fff;
	border-radius: 6px;
	margin-left: 11px;
	margin-right: 11px;
	margin-top: -50px;
	padding: 0 23px 25px;
	-webkit-box-shadow: 0px 0px 62px 0px rgba(27, 31, 45, .09);
	box-shadow: 0px 0px 62px 0px rgba(27, 31, 45, .09);
}

.news-block-two .lower-content:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-image: -moz-linear-gradient(90deg, #191d2a 0%, #30364d 75%);
	background-image: -webkit-linear-gradient(90deg, #191d2a 0%, #30364d 75%);
	background-image: -ms-linear-gradient(90deg, #191d2a 0%, #30364d 75%);
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	border-radius: 6px;
}

.news-block-two .inner-box:hover .lower-content:before {
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
	opacity: 1;
}

.news-block-two .category {
	position: relative;
	font-size: 13px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 12px;
	padding: 3px 21px;
	-webkit-transform: translateY(-12px);
	-ms-transform: translateY(-12px);
	transform: translateY(-12px);
	margin-bottom: 10px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background: #292f43;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	line-height: 18px;
}

.news-block-two .post-meta {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.news-block-two .post-meta li {
	font-size: 15px;
	font-weight: 500;
	color: #808080;
	margin-right: 5px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.news-block-two .inner-box:hover .post-meta li {
	color: #d2ccda;
}

.news-block-two h4 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	color: #202020;
	padding-bottom: 30px;
	margin-bottom: 20px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.news-block-two h4:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 6px;
	width: 100%;
	background: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/shape/border-shape-2.png") repeat-x center;
}

.news-block-two h4 a {
	color: #202020;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.news-block-two .inner-box:hover h4 a {
	color: #fff;
}

.news-block-two .read-more-link {
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--fira-sans);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.news-block-two .read-more-link:hover {
	padding-left: 42px;
}

.news-block-two .read-more-link:before {
	position: absolute;
	content: "";
	left: 0;
	top: 11px;
	height: 1px;
	width: 21px;
}

.news-block-two .read-more-link i {
	position: absolute;
	left: 21px;
	top: -1px;
	font-size: 14px;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.news-block-two .read-more-link:hover i {
	opacity: 1;
}

/* Contact Section */
.contact-section {
	position: relative;
	padding: 100px 0 0;
}

.contact-section .top-content {
	padding-bottom: 70px;
}

.contact-section .pattern {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
}

.contact-section .sec-title {
	margin-bottom: 40px;
}

.contact-section .wrapper-box {
	margin-bottom: 30px;
}

.contact-section .author-box {
	position: relative;
	padding-left: 90px;
	min-height: 60px;
	margin-bottom: 40px;
	padding-top: 5px;
}

.contact-section .author-box .image {
	position: absolute;
	left: 0;
	top: 0;
	margin-bottom: 15px;
}

.contact-section .author-box .image img {
	border-radius: 50%;
}

.contact-section .author-box h4 {
	font-size: 16px;
	font-weight: 600;
	font-family: var(--fira-sans);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.contact-section .author-box .phone-numer {
	font-size: 30px;
	font-weight: 600;
	color: #202020;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.contact-section .list {
	margin-bottom: 30px;
}

.contact-section .list li {
	font-size: 18px;
	font-weight: 500;
	color: #3b3b3b;
}

.contact-section .read-more-link {
	position: relative;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 600;
	font-family: var(--fira-sans);
}

.contact-section .read-more-link:before {
	position: absolute;
	content: "";
	left: 0;
	top: 9px;
	height: 1px;
	width: 10px;
}

.contact-section .contact-form {
	margin-bottom: 30px;
}

.contact-section .contact-form .bootstrap-select>.dropdown-toggle, .contact-section .contact-form .form-group input[type="text"], .contact-section .contact-form .form-group input[type="email"], .contact-section .contact-form .form-group textarea, .contact-section .contact-form .form-group select {
	color: #9a9b9c;
	border-color: #f3f3f3;
	background-color: #fff;
	height: 60px;
}

.contact-section .contact-form .form-group textarea {
	height: 143px;
}

.contact-section .contact-form .btn-style-four {
	width: 100%;
}

.contact-section .contact-form .btn-style-four .btn-title {
	padding: 15px 40px;
}

.contact-form button:focus, .contact-form .btn-light:not(:disabled):not(.disabled).active:focus, .contact-form .btn-light:not(:disabled):not(.disabled):active:focus, .contact-form .show>.btn-light.dropdown-toggle:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	box-shadow: none;
	outline: none;
	outline: none !important;
}

.dropup .dropdown-toggle::after {
	display: none;
}

.bootstrap-select .dropdown-toggle .filter-option:after {
	font-family: "Font Awesome 5 Pro";
	content: "";
	position: absolute;
	right: 25px;
	top: 15px;
	display: block;
	line-height: 30px;
	font-size: 15px;
	text-align: center;
	z-index: 5;
	font-weight: 400;
}

.contact-form .btn-light:not(:disabled):not(.disabled).active, .contact-form .btn-light:not(:disabled):not(.disabled):active, .contact-form .show>.btn-light.dropdown-toggle {
	color: #9a9b9c;
	border-color: #f3f3f3;
	background-color: #fff;
}

/* Subscribe Newsletter */
.contact-section


.subscribe-newsletter {
	position: relative;
	padding: 55px 30px 0;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	z-index: 9;
}

.subscribe-newsletter:before {
	position: absolute;
	content: "";
	left: 40px;
	right: 40px;
	top: -20px;
	height: 20px;
	opacity: .3;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

.subscribe-newsletter:after {
	position: absolute;
	content: "";
	left: 20px;
	right: 20px;
	top: -10px;
	height: 10px;
	opacity: .5;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

.subscribe-newsletter .sec-title h4 {
	color: #fff;
}

.contact-section .subscribe-newsletter .form-group {
	position: relative;
	margin: 0 auto;
	text-align: center;
	max-width: 770px;
	-webkit-transform: translateY(35px);
	-ms-transform: translateY(35px);
	transform: translateY(35px);
	margin-top: -38px;
}

.contact-section .subscribe-newsletter .form-group input {
	height: 70px;
	background: #fff;
	width: 100%;
	padding-left: 65px;
	padding-right: 180px;
	border-radius: 6px;
}

.contact-section .subscribe-newsletter .form-group button.btn-style-four {
	position: absolute;
	right: 10px;
	top: 10px;
}

.contact-section .subscribe-newsletter .form-group i {
	position: absolute;
	left: 40px;
	top: 22px;
}

.contact-section .subscribe-newsletter .form-group span.btn-title {
	padding: 10px 30px;
}

.contact-section .subscribe-newsletter .text {
	margin-top: 10px;
}

.contact-section .subscribe-newsletter h2 {
	font-weight: 500;
}

/* Main Footer Style Two */
.main-footer.style-two {
	position: relative;
	background-color: #252a3f;
}

.main-footer.style-two .widgets-section {
	padding: 135px 0px 30px;
}

.main-footer.style-two .links-widget .widget-content {
	padding-left: 0;
}

.main-footer.style-two .links-widget {
	padding-left: 100px;
}

.main-footer.style-two .links-widget .logo {
	position: absolute;
	left: 0;
	top: 0;
}

.main-footer.style-two .links-widget ul li {
	margin-bottom: 12px;
}

.main-footer.style-two .links-widget ul li a {
	color: #c0c2ce;
}

.main-footer.style-two .links-widget ul li a:hover {
	color: #fff;
}

.main-footer.style-two .pattern {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.main-footer.style-two .widget-title {
	padding-bottom: 25px;
	margin-bottom: 30px;
}

.main-footer.style-two .widget-title:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 8px;
	width: 40px;
	background: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/shape/border-shape-2.png") repeat-x center;
}

/* Post Widget */
.post-widget {
	position: relative;
}

.post-widget .post {
	position: relative;
	padding-left: 100px;
	margin-bottom: 30px;
}

.post-widget .image {
	position: absolute;
	left: 0;
	top: 7px;
}

.post-widget .image img {
	border-radius: 6px;
}

.post-widget .date {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: #c0c2ce;
	margin-bottom: 5px;
}

.post-widget h4 {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.post-widget h4 a {
	color: #fff;
}

.post-widget .read-more-post {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	font-family: var(--fira-sans);
	color: #aab1c8;
	text-transform: uppercase;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.post-widget .read-more-post i {
	font-weight: normal;
	margin-left: 10px;
}

/* Contact Widget */
.contact-widget .text {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #c0c2ce;
	margin-bottom: 5px;
}

.contact-widget ul.list {
	margin-bottom: 20px;
}

.contact-widget ul.list li {
	position: relative;
	font-size: 18;
	font-weight: 600;
	color: #fff;
}

.contact-widget ul.list li a {
	color: #c0c2ce;
}

.contact-widget .social-links {
	position: relative;
}

.contact-widget .social-links li {
	position: relative;
	margin-right: 8px;
	margin-bottom: 10px;
	display: inline-block;
}

.contact-widget .social-links li a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 14px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	background: rgba(255, 255, 255, .2);
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-widget .social-links li a:hover {
	color: #fff;
}

.contact-widget .social-links li a:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.contact-widget .social-links li a:hover:before {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.contact-widget .social-links li a span {
	position: relative;
}

/* Footer Bottom Two */
.footer-bottom-two {
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, .15);
	padding-top: 22px;
}

.footer-bottom-two .copyright-text {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #c0c2ce;
	margin-bottom: 22px;
}

.footer-bottom-two .menu {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 22px;
}

.footer-bottom-two .menu li+li {
	margin-left: 25px;
}

.footer-bottom-two .menu li a {
	font-size: 16px;
	font-weight: 500;
	color: #c0c2ce;
}

/* Footer Bottom Three */
.footer-bottom-three {
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, .15);
	background-color: #e9eef8;
	padding-top: 22px;
}

.footer-bottom-three .copyright-text {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	color: #0000cd;
	margin-bottom: 22px;
}

.footer-bottom-three .menu {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 22px;
}

.footer-bottom-three .menu li+li {
	margin-left: 25px;
}

.footer-bottom-three .menu li a {
	font-size: 16px;
	font-weight: 500;
	color: #0000cd;
}

.footer-bottom-three .bottom-area {
	border-top: 1px solid #d2d6e0;
	padding: 12px 0;
}

.footer-bottom-three .bottom-area ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-bottom-three .bottom-area ul li {
	margin-right: 55px;
	line-height: 40px;
}

.footer-bottom-three .bottom-area ul li a {
	color: #0000cd;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-weight: 500;
}

.footer-bottom-three .bottom-area ul li:last-child {
	margin-right: 0;
}

/* Features Section Four */
.features-section-four {
	position: relative;
	background: #eff2f5;
}

.features-section-four .wrapper-box {
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .15);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .15);
	margin-top: -82px;
	position: relative;
	z-index: 9;
	background: #fff;
	border-radius: 6px;
}

.features-section-four .outer-box {
	border-radius: 6px;
	overflow: hidden;
}

.feature-block-four {
	position: relative;
	padding: 0;
}

.feature-block-four .inner-box {
	position: relative;
	padding: 0 0px 20px 0px;
	text-align: center;
	overflow: hidden;
	margin: 12px 12px 0px 0px;
}

.feature-block-four:first-child .inner-box {
	margin-left: 12px;
}

.feature-block-four+.feature-block-four .inner-box {
	border-left: 1px solid #f1f4fa;
}

.feature-block-four .inner-box:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.feature-block-four .inner-box:hover:before {
	height: 100%;
	opacity: 1;
}

.feature-block-four .inner-box:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 230px;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: scaleY(0) translateY(-115px);
	-ms-transform: scaleY(0) translateY(-115px);
	transform: scaleY(0) translateY(-115px);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	background-color: #76a838;
	border-radius: 50%;
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

.feature-block-four .inner-box:hover:after {
	opacity: 1;
	-webkit-transform: scaleY(1) translateY(-115px);
	-ms-transform: scaleY(1) translateY(-115px);
	transform: scaleY(1) translateY(-115px);
}

.feature-block-four .icon {
	margin-bottom: 22px;
	position: relative;
	z-index: 9;
}

.feature-block-four h4 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.feature-block-four .inner-box:hover h4 {
	color: #fff;
}

.feature-block-four .text {
	position: relative;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 500;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.feature-block-four .inner-box:hover .text {
	color: #fff;
}

.feature-block-four .read-more-link {
	position: relative;
	color: #9ca6b6;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.feature-block-four .inner-box:hover .read-more-link {
	color: #fff;
}

.feature-block-four .read-more-link i {
	margin-left: 5px;
}

/* About Section Three */
.about-section-three {
	position: relative;
	padding-top: 150px;
}

.about-section-three .pattern {
	position: absolute;
	left: 0;
	bottom: 130px;
	right: 0;
	top: 0;
	background-size: cover;
}

.about-section-three .sec-title .read-more-link {
	position: relative;
	color: #0000cd;
	font-size: 16px;
	font-weight: 600;
	font-family: var(--fira-sans);
	text-transform: uppercase;
	padding-bottom: 3px;
	margin-top: 20px;
	display: inline-block;
}

.about-section-three .sec-title .read-more-link:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 5px;
	width: 100%;
	background-color: #c3cbd9;
}

.team-block-two {
	position: relative;
}

.team-block-two .inner-box {
	position: relative;
	margin-bottom: 30px;
}

.team-block-two .image {
	position: relative;
}

.team-block-three .image img {
	width: 100%;
}

.team-block-two .image .default-image {
	transition: 1s;
}

.team-block-two .image .hover-image {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	opacity: 0;
	transition: 1s;
}

.team-block-two .inner-box:hover .image .hover-image {
	opacity: 1;
}

.team-block-two .inner-box:hover .image .default-image {
	opacity: 0;
}

.team-block-two .content {
	position: relative;
	background-color: #fff;
	padding: 24px 30px 22px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .15);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .15);
	margin-right: 40px;
	border-radius: 6px;
}

.team-block-two .content:before {
	position: absolute;
	content: "";
	background-color: #fff;
	top: 0;
	width: 50px;
	right: -20px;
	bottom: 0;
	-webkit-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
	border-radius: 6px;
	border-right: 3px solid #9ca6b6;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.team-block-two h4 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
}

.team-block-two .designation {
	position: relative;
	font-size: 18px;
	font-weight: 500;
}

.team-block-two .video-btn {
	position: absolute;
	right: -40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.team-block-two .video-btn:before {
	position: absolute;
	content: "";
	left: -5px;
	top: -5px;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 1px solid;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background-color: #fff;
	opacity: 0;
}

.team-block-two .inner-box:hover .video-btn:before {
	opacity: 1;
}

.team-block-two .video-btn a {
	position: relative;
	color: #9ca6b6;
	font-size: 20px;
	border-radius: 50%;
	display: inline-block;
	width: 54px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	border: 1px solid #d8dce5;
	background-color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.team-block-two .inner-box:hover .video-btn a {
	color: #fff;
}

.team-block-two .video-btn a span {
	position: relative;
	left: 2px;
}

.about-section-three .team-area {
	padding-bottom: 70px;
}

.about-section-three .fact-counter-three {
	position: relative;
	margin-bottom: -130px;
	z-index: 9;
}

.about-section-three .fact-counter-three .image {
	margin-bottom: 30px;
}

.about-section-three .fact-counter-three .image img {
	border-radius: 6px;
	width: 100%;
}

.fact-counter-three {
	position: relative;
}

.fact-counter-three .inner {
	-webkit-box-shadow: rgba(0, 0, 0, .2) 0px 0px 50px 0px;
	box-shadow: rgba(0, 0, 0, .2) 0px 0px 50px 0px;
	margin-bottom: 30px;
	background-color: #fff;
	padding: 50px 30px;
	border-radius: 6px;
	background-image: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/shape/pattern-1.jpg");
	background-size: cover;
}

.fact-counter-three .inner.nitro-lazy {
	background-image: none !important;
}

.fact-counter-three .inner:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-image: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/shape/pattern-2.jpg");
	background-size: cover;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	border-radius: 6px;
}

.fact-counter-three .inner:hover:before {
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
	opacity: 1;
}

.fact-counter-three .counter-title {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	top: -4px;
	text-transform: uppercase;
	font-family: var(--fira-sans);
	margin-bottom: 10px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.fact-counter-three .inner:hover .counter-title {
	color: #fff;
}

.fact-counter-three .count-box {
	position: relative;
	font-size: 100px;
	font-weight: 800;
	line-height: 100px;
	font-family: "PT Sans", sans-serif;
	background-image: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/shape/pattern-15.png");
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 15px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.fact-counter-three .count-box.nitro-lazy {
	background-image: none !important;
}

.fact-counter-three .inner:hover .count-box {
	background-color: #fff;
	background-image: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/shape/pattern-16.png");
}

.fact-counter-three .inner:hover .count-box.nitro-lazy {
	background-image: none !important;
}

.fact-counter-three .read-more-link {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: #0000cd;
	line-height: 1.4em;
	font-family: var(--fira-sans);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-transform: uppercase;
}

.fact-counter-three .inner:hover .read-more-link {
	color: #fff;
}

.fact-counter-three .read-more-link i {
	opacity: 0;
	margin-left: 5px;
	color: #fff;
}

.fact-counter-three .inner:hover .read-more-link i {
	opacity: 1;
}

/* Experience Section */
.experience-section {
	padding-top: 200px;
	padding-bottom: 70px;
}

.experience-section .sec-title .text {
	color: #d2ccda;
}

.experience-section .icon-box {
	position: relative;
	padding-left: 150px;
	margin-bottom: 30px;
	min-height: 120px;
}

.experience-section .icon-box .icon {
	position: absolute;
	left: 40px;
	top: 40px;
}

.experience-section .icon-box .icon span {
	height: 70px;
	width: 70px;
	border: 1px solid #51495e;
	line-height: 68px;
	text-align: center;
	background-color: #2e243e;
	font-size: 40px;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.experience-section .icon-box .icon:before {
	position: absolute;
	content: "";
	left: -40px;
	top: -40px;
	width: 90px;
	height: 90px;
	border: 1px solid #51495e;
	border-radius: 50%;
}

.experience-section .icon-box h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #fff;
}

.experience-section .icon-box .text {
	font-size: 18px;
	font-weight: 500;
	color: #d2ccda;
	margin-bottom: 35px;
}

.experience-section .experience-wrapper {
	position: relative;
	margin-bottom: 30px;
	max-width: 570px;
}

.experience-section .experience-wrapper h1 {
	position: absolute;
	right: -202px;
	top: 0;
	-webkit-transform: rotate(90deg) translateX(50%);
	-ms-transform: rotate(90deg) translateX(50%);
	transform: rotate(90deg) translateX(50%);
	font-size: 80px;
	color: rgba(255, 255, 255, .08);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.experience-section .experience-year {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 183px;
	width: 183px;
	border-radius: 50%;
	text-align: center;
	padding-top: 30px;
	margin-left: -32px;
	margin-top: 5px;
}

.experience-section .experience-year h2 {
	position: relative;
	font-size: 60px;
	line-height: 65px;
	color: #fff;
	font-weight: 900;
}

.experience-section .experience-year .text {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	font-family: var(--fira-sans);
}

/* Cases Section Two */
.cases-section-two {
	position: relative;
	padding: 100px 0 100px;
	background-color: #e9eef8;
}

.cases-section-two .pattern {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	background-repeat: repeat;
}

.case-block-two .inner-box {
	position: relative;
	margin-bottom: 30px;
}

.case-block-two .inner-box img {
	border-radius: 6px;
	width: 100%;
}

.case-block-two .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.case-block-three .inner-box {
	position: relative;
}

.case-block-three .image {
	position: relative;
}

.case-block-three .image:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	background-color: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.case-block-three .image img {
	border-radius: 6px;
	width: 100%;
}

.case-block-three .logo {
	position: absolute;
	right: 50px;
	top: 40px;
}

.case-block-three .lower-content {
	position: absolute;
	background-color: #fff;
	margin: 0 50px;
	margin-top: -125px;
	border-radius: 6px;
	text-align: center;
	padding: 0 30px 30px;
	bottom: 0;
	left: 0;
	right: 0;
}

.case-block-three .category {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	padding: 8px 25px;
	line-height: 1.2em;
	border-radius: 16px;
	display: inline-block;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .2);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #fff;
}

.case-block-three h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}

.case-block-three .text {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

.case-block-three .read-more-link {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: var(--fira-sans);
}

.case-block-three .read-more-link i {
	margin-left: 5px;
	font-weight: normal;
	font-size: 16px;
}

.cases-section-two .bottom-text {
	position: relative;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	margin-top: 15px;
}

.cases-section-two .bottom-text a {
	position: relative;
	font-weight: 600;
}

.cases-section-two .bottom-text a i {
	margin-left: 5px;
	font-weight: normal;
	font-size: 16px;
}

/* Services Section Two */
.services-section-two {
	position: relative;
	padding: 100px 0;
}

.services-section-two .top-content .text {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}

.services-section-two .theme_carousel {
	margin: 0 -15px;
}

.service-block-two {
	position: relative;
	padding: 0 15px;
}

.service-block-two .inner-box {
	position: relative;
	text-align: center;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, .1);
	margin-bottom: 50px;
	background-image: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/shape/pattern-11.png");
	background-color: #fff;
}

.service-block-two .inner-box.nitro-lazy {
	background-image: none !important;
}

.service-block-two .image {
	position: relative;
}

.service-block-two .icon {
	position: relative;
	height: 120px;
	width: 120px;
	margin: 0 auto;
	line-height: 120px;
	text-align: center;
	color: #9ca6b6;
	font-size: 60px;
	-webkit-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	transform: translateY(-60px);
	margin-bottom: -40px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-box-shadow: 10px 0px 10px 0px rgba(0, 0, 0, .1), inset 0px -4px 0px 0px rgba(12, 41, 87, .22);
	box-shadow: 10px 0px 10px 0px rgba(0, 0, 0, .1), inset 0px -4px 0px 0px rgba(12, 41, 87, .22);
}

.service-block-two .inner-box:hover .icon {
	opacity: 0;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
}

.service-block-two h4 {
	font-size: 22px;
	font-weight: 600;
}

.service-block-two .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background-size: cover;
}

.service-block-two .overlay:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #201630;
	opacity: .84;
}

.service-block-two .inner-box:hover .overlay {
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
	opacity: 1;
}

.service-block-two .overlay .text {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	padding: 45px 0;
	margin-bottom: 0;
}

.service-block-two .theme-btn {
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, .1);
	color: #9ca6b6;
}

.service-block-two .btn-style-two .btn-title {
	padding: 8px 40px;
}

.service-block-two .btn-style-two .btn-title i {
	top: 1px;
	font-weight: normal;
	font-size: 16px;
}

.service-block-two .btn-title:before {
	display: none;
}

/* style one */
.services-section-two .owl-dots {
	position: relative;
	text-align: center;
	display: block;
}

.services-section-two .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
}

.services-section-two .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 12px;
	height: 12px;
	background: #6a9732;
	border-radius: 6px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.services-section-two .owl-dots .owl-dot.active span, .services-section-two .owl-dots .owl-dot:hover span {
	background-color: #6a9732;
}

/* Testimonials Section Four */
.testimonial-section-four {
	position: relative;
	padding: 100px 0 100px;
	background-color: #f7faf5;
}

.testimonial-section-four .auto-container {
	overflow: hidden;
}

.testimonial-section-four .wrapper-box {
	position: relative;
	margin-right: -440px;
}

.testimonial-block-four {
	position: relative;
}

.testimonial-block-four .inner-box {
	position: relative;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
}

.testimonial-block-four .inner-box .image img {
	width: 100%;
}

.testimonial-block-four .content {
	position: relative;
	padding: 50px 40px 45px;
	width: 50%;
	padding-right: 30px;
}

.testimonial-block-four .content:before {
	position: absolute;
	content: "";
	left: -35px;
	top: 60px;
	width: 37px;
	height: 60px;
	background: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/icons/icon-45.png") no-repeat;
}

.owl-item .testimonial-block-four .content:before {
	opacity: 0;
}

.testimonial-block-four .icon-box {
	position: relative;
	padding-left: 75px;
	margin-bottom: 35px;
}

.testimonial-block-four .icon {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 60px;
	line-height: 60px;
	color: #fff;
}

.testimonial-block-four h4 {
	font-size: 20px;
	font-weight: 600;
	color: #0000cd;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.testimonial-block-four .text {
	color: #0000cd;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 25px;
}

.testimonial-block-four .rating {
	margin-bottom: 7px;
	font-size: 18px;
}

.testimonial-block-four .author-title {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	font-family: var(--fira-sans);
}

.testimonial-block-four .author-title span {
	font-size: 18px;
	font-weight: 500;
	font-family: "PT Sans", sans-serif;
}

.testimonial-section-four .image-column img {
	border-radius: 6px;
}

.testimonial-section-four .owl-theme .owl-nav {
	position: absolute;
	top: -90px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	display: block;
	max-width: 760px;
}

.testimonial-section-four .owl-theme .owl-nav .owl-prev {
	position: absolute;
	right: 70px;
	top: 0;
	height: 56px;
	width: 56px;
	border-radius: 50%;
	border: none;
	text-align: center;
	line-height: 56px;
	font-size: 0px;
	opacity: 1;
	margin-top: -30px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-section-four .owl-theme .owl-nav .owl-prev:before {
	font-family: "Flaticon";
	content: "";
	position: absolute;
	top: 0;
	width: 56px;
	height: 56px;
	line-height: 54px;
	border: 1px solid #d8dce5;
	left: 0;
	border-radius: 50%;
	background: #fff;
	color: #9ca6b6;
	font-size: 20px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-section-four .owl-theme .owl-nav .owl-next {
	position: absolute;
	right: 0;
	top: 0;
	height: 56px;
	width: 56px;
	border-radius: 50%;
	border: none;
	text-align: center;
	line-height: 60px;
	color: rgba(0, 0, 0, 0);
	font-size: 0px;
	opacity: 1;
	margin-top: -30px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-section-four .owl-theme .owl-nav .owl-next:before {
	font-family: "Flaticon";
	content: "";
	position: absolute;
	top: 0;
	width: 56px;
	height: 56px;
	line-height: 54px;
	border: 1px solid #d8dce5;
	right: 0;
	color: #9ca6b6;
	background: #fff;
	border-radius: 50%;
	font-size: 20px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

/* Award Section */
.award-section {
	position: relative;
	padding: 30px 0 0 0;
	background-size: cover;
	background-position: right center;
}

.award-section .wrapper-box {
	margin: 0 -50px;
	margin-bottom: -65px;
}

.award-section .sec-title.style-three.light .text {
	color: #d2ccda;
	font-weight: 400;
}

.award-block {
	position: relative;
	margin-bottom: 30px;
	border-right: 1px solid rgba(255, 255, 255, .15);
}

.award-block:last-child {
	border-right: 0px;
}

.award-block .inner-box {
	position: relative;
}

.award-block .image {
	margin-bottom: 20px;
	text-align: center;
}

.award-block h4 {
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}

.award-section .bottom-text {
	font-size: 18px;
	color: #e9eef8;
}

.award-section .bottom-text a {
	font-weight: 600;
}

.award-section .bottom-text a i {
	font-weight: normal;
	margin-left: 5px;
	font-size: 16px;
}

/* News Section Three */
.news-section-three {
	position: relative;
	padding: 40px 0 40px;
	background-color: #e9eef8;
}

.news-section-three .pattern {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	background-repeat: repeat;
}

.news-block-three .inner-box {
	position: relative;
	margin-bottom: 30px;
}

.news-block-three .image {
	position: relative;
	overflow: hidden;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 360px;
	background: #fff;
}

.page-template-template-blog .news-block-three .image {
	height: auto;
}

.search-results  .news-block-three .image {
	height: auto;
}

.page-template-template-press-release {
	background: #eff2f5;
}

.page-template-template-press-release .news-section-three.style-two {
	background-color: #eff2f5;
}

.page-template-template-press-release .news-block-three {
	margin-bottom: 20px;
}

.news-block-three .image img {
	width: auto;
}

.news-section-three.style-two h4 {
	color: #232629;
}

.news-block-three .lower-content {
	position: relative;
	background-color: #fff;
	margin: 0 12px;
	margin-top: -50px;
	border-radius: 6px;
	padding: 12px 20px 16px;
}

.news-block-three .lower-content:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: #201630;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	border-radius: 6px;
}

.news-block-three .inner-box:hover .lower-content:before {
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
	opacity: 1;
}

.news-block-three .category {
	position: relative;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	background-color: #201630;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	line-height: 24px;
	padding: 0px 17px;
	border-radius: 12.5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-bottom: 5px;
}

.news-block-three .post-meta {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 2px;
}

.news-block-three .post-meta li {
	margin-right: 8px;
	color: #fb9a27;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
}

.news-block-three h4 {
	font-size: 15px;
	font-weight: 600;
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 1.4em;
}

.news-block-three h4::before {
	position: absolute;
	content: "";
	left: 0px;
	bottom: 0px;
	height: 7px;
	width: 100%;
}

.news-block-three h4 a {
	color: #0000cd;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.news-block-three .inner-box:hover h4 a {
	color: #0000cd;
}

.news-block-three .read-more-link {
	position: relative;
	font-size: 13px;
	font-weight: 600;
	color: #0000cd;
	color: #fb9a27;
	font-family: var(--fira-sans);
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	text-transform: uppercase;
}

.news-block-three .read-more-link:hover {
	color: #0000cd !important;
}

.news-block-three .read-more-link i {
	position: relative;
	top: 1px;
	font-weight: normal;
	margin-left: 10px;
}

.news-section-three .news-block-wrapper {
	position: relative;
	background-color: #fff;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding: 20px 20px 0;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
}

.news-block-four .inner-box {
	position: relative;
	padding-bottom: 20px;
}

.news-block-four .lower-content {
	position: relative;
	background-color: #e9eef8;
	border-radius: 6px;
	padding: 0 20px 25px;
	margin-top: 12px;
}

.news-block-four .overlay {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 20px;
	padding: 30px 20px 25px;
	top: 0;
	background-color: #e9eef8;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	border-radius: 6px;
}

.news-block-four .inner-box:hover .overlay {
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
	opacity: 1;
}

.news-block-four .category {
	position: relative;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	background-color: #201630;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	line-height: 24px;
	padding: 0px 17px;
	border-radius: 12.5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: 9;
	margin-bottom: 3px;
}

.news-block-four .post-meta {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.news-block-four .post-meta li {
	margin-right: 8px;
	color: #9ca6b6;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
}

.news-block-four h4 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4em;
}

.news-block-four h4 a {
	color: #0000cd;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.news-block-four .read-more-link {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: #0000cd;
	color: #9ca6b6;
	font-family: var(--fira-sans);
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	text-transform: uppercase;
	margin-top: 10px;
	display: inline-block;
}

.news-block-four .read-more-link i {
	position: relative;
	top: 1px;
	font-weight: normal;
	margin-left: 10px;
}

.news-section-three .read-more-post {
	width: 100%;
	text-align: center;
	display: inline-block;
	background: #201630;
	color: #fff;
	padding: 11px 0;
	font-size: 16px;
	font-weight: 600;
	font-family: var(--fira-sans);
	text-transform: uppercase;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	margin-bottom: 30px;
}

.news-section-three .read-more-post i {
	font-weight: normal;
	font-size: 15px;
	margin-left: 5px;
}

/* Meet Up Section */
.meet-up-section {
	position: relative;
	padding: 220px 0;
	background-size: cover;
	background-position: center;
}

.meet-up-section .content-box {
	text-align: center;
	padding: 50px 0;
}

.meet-up-section .content-box .icon {
	position: relative;
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 20px;
}

.meet-up-section .content-box h3 {
	font-size: 36px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.meet-up-section .content-box h1 {
	font-size: 60px;
	font-weight: 700;
	line-height: 65px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.meet-up-section .content-box .text {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

.meet-up-section .content-box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 18px;
}

.meet-up-section .content-box ul li {
	margin-right: 13px;
	padding-right: 10px;
	border-right: 1px solid #ddd;
	font-size: 18px;
	font-weight: 500;
	color: #0000cd;
}

.meet-up-section .content-box ul li a {
	color: #0000cd;
}

.meet-up-section .content-box ul li a i {
	font-weight: normal;
	margin-right: 8px;
}

.meet-up-section .content-box ul li:last-child {
	border: 0;
	margin-right: 0;
	padding-right: 0;
}

.meet-up-section .content-box .theme-btn {
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	color: #0000cd;
}

.meet-up-section .content-box .theme-btn i {
	font-weight: normal;
	font-size: 16px;
	top: 1px;
}

.meet-up-section .content-box .theme-btn:hover {
	color: #fff;
}

/* Subscribe Newletter Two */
.subscribe-newsletter-two {
	padding-top: 75px;
	padding-bottom: 90px;
	margin-bottom: -28px;
	z-index: 9;
	position: relative;
}

.subscribe-newsletter-two .form-group {
	position: relative;
}

.subscribe-newsletter-two .form-group input {
	height: 60px;
	border: 1px solid #fff;
	background: transparent;
	width: 100%;
	padding-left: 65px;
	padding-right: 180px;
	border-radius: 6px;
	color: #fff;
}

.subscribe-newsletter-two .form-group button {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #fff;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	font-size: 16px;
}

.subscribe-newsletter-two .form-group i {
	color: #fff;
	position: absolute;
	left: 40px;
	top: 17px;
}

.subscribe-newsletter-two h2 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}

/* Download PDF */
.download-pdf {
	position: relative;
}

.download-pdf .outer-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.download-pdf .left-column {
	width: 50%;
	background-color: #132252;
	padding: 50px 115px;
	background-size: cover;
}

.download-pdf .left-column .inner-box {
	max-width: 585px;
	margin: 0 auto;
	margin-right: 0;
}

.download-pdf .right-column {
	width: 50%;
	background-color: #2f5ce9;
	padding: 50px 115px;
	background-size: cover;
}

.download-pdf .right-column .inner-box {
	max-width: 585px;
}

.download-pdf .icon-box {
	position: relative;
	padding-left: 100px;
}

.download-pdf .icon-box .icon {
	position: absolute;
	left: 0;
	top: 0;
}

.download-pdf .icon-box h5 {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 5px;
}

.download-pdf .icon-box h4 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
}

.download-pdf .icon-box a {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	font-family: var(--fira-sans);
}

/* Features Section Five */
.features-section-five {
	position: relative;
	padding: 50px 0 0px;
}

.features-section-five .link-btn {
	position: relative;
	text-align: center;
	margin-top: 30px;
}

.feature-block-five .inner-box {
	position: relative;
	padding: 60px 35px 35px;
	padding-right: 28px;
	max-width: 270px;
	margin: 0 auto 30px;
}

.feature-block-five .inner-box:before {
	position: absolute;
	content: "";
	left: -42px;
	top: -40px;
	right: -42px;
	bottom: -45px;
	background-image: url("https://cdn-eabjc.nitrocdn.com/rCdgrlUBjjGUfYxigisYPvtYXUkMZGiN/assets/images/optimized/rev-30d24c5/fineotex.com/wp-content/uploads/2021/08/shape-10.png");
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

.feature-block-five:nth-child(even) .inner-box:before {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.feature-block-five .icon {
	margin-bottom: 25px;
	position: relative;
}

.feature-block-five h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}

.feature-block-five .text {
	position: relative;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 0;
	color: #232629;
}

.feature-block-five .read-more-link {
	position: absolute;
	top: 42px;
	right: 22px;
	height: 57px;
	width: 57px;
	line-height: 57px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	opacity: 0;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
}

.feature-block-five .read-more-link i::before {
	color: #fff;
}

.feature-block-five .inner-box:hover .read-more-link {
	opacity: 1;
	-webkit-transform: scale(1) rotate(360deg);
	-ms-transform: scale(1) rotate(360deg);
	transform: scale(1) rotate(360deg);
}

.features-section-five .theme-btn {
	border-radius: 32px;
	background-color: transparent;
}

.features-section-five .btn-title {
	padding: 13px 45px;
	border-radius: 30px;
	color: #0000cd;
	background-color: #ebf0f9;
	text-transform: uppercase;
}

.features-section-five .theme-btn:hover .btn-title {
	color: #fff;
}

.features-section-five .theme-btn .btn-title i {
	font-size: 18px;
	margin-left: 8px;
	line-height: 1.4em;
	top: 2px;
	margin-right: 0;
}

/* About Section Five*/
.about-section-five {
	position: relative;
	padding: 100px 0 70px;
	background-size: cover;
	background-position: right center;
}

.about-section-five h4 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
}

.about-section-five .text {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
}

.about-section-five .icon-box {
	position: relative;
	padding-left: 80px;
	min-height: 60px;
	margin-bottom: 30px;
}

.about-section-five .icon-box .icon {
	position: absolute;
	left: 0;
	top: 0;
}

.about-section-five .icon-box h5 {
	font-size: 16px;
	font-weight: 600;
	color: #9ca6b6;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.about-section-five .icon-box h3 {
	font-size: 22px;
	font-weight: 600;
}

.about-section-five .theme-btn {
	border-radius: 32px;
	background-color: transparent;
	margin-bottom: 30px;
}

.about-section-five .btn-title {
	padding: 13px 45px;
	border-radius: 30px;
	color: #0000cd;
	background-color: #fff;
	text-transform: uppercase;
}

.about-section-five .theme-btn:hover .btn-title {
	color: #fff;
}

.about-section-five .theme-btn .btn-title i {
	font-size: 18px;
	margin-left: 8px;
	line-height: 1.4em;
	top: 2px;
	margin-right: 0;
}

.about-section-five .graph {
	margin-bottom: 30px;
}

/* Services Section Three */
.services-section-three {
	position: relative;
	padding: 100px 0 70px;
}

.service-block-three {
	position: relative;
	padding: 0 15px;
	margin-bottom: 30px;
}

.service-block-three .inner-box {
	padding-bottom: 70px;
	padding-right: 40px;
	position: relative;
}

.service-block-three .inner-box:before {
	position: absolute;
	content: "";
	left: 0;
	top: 18px;
	right: 20px;
	bottom: 0;
	background-image: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/shape/pattern-18.png");
}

.service-block-three .image {
	position: relative;
}

.service-block-three .image:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	height: 0%;
	background-color: #0000cd;
	opacity: 0;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.service-block-three .inner-box:hover .image:before {
	opacity: .9;
	height: 100%;
}

.service-block-three .content {
	position: absolute;
	left: 70px;
	right: 0;
	bottom: 0;
	padding: 22px 30px 15px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .1);
}

.service-block-three .icon {
	position: absolute;
	left: -70px;
	bottom: 0;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 40px;
	background-color: #132252;
	color: #fff;
}

.service-block-three h4 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
}

.service-block-three .read-more-link {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: var(--fira-sans);
	color: #9ca6b6;
	padding-top: 15px;
	margin-top: 18px;
	border-top: 1px solid #e4e7ee;
	display: block;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.service-block-three .overlay-content {
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.service-block-three .inner-box:hover .overlay-content {
	opacity: 1;
}

.service-block-three .overlay-content .icon-box {
	position: relative;
	padding-left: 90px;
	min-height: 70px;
}

.service-block-three .overlay-content .icon-box .icon {
	position: absolute;
	left: 0;
	top: 0;
	min-height: 70px;
}

.service-block-three .overlay-content h4 {
	color: #fff;
}

.service-block-three .outer-box {
	position: relative;
	padding: 22px 30px 15px;
	padding-left: 100px;
	background-color: #132251;
}

.service-block-three .outer-box:before {
	position: absolute;
	content: "";
	left: 70px;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.service-block-three .outer-box .text {
	position: relative;
	font-size: 18px;
	font-weight: 500;
}

.services-section-three .owl-theme .owl-nav {
	position: absolute;
	top: -90px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	display: block;
}

.services-section-three .owl-theme .owl-nav .owl-prev {
	position: absolute;
	right: 85px;
	top: 0;
	height: 56px;
	width: 56px;
	border-radius: 50%;
	border: none;
	text-align: center;
	line-height: 56px;
	font-size: 0px;
	opacity: 1;
	margin-top: -30px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.services-section-three .owl-theme .owl-nav .owl-prev:before {
	font-family: "Flaticon";
	content: "";
	position: absolute;
	top: 0;
	width: 56px;
	height: 56px;
	line-height: 54px;
	border: 1px solid #d8dce5;
	left: 0;
	border-radius: 50%;
	background: #fff;
	color: #9ca6b6;
	font-size: 20px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.services-section-three .owl-theme .owl-nav .owl-next {
	position: absolute;
	right: 15px;
	top: 0;
	height: 56px;
	width: 56px;
	border-radius: 50%;
	border: none;
	text-align: center;
	line-height: 60px;
	color: rgba(0, 0, 0, 0);
	font-size: 0px;
	opacity: 1;
	margin-top: -30px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.services-section-three .owl-theme .owl-nav .owl-next:before {
	font-family: "Flaticon";
	content: "";
	position: absolute;
	top: 0;
	width: 56px;
	height: 56px;
	line-height: 54px;
	border: 1px solid #d8dce5;
	right: 0;
	color: #9ca6b6;
	background: #fff;
	border-radius: 50%;
	font-size: 20px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

/* Porojects Section Two */
.projects-section-two {
	position: relative;
	padding: 100px 0 0;
	background-color: #132252;
}

.projects-section-two .owl-carousel .owl-stage-outer {
	overflow: visible;
}

.project-block-two .inner-box {
	position: relative;
}

.project-block-two .image {
	position: relative;
}

.project-block-two .image:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: -moz-linear-gradient(90deg, #132252 0%, rgba(19, 34, 82, 0) 100%);
	background-image: -webkit-linear-gradient(90deg, #132252 0%, rgba(19, 34, 82, 0) 100%);
	background-image: -ms-linear-gradient(90deg, #132252 0%, rgba(19, 34, 82, 0) 100%);
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.owl-item.active .project-block-two .image:before {
	opacity: 1;
}

.project-block-two .content {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 60px;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

.owl-item.active .project-block-two .content {
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
	opacity: 1;
}

.project-block-two .left-box {
	position: relative;
	padding-right: 60px;
}

.project-block-two .category {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	padding-left: 60px;
	margin-bottom: 10px;
}

.project-block-two .category:before {
	position: absolute;
	content: "";
	left: 0;
	top: 12px;
	height: 1px;
	width: 50px;
	background-color: #fff;
}

.project-block-two h3 {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
}

.project-block-two .text {
	border-left: 3px solid;
	color: #fff;
	font-size: 18px;
	margin: 0;
	padding: 10px 0;
	padding-left: 32px;
}

.projects-section-two .owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	width: 100%;
	margin: 0px auto;
	display: block;
}

.projects-section-two .owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: -92px;
	top: 0px;
	height: 64px;
	width: 64px;
	text-align: center;
	color: rgba(0, 0, 0, 0);
	font-size: 0px;
	opacity: 1;
	margin-top: -30px;
	background: transparent;
	border-radius: 50%;
	border-width: initial;
	border-style: none;
	border-color: initial;
	-o-border-image: initial;
	border-image: initial;
	-webkit-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

.projects-section-two .owl-theme .owl-nav .owl-prev::after {
	font-family: Flaticon;
	content: "";
	position: absolute;
	top: 0px;
	width: 64px;
	height: 64px;
	line-height: 64px;
	left: 0px;
	color: #9ca6b6;
	font-size: 24px;
	-webkit-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.projects-section-two .owl-theme .owl-nav .owl-next {
	position: absolute;
	right: -92px;
	top: 0px;
	height: 64px;
	width: 64px;
	text-align: center;
	line-height: 64px;
	color: rgba(0, 0, 0, 0);
	font-size: 0px;
	opacity: 1;
	margin-top: -30px;
	background: transparent;
	border-radius: 50%;
	border-width: initial;
	border-style: none;
	border-color: initial;
	-o-border-image: initial;
	border-image: initial;
	-webkit-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

.projects-section-two .owl-theme .owl-nav .owl-next::after {
	font-family: Flaticon;
	content: "";
	position: absolute;
	top: 0px;
	width: 64px;
	height: 64px;
	line-height: 66px;
	right: 0px;
	color: #9ca6b6;
	font-size: 24px;
	-webkit-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	border-radius: 50%;
	background-color: #fff;
}

.projects-section-two .owl-theme .owl-nav button:hover:after {
	color: #fff;
}

/* Process Section Three */
.process-section-three {
	position: relative;
	padding: 100px 0 70px;
}

.process-section-three .pattern {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
}

.process-block-three .inner-box {
	position: relative;
	margin-bottom: 30px;
	padding: 0 30px 30px;
	padding-right: 20px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	margin-top: 45px;
}

.process-block-three h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}

.process-block-three p {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 12px;
	font-family: var(--fira-sans);
	color: #9ca6b6;
	text-transform: uppercase;
}

.process-block-three .icon {
	position: relative;
	height: 90px;
	width: 90px;
	line-height: 90px;
	text-align: center;
	border-radius: 6px;
	font-size: 40px;
	color: #fff;
	margin-bottom: -10px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	-webkit-transform: translateY(-45px);
	-ms-transform: translateY(-45px);
	transform: translateY(-45px);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.process-block-three .icon .step-count {
	position: absolute;
	top: 50%;
	right: 0;
	height: 28px;
	width: 28px;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 600;
	color: #202020;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	background: #fff;
	line-height: 28px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
}

.process-block-three .text {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}

.process-section-three .consult-btn {
	position: relative;
	width: 114px;
	height: 114px;
	border: 7px solid #bfccf7;
	border-radius: 50%;
	text-align: center;
	padding-top: 22px;
	font-size: 15px;
	font-weight: 600;
	font-family: var(--fira-sans);
	text-transform: uppercase;
	margin-bottom: 40px;
}

.process-section-three .consult-btn i {
	display: block;
	font-size: 25px;
	font-weight: normal;
}

.process-section-three .consult-btn a {
	color: #fff;
}

/* Faq Section */
.faq-section {
	position: relative;
	padding: 100px 0 70px;
	background: #ebf0f9;
}

.faq-section .pattern {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
}

/* Accordion box */
.accordion-box {
	position: relative;
	margin-bottom: 30px;
}

.accordion-box .block {
	position: relative;
	padding-top: 0px;
	margin-bottom: 25px;
}

.accordion-box .block:last-child {
	margin-bottom: 0px;
}

.accordion-box .block .acc-btn {
	position: relative;
	font-size: 20px;
	cursor: pointer;
	line-height: 1.2em;
	background: #fff;
	font-weight: 500;
	font-family: var(--fira-sans);
	padding: 25px 30px;
	padding-right: 58px;
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
	background: #fff;
}

.accordion-box .block .icon-outer {
	position: absolute;
	right: 30px;
	top: 28px;
	width: 20px;
	height: 30px;
	font-size: 25px;
	color: #9ca6b6;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1em;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.accordion-box .block .icon-outer .icon_plus {
	opacity: 1;
}

.accordion-box .block .icon-outer .icon_minus {
	opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon_minus {
	opacity: 1;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion-box .block .acc-btn.active .icon-outer .icon_plus {
	opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer {
	color: #0eaf96;
}

.accordion-box .block .acc-content {
	position: relative;
	display: none;
	padding: 23px 30px;
	border-top: 1px solid #e4e7ee;
	background: #fff;
}

.accordion-box .block .acc-content .content-text {
	padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
	display: block;
}

.accordion-box .block .content {
	position: relative;
	font-size: 14px;
}

.accordion-box .block .content .text {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 500;
}

.faq-section .wrapper-box {
	position: relative;
	background: #fff;
	padding: 50px 50px 45px;
}

.faq-section .author-box {
	position: relative;
	padding-left: 90px;
	min-height: 70px;
	margin-bottom: 30px;
}

.faq-section .author-box .image {
	position: absolute;
	top: 0;
	left: 0;
}

.faq-section .author-box .image img {
	border-radius: 50%;
}

.faq-section .author-box h4 {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.faq-section .author-box .phone-number {
	position: relative;
	font-size: 30px;
	font-weight: 600;
}

.faq-section .mail {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}

.faq-section .list {
	margin-bottom: 18px;
}

.faq-section .list li {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
}

.faq-section .read-more-link {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: #9ca6b6;
	font-family: var(--fira-sans);
	text-transform: uppercase;
}

.faq-section .read-more-link i {
	margin-left: 5px;
	font-weight: normal;
}

.faq-section .question-icon {
	position: absolute;
	right: 40px;
	bottom: 20px;
}

/* Testimonial Section Five */
.testimonial-block-five {
	position: relative;
	padding: 100px 0;
}

.testimonial-block-five .logo {
	margin-bottom: 35px;
}

.testimonial-block-five h4 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 25px;
}

.testimonial-block-five .text {
	font-size: 22px;
	font-weight: 500;
	font-style: italic;
	margin-bottom: 30px;
}

.testimonial-block-five .rating {
	margin-bottom: 9px;
	font-size: 20px;
}

.testimonial-block-five .author-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
}

.testimonial-block-five .designation {
	font-size: 18px;
	font-weight: 500;
	font-family: "PT Sans", sans-serif;
}

.testimonial-section-five .author-thumb {
	margin-top: 40px;
	text-align: center;
	opacity: 0;
	transition: .3s;
}

.testimonial-section-five .swiper-slide-active .author-thumb {
	opacity: 1;
}

.testimonial-section-five .quote {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.testimonial-section-five {
	position: relative;
}

.testimonial-section-five:before {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 50%;
	height: 80px;
}

.testimonial-section-five .swiper-nav-button {
	position: absolute;
	right: 30px;
	bottom: 75px;
	width: 140px;
	height: 78px;
	background: #fff;
}

.testimonial-section-five .swiper-button-next, .testimonial-section-five .swiper-button-prev {
	color: #9ca6b6;
	font-size: 20px;
	width: 56px;
	height: 56px;
	line-height: 54px;
	text-align: center;
	top: 0px;
	background: transparent;
	border: 1px solid #dadee6;
	border-radius: 50%;
	margin: 0px;
	-webkit-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}

.testimonial-section-five .swiper-button-prev {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

/* News Section Five */
.news-section-five {
	position: relative;
	background-color: #fff;
}

.news-section-five {
	position: relative;
	padding: 70px 0 70px;
}

.news-block-five {
	position: relative;
	margin-bottom: 30px;
}

.news-block-five .inner-box {
	position: relative;
	padding: 20px;
	background-color: #eff2f5;
	background-size: cover;
	border-top: 3px solid;
}

.news-block-five:before, .news-block-five:after {
	position: absolute;
	content: "";
	left: 15px;
	bottom: 0;
	width: 3px;
	height: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	z-index: 9;
}

.news-block-five:before {
	right: 15px;
	left: auto;
}

.news-block-five:hover:before, .news-block-five:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.news-block-five:hover:after, .news-block-five:hover:before {
	background: none !important;
}

.news-block-five .inner-box::before {
	position: absolute;
	left: 0px;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: transparent;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.news-block-five .inner-box:hover:before {
	opacity: .92;
}

.news-block-five .inner-box::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.news-block-five .inner-box:hover::after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.news-block-five .date {
	position: relative;
	padding-left: 65px;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--fira-sans);
	margin-bottom: 30px;
	line-height: 1.4em;
	color: #fff;
}

.news-block-five .date strong {
	position: absolute;
	left: 0px;
	top: -3px;
	font-size: 50px;
	font-weight: 600;
	line-height: 50px;
	color: #fff;
}

.news-block-five .author {
	position: relative;
	width: 40px;
	height: 40px;
	margin-bottom: 20px;
}

.news-block-five .author img {
	border-radius: 50%;
}

.news-block-five .title {
	position: absolute;
	top: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	pointer-events: none;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	padding: 0px 11px;
	border-radius: 6px;
	background: #cbd3d8;
}

.news-block-five .author:hover .title {
	opacity: 1;
}

.news-block-five .title::before {
	position: absolute;
	content: "";
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 13px;
	height: 7px;
	bottom: -6px;
	-webkit-clip-path: polygon(100% 0px, 50% 100%, 0px 0px);
	clip-path: polygon(100% 0px, 50% 100%, 0px 0px);
	background: #cbd3d8;
}

.news-block-five .category {
	position: relative;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
	display: inline-block;
	line-height: 25px;
	padding: 0px 17px;
	border-radius: 12.5px;
}

.news-block-five h4 {
	font-size: 15px;
	font-weight: 600;
	padding-bottom: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 1.4em;
	color: #fff;
}

.news-block-five h4::before {
	position: absolute;
	content: "";
	left: 0px;
	bottom: 0px;
	height: 7px;
	width: 100%;
	background-image: url("https://cdn-eabjc.nitrocdn.com/rCdgrlUBjjGUfYxigisYPvtYXUkMZGiN/assets/images/optimized/rev-30d24c5/fineotex.com/wp-content/uploads/2021/09/pattern-6.png");
	opacity: .5;
}

.news-block-five h4 a {
	color: #232629;
}

.news-block-five .read-more-btn a {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: #232629;
	font-family: var(--fira-sans);
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	text-transform: uppercase;
}

.news-block-five .read-more-btn a:hover {
	color: #0000cd !important;
}

.news-block-five .read-more-btn a i {
	position: relative;
	top: 1px;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	margin-left: 5px;
}

.news-block-five .read-more-btn a:hover {
	color: #fff;
}

.news-block-five .comments a {
	position: relative;
	color: #aab1c8;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.news-block-five .comments i {
	margin-right: 10px;
}

.news-block-five .comments:hover {
	color: #fff;
}

/* Pricing Section Style Two */
.pricing-section.style-two {
	background-color: #ebf0f9;
}

.pricing-section .ribbon {
	position: absolute;
	top: -10px;
	right: 19px;
	background: #222;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	font-family: var(--fira-sans);
	padding: 0 11px;
	border-radius: 10px;
	line-height: 21px;
	background-color: #ebf0f9;
}

.pricing-block.style-two {
	padding: 0 15px;
}

.pricing-section.style-two .pricing-content .wrapper-box {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pricing-block.style-two .inner-box {
	-webkit-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, .08);
	box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, .08);
	background: #fff;
}

.pricing-block.style-two .top-content {
	background-color: #231933;
}

.pricing-block.style-two .top-content .category {
	color: #fff;
}

.pricing-block.style-two .top-content .price {
	color: #fff;
}

.pricing-block.style-two.active .lower-content h5 {
	background-color: #231933;
}

.pricing-block.style-two.active .lower-content h5::before {
	background-color: #261c36;
}

.pricing-block.style-two.active .lower-content h5::after {
	background-color: #261c36;
}

.pricing-block.style-two .lower-content ul li {
	padding-left: 0;
	font-weight: 500;
}

.pricing-block.style-two .lower-content h4 {
	font-family: inherit;
}

/* Subscribe Newsletter Three */
.subscribe-newsletter-three {
	position: relative;
	padding: 100px 0 140px;
	background-size: cover;
}

.subscribe-newsletter-three .content-box {
	position: relative;
	margin-bottom: 30px;
	background-color: #fff;
	text-align: center;
}

.subscribe-newsletter-three .content-box .image img {
	width: 100%;
}

.subscribe-newsletter-three .content-box .lower-content {
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .2);
	padding: 35px 30px;
}

.subscribe-newsletter-three .content-box h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 25px;
}

.subscribe-newsletter-three .form-group {
	position: relative;
}

.subscribe-newsletter-three .form-group input {
	height: 55px;
	border: 1px solid #e4e7ee;
	background: transparent;
	width: 100%;
	padding-left: 45px;
	padding-right: 75px;
}

.subscribe-newsletter-three .form-group button {
	position: absolute;
	right: 0;
	top: 0;
	width: 55px;
	height: 55px;
	border-left: 1px solid #e4e7ee;
	line-height: 55px;
	text-align: center;
	background-color: transparent;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	font-size: 16px;
	color: #9ca6b6;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.subscribe-newsletter-three .form-group i {
	position: absolute;
	left: 21px;
	top: 15px;
}

.subscribe-newsletter-three h5 {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	font-family: "PT Sans", sans-serif;
}

.subscribe-newsletter-three .bottom-content {
	text-align: center;
	margin-top: 30px;
	font-size: 18px;
	font-weight: 500;
	color: #0000cd;
}

.subscribe-newsletter-three .bottom-content a {
	font-weight: 600;
}

.subscribe-newsletter-three .bottom-content a i {
	font-weight: normal;
	font-size: 16px;
	margin-left: 6px;
}

.feature-section-six {
	position: relative;
	margin-top: -80px;
	background-color: #eff2f5;
}

.feature-block-six {
	position: relative;
	z-index: 2;
}

.feature-block-six .inner-box {
	position: relative;
	background: #fff;
	padding: 30px;
	padding-left: 120px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	margin-bottom: 30px;
}

.feature-block-six:nth-child(1) .inner-box {
	border-top-left-radius: 30px;
}

.feature-block-six:nth-child(3) .inner-box {
	border-top-right-radius: 30px;
}

.feature-block-six:nth-child(1) .inner-box:before {
	border-top-left-radius: 30px;
}

.feature-block-six:nth-child(3) .inner-box:before {
	border-top-right-radius: 30px;
}

.feature-block-six .inner-box:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: #0000cd;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	border-top: 3px solid;
}

.feature-block-six .inner-box:hover:before {
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
	opacity: 1;
}

.feature-block-six .icon {
	position: absolute;
	left: 30px;
}

.feature-block-six h4 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.feature-block-six .inner-box:hover h4 {
	color: #fff;
}

.feature-block-six .text {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.feature-block-six .inner-box:hover .text {
	color: #fff;
}

.feature-block-six .read-more-link {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: var(--fira-sans);
	color: #0000cd;
}

.feature-block-six .read-more-link i {
	position: relative;
	top: 1px;
	margin-left: 3px;
}

/* About Section */
.about-section-four {
	position: relative;
	padding: 0;
	background: #eff2f5;
}

.about-section-four .image-block {
	position: relative;
	margin-bottom: 30px;
}

.about-section-four .image-block::before {
	position: absolute;
	top: 45px;
	left: 45px;
	right: 45px;
	bottom: 45px;
	border-width: 6px;
	border-style: solid;
	border-color: transparent;
	border-bottom-color: #fff;
	border-right-color: #fff;
	-o-border-image: initial;
	border-image: initial;
	border-radius: 3px;
}

.about-section-four .image-one {
	position: relative;
	margin-left: 130px;
	-webkit-box-shadow: rgba(0, 0, 0, .27) 0px 5px 20px 0px;
	box-shadow: rgba(0, 0, 0, .27) 0px 5px 20px 0px;
	display: inline-block;
	border-radius: 6px;
}

.about-section-four .image-one .image-box {
	overflow: hidden;
	border-radius: 6px;
}

.about-section-four .image-one img {
	border-radius: 6px;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.about-section-four .image-one:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.about-section-four .image-two {
	position: relative;
	margin-top: -206px;
	-webkit-box-shadow: rgba(0, 0, 0, .27) 0px 5px 20px 0px;
	box-shadow: rgba(0, 0, 0, .27) 0px 5px 20px 0px;
	display: inline-block;
	border-radius: 6px;
}

.about-section-four .image-two .image-box {
	position: relative;
	overflow: hidden;
}

.about-section-four .image-two .image-box:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.about-section-four .image-two:hover .image-box:before {
	-webkit-animation: shine2 1s;
	animation: shine2 1s;
}

.about-section-four .image-two img {
	border-radius: 6px;
}

.about-section-four .logo {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 115px;
	height: 115px;
	line-height: 106px;
	text-align: center;
	border-radius: 50%;
	border-width: 3px;
	border-style: dotted;
	border-color: #333;
	-o-border-image: initial;
	border-image: initial;
}

.about-section-four .logo::before {
	position: absolute;
	content: "";
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	-webkit-box-shadow: rgba(0, 0, 0, .27) 0px 5px 20px 0px;
	box-shadow: rgba(0, 0, 0, .27) 0px 5px 20px 0px;
	background: #0000cd;
	border-radius: 50%;
}

.about-section-four .logo img {
	position: relative;
}

.about-section-four .text-block {
	position: relative;
	padding-left: 30px;
	margin-bottom: 25px;
}

.about-section-four .text-block::before {
	position: absolute;
	content: "";
	top: 2px;
	left: 0px;
	height: 12px;
	width: 12px;
	border-radius: 50%;
}

.about-section-four .text-block h5 {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.about-section-four .text-block h4 {
	font-size: 22px;
	font-weight: 600;
}

.about-section-four .author-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 0px;
	margin-bottom: 16px;
}

.about-section-four .author-info {
	position: relative;
	padding-left: 8px;
	margin-left: 0px;
	border-left: 1px solid #e1e5e9;
	margin-top: 0px;
}

.about-section-four .author-info h4 {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

.about-section-four .author-info h5 {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

.about-section-four .text {
	margin-top: 0px;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 40px;
}

.about-section-four .text p {
	font-size: 18px;
	font-weight: 400;
	color: #232629;
}

.about-section-four .author-box p {
	color: #232629;
}

.about-section-four .sec-title {
	margin-bottom: 0px;
}

.about-section-four .btn-style-one {
	background-color: #0000cd;
}

.about-section-four .btn-style-one .btn-title {
	text-transform: uppercase;
	padding: 13px 50px;
}

.about-section-four .btn-style-one i {
	font-size: 16px;
	top: 0;
}

.about-section-four .link-btn {
	margin-bottom: 30px;
}

/* Services Section Four */
.services-section-four {
	position: relative;
	padding: 100px 0 70px;
}

.service-block-four {
	position: relative;
}

.service-block-four .inner-box {
	position: relative;
	margin-bottom: 30px;
}

.service-block-four .image-box {
	position: relative;
	overflow: hidden;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 260px;
	background: #fff;
}

.invest_title select {
	cursor: pointer;
}

.service-block-four .image-box img {
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	width: auto;
}

.service-block-four .image-box:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	opacity: .74;
}

.service-block-four .icon-box {
	position: absolute;
	bottom: 0;
	left: 30px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.service-block-four .inner-box:hover .icon-box {
	opacity: 0;
}

.service-block-four .icon-box .icon {
	position: relative;
	color: #fff;
	font-size: 45px;
	line-height: 40px;
	margin-bottom: 20px;
}

.service-block-four .icon-box h4 {
	position: relative;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 35px;
}

.service-block-four .icon-box h4:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 70px;
	height: 4px;
}

.service-block-four .overlay {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	color: #fff;
	font-size: 50px;
	opacity: 0;
}

.service-block-four .inner-box:hover .overlay {
	opacity: 1;
}

.service-block-four .overlay:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	opacity: 0;
	border-top: 4px solid;
	border-bottom: 4px solid;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.service-block-four .inner-box:hover .overlay:after, .service-block-four .inner-box:hover .overlay:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.service-block-four .overlay:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	opacity: 0;
	border-left: 4px solid;
	border-right: 4px solid;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
}

.service-block-four .content {
	position: relative;
	padding: 35px 30px;
	background-color: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.service-block-four .inner-box:hover .content {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
}

.service-block-four .content .text {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}

.service-block-four .content .text a {
	color: #0000cd;
}

.service-block-four .content h4 a, .award-block-two h4 a {
	color: #0000cd;
}

/* Why Coose Us Section Two */
.why-choose-us-section-two {
	padding-top: 100px;
	padding-bottom: 70px;
}

.why-choose-us-section-two .sec-title {
	margin-bottom: 40px;
}

.why-choose-us-section-two .text {
	position: relative;
	color: #bac6e3;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 40px;
}

.whay-choose-block .inner-box {
	position: relative;
	padding-left: 180px;
	margin-bottom: 30px;
	min-height: auto;
}

.whay-choose-block .icon {
	position: absolute;
	left: 0px;
	top: -1px;
	color: #fff;
}

.whay-choose-block .icon img {
	max-width: 150px;
}

.whay-choose-block .icon span {
	height: 70px;
	width: 70px;
	border: 1px solid rgba(255, 255, 255, .19);
	line-height: 68px;
	text-align: center;
	background-color: #183783;
	font-size: 40px;
	display: inline-block;
	position: relative;
	z-index: 1;
	border-bottom-right-radius: 20px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.whay-choose-block .inner-box:hover .icon span {
	border-radius: 0;
}

.whay-choose-block .icon:before {
	position: absolute;
	content: "";
	left: -40px;
	top: -40px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
}

.whay-choose-block h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #fff;
}

.whay-choose-block .text {
	font-size: 18px;
	font-weight: 500;
	color: #bac6e3;
	margin-bottom: 35px;
}

.why-choose-us-section-two .image {
	position: relative;
	margin-top: -50px;
	margin-right: -290px;
	margin-bottom: -30px;
}

/* Projects Section Three */
.projects-section-three {
	position: relative;
	padding: 100px 0 70px;
}

.project-block-three {
	position: relative;
}

.project-block-three .inner-box {
	position: relative;
	margin-bottom: 30px;
}

.project-block-three .image {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}

.project-block-three .image img {
	position: relative;
	width: 100%;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.project-block-three .inner-box:hover .image img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.project-block-three .overlay-content {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	visibility: hidden;
	border-radius: 6px;
	overflow: hidden;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.project-block-three .overlay-content::before {
	position: absolute;
	content: "";
	opacity: .9;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	background-image: -moz-linear-gradient(90deg, #0f3186 0%, rgba(15, 49, 134, 0) 100%);
	background-image: -webkit-linear-gradient(90deg, #0f3186 0%, rgba(15, 49, 134, 0) 100%);
	background-image: -ms-linear-gradient(90deg, #0f3186 0%, rgba(15, 49, 134, 0) 100%);
}

.project-block-three .inner-box:hover .overlay-content {
	opacity: 1;
	visibility: visible;
}

.project-block-three .overlay-content .link-btn {
	position: absolute;
	right: 30px;
	top: 30px;
	-webkit-transform: translateX(30px) rotate(-360deg);
	-ms-transform: translateX(30px) rotate(-360deg);
	transform: translateX(30px) rotate(-360deg);
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.project-block-three .inner-box:hover .overlay-content .link-btn {
	-webkit-transform: translateX(0px) rotate(0deg);
	-ms-transform: translateX(0px) rotate(0deg);
	transform: translateX(0px) rotate(0deg);
}

.project-block-three .overlay-content .link-btn a {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	display: inline-block;
	background: #fff;
	border-radius: 50%;
}

.project-block-three .overlay-content .content {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 30px;
	text-align: center;
}

.project-block-three .overlay-content .category {
	position: relative;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}

.project-block-three .overlay-content .text {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
	transform: perspective(1200px) rotateX(90deg) translateZ(-40px);
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	margin-bottom: 0;
}

.project-block-three .inner-box:hover .overlay-content .content .text {
	-webkit-transform: perspective(1200px) rotateX(0deg) translateZ(0px);
	transform: perspective(1200px) rotateX(0deg) translateZ(0px);
}

/** page-title **/
.page-title {
	position: relative;
	padding: 140px 0px;
	background-color: #646464;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0px;
	overflow: hidden;
}

.page-title:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: -moz-linear-gradient(0deg, #201630 0%, rgba(32, 22, 48, 0) 100%);
	background-image: -webkit-linear-gradient(0deg, #201630 0%, rgba(32, 22, 48, 0) 100%);
	background-image: -ms-linear-gradient(0deg, #201630 0%, rgba(32, 22, 48, 0) 100%);
}

.page-title .content-box {
	padding-left: 22px;
	position: relative;
}

.page-title .content-box:before {
	position: absolute;
	left: 0;
	top: 4px;
	width: 4px;
	height: 84px;
	content: none !important;
}

.page-title .content-box h1 {
	position: relative;
	display: block;
	display: inline-block;
	font-size: 26px;
	line-height: 65px;
	color: #0000cd;
	font-weight: 400;
	background-color: rgba(255, 255, 255, .8);
	text-transform: uppercase;
	padding: 20px 30px 7px 30px;
}

.page-title .content-box .bread-crumb li {
	position: relative;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	padding-right: 15px;
	margin-right: 5px;
	font-family: var(--fira-sans);
	text-transform: uppercase;
}

.page-title .content-box .bread-crumb li a {
	color: #fff;
}

.page-title .content-box .bread-crumb li a:hover {
	text-decoration: underline;
}

.page-title .content-box .bread-crumb li:last-child {
	padding: 0px;
	margin: 0px;
}

.page-title .content-box .bread-crumb li:before {
	position: absolute;
	content: "";
	font-family: "Font Awesome 5 Pro";
	top: -1px;
	right: 0px;
}

.page-title .content-box .bread-crumb li:last-child:before {
	display: none;
}

/* Error Section */
.error-section {
	position: relative;
	padding: 100px 0;
}

.error-section .image {
	margin-bottom: 60px;
}

.error-section h1 {
	position: relative;
	font-size: 40px;
	font-weight: 700;
}

.error-section .text {
	position: relative;
	font-size: 24px;
	margin-bottom: 20px;
}

.faq-section-two {
	position: relative;
	padding: 100px 0 70px;
}

.faq-section-two .icon {
	margin-bottom: 20px;
}

.faq-section-two h2 {
	position: relative;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 25px;
}

.faq-section-two form {
	position: relative;
	max-width: 770px;
	margin: 0 auto;
	margin-bottom: 25px;
}

.faq-section-two form input {
	position: relative;
	height: 60px;
	padding: 0 20px;
	border: 1px solid #e1e5e9;
	border-radius: 6px;
	width: 100%;
}

.faq-section-two form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	width: 50px;
	line-height: 60px;
	font-size: 20px;
	background-color: transparent;
}

.faq-section-two .text {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 50px;
}

/* Contact Section Style Two */
.contact-section.style-two {
	margin-top: 20px;
}

.contact-section.style-two .subscribe-newsletter .form-group button.btn-style-four {
	background-image: inherit;
	border-radius: 25px;
}

.contact-section.style-two .sec-title .text-decoration .right::before, .contact-section.style-two .sec-title .text-decoration .right::after, .contact-section.style-two .sec-title .text-decoration .left::before, .contact-section.style-two .sec-title .text-decoration .left::after, .contact-section.style-two .sec-title .text-decoration::before {
	background-color: #fff;
}

.contact-section.style-two .subscribe-newsletter h2 {
	padding-bottom: 0;
}

.contact-section.style-two .subscribe-newsletter .text {
	padding-bottom: 20px;
}

.contact-section.style-two .sec-title {
	margin-bottom: 50px;
}

/* Accordion Style Two */
.accordion-box.style-two .block .acc-btn {
	border: 1px solid #dee2e6;
}

.accordion-box.style-two .block .acc-content {
	-webkit-box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, .1);
}

.accordion-box.style-two .block .acc-btn.active {
	background: #201630;
	border-color: #201630;
	color: #fff;
	border-left: 3px solid;
}

/* Accordion Style Three */
.accordion-box.style-three .block {
	-webkit-box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, .1);
}

.accordion-box.style-three .block .acc-btn {
	border: 1px solid #dee2e6;
}

.accordion-box.style-three .block .acc-btn.active {
	border-color: #fff;
	border-left: 3px solid;
	background-color: #fff;
}

/* Sidebar Page Container */
.sidebar-page-container {
	position: relative;
	padding: 100px 0 70px;
}

.sidebar-page-container .pattern {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 50%;
	background-size: cover;
}

.sidebar {
	position: relative;
	margin-bottom: 30px;
}

.widget+.widget {
	margin-top: 50px;
}

.widget .widget-title {
	margin-bottom: 25px;
	font-size: 22px;
	font-weight: 600;
}

.widget_search .form-group input[type='search'] {
	position: relative;
	width: 100%;
	height: 57px;
	border: 1px solid #eee;
	font-size: 17px;
	font-weight: 500;
	color: #5a5a68;
	padding: 10px 80px 10px 20px;
	border-radius: 5px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.widget_search button {
	position: absolute;
	right: 0;
	top: 0;
	background: transparent;
	width: 50px;
	height: 57px;
}

.widget_search .form-group {
	position: relative;
}

.pagination {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.pagination li {
	display: inline-block;
	margin: 0px 3px;
}

.pagination li a, .pagination li span {
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-family: "PT Sans", sans-serif;
	font-weight: 500;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #5a5a68;
	border-radius: 50%;
	background: transparent;
	z-index: 1;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.pagination li a:before, .pagination li span::before {
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	border-radius: 5px;
	left: -1px;
	top: -1px;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	z-index: -1;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.pagination li a:hover:before, .pagination li a.active:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.pagination li a:hover, .pagination li a.active {
	background: #fff;
	border-color: #fff;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
}

.pagination li span {
	color: #fd4a36;
}

/* Portfolio Section */
.portfolio-section {
	position: relative;
	padding: 100px 0 70px;
}

.mb-30 {
	margin-bottom: 30px;
}

.filter-tabs.filter-btns {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.filter-tabs.filter-btns li {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	padding: 0 30px;
	padding-bottom: 50px;
	cursor: pointer;
}

.filter-tabs.filter-btns li:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: -1px;
	height: 1px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.filter-tabs.filter-btns li.active:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.filters {
	position: relative;
	border-bottom: 1px solid #eee;
	margin-bottom: 70px;
}

.filter-tabs.filter-btns li span.count {
	position: absolute;
	left: 50%;
	bottom: 0;
	font-size: 14px;
	font-weight: 700;
	width: 30px;
	height: 30px;
	line-height: 26px;
	background: #fff;
	text-align: center;
	border: 2px solid;
	border-radius: 50%;
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	display: block;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
}

.filter-tabs.filter-btns li.active span.count {
	opacity: 1;
}

/* Portfolio Section Two */
.portfolio-section-two {
	position: relative;
	padding: 100px 0 70px;
}

/* Project Block Four */
.project-block-four {
	position: relative;
}

.project-block-four .inner-box {
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.project-block-four .inner-box:hover {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .2);
}

.project-block-four .inner-box:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 10px solid #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
	-webkit-transform: scaleY(.7);
	-ms-transform: scaleY(.7);
	transform: scaleY(.7);
}

.project-block-four .inner-box:hover:before {
	opacity: 1;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.project-block-four .image img {
	width: 100%;
}

.project-block-four .inner-box .overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	text-align: center;
}

.project-block-four .inner-box:hover .overlay {
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	bottom: 50%;
}

.project-block-four h5 {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 10px;
	font-family: inherit;
}

.project-block-four h4 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 35px;
}

/* Project Block Five */
.project-block-five {
	position: relative;
}

.project-block-five .image {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}

.project-block-five .image img {
	width: 100%;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.project-block-five .inner-box:hover .image img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.project-block-five .image:before {
	position: absolute;
	content: "";
	opacity: 0;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	z-index: 9;
	background: #201630;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.project-block-five .inner-box:hover .image:before {
	opacity: .9;
}

.project-block-five .lower-content {
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	padding-top: 30px;
	padding-bottom: 40px;
}

.project-block-five .inner-box:hover .lower-content {
	padding-left: 70px;
}

.project-block-five .link-btn {
	position: absolute;
	left: 0;
	top: 30px;
	-webkit-transform: translateX(20px) rotate(-360deg);
	-ms-transform: translateX(20px) rotate(-360deg);
	transform: translateX(20px) rotate(-360deg);
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	opacity: 0;
}

.project-block-five .inner-box:hover .link-btn {
	-webkit-transform: translateX(0px) rotate(0deg);
	-ms-transform: translateX(0px) rotate(0deg);
	transform: translateX(0px) rotate(0deg);
	opacity: 1;
}

.project-block-five .link-btn a {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	display: inline-block;
	color: #fff;
	border-radius: 50%;
}

.project-block-five h5 {
	position: relative;
	font-size: 18px;
	font-weight: 500;
}

.project-block-five h4 {
	font-size: 22px;
	font-weight: 600;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

/* Project Block Four */
.project-block-six {
	position: relative;
}

.project-block-six .inner-box {
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.project-block-six .image img {
	width: 100%;
}

.project-block-five .inner-box:hover .image img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.project-block-five .image:before {
	position: absolute;
	content: "";
	opacity: 0;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	z-index: 9;
	background: #201630;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.project-block-five .inner-box:hover .image:before {
	opacity: .9;
}

.project-block-six .inner-box .content-box {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	text-align: center;
}

.project-block-six .inner-box:hover .content-box {
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	bottom: 50%;
}

.project-block-six h5 {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 10px;
	font-family: inherit;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.project-block-six .inner-box:hover h5 {
	opacity: 1;
}

.project-block-six h4 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 35px;
}

.project-block-six .link-btn {
	position: absolute;
	left: 50%;
	bottom: 30px;
	-webkit-transform: translateY(20px) translateX(-50%) rotate(-360deg);
	-ms-transform: translateY(20px) translateX(-50%) rotate(-360deg);
	transform: translateY(20px) translateX(-50%) rotate(-360deg);
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	opacity: 0;
}

.project-block-six .inner-box:hover .link-btn {
	-webkit-transform: translateX(0px) translateX(-50%) rotate(0deg);
	-ms-transform: translateX(0px) translateX(-50%) rotate(0deg);
	transform: translateX(0px) translateX(-50%) rotate(0deg);
	opacity: 1;
}

.project-block-six .link-btn a {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	display: inline-block;
	color: #fff;
	border-radius: 50%;
}

/* Project Block Seven */
.project-block-seven {
	position: relative;
}

.project-block-seven .inner-box {
	position: relative;
	padding: 30px;
	border-radius: 6px;
}

.project-block-seven h2 {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
}

.project-block-seven h4 {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}

.project-block-seven .read-more-link {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.project-block-seven .read-more-link i {
	margin-left: 5px;
}

.projects-section-three .bottom-text {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin-top: 20px;
}

.projects-section-three .bottom-text a i {
	margin-left: 5px;
	position: relative;
	top: 3px;
}

/* Projects Details */
.project-details {
	position: relative;
	padding: 100px 0 70px;
}

.project-details .top-box {
	position: relative;
	margin-bottom: 70px;
}

.project-details h2 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	margin-bottom: 40px;
}

.project-details .project-info {
	position: relative;
	margin-bottom: 20px;
}

.project-details .project-info p {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #838d9e;
	margin-bottom: 5px;
}

.project-details .project-info h5 {
	position: relative;
	font-size: 18px;
	font-weight: 600;
}

.project-details .project-info .social-links {
	position: relative;
}

.project-details .project-info .social-links li {
	position: relative;
	float: left;
	margin-right: 20px;
}

.project-details .project-info .social-links li a {
	font-size: 16px;
	color: #0000cd;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.project-details h4 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 30px;
}

.project-details .text {
	margin-bottom: 35px;
}

.project-details .text p {
	font-size: 18px;
	font-weight: 500;
}

/* Services Section Five */
.services-section-five {
	position: relative;
	padding: 100px 0 70px;
	background-color: #eff2f5;
}

.services-section-five .text {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 40px;
}

.service-block-five {
	position: relative;
}

.service-block-five .inner-box {
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.service-block-five .inner-box .content-box {
	position: relative;
	padding: 30px;
	padding-left: 133px;
	background-color: #fff;
	background-color: #fff;
	border-radius: 6px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: 9;
	min-height: 120px;
}

.service-block-five .inner-box .content-box:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: #0000cd;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	border-radius: 6px;
}

.service-block-five .inner-box:hover .content-box:before {
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
	opacity: 1;
}

.service-block-five .inner-box:before {
	position: absolute;
	content: "";
	left: 20px;
	right: 20px;
	bottom: 0;
	height: 20px;
	opacity: .3;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background-color: #0000cd;
}

.service-block-five .inner-box:hover:before {
	bottom: -10px;
}

.service-block-five .inner-box:after {
	position: absolute;
	content: "";
	left: 10px;
	right: 10px;
	bottom: 0;
	height: 10px;
	opacity: .5;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	background-color: #0000cd;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.service-block-five .inner-box:hover:after {
	bottom: -5px;
}

.service-block-five .icon {
	position: absolute;
	top: 30px;
	left: 30px;
	font-size: 60px;
	padding-right: 20px;
	line-height: 60px;
	color: #a3b4ce;
	border-right: 1px solid #e1e5e9;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.style-two .service-block-five .icon {
	color: #0000cd;
}

.style-two .service-block-five .inner-box:hover .icon {
	color: #fff;
}

.service-block-five .inner-box:hover .icon {
	border-color: #4b65a4;
}

.service-block-five h4 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-top: 16px;
}

.service-block-five h4 a {
	color: #0000cd;
}

.service-block-five .inner-box:hover h4 {
	color: #fff;
}

.service-block-five .inner-box:hover h4 a {
	color: #fff;
}

/* style-three */
.style-three .service-block-five .inner-box .content-box:before {
	background-color: #201630;
}

.style-three .service-block-five .inner-box:before {
	background-color: #201630;
}

.style-three .service-block-five .inner-box:after {
	background-color: #201630;
}

.style-three .service-block-five .inner-box:hover .icon {
	color: #fff;
}

/* Testimonial Section Six */
.testimonial-section-six {
	position: relative;
	padding: 100px 0 0;
}

.testimonial-section-six .wrapper-box {
	position: relative;
}

.testimonial-section-six .pointer-block {
	position: absolute;
	left: 3%;
	top: 28%;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	cursor: pointer;
}

.testimonial-section-six .pointer-block:nth-child(2) {
	left: 15.5%;
	top: 35.5%;
}

.testimonial-section-six .pointer-block:nth-child(3) {
	left: 31%;
	top: 19%;
}

.testimonial-section-six .pointer-block:nth-child(4) {
	left: 32.5%;
	bottom: 31%;
	top: auto;
}

.testimonial-section-six .pointer-block:nth-child(5) {
	left: 50.5%;
	top: auto;
	bottom: 45%;
}

.testimonial-section-six .pointer-block:nth-child(6) {
	left: auto;
	right: 40.5%;
	top: 28%;
}

.testimonial-section-six .pointer-block:nth-child(7) {
	left: auto;
	right: 30%;
	top: 39%;
}

.testimonial-section-six .pointer-block:nth-child(8) {
	left: auto;
	right: 11%;
	top: auto;
	bottom: 30%;
}

.testimonial-section-six .pointer-block:nth-child(9) {
	left: auto;
	right: 10%;
	top: 29%;
}

.testimonial-section-six .pointer-block .point {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 3px solid #96a2bc;
	-webkit-box-shadow: 0 0 0 0 #96a2bc;
	-ms-box-shadow: 0 0 0 0 #96a2bc;
	-o-box-shadow: 0 0 0 0 #96a2bc;
	box-shadow: 0 0 0 0 #96a2bc;
	-webkit-animation: ripple 1s infinite;
	animation: ripple 3s infinite;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.testimonial-section-six .pointer-block:hover .point {
	border-color: #0f3185;
}

.testimonial-section-six .pointer-block .point:after {
	position: absolute;
	content: "";
	left: 9px;
	top: 9px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	background: #0000cd;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.testimonial-section-six .pointer-block .point:before {
	position: absolute;
	content: "";
	left: 2px;
	top: 2px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.testimonial-section-six .pointer-block:hover .point:before {
	background-color: #0f3185;
}

.testimonial-section-six .pointer-block:nth-child(1) .point:before, .testimonial-section-six .pointer-block:nth-child(3) .point:before {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}

@-webkit-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
	}
	
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-moz-transform: scale(.5);
	}
	
	60% {
		opacity: 1;
		-moz-transform: scale(1.2);
	}
	
	100% {
		-moz-transform: scale(1);
	}
}

@keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		-moz-transform: scale(.5);
		-ms-transform: scale(.5);
		-o-transform: scale(.5);
		transform: scale(.5);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
	
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(244, 68, 56, 0);
		box-shadow: 0 0 0 20px rgba(244, 68, 56, 0);
	}
	
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
		box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
	}
}

@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(244, 68, 56, 0);
		box-shadow: 0 0 0 20px rgba(244, 68, 56, 0);
	}
	
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
		box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
	}
}

.testimonial-section-six .pointer-block .content {
	opacity: 0;
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 430px;
	padding: 33px 50px;
	padding-left: 55px;
	bottom: 30px;
	left: -100px;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-transform: translateY(-110%);
	-ms-transform: translateY(-110%);
	transform: translateY(-110%);
	background-color: #fff;
	border-radius: 6px;
	-webkit-box-shadow: rgba(0, 0, 0, .1) 0px 5px 20px 0px;
	box-shadow: rgba(0, 0, 0, .1) 0px 5px 20px 0px;
	z-index: 9;
	pointer-events: none;
}

.testimonial-section-six .pointer-block .content:before {
	position: absolute;
	content: "";
	left: 98px;
	bottom: -40px;
	border: 20px solid transparent;
	border-top-color: #fff;
}

.testimonial-section-six .pointer-block:hover .content {
	opacity: 1;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.testimonial-section-six .pointer-block .content .text {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}

.testimonial-section-six .pointer-block .content .logo {
	position: absolute;
	left: -30px;
	top: 50px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
}

.testimonial-section-six .pointer-block .content h4 {
	position: relative;
	font-size: 20px;
	font-weight: 500;
}

.testimonial-section-six .pointer-block .content h4 span {
	font-size: 18px;
	font-family: "PT Sans", sans-serif;
}

/* Process Section Four */
.process-section-four {
	position: relative;
	padding: 100px 0 70px;
	background-color: #0000cd;
}

.process-block-four {
	position: relative;
}

.process-block-four .inner-box {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}

.process-block-four .inner-box:before {
	position: absolute;
	content: "";
	right: -121px;
	top: 52px;
	width: 214px;
	height: 35px;
	background: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/icons/icon-31.png") no-repeat center;
}

.process-block-four:last-child .inner-box:before {
	display: none;
}

.process-block-four .icon {
	position: relative;
	width: 130px;
	height: 130px;
	line-height: 130px;
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
	background: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/shape/shape-7.png") no-repeat center;
}

.process-block-four .icon.nitro-lazy {
	background-image: none !important;
}

.process-block-four:nth-child(2) .icon {
	background: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/shape/shape-8.png") no-repeat center;
}

.process-block-four:nth-child(2) .icon.nitro-lazy {
	background-image: none !important;
}

.process-block-four:nth-child(3) .icon {
	background: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/shape/shape-9.png") no-repeat center;
}

.process-block-four:nth-child(3) .icon.nitro-lazy {
	background-image: none !important;
}

.process-block-four h4 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #fff;
}

.process-block-four .text {
	position: relative;
	color: #bac6e3;
	font-size: 18px;
	font-weight: 500;
}

.process-section-four .bottom-text {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
	color: #fff;
}

.process-section-four .bottom-text a {
	font-weight: 600;
}

.process-section-four .bottom-text a i {
	margin-left: 5px;
	position: relative;
	top: 3px;
}

/* Award Section Two */
.award-section-two {
	position: relative;
	padding: 100px 0 70px;
	background-color: #eff2f5;
}

.award-block-two {
	position: relative;
	background-color: transparent;
	padding: 30px;
	text-align: center;
	margin-bottom: 30px;
}

.award-block-two .image {
	margin-bottom: 20px;
}

.award-block-two .image img {
	width: auto;
	margin: 0 auto;
}

.award-block-two h4 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
}

.award-section-two .owl-theme .owl-nav {
	position: absolute;
	top: -80px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	display: block;
}

.award-section-two .owl-theme .owl-nav .owl-prev {
	position: absolute;
	right: 70px;
	top: 0;
	height: 56px;
	width: 56px;
	border-radius: 50%;
	border: none;
	text-align: center;
	line-height: 56px;
	font-size: 0px;
	opacity: 1;
	margin-top: -30px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.award-section-two .owl-theme .owl-nav .owl-prev:before {
	font-family: "Flaticon";
	content: "";
	position: absolute;
	top: 0;
	width: 56px;
	height: 56px;
	line-height: 56px;
	left: 0;
	border-radius: 50%;
	background: #fff;
	color: #9ca6b6;
	font-size: 20px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.award-section-two .owl-theme .owl-nav .owl-prev:hover:before {
	color: #fff;
}

.award-section-two .owl-theme .owl-nav .owl-next {
	position: absolute;
	right: 0;
	top: 0;
	height: 56px;
	width: 56px;
	border-radius: 50%;
	border: none;
	text-align: center;
	line-height: 60px;
	color: rgba(0, 0, 0, 0);
	font-size: 0px;
	opacity: 1;
	margin-top: -30px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.award-section-two .owl-theme .owl-nav .owl-next:before {
	font-family: "Flaticon";
	content: "";
	position: absolute;
	top: 0;
	width: 56px;
	height: 56px;
	line-height: 56px;
	right: 0;
	color: #9ca6b6;
	background: #fff;
	border-radius: 50%;
	font-size: 20px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.award-section-two .owl-theme .owl-nav .owl-next:hover:before {
	color: #fff;
}

/* Contact Section Two */
.contact-section-two {
	position: relative;
	padding: 100px 0 70px;
	background: #eff2f5;
}

.contact-section-two .contact-form-area {
	position: relative;
	background: #fff;
	padding: 50px;
	padding-bottom: 30px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	margin-bottom: 30px;
}

.contact-section-two .theme-btn {
	width: 100%;
	background-color: #0000cd;
}

.contact-section-two .theme-btn .btn-title {
	padding: 14.5px 50px;
	border-radius: 30px;
}

.contact-section-two .theme-btn i {
	font-size: 19px;
	top: 1px;
}

.contact-section-two .contact-form textarea {
	height: 115px;
}

.contact-section-two .row {
	margin: 0 -10px;
}

.contact-section-two .contact-form .form-group {
	padding: 0 10px;
}

.contact-section-two .contact-info {
	position: relative;
	padding: 59px 40px 60px;
	background-color: #0000cd;
}

.contact-section-two .contact-info .logo {
	margin-bottom: 35px;
}

.contact-section-two .contact-info .logo img {
	width: auto;
}

.contact-section-two .contact-info h4 {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
}

.contact-section-two .contact-info ul {
	position: relative;
	margin-bottom: 30px;
}

.contact-section-two .contact-info ul li {
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 500;
}

.contact-section-two .contact-info ul li a {
	color: #fff;
}

.contact-section-two .read-more-link {
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	font-family: var(--fira-sans);
	text-transform: uppercase;
}

.contact-section-two .read-more-link i {
	position: relative;
	margin-left: 5px;
}

.contact-section-two .read-more-link:before {
	position: absolute;
	content: "";
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 2px;
	background: #576fab;
}

.contact-section-two .owl-theme .owl-nav {
	position: absolute;
	bottom: 50px;
	right: 35px;
	width: 100%;
	margin: 0px auto;
	display: block;
}

.contact-section-two .owl-theme .owl-nav .owl-prev {
	position: absolute;
	right: 50px;
	top: 0px;
	height: 50px;
	width: 30px;
	text-align: center;
	font-size: 0px;
	opacity: 1;
	margin-top: -30px;
	border-width: initial;
	border-style: none;
	border-color: initial;
	-o-border-image: initial;
	border-image: initial;
	-webkit-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

.contact-section-two .owl-theme .owl-nav .owl-prev::before {
	font-family: Flaticon;
	content: "";
	position: absolute;
	top: 0px;
	width: 35px;
	height: 50px;
	line-height: 50px;
	left: 0px;
	color: #fff;
	font-size: 30px;
	-webkit-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.contact-section-two .owl-theme .owl-nav .owl-next {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 50px;
	width: 30px;
	text-align: center;
	color: rgba(0, 0, 0, 0);
	font-size: 0px;
	opacity: 1;
	margin-top: -30px;
	border-radius: 50%;
	border-width: initial;
	border-style: none;
	border-color: initial;
	-o-border-image: initial;
	border-image: initial;
	-webkit-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

.contact-section-two .owl-theme .owl-nav .owl-next::before {
	font-family: Flaticon;
	content: "";
	position: absolute;
	top: 0px;
	width: 35px;
	height: 50px;
	line-height: 50px;
	right: 0px;
	color: #fff;
	font-size: 30px;
	-webkit-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

/* Client Section Style Two */
.client-section-two.style-two {
	background-color: #0000cd;
	padding: 100px 0 70px;
}

.client-section-two.style-two .wrapper-box {
	border: 0;
}

.client-section-two.style-two .column {
	border-color: rgba(255, 255, 255, .1);
}

.client-section-two.style-two .top-content .text {
	color: #fff;
}

.client-section-two.style-two .column img {
	opacity: 1;
}

/* News Section Three  Style Two */
.news-section-three.style-two {
	background-color: #fff;
}

.news-section-three.style-two .news-block-three .lower-content {
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
}

.news-section-three.style-two .news-block-three .read-more-link i {
	font-weight: 900;
}

.news-section-three.style-two .news-block-three .inner-box:hover .read-more-link {
	color: #fff;
}

.news-section-three.style-two .news-block-three .lower-content:before {
	background-color: transparent;
}

.news-section-three.style-two .news-block-four .category {
	background-color: #0000cd;
}

.news-section-three.style-two .news-block-three .category {
	background-color: #0000cd;
}

.news-section-three.style-two .read-more-post {
	background-color: #0000cd;
	color: #fff;
}

.news-section-three.style-two .read-more-post i {
	font-weight: 900;
}

/* Footer Style Five */
.main-footer.style-five {
	background-size: cover;
}

.main-footer.style-five .widget-title {
	color: #0000cd;
}

.main-footer.style-five .logo-widget .text {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 28px;
	color: #0000cd;
}

.main-footer.style-five .logo-widget .link-btn i {
	margin-right: 0;
	margin-left: 5px;
}

.main-footer.style-five .logo-widget .link-btn a {
	color: #0000cd;
}

.main-footer.style-five .links-widget ul li a {
	color: #0000cd;
}

.main-footer.style-five .links-widget ul li a:after, .main-footer.style-five .links-widget ul li a:before {
	display: none;
}

/* Subscribe Widget */
.subscribe-widget {
	position: relative;
}

.subscribe-widget .text {
	font-size: 18px;
	font-weight: 500;
	color: #0000cd;
	margin-bottom: 20px;
}

.subscribe-widget .form-group {
	position: relative;
	margin-bottom: 30px;
}

.subscribe-widget .form-group input {
	height: 56px;
	background: #fff;
	width: 100%;
	padding-left: 20px;
	padding-right: 70px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 500;
	color: #0000cd;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .1);
}

.subscribe-widget .form-group button {
	position: absolute;
	right: 0;
	top: 0;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	background-color: #0000cd;
	color: #fff;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	font-size: 16px;
}

.subscribe-widget .social-links {
	position: relative;
	margin-bottom: 20px;
}

.subscribe-widget .social-links li {
	position: relative;
	margin-right: 8px;
	margin-bottom: 10px;
	display: inline-block;
}

.subscribe-widget .social-links li a {
	position: relative;
	display: block;
	color: #0000cd;
	font-size: 14px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.subscribe-widget .social-links li a:hover {
	color: #fff;
}

.subscribe-widget .social-links li a:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.subscribe-widget .social-links li a:hover:before {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.subscribe-widget .social-links li a span {
	position: relative;
}

.main-footer.style-five .footer-bottom {
	padding-bottom: 4px;
	border-top: 1px solid #d1d5d8;
	padding-top: 22px;
}

.main-footer.style-five .footer-bottom .copyright {
	color: #0000cd;
}

.main-footer.style-five .footer-bottom ul.menu li a {
	color: #0000cd;
}

/* Career Section */
.career-section {
	position: relative;
	padding: 100px 0 70px;
	background-color: #f1f5f8;
}

.career-block {
	position: relative;
}

.career-block .inner-box {
	position: relative;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .08);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .08);
	border-radius: 6px;
	background-color: #fff;
	padding: 80px 30px 35px;
	text-align: center;
}

.career-block .time {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid #e1e5e9;
	line-height: 28px;
	padding: 0 30px;
	border-radius: 15px;
}

.career-block .icon {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

.career-block h4 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}

.career-block .location {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}

.career-block .theme-btn {
	background-color: #f1f5f8;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 30px;
}

.career-block .theme-btn:hover .btn-title {
	color: #fff;
}

.career-block .theme-btn .btn-title {
	width: 100%;
}

.career-block ul {
	text-align: left;
}

.career-block ul li {
	position: relative;
	padding-left: 27px;
	font-size: 16px;
	font-weight: 500;
	border-bottom: 1px solid #e1e5e9;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.career-block ul li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.career-block ul li a {
	color: #0000cd;
}

.career-block ul li i {
	position: absolute;
	left: 0;
	top: 0;
	color: #84859c;
	font-weight: normal;
}

/* Services Section Six */
.services-section-six {
	position: relative;
	padding: 100px 0 70px;
}

.service-block-six {
	position: relative;
}

.service-block-six .inner-box {
	position: relative;
	margin-bottom: 30px;
}

.service-block-six .image-box {
	position: relative;
}

.service-block-six .image-box img {
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	width: 100%;
}

.service-block-six .image-box:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	opacity: .74;
	background-image: -moz-linear-gradient(47deg, #201630 37%, #7a2920 86%);
	background-image: -webkit-linear-gradient(47deg, #201630 37%, #7a2920 86%);
	background-image: -ms-linear-gradient(47deg, #201630 37%, #7a2920 86%);
}

.service-block-six .icon-box {
	position: absolute;
	bottom: 0;
	left: 30px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.service-block-six .inner-box:hover .icon-box {
	opacity: 0;
}

.service-block-six .icon-box .icon {
	position: relative;
	color: #fff;
	font-size: 45px;
	line-height: 40px;
	margin-bottom: 20px;
}

.service-block-six .icon-box h4 {
	position: relative;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 35px;
}

.service-block-six .icon-box h4:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 70px;
	height: 4px;
}

.service-block-six .overlay {
	position: absolute;
	content: "";
	left: 30px;
	right: 30px;
	bottom: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	color: #fff;
	font-size: 50px;
	opacity: 0;
}

.service-block-six .inner-box:hover .overlay {
	opacity: 1;
}

.service-block-six .overlay:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	right: 0;
	height: 4px;
}

.service-block-six .overlay a {
	position: relative;
	height: 100px;
	width: 100px;
	font-size: 24px;
	text-align: center;
	line-height: 50px;
	display: block;
	border-radius: 50%;
	color: #fff;
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	margin: 0 auto;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.service-block-six .inner-box:hover .overlay a {
	-webkit-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.service-block-six .content {
	position: relative;
	padding: 35px 30px;
	background-color: #eff2f5;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.service-block-six .inner-box:hover .content {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
}

.service-block-six .content .text {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
}

/* Testimonial Block Six */
.testimonial-section-seven {
	position: relative;
	padding: 100px 0;
}

/* style one */
.testimonial-section-seven .owl-dots {
	position: relative;
	text-align: center;
	display: block;
}

.testimonial-section-seven .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
}

.testimonial-section-seven .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 12px;
	height: 12px;
	background: #e0e0e4;
	border-radius: 6px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.testimonial-block-six {
	position: relative;
	padding: 0 15px;
}

.testimonial-block-six .inner-box {
	margin-bottom: 40px;
}

.testimonial-block-six .top-content {
	position: relative;
	background-color: #fff;
	padding: 28px 45px 25px;
	padding-left: 60px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, .1);
	margin-left: 30px;
}

.testimonial-block-six .top-content:before {
	position: absolute;
	content: "";
	left: 78px;
	bottom: -40px;
	border: 20px solid transparent;
	border-top-color: #fff;
}

.testimonial-block-six .logo {
	position: absolute;
	left: -30px;
	top: 50px;
	width: 60px;
	height: 60px;
	line-height: 56px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid #dcdfe3;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.testimonial-block-six .logo .default {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.testimonial-block-six .inner-box:hover .logo .default {
	opacity: 0;
}

.testimonial-block-six .logo .hover {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 2;
	opacity: 0;
}

.testimonial-block-six .inner-box:hover .logo .hover {
	opacity: 1;
}

.testimonial-block-six .logo img {
	width: auto;
	margin: 0 auto;
	line-height: 56px;
	display: inline-block;
}

.testimonial-block-six .quote {
	position: absolute;
	font-size: 60px;
	color: #e0e0e4;
	bottom: -20px;
	right: 40px;
	text-align: center;
	line-height: 40px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.testimonial-block-six .inner-box:hover .quote {
	bottom: 20px;
}

.testimonial-block-six .rating {
	position: relative;
	font-size: 16px;
	margin-bottom: 10px;
}

.testimonial-block-six .rating span {
	margin-right: 3px;
}

.testimonial-block-six .rating .style-two {
	color: #c0cdd3;
}

.testimonial-block-six .text {
	position: relative;
	color: #0000cd;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.testimonial-block-six .author-box {
	position: relative;
	padding-left: 80px;
	min-height: 60px;
	margin-bottom: 5px;
	padding-top: 13px;
	margin-top: 30px;
	margin-left: 90px;
}

.testimonial-block-six .author-box .image {
	position: absolute;
	left: 0;
	top: 0;
	margin-bottom: 15px;
}

.testimonial-block-six .author-box .image img {
	border-radius: 50%;
}

.testimonial-block-six .author-box .author-title {
	font-size: 20px;
	font-weight: 500;
	font-family: var(--fira-sans);
	color: #202020;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.testimonial-block-six .author-box .designation {
	font-size: 18px;
	font-weight: 500;
	color: #3c3b3b;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.testimonial-section-seven .testimonial-block-six .inner-box {
	margin-top: 30px;
}

.testimonial-section-seven .sec-title {
	margin-bottom: 20px;
}

/* Testimonial Section Eight */
.testimonial-section-eight {
	position: relative;
	padding: 100px 0 70px;
	background-color: #f1f5f8;
}

.testimonial-section-eight .image-block, .testimonial-section-eight .testimonial-block-four {
	margin-bottom: 30px;
}

/* Testimonial Section Nine */
.testimonial-section-nine {
	position: relative;
	padding: 100px 0 50px;
	background-color: #f1f5f8;
}

.testimonial-section-nine .testimonial-block-three {
	margin-bottom: 50px;
}

/* Testimonial Section Ten */
.testimonial-section-ten {
	position: relative;
	padding: 100px 0 60px;
}

/* Testimonail Block Style Two */
.testimonial-block-six.style-two .top-content {
	background: #201630;
	margin-left: 0;
}

.testimonial-block-six.style-two .top-content:before {
	border-top-color: #201630;
	left: 55px;
}

.testimonial-block-six.style-two .author-box {
	margin-left: 40px;
}

.testimonial-block-six.style-two .text {
	color: #d2ccda;
}

.testimonial-block-six.style-two .quote {
	bottom: 30px;
	color: #4d4559;
}

.testimonial-block-six.style-two .inner-box:hover .quote {
	bottom: 30px;
}

/* Contact Section Style Three */
.contact-section.style-three {
	background-color: #f1f5f8;
}

.contact-section.style-three .contact-form .form-group {
	margin-bottom: 30px;
}

.contact-section.style-three .btn-style-one {
	width: 100%;
}

.contact-section.style-three .btn-style-one .btn-title {
	padding: 13px 30px;
	border-radius: 28px;
}

.contact-section.style-three .read-more-link {
	text-transform: uppercase;
	padding-left: 0;
	color: inherit;
}

.contact-section.style-three .read-more-link i {
	position: relative;
	margin-left: 5px;
	font-weight: normal;
}

.contact-section.style-three .read-more-link:before {
	display: none;
}

.contact-section.style-three .read-more-link:hover {
	text-decoration: none;
}

.contact-section.style-three .list li {
	color: inherit;
}

.contact-section.style-three .contact-section .author-box .phone-numer {
	color: inherit;
}

.contact-section.style-three .contact-form .bootstrap-select>.dropdown-toggle, .contact-section.style-three .contact-form .form-group input[type="text"], .contact-section.style-three .contact-form .form-group input[type="email"], .contact-section.style-three .contact-form .form-group textarea, .contact-section.style-three .contact-form .form-group select {
	border: 1px solid #e3e3e3;
}

/* CTA Section Two Style Two */
.cta-section-two.style-two {
	position: relative;
	padding: 75px 0 45px;
}

.cta-section-two.style-two:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .92;
}

.cta-section-two.style-two .contact-info .icon, .cta-section-two.style-two h2 span {
	-webkit-text-fill-color: white;
}

.cta-section-two.style-two .btn-style-two .btn-title {
	padding: 13px 50px;
}

.cta-section-two.style-two .btn-style-two .btn-title:before {
	background-color: #222;
}

/* Team Section Two */
.team-section-two {
	position: relative;
	padding: 100px 0 70px;
}

/* Team Section Three */
.team-section-three {
	position: relative;
	padding: 100px 0;
}

.team-section-three .read-more-link {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 20px;
	display: inline-block;
	font-family: var(--fira-sans);
}

.team-section-three .read-more-link i {
	margin-left: 5px;
	font-weight: normal;
}

.team-section-three .sec-title .text {
	font-size: 20px;
	color: inherit;
}

.team-section-three .link-btn {
	position: relative;
	margin-top: 50px;
}

/* Team Section Four */
.team-section-four {
	position: relative;
	padding-bottom: 70px;
	background-image: -webkit-linear-gradient(90deg, #201630 70%, rgba(255, 255, 255, 0) 100%);
	padding-top: 101px;
}

/* Team Block Three */
.team-block-three {
	position: relative;
	padding: 0 15px;
	margin-bottom: 30px;
}

.team-block-three .inner-box {
	position: relative;
}

.team-block-three .image {
	position: relative;
}

.team-block-three .image:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient(90deg, #fd4a36 0%, #201630 86%);
	background-image: -webkit-linear-gradient(90deg, #fd4a36 0%, #201630 86%);
	background-image: -ms-linear-gradient(90deg, #fd4a36 0%, #201630 86%);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	z-index: 5;
}

.team-block-three:hover .image:before {
	opacity: .9;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.team-block-three .image img {
	width: 100%;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.team-block-three .inner-box:hover .image img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.team-block-three .content {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 30px 30px 20px;
	opacity: 0;
	z-index: 9;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.team-block-three .inner-box:hover .content {
	opacity: 1;
}

.team-block-three .content .author-title {
	position: absolute;
	left: 30px;
	bottom: 30px;
}

.team-block-three .designation {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.team-block-three h4 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 5px;
}

.team-block-three .social-links {
	position: absolute;
	right: 20px;
	top: 20px;
	background-color: #fff;
	border-radius: 21px;
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}

.team-block-three .inner-box:hover .social-links {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.team-block-three .social-links li a {
	width: 42px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-bottom: 1px solid #e1e5e9;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-size: 14px;
	color: #838d9e;
	display: inline-block;
}

.team-block-three .social-links li:last-child a {
	border-bottom: 0;
}

/* Contact Section Style Four */
.contact-section.style-four {
	background-color: #fff;
	padding-bottom: 70px;
}

.contact-section.style-four .contact-form .form-group {
	margin-bottom: 30px;
}

.contact-section.style-four .btn-style-one {
	width: 100%;
}

.contact-section.style-four .btn-style-one .btn-title {
	padding: 13px 30px;
	border-radius: 28px;
}

.contact-section.style-four .read-more-link {
	text-transform: uppercase;
	padding-left: 0;
	color: inherit;
}

.contact-section.style-four .read-more-link i {
	position: relative;
	margin-left: 5px;
	font-weight: normal;
}

.contact-section.style-four .read-more-link:before {
	display: none;
}

.contact-section.style-four .read-more-link:hover {
	text-decoration: none;
}

.contact-section.style-four .list li {
	color: inherit;
}

.contact-section.style-four .contact-section .author-box .phone-numer {
	color: inherit;
}

.contact-section.style-four .contact-form .bootstrap-select>.dropdown-toggle, .contact-section.style-four .contact-form .form-group input[type="text"], .contact-section.style-four .contact-form .form-group input[type="email"], .contact-section.style-four .contact-form .form-group textarea, .contact-section.style-four .contact-form .form-group select {
	border: 1px solid #e3e3e3;
}

/* Faq Section Three */
.faq-section-three {
	position: relative;
	padding: 100px 0 160px;
}

.faq-section-three .contact-form-area {
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	padding: 60px 50px;
}

.faq-section-three .contact-form-area h3 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
}

.faq-section-three .contact-form-area .text {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}

.faq-section-three .contact-form .form-group {
	margin-bottom: 15px;
}

.faq-section-three .contact-form .bootstrap-select>.dropdown-toggle, .faq-section-three .contact-form .form-group input[type="text"], .faq-section-three .contact-form .form-group input[type="email"], .faq-section-three .contact-form .form-group textarea, .faq-section-three .contact-form .form-group select {
	border-color: transparent;
	border-bottom-color: #e1e5e9;
	padding: 0;
}

.faq-section-three .contact-form .form-group textarea {
	height: 95px;
}

.faq-section-three .contact-form .theme-btn.btn-style-one {
	margin-top: 25px;
}

/* Team Section Five */
.team-section-five {
	position: relative;
	padding: 100px 0 135px;
}

.team-section-five .row {
	margin: 0 -30px;
}

/* Team Block Four */
.team-block-four {
	position: relative;
	padding: 0 30px;
}

.team-block-four .inner-box {
	position: relative;
	margin-bottom: 60px;
	background-color: #fff;
}

.team-block-four .image {
	position: relative;
	overflow: hidden;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.team-block-four .image:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	right: 75px;
	height: 30px;
	background-color: #fff;
	z-index: 6;
	border-top-right-radius: 6px;
}

.team-block-four .image:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient(90deg, #fd4a36 0%, #201630 86%);
	background-image: -webkit-linear-gradient(90deg, #fd4a36 0%, #201630 86%);
	background-image: -ms-linear-gradient(90deg, #fd4a36 0%, #201630 86%);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	z-index: 5;
}

.team-block-four:hover .image:before {
	opacity: .85;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.team-block-four .image img {
	width: 100%;
}

.team-block-four .social-links-wrapper {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 55px;
	height: 55px;
	z-index: 9;
}

.team-block-four .social-links-wrapper .icon {
	position: relative;
	height: 55px;
	width: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	color: #84859c;
	font-size: 20px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: pointer;
}

.team-block-four .social-links-wrapper:hover .icon {
	color: #fff;
}

.team-block-four .social-links {
	position: absolute;
	right: -50%;
	top: 70px;
	background-color: #fff;
	border-radius: 21px;
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.team-block-four .social-links-wrapper:hover .social-links {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.team-block-four .social-links li {
	display: inline-block;
}

.team-block-four .social-links li a {
	width: 35px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-right: 1px solid #e1e5e9;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-size: 14px;
	color: #838d9e;
	display: inline-block;
}

.team-block-four .social-links li:last-child a {
	border-right: 0;
}

.team-block-four .author-title {
	position: relative;
	padding-left: 20px;
	border-left: 3px solid;
	margin-top: -5px;
	margin-bottom: 20px;
	z-index: 9;
}

.team-block-four h4 {
	font-size: 22px;
	font-weight: 600;
}

.team-block-four .designation {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	bottom: -5px;
}

.team-block-four .text {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 40px;
	margin-bottom: 0;
}

.team-block-four .text:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 7px;
	width: 100%;
	background: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/shape/border-shape-2.png") repeat-x center;
}

/* Team Section Six */
.team-section-six {
	position: relative;
	padding: 100px 0 70px;
	background-color: #201630;
}

.team-section-six .sec-top .text {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 40px;
}

/* Award Section Two */
.award-section-three {
	position: relative;
	padding: 100px 0 0px;
	background-color: #eff2f5;
}

.award-section-three .sec-title {
	margin-bottom: 20px;
}

.award-block-three {
	position: relative;
	padding: 30px 15px;
	padding-top: 0;
}

.award-block-three .inner-box {
	position: relative;
	background-color: transparent;
	padding: 0px;
	text-align: center;
	margin-bottom: 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.award-block-three .image {
	margin-bottom: 20px;
}

.award-block-three .image img {
	width: auto;
	margin: 0 auto;
}

.award-block-three h4 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
}

.award-section-three .owl-dots {
	position: relative;
	text-align: center;
	display: block;
	margin-bottom: 30px;
	top: -20px;
}

.award-section-three .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
}

.award-section-three .owl-dots .owl-dot span {
	position: relative;
	display: block;
	width: 12px;
	height: 12px;
	border: 2px solid #e0e0e4;
	border-radius: 6px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

/* Funfacts Section Two / Style Two */
.funfacts-section-two.style-two .content {
	background: transparent;
}

.funfacts-section-two.style-two .icon-box {
	background: transparent;
	top: 63px;
}

.funfacts-section-two.style-two .inner:before {
	position: absolute;
	content: "";
	right: 0;
	top: 20px;
	width: 1px;
	bottom: 20px;
	background: #41394f;
}

.funfacts-section-two.style-two .column:last-child .inner:before {
	display: none;
}

/* Client Section Style Three */
.client-section-two.style-three {
	background-color: #f1f5f8;
	padding-top: 100px;
}

.client-section-two.style-three .column, .client-section-two.style-three .wrapper-box {
	border-color: #e1e5e9;
}

/* Award Section Style Two */
.award-section.style-two {
	position: relative;
	background-position: left center;
}

.award-section.style-two .bottom-text a {
	color: #fff;
}

.award-section.style-two .sec-title .text {
	color: #d2ccda;
}

/* Team Section Seven */
.team-section-seven {
	position: relative;
	padding: 100px 0 135px;
}

/* Contact Details */
.contact-details-section {
	position: relative;
	padding-top: 100px;
	padding-bottom: 70px;
}

.contact-details-section .sec-title .text {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 20px;
	color: inherit;
}

.contact-details-section .sec-title h2 {
	padding-bottom: 8px;
}

.contact-info-block {
	position: relative;
}

.contact-info-block .inner-box {
	position: relative;
	padding: 40px 30px 30px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .15);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .15);
	margin-bottom: 30px;
	border-radius: 6px;
}

.contact-info-block .icon-box {
	position: relative;
	padding-left: 70px;
	min-height: 70px;
}

.contact-info-block .icon {
	position: absolute;
	left: 0;
	top: 0;
}

.contact-info-block h5 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
}

.contact-info-block h4 {
	font-size: 20px;
	font-weight: 600;
}

.contact-info-block ul li {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
}

.contact-info-block ul li a {
	color: #0000cd;
}

/* Contact form Section */
.contact-form-section {
	position: relative;
	padding-bottom: 70px;
}

.contact-form-section .live-contact {
	position: relative;
	margin-bottom: 30px;
}

.contact-form-section .live-contact img {
	border-radius: 6px;
}

.contact-form-section .live-contact .content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 50px 30px;
	text-align: center;
}

.contact-form-section .live-contact .content .icon {
	color: #fff;
	font-size: 70px;
	line-height: 70px;
	margin-bottom: 30px;
}

.contact-form-section .live-contact .content h4 {
	position: relative;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 16px;
}

.contact-form-section .live-contact .content .text {
	position: relative;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 25px;
}

.contact-form-section .live-contact .content .btn-style-one .btn-title::before {
	background: #fff;
}

.contact-form-section .contact-form .form-group {
	margin-bottom: 30px;
}

.contact-form-section .contact-form .bootstrap-select>.dropdown-toggle, .contact-form-section .contact-form .form-group input[type="text"], .contact-form-section .contact-form .form-group input[type="email"], .contact-form-section .contact-form .form-group textarea, .contact-form-section .contact-form .form-group select {
	border-color: #f1f5f8;
	background-color: #f1f5f8;
	height: 56px;
}

.contact-form-section .contact-form .form-group textarea {
	height: 120px;
}

.contact-form-section .note p {
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
}

/* Contact Details Two */
.contact-details-section-two {
	position: relative;
	padding-top: 60px;
	padding-bottom: 70px;
}

.contact-details-section-two:before {
	position: absolute;
	top: -45px;
	left: 50%;
	width: 100%;
	max-width: 1170px;
	background: #fff;
	content: "";
	height: 50px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 6px;
}

.contact-details-section-two .sec-title .text {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 20px;
	color: inherit;
}

.contact-details-section-two .sec-title h2 {
	padding-bottom: 20px;
}

.contact-details-section-two .bottom-text {
	position: relative;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	margin-top: 15px;
	margin-bottom: 30px;
}

.contact-details-section-two .bottom-text a {
	position: relative;
	font-weight: 600;
}

.contact-details-section-two .bottom-text a i {
	margin-left: 5px;
	font-weight: normal;
	font-size: 16px;
}

.contact-info-block {
	position: relative;
}

.contact-info-block-two {
	position: relative;
	z-index: 2;
}

.contact-info-block-two .inner-box {
	position: relative;
	background: #fff;
	padding: 45px 30px 40px;
	padding-left: 115px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	margin-bottom: 30px;
}

.contact-info-block-two:nth-child(1) .inner-box {
	border-top-left-radius: 30px;
}

.contact-info-block-two:nth-child(3) .inner-box {
	border-top-right-radius: 30px;
}

.contact-info-block-two:nth-child(1) .inner-box:before {
	border-top-left-radius: 30px;
}

.contact-info-block-two:nth-child(3) .inner-box:before {
	border-top-right-radius: 30px;
}

.contact-info-block-two .inner-box:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: #201630;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	border-top: 3px solid;
}

.contact-info-block-two .inner-box:hover:before {
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
	opacity: 1;
}

.contact-info-block-two .icon {
	position: absolute;
	left: 35px;
	top: 46px;
}

.contact-info-block-two h4 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.contact-info-block-two .inner-box:hover h4 {
	color: #fff;
}

.contact-info-block-two ul li {
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
	line-height: 26px;
}

.contact-info-block-two .inner-box:hover ul li {
	color: #fff;
}

.contact-info-block-two ul li a {
	color: #0000cd;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.contact-info-block-two .inner-box:hover ul li a {
	color: rgba(255, 255, 255, 1);
}

/* Contact Section Style Five */
.contact-section.style-five {
	background-color: #f1f5f8;
	padding: 0;
}

.contact-section.style-five .auto-container {
	max-width: 100%;
	padding: 0;
}

.contact-section.style-five .inner-container {
	max-width: 585px;
}

.contact-section.style-five .left-column .inner-container {
	margin: 0 auto;
	margin-right: 0;
}

.contact-section.style-five .right-column, .contact-section.style-five .left-column {
	position: relative;
	padding: 100px 0 70px;
	background-size: cover;
}

.contact-section.style-five .contact-form {
	margin-bottom: 0;
}

.contact-section.style-five .contact-form .row {
	margin: 0 -10px;
}

.contact-section.style-five .contact-form .form-group {
	padding: 0 10px;
	margin-bottom: 20px;
}

.contact-section.style-five .btn-style-one {
	width: 100%;
}

.contact-section.style-five .btn-style-one .btn-title {
	padding: 13px 30px;
	border-radius: 28px;
}

.contact-section.style-five .read-more-link {
	text-transform: uppercase;
	padding-left: 0;
	color: #fff;
}

.contact-section.style-five .read-more-link i {
	position: relative;
	margin-left: 5px;
	font-weight: normal;
}

.contact-section.style-five .read-more-link:before {
	display: none;
}

.contact-section.style-five .read-more-link:hover {
	text-decoration: none;
}

.contact-section.style-five .list li {
	color: #d7cfe3;
}

.contact-section.style-five .contact-section .author-box .phone-numer {
	color: inherit;
}

.contact-section.style-five .contact-form .bootstrap-select>.dropdown-toggle, .contact-section.style-five .contact-form .form-group input[type="text"], .contact-section.style-five .contact-form .form-group input[type="email"], .contact-section.style-five .contact-form .form-group textarea, .contact-section.style-five .contact-form .form-group select {
	border: 1px solid #e3e3e3;
	height: 55px;
}

.contact-section.style-five .author-box .phone-numer {
	color: #fff;
}

.contact-section.style-five .sec-title.light .text {
	color: #d7cfe3;
}

.contact-section.style-five .contact-form-box {
	position: relative;
	padding: 50px 50px 30px;
	background: #fff;
	margin-left: -50px;
	border-radius: 6px;
	margin-bottom: 30px;
}

.contact-section.style-five .contact-form .form-group textarea {
	height: 110px;
}

/* Faq Section Four */
.faq-section-four {
	padding: 100px 0 160px;
}

/* Faq Section Five */
.faq-section-five {
	position: relative;
	padding: 100px 0 70px;
	background-color: #f1f5f8;
}

.faq-section-five .pattern {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
}

.faq-section-five .contact-form-area {
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	background-color: #fff;
	padding: 60px 50px;
}

.faq-section-five .contact-form-area h3 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
}

.faq-section-five .contact-form-area .text {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}

.faq-section-five .contact-form .form-group {
	margin-bottom: 15px;
}

.faq-section-five .contact-form .bootstrap-select>.dropdown-toggle, .faq-section-five .contact-form .form-group input[type="text"], .faq-section-five .contact-form .form-group input[type="email"], .faq-section-five .contact-form .form-group textarea, .faq-section-five .contact-form .form-group select {
	border-color: transparent;
	border-bottom-color: #e1e5e9;
	padding: 0;
}

.faq-section-five .contact-form .form-group textarea {
	height: 95px;
}

.faq-section-five .contact-form .theme-btn.btn-style-one {
	margin-top: 25px;
}

/* Contact Details Three */
.contact-details-section-three {
	position: relative;
	padding-top: 100px;
	padding-bottom: 70px;
}

.contact-details-section-three .sec-top .text {
	font-size: 20px;
	font-weight: 500;
}

.contact-details-section-three .outer-box {
	position: relative;
	background: #fff;
	padding: 20px 30px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	margin-bottom: 30px;
}

.contact-info-block-three {
	position: relative;
	z-index: 2;
}

.contact-info-block-three .inner-box {
	position: relative;
	background: #fff;
	padding: 15px 0 15px;
	padding-left: 0px;
	border-bottom: 1px solid #e1e5e9;
}

.contact-info-block-three:last-child .inner-box {
	border-bottom: 0;
}

.contact-info-block-three .icon {
	position: absolute;
	left: 0;
	top: 46px;
}

.contact-info-block-three h4 {
	position: relative;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 10px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

#mycontact textarea {
	height: 329px !important;
}

.contact-info-block-three ul li {
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
}

.contact-info-block-three ul li a {
	color: #000 !important;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.contact-details-section-three .wrapper-box {
	position: relative;
}

.contact-details-section-three .pointer-block {
	position: absolute;
	left: 21%;
	top: 36%;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	cursor: pointer;
}

.contact-details-section-three .pointer-block:nth-child(2) {
	left: 61%;
	top: 45.5%;
}

.contact-details-section-three .pointer-block:nth-child(3) {
	left: auto;
	right: 18.5%;
	top: auto;
	bottom: 28%;
}

.contact-details-section-three .pointer-block:nth-child(4) {
	left: 48.5%;
	bottom: 20.5%;
	top: auto;
}

.contact-details-section-three .pointer-block .point {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 4px solid;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.contact-details-section-three .pointer-block:hover .point {
	border-color: #fec8c2;
	-webkit-transform: scale(1.7);
	-ms-transform: scale(1.7);
	transform: scale(1.7);
}

.contact-details-section-three .pointer-block .point:after {
	position: absolute;
	content: "";
	left: 3px;
	top: 3px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.contact-details-section-three .pointer-block:hover .point:after {
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
}

.contact-details-section-three .pointer-block .point:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.contact-details-section-three .pointer-block:hover .point:before {
	background-color: #fca197;
}

.contact-details-section-three .pointer-block:nth-child(1) .point:before, .contact-details-section-three .pointer-block:nth-child(3) .point:before {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}

.contact-details-section-three .pointer-block .content {
	opacity: 0;
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 210px;
	padding: 10px 20px;
	bottom: 30px;
	left: -100px;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-transform: translateY(-110%);
	-ms-transform: translateY(-110%);
	transform: translateY(-110%);
	background-color: #fff;
	border-radius: 6px;
	-webkit-box-shadow: rgba(0, 0, 0, .1) 0px 5px 20px 0px;
	box-shadow: rgba(0, 0, 0, .1) 0px 5px 20px 0px;
	z-index: 9;
	pointer-events: none;
}

.contact-details-section-three .pointer-block .content:before {
	position: absolute;
	content: "";
	left: 90px;
	bottom: -30px;
	border: 15px solid transparent;
	border-top-color: #fff;
}

.contact-details-section-three .pointer-block:hover .content {
	opacity: 1;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.contact-details-section-three .pointer-block .content .text {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 26px;
	text-align: center;
}

/* Contact Details Section Four */
.contact-details-section-four {
	position: relative;
	padding-top: 100px;
	padding-bottom: 170px;
	background-color: #f1f5f8;
}

/* Contact Form Section Two */
.contact-form-section-two {
	position: relative;
	padding-top: 100px;
	padding-bottom: 70px;
	background-color: #f1f5f8;
}

.contact-form-section-two .contact-form .form-group {
	margin-bottom: 30px;
}

.contact-form-section-two .contact-form .bootstrap-select>.dropdown-toggle, .contact-form-section-two .contact-form .form-group input[type="text"], .contact-form-section-two .contact-form .form-group input[type="email"], .contact-form-section-two .contact-form .form-group textarea, .contact-form-section-two .contact-form .form-group select {
	border-color: #fff;
	background-color: #fff;
	height: 56px;
}

.contact-form-section-two .contact-form .form-group textarea {
	height: 120px;
}

/* Heighlight Section */
.heighlight-section {
	position: relative;
	padding-top: 60px;
	padding-bottom: 70px;
}

.heighlight-section:before {
	position: absolute;
	top: -45px;
	left: 50%;
	width: 100%;
	max-width: 1170px;
	background: #fff;
	content: "";
	height: 50px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 6px;
}

.heighlight-block {
	position: relative;
}

.heighlight-block .inner-box {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

.heighlight-block .inner-box:before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #e1e5e9;
	width: 1px;
}

.heighlight-block:last-child .inner-box:before {
	display: none;
}

.heighlight-block .icon {
	position: relative;
	margin-bottom: 30px;
}

.heighlight-block h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
}

.heighlight-block .text {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
}

.heighlight-block .theme-btn {
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
}

/*
    News Block Six
*/
.news-block-six {
	position: relative;
}

.news-block-six .inner-box {
	position: relative;
	margin-bottom: 30px;
}

.news-block-six .image img {
	border-radius: 6px;
}

.news-block-six .lower-content {
	position: relative;
	background-color: #fff;
	border-radius: 6px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: -50px;
	padding: 0 40px 40px;
}

.news-block-six .category {
	position: relative;
	font-size: 13px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 12px;
	padding: 3px 21px;
	-webkit-transform: translateY(-12px);
	-ms-transform: translateY(-12px);
	transform: translateY(-12px);
	margin-bottom: 10px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background: #292f43;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	line-height: 18px;
}

.news-block-six .post-meta {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.news-block-six .post-meta li {
	font-size: 15px;
	font-weight: 500;
	color: #808080;
	margin-right: 5px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.news-block-six .post-meta li i {
	margin-right: 5px;
}

.news-block-six h4 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	color: #202020;
	padding-bottom: 30px;
	margin-bottom: 20px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.news-block-six h4:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 6px;
	width: 100%;
	background: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/shape/border-shape-2.png") repeat-x center;
}

.news-block-six h4 a {
	color: #202020;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.news-block-six .text {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
}

.news-block-six .bottom-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.news-block-six .social-links-wrapper {
	position: relative;
	width: 55px;
	height: 55px;
	z-index: 9;
}

.news-block-six .social-links-wrapper .icon {
	position: relative;
	height: 55px;
	width: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	color: #84859c;
	font-size: 20px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: pointer;
	border: 1px solid #e1e5e9;
}

.news-block-six .social-links-wrapper:hover .icon {
	color: #fff;
}

.news-block-six .social-links {
	position: absolute;
	right: 65px;
	top: 5px;
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.news-block-six .social-links-wrapper:hover .social-links {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.news-block-six .social-links li {
	display: inline-block;
}

.news-block-six .social-links li a {
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #e1e5e9;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-size: 14px;
	color: #838d9e;
	display: inline-block;
	border-radius: 50%;
}

.news-block-six .social-links li:last-child a {
	border-right: 0;
}

/* Blog Sidebar */
.blog-sidebar {
	position: relative;
	border: 1px solid #e1e5e9;
	background-color: #f1f5f8;
	padding: 40px 30px;
	border-radius: 6px;
}

.blog-sidebar .widget_search {
	margin-top: -40px;
	margin-left: -30px;
	margin-right: -30px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
}

/* Popular post widget */
.widget_popular_post {
	position: relative;
}

.widget_popular_post .post {
	position: relative;
	padding-left: 0px;
	padding-bottom: 30px;
	overflow: hidden;
	margin-bottom: 30px;
}

.widget_popular_post .post:before {
	position: absolute;
	content: "";
	left: 0px;
	bottom: 0px;
	height: 7px;
	width: 100%;
	background-image: url("https://cdn-eabjc.nitrocdn.com/rCdgrlUBjjGUfYxigisYPvtYXUkMZGiN/assets/images/optimized/rev-30d24c5/fineotex.com/wp-content/uploads/2021/08/pattern-6-1.png");
}

.widget_popular_post .post:last-child {}

.widget_popular_post .post .post-thumb {
	position: absolute;
	left: 0;
	top: 0;
}

.widget_popular_post .post .post-thumb img {
	border-radius: 50%;
}

.widget_popular_post .post h5 {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 2px;
}

.widget_popular_post .post h5 a {
	color: #0000cd;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
}

.widget_popular_post .post .post-info {
	font-size: 15px;
	font-weight: 500;
}

/* Archive Widget */
.widget_archive .bootstrap-select>.dropdown-toggle {
	border-radius: 0;
	border-radius: 6px;
	width: 100%;
	color: #0000cd;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 10px;
	font-family: var(--fira-sans);
}

.widget_archive .dropdown.bootstrap-select {
	width: 100% !important;
}

.widget_archive .bootstrap-select .dropdown-menu li a span.text {
	margin: 0;
	line-height: 40px;
}

/* Newsletter Widget */
.widget_newsletter {
	text-align: center;
	background: #fff;
	margin: 0 -30px -40px;
	padding: 35px 30px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.widget_newsletter .content-box h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 25px;
}

.widget_newsletter .form-group {
	position: relative;
}

.widget_newsletter .form-group input {
	height: 55px;
	border: 1px solid #e4e7ee;
	background: transparent;
	width: 100%;
	padding-left: 45px;
	padding-right: 75px;
}

.widget_newsletter .form-group button {
	position: absolute;
	right: 0;
	top: 0;
	width: 55px;
	height: 55px;
	border-left: 1px solid #e4e7ee;
	line-height: 55px;
	text-align: center;
	background-color: transparent;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	font-size: 16px;
	color: #9ca6b6;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.widget_newsletter .form-group i {
	position: absolute;
	left: 21px;
	top: 15px;
}

.widget_newsletter h5 {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	font-family: "PT Sans", sans-serif;
}

/* Tag Cloud Widget */
.widget_tag_cloud ul {
	margin: 0 -5px;
}

.widget_tag_cloud ul li {
	margin: 0 5px 10px;
	float: left;
}

.widget_tag_cloud ul li a {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	background: #fff;
	border-radius: 20px;
	color: #838d9e;
	padding: 3.5px 17px 7px;
	display: inline-block;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	-webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, .1);
}

.widget_tag_cloud ul li a:hover {
	color: #fff;
}

/* Team Details */
.team-details-section {
	position: relative;
	padding: 100px 0 70px;
}

.single-team-member {
	position: relative;
	margin-right: 30px;
}

.single-team-member .inner-box {
	position: relative;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 6px;
}

.single-team-member .image {
	position: relative;
	overflow: hidden;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.single-team-member .image .author-title:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 20px;
	width: 3px;
	height: 45px;
	z-index: 6;
}

.single-team-member .image:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient(90deg, #fd4a36 0%, #201630 86%);
	background-image: -webkit-linear-gradient(90deg, #fd4a36 0%, #201630 86%);
	background-image: -ms-linear-gradient(90deg, #fd4a36 0%, #201630 86%);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	z-index: 5;
}

.single-team-member:hover .image:before {
	opacity: .85;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.single-team-member .image img {
	width: 100%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.single-team-member .social-links-wrapper {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 55px;
	height: 55px;
	z-index: 9;
}

.single-team-member .social-links-wrapper .icon {
	position: relative;
	height: 55px;
	width: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	color: #84859c;
	font-size: 20px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: pointer;
}

.single-team-member .social-links-wrapper:hover .icon {
	color: #fff;
}

.single-team-member .social-links {
	position: absolute;
	right: -50%;
	top: 70px;
	background-color: #fff;
	border-radius: 21px;
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.single-team-member .social-links-wrapper:hover .social-links {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.single-team-member .social-links li {
	display: inline-block;
}

.single-team-member .social-links li a {
	width: 35px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-right: 1px solid #e1e5e9;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-size: 14px;
	color: #838d9e;
	display: inline-block;
}

.single-team-member .social-links li:last-child a {
	border-right: 0;
}

.single-team-member .author-title {
	position: relative;
	padding: 19px 33px;
	margin-top: -92px;
	margin-bottom: 20px;
	z-index: 9;
	background: #fff;
	margin-right: 75px;
	border-top-right-radius: 6px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
}

.single-team-member h4 {
	font-size: 22px;
	font-weight: 600;
}

.single-team-member .designation {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	bottom: -5px;
}

.single-team-member ul.info-list {
	position: relative;
	padding: 10px 30px;
}

.single-team-member ul.info-list li {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #0000cd;
	margin-bottom: 20px;
}

.single-team-member ul.info-list li a {
	color: #0000cd;
}

.team-details-section .single-team-member ul.info-list li span {
	font-weight: 600;
	display: block;
	color: #838d9e;
}

.team-details-section .working-history {
	position: relative;
}

.team-details-section .working-history .top-content h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 30px;
}

.team-details-section .working-history .top-content .text {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
}

.team-details-section .timeline {
	position: relative;
	margin-left: 165px;
	border-left: 1px solid #e4e8eb;
	margin-bottom: 60px;
}

.team-details-section .timeline .text {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	top: -8px;
}

.team-details-section .timeline li {
	position: relative;
	padding-left: 37px;
}

.team-details-section .timeline li:before {
	position: absolute;
	content: attr(data-date);
	left: -165px;
	top: 0;
	font-size: 18px;
	font-weight: 500;
	font-family: var(--fira-sans);
	color: #838d9e;
}

.team-details-section .timeline li:after {
	position: absolute;
	content: "";
	left: -7.5px;
	top: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #e4e8eb;
	border-radius: 50%;
	background-color: #fff;
}

.team-details-section .timeline li.current:after {
	border: 4px solid #fecdc7;
}

.team-details-section .contact-form .bootstrap-select>.dropdown-toggle, .team-details-section .contact-form .form-group input[type="text"], .team-details-section .contact-form .form-group input[type="email"], .team-details-section .contact-form .form-group textarea, .team-details-section .contact-form .form-group select {
	background-color: #f1f5f8;
	border-color: #f1f5f8;
}

.team-details-section .contact-form .form-group i {
	position: absolute;
	top: 20px;
	right: 35px;
}

.team-details-section .bootstrap-select .dropdown-menu li a span.text {
	margin-bottom: 0;
}

/* Widget Categories */
.widget_categories {
	margin-bottom: 45px;
}

.widget_categories .categories-list li {
	position: relative;
	display: block;
	border-bottom: 1px solid #e1e5e9;
}

.widget_categories .categories-list li a {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #1e1e2a;
	padding: 14px 0px 13px 20px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.widget_categories .categories-list li a:hover {
	padding-left: 0;
}

.widget_categories .categories-list li a:before {
	position: absolute;
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	font-size: 12px;
	color: #838d9e;
	left: 0px;
	top: 16px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.widget_categories .categories-list li a:hover:before {
	opacity: 0;
}

.widget_categories .categories-list li a span {
	position: absolute;
	right: 0;
	top: 14px;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--fira-sans);
	padding-left: 20px;
	display: inline-block;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
}

.widget_categories .categories-list li a span:before {
	position: absolute;
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	font-size: 13px;
	left: 0px;
	top: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.widget_categories .categories-list li a:hover span {
	opacity: 1;
}

.widget_categories .widget-title {
	margin-bottom: 7px;
}

/* Widget Categories */
.widget_categories_two {
	margin-bottom: 45px;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	border-radius: 6px;
}

.widget_categories_two .categories-list li {
	position: relative;
	display: block;
	border: 1px solid #e1e5e9;
	margin-bottom: 10px;
	border-radius: 6px;
}

.widget_categories_two .categories-list li a {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #1e1e2a;
	padding: 14px 0px 13px 42px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	border-radius: 6px;
}

.widget_categories_two .categories-list li a:hover, .widget_categories_two .categories-list li.current-menu-item a {
	padding-left: 20px;
	color: #fff;
	background: #0000cd;
}

.widget_categories_two .categories-list li a:before {
	position: absolute;
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	font-size: 12px;
	color: #838d9e;
	left: 20px;
	top: 16px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.widget_categories_two .categories-list li a:hover:before {
	opacity: 0;
}

.widget_categories_two .categories-list li a span {
	position: absolute;
	right: 10px;
	top: 14px;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--fira-sans);
	padding-left: 20px;
	display: inline-block;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0;
}

.widget_categories_two .categories-list li a span:before {
	position: absolute;
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	font-size: 13px;
	left: 0px;
	top: 0;
	color: #fff;
}

.widget_categories_two .categories-list li a:hover span, .widget_categories_two .categories-list li.current-menu-item a span {
	opacity: 1;
}

.widget_categories_two .categories-list li.current-menu-item a:before {
	opacity: 0;
}

.widget_categories_two .widget-title {
	margin-bottom: 7px;
}

/* Widget Brochur */
.widget_brochur {
	position: relative;
	padding: 30px;
	border-radius: 6px;
	background-size: cover;
}

.widget_brochur .widget-content {
	position: relative;
	padding-left: 65px;
}

.widget_brochur .icon {
	position: absolute;
	left: 0;
	top: 0;
}

.widget_brochur h5 {
	position: relative;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.widget_brochur h4 {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.widget_brochur a {
	position: relative;
	font-size: 15px;
	font-weight: 500;
	font-family: var(--fira-sans);
	text-transform: uppercase;
	color: #0000cd;
}

.widget_brochur a i {
	margin-right: 10px;
	color: #959ead;
	font-weight: normal;
	position: relative;
	top: 1px;
}

/* Widget Contact */
.widget_contact {
	position: relative;
	padding: 50px 30px;
	border-radius: 6px;
	background-size: cover;
	text-align: center;
}

.widget_contact img {
	margin-bottom: 20px;
}

.widget_contact h4 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	margin-bottom: 30px;
}

.widget_contact .phone-number {
	position: relative;
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 11px;
}

.widget_contact .phone-number a {
	color: #fff;
}

.widget_contact .email {
	position: relative;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 30px;
}

.widget_contact .email a {
	color: #fff;
}

.widget_contact .btn-style-one .btn-title:before {
	background-color: #fff;
}

.widget_contact .btn-style-one:hover .btn-title {
	color: #222;
}

/** page-title Two **/
.page-title-two {
	position: relative;
	padding: 157px 0px;
	background-color: #646464;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 6px;
	overflow: hidden;
	text-align: center;
}

.page-title-two:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(32, 22, 48, .85);
}

.page-title-two .content-box {
	padding-left: 22px;
	position: relative;
}

.page-title-two .content-box:before {
	position: absolute;
	content: "";
	left: 0;
	top: 4px;
	width: 4px;
	height: 84px;
}

.page-title-two .content-box h1 {
	position: relative;
	display: block;
	font-size: 48px;
	line-height: 65px;
	color: #fff;
	font-weight: 600;
}

.page-title-two .category {
	position: relative;
	font-size: 13px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 12px;
	padding: 3px 21px;
	-webkit-transform: translateY(-12px);
	-ms-transform: translateY(-12px);
	transform: translateY(-12px);
	margin-bottom: 10px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background: #fff;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	line-height: 18px;
	margin: 0 auto 10px;
}

.page-title-two .post-meta {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-title-two .post-meta li {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	margin-right: 5px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.page-title-two .post-meta li i {
	margin-right: 5px;
}

/* Blog Single Post */
.blog-single-post {
	position: relative;
}

.blog-single-post .top-content {
	position: relative;
}

.blog-single-post .lower-content {
	position: relative;
	margin: 0 100px;
	padding: 0 100px;
	border-radius: 6px;
	margin-top: -100px;
	background-color: #fff;
}

.blog-single-post .title h1 {
	position: relative;
	display: block;
	font-size: 48px;
	line-height: 65px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}

.blog-single-post .category {
	position: relative;
	font-size: 13px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 12px;
	padding: 3px 21px;
	-webkit-transform: translateY(-12px);
	-ms-transform: translateY(-12px);
	transform: translateY(-12px);
	margin-bottom: 10px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background: #201630;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	line-height: 18px;
	margin: 0 auto 10px;
}

.blog-single-post .post-meta {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.blog-single-post .post-meta li {
	font-size: 15px;
	font-weight: 500;
	color: #838d9e;
	margin-right: 5px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.blog-single-post .post-meta li i {
	margin-right: 5px;
}

.blog-single-post h3 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 40px;
}

.blog-single-post .text {
	margin-bottom: 30px;
}

.blog-single-post .text, .blog-single-post .text p, .blog-single-post p {
	font-size: 18px;
	font-weight: 500;
}

.blog-single-post img {
	margin: 25px 0;
}

.blog-single-post h4 {
	margin: 0 0 12px 0;
}

.blog-single-post .text p a {
	color: #838d9e;
	text-decoration: underline;
}

.blog-single-post blockquote {
	padding: 50px 0;
	position: relative;
	font-size: 24px;
	font-weight: 500;
	color: #0000cd;
	font-family: var(--fira-sans);
	font-style: italic;
	text-align: center;
	margin: 0;
	background-color: transparent;
}

.blog-single-post ul.tag {
	margin: 0 -5px;
	margin-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e1e5e9;
	text-align: center;
}

.blog-single-post ul.tag li {
	margin: 0 5px 10px;
	display: inline-block;
}

.blog-single-post ul.tag li a {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	background: #fff;
	border-radius: 20px;
	color: #838d9e;
	padding: 3.5px 17px 7px;
	display: inline-block;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	-webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, .1);
}

.blog-single-post ul.tag li a:hover {
	color: #fff;
}

.blog-single-post .share-icon {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}

.blog-single-post .share-icon h5 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}

.blog-single-post .share-icon .social-links {
	position: relative;
	text-align: center;
}

.blog-single-post .share-icon .social-links li {
	display: inline-block;
	margin: 0 5px;
}

.blog-single-post .share-icon .social-links a {
	font-size: 14px;
	color: #fff;
	font-family: var(--fira-sans);
	display: inline-block;
	padding: 11.5px 35px;
	border-radius: 25px;
}

.blog-single-post .share-icon .social-links a i {
	margin-right: 10px;
}

.blog-single-post .share-icon .social-links a.facebook {
	background-color: #3b5998;
}

.blog-single-post .share-icon .social-links a.twitter {
	background-color: #55acee;
}

.blog-single-post .share-icon .social-links a.linkedin {
	background-color: #dc4e41;
}

.blog-single-post .share-icon .social-links a.pinterest {
	background-color: #bd081c;
}

.blog-single-post .author-box {
	position: relative;
	padding: 40px 40px 30px;
	padding-left: 170px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	margin-bottom: 50px;
	border-radius: 6px;
}

.blog-single-post .author-box .image {
	position: absolute;
	left: 40px;
	top: 40px;
}

.blog-single-post .author-box .image img {
	border-radius: 50%;
}

.blog-single-post .author-box h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.blog-single-post .author-box h5 {
	font-family: inherit;
	margin-bottom: 10px;
}

.blog-single-post .author-box h5 a {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #838d9e;
}

.blog-single-post .author-box .text {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}

.blog-single-post .author-box .social-links {
	position: relative;
	margin-bottom: 10px;
}

.blog-single-post .author-box .social-links li {
	position: relative;
	margin-right: 8px;
	margin-bottom: 10px;
	display: inline-block;
}

.blog-single-post .author-box .social-links li a {
	position: relative;
	display: block;
	color: #838d9e;
	font-size: 14px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #e2e6ea;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.blog-single-post .author-box .social-links li a:hover {
	color: #fff;
	border-color: transparent;
}

.blog-single-post .author-box .social-links li a:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.blog-single-post .author-box .social-links li a:hover:before {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.blog-single-post .author-box .social-links li a span {
	position: relative;
}

/* Blog post pagination */
.blog-post-pagination {
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 60px;
	border-bottom: 1px solid #eef2ed;
}

.blog-post-pagination h4 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.7em;
	margin-bottom: 10px;
}

.blog-post-pagination .prev-post a {
	position: relative;
	color: #838d9e;
	font-size: 16px;
	font-weight: 500;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	display: inline-block;
	margin-bottom: 15px;
}

.blog-post-pagination .prev-post a i {
	margin-right: 5px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	display: inline-block;
}

.blog-post-pagination .next-post {
	text-align: right;
	width: 50%;
}

.blog-post-pagination .next-post .image-box {
	position: relative;
	padding-right: 90px;
}

.blog-post-pagination .next-post .image-box img {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 50%;
}

.blog-post-pagination .next-post a {
	position: relative;
	padding-right: 16px;
	color: #838d9e;
	font-size: 16px;
	font-weight: 500;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	display: inline-block;
	margin-bottom: 15px;
}

.blog-post-pagination .next-post a i {
	margin-left: 5px;
}

.blog-post-pagination .prev-post {
	position: relative;
	width: 50%;
}

.blog-post-pagination .prev-post .image-box {
	position: relative;
	padding-left: 90px;
}

.blog-post-pagination .prev-post .image-box img {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
}

.blog-post-pagination:after {
	position: absolute;
	left: 50%;
	content: "";
	top: 45px;
	width: 1px;
	bottom: 45px;
	background-color: #f2f2f2;
}

.blog-post-pagination .prev-post a:hover, .blog-post-pagination .next-post a:hover {
	color: #f13729;
}

/*** 

====================================================================
    Comments Area
====================================================================

 ***/
.comments-area {
	position: relative;
	margin-top: 30px;
	margin-bottom: 50px;
}

.blog-single-post .group-title {
	position: relative;
}

.blog-single-post .group-title h3 {
	position: relative;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
}

.comments-area .comment-box {
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comments-area .comment-box:last-child .comment {
	padding-bottom: 0px;
	border-bottom: 0px;
}

.comments-area .comment-box:hover {
	border-color: #eb5310;
}

.comments-area .comment-box.reply-comment {
	margin-left: 65px;
}

.comments-area .comment {
	position: relative;
	font-size: 14px;
	padding: 0px 0px 20px 110px;
}

.comments-area .comment .comment-inner {
	position: relative;
	padding: 40px;
	background: #f1f5f8;
}

.comments-area .comment-box.reply-comment .comment-inner {
	background-color: #fff;
	border: 1px solid #e1e5e9;
}

.comments-area .comment .comment-inner .text {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 15px;
}

.comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	margin-bottom: 20px;
}

.comments-area .comment-box .author-thumb img {
	width: 80px;
	display: block;
}

.comments-area .comment-info {
	position: relative;
	line-height: 24px;
	font-size: 18px;
	font-weight: 600;
	font-family: var(--fira-sans);
	margin-bottom: 15px;
}

.comments-area .comment-info a {
	position: relative;
	color: #1e1e29;
}

.comments-area .date {
	font-size: 16px;
	color: #838d9e;
	font-weight: normal;
	font-family: "PT Sans", sans-serif;
}

.comments-area .comment-box .reply-comment-btn {
	position: relative;
	color: #222;
	font-size: 16px;
	font-weight: 600;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	font-family: var(--fira-sans);
}

/* Comment Form */
.comment-form {
	position: relative;
	margin-bottom: 30px;
}

.comment-form .form-group {
	position: relative;
	margin-bottom: 30px;
}

.comment-form .form-group:last-child {
	margin-bottom: 0px;
}

.comment-form .form-group input[type="text"], .comment-form .form-group input[type="password"], .comment-form .form-group input[type="tel"], .comment-form .form-group input[type="email"], .comment-form .form-group textarea, .comment-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 15px 20px;
	height: 58px;
	color: #7c7b7b;
	font-size: 18px;
	font-weight: 500;
	background: #fff;
	border: 1px solid #e1e5e9;
	border-radius: 6px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus, .comment-form .form-group input[type="password"]:focus, .comment-form .form-group input[type="tel"]:focus, .comment-form .form-group input[type="email"]:focus, .comment-form .form-group select:focus, .comment-form .form-group textarea:focus {
	border-color: #f13729;
}

.comment-form .form-group textarea {
	height: 120px;
}

.comment-form button {
	position: relative;
	display: block;
	margin-top: 10px;
}

.comment-form .note {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 20px;
}

.comment-form .note input {
	margin-right: 7px;
}

/* Services Details */
.services-details {
	position: relative;
	padding: 60px 0 70px;
}

.services-details .content-side .image-slide {
	position: relative;
	margin-bottom: 50px;
}

.services-details .content-side .image-slide img {
	border-radius: 6px;
}

.services-details .content-side .image-slide .content {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 140px;
	background-color: #201630;
	padding: 40px;
	border-top-right-radius: 6px;
}

.services-details .content-side .image-slide .content h4 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
}

.services-details .content-side h2 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 8px;
}

.services-details .content-side .sec-title {
	margin-bottom: 30px;
	width: 100%;
	margin-top: 30px;
}

/*.services-details .content-side .icon {
    position: relative;
    font-size: 200px;
    line-height: 210px;
    color: #e5ebf4;
}*/
.services-details .content-side .text {
	position: relative;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 500;
}

.services-details .content-side .text p {
	font-size: 18px;
	font-weight: 500;
}

.service-block-one p {
	font-size: 16px !important;
}

.services-details .content-side .list {
	position: relative;
}

.services-details .content-side .list li, .services-details .content-side .text li {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	list-style: none;
}

.services-details .content-side .list li i {
	margin-right: 8px;
	font-size: 15px;
}

.service-block-seven {
	position: relative;
}

.service-block-seven .inner-box {
	position: relative;
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .08);
	box-shadow: 0 0 10px rgba(0, 0, 0, .08);
}

.service-block-seven .icon {
	position: relative;
	padding: 30px 0 15px;
	min-height: 110px;
}

.service-block-seven .icon img {
	width: auto;
	margin: 0 auto;
}

.service-block-seven h4 {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

.service-block-seven .text {
	position: relative;
	padding: 20px 20px;
	background-image: -webkit-linear-gradient(90deg, #fff 10%, #f1f5f8 100%);
	font-size: 18px;
	font-weight: 500;
}

.services-details .tab-btn-style-one {
	position: relative;
	border: 0px;
	margin-bottom: 30px;
}

.services-details .tab-btn-style-one li {
	margin-bottom: 10px;
	width: 100%;
}

.services-details .tab-btn-style-one li a {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	padding: 13px 20px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	background-color: #fff;
	border-radius: 6px;
	width: 100%;
	border: 0;
	color: #000;
	font-family: var(--fira-sans);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.services-details .tab-btn-style-one li a.active, .services-details .tab-btn-style-one li a:hover {
	color: #fff;
}

.services-details .tab-btn-style-one li a:before {
	position: absolute;
	content: "";
	font-family: Flaticon;
	font-size: 16px;
	right: 20px;
	top: 13px;
	color: #fff;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.services-details .tab-btn-style-one li a.active:before, .services-details .tab-btn-style-one li a:hover:before {
	opacity: 1;
}

.services-details .tab-content {
	position: relative;
	margin-bottom: 30px;
}

.services-details .tab-content h4 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}

.services-details .tab-content .text {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
}

.services-details .tab-content img {
	border-radius: 6px;
}

.content {
	padding: 0 20px;
}

/* Pricing Section Two */
.pricing-section-two {
	position: relative;
	padding: 100px 0 70px;
}

.pricing-block-three {
	position: relative;
}

.pricing-block-three .inner-box {
	position: relative;
	padding: 40px 30px;
	background-color: #eef2f5;
	border-radius: 6px;
	margin-bottom: 50px;
}

.pricing-block-three .inner-box:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -48px;
	width: 100%;
	height: 27px;
	background-image: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/shape/shape-17.png");
	background-repeat: no-repeat;
	background-position: center;
}

.pricing-block-three .icon {
	position: relative;
	margin-bottom: 25px;
}

.pricing-block-three h3 {
	position: relative;
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 15px;
	line-height: 1.1em;
}

.pricing-block-three h4 {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 25px;
	margin-bottom: 25px;
	letter-spacing: -.5px;
	border-bottom: 0;
}

.pricing-block-three h4:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 60px;
	height: 2px;
}

.pricing-block-three .price {
	position: relative;
	font-size: 60px;
	font-weight: 500;
	line-height: 65px;
	margin-bottom: 15px;
}

.pricing-block-three .price sup {
	position: relative;
	top: -23px;
	font-size: 32px;
}

.pricing-block-three .price span {
	position: absolute;
	right: 5px;
	bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	color: #838d9e;
	line-height: 1.2em;
}

.pricing-block-three .text {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
}

.pricing-block-three .btn-style-two .btn-title {
	color: #fff;
	background-color: #201630;
}

.pricing-block-three.popular .inner-box {
	background-color: #201630;
}

.pricing-block-three.popular .text {
	color: #fff;
}

.pricing-block-three.popular h3 {
	color: #fff;
}

.pricing-block-three.popular h4 {
	color: #fff;
}

.pricing-block-three.popular .btn-style-two .btn-title {
	background-color: #fff;
}

.pricing-block-three.popular .btn-style-two:hover .btn-title {
	color: #fff;
}

.pricing-block-three .ribbon {
	position: absolute;
	right: -50px;
	top: -25px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0;
	-ms-transform-origin: 0;
	transform-origin: 0;
	padding: 1.5px 18px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	font-family: var(--fira-sans);
}

.pricing-block-three .ribbon:before {
	position: absolute;
	content: "";
	top: 0px;
	right: -15px;
	width: 16px;
	height: 30px;
	-webkit-clip-path: polygon(100% 0px, 10% 50%, 100% 100%, 0px 100%, 0px 0px);
	clip-path: polygon(100% 0px, 10% 50%, 100% 100%, 0px 100%, 0px 0px);
}

.pricing-block-three .ribbon:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -8px;
	width: 10px;
	height: 8px;
	background-color: #c32c1b;
	-webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}

/* About Section Six */
.about-section-six {
	position: relative;
	padding: 100px 0px 70px;
	background: #eff2f5;
}

.about-section-six .text-block {
	position: relative;
	padding-left: 30px;
	margin-bottom: 25px;
}

.about-section-six .text-block::before {
	position: absolute;
	content: "";
	top: 2px;
	left: 0px;
	height: 12px;
	width: 12px;
	border-radius: 50%;
}

.about-section-six .text-block h5 {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.about-section-six .text-block h4 {
	font-size: 22px;
	font-weight: 600;
}

.about-section-six .author-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 20px;
	margin-bottom: 50px;
}

.about-section-six .author-info {
	position: relative;
	padding-left: 30px;
	margin-left: 30px;
	border-left: 1px solid #e1e5e9;
}

.about-section-six .author-info h4 {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

.about-section-six .author-info h5 {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

.about-section-six .content-column .text {
	margin-top: 40px;
	font-size: 18px;
	font-weight: 500;
}

.about-section-six .content-column .sec-title {
	margin-bottom: 30px;
}

.about-section-six .experience-years-block {
	position: relative;
	margin-bottom: 30px;
}

.about-section-six .experience-years-block .image {
	position: relative;
	display: inline-block;
	left: 12%;
}

.about-section-six .experience-years-block .image img {
	border-radius: 50%;
	max-width: 80%;
}

.about-section-six .experience-years-block h2 {
	position: absolute;
	left: 0;
	left: 45%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 80px;
	font-weight: 700;
	color: #fff;
}

.about-section-six .experience-years-block .text {
	position: absolute;
	right: 0;
	right: 15%;
	top: 4%;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	font-size: 18px;
	font-weight: 600;
	font-family: var(--fira-sans);
	padding: 38px 29px 0;
	line-height: 1.08em;
	transform: translateY(-50%);
	color: #fff;
	margin: 0;
}

.about-section-six .experience-years-block .text1 {
	top: 53%;
	right: 0;
	padding: 54px 29px 0;
}

.about-section-six .experience-years-block .text2 {
	top: 98%;
	right: 18%;
	padding-top: 43px;
}

.about-section-six .experience-years-block:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 100px;
	bottom: 0;
	background-image: url("https://cdn-eabjc.nitrocdn.com/rCdgrlUBjjGUfYxigisYPvtYXUkMZGiN/assets/images/optimized/rev-30d24c5/fineotex.com/wp-content/uploads/2021/08/shape-18.png");
	background-position: 50% 39%;
}

.about-section-six .whay-choose-block .icon:before {}

.about-section-six .whay-choose-block h4 {
	color: #0000cd;
}

.about-section-six .whay-choose-block .text {
	color: #232629;
}

.about-section-six .whay-choose-block .icon span {
	border-radius: 0;
	background: #fff;
	color: #ddd;
	border: 1px solid #dcdfe3;
}

.about-section-six .whay-choose-block .inner-box:hover .icon span {
	color: #fff;
}

/* About Section Seven */
.about-section-seven {
	position: relative;
	padding: 100px 0px 70px;
}

.about-section-seven .image-box {
	position: relative;
	z-index: 9;
	text-align: center;
}

.about-section-seven .shape-one {
	position: absolute;
	left: -170px;
	top: -50px;
}

.about-section-seven .shape-two {
	position: absolute;
	left: -100px;
	bottom: 100px;
}

.about-section-seven .image-block .video-box {
	position: absolute;
	right: 30px;
	bottom: 0;
	width: 201px;
	height: 200px;
	text-align: center;
	z-index: 11;
	padding: 30px;
	margin-bottom: 30px;
}

.about-section-seven .image-block .video-box a {
	color: #fff;
}

.about-section-seven .play-icon {
	position: absolute;
	top: 50%;
	left: 53%;
	display: inline-block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 33px;
}

.about-section-seven .curved-circle {
	position: absolute;
	top: 15px;
	left: 30px;
	width: 142px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: var(--fira-sans);
}

.about-section-seven .image-block {
	position: relative;
}

.about-section-seven .image-block:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	right: 30px;
	top: 100px;
	background-color: #0000cd;
	z-index: 2;
}

.about-section-seven .text-block {
	position: relative;
}

.about-section-seven .text-block::before {
	position: absolute;
	content: "";
	top: 2px;
	left: 0px;
	height: 12px;
	width: 12px;
	border-radius: 50%;
}

.about-section-seven .text-block h5 {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.about-section-seven .text-block h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}

.about-section-seven .author-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 20px;
	margin-bottom: 30px;
}

.about-section-seven .author-info {
	position: relative;
	padding-left: 80px;
	border-right: 1px solid #e1e5e9;
	padding-right: 30px;
	margin-right: 30px;
	padding-top: 5px;
}

.about-section-seven .author-info img {
	position: absolute;
	left: 0;
	top: 0;
}

.about-section-seven .author-info h4 {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0;
}

.about-section-seven .author-info h5 {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

.about-section-seven .text {
	font-size: 18px;
	font-weight: 500;
}

.about-section-seven .sec-title {
	margin-bottom: 40px;
}

.about-section-seven .bottom-content {
	margin-bottom: 30px;
}

.about-section-seven .bottom-content h5 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}

.about-section-seven form {
	position: relative;
}

.about-section-seven .form-group {
	position: relative;
	margin-bottom: 25px;
}

.about-section-seven input {
	position: relative;
	height: 50px;
	font-size: 16px;
	padding: 0 15px;
	border: 1px solid #eee;
	width: calc(100% - 210px);
	border-radius: 25px;
}

.about-section-seven .theme-btn {
	position: absolute;
	top: 0;
	right: 0;
}

.about-section-seven .phone-number {
	font-size: 20px;
	font-weight: 600;
	font-family: var(--fira-sans);
}

/* Progress Levels */
.progress-levels .progress-box {
	position: relative;
	padding-bottom: 10px;
	padding-top: 10px;
}

.progress-levels .progress-box:last-child {
	margin-bottom: 0px;
}

.progress-levels .progress-box:last-child {
	margin-bottom: 0px;
}

.progress-levels .progress-box .bar {
	position: relative;
	height: 3px;
	margin-left: 0;
}

.progress-levels .progress-box .bar .bar-innner {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 10px;
	border-radius: 5px;
}

.progress-levels .progress-box .bar .bar-fill {
	position: absolute;
	left: -5%;
	top: 0px;
	width: 0px;
	height: 3px;
	border-bottom: 3px dashed;
	-webkit-transition: all 2000ms ease 300ms;
	-o-transition: all 2000ms ease 300ms;
	transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box.html .bar .bar-fill {
	background: #ef6267;
}

.progress-levels .progress-box.wp .bar .bar-fill {
	background: #ff9924;
}

.progress-levels .progress-box.php .bar .bar-fill {
	background: #14dbba;
}

.progress-levels .progress-box.animated .bar .bar-fill {
	left: 0px;
}

.progress-levels .progress-box .percent {
	position: absolute;
	left: -85px;
	top: -43px;
	letter-spacing: 0px;
	font-size: 16px;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	border-radius: 6px;
	font-weight: 500;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 2000ms ease 700ms;
	-o-transition: all 2000ms ease 700ms;
	transition: all 2000ms ease 700ms;
	background: #362d45;
}

.progress-levels .progress-box.animated .percent {
	opacity: 1;
}

/* Timeline Section */
.timeline-section {
	position: relative;
	padding: 100px 0 70px;
}

.timeline-section .sec-bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 335px;
	background-size: cover;
}

.timeline-section .sec-bg:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: #201630;
	opacity: .8;
}

.timeline-section .wrapper-box {
	position: relative;
	overflow: hidden;
}

.timeline-block {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding-top: 150px;
	flex-direction: row-reverse;
	min-width: 600px;
}

.timeline-block:before {
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
	bottom: 45px;
	width: 2px;
	background-color: #eee;
	transform: translateX(-50%);
}

.timeline-block:after {
	position: absolute;
	content: "";
	font-size: 30px;
	color: #fff;
	font-family: Flaticon;
	line-height: 48px;
	line-height: 90px;
	top: 0;
	left: 50%;
	background: #fd4a36;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	border: 5px solid #fff;
	transform: translateX(-50%) rotate(90deg);
}

.timeline-block li {
	width: 50%;
	padding-left: 215px;
	position: relative;
	margin-bottom: 62px;
}

.timeline-block li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 54px;
	height: 54px;
	background-color: #d4d7de;
	border: 9px solid #fff;
	border-radius: 50%;
	transform: translateX(-50%);
}

.timeline-block li:nth-child(even):before {
	left: auto;
	right: 0;
	transform: translateX(50%);
}

.timeline-block li:after {
	position: absolute;
	content: "";
	left: 0;
	top: 10px;
	width: 34px;
	height: 34px;
	background-color: #d4d7de;
	border: 14px solid #fff;
	border-radius: 50%;
	transform: translateX(-50%);
}

.timeline-block li:nth-child(even):after {
	left: auto;
	right: 0;
	transform: translateX(50%);
}

.timeline-block li:nth-child(even) {
	padding-left: 0;
	padding-right: 215px;
	text-align: right;
	transform: translateY(127px);
}

.timeline-block .date {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
	font-family: var(--fira-sans);
	text-transform: uppercase;
}

.timeline-block h4 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}

.timeline-block .text {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
}

.timeline-block .theme-btn {
	position: relative;
	font-size: 16px;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
}

.timeline-block .read-more-btn {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #0000cd;
	font-family: var(--fira-sans);
	margin-top: 7px;
	display: inline-block;
}

.timeline-block .read-more-btn i {
	margin-left: 10px;
}

.timeline-block .shape {
	position: absolute;
	left: 55px;
	top: 7px;
}

.timeline-block li:nth-child(even) .shape {
	left: auto;
	right: 55px;
}

/* Experience Section Two */
.experience-section-two {
	position: relative;
	padding: 100px 0 70px;
	background-color: #222;
	background-size: cover;
}

.experience-section-two .progress-levels {
	margin-bottom: 30px;
}

.experience-section-two .progress-box {
	position: relative;
	padding-left: 84px;
	margin-bottom: 30px;
}

.experience-section-two .progress-box h5 {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 20px;
}

.experience-section-two .progress-box .parcent {
	position: absolute;
	left: 0;
	top: 0;
}

.experience-section-two .progress-levels .progress-box.animated .bar .bar-fill:before {
	position: absolute;
	right: -18px;
	top: 2px;
	width: 20px;
	height: 20px;
	opacity: .3;
	content: "";
	border-radius: 50%;
	transform: translateY(-50%);
}

.experience-section-two .progress-levels .progress-box.animated .bar .bar-fill:after {
	position: absolute;
	right: -15px;
	top: 2px;
	width: 12px;
	height: 12px;
	content: "";
	border-radius: 50%;
	transform: translateY(-50%);
}

.experience-section-two .wrapper-box {
	padding-left: 120px;
}

.experience-section-two .wrapper-box h2 {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: rotate(90deg) translateX(0) translateY(-50%);
	-ms-transform: rotate(90deg) translateX(0) translateY(-50%);
	transform: rotate(90deg) translateX(0) translateY(-50%);
	transform-origin: 0;
	font-size: 50px;
	opacity: .2;
	font-weight: 800;
	text-transform: capitalize;
	letter-spacing: 3px;
}

.experience-section-two .counter-column {
	margin-bottom: 50px;
}

.experience-section-two .counter-column .counter-title {
	font-size: 16px;
	font-weight: 500;
	font-family: var(--fira-sans);
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 25px;
}

.experience-section-two .counter-column .count-box {
	font-size: 60px;
	line-height: 65px;
	font-weight: 600;
	font-family: var(--fira-sans);
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 4px;
}

.experience-section-two .counter-column .text {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	font-family: var(--fira-sans);
	margin-bottom: 15px;
}

.experience-section-two .counter-column a {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	color: #fff;
}

.experience-section-two .counter-column a i {
	margin-right: 7px;
}

/* Why Choose Us Section Three */
.why-choose-us-section-three {
	position: relative;
	padding: 100px 0 70px;
}

.why-choose-us-section-three .wrapper-box {
	overflow: hidden;
}

.why-choose-us-section-three .outer-box {
	position: relative;
	margin: -2px;
}

.why-choose-us-section-three .whay-choose-block {
	border: 1px solid #f5f5f5;
	padding: 0;
	padding-left: 30px;
	padding-top: 50px;
}

.why-choose-us-section-three .whay-choose-block .icon:before {
	background-image: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/shape/pattern-18.png");
}

.why-choose-us-section-three .whay-choose-block h4 {
	color: #0000cd;
}

.why-choose-us-section-three .whay-choose-block .text {
	color: #0000cd;
}

.why-choose-us-section-three .whay-choose-block .icon span {
	border-radius: 0;
	background: #fff;
	color: #ddd;
	border: 1px solid #dcdfe3;
}

.why-choose-us-section-three .whay-choose-block .inner-box:hover .icon span {
	color: #fff;
}

/* Features Section */
.features-section-six {
	position: relative;
	padding: 100px 0 70px;
	background-color: #f1f5f8;
}

.features-section-six .auto-container {
	max-width: 100%;
	padding: 0;
}

.features-section-six .content {
	max-width: 585px;
	margin: 0 auto;
	margin-right: 0;
	padding-left: 15px;
}

.features-section-six .video-box {
	position: relative;
	text-align: right;
	margin-bottom: -70px;
}

.features-section-six .video-box .image {
	position: relative;
}

.features-section-six .video-box .image:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	right: 0;
	height: 270px;
}

.features-section-six .video-box .image img {
	position: relative;
}

.features-section-six .video-box a {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	width: 120px;
	height: 120px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 40px;
	line-height: 116px;
	border-radius: 50%;
	z-index: 9;
	display: inline-block;
	transform: translate(-50%, -50%);
}

.features-section-six .whay-choose-block {
	position: relative;
}

.features-section-six .whay-choose-block .icon:before {
	background-image: url("https://fineotex.com/wp-content/themes/hello-elementor/assets/images/shape/pattern-18.png");
}

.features-section-six .whay-choose-block h4 {
	color: #0000cd;
}

.features-section-six .whay-choose-block .text {
	color: #0000cd;
}

.features-section-six .whay-choose-block .icon span {
	border-radius: 0;
	background: #f1f5f8;
	color: #ddd;
	border: 1px solid #dcdfe3;
}

.features-section-six .whay-choose-block .inner-box:hover .icon span {
	color: #fff;
}

/* Testimonail Section Eleven */
.testimonial-section-eleven {
	position: relative;
	background-color: #201630;
	padding: 100px 0 0;
	margin-bottom: 100px;
}

.testimonial-section-eleven .wrapper-box {
	position: relative;
}

.testimonial-section-eleven .client-block {
	position: absolute;
	left: 8%;
	top: 20%;
	cursor: pointer;
}

.testimonial-section-eleven .client-block:nth-child(2) {
	left: 24%;
	top: -34px;
}

.testimonial-section-eleven .client-block:nth-child(3) {
	left: 21.5%;
	top: auto;
	bottom: 23%;
}

.testimonial-section-eleven .client-block:nth-child(4) {
	left: 42.5%;
	bottom: 40.5%;
	top: auto;
}

.testimonial-section-eleven .client-block:nth-child(5) {
	left: 57%;
	top: 9%;
}

.testimonial-section-eleven .client-block:nth-child(6) {
	right: 16%;
	top: 24.5%;
	left: auto;
}

.testimonial-section-eleven .client-block:nth-child(7) {
	right: 13%;
	top: -2.5%;
	left: auto;
}

.testimonial-section-eleven .client-block .thumb {
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	transition: .5s;
}

.testimonial-section-eleven .client-block .thumb:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	border: 2px solid #fff;
}

.testimonial-section-eleven .client-block .content {
	opacity: 0;
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 210px;
	padding: 10px 20px;
	text-align: center;
	bottom: 30px;
	left: 50%;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	transform: translateY(-20px) translateX(-50%);
	background-color: #fff;
	border-radius: 6px;
	-webkit-box-shadow: rgba(0, 0, 0, .1) 0px 5px 20px 0px;
	box-shadow: rgba(0, 0, 0, .1) 0px 5px 20px 0px;
	z-index: 9;
	pointer-events: none;
}

.testimonial-section-eleven .client-block .content:before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -23px;
	border: 15px solid transparent;
	border-top-color: #fff;
	transform: translateX(-50%);
}

.testimonial-section-eleven .client-block:hover .content {
	opacity: 1;
	transform: translateY(4px) translateX(-50%);
}

.testimonial-section-eleven .client-block .content h4 {
	font-size: 18px;
	font-weight: 500;
}

.testimonial-section-eleven .client-block .content h5 {
	font-size: 16px;
	font-weight: 500;
	font-family: inherit;
}

.testimonial-block-seven {
	position: relative;
	z-index: 9;
}

.testimonial-block-seven .image {
	position: relative;
	width: 44%;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	overflow: hidden;
}

.testimonial-block-seven .inner-box {
	background-color: #fff;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, .1);
	display: flex;
	flex-wrap: wrap;
}

.testimonial-block-seven .content {
	position: relative;
	width: 56%;
	padding: 30px;
	padding-left: 60px;
}

.testimonial-block-seven .logo {
	position: absolute;
	left: -30px;
	top: 50px;
	width: 60px;
	height: 60px;
	line-height: 56px;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.testimonial-block-seven .logo img {
	width: auto;
	margin: 0 auto;
	line-height: 56px;
	display: inline-block;
}

.testimonial-block-seven .text {
	position: relative;
	color: #0000cd;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-top: 16px;
}

.testimonial-block-seven .author-box {
	position: relative;
	margin-bottom: 5px;
}

.testimonial-block-seven .author-box .author-title {
	font-size: 20px;
	font-weight: 500;
	font-family: var(--fira-sans);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.testimonial-block-seven .author-box span {
	font-size: 18px;
	font-weight: 500;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.testimonial-section-eleven .testimonial-outer {
	position: relative;
	max-width: 770px;
	margin: 0 auto;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .1);
	transform: translateY(50%);
	border-radius: 6px;
	margin-top: -50px;
}

.page-template-template-others .col-md-6 {
	flex: 0 0 100% !important;
	max-width: 100% !important;
}

.page-template-template-others {
	background-color: #fff !important;
}

.page-template-template-others .investment_overflow_lists {
	max-height: 1200px;
}

.sus_rev_contents {
	position: relative;
}

.sus_rev_content {
	display: none;
}

.sus_rev_content_active {
	display: block;
}

.sus_rev_contents .sus_rev_title {
	position: absolute;
	right: 67px;
	top: 35px;
}

.sus_rev_contents .sus_rev_title h6 {
	font-family: "HindVadodaraMedium";
	font-size: 24px;
	color: #0000cd;
	margin-right: 15px;
}

.sus_rev_content_img {
	margin-right: -30px;
}

.sus_rev_tab_container {
	width: 447px;
	height: 409px;
	position: relative;
	margin: 65px auto 0 auto;
}

.sus_rev_tab_main {
	width: 368px;
	height: 368px;
	position: relative;
	margin: 0 auto;
}

.sus_rev_tabs_circle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("https://cdn-eabjc.nitrocdn.com/rCdgrlUBjjGUfYxigisYPvtYXUkMZGiN/assets/images/optimized/rev-30d24c5/fineotex.com/wp-content/uploads/2021/08/sus-rev-tabs-circle-2.png") no-repeat;
}

.sus_rev_tabs_circle.nitro-lazy {
	background-image: none !important;
}

.sus_rev_tabs_circle_text {
	width: 196px;
	height: 196px;
	border-radius: 50%;
	border: 2px solid #ead6a9;
	position: relative;
}

.sus_rev_tabs_circle_text h5 {
	font-family: "HindVadodaraMedium";
	font-size: 21px;
	color: #333;
}

.sus_rev_tabs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sus_rev_tab {
	width: 92px;
	height: 92px;
	background-position: center !important;
	border: 2px solid #0000cd;
	border-radius: 50%;
	position: absolute;
	cursor: pointer;
	-webkit-transition: background .5s, box-shadow .5s;
	-moz-transition: background .5s, box-shadow .5s;
	transition: background .5s, box-shadow .5s;
}

.sus_rev_tab:hover, .sus_rev_tab.active {
	box-shadow: 14px 0 18px 1px rgba(0, 0, 0, .1);
}

.sus_rev_tab a {
	display: block;
	width: 100%;
	height: 100%;
}

.sus_rev_tab_1 {
	background: #fff url("https://cdn-eabjc.nitrocdn.com/rCdgrlUBjjGUfYxigisYPvtYXUkMZGiN/assets/images/optimized/rev-30d24c5/fineotex.com/wp-content/uploads/2021/08/ec-tab-icon-3.png") no-repeat;
	top: 50%;
	transform: translateY(-50%);
	left: -40px;
}

.sus_rev_tab_1.nitro-lazy {
	background-image: none !important;
}

.sus_rev_tab_1:hover, .sus_rev_tab_1.active {
	background: #0000cd url("https://cdn-eabjc.nitrocdn.com/rCdgrlUBjjGUfYxigisYPvtYXUkMZGiN/assets/images/optimized/rev-30d24c5/fineotex.com/wp-content/uploads/2021/08/ec-tab-icon-h.png") no-repeat;
}

.sus_rev_tab_1:hover.nitro-lazy, .sus_rev_tab_1.active.nitro-lazy {
	background-image: none !important;
}

.sus_rev_tab_2 {
	background: #fff url("https://cdn-eabjc.nitrocdn.com/rCdgrlUBjjGUfYxigisYPvtYXUkMZGiN/assets/images/optimized/rev-30d24c5/fineotex.com/wp-content/uploads/2021/08/raw-icon-1.png") no-repeat;
	top: -40px;
	transform: translateX(-50%);
	left: 50%;
}

.sus_rev_tab_2.nitro-lazy {
	background-image: none !important;
}

.sus_rev_tab_2:hover, .sus_rev_tab_2.active {
	background: #0000cd url("https://cdn-eabjc.nitrocdn.com/rCdgrlUBjjGUfYxigisYPvtYXUkMZGiN/assets/images/optimized/rev-30d24c5/fineotex.com/wp-content/uploads/2021/08/raw-icon-h.png") no-repeat;
}

.sus_rev_tab_2:hover.nitro-lazy, .sus_rev_tab_2.active.nitro-lazy {
	background-image: none !important;
}

.sus_rev_tab_3 {
	background: #fff url("https://cdn-eabjc.nitrocdn.com/rCdgrlUBjjGUfYxigisYPvtYXUkMZGiN/assets/images/optimized/rev-30d24c5/fineotex.com/wp-content/uploads/2021/08/sr-icon-1.png") no-repeat;
	top: 50%;
	transform: translateY(-50%);
	right: -40px;
}

.sus_rev_tab_3.nitro-lazy {
	background-image: none !important;
}

.sus_rev_tab_3:hover, .sus_rev_tab_3.active {
	background: #0000cd url("https://cdn-eabjc.nitrocdn.com/rCdgrlUBjjGUfYxigisYPvtYXUkMZGiN/assets/images/optimized/rev-30d24c5/fineotex.com/wp-content/uploads/2021/08/sr-icon-h.png") no-repeat;
}

.sus_rev_tab_3:hover.nitro-lazy, .sus_rev_tab_3.active.nitro-lazy {
	background-image: none !important;
}

.sus_rev_tab_4 {
	background: #fff url("https://cdn-eabjc.nitrocdn.com/rCdgrlUBjjGUfYxigisYPvtYXUkMZGiN/assets/images/optimized/rev-30d24c5/fineotex.com/wp-content/uploads/2021/08/track-icon-1.png") no-repeat;
	bottom: -40px;
	transform: translateX(-50%);
	left: 50%;
}

.sus_rev_tab_4.nitro-lazy {
	background-image: none !important;
}

.sus_rev_tab_4:hover, .sus_rev_tab_4.active {
	background: #0000cd url("https://cdn-eabjc.nitrocdn.com/rCdgrlUBjjGUfYxigisYPvtYXUkMZGiN/assets/images/optimized/rev-30d24c5/fineotex.com/wp-content/uploads/2021/08/track-icon-h.png") no-repeat;
}

.sus_rev_tab_4:hover.nitro-lazy, .sus_rev_tab_4.active.nitro-lazy {
	background-image: none !important;
}

.full {
	background-color: #0000cd;
	color: #fff;
	text-align: center;
	padding: 12px 0;
}

.full a {
	color: #fff;
}

.full p {
	display: inline-block;
	position: relative;
	border-left: 1px solid #fff;
	top: 4px;
	margin-left: 14px;
	padding-left: 14px;
	color: #fff;
}

.investorfilterlist h6 {
	max-width: 80%;
}

.language-dropdown select {
	padding: 2px 4px 4px 6px;
	background-color: #fff;
	background-position: 5px 4px;
	cursor: pointer;
	font-size: 12px;
	background: none !important;
	border: 1px solid #ccc;
	width: 120px;
}

#my-tabs {
	border: none;
}

#my-tabs .nav-item {
	color: #fff;
	background-color: transparent;
	box-shadow: 7px 0 20px rgba(0, 0, 0, 15%);
	position: relative;
}

#my-tabs .nav-item  a {
	color: #0000cd;
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	position: relative;
}

#my-tabs .nav-item {
	margin-bottom: 0;
	border: 2px solid #0000cd;
	border-radius: 0;
	margin-right: 22px;
	color: #0000cd;
}

#my-tabs .nav-item  a:hover, #my-tabs .nav-item  a.active {
	color: #fff;
	background-color: #0000cd;
}

#my-tabs .nav-item  a:hover::before, #my-tabs .nav-item  a.active::before {
	content: "";
	position: absolute;
	left: 0px;
	right: 0;
	bottom: -11px;
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	z-index: 999;
	border-right: 7px solid transparent;
	top: auto;
	border-top: 10px solid #0000cd;
	margin: 0 auto;
}

.floating_globe {
	position: fixed;
	z-index: 99;
	bottom: 30%;
	right: 0;
}

/*
.bounce1 {
    animation-name: bounce1;
    animation-timing-function: ease;
}*/
.globe {
	padding: 0;
	background: #fff;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 10%);
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation: none !important;
}

@keyframes bounce1 {
	0% {
		transform: translateY(0);
	}
	
	50% {
		transform: translateY(-50px);
	}
	
	100% {
		transform: translateY(0);
	}
}

@media screen and (max-width:1280px) {
	.main-menu .navigation>li {
		margin-right: 32px;
	}
}

.my-btn {
	position: absolute;
	bottom: 0;
}

.my-btn span {
	padding: 5px 30px !important;
}

.services-details .content-side .text p {
	margin-bottom: 30px;
}

.services-details .content-side .text ul {
	margin-bottom: 60px;
}

.services-details .content-side .text a {
	font-size: 14px;
}

.my-selection h3 {
	font-size: 20px;
	position: relative;
	bottom: 24px;
	color: #000;
	background: #0000cd;
	margin-bottom: -18px;
	width: 100%;
	padding: 18px 20px 12px 20px;
}

.my-selection h3 a {
	color: #fff !important;
	width: 100%;
	display: block;
}

.my-selection img {
	width: 100%;
}

#our-search #searchform {
	position: absolute;
	top: -28px;
	left: 39%;
}

#our-search #searchform input {
	border-radius: 50px !important;
	border: none !important;
	box-shadow: 2px 2px 15px #000;
	width: 450px;
}

.home-heading {
	font-size: 26px;
}

.service-sidebar img {
	width: auto !important;
}

.member-icons {
	display: none !important;
}

.member-style3 .member-name {
	color: #0000cd;
	font-size: 15px !important;
	font-weight: 600;
}

.member-style3 span.member-role {
	font-size: 15px !important;
	color: #000 !important;
}

.team-builder .col-md-4 {
	margin-bottom: 25px;
}

.sitemap {
	border-left: 2px solid #e8e8e8;
	list-style: outside none none;
	margin: 0 4%;
	padding-left: 26px;
	float: left;
	width: 39%;
}

.sitemap li {
	list-style: outside none none;
	line-height: 45px;
	float: left;
	width: 100%;
}

.sitemap li a {
	color: #333;
	text-decoration: none;
	font-size: 16px !important;
	line-height: 16px;
	font-weight: 400;
}

.sitemap li .bold {
	font-weight: 500;
	color: red;
	font-size: 17px;
}

.sitemap li ul {
	width: 100%;
	border-left: 2px solid #e8e8e8;
	list-style: outside none none;
	margin: 0 !important;
	padding-left: 26px;
	float: left;
}

.sitemap li ul li {
	list-style: outside none none;
	line-height: 45px;
	float: left;
	width: 100%;
}

.sitemap li .bold2 {
	font-weight: 500;
	color: #0201ff;
	font-size: 17px;
}

.sitemap li::before {
	border-top: 2px solid #e2e2e2;
	content: "";
	margin-left: -26px;
	margin-top: 20px;
	position: absolute;
	width: 14px;
}

.page-wrapper {
	margin-bottom: -40px;
}

[type=button], [type=submit], button {
	border: none !important;
}

.single-latest_news .sidebar-page-container {
	padding: 0 0 70px 0;
}

@media only screen and (max-width: 7000px) {
	.page-wrapper {
		overflow: hidden;
	}
}

@media only screen and (max-width: 1700px) {
	.projects-section .title {
		display: none;
	}
}

@media only screen and (max-width: 1500px) {
	.project-block .text {
		margin-right: 20px;
	}
	
	.project-block .overlay-content {
		padding: 20px;
	}
}

@media only screen and (max-width: 1400px) {
	.testimonial-block {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.testimonial-block .inner-box {
		padding-left: 0;
	}
	
	.testimonial-block .icon {
		position: relative;
		margin-bottom: 20px;
	}
	
	.testimonial-block .text br, .testimonial-block h4 br {
		display: none;
	}
	
	.news-section .left-column, .news-section .right-column {
		width: 100%;
	}
	
	.news-section .right-column .outer-box {
		margin-left: 0;
		margin-right: 0;
	}
	
	.news-section::before {
		display: none;
	}
	
	.news-section .right-column .outer-container {
		max-width: 100%;
	}
	
	.header-upper.style-two .navbar-right-info {
		display: none;
	}
	
	.header-style-two .header-upper .auto-container, .header-style-two .sticky-header .auto-container {
		max-width: 1200px;
	}
	
	.main-header.header-style-three .header-upper .inner-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.subscribe-newsletter-two {
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.banner-section-two .auto-container, .main-header.header-style-five .auto-container {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 1300px) {
	.about-section-six .experience-years-block .text {
		right: 0;
		right: 15%;
		top: 4%;
		width: 140px;
		height: 140px;
		font-size: 18px;
	}
	
	.about-section-six .experience-years-block .text1 {
		top: 62% !important;
		right: 15% !important;
		padding: 45px 29px 0;
	}
	
	.about-section-six .experience-years-block .text2 {
		top: 111%;
		right: 30%;
		padding-top: 43px;
	}
	
	.about-section-six .experience-years-block .image img {
		width: 76%;
	}
	
	.about-section-six .experience-years-block h2 {
		font-size: 90px;
		top: 50%;
		left: 40%;
	}
}

@media only screen and (max-width: 1180px) {
	.main-header .header-top .top-middile .language {
		padding: 26.5px 10px;
		border: 0px;
	}
	
	.testimonial-section-five .quote {
		display: none;
	}
	
	.about-section-seven .shape-two, .about-section-seven .shape-one {
		display: none;
	}
	
	.projects-section .nav-tabs-wrapper {
		max-width: 100%;
		border: 0px;
		padding-bottom: 50px;
	}
	
	.projects-section .nav-tabs li .nav-link:before {
		display: none;
	}
	
	.projects-section .nav-tabs li .nav-link:after {
		display: none;
	}
	
	.projects-section .nav-tabs li {
		width: auto;
		margin-right: 25px;
	}
	
	.projects-section .tab-content {
		margin: 0;
		transform: translate(0);
	}
	
	.testimonial-section-five .author-thumb {
		display: none;
	}
	
	.testimonial-section-five:before {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {
	.main-header .nav-outer .main-menu, .main-header .header-top .inner .top-left, .navbar-right-info .sidemenu-nav-toggler, .banner-section .owl-theme .owl-nav, .testimonial-section .swiper-nav-button, .sticky-header {
		display: none !important;
	}
	
	.nav-outer .mobile-nav-toggler {
		display: block;
	}
	
	.main-header.header-style-two .header-upper .logo-box .logo {
		padding: 12px 0px;
	}
	
	.main-header .header-upper .logo-box .logo {
		padding: 12px 0;
	}
	
	.main-header .header-top .inner {
		justify-content: center;
	}
	
	.banner-carousel .content-box.style-two h2, .banner-carousel .content-box h2 {
		font-size: 50px !important;
	}
	
	.header-style-three .nav-outer .mobile-nav-toggler {
		margin: 22px 0;
	}
	
	.main-header.header-style-four {
		position: relative;
	}
	
	.main-header.header-style-three .navbar-right-info .link-btn {
		margin-right: 15px;
	}
	
	.banner-section.style-four .banner-carousel .content-box {
		padding-top: 0;
	}
	
	.header-style-four .navbar-right-info {
		float: left;
	}
	
	.header-style-four .nav-outer .mobile-nav-toggler {
		margin: 10px 0;
	}
	
	.header-style-four .header-middle .wrapper-box {
		padding-top: 15px;
	}
	
	.header-style-four .navbar-right-info .search-toggler {
		display: none;
	}
	
	.header-style-four .shopping-cart {
		display: none;
	}
	
	.header-style-four .header-upper .social-links {
		margin: 21px 0;
	}
	
	.main-header.header-style-five .header-upper .logo-box {
		padding-left: 0;
	}
	
	.main-header.header-style-five .sidemenu-nav-toggler {
		display: none;
	}
	
	.blog-single-post .lower-content {
		padding: 0;
	}
	
	.testimonial-section-four .wrapper-box {
		margin-right: 0;
	}
	
	.main-menu .navigation > li {
		margin-right: 20px !important;
	}
	
	.main-header.header-style-five .navbar-right-info {
		margin: 25px 0 25px 16px !important;
	}
}

@media only screen and (max-width: 991px) {
	.process-section-two .process-wrapper:before {
		display: none;
	}
	
	.pricing-block.style-two {
		margin-bottom: 30px;
	}
	
	.features-section-six .content {
		padding-right: 15px;
	}
	
	.features-section .bottom-content h3:before {
		display: none;
	}
	
	.project-block-two .content {
		padding: 15px;
		flex-wrap: wrap;
	}
	
	.about-section-six .image {
		margin-bottom: 40px;
	}
	
	.about-section-seven .image-box img {
		width: 100%;
	}
	
	.about-section-seven .image-box {
		margin-bottom: 40px;
	}
	
	.timeline-block .shape {
		display: none;
	}
	
	.timeline-block li {
		padding-left: 50px;
	}
	
	.timeline-block li:nth-child(even) {
		padding-right: 50px;
	}
	
	.testimonial-section-eleven .testimonial-outer {
		transform: translateY(120px);
		margin-top: 50px;
	}
	
	.testimonial-block-seven .logo {
		position: relative;
		top: 0;
		left: 0;
	}
	
	.testimonial-block-seven .content, .testimonial-block-seven .image {
		width: 100%;
	}
	
	.testimonial-section-eleven .client-block:nth-child(5) {
		left: 45%;
		top: -30%;
	}
	
	.testimonial-section-eleven .client-block:nth-child(4) {
		bottom: 15%;
	}
	
	.testimonial-section-eleven .client-block:nth-child(7) {
		right: 0%;
	}
	
	.testimonial-section-eleven .client-block:nth-child(6) {
		top: 60%;
	}
	
	.testimonial-section-eleven .client-block:nth-child(3) {
		bottom: -25%;
	}
	
	.faq-section-five .contact-form-area {
		margin-bottom: 30px;
	}
	
	.contact-section.style-five .right-column, .contact-section.style-five .left-column {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.contact-section.style-five .left-column .inner-container {
		margin-left: 0;
	}
	
	.contact-section.style-five .contact-form-box {
		margin-left: 0;
	}
	
	.contact-section.style-five .inner-container {
		max-width: 100%;
	}
	
	.cart-section .apply-coupon {
		margin-bottom: 20px;
	}
	
	.blog-single-post .share-icon .social-links li {
		margin-bottom: 15px;
	}
	
	.download-pdf .right-column, .download-pdf .left-column {
		width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.download-pdf .left-column .inner-box {
		margin-left: 0;
	}
	
	.header-style-four .header-middle {
		display: none;
	}
	
	.testimonial-block-four .content {
		width: 100%;
	}
	
	.features-section-four .wrapper-box {
		margin-top: 0;
	}
	
	.main-header.header-style-three .header-upper {
		margin: 0;
		transform: translateX(0);
	}
	
	.main-header.header-style-three .navbar-right-info {
		display: none;
	}
	
	.cta-section .btn-style-two {
		margin-bottom: 20px;
	}
	
	.projects-section {
		margin-top: 0;
	}
	
	.about-section-two .image-block {
		margin-right: 0;
	}
	
	.footer-bottom {
		padding-bottom: 45px;
	}
	
	.main-footer.style-two .links-widget {
		padding-left: 0;
	}
	
	.main-footer.style-two .links-widget .logo {
		display: none;
	}
	
	.about-section-two .image-block .image-three {
		bottom: 30px;
	}
	
	.projects-section .nav-tabs-wrapper {
		max-width: 100%;
		border: 0px;
		padding-bottom: 50px;
	}
	
	.projects-section .nav-tabs li .nav-link:before {
		display: none;
	}
	
	.projects-section .nav-tabs li .nav-link:after {
		display: none;
	}
	
	.projects-section .nav-tabs li {
		width: auto;
		margin-right: 25px;
	}
	
	.projects-section .tab-content {
		margin: 0;
		transform: translate(0);
	}
	
	.why-choose-us-section .side-image, .cta-section .image-column .image, .main-footer .links-widget ul li a:after, .main-footer .links-widget ul li a:before, .process-block-one .inner-box::before {
		display: none !important;
	}
	
	.banner-section.style-five .banner-carousel .content-box, .banner-section.style-four .banner-carousel .content-box, .banner-section.style-three .banner-carousel .content-box, .banner-section.style-two .banner-carousel .content-box, .banner-carousel .content-box {
		min-height: 650px;
		padding-bottom: 0;
	}
	
	.clients-section {
		margin-top: 0;
	}
	
	.clients-section .pattern {
		left: 0;
	}
	
	.features-section::before {
		right: 0;
	}
	
	.clients-section .link-btn {
		text-align: center !important;
		margin-top: 50px;
	}
	
	.consult-form {
		transform: translateY(0);
		margin-bottom: -50px;
		margin-right: 0;
	}
	
	.process-section .sec-top .text {
		margin-bottom: 50px;
	}
	
	.main-footer .links-widget .widget-content {
		padding-left: 0px;
	}
	
	.cta-section {
		padding-bottom: 130px !important;
	}
}

@media only screen and (min-width: 768px) {
	.main-menu .navigation > li > ul, .main-menu .navigation > li > ul > li > ul {
		display: block !important;
		visibility: hidden;
		opacity: 0;
	}
}

@media only screen and (max-width: 767px) {
	.header-style-three .header-top-two .search-toggler {
		display: none;
	}
	
	.header-style-three .header-top-two .text {
		text-align: center;
	}
	
	.banner-section-two .text:before, .about-section-four .logo, .main-header.header-style-five .navbar-right-info, .services-section-three .owl-theme .owl-nav, .testimonial-section-four .owl-theme .owl-nav {
		display: none;
	}
	
	.banner-section-two .text {
		padding-left: 0;
	}
	
	.filter-tabs.filter-btns li span.count {
		display: none;
	}
	
	.filter-tabs.filter-btns li:before {
		display: none;
	}
	
	.filter-tabs.filter-btns li {
		padding-bottom: 20px;
	}
	
	.news-block-six .lower-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.news-block-one.style-two .inner-box {
		margin-left: 0;
	}
	
	.blog-single-post .lower-content {
		margin: 0 20px;
		padding: 0;
	}
	
	.timeline-section .wrapper-box {
		overflow-x: scroll;
	}
}

@media only screen and (max-width: 575px) {
	.project-block-two .content {
		position: relative;
	}
	
	.about-section-six .author-info {
		border-left: 0;
		padding-left: 0;
		margin-left: 0;
		mask-type: 20px;
	}
	
	.page-title .content-box h1 {
		font-size: 40px;
		line-height: 50px;
	}
	
	.navbar-right-info {
		display: none;
	}
	
	.about-section-seven .image-block .video-box {
		right: 50%;
		transform: translateX(50%);
	}
	
	.experience-section-two .wrapper-box h2 {
		display: none;
	}
	
	.header-top .contact-info {
		justify-content: center;
	}
	
	.header-top .contact-info li {
		margin: 0 10px;
	}
	
	.main-header.header-style-five .header-top .contact-info li+li {
		padding: 0;
		border: 0;
	}
	
	.main-header.header-style-five .header-upper .logo-box .logo {
		padding: 11px 0;
	}
	
	.banner-section-two h2 {
		font-size: 40px;
		line-height: 50px;
	}
	
	.feature-block-six .inner-box {
		border-radius: 0 !important;
	}
	
	.contact-section-two .contact-form-area {
		padding: 20px;
	}
	
	.banner-section-two {
		padding-bottom: 200px;
	}
	
	.footer-bottom-two .copyright-text {
		margin-bottom: 5px;
	}
	
	.about-section-two .image-block .image-two {
		position: relative;
	}
	
	.about-section-two .image-block img {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.about-section-two .image-block {
		padding-top: 0;
	}
	
	.about-section-two .image-block .image-three {
		bottom: 0;
	}
	
	.cta-section-two .contact-info {
		margin-bottom: 15px;
	}
	
	.cta-section-two h2 {
		padding-left: 0;
		padding-top: 110px;
	}
	
	.page-title-two .content-box h1 {
		font-size: 36px;
		line-height: 42px;
	}
	
	.project-block-two .text {
		padding-left: 0;
		border-left: 0;
		margin-top: 10px;
	}
	
	.about-section-six .experience-years-block {
		text-align: center;
	}
	
	.about-section-six .experience-years-block .text {
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0);
		margin: 0 auto;
		margin-top: 30px;
	}
	
	.about-section-six .experience-years-block:before {
		right: 0;
	}
	
	.about-section .image-two {
		margin-top: 0;
	}
	
	.about-section-seven input {
		width: 100%;
	}
	
	.about-section-seven .theme-btn {
		position: relative;
		margin-top: 15px;
	}
	
	.myaccount-section .login-inner .other-option {
		display: none;
	}
	
	.myaccount-section .register-inner .text {
		position: relative;
		margin-top: 20px;
	}
	
	.about-section-two .image-block .image-three {
		position: relative;
		right: 0;
	}
	
	.footer-bottom .social-links {
		margin-top: 30px;
	}
	
	.header-style-two .header-top .social-links {
		display: none;
	}
	
	.banner-carousel .content-box.style-two h2, .banner-carousel .content-box h2 {
		font-size: 35px !important;
	}
	
	br {
		display: none;
	}
	
	.header-style-three .header-top .contact-info {
		justify-content: center;
	}
	
	.testimonial-section .testimonial-thumbs .logo, .main-header .header-top .language, .about-section .image-one, .about-section .logo {
		display: none;
	}
	
	.consult-form .contact-form {
		padding: 25px 20px;
	}
	
	.sec-title h2, .consult-form h2 {
		font-size: 30px;
	}
	
	.feature-block-two .inner-box {
		padding-left: 30px;
	}
	
	.feature-block-two .icon {
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 20px;
	}
	
	.feature-section-two .feature-block-two:last-child .inner-box {
		padding-top: 40px;
	}
	
	.feature-block-two:last-child .inner-box {
		padding-top: 0;
	}
	
	.experience-section .experience-wrapper .image img {
		opacity: 0;
	}
	
	.experience-section .experience-wrapper h1 {
		display: none;
	}
	
	.case-block-three .lower-content {
		position: relative;
		margin: 0;
		margin-top: -80px;
	}
	
	.footer-bottom-two .scroll-to-top-two {
		margin-bottom: 25px;
	}
	
	.faq-section .question-icon {
		display: none;
	}
	
	.testimonial-section-six .pointer-block .point, .testimonial-section-six .pointer-block .content {
		display: none;
	}
	
	.banner-section-two .theme-btn {
		margin-bottom: 15px;
	}
	
	.news-block-six .post-share-btn {
		display: none;
	}
	
	.blog-post-pagination .prev-post {
		width: 100%;
	}
	
	.blog-post-pagination .next-post {
		width: 100%;
	}
	
	.blog-post-pagination:after {
		display: none;
	}
	
	.blog-single-post .lower-content {
		margin: 0;
	}
	
	.blog-single-post .author-box {
		padding-left: 40px;
	}
	
	.blog-single-post .author-box .image {
		position: relative;
		left: 0;
		top: 0;
		margin-bottom: 20px;
	}
	
	.comments-area .comment {
		padding-left: 0;
	}
	
	.comments-area .comment-box .author-thumb {
		position: relative;
	}
	
	.single-shop-area .products-carousel {
		min-height: 390px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 375px) {
	.features-section-two .content-block .image {
		position: relative;
		margin-bottom: 25px;
	}
}

/* Default Color File  */

/* Background */
.btn-style-one, .default-video-box a:after, .sec-title .text-decoration:before, .sec-title .text-decoration .left:before, .sec-title .text-decoration .left:after, .sec-title .text-decoration .right:before, .sec-title .text-decoration .right:after, .preloader-close, .feature-block-one .link-btn a, .bootstrap-select .dropdown-menu li a.active, .pricing-block.active .lower-content h5, .pricing-block.active .lower-content h5:before, .pricing-block.active .lower-content h5:after, .main-header .sidemenu-nav-toggler, .about-section .text-block:before, .feature-block-one .image .icon:before, .news-block-one .inner-box:before, .main-header .header-top .text span, .case-block-one .overlay:after, .footer-bottom .social-links li a:before, .news-block-one .category, .testimonial-section .testimonial-content, .map-section .contact-info, .case-block-one .read-more-btn a, .nav-outer .mobile-nav-toggler, .mobile-menu .menu-backdrop, .fact-counter .count-box, .main-footer .links-widget ul li a:before, .main-footer .links-widget ul li a:after, .feature-block-three .read-more-link:before, .about-section-two .read-more-link:before, .projects-section .nav-tabs .nav-link.active:after, .projects-section .nav-tabs li .nav-link:before, .service-block-one:hover .icon .icon-inner, .service-block-one .read-more-link:before, .testimonial-block-three .quote, .process-block-two .icon, .funfacts-section-two .icon-box, .funfacts-section-two p:before, .news-block-two .inner-box:hover .category, .news-block-two .read-more-link:before, .contact-section .read-more-link:before, .subscribe-newsletter, .subscribe-newsletter:before, .subscribe-newsletter:after, .feature-block-four .inner-box:before, .sec-title h5, .team-block-two .inner-box:hover .video-btn a, .fact-counter-three .count-box, .experience-section .experience-year, .news-block-three .inner-box:hover .category, .banner-section.style-four .btn-style-one .btn-title:before, .banner-section.style-four .owl-dots .owl-dot:hover span:before, .banner-section.style-four .owl-dots .owl-dot.active span:before, .feature-block-five .read-more-link, .service-block-three .overlay-content .icon-box .icon, .projects-section-two .owl-theme .owl-nav .owl-next:hover::after, .projects-section-two .owl-theme .owl-nav .owl-prev:hover::after, .process-block-three .inner-box:hover .icon, .process-section-three .consult-btn, .testimonial-section-five:before, .news-block-five .category, .news-block-five .inner-box::after, .news-block-five:before, .news-block-five:after, .pricing-section .ribbon, .pricing-block.style-two .lower-content h5, .pricing-block.style-two .lower-content h5:before, .pricing-block.style-two .lower-content h5:after, .pricing-block.style-two.active .top-content, .subscribe-newsletter-three .form-group button:hover, .about-widget-two .social-links li a:before, .banner-section-two .btn-style-one .btn-title::before, .service-block-four .icon-box h4:before, .whay-choose-block .inner-box:hover .icon span, .page-title .content-box:before, .contact-section.style-two .subscribe-newsletter .form-group button.btn-style-four, .product-block-one .inner-box .image-box .category, .product-block-one .right-option:hover, .widget_filter-price .range-slider .theme-btn, .widget_filter-price .ui-state-default:before, .widget_filter-price .ui-widget-content .ui-state-default:before, .cart-section .apply-coupon .form-group button:hover, .cart-section .btn-box .cart-btn:hover, .product-tab-box .tab-btns .tab-btn span:before, .filter-tabs.filter-btns li:before, .project-block-five .link-btn a, .project-block-six .link-btn a, .project-block-seven .inner-box, .testimonial-section-six .pointer-block .content .logo, .testimonial-section-six .pointer-block:hover .point:after, .award-section-two .owl-theme .owl-nav .owl-next:hover:before, .award-section-two .owl-theme .owl-nav .owl-prev:hover:before, .subscribe-widget .social-links li a:before, .service-block-six .overlay:before, .service-block-six .overlay a, .testimonial-block-six .inner-box:hover .logo, .cta-section-two.style-two:before, .testimonial-section-seven .owl-dots .owl-dot.active span, .testimonial-section-seven .owl-dots .owl-dot:hover span, .team-block-four .social-links-wrapper:hover .icon, .news-block-six .social-links-wrapper:hover .icon, .widget_tag_cloud ul li a:hover, .blog-single-post ul.tag li a:hover, .blog-single-post .author-box .social-links li a:before, .timeline li.current:after, .services-details .tab-btn-style-one li .nav-link.active, .services-details .tab-btn-style-one li a:hover, .pricing-block-three h4:before, .pricing-block-three .ribbon:before, .pricing-block-three .ribbon, .single-team-member .social-links-wrapper:hover .icon, .testimonial-block:before, .contact-details-section-three .pointer-block .point:after, .contact-details-section-three .pointer-block:hover .point:after, .about-section-six .experience-years-block .text, .about-section-seven .image-block .video-box, .timeline-block .theme-btn, .experience-section-two .progress-levels .progress-box.animated .bar .bar-fill:before, .experience-section-two .progress-levels .progress-box.animated .bar .bar-fill:after, .features-section-six .video-box .image:before, .testimonial-block-seven .logo, .shopping-cart .count, .header-top.style-two, .scroll-to-top, .banner-section .owl-theme .owl-nav button:hover:before, .search-popup .search-form fieldset input[type="submit"], .btn-style-two .btn-title:before {
	background-color: #0000cd;
}

/* Color */
.why-choose-us-section .single-feature-item:hover:before, .btn-style-two, .default-video-box a, .about-section .text-block h5, .about-section .author-info h5, .feature-block-one .content h5, .process-block-one h5, .news-section .swiper-button-next:hover, .news-section .swiper-button-prev:hover, .news-block-one .read-more-btn a:hover, .testimonial-section .swiper-button-next:hover, .testimonial-section .swiper-button-prev:hover, .pricing-section .pricing-btn ul li a.active, .pricing-block .lower-content ul li i, .case-block-one .overlay .link-btn a, .news-block-one .read-more-btn a i, .news-section .left-column li i, .main-menu .navigation>li>ul>li:hover>a, .main-menu .navigation>li>ul>li>ul>li:hover>a, .news-section .left-column form .form-group i, .main-header .header-top .language span, .why-choose-us-section .nav-tabs .nav-link.active:before, .main-header .header-top .contact-info li i, .footer-bottom .scroll-to-top, .footer-bottom .copyright a, .banner-carousel .default-video-box a, .feature-block-three .icon, .about-section-two .read-more-link, .about-section-two .content-block h4, .about-section-two .curved-circle .char11, .about-section-two .curved-circle .char12, .projects-section .nav-tabs-wrapper .link-btn a, .project-block .link-btn a, .service-block-one .icon .icon-inner, .service-block-one .read-more-link, .btn-style-five, .team-block-one ul li span, .testimonial-block-three .rating, .funfacts-section-two p, .news-block-two .post-meta li a, .testimonial-block-three .author-box h4, .contact-section .author-box h4, .contact-section .subscribe-newsletter .form-group i, .footer-bottom-two .menu li a:hover, .header-top-two .text i, .header-top-two .text span, .banner-section.style-three .banner-carousel .content-box h2 span, .banner-section.style-three .banner-carousel .content-box h3, .team-block-two .designation, .experience-section .icon-box .icon, .case-block-three .read-more-link, .cases-section-two .bottom-text a, .service-block-two .theme-btn:hover .btn-title, .testimonial-block-four .author-title span, .testimonial-block-four .rating, .testimonial-section-four .owl-nav .owl-prev:hover:before, .testimonial-section-four .owl-nav .owl-next:hover:before, .award-section .bottom-text a, .news-block-three .post-meta li a, .news-block-three .inner-box:hover .read-more-link, .news-section-three .read-more-post, .meet-up-section .content-box ul li a i, .meet-up-section .content-box h3, .subscribe-newsletter-two .form-group button, .twitter-widget .text a, .twitter-widget p a, .footer-bottom-three .copyright-text a, .footer-bottom-three .bottom-area ul li a:hover, .header-top.style-four .top-right .text i, .header-top.style-four .top-right .text span, .main-header.header-style-three .btn-style-one:hover .btn-title, .header-upper .social-links li a:hover, .banner-section.style-four .banner-carousel .content-box .text .video-btn, .service-block-three .read-more-link:hover, .accordion-box .block .acc-btn.active .icon-outer, .faq-section .mail, .faq-section .author-box h4, .testimonial-block-five .text, .testimonial-block-five .rating, .subscribe-newsletter-three .form-group i, .subscribe-newsletter-three h5, .main-footer.style-four .post-widget .date, .about-widget-two .text, .footer-bottom-two .scroll-to-top-two, .feature-block-six .inner-box:hover .read-more-link, .faq-section-two .text a, .pagination li a:hover, .pagination li a.active, .product-block-one .inner-box .lower-content p, .product-block-one .inner-box .lower-content .rating li, .widget_popular-products .post-inner .post .rating li, .widget_categories .categories-list li a:hover, .widget_categories .categories-list li a span, .single-shop-content .content-box .review-box ul li i, .single-shop-content .content-box .qity .stock-available, .product-tab-box .tab-btns .tab-btn.active-btn span, .product-tab-box .tab-btns .tab-btn:hover span, .review-box-holder .single-review-box .text-holder .top .review-box ul li i, .product-tab-box .review-form .add-rating-box .review-box ul li i, .product-tab-box .owl-theme .owl-nav .owl-prev:hover:before, .product-tab-box .owl-theme .owl-nav .owl-next:hover:before, .filter-tabs.filter-btns li span.count, .filter-tabs.filter-btns li.active, .project-details .project-info .social-links li a:hover, .service-block-five .inner-box:hover .icon, .main-footer.style-five .links-widget ul li a:hover, .career-block .theme-btn .btn-title, .testimonial-block-six.style-two .rating, .testimonial-block-six.style-two .inner-box:hover .quote, .testimonial-block-six .author-box .designation, .team-block-three .social-links li a:hover, .team-block-four .social-links li a:hover, .team-block-four .designation, .contact-info-block h5, .news-block-six .social-links li a:hover, .widget_popular_post .post .post-info, .page-title-two .category, .comments-area .comment-box .reply-comment-btn:hover, .widget_brochur h5, .services-details .list li i, .pricing-block-three .price, .pricing-block-three.popular .btn-style-two .btn-title, .about-section-six .whay-choose-block .icon span, .about-section-seven .author-info h5, .timeline-block .date, .testimonial-block-seven .author-box span, .contact-form-section .btn-style-one:hover .btn-title, .why-choose-us-section-three .whay-choose-block .icon span, .testimonial-section-eleven .client-block .content h5, .experience-section-two .counter-column a, .experience-section-two .wrapper-box h2, .feature-block-three .read-more-link:after, .main-menu .navigation>li:hover>a, .main-menu .navigation>li.current>a, .navbar-right-info .faq-btn a span, .sec-title h4, a:hover, a {
	color: #fb9a27;
}

/* Border Color */
.main-menu .navigation>li>ul>li>ul, .main-menu .navigation>li>ul, .projects-section .nav-tabs .nav-link.active:after, .service-block-one:hover .icon, .btn-style-five, .team-block-two .video-btn:before, .team-block-two .inner-box:hover .video-btn a, .team-block-two .inner-box:hover .content:before, .testimonial-section-four .owl-nav .owl-prev:hover:before, .testimonial-section-four .owl-nav .owl-next:hover:before, .header-middle .btn-style-one, .banner-section.style-four .banner-carousel .content-box .text .video-btn, .banner-section.style-four .owl-dots .owl-dot.active span, .banner-section.style-four .owl-dots .owl-dot:hover span, .news-block-five .inner-box, .project-block-two .text, .subscribe-newsletter-three .form-group button:hover, .feature-block-six .inner-box:before, .service-block-four .overlay:after, .service-block-four .overlay:before, .whay-choose-block .inner-box:hover .icon span, .widget_filter-price .ui-state-default, .widget_filter-price .ui-widget-content .ui-state-default, .filter-tabs.filter-btns li span.count, .team-block-four .author-title, .award-section-three .owl-dots .owl-dot.active span, .award-section-three .owl-dots .owl-dot:hover span, .contact-info-block-two .inner-box:before, .news-block-six .social-links-wrapper:hover .icon, .news-block-six .social-links li a:hover, .contact-details-section-three .pointer-block .point, .progress-levels .progress-box .bar .bar-fill, .testimonial-section-eleven .client-block:hover .thumb, .testimonial-section-eleven .client-block:hover .thumb:before, .about-section .logo {
	border-color: #fb9a27;
}

.accordion-box.style-two .block .acc-btn.active, .accordion-box.style-three .block .acc-btn.active {
	border-left-color: #fb9a27;
}

/* Gradient Color */
.contact-widget .social-links li a:before, .banner-section.style-two .owl-theme .owl-nav button:before, .cta-section-two h2 span, .cta-section-two .contact-info .icon, .btn-style-four {
	background-image: -moz-linear-gradient(0deg, #fd4a36 16%, #ff8300 100%);
	background-image: -webkit-linear-gradient(0deg, #fd4a36 16%, #ff8300 100%);
	background-image: -ms-linear-gradient(0deg, #fd4a36 16%, #ff8300 100%);
}

/*!
 * Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
}

.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-2xs {
	font-size: .625em;
	line-height: .1em;
	vertical-align: .225em;
}

.fa-xs {
	font-size: .75em;
	line-height: .08333em;
	vertical-align: .125em;
}

.fa-sm {
	font-size: .875em;
	line-height: .07143em;
	vertical-align: .05357em;
}

.fa-lg {
	font-size: 1.25em;
	line-height: .05em;
	vertical-align: -.075em;
}

.fa-xl {
	font-size: 1.5em;
	line-height: .04167em;
	vertical-align: -.125em;
}

.fa-2xl {
	font-size: 2em;
	line-height: .03125em;
	vertical-align: -.1875em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: var(--fa-li-margin, 2.5em);
	padding-left: 0;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	left: calc(var(--fa-li-width, 2em) * -1);
	position: absolute;
	text-align: center;
	width: var(--fa-li-width, 2em);
	line-height: inherit;
}

.fa-border {
	border-radius: var(--fa-border-radius, .1em);
	border: var(--fa-border-width, .08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
	padding: var(--fa-border-padding, .2em .25em .15em);
}

.fa-pull-left {
	float: left;
	margin-right: var(--fa-pull-margin, .3em);
}

.fa-pull-right {
	float: right;
	margin-left: var(--fa-pull-margin, .3em);
}

.fa-beat {
	-webkit-animation-name: fa-beat;
	animation-name: fa-beat;
	-webkit-animation-delay: var(--fa-animation-delay, 0);
	animation-delay: var(--fa-animation-delay, 0);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
	animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
	-webkit-animation-name: fa-bounce;
	animation-name: fa-bounce;
	-webkit-animation-delay: var(--fa-animation-delay, 0);
	animation-delay: var(--fa-animation-delay, 0);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1));
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1));
}

.fa-fade {
	-webkit-animation-name: fa-fade;
	animation-name: fa-fade;
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
}

.fa-beat-fade, .fa-fade {
	-webkit-animation-delay: var(--fa-animation-delay, 0);
	animation-delay: var(--fa-animation-delay, 0);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
}

.fa-beat-fade {
	-webkit-animation-name: fa-beat-fade;
	animation-name: fa-beat-fade;
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
}

.fa-flip {
	-webkit-animation-name: fa-flip;
	animation-name: fa-flip;
	-webkit-animation-delay: var(--fa-animation-delay, 0);
	animation-delay: var(--fa-animation-delay, 0);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
	animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
	-webkit-animation-name: fa-shake;
	animation-name: fa-shake;
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, linear);
	animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-shake, .fa-spin {
	-webkit-animation-delay: var(--fa-animation-delay, 0);
	animation-delay: var(--fa-animation-delay, 0);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
}

.fa-spin {
	-webkit-animation-name: fa-spin;
	animation-name: fa-spin;
	-webkit-animation-duration: var(--fa-animation-duration, 2s);
	animation-duration: var(--fa-animation-duration, 2s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, linear);
	animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
	--fa-animation-direction: reverse;
}

.fa-pulse, .fa-spin-pulse {
	-webkit-animation-name: fa-spin;
	animation-name: fa-spin;
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 1s);
	animation-duration: var(--fa-animation-duration, 1s);
	-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
	animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion:reduce) {
	.fa-beat, .fa-beat-fade, .fa-bounce, .fa-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
		-webkit-animation-delay: -1ms;
		animation-delay: -1ms;
		-webkit-animation-duration: 1ms;
		animation-duration: 1ms;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
		transition-delay: 0s;
		transition-duration: 0s;
	}
}

@-webkit-keyframes fa-beat {
	0%, 90% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	45% {
		-webkit-transform: scale(var(--fa-beat-scale, 1.25));
		transform: scale(var(--fa-beat-scale, 1.25));
	}
}

@keyframes fa-beat {
	0%, 90% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	45% {
		-webkit-transform: scale(var(--fa-beat-scale, 1.25));
		transform: scale(var(--fa-beat-scale, 1.25));
	}
}

@-webkit-keyframes fa-bounce {
	0% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
	}
	
	10% {
		-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
		transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
	}
	
	30% {
		-webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
		transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
	}
	
	50% {
		-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
		transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
	}
	
	57% {
		-webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
		transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
	}
	
	64% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
	}
	
	to {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
	}
}

@keyframes fa-bounce {
	0% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
	}
	
	10% {
		-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
		transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
	}
	
	30% {
		-webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
		transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
	}
	
	50% {
		-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
		transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
	}
	
	57% {
		-webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
		transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
	}
	
	64% {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
	}
	
	to {
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
	}
}

@-webkit-keyframes fa-fade {
	50% {
		opacity: var(--fa-fade-opacity, .4);
	}
}

@keyframes fa-fade {
	50% {
		opacity: var(--fa-fade-opacity, .4);
	}
}

@-webkit-keyframes fa-beat-fade {
	0%, to {
		opacity: var(--fa-beat-fade-opacity, .4);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
		transform: scale(var(--fa-beat-fade-scale, 1.125));
	}
}

@keyframes fa-beat-fade {
	0%, to {
		opacity: var(--fa-beat-fade-opacity, .4);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
		transform: scale(var(--fa-beat-fade-scale, 1.125));
	}
}

@-webkit-keyframes fa-flip {
	50% {
		-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
		transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
	}
}

@keyframes fa-flip {
	50% {
		-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
		transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
	}
}

@-webkit-keyframes fa-shake {
	0% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	
	4% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	
	8%, 24% {
		-webkit-transform: rotate(-18deg);
		transform: rotate(-18deg);
	}
	
	12%, 28% {
		-webkit-transform: rotate(18deg);
		transform: rotate(18deg);
	}
	
	16% {
		-webkit-transform: rotate(-22deg);
		transform: rotate(-22deg);
	}
	
	20% {
		-webkit-transform: rotate(22deg);
		transform: rotate(22deg);
	}
	
	32% {
		-webkit-transform: rotate(-12deg);
		transform: rotate(-12deg);
	}
	
	36% {
		-webkit-transform: rotate(12deg);
		transform: rotate(12deg);
	}
	
	40%, to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes fa-shake {
	0% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	
	4% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	
	8%, 24% {
		-webkit-transform: rotate(-18deg);
		transform: rotate(-18deg);
	}
	
	12%, 28% {
		-webkit-transform: rotate(18deg);
		transform: rotate(18deg);
	}
	
	16% {
		-webkit-transform: rotate(-22deg);
		transform: rotate(-22deg);
	}
	
	20% {
		-webkit-transform: rotate(22deg);
		transform: rotate(22deg);
	}
	
	32% {
		-webkit-transform: rotate(-12deg);
		transform: rotate(-12deg);
	}
	
	36% {
		-webkit-transform: rotate(12deg);
		transform: rotate(12deg);
	}
	
	40%, to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

.fa-rotate-90 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.fa-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1);
	transform: scale(-1);
}

.fa-rotate-by {
	-webkit-transform: rotate(var(--fa-rotate-angle, none));
	transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: var(--fa-inverse, #fff);
}

.fa-0:before {
	content: "0";
}

.fa-1:before {
	content: "1";
}

.fa-2:before {
	content: "2";
}

.fa-3:before {
	content: "3";
}

.fa-4:before {
	content: "4";
}

.fa-5:before {
	content: "5";
}

.fa-6:before {
	content: "6";
}

.fa-7:before {
	content: "7";
}

.fa-8:before {
	content: "8";
}

.fa-9:before {
	content: "9";
}

.fa-a:before {
	content: "A";
}

.fa-address-book:before, .fa-contact-book:before {
	content: "";
}

.fa-address-card:before, .fa-contact-card:before, .fa-vcard:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-anchor-circle-check:before {
	content: "";
}

.fa-anchor-circle-exclamation:before {
	content: "";
}

.fa-anchor-circle-xmark:before {
	content: "";
}

.fa-anchor-lock:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-double-down:before, .fa-angles-down:before {
	content: "";
}

.fa-angle-double-left:before, .fa-angles-left:before {
	content: "";
}

.fa-angle-double-right:before, .fa-angles-right:before {
	content: "";
}

.fa-angle-double-up:before, .fa-angles-up:before {
	content: "";
}

.fa-ankh:before {
	content: "";
}

.fa-apple-alt:before, .fa-apple-whole:before {
	content: "";
}

.fa-archway:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-arrow-down-1-9:before, .fa-sort-numeric-asc:before, .fa-sort-numeric-down:before {
	content: "";
}

.fa-arrow-down-9-1:before, .fa-sort-numeric-desc:before, .fa-sort-numeric-down-alt:before {
	content: "";
}

.fa-arrow-down-a-z:before, .fa-sort-alpha-asc:before, .fa-sort-alpha-down:before {
	content: "";
}

.fa-arrow-down-long:before, .fa-long-arrow-down:before {
	content: "";
}

.fa-arrow-down-short-wide:before, .fa-sort-amount-desc:before, .fa-sort-amount-down-alt:before {
	content: "";
}

.fa-arrow-down-up-across-line:before {
	content: "";
}

.fa-arrow-down-up-lock:before {
	content: "";
}

.fa-arrow-down-wide-short:before, .fa-sort-amount-asc:before, .fa-sort-amount-down:before {
	content: "";
}

.fa-arrow-down-z-a:before, .fa-sort-alpha-desc:before, .fa-sort-alpha-down-alt:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-left-long:before, .fa-long-arrow-left:before {
	content: "";
}

.fa-arrow-pointer:before, .fa-mouse-pointer:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-right-arrow-left:before, .fa-exchange:before {
	content: "";
}

.fa-arrow-right-from-bracket:before, .fa-sign-out:before {
	content: "";
}

.fa-arrow-right-long:before, .fa-long-arrow-right:before {
	content: "";
}

.fa-arrow-right-to-bracket:before, .fa-sign-in:before {
	content: "";
}

.fa-arrow-right-to-city:before {
	content: "";
}

.fa-arrow-left-rotate:before, .fa-arrow-rotate-back:before, .fa-arrow-rotate-backward:before, .fa-arrow-rotate-left:before, .fa-undo:before {
	content: "";
}

.fa-arrow-right-rotate:before, .fa-arrow-rotate-forward:before, .fa-arrow-rotate-right:before, .fa-redo:before {
	content: "";
}

.fa-arrow-trend-down:before {
	content: "";
}

.fa-arrow-trend-up:before {
	content: "";
}

.fa-arrow-turn-down:before, .fa-level-down:before {
	content: "";
}

.fa-arrow-turn-up:before, .fa-level-up:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-up-1-9:before, .fa-sort-numeric-up:before {
	content: "";
}

.fa-arrow-up-9-1:before, .fa-sort-numeric-up-alt:before {
	content: "";
}

.fa-arrow-up-a-z:before, .fa-sort-alpha-up:before {
	content: "";
}

.fa-arrow-up-from-bracket:before {
	content: "";
}

.fa-arrow-up-from-ground-water:before {
	content: "";
}

.fa-arrow-up-from-water-pump:before {
	content: "";
}

.fa-arrow-up-long:before, .fa-long-arrow-up:before {
	content: "";
}

.fa-arrow-up-right-dots:before {
	content: "";
}

.fa-arrow-up-right-from-square:before, .fa-external-link:before {
	content: "";
}

.fa-arrow-up-short-wide:before, .fa-sort-amount-up-alt:before {
	content: "";
}

.fa-arrow-up-wide-short:before, .fa-sort-amount-up:before {
	content: "";
}

.fa-arrow-up-z-a:before, .fa-sort-alpha-up-alt:before {
	content: "";
}

.fa-arrows-down-to-line:before {
	content: "";
}

.fa-arrows-down-to-people:before {
	content: "";
}

.fa-arrows-h:before, .fa-arrows-left-right:before {
	content: "";
}

.fa-arrows-left-right-to-line:before {
	content: "";
}

.fa-arrows-rotate:before, .fa-refresh:before, .fa-sync:before {
	content: "";
}

.fa-arrows-spin:before {
	content: "";
}

.fa-arrows-split-up-and-left:before {
	content: "";
}

.fa-arrows-to-circle:before {
	content: "";
}

.fa-arrows-to-dot:before {
	content: "";
}

.fa-arrows-to-eye:before {
	content: "";
}

.fa-arrows-turn-right:before {
	content: "";
}

.fa-arrows-turn-to-dots:before {
	content: "";
}

.fa-arrows-up-down:before, .fa-arrows-v:before {
	content: "";
}

.fa-arrows-up-down-left-right:before, .fa-arrows:before {
	content: "";
}

.fa-arrows-up-to-line:before {
	content: "";
}

.fa-asterisk:before {
	content: "*";
}

.fa-at:before {
	content: "@";
}

.fa-atom:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-austral-sign:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-b:before {
	content: "B";
}

.fa-baby:before {
	content: "";
}

.fa-baby-carriage:before, .fa-carriage-baby:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-backward-fast:before, .fa-fast-backward:before {
	content: "";
}

.fa-backward-step:before, .fa-step-backward:before {
	content: "";
}

.fa-bacon:before {
	content: "";
}

.fa-bacteria:before {
	content: "";
}

.fa-bacterium:before {
	content: "";
}

.fa-bag-shopping:before, .fa-shopping-bag:before {
	content: "";
}

.fa-bahai:before, .fa-haykal:before {
	content: "";
}

.fa-baht-sign:before {
	content: "";
}

.fa-ban:before, .fa-cancel:before {
	content: "";
}

.fa-ban-smoking:before, .fa-smoking-ban:before {
	content: "";
}

.fa-band-aid:before, .fa-bandage:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-bars:before, .fa-navicon:before {
	content: "";
}

.fa-bars-progress:before, .fa-tasks-alt:before {
	content: "";
}

.fa-bars-staggered:before, .fa-reorder:before, .fa-stream:before {
	content: "";
}

.fa-baseball-ball:before, .fa-baseball:before {
	content: "";
}

.fa-baseball-bat-ball:before {
	content: "";
}

.fa-basket-shopping:before, .fa-shopping-basket:before {
	content: "";
}

.fa-basketball-ball:before, .fa-basketball:before {
	content: "";
}

.fa-bath:before, .fa-bathtub:before {
	content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
	content: "";
}

.fa-battery-5:before, .fa-battery-full:before, .fa-battery:before {
	content: "";
}

.fa-battery-3:before, .fa-battery-half:before {
	content: "";
}

.fa-battery-2:before, .fa-battery-quarter:before {
	content: "";
}

.fa-battery-4:before, .fa-battery-three-quarters:before {
	content: "";
}

.fa-bed:before {
	content: "";
}

.fa-bed-pulse:before, .fa-procedures:before {
	content: "";
}

.fa-beer-mug-empty:before, .fa-beer:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-bell-concierge:before, .fa-concierge-bell:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bezier-curve:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-biohazard:before {
	content: "";
}

.fa-bitcoin-sign:before {
	content: "";
}

.fa-blender:before {
	content: "";
}

.fa-blender-phone:before {
	content: "";
}

.fa-blog:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-bolt:before, .fa-zap:before {
	content: "";
}

.fa-bolt-lightning:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-bone:before {
	content: "";
}

.fa-bong:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-atlas:before, .fa-book-atlas:before {
	content: "";
}

.fa-bible:before, .fa-book-bible:before {
	content: "";
}

.fa-book-bookmark:before {
	content: "";
}

.fa-book-journal-whills:before, .fa-journal-whills:before {
	content: "";
}

.fa-book-medical:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-open-reader:before, .fa-book-reader:before {
	content: "";
}

.fa-book-quran:before, .fa-quran:before {
	content: "";
}

.fa-book-dead:before, .fa-book-skull:before {
	content: "";
}

.fa-book-tanakh:before, .fa-tanakh:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-border-all:before {
	content: "";
}

.fa-border-none:before {
	content: "";
}

.fa-border-style:before, .fa-border-top-left:before {
	content: "";
}

.fa-bore-hole:before {
	content: "";
}

.fa-bottle-droplet:before {
	content: "";
}

.fa-bottle-water:before {
	content: "";
}

.fa-bowl-food:before {
	content: "";
}

.fa-bowl-rice:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-box:before {
	content: "";
}

.fa-archive:before, .fa-box-archive:before {
	content: "";
}

.fa-box-open:before {
	content: "";
}

.fa-box-tissue:before {
	content: "";
}

.fa-boxes-packing:before {
	content: "";
}

.fa-boxes-alt:before, .fa-boxes-stacked:before, .fa-boxes:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-brain:before {
	content: "";
}

.fa-brazilian-real-sign:before {
	content: "";
}

.fa-bread-slice:before {
	content: "";
}

.fa-bridge:before {
	content: "";
}

.fa-bridge-circle-check:before {
	content: "";
}

.fa-bridge-circle-exclamation:before {
	content: "";
}

.fa-bridge-circle-xmark:before {
	content: "";
}

.fa-bridge-lock:before {
	content: "";
}

.fa-bridge-water:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-briefcase-medical:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-broom-ball:before, .fa-quidditch-broom-ball:before, .fa-quidditch:before {
	content: "";
}

.fa-brush:before {
	content: "";
}

.fa-bucket:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-bug-slash:before {
	content: "";
}

.fa-bugs:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-building-circle-arrow-right:before {
	content: "";
}

.fa-building-circle-check:before {
	content: "";
}

.fa-building-circle-exclamation:before {
	content: "";
}

.fa-building-circle-xmark:before {
	content: "";
}

.fa-bank:before, .fa-building-columns:before, .fa-institution:before, .fa-museum:before, .fa-university:before {
	content: "";
}

.fa-building-flag:before {
	content: "";
}

.fa-building-lock:before {
	content: "";
}

.fa-building-ngo:before {
	content: "";
}

.fa-building-shield:before {
	content: "";
}

.fa-building-un:before {
	content: "";
}

.fa-building-user:before {
	content: "";
}

.fa-building-wheat:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-burger:before, .fa-hamburger:before {
	content: "";
}

.fa-burst:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-bus-alt:before, .fa-bus-simple:before {
	content: "";
}

.fa-briefcase-clock:before, .fa-business-time:before {
	content: "";
}

.fa-c:before {
	content: "C";
}

.fa-cable-car:before, .fa-tram:before {
	content: "";
}

.fa-birthday-cake:before, .fa-cake-candles:before, .fa-cake:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-calendar-check:before {
	content: "";
}

.fa-calendar-day:before {
	content: "";
}

.fa-calendar-alt:before, .fa-calendar-days:before {
	content: "";
}

.fa-calendar-minus:before {
	content: "";
}

.fa-calendar-plus:before {
	content: "";
}

.fa-calendar-week:before {
	content: "";
}

.fa-calendar-times:before, .fa-calendar-xmark:before {
	content: "";
}

.fa-camera-alt:before, .fa-camera:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-camera-rotate:before {
	content: "";
}

.fa-campground:before {
	content: "";
}

.fa-candy-cane:before {
	content: "";
}

.fa-cannabis:before {
	content: "";
}

.fa-capsules:before {
	content: "";
}

.fa-automobile:before, .fa-car:before {
	content: "";
}

.fa-battery-car:before, .fa-car-battery:before {
	content: "";
}

.fa-car-burst:before, .fa-car-crash:before {
	content: "";
}

.fa-car-on:before {
	content: "";
}

.fa-car-alt:before, .fa-car-rear:before {
	content: "";
}

.fa-car-side:before {
	content: "";
}

.fa-car-tunnel:before {
	content: "";
}

.fa-caravan:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-carrot:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-cart-flatbed:before, .fa-dolly-flatbed:before {
	content: "";
}

.fa-cart-flatbed-suitcase:before, .fa-luggage-cart:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-shopping:before, .fa-shopping-cart:before {
	content: "";
}

.fa-cash-register:before {
	content: "";
}

.fa-cat:before {
	content: "";
}

.fa-cedi-sign:before {
	content: "";
}

.fa-cent-sign:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-chair:before {
	content: "";
}

.fa-blackboard:before, .fa-chalkboard:before {
	content: "";
}

.fa-chalkboard-teacher:before, .fa-chalkboard-user:before {
	content: "";
}

.fa-champagne-glasses:before, .fa-glass-cheers:before {
	content: "";
}

.fa-charging-station:before {
	content: "";
}

.fa-area-chart:before, .fa-chart-area:before {
	content: "";
}

.fa-bar-chart:before, .fa-chart-bar:before {
	content: "";
}

.fa-chart-column:before {
	content: "";
}

.fa-chart-gantt:before {
	content: "";
}

.fa-chart-line:before, .fa-line-chart:before {
	content: "";
}

.fa-chart-pie:before, .fa-pie-chart:before {
	content: "";
}

.fa-chart-simple:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-check-double:before {
	content: "";
}

.fa-check-to-slot:before, .fa-vote-yea:before {
	content: "";
}

.fa-cheese:before {
	content: "";
}

.fa-chess:before {
	content: "";
}

.fa-chess-bishop:before {
	content: "";
}

.fa-chess-board:before {
	content: "";
}

.fa-chess-king:before {
	content: "";
}

.fa-chess-knight:before {
	content: "";
}

.fa-chess-pawn:before {
	content: "";
}

.fa-chess-queen:before {
	content: "";
}

.fa-chess-rook:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-child-dress:before {
	content: "";
}

.fa-child-reaching:before {
	content: "";
}

.fa-child-rifle:before {
	content: "";
}

.fa-children:before {
	content: "";
}

.fa-church:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-arrow-circle-down:before, .fa-circle-arrow-down:before {
	content: "";
}

.fa-arrow-circle-left:before, .fa-circle-arrow-left:before {
	content: "";
}

.fa-arrow-circle-right:before, .fa-circle-arrow-right:before {
	content: "";
}

.fa-arrow-circle-up:before, .fa-circle-arrow-up:before {
	content: "";
}

.fa-check-circle:before, .fa-circle-check:before {
	content: "";
}

.fa-chevron-circle-down:before, .fa-circle-chevron-down:before {
	content: "";
}

.fa-chevron-circle-left:before, .fa-circle-chevron-left:before {
	content: "";
}

.fa-chevron-circle-right:before, .fa-circle-chevron-right:before {
	content: "";
}

.fa-chevron-circle-up:before, .fa-circle-chevron-up:before {
	content: "";
}

.fa-circle-dollar-to-slot:before, .fa-donate:before {
	content: "";
}

.fa-circle-dot:before, .fa-dot-circle:before {
	content: "";
}

.fa-arrow-alt-circle-down:before, .fa-circle-down:before {
	content: "";
}

.fa-circle-exclamation:before, .fa-exclamation-circle:before {
	content: "";
}

.fa-circle-h:before, .fa-hospital-symbol:before {
	content: "";
}

.fa-adjust:before, .fa-circle-half-stroke:before {
	content: "";
}

.fa-circle-info:before, .fa-info-circle:before {
	content: "";
}

.fa-arrow-alt-circle-left:before, .fa-circle-left:before {
	content: "";
}

.fa-circle-minus:before, .fa-minus-circle:before {
	content: "";
}

.fa-circle-nodes:before {
	content: "";
}

.fa-circle-notch:before {
	content: "";
}

.fa-circle-pause:before, .fa-pause-circle:before {
	content: "";
}

.fa-circle-play:before, .fa-play-circle:before {
	content: "";
}

.fa-circle-plus:before, .fa-plus-circle:before {
	content: "";
}

.fa-circle-question:before, .fa-question-circle:before {
	content: "";
}

.fa-circle-radiation:before, .fa-radiation-alt:before {
	content: "";
}

.fa-arrow-alt-circle-right:before, .fa-circle-right:before {
	content: "";
}

.fa-circle-stop:before, .fa-stop-circle:before {
	content: "";
}

.fa-arrow-alt-circle-up:before, .fa-circle-up:before {
	content: "";
}

.fa-circle-user:before, .fa-user-circle:before {
	content: "";
}

.fa-circle-xmark:before, .fa-times-circle:before, .fa-xmark-circle:before {
	content: "";
}

.fa-city:before {
	content: "";
}

.fa-clapperboard:before {
	content: "";
}

.fa-clipboard:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

.fa-clipboard-list:before {
	content: "";
}

.fa-clipboard-question:before {
	content: "";
}

.fa-clipboard-user:before {
	content: "";
}

.fa-clock-four:before, .fa-clock:before {
	content: "";
}

.fa-clock-rotate-left:before, .fa-history:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-cloud-arrow-down:before, .fa-cloud-download-alt:before, .fa-cloud-download:before {
	content: "";
}

.fa-cloud-arrow-up:before, .fa-cloud-upload-alt:before, .fa-cloud-upload:before {
	content: "";
}

.fa-cloud-bolt:before, .fa-thunderstorm:before {
	content: "";
}

.fa-cloud-meatball:before {
	content: "";
}

.fa-cloud-moon:before {
	content: "";
}

.fa-cloud-moon-rain:before {
	content: "";
}

.fa-cloud-rain:before {
	content: "";
}

.fa-cloud-showers-heavy:before {
	content: "";
}

.fa-cloud-showers-water:before {
	content: "";
}

.fa-cloud-sun:before {
	content: "";
}

.fa-cloud-sun-rain:before {
	content: "";
}

.fa-clover:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-code-branch:before {
	content: "";
}

.fa-code-commit:before {
	content: "";
}

.fa-code-compare:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-code-merge:before {
	content: "";
}

.fa-code-pull-request:before {
	content: "";
}

.fa-coins:before {
	content: "";
}

.fa-colon-sign:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-comment-dollar:before {
	content: "";
}

.fa-comment-dots:before, .fa-commenting:before {
	content: "";
}

.fa-comment-medical:before {
	content: "";
}

.fa-comment-slash:before {
	content: "";
}

.fa-comment-sms:before, .fa-sms:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-comments-dollar:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-compass-drafting:before, .fa-drafting-compass:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-computer:before {
	content: "";
}

.fa-computer-mouse:before, .fa-mouse:before {
	content: "";
}

.fa-cookie:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

.fa-copy:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-couch:before {
	content: "";
}

.fa-cow:before {
	content: "";
}

.fa-credit-card-alt:before, .fa-credit-card:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-crop-alt:before, .fa-crop-simple:before {
	content: "";
}

.fa-cross:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-crow:before {
	content: "";
}

.fa-crown:before {
	content: "";
}

.fa-crutch:before {
	content: "";
}

.fa-cruzeiro-sign:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-cubes-stacked:before {
	content: "";
}

.fa-d:before {
	content: "D";
}

.fa-database:before {
	content: "";
}

.fa-backspace:before, .fa-delete-left:before {
	content: "";
}

.fa-democrat:before {
	content: "";
}

.fa-desktop-alt:before, .fa-desktop:before {
	content: "";
}

.fa-dharmachakra:before {
	content: "";
}

.fa-diagram-next:before {
	content: "";
}

.fa-diagram-predecessor:before {
	content: "";
}

.fa-diagram-project:before, .fa-project-diagram:before {
	content: "";
}

.fa-diagram-successor:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-diamond-turn-right:before, .fa-directions:before {
	content: "";
}

.fa-dice:before {
	content: "";
}

.fa-dice-d20:before {
	content: "";
}

.fa-dice-d6:before {
	content: "";
}

.fa-dice-five:before {
	content: "";
}

.fa-dice-four:before {
	content: "";
}

.fa-dice-one:before {
	content: "";
}

.fa-dice-six:before {
	content: "";
}

.fa-dice-three:before {
	content: "";
}

.fa-dice-two:before {
	content: "";
}

.fa-disease:before {
	content: "";
}

.fa-display:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-dog:before {
	content: "";
}

.fa-dollar-sign:before, .fa-dollar:before, .fa-usd:before {
	content: "$";
}

.fa-dolly-box:before, .fa-dolly:before {
	content: "";
}

.fa-dong-sign:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

.fa-door-open:before {
	content: "";
}

.fa-dove:before {
	content: "";
}

.fa-compress-alt:before, .fa-down-left-and-up-right-to-center:before {
	content: "";
}

.fa-down-long:before, .fa-long-arrow-alt-down:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-dragon:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

.fa-droplet:before, .fa-tint:before {
	content: "";
}

.fa-droplet-slash:before, .fa-tint-slash:before {
	content: "";
}

.fa-drum:before {
	content: "";
}

.fa-drum-steelpan:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

.fa-dumbbell:before {
	content: "";
}

.fa-dumpster:before {
	content: "";
}

.fa-dumpster-fire:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

.fa-e:before {
	content: "E";
}

.fa-deaf:before, .fa-deafness:before, .fa-ear-deaf:before, .fa-hard-of-hearing:before {
	content: "";
}

.fa-assistive-listening-systems:before, .fa-ear-listen:before {
	content: "";
}

.fa-earth-africa:before, .fa-globe-africa:before {
	content: "";
}

.fa-earth-america:before, .fa-earth-americas:before, .fa-earth:before, .fa-globe-americas:before {
	content: "";
}

.fa-earth-asia:before, .fa-globe-asia:before {
	content: "";
}

.fa-earth-europe:before, .fa-globe-europe:before {
	content: "";
}

.fa-earth-oceania:before, .fa-globe-oceania:before {
	content: "";
}

.fa-egg:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-elevator:before {
	content: "";
}

.fa-ellipsis-h:before, .fa-ellipsis:before {
	content: "";
}

.fa-ellipsis-v:before, .fa-ellipsis-vertical:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-envelope-circle-check:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-text:before {
	content: "";
}

.fa-envelopes-bulk:before, .fa-mail-bulk:before {
	content: "";
}

.fa-equals:before {
	content: "=";
}

.fa-eraser:before {
	content: "";
}

.fa-ethernet:before {
	content: "";
}

.fa-eur:before, .fa-euro-sign:before, .fa-euro:before {
	content: "";
}

.fa-exclamation:before {
	content: "!";
}

.fa-expand:before {
	content: "";
}

.fa-explosion:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-dropper-empty:before, .fa-eye-dropper:before, .fa-eyedropper:before {
	content: "";
}

.fa-eye-low-vision:before, .fa-low-vision:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-f:before {
	content: "F";
}

.fa-angry:before, .fa-face-angry:before {
	content: "";
}

.fa-dizzy:before, .fa-face-dizzy:before {
	content: "";
}

.fa-face-flushed:before, .fa-flushed:before {
	content: "";
}

.fa-face-frown:before, .fa-frown:before {
	content: "";
}

.fa-face-frown-open:before, .fa-frown-open:before {
	content: "";
}

.fa-face-grimace:before, .fa-grimace:before {
	content: "";
}

.fa-face-grin:before, .fa-grin:before {
	content: "";
}

.fa-face-grin-beam:before, .fa-grin-beam:before {
	content: "";
}

.fa-face-grin-beam-sweat:before, .fa-grin-beam-sweat:before {
	content: "";
}

.fa-face-grin-hearts:before, .fa-grin-hearts:before {
	content: "";
}

.fa-face-grin-squint:before, .fa-grin-squint:before {
	content: "";
}

.fa-face-grin-squint-tears:before, .fa-grin-squint-tears:before {
	content: "";
}

.fa-face-grin-stars:before, .fa-grin-stars:before {
	content: "";
}

.fa-face-grin-tears:before, .fa-grin-tears:before {
	content: "";
}

.fa-face-grin-tongue:before, .fa-grin-tongue:before {
	content: "";
}

.fa-face-grin-tongue-squint:before, .fa-grin-tongue-squint:before {
	content: "";
}

.fa-face-grin-tongue-wink:before, .fa-grin-tongue-wink:before {
	content: "";
}

.fa-face-grin-wide:before, .fa-grin-alt:before {
	content: "";
}

.fa-face-grin-wink:before, .fa-grin-wink:before {
	content: "";
}

.fa-face-kiss:before, .fa-kiss:before {
	content: "";
}

.fa-face-kiss-beam:before, .fa-kiss-beam:before {
	content: "";
}

.fa-face-kiss-wink-heart:before, .fa-kiss-wink-heart:before {
	content: "";
}

.fa-face-laugh:before, .fa-laugh:before {
	content: "";
}

.fa-face-laugh-beam:before, .fa-laugh-beam:before {
	content: "";
}

.fa-face-laugh-squint:before, .fa-laugh-squint:before {
	content: "";
}

.fa-face-laugh-wink:before, .fa-laugh-wink:before {
	content: "";
}

.fa-face-meh:before, .fa-meh:before {
	content: "";
}

.fa-face-meh-blank:before, .fa-meh-blank:before {
	content: "";
}

.fa-face-rolling-eyes:before, .fa-meh-rolling-eyes:before {
	content: "";
}

.fa-face-sad-cry:before, .fa-sad-cry:before {
	content: "";
}

.fa-face-sad-tear:before, .fa-sad-tear:before {
	content: "";
}

.fa-face-smile:before, .fa-smile:before {
	content: "";
}

.fa-face-smile-beam:before, .fa-smile-beam:before {
	content: "";
}

.fa-face-smile-wink:before, .fa-smile-wink:before {
	content: "";
}

.fa-face-surprise:before, .fa-surprise:before {
	content: "";
}

.fa-face-tired:before, .fa-tired:before {
	content: "";
}

.fa-fan:before {
	content: "";
}

.fa-faucet:before {
	content: "";
}

.fa-faucet-drip:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-feather:before {
	content: "";
}

.fa-feather-alt:before, .fa-feather-pointed:before {
	content: "";
}

.fa-ferry:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-arrow-down:before, .fa-file-download:before {
	content: "";
}

.fa-file-arrow-up:before, .fa-file-upload:before {
	content: "";
}

.fa-file-audio:before {
	content: "";
}

.fa-file-circle-check:before {
	content: "";
}

.fa-file-circle-exclamation:before {
	content: "";
}

.fa-file-circle-minus:before {
	content: "";
}

.fa-file-circle-plus:before {
	content: "";
}

.fa-file-circle-question:before {
	content: "";
}

.fa-file-circle-xmark:before {
	content: "";
}

.fa-file-code:before {
	content: "";
}

.fa-file-contract:before {
	content: "";
}

.fa-file-csv:before {
	content: "";
}

.fa-file-excel:before {
	content: "";
}

.fa-arrow-right-from-file:before, .fa-file-export:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

.fa-arrow-right-to-file:before, .fa-file-import:before {
	content: "";
}

.fa-file-invoice:before {
	content: "";
}

.fa-file-invoice-dollar:before {
	content: "";
}

.fa-file-alt:before, .fa-file-lines:before, .fa-file-text:before {
	content: "";
}

.fa-file-medical:before {
	content: "";
}

.fa-file-pdf:before {
	content: "";
}

.fa-file-edit:before, .fa-file-pen:before {
	content: "";
}

.fa-file-powerpoint:before {
	content: "";
}

.fa-file-prescription:before {
	content: "";
}

.fa-file-shield:before {
	content: "";
}

.fa-file-signature:before {
	content: "";
}

.fa-file-video:before {
	content: "";
}

.fa-file-medical-alt:before, .fa-file-waveform:before {
	content: "";
}

.fa-file-word:before {
	content: "";
}

.fa-file-archive:before, .fa-file-zipper:before {
	content: "";
}

.fa-fill:before {
	content: "";
}

.fa-fill-drip:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-filter-circle-dollar:before, .fa-funnel-dollar:before {
	content: "";
}

.fa-filter-circle-xmark:before {
	content: "";
}

.fa-fingerprint:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-fire-burner:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-fire-alt:before, .fa-fire-flame-curved:before {
	content: "";
}

.fa-burn:before, .fa-fire-flame-simple:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-fish-fins:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-flag-usa:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-flask-vial:before {
	content: "";
}

.fa-floppy-disk:before, .fa-save:before {
	content: "";
}

.fa-florin-sign:before {
	content: "";
}

.fa-folder-blank:before, .fa-folder:before {
	content: "";
}

.fa-folder-closed:before {
	content: "";
}

.fa-folder-minus:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-folder-plus:before {
	content: "";
}

.fa-folder-tree:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-football-ball:before, .fa-football:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before, .fa-forward-fast:before {
	content: "";
}

.fa-forward-step:before, .fa-step-forward:before {
	content: "";
}

.fa-franc-sign:before {
	content: "";
}

.fa-frog:before {
	content: "";
}

.fa-futbol-ball:before, .fa-futbol:before, .fa-soccer-ball:before {
	content: "";
}

.fa-g:before {
	content: "G";
}

.fa-gamepad:before {
	content: "";
}

.fa-gas-pump:before {
	content: "";
}

.fa-dashboard:before, .fa-gauge-med:before, .fa-gauge:before, .fa-tachometer-alt-average:before {
	content: "";
}

.fa-gauge-high:before, .fa-tachometer-alt-fast:before, .fa-tachometer-alt:before {
	content: "";
}

.fa-gauge-simple-med:before, .fa-gauge-simple:before, .fa-tachometer-average:before {
	content: "";
}

.fa-gauge-simple-high:before, .fa-tachometer-fast:before, .fa-tachometer:before {
	content: "";
}

.fa-gavel:before, .fa-legal:before {
	content: "";
}

.fa-cog:before, .fa-gear:before {
	content: "";
}

.fa-cogs:before, .fa-gears:before {
	content: "";
}

.fa-gem:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-ghost:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-gifts:before {
	content: "";
}

.fa-glass-water:before {
	content: "";
}

.fa-glass-water-droplet:before {
	content: "";
}

.fa-glasses:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-golf-ball-tee:before, .fa-golf-ball:before {
	content: "";
}

.fa-gopuram:before {
	content: "";
}

.fa-graduation-cap:before, .fa-mortar-board:before {
	content: "";
}

.fa-greater-than:before {
	content: ">";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-grip-horizontal:before, .fa-grip:before {
	content: "";
}

.fa-grip-lines:before {
	content: "";
}

.fa-grip-lines-vertical:before {
	content: "";
}

.fa-grip-vertical:before {
	content: "";
}

.fa-group-arrows-rotate:before {
	content: "";
}

.fa-guarani-sign:before {
	content: "";
}

.fa-guitar:before {
	content: "";
}

.fa-gun:before {
	content: "";
}

.fa-h:before {
	content: "H";
}

.fa-hammer:before {
	content: "";
}

.fa-hamsa:before {
	content: "";
}

.fa-hand-paper:before, .fa-hand:before {
	content: "";
}

.fa-hand-back-fist:before, .fa-hand-rock:before {
	content: "";
}

.fa-allergies:before, .fa-hand-dots:before {
	content: "";
}

.fa-fist-raised:before, .fa-hand-fist:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-hand-holding-dollar:before, .fa-hand-holding-usd:before {
	content: "";
}

.fa-hand-holding-droplet:before, .fa-hand-holding-water:before {
	content: "";
}

.fa-hand-holding-hand:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

.fa-hand-holding-medical:before {
	content: "";
}

.fa-hand-lizard:before {
	content: "";
}

.fa-hand-middle-finger:before {
	content: "";
}

.fa-hand-peace:before {
	content: "";
}

.fa-hand-point-down:before {
	content: "";
}

.fa-hand-point-left:before {
	content: "";
}

.fa-hand-point-right:before {
	content: "";
}

.fa-hand-point-up:before {
	content: "";
}

.fa-hand-pointer:before {
	content: "";
}

.fa-hand-scissors:before {
	content: "";
}

.fa-hand-sparkles:before {
	content: "";
}

.fa-hand-spock:before {
	content: "";
}

.fa-handcuffs:before {
	content: "";
}

.fa-hands:before, .fa-sign-language:before, .fa-signing:before {
	content: "";
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before, .fa-hands-american-sign-language-interpreting:before, .fa-hands-asl-interpreting:before {
	content: "";
}

.fa-hands-bound:before {
	content: "";
}

.fa-hands-bubbles:before, .fa-hands-wash:before {
	content: "";
}

.fa-hands-clapping:before {
	content: "";
}

.fa-hands-holding:before {
	content: "";
}

.fa-hands-holding-child:before {
	content: "";
}

.fa-hands-holding-circle:before {
	content: "";
}

.fa-hands-praying:before, .fa-praying-hands:before {
	content: "";
}

.fa-handshake:before {
	content: "";
}

.fa-hands-helping:before, .fa-handshake-angle:before {
	content: "";
}

.fa-handshake-alt:before, .fa-handshake-simple:before {
	content: "";
}

.fa-handshake-alt-slash:before, .fa-handshake-simple-slash:before {
	content: "";
}

.fa-handshake-slash:before {
	content: "";
}

.fa-hanukiah:before {
	content: "";
}

.fa-hard-drive:before, .fa-hdd:before {
	content: "";
}

.fa-hashtag:before {
	content: "#";
}

.fa-hat-cowboy:before {
	content: "";
}

.fa-hat-cowboy-side:before {
	content: "";
}

.fa-hat-wizard:before {
	content: "";
}

.fa-head-side-cough:before {
	content: "";
}

.fa-head-side-cough-slash:before {
	content: "";
}

.fa-head-side-mask:before {
	content: "";
}

.fa-head-side-virus:before {
	content: "";
}

.fa-header:before, .fa-heading:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-headphones-alt:before, .fa-headphones-simple:before {
	content: "";
}

.fa-headset:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-heart-circle-bolt:before {
	content: "";
}

.fa-heart-circle-check:before {
	content: "";
}

.fa-heart-circle-exclamation:before {
	content: "";
}

.fa-heart-circle-minus:before {
	content: "";
}

.fa-heart-circle-plus:before {
	content: "";
}

.fa-heart-circle-xmark:before {
	content: "";
}

.fa-heart-broken:before, .fa-heart-crack:before {
	content: "";
}

.fa-heart-pulse:before, .fa-heartbeat:before {
	content: "";
}

.fa-helicopter:before {
	content: "";
}

.fa-helicopter-symbol:before {
	content: "";
}

.fa-hard-hat:before, .fa-hat-hard:before, .fa-helmet-safety:before {
	content: "";
}

.fa-helmet-un:before {
	content: "";
}

.fa-highlighter:before {
	content: "";
}

.fa-hill-avalanche:before {
	content: "";
}

.fa-hill-rockslide:before {
	content: "";
}

.fa-hippo:before {
	content: "";
}

.fa-hockey-puck:before {
	content: "";
}

.fa-holly-berry:before {
	content: "";
}

.fa-horse:before {
	content: "";
}

.fa-horse-head:before {
	content: "";
}

.fa-hospital-alt:before, .fa-hospital-wide:before, .fa-hospital:before {
	content: "";
}

.fa-hospital-user:before {
	content: "";
}

.fa-hot-tub-person:before, .fa-hot-tub:before {
	content: "";
}

.fa-hotdog:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-hourglass-empty:before, .fa-hourglass:before {
	content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "";
}

.fa-home-alt:before, .fa-home-lg-alt:before, .fa-home:before, .fa-house:before {
	content: "";
}

.fa-home-lg:before, .fa-house-chimney:before {
	content: "";
}

.fa-house-chimney-crack:before, .fa-house-damage:before {
	content: "";
}

.fa-clinic-medical:before, .fa-house-chimney-medical:before {
	content: "";
}

.fa-house-chimney-user:before {
	content: "";
}

.fa-house-chimney-window:before {
	content: "";
}

.fa-house-circle-check:before {
	content: "";
}

.fa-house-circle-exclamation:before {
	content: "";
}

.fa-house-circle-xmark:before {
	content: "";
}

.fa-house-crack:before {
	content: "";
}

.fa-house-fire:before {
	content: "";
}

.fa-house-flag:before {
	content: "";
}

.fa-house-flood-water:before {
	content: "";
}

.fa-house-flood-water-circle-arrow-right:before {
	content: "";
}

.fa-house-laptop:before, .fa-laptop-house:before {
	content: "";
}

.fa-house-lock:before {
	content: "";
}

.fa-house-medical:before {
	content: "";
}

.fa-house-medical-circle-check:before {
	content: "";
}

.fa-house-medical-circle-exclamation:before {
	content: "";
}

.fa-house-medical-circle-xmark:before {
	content: "";
}

.fa-house-medical-flag:before {
	content: "";
}

.fa-house-signal:before {
	content: "";
}

.fa-house-tsunami:before {
	content: "";
}

.fa-home-user:before, .fa-house-user:before {
	content: "";
}

.fa-hryvnia-sign:before, .fa-hryvnia:before {
	content: "";
}

.fa-hurricane:before {
	content: "";
}

.fa-i:before {
	content: "I";
}

.fa-i-cursor:before {
	content: "";
}

.fa-ice-cream:before {
	content: "";
}

.fa-icicles:before {
	content: "";
}

.fa-heart-music-camera-bolt:before, .fa-icons:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-drivers-license:before, .fa-id-card:before {
	content: "";
}

.fa-id-card-alt:before, .fa-id-card-clip:before {
	content: "";
}

.fa-igloo:before {
	content: "";
}

.fa-image:before {
	content: "";
}

.fa-image-portrait:before, .fa-portrait:before {
	content: "";
}

.fa-images:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-indian-rupee-sign:before, .fa-indian-rupee:before, .fa-inr:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-infinity:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-j:before {
	content: "J";
}

.fa-jar:before {
	content: "";
}

.fa-jar-wheat:before {
	content: "";
}

.fa-jedi:before {
	content: "";
}

.fa-fighter-jet:before, .fa-jet-fighter:before {
	content: "";
}

.fa-jet-fighter-up:before {
	content: "";
}

.fa-joint:before {
	content: "";
}

.fa-jug-detergent:before {
	content: "";
}

.fa-k:before {
	content: "K";
}

.fa-kaaba:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-keyboard:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

.fa-kip-sign:before {
	content: "";
}

.fa-first-aid:before, .fa-kit-medical:before {
	content: "";
}

.fa-kitchen-set:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-l:before {
	content: "L";
}

.fa-land-mine-on:before {
	content: "";
}

.fa-landmark:before {
	content: "";
}

.fa-landmark-alt:before, .fa-landmark-dome:before {
	content: "";
}

.fa-landmark-flag:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-laptop-code:before {
	content: "";
}

.fa-laptop-file:before {
	content: "";
}

.fa-laptop-medical:before {
	content: "";
}

.fa-lari-sign:before {
	content: "";
}

.fa-layer-group:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-left-long:before, .fa-long-arrow-alt-left:before {
	content: "";
}

.fa-arrows-alt-h:before, .fa-left-right:before {
	content: "";
}

.fa-lemon:before {
	content: "";
}

.fa-less-than:before {
	content: "<";
}

.fa-less-than-equal:before {
	content: "";
}

.fa-life-ring:before {
	content: "";
}

.fa-lightbulb:before {
	content: "";
}

.fa-lines-leaning:before {
	content: "";
}

.fa-chain:before, .fa-link:before {
	content: "";
}

.fa-chain-broken:before, .fa-chain-slash:before, .fa-link-slash:before, .fa-unlink:before {
	content: "";
}

.fa-lira-sign:before {
	content: "";
}

.fa-list-squares:before, .fa-list:before {
	content: "";
}

.fa-list-check:before, .fa-tasks:before {
	content: "";
}

.fa-list-1-2:before, .fa-list-numeric:before, .fa-list-ol:before {
	content: "";
}

.fa-list-dots:before, .fa-list-ul:before {
	content: "";
}

.fa-litecoin-sign:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-location-crosshairs:before, .fa-location:before {
	content: "";
}

.fa-location-dot:before, .fa-map-marker-alt:before {
	content: "";
}

.fa-location-pin:before, .fa-map-marker:before {
	content: "";
}

.fa-location-pin-lock:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-lock-open:before {
	content: "";
}

.fa-locust:before {
	content: "";
}

.fa-lungs:before {
	content: "";
}

.fa-lungs-virus:before {
	content: "";
}

.fa-m:before {
	content: "M";
}

.fa-magnet:before {
	content: "";
}

.fa-magnifying-glass:before, .fa-search:before {
	content: "";
}

.fa-magnifying-glass-arrow-right:before {
	content: "";
}

.fa-magnifying-glass-chart:before {
	content: "";
}

.fa-magnifying-glass-dollar:before, .fa-search-dollar:before {
	content: "";
}

.fa-magnifying-glass-location:before, .fa-search-location:before {
	content: "";
}

.fa-magnifying-glass-minus:before, .fa-search-minus:before {
	content: "";
}

.fa-magnifying-glass-plus:before, .fa-search-plus:before {
	content: "";
}

.fa-manat-sign:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-map-location:before, .fa-map-marked:before {
	content: "";
}

.fa-map-location-dot:before, .fa-map-marked-alt:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-marker:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mars-and-venus:before {
	content: "";
}

.fa-mars-and-venus-burst:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-h:before, .fa-mars-stroke-right:before {
	content: "";
}

.fa-mars-stroke-up:before, .fa-mars-stroke-v:before {
	content: "";
}

.fa-glass-martini-alt:before, .fa-martini-glass:before {
	content: "";
}

.fa-cocktail:before, .fa-martini-glass-citrus:before {
	content: "";
}

.fa-glass-martini:before, .fa-martini-glass-empty:before {
	content: "";
}

.fa-mask:before {
	content: "";
}

.fa-mask-face:before {
	content: "";
}

.fa-mask-ventilator:before {
	content: "";
}

.fa-masks-theater:before, .fa-theater-masks:before {
	content: "";
}

.fa-mattress-pillow:before {
	content: "";
}

.fa-expand-arrows-alt:before, .fa-maximize:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-memory:before {
	content: "";
}

.fa-menorah:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-comment-alt:before, .fa-message:before {
	content: "";
}

.fa-meteor:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-alt:before, .fa-microphone-lines:before {
	content: "";
}

.fa-microphone-alt-slash:before, .fa-microphone-lines-slash:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-microscope:before {
	content: "";
}

.fa-mill-sign:before {
	content: "";
}

.fa-compress-arrows-alt:before, .fa-minimize:before {
	content: "";
}

.fa-minus:before, .fa-subtract:before {
	content: "";
}

.fa-mitten:before {
	content: "";
}

.fa-mobile-android:before, .fa-mobile-phone:before, .fa-mobile:before {
	content: "";
}

.fa-mobile-button:before {
	content: "";
}

.fa-mobile-retro:before {
	content: "";
}

.fa-mobile-android-alt:before, .fa-mobile-screen:before {
	content: "";
}

.fa-mobile-alt:before, .fa-mobile-screen-button:before {
	content: "";
}

.fa-money-bill:before {
	content: "";
}

.fa-money-bill-1:before, .fa-money-bill-alt:before {
	content: "";
}

.fa-money-bill-1-wave:before, .fa-money-bill-wave-alt:before {
	content: "";
}

.fa-money-bill-transfer:before {
	content: "";
}

.fa-money-bill-trend-up:before {
	content: "";
}

.fa-money-bill-wave:before {
	content: "";
}

.fa-money-bill-wheat:before {
	content: "";
}

.fa-money-bills:before {
	content: "";
}

.fa-money-check:before {
	content: "";
}

.fa-money-check-alt:before, .fa-money-check-dollar:before {
	content: "";
}

.fa-monument:before {
	content: "";
}

.fa-moon:before {
	content: "";
}

.fa-mortar-pestle:before {
	content: "";
}

.fa-mosque:before {
	content: "";
}

.fa-mosquito:before {
	content: "";
}

.fa-mosquito-net:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-mound:before {
	content: "";
}

.fa-mountain:before {
	content: "";
}

.fa-mountain-city:before {
	content: "";
}

.fa-mountain-sun:before {
	content: "";
}

.fa-mug-hot:before {
	content: "";
}

.fa-coffee:before, .fa-mug-saucer:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-n:before {
	content: "N";
}

.fa-naira-sign:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-newspaper:before {
	content: "";
}

.fa-not-equal:before {
	content: "";
}

.fa-notdef:before {
	content: "";
}

.fa-note-sticky:before, .fa-sticky-note:before {
	content: "";
}

.fa-notes-medical:before {
	content: "";
}

.fa-o:before {
	content: "O";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-oil-can:before {
	content: "";
}

.fa-oil-well:before {
	content: "";
}

.fa-om:before {
	content: "";
}

.fa-otter:before {
	content: "";
}

.fa-dedent:before, .fa-outdent:before {
	content: "";
}

.fa-p:before {
	content: "P";
}

.fa-pager:before {
	content: "";
}

.fa-paint-roller:before {
	content: "";
}

.fa-paint-brush:before, .fa-paintbrush:before {
	content: "";
}

.fa-palette:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

.fa-panorama:before {
	content: "";
}

.fa-paper-plane:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-parachute-box:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-passport:before {
	content: "";
}

.fa-file-clipboard:before, .fa-paste:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-peace:before {
	content: "";
}

.fa-pen:before {
	content: "";
}

.fa-pen-alt:before, .fa-pen-clip:before {
	content: "";
}

.fa-pen-fancy:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

.fa-pen-ruler:before, .fa-pencil-ruler:before {
	content: "";
}

.fa-edit:before, .fa-pen-to-square:before {
	content: "";
}

.fa-pencil-alt:before, .fa-pencil:before {
	content: "";
}

.fa-people-arrows-left-right:before, .fa-people-arrows:before {
	content: "";
}

.fa-people-carry-box:before, .fa-people-carry:before {
	content: "";
}

.fa-people-group:before {
	content: "";
}

.fa-people-line:before {
	content: "";
}

.fa-people-pulling:before {
	content: "";
}

.fa-people-robbery:before {
	content: "";
}

.fa-people-roof:before {
	content: "";
}

.fa-pepper-hot:before {
	content: "";
}

.fa-percent:before, .fa-percentage:before {
	content: "%";
}

.fa-male:before, .fa-person:before {
	content: "";
}

.fa-person-arrow-down-to-line:before {
	content: "";
}

.fa-person-arrow-up-from-line:before {
	content: "";
}

.fa-biking:before, .fa-person-biking:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

.fa-person-breastfeeding:before {
	content: "";
}

.fa-person-burst:before {
	content: "";
}

.fa-person-cane:before {
	content: "";
}

.fa-person-chalkboard:before {
	content: "";
}

.fa-person-circle-check:before {
	content: "";
}

.fa-person-circle-exclamation:before {
	content: "";
}

.fa-person-circle-minus:before {
	content: "";
}

.fa-person-circle-plus:before {
	content: "";
}

.fa-person-circle-question:before {
	content: "";
}

.fa-person-circle-xmark:before {
	content: "";
}

.fa-digging:before, .fa-person-digging:before {
	content: "";
}

.fa-diagnoses:before, .fa-person-dots-from-line:before {
	content: "";
}

.fa-female:before, .fa-person-dress:before {
	content: "";
}

.fa-person-dress-burst:before {
	content: "";
}

.fa-person-drowning:before {
	content: "";
}

.fa-person-falling:before {
	content: "";
}

.fa-person-falling-burst:before {
	content: "";
}

.fa-person-half-dress:before {
	content: "";
}

.fa-person-harassing:before {
	content: "";
}

.fa-hiking:before, .fa-person-hiking:before {
	content: "";
}

.fa-person-military-pointing:before {
	content: "";
}

.fa-person-military-rifle:before {
	content: "";
}

.fa-person-military-to-person:before {
	content: "";
}

.fa-person-praying:before, .fa-pray:before {
	content: "";
}

.fa-person-pregnant:before {
	content: "";
}

.fa-person-rays:before {
	content: "";
}

.fa-person-rifle:before {
	content: "";
}

.fa-person-running:before, .fa-running:before {
	content: "";
}

.fa-person-shelter:before {
	content: "";
}

.fa-person-skating:before, .fa-skating:before {
	content: "";
}

.fa-person-skiing:before, .fa-skiing:before {
	content: "";
}

.fa-person-skiing-nordic:before, .fa-skiing-nordic:before {
	content: "";
}

.fa-person-snowboarding:before, .fa-snowboarding:before {
	content: "";
}

.fa-person-swimming:before, .fa-swimmer:before {
	content: "";
}

.fa-person-through-window:before {
	content: "";
}

.fa-person-walking:before, .fa-walking:before {
	content: "";
}

.fa-person-walking-arrow-loop-left:before {
	content: "";
}

.fa-person-walking-arrow-right:before {
	content: "";
}

.fa-person-walking-dashed-line-arrow-right:before {
	content: "";
}

.fa-person-walking-luggage:before {
	content: "";
}

.fa-blind:before, .fa-person-walking-with-cane:before {
	content: "";
}

.fa-peseta-sign:before {
	content: "";
}

.fa-peso-sign:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-phone-alt:before, .fa-phone-flip:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

.fa-phone-volume:before, .fa-volume-control-phone:before {
	content: "";
}

.fa-photo-film:before, .fa-photo-video:before {
	content: "";
}

.fa-piggy-bank:before {
	content: "";
}

.fa-pills:before {
	content: "";
}

.fa-pizza-slice:before {
	content: "";
}

.fa-place-of-worship:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-plane-arrival:before {
	content: "";
}

.fa-plane-circle-check:before {
	content: "";
}

.fa-plane-circle-exclamation:before {
	content: "";
}

.fa-plane-circle-xmark:before {
	content: "";
}

.fa-plane-departure:before {
	content: "";
}

.fa-plane-lock:before {
	content: "";
}

.fa-plane-slash:before {
	content: "";
}

.fa-plane-up:before {
	content: "";
}

.fa-plant-wilt:before {
	content: "";
}

.fa-plate-wheat:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-plug-circle-bolt:before {
	content: "";
}

.fa-plug-circle-check:before {
	content: "";
}

.fa-plug-circle-exclamation:before {
	content: "";
}

.fa-plug-circle-minus:before {
	content: "";
}

.fa-plug-circle-plus:before {
	content: "";
}

.fa-plug-circle-xmark:before {
	content: "";
}

.fa-add:before, .fa-plus:before {
	content: "+";
}

.fa-plus-minus:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

.fa-poo-bolt:before, .fa-poo-storm:before {
	content: "";
}

.fa-poop:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-prescription:before {
	content: "";
}

.fa-prescription-bottle:before {
	content: "";
}

.fa-prescription-bottle-alt:before, .fa-prescription-bottle-medical:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-pump-medical:before {
	content: "";
}

.fa-pump-soap:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-q:before {
	content: "Q";
}

.fa-qrcode:before {
	content: "";
}

.fa-question:before {
	content: "?";
}

.fa-quote-left-alt:before, .fa-quote-left:before {
	content: "";
}

.fa-quote-right-alt:before, .fa-quote-right:before {
	content: "";
}

.fa-r:before {
	content: "R";
}

.fa-radiation:before {
	content: "";
}

.fa-radio:before {
	content: "";
}

.fa-rainbow:before {
	content: "";
}

.fa-ranking-star:before {
	content: "";
}

.fa-receipt:before {
	content: "";
}

.fa-record-vinyl:before {
	content: "";
}

.fa-ad:before, .fa-rectangle-ad:before {
	content: "";
}

.fa-list-alt:before, .fa-rectangle-list:before {
	content: "";
}

.fa-rectangle-times:before, .fa-rectangle-xmark:before, .fa-times-rectangle:before, .fa-window-close:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-repeat:before {
	content: "";
}

.fa-mail-reply:before, .fa-reply:before {
	content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-right-from-bracket:before, .fa-sign-out-alt:before {
	content: "";
}

.fa-exchange-alt:before, .fa-right-left:before {
	content: "";
}

.fa-long-arrow-alt-right:before, .fa-right-long:before {
	content: "";
}

.fa-right-to-bracket:before, .fa-sign-in-alt:before {
	content: "";
}

.fa-ring:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-road-barrier:before {
	content: "";
}

.fa-road-bridge:before {
	content: "";
}

.fa-road-circle-check:before {
	content: "";
}

.fa-road-circle-exclamation:before {
	content: "";
}

.fa-road-circle-xmark:before {
	content: "";
}

.fa-road-lock:before {
	content: "";
}

.fa-road-spikes:before {
	content: "";
}

.fa-robot:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-rotate:before, .fa-sync-alt:before {
	content: "";
}

.fa-rotate-back:before, .fa-rotate-backward:before, .fa-rotate-left:before, .fa-undo-alt:before {
	content: "";
}

.fa-redo-alt:before, .fa-rotate-forward:before, .fa-rotate-right:before {
	content: "";
}

.fa-route:before {
	content: "";
}

.fa-feed:before, .fa-rss:before {
	content: "";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble-sign:before, .fa-ruble:before {
	content: "";
}

.fa-rug:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

.fa-ruler-horizontal:before {
	content: "";
}

.fa-ruler-vertical:before {
	content: "";
}

.fa-rupee-sign:before, .fa-rupee:before {
	content: "";
}

.fa-rupiah-sign:before {
	content: "";
}

.fa-s:before {
	content: "S";
}

.fa-sack-dollar:before {
	content: "";
}

.fa-sack-xmark:before {
	content: "";
}

.fa-sailboat:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

.fa-balance-scale:before, .fa-scale-balanced:before {
	content: "";
}

.fa-balance-scale-left:before, .fa-scale-unbalanced:before {
	content: "";
}

.fa-balance-scale-right:before, .fa-scale-unbalanced-flip:before {
	content: "";
}

.fa-school:before {
	content: "";
}

.fa-school-circle-check:before {
	content: "";
}

.fa-school-circle-exclamation:before {
	content: "";
}

.fa-school-circle-xmark:before {
	content: "";
}

.fa-school-flag:before {
	content: "";
}

.fa-school-lock:before {
	content: "";
}

.fa-cut:before, .fa-scissors:before {
	content: "";
}

.fa-screwdriver:before {
	content: "";
}

.fa-screwdriver-wrench:before, .fa-tools:before {
	content: "";
}

.fa-scroll:before {
	content: "";
}

.fa-scroll-torah:before, .fa-torah:before {
	content: "";
}

.fa-sd-card:before {
	content: "";
}

.fa-section:before {
	content: "";
}

.fa-seedling:before, .fa-sprout:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-shapes:before, .fa-triangle-circle-square:before {
	content: "";
}

.fa-arrow-turn-right:before, .fa-mail-forward:before, .fa-share:before {
	content: "";
}

.fa-share-from-square:before, .fa-share-square:before {
	content: "";
}

.fa-share-alt:before, .fa-share-nodes:before {
	content: "";
}

.fa-sheet-plastic:before {
	content: "";
}

.fa-ils:before, .fa-shekel-sign:before, .fa-shekel:before, .fa-sheqel-sign:before, .fa-sheqel:before {
	content: "";
}

.fa-shield-blank:before, .fa-shield:before {
	content: "";
}

.fa-shield-cat:before {
	content: "";
}

.fa-shield-dog:before {
	content: "";
}

.fa-shield-alt:before, .fa-shield-halved:before {
	content: "";
}

.fa-shield-heart:before {
	content: "";
}

.fa-shield-virus:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-shirt:before, .fa-t-shirt:before, .fa-tshirt:before {
	content: "";
}

.fa-shoe-prints:before {
	content: "";
}

.fa-shop:before, .fa-store-alt:before {
	content: "";
}

.fa-shop-lock:before {
	content: "";
}

.fa-shop-slash:before, .fa-store-alt-slash:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-shrimp:before {
	content: "";
}

.fa-random:before, .fa-shuffle:before {
	content: "";
}

.fa-shuttle-space:before, .fa-space-shuttle:before {
	content: "";
}

.fa-sign-hanging:before, .fa-sign:before {
	content: "";
}

.fa-signal-5:before, .fa-signal-perfect:before, .fa-signal:before {
	content: "";
}

.fa-signature:before {
	content: "";
}

.fa-map-signs:before, .fa-signs-post:before {
	content: "";
}

.fa-sim-card:before {
	content: "";
}

.fa-sink:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

.fa-slash:before {
	content: "";
}

.fa-sleigh:before {
	content: "";
}

.fa-sliders-h:before, .fa-sliders:before {
	content: "";
}

.fa-smog:before {
	content: "";
}

.fa-smoking:before {
	content: "";
}

.fa-snowflake:before {
	content: "";
}

.fa-snowman:before {
	content: "";
}

.fa-snowplow:before {
	content: "";
}

.fa-soap:before {
	content: "";
}

.fa-socks:before {
	content: "";
}

.fa-solar-panel:before {
	content: "";
}

.fa-sort:before, .fa-unsorted:before {
	content: "";
}

.fa-sort-desc:before, .fa-sort-down:before {
	content: "";
}

.fa-sort-asc:before, .fa-sort-up:before {
	content: "";
}

.fa-spa:before {
	content: "";
}

.fa-pastafarianism:before, .fa-spaghetti-monster-flying:before {
	content: "";
}

.fa-spell-check:before {
	content: "";
}

.fa-spider:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-splotch:before {
	content: "";
}

.fa-spoon:before, .fa-utensil-spoon:before {
	content: "";
}

.fa-spray-can:before {
	content: "";
}

.fa-air-freshener:before, .fa-spray-can-sparkles:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-external-link-square:before, .fa-square-arrow-up-right:before {
	content: "";
}

.fa-caret-square-down:before, .fa-square-caret-down:before {
	content: "";
}

.fa-caret-square-left:before, .fa-square-caret-left:before {
	content: "";
}

.fa-caret-square-right:before, .fa-square-caret-right:before {
	content: "";
}

.fa-caret-square-up:before, .fa-square-caret-up:before {
	content: "";
}

.fa-check-square:before, .fa-square-check:before {
	content: "";
}

.fa-envelope-square:before, .fa-square-envelope:before {
	content: "";
}

.fa-square-full:before {
	content: "";
}

.fa-h-square:before, .fa-square-h:before {
	content: "";
}

.fa-minus-square:before, .fa-square-minus:before {
	content: "";
}

.fa-square-nfi:before {
	content: "";
}

.fa-parking:before, .fa-square-parking:before {
	content: "";
}

.fa-pen-square:before, .fa-pencil-square:before, .fa-square-pen:before {
	content: "";
}

.fa-square-person-confined:before {
	content: "";
}

.fa-phone-square:before, .fa-square-phone:before {
	content: "";
}

.fa-phone-square-alt:before, .fa-square-phone-flip:before {
	content: "";
}

.fa-plus-square:before, .fa-square-plus:before {
	content: "";
}

.fa-poll-h:before, .fa-square-poll-horizontal:before {
	content: "";
}

.fa-poll:before, .fa-square-poll-vertical:before {
	content: "";
}

.fa-square-root-alt:before, .fa-square-root-variable:before {
	content: "";
}

.fa-rss-square:before, .fa-square-rss:before {
	content: "";
}

.fa-share-alt-square:before, .fa-square-share-nodes:before {
	content: "";
}

.fa-external-link-square-alt:before, .fa-square-up-right:before {
	content: "";
}

.fa-square-virus:before {
	content: "";
}

.fa-square-xmark:before, .fa-times-square:before, .fa-xmark-square:before {
	content: "";
}

.fa-rod-asclepius:before, .fa-rod-snake:before, .fa-staff-aesculapius:before, .fa-staff-snake:before {
	content: "";
}

.fa-stairs:before {
	content: "";
}

.fa-stamp:before {
	content: "";
}

.fa-stapler:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-and-crescent:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-star-half-alt:before, .fa-star-half-stroke:before {
	content: "";
}

.fa-star-of-david:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-gbp:before, .fa-pound-sign:before, .fa-sterling-sign:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-stopwatch:before {
	content: "";
}

.fa-stopwatch-20:before {
	content: "";
}

.fa-store:before {
	content: "";
}

.fa-store-slash:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-stroopwafel:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-medkit:before, .fa-suitcase-medical:before {
	content: "";
}

.fa-suitcase-rolling:before {
	content: "";
}

.fa-sun:before {
	content: "";
}

.fa-sun-plant-wilt:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-swatchbook:before {
	content: "";
}

.fa-synagogue:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

.fa-t:before {
	content: "T";
}

.fa-table:before {
	content: "";
}

.fa-table-cells:before, .fa-th:before {
	content: "";
}

.fa-table-cells-large:before, .fa-th-large:before {
	content: "";
}

.fa-columns:before, .fa-table-columns:before {
	content: "";
}

.fa-table-list:before, .fa-th-list:before {
	content: "";
}

.fa-ping-pong-paddle-ball:before, .fa-table-tennis-paddle-ball:before, .fa-table-tennis:before {
	content: "";
}

.fa-tablet-android:before, .fa-tablet:before {
	content: "";
}

.fa-tablet-button:before {
	content: "";
}

.fa-tablet-alt:before, .fa-tablet-screen-button:before {
	content: "";
}

.fa-tablets:before {
	content: "";
}

.fa-digital-tachograph:before, .fa-tachograph-digital:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-tape:before {
	content: "";
}

.fa-tarp:before {
	content: "";
}

.fa-tarp-droplet:before {
	content: "";
}

.fa-cab:before, .fa-taxi:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

.fa-temperature-arrow-down:before, .fa-temperature-down:before {
	content: "";
}

.fa-temperature-arrow-up:before, .fa-temperature-up:before {
	content: "";
}

.fa-temperature-0:before, .fa-temperature-empty:before, .fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "";
}

.fa-temperature-4:before, .fa-temperature-full:before, .fa-thermometer-4:before, .fa-thermometer-full:before {
	content: "";
}

.fa-temperature-2:before, .fa-temperature-half:before, .fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "";
}

.fa-temperature-high:before {
	content: "";
}

.fa-temperature-low:before {
	content: "";
}

.fa-temperature-1:before, .fa-temperature-quarter:before, .fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "";
}

.fa-temperature-3:before, .fa-temperature-three-quarters:before, .fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "";
}

.fa-tenge-sign:before, .fa-tenge:before {
	content: "";
}

.fa-tent:before {
	content: "";
}

.fa-tent-arrow-down-to-line:before {
	content: "";
}

.fa-tent-arrow-left-right:before {
	content: "";
}

.fa-tent-arrow-turn-left:before {
	content: "";
}

.fa-tent-arrows-down:before {
	content: "";
}

.fa-tents:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-remove-format:before, .fa-text-slash:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-thermometer:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumb-tack:before, .fa-thumbtack:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-ticket-alt:before, .fa-ticket-simple:before {
	content: "";
}

.fa-timeline:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-toilet:before {
	content: "";
}

.fa-toilet-paper:before {
	content: "";
}

.fa-toilet-paper-slash:before {
	content: "";
}

.fa-toilet-portable:before {
	content: "";
}

.fa-toilets-portable:before {
	content: "";
}

.fa-toolbox:before {
	content: "";
}

.fa-tooth:before {
	content: "";
}

.fa-torii-gate:before {
	content: "";
}

.fa-tornado:before {
	content: "";
}

.fa-broadcast-tower:before, .fa-tower-broadcast:before {
	content: "";
}

.fa-tower-cell:before {
	content: "";
}

.fa-tower-observation:before {
	content: "";
}

.fa-tractor:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-traffic-light:before {
	content: "";
}

.fa-trailer:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before, .fa-train-subway:before {
	content: "";
}

.fa-train-tram:before {
	content: "";
}

.fa-transgender-alt:before, .fa-transgender:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-trash-arrow-up:before, .fa-trash-restore:before {
	content: "";
}

.fa-trash-alt:before, .fa-trash-can:before {
	content: "";
}

.fa-trash-can-arrow-up:before, .fa-trash-restore-alt:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-tree-city:before {
	content: "";
}

.fa-exclamation-triangle:before, .fa-triangle-exclamation:before, .fa-warning:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-trowel:before {
	content: "";
}

.fa-trowel-bricks:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-truck-arrow-right:before {
	content: "";
}

.fa-truck-droplet:before {
	content: "";
}

.fa-shipping-fast:before, .fa-truck-fast:before {
	content: "";
}

.fa-truck-field:before {
	content: "";
}

.fa-truck-field-un:before {
	content: "";
}

.fa-truck-front:before {
	content: "";
}

.fa-ambulance:before, .fa-truck-medical:before {
	content: "";
}

.fa-truck-monster:before {
	content: "";
}

.fa-truck-moving:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-truck-plane:before {
	content: "";
}

.fa-truck-loading:before, .fa-truck-ramp-box:before {
	content: "";
}

.fa-teletype:before, .fa-tty:before {
	content: "";
}

.fa-try:before, .fa-turkish-lira-sign:before, .fa-turkish-lira:before {
	content: "";
}

.fa-level-down-alt:before, .fa-turn-down:before {
	content: "";
}

.fa-level-up-alt:before, .fa-turn-up:before {
	content: "";
}

.fa-television:before, .fa-tv-alt:before, .fa-tv:before {
	content: "";
}

.fa-u:before {
	content: "U";
}

.fa-umbrella:before {
	content: "";
}

.fa-umbrella-beach:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-unlock-alt:before, .fa-unlock-keyhole:before {
	content: "";
}

.fa-arrows-alt-v:before, .fa-up-down:before {
	content: "";
}

.fa-arrows-alt:before, .fa-up-down-left-right:before {
	content: "";
}

.fa-long-arrow-alt-up:before, .fa-up-long:before {
	content: "";
}

.fa-expand-alt:before, .fa-up-right-and-down-left-from-center:before {
	content: "";
}

.fa-external-link-alt:before, .fa-up-right-from-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-user-astronaut:before {
	content: "";
}

.fa-user-check:before {
	content: "";
}

.fa-user-clock:before {
	content: "";
}

.fa-user-doctor:before, .fa-user-md:before {
	content: "";
}

.fa-user-cog:before, .fa-user-gear:before {
	content: "";
}

.fa-user-graduate:before {
	content: "";
}

.fa-user-friends:before, .fa-user-group:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-user-alt:before, .fa-user-large:before {
	content: "";
}

.fa-user-alt-slash:before, .fa-user-large-slash:before {
	content: "";
}

.fa-user-lock:before {
	content: "";
}

.fa-user-minus:before {
	content: "";
}

.fa-user-ninja:before {
	content: "";
}

.fa-user-nurse:before {
	content: "";
}

.fa-user-edit:before, .fa-user-pen:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-user-shield:before {
	content: "";
}

.fa-user-slash:before {
	content: "";
}

.fa-user-tag:before {
	content: "";
}

.fa-user-tie:before {
	content: "";
}

.fa-user-times:before, .fa-user-xmark:before {
	content: "";
}

.fa-users:before {
	content: "";
}

.fa-users-between-lines:before {
	content: "";
}

.fa-users-cog:before, .fa-users-gear:before {
	content: "";
}

.fa-users-line:before {
	content: "";
}

.fa-users-rays:before {
	content: "";
}

.fa-users-rectangle:before {
	content: "";
}

.fa-users-slash:before {
	content: "";
}

.fa-users-viewfinder:before {
	content: "";
}

.fa-cutlery:before, .fa-utensils:before {
	content: "";
}

.fa-v:before {
	content: "V";
}

.fa-shuttle-van:before, .fa-van-shuttle:before {
	content: "";
}

.fa-vault:before {
	content: "";
}

.fa-vector-square:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-vest:before {
	content: "";
}

.fa-vest-patches:before {
	content: "";
}

.fa-vial:before {
	content: "";
}

.fa-vial-circle-check:before {
	content: "";
}

.fa-vial-virus:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-video-camera:before, .fa-video:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

.fa-vihara:before {
	content: "";
}

.fa-virus:before {
	content: "";
}

.fa-virus-covid:before {
	content: "";
}

.fa-virus-covid-slash:before {
	content: "";
}

.fa-virus-slash:before {
	content: "";
}

.fa-viruses:before {
	content: "";
}

.fa-voicemail:before {
	content: "";
}

.fa-volcano:before {
	content: "";
}

.fa-volleyball-ball:before, .fa-volleyball:before {
	content: "";
}

.fa-volume-high:before, .fa-volume-up:before {
	content: "";
}

.fa-volume-down:before, .fa-volume-low:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-mute:before, .fa-volume-times:before, .fa-volume-xmark:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-w:before {
	content: "W";
}

.fa-walkie-talkie:before {
	content: "";
}

.fa-wallet:before {
	content: "";
}

.fa-magic:before, .fa-wand-magic:before {
	content: "";
}

.fa-magic-wand-sparkles:before, .fa-wand-magic-sparkles:before {
	content: "";
}

.fa-wand-sparkles:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-water:before {
	content: "";
}

.fa-ladder-water:before, .fa-swimming-pool:before, .fa-water-ladder:before {
	content: "";
}

.fa-wave-square:before {
	content: "";
}

.fa-weight-hanging:before {
	content: "";
}

.fa-weight-scale:before, .fa-weight:before {
	content: "";
}

.fa-wheat-alt:before, .fa-wheat-awn:before {
	content: "";
}

.fa-wheat-awn-circle-exclamation:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-wheelchair-alt:before, .fa-wheelchair-move:before {
	content: "";
}

.fa-glass-whiskey:before, .fa-whiskey-glass:before {
	content: "";
}

.fa-wifi-3:before, .fa-wifi-strong:before, .fa-wifi:before {
	content: "";
}

.fa-wind:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-wine-bottle:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-wine-glass-alt:before, .fa-wine-glass-empty:before {
	content: "";
}

.fa-krw:before, .fa-won-sign:before, .fa-won:before {
	content: "";
}

.fa-worm:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-x:before {
	content: "X";
}

.fa-x-ray:before {
	content: "";
}

.fa-close:before, .fa-multiply:before, .fa-remove:before, .fa-times:before, .fa-xmark:before {
	content: "";
}

.fa-xmarks-lines:before {
	content: "";
}

.fa-y:before {
	content: "Y";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen-sign:before, .fa-yen:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

.fa-z:before {
	content: "Z";
}

.fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .sr-only-focusable:not(:focus) {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

:host, :root {
	--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

.fa-brands, .fab {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa-42-group:before, .fa-innosoft:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-adversal:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-airbnb:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

.fa-amilia:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-artstation:before {
	content: "";
}

.fa-asymmetrik:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-battle-net:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-bilibili:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitcoin:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-blackberry:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-bootstrap:before {
	content: "";
}

.fa-bots:before {
	content: "";
}

.fa-btc:before {
	content: "";
}

.fa-buffer:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-buy-n-large:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-apple-pay:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-centercode:before {
	content: "";
}

.fa-centos:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-chromecast:before {
	content: "";
}

.fa-cloudflare:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-cmplid:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-cotton-bureau:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-creative-commons-by:before {
	content: "";
}

.fa-creative-commons-nc:before {
	content: "";
}

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-creative-commons-nc-jp:before {
	content: "";
}

.fa-creative-commons-nd:before {
	content: "";
}

.fa-creative-commons-pd:before {
	content: "";
}

.fa-creative-commons-pd-alt:before {
	content: "";
}

.fa-creative-commons-remix:before {
	content: "";
}

.fa-creative-commons-sa:before {
	content: "";
}

.fa-creative-commons-sampling:before {
	content: "";
}

.fa-creative-commons-sampling-plus:before {
	content: "";
}

.fa-creative-commons-share:before {
	content: "";
}

.fa-creative-commons-zero:before {
	content: "";
}

.fa-critical-role:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

.fa-cuttlefish:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-dailymotion:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-deezer:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-dev:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-digital-ocean:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-edge-legacy:before {
	content: "";
}

.fa-elementor:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-empire:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-evernote:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-facebook:before {
	content: "";
}

.fa-facebook-f:before {
	content: "";
}

.fa-facebook-messenger:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-firefox-browser:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-first-order-alt:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-flipboard:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

.fa-font-awesome-flag:before, .fa-font-awesome-logo-full:before, .fa-font-awesome:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-fonticons-fi:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-fort-awesome-alt:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-freebsd:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-git-alt:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-gitkraken:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-gitter:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-golang:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-google-drive:before {
	content: "";
}

.fa-google-pay:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-google-plus-g:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-gratipay:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-guilded:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-hashnode:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

.fa-hive:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-hubspot:before {
	content: "";
}

.fa-ideal:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-instalod:before {
	content: "";
}

.fa-intercom:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-invision:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-itch-io:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-line:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-linkedin-in:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-mandalorian:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-mdb:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-medium-m:before, .fa-medium:before {
	content: "";
}

.fa-medrt:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-meta:before {
	content: "";
}

.fa-microblog:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-mixer:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-monero:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-nfc-directional:before {
	content: "";
}

.fa-nfc-symbol:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-octopus-deploy:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-orcid:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-padlet:before {
	content: "";
}

.fa-page4:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-perbyte:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

.fa-php:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-pied-piper-hat:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-pix:before {
	content: "";
}

.fa-playstation:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-python:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-raspberry-pi:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-react:before {
	content: "";
}

.fa-reacteurope:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

.fa-rebel:before {
	content: "";
}

.fa-red-river:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-redhat:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-rust:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-salesforce:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

.fa-screenpal:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-sellcast:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-shopify:before {
	content: "";
}

.fa-shopware:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-sith:before {
	content: "";
}

.fa-sitrox:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-slack-hash:before, .fa-slack:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-snapchat-ghost:before, .fa-snapchat:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

.fa-space-awesome:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-speaker-deck:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-behance-square:before, .fa-square-behance:before {
	content: "";
}

.fa-dribbble-square:before, .fa-square-dribbble:before {
	content: "";
}

.fa-facebook-square:before, .fa-square-facebook:before {
	content: "";
}

.fa-square-font-awesome:before {
	content: "";
}

.fa-font-awesome-alt:before, .fa-square-font-awesome-stroke:before {
	content: "";
}

.fa-git-square:before, .fa-square-git:before {
	content: "";
}

.fa-github-square:before, .fa-square-github:before {
	content: "";
}

.fa-gitlab-square:before, .fa-square-gitlab:before {
	content: "";
}

.fa-google-plus-square:before, .fa-square-google-plus:before {
	content: "";
}

.fa-hacker-news-square:before, .fa-square-hacker-news:before {
	content: "";
}

.fa-instagram-square:before, .fa-square-instagram:before {
	content: "";
}

.fa-js-square:before, .fa-square-js:before {
	content: "";
}

.fa-lastfm-square:before, .fa-square-lastfm:before {
	content: "";
}

.fa-odnoklassniki-square:before, .fa-square-odnoklassniki:before {
	content: "";
}

.fa-pied-piper-square:before, .fa-square-pied-piper:before {
	content: "";
}

.fa-pinterest-square:before, .fa-square-pinterest:before {
	content: "";
}

.fa-reddit-square:before, .fa-square-reddit:before {
	content: "";
}

.fa-snapchat-square:before, .fa-square-snapchat:before {
	content: "";
}

.fa-square-steam:before, .fa-steam-square:before {
	content: "";
}

.fa-square-tumblr:before, .fa-tumblr-square:before {
	content: "";
}

.fa-square-twitter:before, .fa-twitter-square:before {
	content: "";
}

.fa-square-viadeo:before, .fa-viadeo-square:before {
	content: "";
}

.fa-square-vimeo:before, .fa-vimeo-square:before {
	content: "";
}

.fa-square-whatsapp:before, .fa-whatsapp-square:before {
	content: "";
}

.fa-square-xing:before, .fa-xing-square:before {
	content: "";
}

.fa-square-youtube:before, .fa-youtube-square:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-stackpath:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

.fa-sticker-mule:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-supple:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-swift:before {
	content: "";
}

.fa-symfony:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-telegram-plane:before, .fa-telegram:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-tiktok:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-typo3:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

.fa-umbraco:before {
	content: "";
}

.fa-uncharted:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-unity:before {
	content: "";
}

.fa-unsplash:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-vimeo-v:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-watchman-monitoring:before {
	content: "";
}

.fa-waze:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-weixin:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-wirsindhandwerk:before, .fa-wsh:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-wodu:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-wordpress-simple:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-rendact:before, .fa-wpressr:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-y-combinator:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-yammer:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

:host, :root {
	--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

.fa-regular, .far {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

:host, :root {
	--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

.fa-solid, .fas {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}

[class^="ti-"]:before, [class*=" ti-"]:before {
	font-family: "themify";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
	content: "";
}

.ti-volume:before {
	content: "";
}

.ti-user:before {
	content: "";
}

.ti-unlock:before {
	content: "";
}

.ti-unlink:before {
	content: "";
}

.ti-trash:before {
	content: "";
}

.ti-thought:before {
	content: "";
}

.ti-target:before {
	content: "";
}

.ti-tag:before {
	content: "";
}

.ti-tablet:before {
	content: "";
}

.ti-star:before {
	content: "";
}

.ti-spray:before {
	content: "";
}

.ti-signal:before {
	content: "";
}

.ti-shopping-cart:before {
	content: "";
}

.ti-shopping-cart-full:before {
	content: "";
}

.ti-settings:before {
	content: "";
}

.ti-search:before {
	content: "";
}

.ti-zoom-in:before {
	content: "";
}

.ti-zoom-out:before {
	content: "";
}

.ti-cut:before {
	content: "";
}

.ti-ruler:before {
	content: "";
}

.ti-ruler-pencil:before {
	content: "";
}

.ti-ruler-alt:before {
	content: "";
}

.ti-bookmark:before {
	content: "";
}

.ti-bookmark-alt:before {
	content: "";
}

.ti-reload:before {
	content: "";
}

.ti-plus:before {
	content: "";
}

.ti-pin:before {
	content: "";
}

.ti-pencil:before {
	content: "";
}

.ti-pencil-alt:before {
	content: "";
}

.ti-paint-roller:before {
	content: "";
}

.ti-paint-bucket:before {
	content: "";
}

.ti-na:before {
	content: "";
}

.ti-mobile:before {
	content: "";
}

.ti-minus:before {
	content: "";
}

.ti-medall:before {
	content: "";
}

.ti-medall-alt:before {
	content: "";
}

.ti-marker:before {
	content: "";
}

.ti-marker-alt:before {
	content: "";
}

.ti-arrow-up:before {
	content: "";
}

.ti-arrow-right:before {
	content: "";
}

.ti-arrow-left:before {
	content: "";
}

.ti-arrow-down:before {
	content: "";
}

.ti-lock:before {
	content: "";
}

.ti-location-arrow:before {
	content: "";
}

.ti-link:before {
	content: "";
}

.ti-layout:before {
	content: "";
}

.ti-layers:before {
	content: "";
}

.ti-layers-alt:before {
	content: "";
}

.ti-key:before {
	content: "";
}

.ti-import:before {
	content: "";
}

.ti-image:before {
	content: "";
}

.ti-heart:before {
	content: "";
}

.ti-heart-broken:before {
	content: "";
}

.ti-hand-stop:before {
	content: "";
}

.ti-hand-open:before {
	content: "";
}

.ti-hand-drag:before {
	content: "";
}

.ti-folder:before {
	content: "";
}

.ti-flag:before {
	content: "";
}

.ti-flag-alt:before {
	content: "";
}

.ti-flag-alt-2:before {
	content: "";
}

.ti-eye:before {
	content: "";
}

.ti-export:before {
	content: "";
}

.ti-exchange-vertical:before {
	content: "";
}

.ti-desktop:before {
	content: "";
}

.ti-cup:before {
	content: "";
}

.ti-crown:before {
	content: "";
}

.ti-comments:before {
	content: "";
}

.ti-comment:before {
	content: "";
}

.ti-comment-alt:before {
	content: "";
}

.ti-close:before {
	content: "";
}

.ti-clip:before {
	content: "";
}

.ti-angle-up:before {
	content: "";
}

.ti-angle-right:before {
	content: "";
}

.ti-angle-left:before {
	content: "";
}

.ti-angle-down:before {
	content: "";
}

.ti-check:before {
	content: "";
}

.ti-check-box:before {
	content: "";
}

.ti-camera:before {
	content: "";
}

.ti-announcement:before {
	content: "";
}

.ti-brush:before {
	content: "";
}

.ti-briefcase:before {
	content: "";
}

.ti-bolt:before {
	content: "";
}

.ti-bolt-alt:before {
	content: "";
}

.ti-blackboard:before {
	content: "";
}

.ti-bag:before {
	content: "";
}

.ti-move:before {
	content: "";
}

.ti-arrows-vertical:before {
	content: "";
}

.ti-arrows-horizontal:before {
	content: "";
}

.ti-fullscreen:before {
	content: "";
}

.ti-arrow-top-right:before {
	content: "";
}

.ti-arrow-top-left:before {
	content: "";
}

.ti-arrow-circle-up:before {
	content: "";
}

.ti-arrow-circle-right:before {
	content: "";
}

.ti-arrow-circle-left:before {
	content: "";
}

.ti-arrow-circle-down:before {
	content: "";
}

.ti-angle-double-up:before {
	content: "";
}

.ti-angle-double-right:before {
	content: "";
}

.ti-angle-double-left:before {
	content: "";
}

.ti-angle-double-down:before {
	content: "";
}

.ti-zip:before {
	content: "";
}

.ti-world:before {
	content: "";
}

.ti-wheelchair:before {
	content: "";
}

.ti-view-list:before {
	content: "";
}

.ti-view-list-alt:before {
	content: "";
}

.ti-view-grid:before {
	content: "";
}

.ti-uppercase:before {
	content: "";
}

.ti-upload:before {
	content: "";
}

.ti-underline:before {
	content: "";
}

.ti-truck:before {
	content: "";
}

.ti-timer:before {
	content: "";
}

.ti-ticket:before {
	content: "";
}

.ti-thumb-up:before {
	content: "";
}

.ti-thumb-down:before {
	content: "";
}

.ti-text:before {
	content: "";
}

.ti-stats-up:before {
	content: "";
}

.ti-stats-down:before {
	content: "";
}

.ti-split-v:before {
	content: "";
}

.ti-split-h:before {
	content: "";
}

.ti-smallcap:before {
	content: "";
}

.ti-shine:before {
	content: "";
}

.ti-shift-right:before {
	content: "";
}

.ti-shift-left:before {
	content: "";
}

.ti-shield:before {
	content: "";
}

.ti-notepad:before {
	content: "";
}

.ti-server:before {
	content: "";
}

.ti-quote-right:before {
	content: "";
}

.ti-quote-left:before {
	content: "";
}

.ti-pulse:before {
	content: "";
}

.ti-printer:before {
	content: "";
}

.ti-power-off:before {
	content: "";
}

.ti-plug:before {
	content: "";
}

.ti-pie-chart:before {
	content: "";
}

.ti-paragraph:before {
	content: "";
}

.ti-panel:before {
	content: "";
}

.ti-package:before {
	content: "";
}

.ti-music:before {
	content: "";
}

.ti-music-alt:before {
	content: "";
}

.ti-mouse:before {
	content: "";
}

.ti-mouse-alt:before {
	content: "";
}

.ti-money:before {
	content: "";
}

.ti-microphone:before {
	content: "";
}

.ti-menu:before {
	content: "";
}

.ti-menu-alt:before {
	content: "";
}

.ti-map:before {
	content: "";
}

.ti-map-alt:before {
	content: "";
}

.ti-loop:before {
	content: "";
}

.ti-location-pin:before {
	content: "";
}

.ti-list:before {
	content: "";
}

.ti-light-bulb:before {
	content: "";
}

.ti-Italic:before {
	content: "";
}

.ti-info:before {
	content: "";
}

.ti-infinite:before {
	content: "";
}

.ti-id-badge:before {
	content: "";
}

.ti-hummer:before {
	content: "";
}

.ti-home:before {
	content: "";
}

.ti-help:before {
	content: "";
}

.ti-headphone:before {
	content: "";
}

.ti-harddrives:before {
	content: "";
}

.ti-harddrive:before {
	content: "";
}

.ti-gift:before {
	content: "";
}

.ti-game:before {
	content: "";
}

.ti-filter:before {
	content: "";
}

.ti-files:before {
	content: "";
}

.ti-file:before {
	content: "";
}

.ti-eraser:before {
	content: "";
}

.ti-envelope:before {
	content: "";
}

.ti-download:before {
	content: "";
}

.ti-direction:before {
	content: "";
}

.ti-direction-alt:before {
	content: "";
}

.ti-dashboard:before {
	content: "";
}

.ti-control-stop:before {
	content: "";
}

.ti-control-shuffle:before {
	content: "";
}

.ti-control-play:before {
	content: "";
}

.ti-control-pause:before {
	content: "";
}

.ti-control-forward:before {
	content: "";
}

.ti-control-backward:before {
	content: "";
}

.ti-cloud:before {
	content: "";
}

.ti-cloud-up:before {
	content: "";
}

.ti-cloud-down:before {
	content: "";
}

.ti-clipboard:before {
	content: "";
}

.ti-car:before {
	content: "";
}

.ti-calendar:before {
	content: "";
}

.ti-book:before {
	content: "";
}

.ti-bell:before {
	content: "";
}

.ti-basketball:before {
	content: "";
}

.ti-bar-chart:before {
	content: "";
}

.ti-bar-chart-alt:before {
	content: "";
}

.ti-back-right:before {
	content: "";
}

.ti-back-left:before {
	content: "";
}

.ti-arrows-corner:before {
	content: "";
}

.ti-archive:before {
	content: "";
}

.ti-anchor:before {
	content: "";
}

.ti-align-right:before {
	content: "";
}

.ti-align-left:before {
	content: "";
}

.ti-align-justify:before {
	content: "";
}

.ti-align-center:before {
	content: "";
}

.ti-alert:before {
	content: "";
}

.ti-alarm-clock:before {
	content: "";
}

.ti-agenda:before {
	content: "";
}

.ti-write:before {
	content: "";
}

.ti-window:before {
	content: "";
}

.ti-widgetized:before {
	content: "";
}

.ti-widget:before {
	content: "";
}

.ti-widget-alt:before {
	content: "";
}

.ti-wallet:before {
	content: "";
}

.ti-video-clapper:before {
	content: "";
}

.ti-video-camera:before {
	content: "";
}

.ti-vector:before {
	content: "";
}

.ti-themify-logo:before {
	content: "";
}

.ti-themify-favicon:before {
	content: "";
}

.ti-themify-favicon-alt:before {
	content: "";
}

.ti-support:before {
	content: "";
}

.ti-stamp:before {
	content: "";
}

.ti-split-v-alt:before {
	content: "";
}

.ti-slice:before {
	content: "";
}

.ti-shortcode:before {
	content: "";
}

.ti-shift-right-alt:before {
	content: "";
}

.ti-shift-left-alt:before {
	content: "";
}

.ti-ruler-alt-2:before {
	content: "";
}

.ti-receipt:before {
	content: "";
}

.ti-pin2:before {
	content: "";
}

.ti-pin-alt:before {
	content: "";
}

.ti-pencil-alt2:before {
	content: "";
}

.ti-palette:before {
	content: "";
}

.ti-more:before {
	content: "";
}

.ti-more-alt:before {
	content: "";
}

.ti-microphone-alt:before {
	content: "";
}

.ti-magnet:before {
	content: "";
}

.ti-line-double:before {
	content: "";
}

.ti-line-dotted:before {
	content: "";
}

.ti-line-dashed:before {
	content: "";
}

.ti-layout-width-full:before {
	content: "";
}

.ti-layout-width-default:before {
	content: "";
}

.ti-layout-width-default-alt:before {
	content: "";
}

.ti-layout-tab:before {
	content: "";
}

.ti-layout-tab-window:before {
	content: "";
}

.ti-layout-tab-v:before {
	content: "";
}

.ti-layout-tab-min:before {
	content: "";
}

.ti-layout-slider:before {
	content: "";
}

.ti-layout-slider-alt:before {
	content: "";
}

.ti-layout-sidebar-right:before {
	content: "";
}

.ti-layout-sidebar-none:before {
	content: "";
}

.ti-layout-sidebar-left:before {
	content: "";
}

.ti-layout-placeholder:before {
	content: "";
}

.ti-layout-menu:before {
	content: "";
}

.ti-layout-menu-v:before {
	content: "";
}

.ti-layout-menu-separated:before {
	content: "";
}

.ti-layout-menu-full:before {
	content: "";
}

.ti-layout-media-right-alt:before {
	content: "";
}

.ti-layout-media-right:before {
	content: "";
}

.ti-layout-media-overlay:before {
	content: "";
}

.ti-layout-media-overlay-alt:before {
	content: "";
}

.ti-layout-media-overlay-alt-2:before {
	content: "";
}

.ti-layout-media-left-alt:before {
	content: "";
}

.ti-layout-media-left:before {
	content: "";
}

.ti-layout-media-center-alt:before {
	content: "";
}

.ti-layout-media-center:before {
	content: "";
}

.ti-layout-list-thumb:before {
	content: "";
}

.ti-layout-list-thumb-alt:before {
	content: "";
}

.ti-layout-list-post:before {
	content: "";
}

.ti-layout-list-large-image:before {
	content: "";
}

.ti-layout-line-solid:before {
	content: "";
}

.ti-layout-grid4:before {
	content: "";
}

.ti-layout-grid3:before {
	content: "";
}

.ti-layout-grid2:before {
	content: "";
}

.ti-layout-grid2-thumb:before {
	content: "";
}

.ti-layout-cta-right:before {
	content: "";
}

.ti-layout-cta-left:before {
	content: "";
}

.ti-layout-cta-center:before {
	content: "";
}

.ti-layout-cta-btn-right:before {
	content: "";
}

.ti-layout-cta-btn-left:before {
	content: "";
}

.ti-layout-column4:before {
	content: "";
}

.ti-layout-column3:before {
	content: "";
}

.ti-layout-column2:before {
	content: "";
}

.ti-layout-accordion-separated:before {
	content: "";
}

.ti-layout-accordion-merged:before {
	content: "";
}

.ti-layout-accordion-list:before {
	content: "";
}

.ti-ink-pen:before {
	content: "";
}

.ti-info-alt:before {
	content: "";
}

.ti-help-alt:before {
	content: "";
}

.ti-headphone-alt:before {
	content: "";
}

.ti-hand-point-up:before {
	content: "";
}

.ti-hand-point-right:before {
	content: "";
}

.ti-hand-point-left:before {
	content: "";
}

.ti-hand-point-down:before {
	content: "";
}

.ti-gallery:before {
	content: "";
}

.ti-face-smile:before {
	content: "";
}

.ti-face-sad:before {
	content: "";
}

.ti-credit-card:before {
	content: "";
}

.ti-control-skip-forward:before {
	content: "";
}

.ti-control-skip-backward:before {
	content: "";
}

.ti-control-record:before {
	content: "";
}

.ti-control-eject:before {
	content: "";
}

.ti-comments-smiley:before {
	content: "";
}

.ti-brush-alt:before {
	content: "";
}

.ti-youtube:before {
	content: "";
}

.ti-vimeo:before {
	content: "";
}

.ti-twitter:before {
	content: "";
}

.ti-time:before {
	content: "";
}

.ti-tumblr:before {
	content: "";
}

.ti-skype:before {
	content: "";
}

.ti-share:before {
	content: "";
}

.ti-share-alt:before {
	content: "";
}

.ti-rocket:before {
	content: "";
}

.ti-pinterest:before {
	content: "";
}

.ti-new-window:before {
	content: "";
}

.ti-microsoft:before {
	content: "";
}

.ti-list-ol:before {
	content: "";
}

.ti-linkedin:before {
	content: "";
}

.ti-layout-sidebar-2:before {
	content: "";
}

.ti-layout-grid4-alt:before {
	content: "";
}

.ti-layout-grid3-alt:before {
	content: "";
}

.ti-layout-grid2-alt:before {
	content: "";
}

.ti-layout-column4-alt:before {
	content: "";
}

.ti-layout-column3-alt:before {
	content: "";
}

.ti-layout-column2-alt:before {
	content: "";
}

.ti-instagram:before {
	content: "";
}

.ti-google:before {
	content: "";
}

.ti-github:before {
	content: "";
}

.ti-flickr:before {
	content: "";
}

.ti-facebook:before {
	content: "";
}

.ti-dropbox:before {
	content: "";
}

.ti-dribbble:before {
	content: "";
}

.ti-apple:before {
	content: "";
}

.ti-android:before {
	content: "";
}

.ti-save:before {
	content: "";
}

.ti-save-alt:before {
	content: "";
}

.ti-yahoo:before {
	content: "";
}

.ti-wordpress:before {
	content: "";
}

.ti-vimeo-alt:before {
	content: "";
}

.ti-twitter-alt:before {
	content: "";
}

.ti-tumblr-alt:before {
	content: "";
}

.ti-trello:before {
	content: "";
}

.ti-stack-overflow:before {
	content: "";
}

.ti-soundcloud:before {
	content: "";
}

.ti-sharethis:before {
	content: "";
}

.ti-sharethis-alt:before {
	content: "";
}

.ti-reddit:before {
	content: "";
}

.ti-pinterest-alt:before {
	content: "";
}

.ti-microsoft-alt:before {
	content: "";
}

.ti-linux:before {
	content: "";
}

.ti-jsfiddle:before {
	content: "";
}

.ti-joomla:before {
	content: "";
}

.ti-html5:before {
	content: "";
}

.ti-flickr-alt:before {
	content: "";
}

.ti-email:before {
	content: "";
}

.ti-drupal:before {
	content: "";
}

.ti-dropbox-alt:before {
	content: "";
}

.ti-css3:before {
	content: "";
}

.ti-rss:before {
	content: "";
}

.ti-rss-alt:before {
	content: "";
}

.df-abs-center {
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.df-abs-h-center {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}

.df-container {
	min-height: 320px;
	background: no-repeat 50%;
	background-size: cover;
	width: 100%;
	position: relative;
	image-rendering: auto;
	direction: ltr;
}

.df-container div {
	box-sizing: border-box !important;
}

.df-container.df-transparent:not(.df-fullscreen) {
	background: transparent !important;
}

.df-container.df-custom-fullscreen.df-fullscreen {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	z-index: 999999;
}

.df-container .loading-info {
	position: absolute;
	top: 100%;
	margin-top: 20px;
	margin-left: 5px;
	padding: 6px 20px;
	background-color: rgba(0, 0, 0, .3);
	font-style: italic;
	border-radius: 5px;
	font-size: 11px;
	max-height: 30px;
	color: #fff;
	max-width: 200px;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	left: 50%;
	opacity: .7;
	transition: .3s top ease;
	-webkit-transition: .3s top ease;
}

.loading-info.df-old-browser {
	color: gray;
	background-color: white;
	opacity: .9;
	text-align: center;
	max-height: none;
}

.loading-info.df-old-browser a {
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	color: #2196f3;
	display: block;
	text-decoration: underline;
	margin: 10px 0 0;
}

.df-container.df-init .loading-info {
	top: 50%;
}

.df-3dcanvas {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
}

.df-rtl .df-3dcanvas {
	right: auto;
	right: initial;
	left: 0;
}

.df-container a {
	outline: 0;
	text-decoration: none;
	box-shadow: none;
}

.df-container.df-zoom-enabled canvas.df-3dcanvas, .df-container.df-zoom-enabled .df-book-stage {
	cursor: move;
	cursor: -webkit-grab;
}

.df-container:before, .df-container:after {
	content: " ";
	transition: .3s .1s opacity;
	-webkit-transition: .3s .1s opacity;
	opacity: 0;
	height: 50px;
	width: 50px;
	left: 50%;
	top: 50%;
	font-size: 12px;
	margin: -45px -25px -25px;
	box-sizing: border-box;
	position: absolute;
	pointer-events: none;
}

.df-container.df-loading:before, .df-container.df-loading:after {
	content: " ";
	z-index: 100;
	opacity: 1;
}

.df-container.df-loading:after {
	content: " ";
	background-image: url("https://cdn-eabjc.nitrocdn.com/rCdgrlUBjjGUfYxigisYPvtYXUkMZGiN/assets/images/optimized/rev-30d24c5/fineotex.com/wp-content/plugins/dflip/assets/images/loading.gif");
	background-repeat: no-repeat;
	background-size: 32px;
	background-position: 50%;
}

.df-container.df-loading:before {
	background-color: white;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 1px solid rgba(150, 150, 150, .2);
}

.df-book-stage {
	position: absolute;
	overflow: hidden;
	right: 0;
	bottom: 0;
	z-index: 1;
	top: 0;
	left: 0;
	filter: blur(0);
	-webkit-filter: blur(0);
	padding: 30px 50px 70px;
}

.df-container.df-xs .df-book-stage {
	padding-left: 20px;
	padding-right: 20px;
}

.df-container.df-sidemenu-open .df-book-stage {
	padding-left: 230px;
	padding-right: 10px;
}

.df-container.df-sidemenu-open>.df-ui-btn.df-ui-prev {
	left: 220px;
}

.df-rtl.df-container.df-sidemenu-open>.df-ui-btn.df-ui-prev {
	left: 0;
}

.df-rtl.df-container.df-sidemenu-open>.df-ui-btn.df-ui-next {
	right: 220px;
}

.df-book-stage.df-zoom-enabled {
	cursor: move;
}

.df-page-front:before, .df-page-back:before {
	content: " ";
}

.df-book-page .df-page-front:before {
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .25), rgba(0, 0, 0, .2) 10%, rgba(0, 0, 0, .15) 25%, rgba(0, 0, 0, 0) 70%);
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .25), rgba(0, 0, 0, .2) 10%, rgba(0, 0, 0, .15) 25%, rgba(0, 0, 0, 0) 70%);
	background-image: -ms-linear-gradient(right, rgba(0, 0, 0, .25), rgba(0, 0, 0, .2) 10%, rgba(0, 0, 0, .15) 25%, rgba(0, 0, 0, 0) 70%);
}

.df-book-page .df-page-back:before {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .25), rgba(0, 0, 0, .15) 15%, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .25), rgba(0, 0, 0, .15) 15%, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, .25), rgba(0, 0, 0, .15) 15%, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0));
}

.df-book-wrapper, .df-page-wrapper, .df-book-page, .df-page-content, .df-page-front:before, .df-page-wrapper:after, .df-page-back:before, .df-page-content:after, .df-page-effects, .df-page-effects:before, .df-page-effects {
	position: absolute;
	height: 100%;
	display: block;
	top: 0;
}

.df-page-content, .df-book-page {
	width: 100%;
}

.df-book-wrapper {
	position: relative;
	margin: 0 auto;
	transition: .3s left;
	-webkit-transition: .3s left;
	left: 0;
}

.df-zoom-enabled .df-book-wrapper {
	transition: none;
	-webkit-transition: none;
}

.df-loading.df-container .df-book-wrapper {
	left: 100%;
}

.df-book-wrapper.close-right {
	left: 25%;
}

.df-book-wrapper.close-left {
	left: -25%;
}

.df-book-shadow {
	position: absolute;
	z-index: -1;
	height: 100%;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.df-book-wrapper .df-book-side-buttons {
	position: absolute;
	left: 100%;
	width: 40px;
	opacity: .3;
	height: 100%;
	cursor: pointer;
	z-index: 30;
	-webkit-border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
}

.df-book-prev-button.df-book-side-buttons {
	-webkit-border-radius: 20px 0 0 20px;
	-moz-border-radius: 20px 0 0 20px;
	border-radius: 20px 0 0 20px;
}

.df-book-wrapper .df-book-side-buttons:hover {
	opacity: .5;
	background-color: rgba(0, 0, 0, .18);
}

.df-book-wrapper .df-book-prev-button {
	right: 100%;
	left: auto;
	left: initial;
}

.df-book-wrapper .df-book-side-buttons:before {
	position: absolute;
	font-size: 30px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}

.df-page-wrapper {
	overflow: hidden;
}

.df-hard-page .df-page-wrapper {
	width: 100% !important;
	height: 100% !important;
	overflow: visible;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0 50% 0;
	-moz-transform-origin: 0 50% 0;
	-ms-transform-origin: 0 50% 0;
	transform-origin: 0 50% 0;
}

.df-book-page.df-flipping, .df-book-page.df-folding {
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0);
}

.df-book-page.df-left-side {
	left: 0;
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	-ms-transform-origin: right;
	transform-origin: right;
}

.df-book-page.df-right-side {
	left: 50%;
	-webkit-transform-origin: left;
	-moz-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
}

.df-book-page.df-right-side+.df-page-wrapper.df-right-side {
	z-index: -1;
}

.df-book-page .df-page-front, .df-book-page .df-page-back {
	width: 100%;
	background-size: 100.5% 100%;
	background-size: 100% 100%;
	height: 100%;
	background-color: white;
	position: absolute;
	box-sizing: border-box;
}

.df-page-back>canvas, .df-page-front>canvas {
	width: 100%;
	position: relative;
	z-index: -1;
}

.df-quick-turn:before {
	opacity: 0;
}

.df-book-page.df-flipping.df-left-side:before {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1));
	width: 10px;
	left: -10px;
}

.df-book-page {
	width: 50%;
}

.df-book-page.df-flipping, .df-book-page.df-folding {
	z-index: 200 !important;
}

.df-page-content {
	background-size: 100.25% !important;
	background-repeat: no-repeat !important;
	transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	width: 100%;
	overflow: hidden;
}

.df-book-page.df-left-side .df-page-front {
	z-index: 2;
}

.df-book-page.df-left-side .df-page-back {
	z-index: 1;
}

.df-book-page.df-left-side.df-folding:not(.df-hard-page) .df-page-back {
	z-index: 3;
}

.df-book-page.df-right-side .df-page-front {
	top: 0;
	left: 0;
	z-index: 0;
}

.df-book-page, .df-page-front, .df-page-back, .df-page-fold-inner-shadow, .df-page-fold-outer-shadow, .df-page-wrapper {
	position: absolute;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.df-page-front, .df-page-back {
	overflow: hidden;
}

.df-page-fold-outer-shadow {
	z-index: -1;
	width: 100%;
	height: 100%;
}

.df-page-fold-inner-shadow {
	position: absolute;
	z-index: 5;
	display: none;
}

.df-book-page.df-folding .df-page-fold-inner-shadow {
	display: block;
}

.df-book-page.df-right-side .df-page-back {
	left: 0;
	z-index: 1;
}

.df-book-page.df-right-side.df-folding .df-page-front {
	z-index: 2;
}

.df-page-wrapper.df-right-side .df-page-back {
	left: 100%;
	z-index: 1;
	overflow: hidden;
}

.df-hard-page .df-page-front, .df-hard-page .df-page-back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.df-hard-page.df-right-side .df-page-front {
	-webkit-transform-origin: right 50%;
	-moz-transform-origin: right 50%;
	-ms-transform-origin: right 50%;
	transform-origin: right 50%;
	z-index: 3 !important;
}

.df-hard-page.df-left-side .df-page-front {
	-webkit-transform-origin: right 50%;
	-moz-transform-origin: right 50%;
	-ms-transform-origin: right 50%;
	transform-origin: right 50%;
}

.df-hard-page.df-right-side .df-page-back {
	-webkit-transform-origin: left 50%;
	-moz-transform-origin: left 50%;
	-ms-transform-origin: left 50%;
	transform-origin: left 50%;
	z-index: 3;
}

.df-hard-page.df-left-side .df-page-back {
	-webkit-transform-origin: left 50%;
	-moz-transform-origin: left 50%;
	-ms-transform-origin: left 50%;
	transform-origin: left 50%;
}

.df-page-front:before, .df-page-back:before {
	width: 20%;
	z-index: 5;
	pointer-events: none;
}

.df-page-front:before {
	right: 0;
}

.df-page-wrapper.df-right-side.df-flipping {
	z-index: 4;
}

.df-ui {
	height: 60px;
	padding: 20px 16px 0;
}

.df-ui-wrapper, .df-ui-btn {
	color: #888;
	vertical-align: top;
	background-color: #f7f7f7;
	box-sizing: border-box;
	text-align: center;
}

.df-ui-wrapper {
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
	background-color: #f7f7f7;
	position: absolute;
}

.df-share-wrapper {
	z-index: 2;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .35);
	display: none;
}

.df-share-box {
	position: absolute;
	top: 50%;
	width: 280px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	left: 50%;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px 15px 5px;
	text-align: center;
}

span.df-share-title {
	color: #777;
	margin-bottom: 10px;
	display: block;
}

.df-share-url {
	background-color: #fff;
	height: 60px;
	color: #666;
	padding: 2px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	font-size: 12px;
	box-sizing: border-box;
	margin-bottom: 0;
}

.df-share-button {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 10px;
	margin: 3px;
	color: #aaa;
}

.df-share-button:hover {
	color: #444;
}

.df-ui-btn {
	position: relative;
	width: 35px;
	right: 0;
	height: 40px;
	font-size: 17px;
	cursor: pointer;
	z-index: 2;
	display: inline-block;
	padding: 12px 5px;
	line-height: 1;
}

.df-floating .df-ui-controls>.df-ui-btn:first-child {
	border-radius: 5px 0 0 5px;
}

.df-floating .df-ui-controls>.df-ui-btn:last-child {
	border-radius: 0 5px 5px 0;
}

.df-ui-btn:before {
	box-sizing: border-box;
}

.df-ui-thumbnail, .df-ui-share, .df-ui-outline, .df-ui-help, .df-ui-sound {
	float: left;
}

.df-ui-btn:hover {
	color: #00acce;
}

.df-ui-btn.disabled, .df-ui-btn.disabled:hover {
	color: #ccc;
}

.df-ui-page {
	padding: 8px 5px 2px;
	font-size: 12px;
	width: auto;
	width: 50px;
	margin: 0;
	border-radius: 0;
	background-color: rgba(0, 0, 0, .03);
}

.df-ui-page input {
	width: 100%;
	background-color: transparent;
	height: 25px;
	margin: 0;
	padding: 0 !important;
	border: 1px solid #8f8f8f;
	text-align: center;
	vertical-align: top;
	color: transparent;
	font-size: 14px;
	top: 0;
	box-sizing: border-box;
	z-index: -1;
	display: inline-block;
	opacity: 0;
}

.df-ui-page input:focus {
	z-index: 2;
	opacity: 1;
	color: inherit;
}

.df-ui-page input:focus+label {
	opacity: 0;
	display: none;
}

.df-ui-page label {
	position: absolute;
	height: 30px;
	width: 100%;
	display: block;
	top: 0;
	padding-top: 14px;
	line-height: 1.1em;
	color: #999;
	font-size: 13px;
	font-weight: normal;
	left: 0;
	cursor: pointer;
	background-color: transparent;
	z-index: 1;
	box-sizing: border-box;
}

.df-ui-share {
	float: left;
}

.df-ui-fullscreen {
	bottom: 0;
}

.df-ui-zoom {
	top: 24px;
	height: 60px;
	right: 24px;
	width: 30px;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.df-ui-sidemenu-close {
	position: absolute;
	top: 10px;
	right: -32px;
	font-size: 14px;
	width: 32px;
	height: 35px;
	cursor: pointer;
	padding: 10px 0;
	background: inherit;
	border-radius: 0 5px 5px 0;
	z-index: -1;
	transition: .5s ease;
	-webkit-transition: .5s ease;
}

.df-ui-controls {
	bottom: 0;
	width: 100%;
	height: 40px;
	padding: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 4;
	display: block;
}

.df-floating .df-ui-controls {
	bottom: 10px;
	width: auto;
	width: intial;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	margin: 0 auto;
	display: table;
	display: flex;
	border-radius: 5px;
}

.df-floating.df-controls-top .df-ui-controls {
	bottom: auto;
	bottom: intial;
	top: 10px;
}

.df-floating.df-controls-hide .df-ui-controls {
	display: none;
}

.df-ui-wrapper.df-ui-controls .df-ui-btn {
	float: none;
}

.df-ui-size {
	bottom: 24px;
	height: 60px;
	right: 24px;
}

.df-ui-zoom:before, .df-ui-size:before {
	height: 0;
	border-bottom: 1px solid;
	content: " ";
	right: 5px;
	opacity: .3;
	display: block;
	position: absolute;
	top: 30px;
	left: 5px;
	z-index: 2;
}

.df-ui-zoomin {
	top: 0;
}

.df-ui-zoomout {
	bottom: 0;
}

.df-ui-next {
	right: 24px;
	right: 0;
	border-radius: 0;
}

.df-container.df-floating>.df-ui-next {
	right: 8px;
}

.df-container.df-floating>.df-ui-prev {
	left: 2px;
}

.df-container>.df-ui-next, .df-container>.df-ui-prev {
	margin-top: -5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	position: absolute;
	opacity: .3;
	background-color: transparent;
	height: auto;
	height: initial;
	font-size: 36px;
	color: #000;
	width: auto;
	width: initial;
	text-align: center;
}

.df-container>.df-ui-next:hover, .df-container>.df-ui-prev:hover {
	opacity: .7;
}

.df-container.df-floating>.df-ui-next, .df-container.df-floating>.df-ui-prev {
	border-radius: 50%;
	width: 40px;
}

.df-ui-prev {
	left: 0;
	right: auto;
	border-radius: 0;
}

.df-ui-alt {
	position: relative !important;
	right: auto;
	right: initial;
	left: auto;
	left: initial;
	box-shadow: none !important;
}

.df-ui-alt.df-ui-next {
	border-right: 1px solid #ddd;
}

.df-ui-btn.df-active {
	color: #00acce;
	background-color: #e7e7e7;
}

.df-ui-fit {
	display: none;
}

.df-ui-zoomin, .df-ui-zoomout, .df-ui-fullscreen, .df-ui-more {
	float: right;
}

.df-ui-fit {
	top: 0;
}

.df-ui-more .more-container, .df-ui-search .search-container {
	display: none;
	position: absolute;
	bottom: 100%;
	margin-bottom: 8px !important;
	right: 10px;
	background-color: #f7f7f7;
	z-index: 20;
	border-radius: 5px;
	box-shadow: 0 -1px 3px rgba(0, 0, 0, .2);
}

.df-controls-top .df-ui-more .more-container, .df-controls-top .df-ui-search .search-container {
	bottom: auto;
	bottom: initial;
	margin-top: 8px !important;
	top: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.more-container:before, .search-container:before {
	content: " ";
	position: absolute;
	border: solid transparent;
	border-width: 7px;
	border-top-color: #eee;
	height: 0;
	width: 0;
	bottom: -14px;
	right: 13px;
	margin-right: -8px;
	pointer-events: none;
}

.df-controls-top .more-container:before, .df-controls-top .search-container:before {
	border: solid transparent;
	border-bottom-color: #eee;
	border-width: 7px;
	top: -14px;
}

.more-container .df-ui-btn {
	width: auto;
	width: initial;
	width: 170px;
	text-align: left;
	padding: 8px 10px;
	height: 36px;
	border-top: 1px solid #e4e4e4;
	border-radius: 0;
}

.more-container .df-ui-btn:hover {
	background-color: #eee;
}

.more-container>.df-ui-btn:first-child {
	border-radius: 5px;
	border-top: 0;
}

.more-container>.df-ui-btn:last-child {
	border-radius: 0 0 5px 5px;
}

.more-container .df-ui-btn:before {
	position: absolute;
	top: 11px;
	font-size: 14px;
}

.df-ui-btn span {
	display: none;
}

.more-container .df-ui-btn span {
	font-size: 12px;
	padding-left: 20px;
	vertical-align: middle;
	display: inline-block;
}

.df-ui-more.df-active .more-container, .df-ui-search.df-active .search-container {
	display: block;
}

.annotationLayer section, .annotationDiv section, .customLinkAnnotation, .customHtmlAnnotation, .customVideoAnnotation, .linkAnnotation, .highlightAnnotation, .popupAnnotation {
	position: absolute;
	z-index: 5;
	cursor: pointer;
	pointer-events: all;
}

.annotationDiv .popupWrapper {
	position: absolute;
	width: 20em;
}

.annotationDiv .popup {
	position: absolute;
	z-index: 200;
	max-width: 20em;
	background-color: #ff9;
	box-shadow: 0 2px 5px #333;
	border-radius: 2px;
	padding: .6em;
	margin-left: 5px;
	cursor: pointer;
	word-wrap: break-word;
}

.annotationDiv .popup h1 {
	font-size: 1em;
	border-bottom: 1px solid #000;
	padding-bottom: .2em;
}

.annotationDiv .popup p {
	padding-top: .2em;
}

.annotationDiv .highlightAnnotation, .annotationDiv .underlineAnnotation, .annotationDiv .squigglyAnnotation, .annotationDiv .strikeoutAnnotation, .annotationDiv .fileAttachmentAnnotation {
	cursor: pointer;
}

.annotationDiv .textAnnotation img {
	position: absolute;
	cursor: pointer;
}

section.linkAnnotation a, .annotationDiv .buttonWidgetAnnotation.pushButton>a {
	display: block;
	height: 100%;
}

section.linkAnnotation a, a.linkAnnotation, a.customLinkAnnotation, .customHtmlAnnotation, .customVideoAnnotation {
	background-color: transparent;
	background-color: #ff0;
	opacity: .1;
}

section.linkAnnotation a:hover, a.linkAnnotation:hover, .highlightAnnotation:hover, a.customLinkAnnotation:hover {
	opacity: .4;
	border-color: transparent;
	background-color: #2196f3;
}

.annotationDiv, .textLayerDiv {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

.textLayerDiv {
	line-height: 1;
}

.textLayerDiv>div {
	position: absolute;
	white-space: pre;
	cursor: text;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

section.linkAnnotation a .annotationLayer>a {
	display: block;
	position: absolute;
	height: 100%;
	cursor: pointer;
	box-sizing: border-box;
}

.df-page-loading:after, .df-page-loading:before {
	content: " ";
	height: 44px;
	width: 44px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -22px -22px;
}

.df-page-loading:before {
	background-color: white;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	box-sizing: border-box;
}

.df-page-loading:after {
	background-image: url("https://cdn-eabjc.nitrocdn.com/rCdgrlUBjjGUfYxigisYPvtYXUkMZGiN/assets/images/optimized/rev-30d24c5/fineotex.com/wp-content/plugins/dflip/assets/images/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px;
}

.df-thumb-container .df-vrow {
	height: 124px;
	left: 0;
	width: 90%;
	margin: 10px auto;
	background-position: 50%;
	cursor: pointer;
	background-repeat: no-repeat;
	right: 0;
	border-radius: 5px;
}

.df-thumb-container .df-vrow:before {
	content: "";
	background-image: url("https://cdn-eabjc.nitrocdn.com/rCdgrlUBjjGUfYxigisYPvtYXUkMZGiN/assets/images/optimized/rev-30d24c5/fineotex.com/wp-content/plugins/dflip/assets/images/loading.gif");
	background-size: 22px;
	height: 22px;
	width: 22px;
	display: block;
	top: 60px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

.df-thumb-container .df-vrow:hover {
	background-color: #bbb;
}

.df-floating .df-thumb-container .df-vrow:hover, .df-vrow.df-selected {
	background-color: #ccc;
	opacity: 1;
}

.df-thumb-container .df-vrow.df-thumb-loaded {
	background-size: contain;
}

.df-thumb-container .df-vrow.df-thumb-loaded:before {
	display: none;
}

.df-vrow>div {
	height: 20px;
	background-color: rgba(170, 170, 170, .54);
	width: 40px;
	margin: 0 auto;
}

.df-sidemenu {
	float: left;
	width: 220px;
	height: auto !important;
	position: absolute !important;
	top: 0;
	z-index: 3;
	transition: .5s transform ease;
	-webkit-transition: .5s -webkit-transform ease;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	left: -50px;
	background-color: rgba(238, 238, 238, .9);
}

.df-rtl .df-sidemenu {
	left: auto;
	left: initial;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	right: -50px;
	direction: rtl;
}

.df-thumb-container {
	text-align: center;
}

.df-outline-container {
	color: #666;
	font-size: 12px;
}

.df-outline-wrapper, .df-thumb-wrapper {
	position: absolute !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto !important;
	box-shadow: 1px 0 4px rgba(102, 102, 102, .38);
}

.df-outline-wrapper {
	overflow: auto;
	padding: 10px 10px 5px 10px;
}

.df-floating .df-outline-container, .df-floating .df-thumb-container {
	bottom: 0;
}

.df-sidemenu.df-sidemenu-visible {
	display: block;
	transform: translateX(0);
	-ms-transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	left: 0;
}

.df-outline-toggle {
	cursor: pointer;
	float: left;
	width: 18px;
	padding: 5px 0;
	margin-left: -18px;
	text-align: center;
}

.df-outline-toggle.df-outlines-hidden ~ .df-outline-items {
	display: none;
}

.df-outline-items>.df-outline-item {
	margin-left: 18px;
}

.df-outline-item a:hover, .df-outline-toggle:hover {
	background-color: #e7e7e7;
}

.df-outline-item a {
	color: inherit !important;
	text-decoration: none !important;
	display: block;
	padding: 5px 0 5px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	border: none !important;
	box-shadow: none !important;
}

.df-outline-toggle:before {
	content: "";
	font-size: 10px;
	font-family: "themify";
}

.df-outline-toggle.df-outlines-hidden:before {
	content: "";
}

.df-lightbox-wrapper {
	position: fixed !important;
	top: 0;
	bottom: 0;
	right: 0;
	height: auto !important;
	left: 0;
	background-color: white;
	z-index: 99999;
}

.df-lightbox-controls {
	float: right;
	padding: 5px;
	z-index: 1000;
	position: relative;
}

.df-lightbox-close {
	float: right;
	height: 40px;
	text-align: center;
	font-size: 50px;
	cursor: pointer;
	color: #444;
	border-radius: 50%;
	border-color: transparent;
	width: 40px;
	background-color: transparent;
	transition: .2s;
	-webkit-transition: .2s;
}

.df-lightbox-close:hover {
	color: white;
	background-color: rgba(0, 0, 0, .21);
	border-color: black;
}

.df-lightbox-close:before {
	top: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	font-size: 24px;
}

.df-lightbox-wrapper .df-container {
	position: absolute !important;
	width: 100%;
	top: 0;
	bottom: 0;
	height: auto !important;
}

.df-container.df-xs .df-ui-controls .df-ui-btn.df-ui-page {
	display: none !important;
}

._df_button, ._df_thumb, ._df_custom {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	cursor: pointer;
}

._df_button {
	padding: 5px 15px;
	background: #0085ba;
	color: white;
	font-size: 14px;
	border-color: #0073aa #006799 #006799;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
}

._df_thumb {
	border: 0;
	width: 140px;
	height: 200px;
	text-align: center;
}

._df_thumb {
	cursor: pointer;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .22);
	display: inline-block;
	-webkit-transform-style: flat;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	box-sizing: border-box;
	-webkit-transition: .2s;
	margin: 30px 10px 10px;
	-moz-perspective: 1200px;
	perspective: 1200px;
}

._df_books ._df_thumb, ._df_books .df-dummy {
	width: 140px;
	height: 200px;
	text-align: center;
	display: inline-block;
	position: relative;
	margin: 20px 10px;
	vertical-align: top;
}

._df_thumb[thumbtype="img"] {
	height: auto;
}

._df_thumb[thumbtype="img"] img {
	max-width: 100%;
	max-height: 200px;
	margin: 0;
	padding: 0;
	border: 0;
}

._df_book-cover {
	background-size: 100% 100%;
	height: 100%;
	width: 100%;
	-webkit-transform-origin: left;
	transform-origin: left;
	top: 0;
	background-color: #eee;
	position: relative;
	overflow: hidden;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .22);
}

._df_thumb ._df_book-title {
	bottom: -100%;
	position: absolute;
	width: 100%;
	left: 0;
	padding: 5px;
	font-size: 12px;
	background: rgba(1, 163, 163, .87);
	background: rgba(60, 60, 60, .8);
	box-sizing: border-box;
	display: block;
	color: white;
	transition: .4s;
	-webkit-transition: .4s;
	opacity: 0;
}

._df_thumb ._df_book-tag {
	float: left;
	padding: 0 4px 2px;
	background-color: rgba(0, 0, 0, .26);
	text-transform: uppercase;
	font-size: 10px;
	margin: -15px 0 0 2px;
	z-index: -1;
	color: rgba(255, 255, 255, .8);
	position: relative;
}

._df_thumb:hover ._df_book-title, ._df_thumb-not-found ._df_book-title {
	opacity: 1;
	bottom: 0;
}

._df_thumb:hover ._df_book-cover {
	-webkit-transform: rotateY(-20deg) rotateZ(0);
	-moz-transform: rotateY(-20deg) rotateZ(0);
	-ms-transform: rotateY(-20deg) rotateZ(0);
	transform: rotateY(-20deg) rotateZ(0);
	box-shadow: 3px 0 12px rgba(0, 0, 0, .6);
}

.df-webkit ._df_thumb:hover ._df_book-cover {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
	box-shadow: 1px 0 12px rgba(0, 0, 0, .6);
}

._df_books {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 20px 5px 150px;
}

._df_books-break {
	color: rgba(255, 255, 255, .3);
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
	margin-top: 25px;
	text-transform: uppercase;
}

._df_books-break:after {
	content: " ";
	bottom: 0;
	width: 50px;
	height: 1px;
	background-color: rgba(255, 255, 255, .24);
	display: block;
	margin: 10px auto;
}

.df-page-wrapper {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.df-container ::-webkit-scrollbar {
	width: 8px;
}

.df-container ::-webkit-scrollbar-button {
	height: 8px;
}

.df-container ::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, .3);
	border: 0 none #fff;
	border-radius: 100px;
}

.df-container ::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, .5);
}

.df-container ::-webkit-scrollbar-thumb:active {
	background: rgba(0, 0, 0, .5);
}

.df-container ::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, .2);
	border: 0 none #fff;
	border-radius: 100px;
}

.df-container ::-webkit-scrollbar-track:hover {
	background: rgba(0, 0, 0, .2);
}

.df-container ::-webkit-scrollbar-track:active {
	background: rgba(0, 0, 0, .15);
}

.df-container ::-webkit-scrollbar-corner {
	background: transparent;
}

.df-skipTransition {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

.df-container.df-fullscreen {
	height: 100% !important;
	max-height: 100% !important;
	width: 100% !important;
	max-width: 100% !important;
}

.df-container.df-double-internal .df-page-front {
	background-position: left;
	background-size: cover;
}

.df-container.df-double-internal .df-page-back {
	background-position: right;
	background-size: cover;
}

.customHtmlAnnotation iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.df-rtl .more-container .df-ui-btn {
	text-align: right;
	direction: rtl;
}

.df-rtl .more-container .df-ui-btn:before {
	right: 10px;
}

.df-rtl .more-container .df-ui-btn span {
	padding: 0;
	padding-right: 20px;
}

.df-rtl .df-outline-items>.df-outline-item {
	margin: 0 18px 0 0;
	text-align: right;
	direction: rtl;
}

.df-rtl .df-outline-toggle {
	float: right;
	margin: 0 -18px 0 0;
}

.df-rtl .df-outline-toggle.df-outlines-hidden:before {
	content: "";
}

.df-rtl .df-sidemenu.df-sidemenu-visible {
	left: auto;
	left: initial;
	right: 0;
}

.df-rtl .df-ui-sidemenu-close {
	right: auto;
	right: initial;
	left: -32px;
	border-radius: 5px 0 0 5px;
}

._df_thumb[thumbtype="img"] ._df_thumb-not-found {
	height: 200px;
	position: relative;
}

body.admin-bar .df-lightbox-wrapper {
	top: 32px;
}

@media screen and (max-width:782px) {
	body.admin-bar .df-lightbox-wrapper {
		top: 46px;
	}
}

.df-raw-loading {
	position: absolute;
	margin-top: 20px;
	margin-left: 5px;
	padding: 6px 20px;
	background-color: rgba(0, 0, 0, .3);
	font-style: italic;
	border-radius: 5px;
	font-size: 11px;
	max-height: 30px;
	color: #fff;
	max-width: 200px;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	left: 50%;
	top: 50%;
	opacity: .7;
}

.df-raw-loading a {
	color: inherit !important;
}

.df-container .df-raw-loading {
	top: 100%;
}

[hidden] {
	display: none;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/* 
    Created on : Nov 20, 2018, 3:55:15 PM
    Author     : Magazine3
*/
@media only screen and (min-width: 992px) {
	.pwaforwp-footer-prompt {
		padding: 1% 3%;
		flex-direction: row;
		justify-content: center;
	}
}

.pwaforwp-footer-prompt {
	display: none;
	width: 100%;
	line-height: 2em;
	color: #333;
	text-align: center;
	text-decoration: none;
	min-height: 10%;
	padding: 15px 0px 15px 0px;
	position: fixed;
	bottom: 0;
	justify-content: flex-end;
	flex-direction: column;
	flex-grow: 1;
	animation-duration: 1s;
	animation-fill-mode: both;
	z-index: 9999;
}

.pwaforwp-footer-prompt .pwaforwp-prompt-close:after {
	content: "✖";
	color: #d5e0eb;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 12px;
	background: rgba(0, 0, 0, .4);
	border-radius: 30px;
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 22px;
	cursor: pointer;
}

.pwaforwp-bounceInUp {
	animation-name: bounceInUp;
}

.pwaforwp-animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.pwaforwp-btn {
	border: none;
	cursor: pointer;
	display: inline-block;
	border-radius: 4px;
	height: auto;
	line-height: 1;
	min-width: auto;
	padding: 8px 16px;
	font-size: 16px;
	margin: 10px 0px 0px 0px;
	font-family: sans-serif;
	text-transform: none;
	transition: all .2s ease-in-out;
}

/* Center the loader */
#pwaforwp_loading_div {
	display: none;
	position: fixed;
	width: 100%;
	height: 200%;
	top: 0px;
	left: 0px;
	background-color: white;
	z-index: 9999;
}

.pwaforwp-loading-wrapper {
	z-index: 9999999;
	display: none;
}

#pwaforwp_loading_icon {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 9999999;
	margin: -60px 0 0 -60px;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

/* Add animation to "page content" */
.animate-bottom {
	position: relative;
	-webkit-animation-name: animatebottom;
	-webkit-animation-duration: 1s;
	animation-name: animatebottom;
	animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
	from {
		bottom: -100px;
		opacity: 0;
	}
	
	to {
		bottom: 0px;
		opacity: 1;
	}
}

@keyframes animatebottom {
	from {
		bottom: -100px;
		opacity: 0;
	}
	
	to {
		bottom: 0;
		opacity: 1;
	}
}

/** Add to home screen CSS **/
#pwaforwp-add-to-home-click h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 0px;
	line-height: 1.4;
	font-family: sans-serif;
}

@media (max-width:425px) {
	#pwaforwp-add-to-home-click h3 {
		font-size: 16px;
	}
	
	.pwaforwp-btn {
		font-size: 14px;
	}
	
	.pwaforwp-footer-prompt {
		padding: 15px 0px 10px 0px;
	}
	
	.pwaforwp-footer-prompt .pwaforwp-prompt-close:after {
		right: 5px;
		top: 5px;
	}
}

.pwaforwp-app-contents {
	display: none;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before, .fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before, .fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before, .fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before, .fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before, .fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-gears:before, .fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before, .fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-feed:before, .fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before, .fa-users:before {
	content: "";
}

.fa-chain:before, .fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before, .fa-scissors:before {
	content: "";
}

.fa-copy:before, .fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before, .fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-unsorted:before, .fa-sort:before {
	content: "";
}

.fa-sort-down:before, .fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before, .fa-sort-asc:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before, .fa-undo:before {
	content: "";
}

.fa-legal:before, .fa-gavel:before {
	content: "";
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-flash:before, .fa-bolt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before, .fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before, .fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before, .fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before, .fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "";
}

.fa-euro:before, .fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before, .fa-usd:before {
	content: "";
}

.fa-rupee:before, .fa-inr:before {
	content: "";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "";
}

.fa-won:before, .fa-krw:before {
	content: "";
}

.fa-bitcoin:before, .fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before, .fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before, .fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper-pp:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before, .fa-car:before {
	content: "";
}

.fa-cab:before, .fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
	content: "";
}

.fa-ge:before, .fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before, .fa-weixin:before {
	content: "";
}

.fa-send:before, .fa-paper-plane:before {
	content: "";
}

.fa-send-o:before, .fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-intersex:before, .fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-genderless:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-hotel:before, .fa-bed:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.fa-yc:before, .fa-y-combinator:before {
	content: "";
}

.fa-optin-monster:before {
	content: "";
}

.fa-opencart:before {
	content: "";
}

.fa-expeditedssl:before {
	content: "";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
	content: "";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "";
}

.fa-battery-2:before, .fa-battery-half:before {
	content: "";
}

.fa-battery-1:before, .fa-battery-quarter:before {
	content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
	content: "";
}

.fa-mouse-pointer:before {
	content: "";
}

.fa-i-cursor:before {
	content: "";
}

.fa-object-group:before {
	content: "";
}

.fa-object-ungroup:before {
	content: "";
}

.fa-sticky-note:before {
	content: "";
}

.fa-sticky-note-o:before {
	content: "";
}

.fa-cc-jcb:before {
	content: "";
}

.fa-cc-diners-club:before {
	content: "";
}

.fa-clone:before {
	content: "";
}

.fa-balance-scale:before {
	content: "";
}

.fa-hourglass-o:before {
	content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "";
}

.fa-hourglass:before {
	content: "";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "";
}

.fa-hand-scissors-o:before {
	content: "";
}

.fa-hand-lizard-o:before {
	content: "";
}

.fa-hand-spock-o:before {
	content: "";
}

.fa-hand-pointer-o:before {
	content: "";
}

.fa-hand-peace-o:before {
	content: "";
}

.fa-trademark:before {
	content: "";
}

.fa-registered:before {
	content: "";
}

.fa-creative-commons:before {
	content: "";
}

.fa-gg:before {
	content: "";
}

.fa-gg-circle:before {
	content: "";
}

.fa-tripadvisor:before {
	content: "";
}

.fa-odnoklassniki:before {
	content: "";
}

.fa-odnoklassniki-square:before {
	content: "";
}

.fa-get-pocket:before {
	content: "";
}

.fa-wikipedia-w:before {
	content: "";
}

.fa-safari:before {
	content: "";
}

.fa-chrome:before {
	content: "";
}

.fa-firefox:before {
	content: "";
}

.fa-opera:before {
	content: "";
}

.fa-internet-explorer:before {
	content: "";
}

.fa-tv:before, .fa-television:before {
	content: "";
}

.fa-contao:before {
	content: "";
}

.fa-500px:before {
	content: "";
}

.fa-amazon:before {
	content: "";
}

.fa-calendar-plus-o:before {
	content: "";
}

.fa-calendar-minus-o:before {
	content: "";
}

.fa-calendar-times-o:before {
	content: "";
}

.fa-calendar-check-o:before {
	content: "";
}

.fa-industry:before {
	content: "";
}

.fa-map-pin:before {
	content: "";
}

.fa-map-signs:before {
	content: "";
}

.fa-map-o:before {
	content: "";
}

.fa-map:before {
	content: "";
}

.fa-commenting:before {
	content: "";
}

.fa-commenting-o:before {
	content: "";
}

.fa-houzz:before {
	content: "";
}

.fa-vimeo:before {
	content: "";
}

.fa-black-tie:before {
	content: "";
}

.fa-fonticons:before {
	content: "";
}

.fa-reddit-alien:before {
	content: "";
}

.fa-edge:before {
	content: "";
}

.fa-credit-card-alt:before {
	content: "";
}

.fa-codiepie:before {
	content: "";
}

.fa-modx:before {
	content: "";
}

.fa-fort-awesome:before {
	content: "";
}

.fa-usb:before {
	content: "";
}

.fa-product-hunt:before {
	content: "";
}

.fa-mixcloud:before {
	content: "";
}

.fa-scribd:before {
	content: "";
}

.fa-pause-circle:before {
	content: "";
}

.fa-pause-circle-o:before {
	content: "";
}

.fa-stop-circle:before {
	content: "";
}

.fa-stop-circle-o:before {
	content: "";
}

.fa-shopping-bag:before {
	content: "";
}

.fa-shopping-basket:before {
	content: "";
}

.fa-hashtag:before {
	content: "";
}

.fa-bluetooth:before {
	content: "";
}

.fa-bluetooth-b:before {
	content: "";
}

.fa-percent:before {
	content: "";
}

.fa-gitlab:before {
	content: "";
}

.fa-wpbeginner:before {
	content: "";
}

.fa-wpforms:before {
	content: "";
}

.fa-envira:before {
	content: "";
}

.fa-universal-access:before {
	content: "";
}

.fa-wheelchair-alt:before {
	content: "";
}

.fa-question-circle-o:before {
	content: "";
}

.fa-blind:before {
	content: "";
}

.fa-audio-description:before {
	content: "";
}

.fa-volume-control-phone:before {
	content: "";
}

.fa-braille:before {
	content: "";
}

.fa-assistive-listening-systems:before {
	content: "";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content: "";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content: "";
}

.fa-glide:before {
	content: "";
}

.fa-glide-g:before {
	content: "";
}

.fa-signing:before, .fa-sign-language:before {
	content: "";
}

.fa-low-vision:before {
	content: "";
}

.fa-viadeo:before {
	content: "";
}

.fa-viadeo-square:before {
	content: "";
}

.fa-snapchat:before {
	content: "";
}

.fa-snapchat-ghost:before {
	content: "";
}

.fa-snapchat-square:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-first-order:before {
	content: "";
}

.fa-yoast:before {
	content: "";
}

.fa-themeisle:before {
	content: "";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "";
}

.fa-fa:before, .fa-font-awesome:before {
	content: "";
}

.fa-handshake-o:before {
	content: "";
}

.fa-envelope-open:before {
	content: "";
}

.fa-envelope-open-o:before {
	content: "";
}

.fa-linode:before {
	content: "";
}

.fa-address-book:before {
	content: "";
}

.fa-address-book-o:before {
	content: "";
}

.fa-vcard:before, .fa-address-card:before {
	content: "";
}

.fa-vcard-o:before, .fa-address-card-o:before {
	content: "";
}

.fa-user-circle:before {
	content: "";
}

.fa-user-circle-o:before {
	content: "";
}

.fa-user-o:before {
	content: "";
}

.fa-id-badge:before {
	content: "";
}

.fa-drivers-license:before, .fa-id-card:before {
	content: "";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: "";
}

.fa-quora:before {
	content: "";
}

.fa-free-code-camp:before {
	content: "";
}

.fa-telegram:before {
	content: "";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
	content: "";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "";
}

.fa-shower:before {
	content: "";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
	content: "";
}

.fa-podcast:before {
	content: "";
}

.fa-window-maximize:before {
	content: "";
}

.fa-window-minimize:before {
	content: "";
}

.fa-window-restore:before {
	content: "";
}

.fa-times-rectangle:before, .fa-window-close:before {
	content: "";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: "";
}

.fa-bandcamp:before {
	content: "";
}

.fa-grav:before {
	content: "";
}

.fa-etsy:before {
	content: "";
}

.fa-imdb:before {
	content: "";
}

.fa-ravelry:before {
	content: "";
}

.fa-eercast:before {
	content: "";
}

.fa-microchip:before {
	content: "";
}

.fa-snowflake-o:before {
	content: "";
}

.fa-superpowers:before {
	content: "";
}

.fa-wpexplorer:before {
	content: "";
}

.fa-meetup:before {
	content: "";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.custombox-content, .custombox-overlay {
	position: fixed;
	overflow: hidden;
	top: 0;
	width: 100%;
	height: 100%;
}

.custombox-overlay {
	z-index: 9997;
	opacity: 0;
	transition-delay: 0s;
	transition-timing-function: linear;
	transition-property: opacity;
}

.custombox-content {
	z-index: 9999;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}

.custombox-lock {
	overflow: hidden;
}

.custombox-reference {
	display: none;
}

.custombox-content {
	overflow-y: auto;
}

.custombox-content>* {
	max-width: 100%;
	max-height: 95%;
}

.custombox-fullscreen.custombox-content {
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.custombox-fullscreen.custombox-content>* {
	width: 100%;
	max-height: 100%;
}

.custombox-y-top {
	-ms-flex-align: baseline;
	align-items: baseline;
}

.custombox-x-left {
	-ms-flex-align: start;
	align-items: flex-start;
}

.custombox-y-center {
	-ms-flex-align: center;
	align-items: center;
}

.custombox-y-bottom {
	-ms-flex-align: end;
	align-items: flex-end;
}

.custombox-x-center {
	-ms-flex-pack: center;
	justify-content: center;
}

.custombox-x-right {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.custombox-perspective, .custombox-perspective body {
	perspective: 600px;
	height: 100%;
	overflow: hidden;
}

.custombox-perspective .custombox-container {
	overflow: hidden;
	height: 100%;
}

@keyframes paoc-fadeIn {
	from {
		transform: scale(.7);
		transition-property: all;
	}
	
	to {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes fadeOut {
	from {
		transform: scale(1);
		opacity: 1;
	}
	
	to {
		transform: scale(.7);
		transition-property: all;
	}
}

.custombox-fadein.custombox-content {
	opacity: 0;
}

.custombox-fadein.custombox-content.custombox-open {
	animation-name: paoc-fadeIn;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-fadein.custombox-content.custombox-close {
	animation-name: fadeOut;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

@keyframes slideInTop {
	from {
		transform: translateY(-100%);
	}
	
	to {
		transform: translateY(0);
	}
}

@keyframes slideOutTop {
	from {
		transform: translateY(0);
	}
	
	to {
		transform: translateY(-100%);
	}
}

@keyframes slideInBottom {
	from {
		transform: translateY(100%);
	}
	
	to {
		transform: translateY(0);
	}
}

@keyframes slideOutBottom {
	from {
		transform: translateY(0);
	}
	
	to {
		transform: translateY(100%);
	}
}

@keyframes slideInLeft {
	from {
		transform: translateX(-100%);
	}
	
	to {
		transform: translateX(0);
	}
}

@keyframes slideOutLeft {
	from {
		transform: translateX(0);
	}
	
	to {
		transform: translateX(-100%);
	}
}

@keyframes slideInRight {
	from {
		transform: translateX(100%);
	}
	
	to {
		transform: translateX(0);
	}
}

@keyframes slideOutRight {
	from {
		transform: translateX(0);
	}
	
	to {
		transform: translateX(100%);
	}
}

.custombox-contentscale.custombox-content, .custombox-letmein.custombox-content, .custombox-makeway.custombox-content, .custombox-push.custombox-content, .custombox-slide.custombox-content, .custombox-slip.custombox-content {
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.custombox-contentscale.custombox-content.custombox-open.custombox-top, .custombox-letmein.custombox-content.custombox-open.custombox-top, .custombox-makeway.custombox-content.custombox-open.custombox-top, .custombox-push.custombox-content.custombox-open.custombox-top, .custombox-slide.custombox-content.custombox-open.custombox-top, .custombox-slip.custombox-content.custombox-open.custombox-top {
	animation-name: slideInTop;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-contentscale.custombox-content.custombox-open.custombox-bottom, .custombox-letmein.custombox-content.custombox-open.custombox-bottom, .custombox-makeway.custombox-content.custombox-open.custombox-bottom, .custombox-push.custombox-content.custombox-open.custombox-bottom, .custombox-slide.custombox-content.custombox-open.custombox-bottom, .custombox-slip.custombox-content.custombox-open.custombox-bottom {
	animation-name: slideInBottom;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-contentscale.custombox-content.custombox-open.custombox-left, .custombox-letmein.custombox-content.custombox-open.custombox-left, .custombox-makeway.custombox-content.custombox-open.custombox-left, .custombox-push.custombox-content.custombox-open.custombox-left, .custombox-slide.custombox-content.custombox-open.custombox-left, .custombox-slip.custombox-content.custombox-open.custombox-left {
	animation-name: slideInLeft;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-contentscale.custombox-content.custombox-open.custombox-right, .custombox-letmein.custombox-content.custombox-open.custombox-right, .custombox-makeway.custombox-content.custombox-open.custombox-right, .custombox-push.custombox-content.custombox-open.custombox-right, .custombox-slide.custombox-content.custombox-open.custombox-right, .custombox-slip.custombox-content.custombox-open.custombox-right {
	animation-name: slideInRight;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-contentscale.custombox-content.custombox-close.custombox-top, .custombox-letmein.custombox-content.custombox-close.custombox-top, .custombox-makeway.custombox-content.custombox-close.custombox-top, .custombox-push.custombox-content.custombox-close.custombox-top, .custombox-slide.custombox-content.custombox-close.custombox-top, .custombox-slip.custombox-content.custombox-close.custombox-top {
	animation-name: slideOutTop;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-contentscale.custombox-content.custombox-close.custombox-bottom, .custombox-letmein.custombox-content.custombox-close.custombox-bottom, .custombox-makeway.custombox-content.custombox-close.custombox-bottom, .custombox-push.custombox-content.custombox-close.custombox-bottom, .custombox-slide.custombox-content.custombox-close.custombox-bottom, .custombox-slip.custombox-content.custombox-close.custombox-bottom {
	animation-name: slideOutBottom;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-contentscale.custombox-content.custombox-close.custombox-left, .custombox-letmein.custombox-content.custombox-close.custombox-left, .custombox-makeway.custombox-content.custombox-close.custombox-left, .custombox-push.custombox-content.custombox-close.custombox-left, .custombox-slide.custombox-content.custombox-close.custombox-left, .custombox-slip.custombox-content.custombox-close.custombox-left {
	animation-name: slideOutLeft;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-contentscale.custombox-content.custombox-close.custombox-right, .custombox-letmein.custombox-content.custombox-close.custombox-right, .custombox-makeway.custombox-content.custombox-close.custombox-right, .custombox-push.custombox-content.custombox-close.custombox-right, .custombox-slide.custombox-content.custombox-close.custombox-right, .custombox-slip.custombox-content.custombox-close.custombox-right {
	animation-name: slideOutRight;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

@keyframes newspaperIn {
	from {
		transform: scale(0) rotate(720deg);
		opacity: 0;
	}
	
	to {
		transform: scale(1) rotate(0);
		opacity: 1;
	}
}

@keyframes newspaperOut {
	from {
		transform: scale(1) rotate(0);
		opacity: 1;
	}
	
	to {
		transform: scale(0) rotate(720deg);
		opacity: 0;
	}
}

.custombox-newspaper.custombox-content {
	opacity: 0;
}

.custombox-newspaper.custombox-content.custombox-open {
	animation-name: newspaperIn;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-newspaper.custombox-content.custombox-close {
	animation-name: newspaperOut;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

@keyframes fallIn {
	from {
		transform-style: preserve-3d;
		transform: translateZ(600px) rotateX(20deg);
		opacity: 0;
	}
	
	to {
		transition-timing-function: ease-in;
		transition-property: all;
		transform: translateZ(0) rotateX(0);
		opacity: 1;
	}
}

@keyframes fallOut {
	from {
		transition-timing-function: ease-in;
		transition-property: all;
		transform: translateZ(0) rotateX(0);
		opacity: 1;
	}
	
	to {
		transform-style: preserve-3d;
		transform: translateZ(600px) rotateX(20deg);
		opacity: 0;
	}
}

.custombox-fall.custombox-content {
	opacity: 0;
}

.custombox-fall.custombox-content.custombox-open {
	animation-name: fallIn;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-fall.custombox-content.custombox-close {
	animation-name: fallOut;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

@keyframes sidefallIn {
	from {
		transform-style: preserve-3d;
		transform: translate(30%) translateZ(600px) rotate(10deg);
		opacity: 0;
	}
	
	to {
		transition-timing-function: ease-in;
		transition-property: all;
		transform: translate(0) translateZ(0) rotate(0);
		opacity: 1;
	}
}

@keyframes sidefallOut {
	from {
		transition-timing-function: ease-in;
		transition-property: all;
		transform: translate(0) translateZ(0) rotate(0);
		opacity: 1;
	}
	
	to {
		transform-style: preserve-3d;
		transform: translate(30%) translateZ(600px) rotate(10deg);
		opacity: 0;
	}
}

.custombox-sidefall.custombox-content {
	opacity: 0;
}

.custombox-sidefall.custombox-content.custombox-open {
	animation-name: sidefallIn;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-sidefall.custombox-content.custombox-close {
	animation-name: sidefallOut;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

@keyframes blurInTop {
	from {
		transform: translateY(-5%);
		opacity: 0;
	}
	
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes blurOutTop {
	from {
		transform: translateY(0);
		opacity: 1;
	}
	
	to {
		transform: translateY(-5%);
		opacity: 0;
	}
}

@keyframes blurInBottom {
	from {
		transform: translateY(5%);
		opacity: 0;
	}
	
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes blurOutBottom {
	from {
		transform: translateY(0);
		opacity: 1;
	}
	
	to {
		transform: translateY(5%);
		opacity: 0;
	}
}

@keyframes blurInRight {
	from {
		transform: translateX(5%);
		opacity: 0;
	}
	
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes blurOutRight {
	from {
		transform: translateY(0);
		opacity: 1;
	}
	
	to {
		transform: translateX(5%);
		opacity: 0;
	}
}

@keyframes blurInLeft {
	from {
		transform: translateX(-5%);
		opacity: 0;
	}
	
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes blurOutLeft {
	from {
		transform: translateY(0);
		opacity: 1;
	}
	
	to {
		transform: translateX(-5%);
		opacity: 0;
	}
}

@keyframes blurInContainer {
	from {
		filter: blur(0);
	}
	
	to {
		filter: blur(3px);
	}
}

@keyframes blurOutContainer {
	from {
		filter: blur(3px);
	}
	
	to {
		filter: blur(0);
	}
}

.custombox-blur.custombox-content {
	opacity: 0;
}

.custombox-blur.custombox-content.custombox-open.custombox-top {
	animation-name: blurInTop;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-blur.custombox-content.custombox-open.custombox-bottom {
	animation-name: blurInBottom;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-blur.custombox-content.custombox-open.custombox-left {
	animation-name: blurInLeft;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-blur.custombox-content.custombox-open.custombox-right {
	animation-name: blurInRight;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-blur.custombox-content.custombox-close.custombox-top {
	animation-name: blurOutTop;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-blur.custombox-content.custombox-close.custombox-bottom {
	animation-name: blurOutBottom;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-blur.custombox-content.custombox-close.custombox-right {
	animation-name: blurOutRight;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-blur.custombox-content.custombox-close.custombox-left {
	animation-name: blurOutLeft;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-blur.custombox-container {
	animation-name: blurOutContainer;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-blur.custombox-container.custombox-open {
	animation-name: blurInContainer;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

@keyframes flipInTop {
	from {
		transform-style: preserve-3d;
		transform: rotateX(-70deg);
	}
	
	to {
		transform: rotateY(0);
		opacity: 1;
	}
}

@keyframes flipOutTop {
	from {
		transform: rotateY(0);
		opacity: 1;
	}
	
	to {
		transform-style: preserve-3d;
		transform: rotateX(-70deg);
	}
}

@keyframes flipInBottom {
	from {
		transform-style: preserve-3d;
		transform: rotateX(70deg);
	}
	
	to {
		transform: rotateY(0);
		opacity: 1;
	}
}

@keyframes flipOutBottom {
	from {
		transform: rotateY(0);
		opacity: 1;
	}
	
	to {
		transform-style: preserve-3d;
		transform: rotateX(70deg);
	}
}

@keyframes flipInRight {
	from {
		transform-style: preserve-3d;
		transform: rotateY(70deg);
	}
	
	to {
		transform: rotateY(0);
		opacity: 1;
	}
}

@keyframes flipOutRight {
	from {
		transform: rotateY(0);
		opacity: 1;
	}
	
	to {
		transform-style: preserve-3d;
		transform: rotateY(70deg);
	}
}

@keyframes flipInLeft {
	from {
		transform-style: preserve-3d;
		transform: rotateY(-70deg);
	}
	
	to {
		transform: rotateY(0);
		opacity: 1;
	}
}

@keyframes flipOutLeft {
	from {
		transform: rotateY(0);
		opacity: 1;
	}
	
	to {
		transform-style: preserve-3d;
		transform: rotateY(-70deg);
	}
}

.custombox-flip.custombox-content {
	opacity: 0;
}

.custombox-flip.custombox-content.custombox-open.custombox-top {
	animation-name: flipInTop;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-flip.custombox-content.custombox-open.custombox-bottom {
	animation-name: flipInBottom;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-flip.custombox-content.custombox-open.custombox-right {
	animation-name: flipInRight;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-flip.custombox-content.custombox-open.custombox-left {
	animation-name: flipInLeft;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-flip.custombox-content.custombox-close.custombox-top {
	animation-name: flipOutTop;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-flip.custombox-content.custombox-close.custombox-bottom {
	animation-name: flipOutBottom;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-flip.custombox-content.custombox-close.custombox-right {
	animation-name: flipOutRight;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-flip.custombox-content.custombox-close.custombox-left {
	animation-name: flipOutLeft;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

@keyframes signIn {
	from {
		transform-style: preserve-3d;
		transform: rotateX(-60deg);
		transform-origin: 50% 0;
		transition-property: all;
	}
	
	to {
		transform: rotateX(0);
		opacity: 1;
	}
}

@keyframes signOut {
	from {
		transform: rotateX(0);
		opacity: 1;
	}
	
	to {
		transform-style: preserve-3d;
		transform: rotateX(-60deg);
		transform-origin: 50% 0;
		transition-property: all;
	}
}

.custombox-sign {
	perspective: 1300px;
}

.custombox-sign.custombox-content {
	opacity: 0;
}

.custombox-sign.custombox-content.custombox-open {
	animation-name: signIn;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-sign.custombox-content.custombox-close {
	animation-name: signOut;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

@keyframes superscaledIn {
	from {
		transform: scale(2);
	}
	
	to {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes superscaledOut {
	from {
		transform: scale(1);
		opacity: 1;
	}
	
	to {
		transform: scale(2);
	}
}

.custombox-superscaled.custombox-content {
	opacity: 0;
}

.custombox-superscaled.custombox-content.custombox-open {
	animation-name: superscaledIn;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-superscaled.custombox-content.custombox-close {
	animation-name: superscaledOut;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

@keyframes slitIn {
	0% {
		transform: translateZ(-3000px) rotateY(90deg);
	}
	
	50% {
		transform: translateZ(-250px) rotateY(89deg);
		opacity: 1;
		animation-timing-function: ease-out;
	}
	
	100% {
		transform: translateZ(0) rotateY(0);
		opacity: 1;
	}
}

@keyframes slitOut {
	0% {
		transform: translateZ(0) rotateY(0);
		opacity: 1;
	}
	
	50% {
		transform: translateZ(-250px) rotateY(89deg);
		opacity: 1;
		animation-timing-function: ease-out;
	}
	
	100% {
		transform: translateZ(-3000px) rotateY(90deg);
	}
}

.custombox-slit.custombox-content {
	opacity: 0;
	transform-style: preserve-3d;
}

.custombox-slit.custombox-content.custombox-open {
	animation-name: slitIn;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-slit.custombox-content.custombox-close {
	animation-name: slitOut;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

@keyframes rotateIn {
	from {
		transform-style: preserve-3d;
		transform: translateY(0) rotateX(90deg);
		transform-origin: 0 100%;
		opacity: 0;
		transition-timing-function: ease-out;
		transition-property: all;
	}
	
	to {
		transform: translateY(0) rotateX(0);
		opacity: 1;
	}
}

@keyframes rotateOut {
	from {
		transform: translateY(0) rotateX(0);
		opacity: 1;
	}
	
	to {
		transform-style: preserve-3d;
		transform: translateY(0) rotateX(90deg);
		transform-origin: 0 100%;
		opacity: 0;
		transition-timing-function: ease-out;
		transition-property: all;
	}
}

.custombox-rotate {
	perspective: 2300px;
}

.custombox-rotate.custombox-content {
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.custombox-rotate.custombox-content.custombox-open {
	animation-name: rotateIn;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-rotate.custombox-content.custombox-close {
	animation-name: rotateOut;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

@keyframes letmeinBottomOverlay {
	to {
		transform: rotateX(-2deg);
		transform-origin: 50% 0;
		transform-style: preserve-3d;
	}
}

@keyframes letmeinOutBottomOverlay {
	from {
		transform: rotateX(-2deg);
		transform-origin: 50% 0;
		transform-style: preserve-3d;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes letmeinLeftOverlay {
	to {
		transform: rotateY(-2deg);
		transform-origin: 50% 0;
		transform-style: preserve-3d;
	}
}

@keyframes letmeinOutLeftOverlay {
	from {
		transform: rotateY(-2deg);
		transform-origin: 50% 0;
		transform-style: preserve-3d;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes letmeinRightOverlay {
	to {
		transform: rotateY(2deg);
		transform-origin: 50% 0;
		transform-style: preserve-3d;
	}
}

@keyframes letmeinOutRightOverlay {
	from {
		transform: rotateY(2deg);
		transform-origin: 50% 0;
		transform-style: preserve-3d;
	}
	
	to {
		opacity: 0;
	}
}

@keyframes letmeinTopOverlay {
	to {
		transform: rotateX(2deg);
		transform-origin: 0 50%;
		transform-style: preserve-3d;
	}
}

@keyframes letmeinOutTopOverlay {
	from {
		transform: rotateX(2deg);
		transform-origin: 50% 0;
		transform-style: preserve-3d;
	}
	
	to {
		opacity: 0;
	}
}

.custombox-letmein.custombox-overlay.custombox-open.custombox-top {
	animation-name: letmeinTopOverlay;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-letmein.custombox-overlay.custombox-open.custombox-bottom {
	animation-name: letmeinBottomOverlay;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-letmein.custombox-overlay.custombox-open.custombox-left {
	animation-name: letmeinLeftOverlay;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-letmein.custombox-overlay.custombox-open.custombox-right {
	animation-name: letmeinRightOverlay;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-letmein.custombox-overlay.custombox-close.custombox-top {
	animation-name: letmeinOutTopOverlay;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-letmein.custombox-overlay.custombox-close.custombox-bottom {
	animation-name: letmeinOutBottomOverlay;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-letmein.custombox-overlay.custombox-close.custombox-left {
	animation-name: letmeinOutLeftOverlay;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-letmein.custombox-overlay.custombox-close.custombox-right {
	animation-name: letmeinOutRightOverlay;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

@keyframes makewayInContainer {
	50% {
		transform: translateZ(-50px) rotateY(5deg);
		animation-timing-function: ease-out;
	}
	
	100% {
		transform: translateZ(-200px);
	}
}

@keyframes makewayOutContainer {
	0% {
		transform: translateZ(-200px);
	}
	
	50% {
		transform: translateZ(-50px) rotateY(5deg);
		animation-timing-function: ease-out;
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes makewayInTop {
	from {
		transform: translateY(-100%);
	}
	
	to {
		transform: translateY(0);
	}
}

@keyframes makewayOutTop {
	from {
		transform: translateY(0);
	}
	
	to {
		transform: translateY(-100%);
	}
}

@keyframes makewayInBottom {
	from {
		transform: translateY(100%);
	}
	
	to {
		transform: translateY(0);
	}
}

@keyframes makewayOutBottom {
	from {
		transform: translateY(0);
	}
	
	to {
		transform: translateY(100%);
	}
}

@keyframes makewayInLeft {
	from {
		transform: translateX(-100%);
	}
	
	to {
		transform: translateX(0);
	}
}

@keyframes makewayOutLeft {
	from {
		transform: translateX(0);
	}
	
	to {
		transform: translateX(-100%);
	}
}

@keyframes makewayInRight {
	from {
		transform: translateX(100%);
	}
	
	to {
		transform: translateX(0);
	}
}

@keyframes makewayOutRight {
	from {
		transform: translateX(0);
	}
	
	to {
		transform: translateX(100%);
	}
}

.custombox-makeway.custombox-overlay {
	transform-style: preserve-3d;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.custombox-makeway.custombox-overlay.custombox-open {
	animation-name: makewayInContainer;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-makeway.custombox-overlay.custombox-close {
	animation-name: makewayOutContainer;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-makeway.custombox-container {
	transform-style: preserve-3d;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.custombox-makeway.custombox-container.custombox-open {
	animation-name: makewayInContainer;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-makeway.custombox-container.custombox-close {
	animation-name: makewayOutContainer;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

@keyframes slipTopOverlay {
	50% {
		transform: rotateX(10deg);
		transform-origin: 50% 100%;
		transform-style: preserve-3d;
	}
}

@keyframes slipOutTopOverlay {
	50% {
		transform: rotateX(10deg);
		transform-origin: 50% 100%;
		transform-style: preserve-3d;
	}
}

@keyframes slipRightOverlay {
	50% {
		transform: rotateY(10deg);
		transform-origin: 50% 100%;
		transform-style: preserve-3d;
	}
}

@keyframes slipOutRightOverlay {
	50% {
		transform: rotateY(10deg);
		transform-origin: 50% 100%;
		transform-style: preserve-3d;
	}
}

@keyframes slipBottomOverlay {
	50% {
		transform: rotateX(-10deg);
		transform-origin: 50% 100%;
		transform-style: preserve-3d;
	}
}

@keyframes slipOutBottomOverlay {
	50% {
		transform: rotateX(-10deg);
		transform-origin: 50% 100%;
		transform-style: preserve-3d;
	}
}

@keyframes slipLeftOverlay {
	50% {
		transform: rotateY(-10deg);
		transform-origin: 50% 100%;
		transform-style: preserve-3d;
	}
}

@keyframes slipOutLeftOverlay {
	50% {
		transform: rotateY(-10deg);
		transform-origin: 50% 100%;
		transform-style: preserve-3d;
	}
}

.custombox-slip.custombox-overlay.custombox-open.custombox-top {
	animation-name: slipTopOverlay;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-slip.custombox-overlay.custombox-open.custombox-bottom {
	animation-name: slipBottomOverlay;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-slip.custombox-overlay.custombox-open.custombox-left {
	animation-name: slipLeftOverlay;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-slip.custombox-overlay.custombox-open.custombox-right {
	animation-name: slipRightOverlay;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-slip.custombox-overlay.custombox-close.custombox-top {
	animation-name: slipOutTopOverlay;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-slip.custombox-overlay.custombox-close.custombox-bottom {
	animation-name: slipOutBottomOverlay;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-slip.custombox-overlay.custombox-close.custombox-left {
	animation-name: slipOutLeftOverlay;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-slip.custombox-overlay.custombox-close.custombox-right {
	animation-name: slipOutRightOverlay;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-slip.custombox-container.custombox-open.custombox-top {
	animation-name: slipTopOverlay;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-slip.custombox-container.custombox-open.custombox-bottom {
	animation-name: slipBottomOverlay;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-slip.custombox-container.custombox-open.custombox-left {
	animation-name: slipLeftOverlay;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-slip.custombox-container.custombox-open.custombox-right {
	animation-name: slipRightOverlay;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-slip.custombox-container.custombox-close.custombox-top {
	animation-name: slipOutTopOverlay;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-slip.custombox-container.custombox-close.custombox-bottom {
	animation-name: slipOutBottomOverlay;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-slip.custombox-container.custombox-close.custombox-left {
	animation-name: slipOutLeftOverlay;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-slip.custombox-container.custombox-close.custombox-right {
	animation-name: slipOutRightOverlay;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

@keyframes cornerInOverlay {
	from {
		transform: translateY(150px) translateX(150px);
		transition-property: opacity, transform, visibility;
	}
	
	to {
		transform: translateY(0);
		transition-property: opacity, transform;
	}
}

@keyframes cornerOutOverlay {
	from {
		transform: translateY(0);
		transition-property: opacity, transform;
	}
	
	to {
		transform: translateY(150px) translateX(150px);
		transition-property: opacity, transform, visibility;
		opacity: 0;
	}
}

@keyframes cornerInContent {
	from {
		transform: translateY(150px) translateX(150px);
		transition-property: opacity, transform, visibility;
	}
	
	to {
		transform: translateY(0);
		transition-property: opacity, transform;
		opacity: 1;
	}
}

@keyframes cornerOutContent {
	from {
		transform: translateY(0);
		transition-property: opacity, transform;
		opacity: 1;
	}
	
	to {
		transform: translateY(150px) translateX(150px);
		transition-property: opacity, transform, visibility;
		opacity: 0;
	}
}

.custombox-corner.custombox-overlay.custombox-open {
	animation-name: cornerInOverlay;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-corner.custombox-overlay.custombox-close {
	animation-name: cornerOutOverlay;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-corner.custombox-content.custombox-open {
	animation-name: cornerInContent;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-corner.custombox-content.custombox-close {
	animation-name: cornerOutContent;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-slidetogether.custombox-content, .custombox-slidetogether.custombox-overlay {
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.custombox-slidetogether.custombox-content.custombox-open.custombox-top, .custombox-slidetogether.custombox-overlay.custombox-open.custombox-top {
	animation-name: slideInTop;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-slidetogether.custombox-content.custombox-open.custombox-bottom, .custombox-slidetogether.custombox-overlay.custombox-open.custombox-bottom {
	animation-name: slideInBottom;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-slidetogether.custombox-content.custombox-open.custombox-left, .custombox-slidetogether.custombox-overlay.custombox-open.custombox-left {
	animation-name: slideInLeft;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-slidetogether.custombox-content.custombox-open.custombox-right, .custombox-slidetogether.custombox-overlay.custombox-open.custombox-right {
	animation-name: slideInRight;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-slidetogether.custombox-content.custombox-close.custombox-top, .custombox-slidetogether.custombox-overlay.custombox-close.custombox-top {
	animation-name: slideOutTop;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-slidetogether.custombox-content.custombox-close.custombox-bottom, .custombox-slidetogether.custombox-overlay.custombox-close.custombox-bottom {
	animation-name: slideOutBottom;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-slidetogether.custombox-content.custombox-close.custombox-left, .custombox-slidetogether.custombox-overlay.custombox-close.custombox-left {
	animation-name: slideOutLeft;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-slidetogether.custombox-content.custombox-close.custombox-right, .custombox-slidetogether.custombox-overlay.custombox-close.custombox-right {
	animation-name: slideOutRight;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

@keyframes scaleInOverlay {
	from {
		transform: scale(.9);
		transition: transform;
		opacity: 0;
	}
	
	to {
		transform: scale(1);
		transition: transform;
	}
}

@keyframes scaleOutOverlay {
	from {
		transform: scale(1);
		transition: transform;
	}
	
	to {
		transform: scale(.9);
		transition: transform;
		opacity: 0;
		opacity: 0;
	}
}

.custombox-scale.custombox-overlay.custombox-open {
	animation-name: scaleInOverlay;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-scale.custombox-overlay.custombox-close {
	animation-name: scaleOutOverlay;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-scale.custombox-content.custombox-open {
	animation-name: scaleInOverlay;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-scale.custombox-content.custombox-close {
	animation-name: scaleOutOverlay;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

@keyframes doorInOverlay {
	from {
		position: fixed;
		bottom: 0;
		left: 50%;
		right: 50%;
		width: 0;
	}
	
	to {
		width: 100%;
		left: 0;
		right: 0;
		transition-property: width;
	}
}

@keyframes doorOutOverlay {
	from {
		width: 100%;
		left: 0;
		right: 0;
		transition-property: width;
	}
	
	to {
		position: fixed;
		bottom: 0;
		left: 50%;
		right: 50%;
		width: 0;
	}
}

.custombox-door.custombox-overlay.custombox-open {
	animation-name: doorInOverlay;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-door.custombox-overlay.custombox-close {
	animation-name: doorOutOverlay;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-door.custombox-content.custombox-open {
	animation-name: doorInOverlay;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-door.custombox-content.custombox-close {
	animation-name: doorOutOverlay;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

@keyframes pushInLeftOverlay {
	from {
		transform: translateX(-100%);
	}
	
	to {
		transform: translateX(0) translateY(0);
	}
}

@keyframes pushOutLeftOverlay {
	from {
		transform: translateX(0) translateY(0);
	}
	
	to {
		transform: translateX(-100%);
	}
}

@keyframes pushInRightOverlay {
	from {
		transform: translateX(100%);
	}
	
	to {
		transform: translateX(0) translateY(0);
	}
}

@keyframes pushOutRightOverlay {
	from {
		transform: translateX(0) translateY(0);
	}
	
	to {
		transform: translateX(100%);
	}
}

@keyframes pushInTopOverlay {
	from {
		transform: translateY(-100%);
	}
	
	to {
		transform: translateX(0) translateY(0);
	}
}

@keyframes pushOutTopOverlay {
	from {
		transform: translateX(0) translateY(0);
	}
	
	to {
		transform: translateY(-100%);
	}
}

@keyframes pushInBottomOverlay {
	from {
		transform: translateY(100%);
	}
	
	to {
		transform: translateX(0) translateY(0);
	}
}

@keyframes pushOutBottomOverlay {
	from {
		transform: translateX(0) translateY(0);
	}
	
	to {
		transform: translateY(100%);
	}
}

@keyframes pushOutTopOverlay {
	from {
		transform: translateX(0) translateY(0);
	}
	
	to {
		transform: translateY(-100%);
	}
}

@keyframes pushInLeftContainer {
	from {
		overflow-x: hidden;
		transition-property: transform;
	}
	
	to {
		transform: translateX(100%);
	}
}

@keyframes pushOutLeftContainer {
	from {
		transform: translateX(100%);
	}
	
	to {
		overflow-x: hidden;
		transition-property: transform;
	}
}

@keyframes pushInRightContainer {
	from {
		overflow-x: hidden;
		transition-property: transform;
	}
	
	to {
		transform: translateX(-100%);
	}
}

@keyframes pushOutRightContainer {
	from {
		transform: translateX(-100%);
	}
	
	to {
		overflow-x: hidden;
		transition-property: transform;
	}
}

@keyframes pushInTopContainer {
	from {
		overflow-x: hidden;
		transition-property: transform;
	}
	
	to {
		transform: translateY(100%);
	}
}

@keyframes pushOutTopContainer {
	from {
		transform: translateY(100%);
	}
	
	to {
		overflow-x: hidden;
		transition-property: transform;
	}
}

@keyframes pushInBottomContainer {
	from {
		overflow-x: hidden;
		transition-property: transform;
	}
	
	to {
		transform: translateY(-100%);
	}
}

@keyframes pushOutBottomContainer {
	from {
		transform: translateY(-100%);
	}
	
	to {
		overflow-x: hidden;
		transition-property: transform;
	}
}

.custombox-push.custombox-overlay {
	transition-property: transform;
}

.custombox-push.custombox-overlay.custombox-open.custombox-top {
	animation-name: pushInTopOverlay;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-push.custombox-overlay.custombox-open.custombox-bottom {
	animation-name: pushInBottomOverlay;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-push.custombox-overlay.custombox-open.custombox-left {
	animation-name: pushInLeftOverlay;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-push.custombox-overlay.custombox-open.custombox-right {
	animation-name: pushInRightOverlay;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-push.custombox-overlay.custombox-close.custombox-top {
	animation-name: pushOutTopOverlay;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-push.custombox-overlay.custombox-close.custombox-bottom {
	animation-name: pushOutBottomOverlay;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-push.custombox-overlay.custombox-close.custombox-left {
	animation-name: pushOutLeftOverlay;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-push.custombox-overlay.custombox-close.custombox-right {
	animation-name: pushOutRightOverlay;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-push.custombox-container.custombox-open.custombox-top {
	animation-name: pushInTopContainer;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-push.custombox-container.custombox-open.custombox-bottom {
	animation-name: pushInBottomContainer;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-push.custombox-container.custombox-open.custombox-left {
	animation-name: pushInLeftContainer;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-push.custombox-container.custombox-open.custombox-right {
	animation-name: pushInRightContainer;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-push.custombox-container.custombox-close.custombox-top {
	animation-name: pushOutTopContainer;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-push.custombox-container.custombox-close.custombox-bottom {
	animation-name: pushOutBottomContainer;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-push.custombox-container.custombox-close.custombox-left {
	animation-name: pushOutLeftContainer;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-push.custombox-container.custombox-close.custombox-right {
	animation-name: pushOutRightContainer;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

@keyframes contentscaleInContainer {
	from {
		transition: transform;
	}
	
	to {
		transform: scale(.8);
	}
}

@keyframes contentscaleOutContainer {
	from {
		transform: scale(.8);
	}
	
	to {
		transition: transform;
	}
}

.custombox-contentscale.custombox-overlay {
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.custombox-contentscale.custombox-overlay.custombox-open.custombox-top {
	animation-name: slideInTop;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-contentscale.custombox-overlay.custombox-open.custombox-bottom {
	animation-name: slideInBottom;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-contentscale.custombox-overlay.custombox-open.custombox-left {
	animation-name: slideInLeft;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-contentscale.custombox-overlay.custombox-open.custombox-right {
	animation-name: slideInRight;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-contentscale.custombox-overlay.custombox-close.custombox-top {
	animation-name: slideOutTop;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-contentscale.custombox-overlay.custombox-close.custombox-bottom {
	animation-name: slideOutBottom;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-contentscale.custombox-overlay.custombox-close.custombox-left {
	animation-name: slideOutLeft;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-contentscale.custombox-overlay.custombox-close.custombox-right {
	animation-name: slideOutRight;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-contentscale.custombox-container.custombox-open {
	animation-name: contentscaleInContainer;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-contentscale.custombox-container.custombox-close {
	animation-name: contentscaleOutContainer;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

@keyframes swellOpen {
	0% {
		opacity: 0;
		transform: translate3d(calc(-100vw - 50%), 0, 0);
	}
	
	50% {
		opacity: 1;
		transform: translate3d(100px, 0, 0);
	}
	
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes swellClose {
	0% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
	
	50% {
		opacity: 1;
		transform: translate3d(-100px, 0, 0) scale3d(1.1, 1.1, 1);
	}
	
	100% {
		opacity: 0;
		transform: translate3d(calc(100vw + 50%), 0, 0);
	}
}

.custombox-swell.custombox-content {
	opacity: 0;
}

.custombox-swell.custombox-content.custombox-open {
	animation-name: swellOpen;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-swell.custombox-content.custombox-close {
	animation-name: swellClose;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

@keyframes rotatedownOpen {
	0% {
		opacity: 0;
		transform: rotate3d(0, 0, 1, -45deg);
	}
	
	100% {
		opacity: 1;
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes rotatedownClose {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
		transform: rotate3d(0, 0, 1, 45deg);
	}
}

@keyframes rotatedownElem {
	0% {
		opacity: 0;
		transform: translate3d(0, -150px, 0) rotate3d(0, 0, 1, -20deg);
	}
	
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
	}
}

.custombox-rotatedown.custombox-content {
	opacity: 0;
	animation-timing-function: cubic-bezier(.7, 0, .3, 1);
	-ms-transform-origin: -150% 50%;
	transform-origin: -150% 50%;
}

.custombox-rotatedown.custombox-content.custombox-open {
	animation-name: rotatedownOpen;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-rotatedown.custombox-content.custombox-close {
	animation-name: rotatedownClose;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

@keyframes flashOpen {
	0% {
		opacity: 0;
		transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
	}
	
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	}
}

@keyframes flashClose {
	0% {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	}
	
	20% {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	}
	
	100% {
		opacity: 0;
		transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
	}
}

.custombox-flash.custombox-content {
	opacity: 0;
	animation-timing-function: cubic-bezier(.7, 0, .3, 1);
}

.custombox-flash.custombox-content.custombox-open {
	animation-name: flashOpen;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

.custombox-flash.custombox-content.custombox-close {
	animation-name: flashClose;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
}

@keyframes spin {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.custombox-loader {
	display: none;
	border-style: solid;
	border-width: 5px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation-name: spin;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	z-index: 9998;
}

/*********************************************************
	General CSS
*********************************************************/
.paoc-clearfix:before, .paoc-clearfix:after {
	content: "";
	display: table;
}

.paoc-clearfix::after {
	clear: both;
}

.paoc-clear {
	clear: both;
}

.paoc-hide {
	display: none;
}

.paoc-center {
	text-align: center;
}

.paoc-left {
	text-align: left;
}

.paoc-padding-20 {
	padding: 20px;
}

.paoc-padding-30 {
	padding: 30px;
}

.paoc-lr-padding {
	padding-left: 15px;
	padding-right: 15px;
}

.paoc-wrap, .paoc-wrap * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

.paoc-cb-popup-body {
	display: none;
	background-color: #fff;
	max-width: 800px;
	width: 100%;
	position: relative;
	box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
	line-height: normal;
}

.paoc-popup-overlay.custombox-open.custombox-overlay {
	opacity: 1;
	z-index: 100000;
}

.custombox-open.custombox-content {
	z-index: 100002;
}

.custombox-content>* {
	max-height: inherit !important;
}

.paoc-popup iframe {
	width: 100%;
}

.paoc-popup img {
	max-width: 100%;
	height: auto;
}

.paoc-iframe-wrap {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}

.paoc-iframe-wrap iframe {
	position: absolute;
	left: 0;
	top: 0;
	border: 0;
	height: 100%;
}

.paoc-image-popup {
	padding: 10px 0;
}

.paoc-popup-inr-wrap {
	position: relative;
}

.paoc-popup-inr {
	width: 100%;
	color: #333;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.paoc-popup-mheading {
	font-size: 26px;
	color: #000;
	line-height: normal;
	font-weight: 700;
}

.paoc-popup-sheading {
	font-size: 20px;
	color: #333;
	line-height: normal;
	font-weight: 500;
}

.paoc-popup-content, .paoc-secondary-con, .paoc-popup-content p, .paoc-secondary-con p {
	color: #444;
}

.paoc-cus-close-txt {
	font-size: 12px;
	text-decoration: underline;
}

.paoc-cus-close-txt span {
	cursor: pointer;
}

.paoc-popup-snote {
	font-size: 12px;
}

.paoc-popup-margin {
	margin-bottom: 15px;
}

.paoc-popup .paoc-popup-margin:last-child {
	margin-bottom: 0;
}

.paoc-cb-popup.custombox-content {
	overflow-y: hidden;
}

.paoc-cb-popup-complete.custombox-content {
	overflow-y: auto;
}

.paoc-cb-popup-body .paoc-popup-content p, .paoc-cb-popup-body .paoc-secondary-con p {
	margin-bottom: 15px;
}

.paoc-cb-popup-body .paoc-popup-content p:last-child, .paoc-cb-popup-body .paoc-secondary-con p:last-child {
	margin-bottom: 0;
}

.paoc-close-popup {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 35px;
	height: 35px;
	font-size: 0;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	line-height: 29px;
	fill: #fff;
	border-radius: 50px;
	background-color: #000;
	border: 3px solid #fff;
	outline: none !important;
}

.paoc-close-popup svg {
	display: inline-block;
	vertical-align: middle;
	height: 19px;
	width: 19px;
}

.paoc-close-popup:hover {
	background-color: #000;
}

.paoc-popup textarea {
	resize: vertical;
}

/* Common Conflict CSS */
body.custombox-lock {
	height: auto;
}

.custombox-overlay:empty {
	display: block;
}

.pac-container {
	z-index: 100003;
}

.paoc-popup .nf-form-cont {
	text-align: left;
}

.paoc-popup .nf-form-hp {
	display: none;
}

.flatpickr-calendar.open, body div#ui-datepicker-div[style] {
	z-index: 999999 !important;
}

/* Button Style CSS */
.paoc-popup-btn {
	display: inline-block;
	padding: 8px 20px;
	text-align: center;
	background: #e91e63;
	color: #fff;
	border-radius: 3px;
}

.paoc-popup-btn:hover, .paoc-popup-btn:focus, .paoc-popup-btn:active {
	background: #555;
	color: #fff;
}

.popupaoc-black {
	background-color: #252525;
}

.popupaoc-black:hover, .popupaoc-black:focus {
	background-color: #000;
}

a.popupaoc-black {
	color: #fff !important;
}

.popupaoc-white {
	background-color: #fff;
}

.popupaoc-white:hover, .popupaoc-white:focus {
	background-color: #f1f1f1;
}

a.popupaoc-white {
	color: #8799a3 !important;
}

.popupaoc-grey {
	background-color: #8799a3;
}

.popupaoc-grey:hover, .popupaoc-gray:focus {
	background-color: #73848d;
}

a.popupaoc-grey {
	color: #fff !important;
}

.popupaoc-azure {
	background-color: #0081ff;
}

.popupaoc-azure:hover, .popupaoc-azure:focus {
	background-color: #0374e3;
}

a.popupaoc-azure {
	color: #fff !important;
}

.popupaoc-moderate-green {
	background-color: #8dc63f;
}

.popupaoc-moderate-green:hover, .popupaoc-moderate-green:focus {
	background-color: #78b623;
}

a.popupaoc-moderate-green {
	color: #fff !important;
}

.popupaoc-soft-red {
	background-color: #f04e4e;
}

.popupaoc-soft-red:hover, .popupaoc-soft-red:focus {
	background-color: #dd3131;
}

a.popupaoc-soft-red {
	color: #fff !important;
}

.popupaoc-red {
	background-color: #fe0000;
}

.popupaoc-red:hover, .popupaoc-red:focus {
	background-color: #df0303;
}

a.popupaoc-red {
	color: #fff !important;
}

.popupaoc-green {
	background-color: #39b54a;
}

.popupaoc-green:hover, .popupaoc-green:focus {
	background-color: #23a535;
}

a.popupaoc-green {
	color: #fff !important;
}

.popupaoc-bright-yellow {
	background-color: #fefb30;
}

.popupaoc-bright-yellow:hover, .popupaoc-bright-yellow:focus {
	background-color: #e2df22;
}

a.popupaoc-bright-yellow {
	color: #000 !important;
}

.popupaoc-cyan {
	background-color: #1cbbb4;
}

.popupaoc-cyan:hover, .popupaoc-cyan:focus {
	background-color: #10a19b;
}

a.popupaoc-cyan {
	color: #fff !important;
}

.popupaoc-orange {
	background-color: #ff9700;
}

.popupaoc-orange:hover, .popupaoc-orange:focus {
	background-color: #e68903;
}

a.popupaoc-orange {
	color: #fff !important;
}

.popupaoc-moderate-violet {
	background-color: #6739b6;
}

.popupaoc-moderate-violet:hover, .popupaoc-moderate-violet:focus {
	background-color: #5e2eb0;
}

a.popupaoc-moderate-violet {
	color: #fff !important;
}

.popupaoc-dark-magenta {
	background-color: #9c26b0;
}

.popupaoc-dark-magenta:hover, .popupaoc-dark-magenta:focus {
	background-color: #911ea5;
}

a.popupaoc-dark-magenta {
	color: #fff !important;
}

.popupaoc-moderate-blue {
	background-color: #5674b9;
}

.popupaoc-moderate-blue:hover, .popupaoc-moderate-blue:focus {
	background-color: #435f9f;
}

a.popupaoc-moderate-blue {
	color: #fff !important;
}

.popupaoc-blue {
	background-color: #00f;
}

.popupaoc-blue:hover, .popupaoc-blue:focus {
	background-color: #0101e1;
}

a.popupaoc-blue {
	color: #fff !important;
}

.popupaoc-magenta {
	background-color: #f0f;
}

.popupaoc-magenta:hover, .popupaoc-magenta:focus {
	background-color: #e201e2;
}

a.popupaoc-magenta {
	color: #fff !important;
}

.popupaoc-lime {
	background-color: #bfff00;
}

.popupaoc-lime:hover, .popupaoc-lime:focus {
	background-color: #a8e003;
}

a.popupaoc-lime {
	color: #000 !important;
}

.popupaoc-pink {
	background-color: #ff0056;
}

.popupaoc-pink:hover, .popupaoc-pink:focus {
	background-color: #dd044d;
}

a.popupaoc-pink {
	color: #fff !important;
}

.popupaoc-vivid-yellow {
	background-color: #fecb16;
}

.popupaoc-vivid-yellow:hover, .popupaoc-vivid-yellow:focus {
	background-color: #dfb10e;
}

a.popupaoc-vivid-yellow {
	color: #000 !important;
}

.popupaoc-lime-green {
	background-color: #7bcba7;
}

.popupaoc-lime-green:hover, .popupaoc-lime-green:focus {
	background-color: #67ac8d;
}

a.popupaoc-lime-green {
	color: #000 !important;
}

.popupaoc-yellow {
	background-color: #e8ff00;
}

.popupaoc-yellow:hover, .popupaoc-yellow:focus {
	background-color: #c7da05;
}

a.popupaoc-yellow {
	color: #000 !important;
}

/* Credit Start */
.paoc-credit-wrp {
	position: absolute;
	left: 0;
	right: 0;
	padding: 3px 0;
	line-height: 0;
	text-align: center;
}

.paoc-credit-wrp .paoc-credit-inr-wrp {
	display: inline-block;
	padding: 3px 6px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 0px 2px #d5d5d5;
}

.paoc-credit-wrp .paoc-credit-link {
	display: inline-block !important;
	color: #333 !important;
	outline: 0 !important;
	text-decoration: none !important;
	border: 0 !important;
	font-size: 13px !important;
}

.paoc-credit-wrp .paoc-credit-link span {
	vertical-align: middle;
}

.paoc-credit-wrp .paoc-credit-copyright-logo {
	display: inline-block;
	line-height: normal;
	margin-left: 3px;
}

.paoc-credit-copyright-logo img {
	display: inline-block;
	vertical-align: middle;
	box-shadow: none;
	outline: none;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

.paoc-popup-fullscreen:not(.paoc-inline-popup) .paoc-credit-wrp {
	position: fixed;
	left: 5px;
	bottom: 0;
	right: unset;
}

/* credit End*/

/* Popup Position Start*/
.paoc-popup-left-center .paoc-cb-popup-body {
	margin: auto 0;
}

.paoc-popup-left-bottom .paoc-cb-popup-body {
	margin: auto 0 0 0;
}

.paoc-popup-center-center .paoc-cb-popup-body {
	margin: auto;
}

.paoc-popup-center-bottom .paoc-cb-popup-body {
	margin: auto auto 0;
}

.paoc-popup-right-center .paoc-cb-popup-body {
	margin: auto 0;
}

.paoc-popup-right-bottom .paoc-cb-popup-body {
	margin: auto 0 0 auto;
}

/* Popup Position - End */

/* Popup Position With Hide Overlay - Start */
.paoc-hide-overlay.custombox-content {
	max-width: 800px;
	width: 100%;
	max-height: 100vh;
	height: auto;
}

.admin-bar .paoc-hide-overlay.paoc-cb-popup.custombox-content.custombox-y-top {
	top: 32px;
}

.paoc-hide-overlay.paoc-cb-bar-popup {
	max-width: 100%;
}

.paoc-hide-overlay .paoc-cb-popup-body {
	box-shadow: 0px 2px 1px 1px #ececec;
	margin: unset;
}

.paoc-hide-overlay.paoc-cb-popup-complete.custombox-content {
	overflow-y: hidden;
}

.paoc-hide-overlay.paoc-popup-left-center {
	bottom: 0;
	left: 0;
}

.paoc-hide-overlay.paoc-popup-left-bottom {
	top: unset;
	bottom: 0;
	left: 0;
}

.paoc-hide-overlay.paoc-popup-center-top {
	left: 0;
	right: 0;
	margin: 0 auto;
}

.paoc-hide-overlay.paoc-popup-center-center {
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.paoc-hide-overlay.paoc-popup-center-bottom {
	top: unset;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.paoc-hide-overlay.paoc-popup-right-top {
	right: 0;
}

.paoc-hide-overlay.paoc-popup-right-center {
	right: 0;
	bottom: 0;
}

.paoc-hide-overlay.paoc-popup-right-bottom {
	right: 0;
	bottom: 0;
	top: unset;
}

.paoc-cb-popup-complete.paoc-hide-overlay.paoc-popup-left-center, .paoc-cb-popup-complete.paoc-hide-overlay.paoc-popup-right-center {
	margin: auto 0;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
}

.paoc-cb-popup-complete.paoc-hide-overlay.paoc-popup-center-center {
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
}

.paoc-hide-overlay .paoc-close-popup {
	top: 0;
	right: 0;
}

.paoc-hide-overlay.custombox-slide.custombox-content.paoc-popup-center-top, .paoc-hide-overlay.custombox-slide.custombox-content.paoc-popup-center-center {
	-webkit-transform: translateY(-120%);
	transform: translateY(-120%);
}

.paoc-hide-overlay.custombox-slide.custombox-content.paoc-popup-center-bottom {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.paoc-hide-overlay.custombox-slide.custombox-content.paoc-popup-right-top, .paoc-hide-overlay.custombox-slide.custombox-content.paoc-popup-right-center, .paoc-hide-overlay.custombox-slide.custombox-content.paoc-popup-right-bottom {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

/* Popup Position With Hide Overlay - End */

/* Modal Popup CSS - Start */
.paoc-popup .paoc-popup-inr-wrap {
	max-height: inherit;
	overflow-y: auto;
}

/* Modal Popup CSS - End */

/* Fullscreen Popup CSS - Start */
.custombox-fullscreen.paoc-cb-popup .paoc-cb-popup-body {
	height: 100%;
	overflow-y: auto;
}

.custombox-fullscreen .paoc-popup-fullscreen .paoc-popup-inr-wrap {
	height: 100%;
}

.paoc-popup-fullscreen.paoc-cb-popup-body {
	max-width: 100%;
}

.paoc-popup-fullscreen .paoc-close-popup {
	top: 0;
	right: 0;
}

/* Fullscreen Popup CSS - End */

/* Modal Popup Design 1 */
.paoc-design-1 .paoc-popup-con-bg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	overflow-y: auto;
}

.paoc-design-1 .paoc-popup-inr {
	margin: auto;
}

.paoc-popup-fullscreen.paoc-design-1 .paoc-popup-con-bg {
	height: 100%;
}

/**************************************************************************
		Start - Responsive CSS
***************************************************************************/

/* Screen resolution "max-width: 640px" */
@media only screen and (max-width: 640px) {
	/* General CSS */
	.paoc-padding-30 {
		padding: 30px 15px;
	}
}

/* Screen resolution "max-width: 720px" */
@media only screen and (max-width: 720px) {
	.paoc-cb-popup-body, .paoc-hide-overlay.custombox-content {
		width: 95%;
		max-width: 95% !important;
	}
	
	.paoc-hide-overlay .paoc-cb-popup-body {
		width: 100%;
		max-width: 100% !important;
	}
}

/*!
 * Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa.fa-glass:before {
	content: "";
}

.fa.fa-envelope-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-envelope-o:before {
	content: "";
}

.fa.fa-star-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-star-o:before {
	content: "";
}

.fa.fa-close:before, .fa.fa-remove:before {
	content: "";
}

.fa.fa-gear:before {
	content: "";
}

.fa.fa-trash-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-trash-o:before {
	content: "";
}

.fa.fa-home:before {
	content: "";
}

.fa.fa-file-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-o:before {
	content: "";
}

.fa.fa-clock-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-clock-o:before {
	content: "";
}

.fa.fa-arrow-circle-o-down {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before {
	content: "";
}

.fa.fa-arrow-circle-o-up {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before {
	content: "";
}

.fa.fa-play-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-play-circle-o:before {
	content: "";
}

.fa.fa-repeat:before, .fa.fa-rotate-right:before {
	content: "";
}

.fa.fa-refresh:before {
	content: "";
}

.fa.fa-list-alt {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-list-alt:before {
	content: "";
}

.fa.fa-dedent:before {
	content: "";
}

.fa.fa-video-camera:before {
	content: "";
}

.fa.fa-picture-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-picture-o:before {
	content: "";
}

.fa.fa-photo {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-photo:before {
	content: "";
}

.fa.fa-image {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-image:before {
	content: "";
}

.fa.fa-map-marker:before {
	content: "";
}

.fa.fa-pencil-square-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-pencil-square-o:before {
	content: "";
}

.fa.fa-edit {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-edit:before {
	content: "";
}

.fa.fa-share-square-o:before {
	content: "";
}

.fa.fa-check-square-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-check-square-o:before {
	content: "";
}

.fa.fa-arrows:before {
	content: "";
}

.fa.fa-times-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-times-circle-o:before {
	content: "";
}

.fa.fa-check-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-check-circle-o:before {
	content: "";
}

.fa.fa-mail-forward:before {
	content: "";
}

.fa.fa-expand:before {
	content: "";
}

.fa.fa-compress:before {
	content: "";
}

.fa.fa-eye, .fa.fa-eye-slash {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-warning:before {
	content: "";
}

.fa.fa-calendar:before {
	content: "";
}

.fa.fa-arrows-v:before {
	content: "";
}

.fa.fa-arrows-h:before {
	content: "";
}

.fa.fa-bar-chart-o:before, .fa.fa-bar-chart:before {
	content: "";
}

.fa.fa-twitter-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-twitter-square:before {
	content: "";
}

.fa.fa-facebook-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-facebook-square:before {
	content: "";
}

.fa.fa-gears:before {
	content: "";
}

.fa.fa-thumbs-o-up {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
	content: "";
}

.fa.fa-thumbs-o-down {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
	content: "";
}

.fa.fa-heart-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-heart-o:before {
	content: "";
}

.fa.fa-sign-out:before {
	content: "";
}

.fa.fa-linkedin-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-linkedin-square:before {
	content: "";
}

.fa.fa-thumb-tack:before {
	content: "";
}

.fa.fa-external-link:before {
	content: "";
}

.fa.fa-sign-in:before {
	content: "";
}

.fa.fa-github-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-github-square:before {
	content: "";
}

.fa.fa-lemon-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-lemon-o:before {
	content: "";
}

.fa.fa-square-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-square-o:before {
	content: "";
}

.fa.fa-bookmark-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-bookmark-o:before {
	content: "";
}

.fa.fa-facebook, .fa.fa-twitter {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-facebook:before {
	content: "";
}

.fa.fa-facebook-f {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-facebook-f:before {
	content: "";
}

.fa.fa-github {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-credit-card {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-feed:before {
	content: "";
}

.fa.fa-hdd-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hdd-o:before {
	content: "";
}

.fa.fa-hand-o-right {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-o-right:before {
	content: "";
}

.fa.fa-hand-o-left {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-o-left:before {
	content: "";
}

.fa.fa-hand-o-up {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-o-up:before {
	content: "";
}

.fa.fa-hand-o-down {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-o-down:before {
	content: "";
}

.fa.fa-globe:before {
	content: "";
}

.fa.fa-tasks:before {
	content: "";
}

.fa.fa-arrows-alt:before {
	content: "";
}

.fa.fa-group:before {
	content: "";
}

.fa.fa-chain:before {
	content: "";
}

.fa.fa-cut:before {
	content: "";
}

.fa.fa-files-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-files-o:before {
	content: "";
}

.fa.fa-floppy-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-floppy-o:before {
	content: "";
}

.fa.fa-save {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-save:before {
	content: "";
}

.fa.fa-navicon:before, .fa.fa-reorder:before {
	content: "";
}

.fa.fa-magic:before {
	content: "";
}

.fa.fa-pinterest, .fa.fa-pinterest-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-pinterest-square:before {
	content: "";
}

.fa.fa-google-plus-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-google-plus-square:before {
	content: "";
}

.fa.fa-google-plus {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-google-plus:before {
	content: "";
}

.fa.fa-money:before {
	content: "";
}

.fa.fa-unsorted:before {
	content: "";
}

.fa.fa-sort-desc:before {
	content: "";
}

.fa.fa-sort-asc:before {
	content: "";
}

.fa.fa-linkedin {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-linkedin:before {
	content: "";
}

.fa.fa-rotate-left:before {
	content: "";
}

.fa.fa-legal:before {
	content: "";
}

.fa.fa-dashboard:before, .fa.fa-tachometer:before {
	content: "";
}

.fa.fa-comment-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-comment-o:before {
	content: "";
}

.fa.fa-comments-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-comments-o:before {
	content: "";
}

.fa.fa-flash:before {
	content: "";
}

.fa.fa-clipboard:before {
	content: "";
}

.fa.fa-lightbulb-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-lightbulb-o:before {
	content: "";
}

.fa.fa-exchange:before {
	content: "";
}

.fa.fa-cloud-download:before {
	content: "";
}

.fa.fa-cloud-upload:before {
	content: "";
}

.fa.fa-bell-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-bell-o:before {
	content: "";
}

.fa.fa-cutlery:before {
	content: "";
}

.fa.fa-file-text-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-text-o:before {
	content: "";
}

.fa.fa-building-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-building-o:before {
	content: "";
}

.fa.fa-hospital-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hospital-o:before {
	content: "";
}

.fa.fa-tablet:before {
	content: "";
}

.fa.fa-mobile-phone:before, .fa.fa-mobile:before {
	content: "";
}

.fa.fa-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-circle-o:before {
	content: "";
}

.fa.fa-mail-reply:before {
	content: "";
}

.fa.fa-github-alt {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-folder-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-folder-o:before {
	content: "";
}

.fa.fa-folder-open-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-folder-open-o:before {
	content: "";
}

.fa.fa-smile-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-smile-o:before {
	content: "";
}

.fa.fa-frown-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-frown-o:before {
	content: "";
}

.fa.fa-meh-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-meh-o:before {
	content: "";
}

.fa.fa-keyboard-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-keyboard-o:before {
	content: "";
}

.fa.fa-flag-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-flag-o:before {
	content: "";
}

.fa.fa-mail-reply-all:before {
	content: "";
}

.fa.fa-star-half-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-star-half-o:before {
	content: "";
}

.fa.fa-star-half-empty {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-star-half-empty:before {
	content: "";
}

.fa.fa-star-half-full {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-star-half-full:before {
	content: "";
}

.fa.fa-code-fork:before {
	content: "";
}

.fa.fa-chain-broken:before, .fa.fa-unlink:before {
	content: "";
}

.fa.fa-calendar-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-calendar-o:before {
	content: "";
}

.fa.fa-css3, .fa.fa-html5, .fa.fa-maxcdn {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-unlock-alt:before {
	content: "";
}

.fa.fa-minus-square-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-minus-square-o:before {
	content: "";
}

.fa.fa-level-up:before {
	content: "";
}

.fa.fa-level-down:before {
	content: "";
}

.fa.fa-pencil-square:before {
	content: "";
}

.fa.fa-external-link-square:before {
	content: "";
}

.fa.fa-compass {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-down {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-down:before {
	content: "";
}

.fa.fa-toggle-down {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-toggle-down:before {
	content: "";
}

.fa.fa-caret-square-o-up {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-up:before {
	content: "";
}

.fa.fa-toggle-up {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-toggle-up:before {
	content: "";
}

.fa.fa-caret-square-o-right {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-right:before {
	content: "";
}

.fa.fa-toggle-right {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-toggle-right:before {
	content: "";
}

.fa.fa-eur:before, .fa.fa-euro:before {
	content: "";
}

.fa.fa-gbp:before {
	content: "";
}

.fa.fa-dollar:before, .fa.fa-usd:before {
	content: "$";
}

.fa.fa-inr:before, .fa.fa-rupee:before {
	content: "";
}

.fa.fa-cny:before, .fa.fa-jpy:before, .fa.fa-rmb:before, .fa.fa-yen:before {
	content: "";
}

.fa.fa-rouble:before, .fa.fa-rub:before, .fa.fa-ruble:before {
	content: "";
}

.fa.fa-krw:before, .fa.fa-won:before {
	content: "";
}

.fa.fa-bitcoin, .fa.fa-btc {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-bitcoin:before {
	content: "";
}

.fa.fa-file-text:before {
	content: "";
}

.fa.fa-sort-alpha-asc:before {
	content: "";
}

.fa.fa-sort-alpha-desc:before {
	content: "";
}

.fa.fa-sort-amount-asc:before {
	content: "";
}

.fa.fa-sort-amount-desc:before {
	content: "";
}

.fa.fa-sort-numeric-asc:before {
	content: "";
}

.fa.fa-sort-numeric-desc:before {
	content: "";
}

.fa.fa-youtube-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-youtube-square:before {
	content: "";
}

.fa.fa-xing, .fa.fa-xing-square, .fa.fa-youtube {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-xing-square:before {
	content: "";
}

.fa.fa-youtube-play {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-youtube-play:before {
	content: "";
}

.fa.fa-adn, .fa.fa-bitbucket, .fa.fa-bitbucket-square, .fa.fa-dropbox, .fa.fa-flickr, .fa.fa-instagram, .fa.fa-stack-overflow {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-bitbucket-square:before {
	content: "";
}

.fa.fa-tumblr, .fa.fa-tumblr-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-tumblr-square:before {
	content: "";
}

.fa.fa-long-arrow-down:before {
	content: "";
}

.fa.fa-long-arrow-up:before {
	content: "";
}

.fa.fa-long-arrow-left:before {
	content: "";
}

.fa.fa-long-arrow-right:before {
	content: "";
}

.fa.fa-android, .fa.fa-apple, .fa.fa-dribbble, .fa.fa-foursquare, .fa.fa-gittip, .fa.fa-gratipay, .fa.fa-linux, .fa.fa-skype, .fa.fa-trello, .fa.fa-windows {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-gittip:before {
	content: "";
}

.fa.fa-sun-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-sun-o:before {
	content: "";
}

.fa.fa-moon-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-moon-o:before {
	content: "";
}

.fa.fa-pagelines, .fa.fa-renren, .fa.fa-stack-exchange, .fa.fa-vk, .fa.fa-weibo {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before {
	content: "";
}

.fa.fa-arrow-circle-o-left {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before {
	content: "";
}

.fa.fa-caret-square-o-left {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-caret-square-o-left:before {
	content: "";
}

.fa.fa-toggle-left {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-toggle-left:before {
	content: "";
}

.fa.fa-dot-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-dot-circle-o:before {
	content: "";
}

.fa.fa-vimeo-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-vimeo-square:before {
	content: "";
}

.fa.fa-try:before, .fa.fa-turkish-lira:before {
	content: "";
}

.fa.fa-plus-square-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-plus-square-o:before {
	content: "";
}

.fa.fa-openid, .fa.fa-slack, .fa.fa-wordpress {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-bank:before, .fa.fa-institution:before {
	content: "";
}

.fa.fa-mortar-board:before {
	content: "";
}

.fa.fa-google, .fa.fa-reddit, .fa.fa-reddit-square, .fa.fa-yahoo {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-reddit-square:before {
	content: "";
}

.fa.fa-behance, .fa.fa-behance-square, .fa.fa-delicious, .fa.fa-digg, .fa.fa-drupal, .fa.fa-joomla, .fa.fa-pied-piper-alt, .fa.fa-pied-piper-pp, .fa.fa-stumbleupon, .fa.fa-stumbleupon-circle {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-behance-square:before {
	content: "";
}

.fa.fa-steam, .fa.fa-steam-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-steam-square:before {
	content: "";
}

.fa.fa-automobile:before {
	content: "";
}

.fa.fa-cab:before {
	content: "";
}

.fa.fa-deviantart, .fa.fa-soundcloud, .fa.fa-spotify {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-file-pdf-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-pdf-o:before {
	content: "";
}

.fa.fa-file-word-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-word-o:before {
	content: "";
}

.fa.fa-file-excel-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-excel-o:before {
	content: "";
}

.fa.fa-file-powerpoint-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-powerpoint-o:before {
	content: "";
}

.fa.fa-file-image-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-image-o:before {
	content: "";
}

.fa.fa-file-photo-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-photo-o:before {
	content: "";
}

.fa.fa-file-picture-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-picture-o:before {
	content: "";
}

.fa.fa-file-archive-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-archive-o:before {
	content: "";
}

.fa.fa-file-zip-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-zip-o:before {
	content: "";
}

.fa.fa-file-audio-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-audio-o:before {
	content: "";
}

.fa.fa-file-sound-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-sound-o:before {
	content: "";
}

.fa.fa-file-video-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-video-o:before {
	content: "";
}

.fa.fa-file-movie-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-movie-o:before {
	content: "";
}

.fa.fa-file-code-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-file-code-o:before {
	content: "";
}

.fa.fa-codepen, .fa.fa-jsfiddle, .fa.fa-vine {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-life-bouy:before, .fa.fa-life-buoy:before, .fa.fa-life-saver:before, .fa.fa-support:before {
	content: "";
}

.fa.fa-circle-o-notch:before {
	content: "";
}

.fa.fa-ra, .fa.fa-rebel {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-ra:before {
	content: "";
}

.fa.fa-resistance {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-resistance:before {
	content: "";
}

.fa.fa-empire, .fa.fa-ge {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-ge:before {
	content: "";
}

.fa.fa-git-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-git-square:before {
	content: "";
}

.fa.fa-git, .fa.fa-hacker-news, .fa.fa-y-combinator-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-y-combinator-square:before {
	content: "";
}

.fa.fa-yc-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-yc-square:before {
	content: "";
}

.fa.fa-qq, .fa.fa-tencent-weibo, .fa.fa-wechat, .fa.fa-weixin {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-wechat:before {
	content: "";
}

.fa.fa-send:before {
	content: "";
}

.fa.fa-paper-plane-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-paper-plane-o:before {
	content: "";
}

.fa.fa-send-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-send-o:before {
	content: "";
}

.fa.fa-circle-thin {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-circle-thin:before {
	content: "";
}

.fa.fa-header:before {
	content: "";
}

.fa.fa-futbol-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-futbol-o:before {
	content: "";
}

.fa.fa-soccer-ball-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
	content: "";
}

.fa.fa-slideshare, .fa.fa-twitch, .fa.fa-yelp {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-newspaper-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-newspaper-o:before {
	content: "";
}

.fa.fa-cc-amex, .fa.fa-cc-discover, .fa.fa-cc-mastercard, .fa.fa-cc-paypal, .fa.fa-cc-stripe, .fa.fa-cc-visa, .fa.fa-google-wallet, .fa.fa-paypal {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-bell-slash-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-bell-slash-o:before {
	content: "";
}

.fa.fa-trash:before {
	content: "";
}

.fa.fa-copyright {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-eyedropper:before {
	content: "";
}

.fa.fa-area-chart:before {
	content: "";
}

.fa.fa-pie-chart:before {
	content: "";
}

.fa.fa-line-chart:before {
	content: "";
}

.fa.fa-lastfm, .fa.fa-lastfm-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-lastfm-square:before {
	content: "";
}

.fa.fa-angellist, .fa.fa-ioxhost {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-cc {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-cc:before {
	content: "";
}

.fa.fa-ils:before, .fa.fa-shekel:before, .fa.fa-sheqel:before {
	content: "";
}

.fa.fa-buysellads, .fa.fa-connectdevelop, .fa.fa-dashcube, .fa.fa-forumbee, .fa.fa-leanpub, .fa.fa-sellsy, .fa.fa-shirtsinbulk, .fa.fa-simplybuilt, .fa.fa-skyatlas {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-diamond {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-diamond:before {
	content: "";
}

.fa.fa-intersex:before, .fa.fa-transgender:before {
	content: "";
}

.fa.fa-transgender-alt:before {
	content: "";
}

.fa.fa-facebook-official {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-facebook-official:before {
	content: "";
}

.fa.fa-pinterest-p, .fa.fa-whatsapp {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-hotel:before {
	content: "";
}

.fa.fa-medium, .fa.fa-viacoin, .fa.fa-y-combinator, .fa.fa-yc {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-yc:before {
	content: "";
}

.fa.fa-expeditedssl, .fa.fa-opencart, .fa.fa-optin-monster {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-battery-4:before, .fa.fa-battery:before {
	content: "";
}

.fa.fa-battery-3:before {
	content: "";
}

.fa.fa-battery-2:before {
	content: "";
}

.fa.fa-battery-1:before {
	content: "";
}

.fa.fa-battery-0:before {
	content: "";
}

.fa.fa-object-group, .fa.fa-object-ungroup, .fa.fa-sticky-note-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-sticky-note-o:before {
	content: "";
}

.fa.fa-cc-diners-club, .fa.fa-cc-jcb {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-clone {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hourglass-o:before {
	content: "";
}

.fa.fa-hourglass-1:before {
	content: "";
}

.fa.fa-hourglass-2:before {
	content: "";
}

.fa.fa-hourglass-3:before {
	content: "";
}

.fa.fa-hand-rock-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-rock-o:before {
	content: "";
}

.fa.fa-hand-grab-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-grab-o:before {
	content: "";
}

.fa.fa-hand-paper-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-paper-o:before {
	content: "";
}

.fa.fa-hand-stop-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-stop-o:before {
	content: "";
}

.fa.fa-hand-scissors-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
	content: "";
}

.fa.fa-hand-lizard-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
	content: "";
}

.fa.fa-hand-spock-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-spock-o:before {
	content: "";
}

.fa.fa-hand-pointer-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
	content: "";
}

.fa.fa-hand-peace-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-hand-peace-o:before {
	content: "";
}

.fa.fa-registered {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-creative-commons, .fa.fa-gg, .fa.fa-gg-circle, .fa.fa-odnoklassniki, .fa.fa-odnoklassniki-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-odnoklassniki-square:before {
	content: "";
}

.fa.fa-chrome, .fa.fa-firefox, .fa.fa-get-pocket, .fa.fa-internet-explorer, .fa.fa-opera, .fa.fa-safari, .fa.fa-wikipedia-w {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-television:before {
	content: "";
}

.fa.fa-500px, .fa.fa-amazon, .fa.fa-contao {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-calendar-plus-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-calendar-plus-o:before {
	content: "";
}

.fa.fa-calendar-minus-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-calendar-minus-o:before {
	content: "";
}

.fa.fa-calendar-times-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-calendar-times-o:before {
	content: "";
}

.fa.fa-calendar-check-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-calendar-check-o:before {
	content: "";
}

.fa.fa-map-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-map-o:before {
	content: "";
}

.fa.fa-commenting:before {
	content: "";
}

.fa.fa-commenting-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-commenting-o:before {
	content: "";
}

.fa.fa-houzz, .fa.fa-vimeo {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-vimeo:before {
	content: "";
}

.fa.fa-black-tie, .fa.fa-edge, .fa.fa-fonticons, .fa.fa-reddit-alien {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-credit-card-alt:before {
	content: "";
}

.fa.fa-codiepie, .fa.fa-fort-awesome, .fa.fa-mixcloud, .fa.fa-modx, .fa.fa-product-hunt, .fa.fa-scribd, .fa.fa-usb {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-pause-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-pause-circle-o:before {
	content: "";
}

.fa.fa-stop-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-stop-circle-o:before {
	content: "";
}

.fa.fa-bluetooth, .fa.fa-bluetooth-b, .fa.fa-envira, .fa.fa-gitlab, .fa.fa-wheelchair-alt, .fa.fa-wpbeginner, .fa.fa-wpforms {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
	content: "";
}

.fa.fa-question-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-question-circle-o:before {
	content: "";
}

.fa.fa-volume-control-phone:before {
	content: "";
}

.fa.fa-asl-interpreting:before {
	content: "";
}

.fa.fa-deafness:before, .fa.fa-hard-of-hearing:before {
	content: "";
}

.fa.fa-glide, .fa.fa-glide-g {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-signing:before {
	content: "";
}

.fa.fa-viadeo, .fa.fa-viadeo-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-viadeo-square:before {
	content: "";
}

.fa.fa-snapchat, .fa.fa-snapchat-ghost {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-snapchat-ghost:before {
	content: "";
}

.fa.fa-snapchat-square {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-snapchat-square:before {
	content: "";
}

.fa.fa-first-order, .fa.fa-google-plus-official, .fa.fa-pied-piper, .fa.fa-themeisle, .fa.fa-yoast {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-google-plus-official:before {
	content: "";
}

.fa.fa-google-plus-circle {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-google-plus-circle:before {
	content: "";
}

.fa.fa-fa, .fa.fa-font-awesome {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-fa:before {
	content: "";
}

.fa.fa-handshake-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-handshake-o:before {
	content: "";
}

.fa.fa-envelope-open-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-envelope-open-o:before {
	content: "";
}

.fa.fa-linode {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-address-book-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-address-book-o:before {
	content: "";
}

.fa.fa-vcard:before {
	content: "";
}

.fa.fa-address-card-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-address-card-o:before {
	content: "";
}

.fa.fa-vcard-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-vcard-o:before {
	content: "";
}

.fa.fa-user-circle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-user-circle-o:before {
	content: "";
}

.fa.fa-user-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-user-o:before {
	content: "";
}

.fa.fa-id-badge {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-drivers-license:before {
	content: "";
}

.fa.fa-id-card-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-id-card-o:before {
	content: "";
}

.fa.fa-drivers-license-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-drivers-license-o:before {
	content: "";
}

.fa.fa-free-code-camp, .fa.fa-quora, .fa.fa-telegram {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-thermometer-4:before, .fa.fa-thermometer:before {
	content: "";
}

.fa.fa-thermometer-3:before {
	content: "";
}

.fa.fa-thermometer-2:before {
	content: "";
}

.fa.fa-thermometer-1:before {
	content: "";
}

.fa.fa-thermometer-0:before {
	content: "";
}

.fa.fa-bathtub:before, .fa.fa-s15:before {
	content: "";
}

.fa.fa-window-maximize, .fa.fa-window-restore {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-times-rectangle:before {
	content: "";
}

.fa.fa-window-close-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-window-close-o:before {
	content: "";
}

.fa.fa-times-rectangle-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
	content: "";
}

.fa.fa-bandcamp, .fa.fa-eercast, .fa.fa-etsy, .fa.fa-grav, .fa.fa-imdb, .fa.fa-ravelry {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}

.fa.fa-eercast:before {
	content: "";
}

.fa.fa-snowflake-o {
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
}

.fa.fa-snowflake-o:before {
	content: "";
}

.fa.fa-meetup, .fa.fa-superpowers, .fa.fa-wpexplorer {
	font-family: "Font Awesome 6 Brands";
	font-weight: 400;
}
