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

.xdsoft_datetimepicker {
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .506);
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px;
	padding-left: 0;
	padding-top: 2px;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
}

.xdsoft_datetimepicker.xdsoft_rtl {
	padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 75px;
	height: 210px;
	background: transparent;
	border: 0;
}

.xdsoft_datetimepicker button {
	border: none !important;
}

.xdsoft_noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.xdsoft_noselect::selection {
	background: transparent;
}

.xdsoft_noselect::-moz-selection {
	background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
	display: inline-block;
	position: static;
	box-shadow: none;
}

.xdsoft_datetimepicker * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	width: 224px;
	float: left;
	margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
	width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	width: 58px;
	float: left;
	text-align: center;
	margin-left: 8px;
	margin-top: 0;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
	float: right;
	margin-right: 8px;
	margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC");
}

.xdsoft_datetimepicker .xdsoft_label i.nitro-lazy, .xdsoft_datetimepicker .xdsoft_prev.nitro-lazy, .xdsoft_datetimepicker .xdsoft_next.nitro-lazy, .xdsoft_datetimepicker .xdsoft_today_button.nitro-lazy {
	background-image: none !important;
}

.xdsoft_datetimepicker .xdsoft_label i {
	opacity: .5;
	background-position: -92px -19px;
	display: inline-block;
	width: 9px;
	height: 20px;
	vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
	float: left;
	background-position: -20px 0;
}

.xdsoft_datetimepicker .xdsoft_today_button {
	float: left;
	background-position: -70px 0;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
	float: right;
	background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 30px;
	opacity: .5;
	-ms-filter: "alpha(opacity=50)";
	outline: medium none;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 20px;
	min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	float: none;
	background-position: -40px -15px;
	height: 15px;
	width: 30px;
	display: block;
	margin-left: 14px;
	margin-top: 7px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
	float: none;
	margin-left: 0;
	margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0;
	margin-bottom: 7px;
	margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	height: 151px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: center;
	border-collapse: collapse;
	cursor: pointer;
	border-bottom-width: 0;
	height: 25px;
	line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child {
	border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover, .xdsoft_datetimepicker .xdsoft_next:hover, .xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
	-ms-filter: "alpha(opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	position: relative;
	z-index: 9999;
	margin: 0;
	padding: 5px 3px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #fff;
	float: left;
	width: 182px;
	text-align: center;
	cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
	text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
	opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select {
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 101;
	display: none;
	background: #fff;
	max-height: 160px;
	overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect {
	right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect {
	right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
	color: #fff;
	background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option {
	padding: 2px 10px 2px 5px;
	text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
	background: #3af;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
	width: 100px;
	text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
	width: 48px;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td>div {
	padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
	width: 14.2857142%;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
	padding: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
	width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #3af;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
	background: #3af;
	box-shadow: #178fe5 0 1px 3px 0 inset;
	color: #fff;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, .xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled {
	opacity: .5;
	-ms-filter: "alpha(opacity=50)";
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: .2;
	-ms-filter: "alpha(opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
	color: #fff !important;
	background: #ff8000 !important;
	box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
	background: #3af !important;
	box-shadow: #178fe5 0 1px 3px 0 inset !important;
	color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover {
	color: inherit !important;
	background: inherit !important;
	box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	font-weight: 700;
	text-align: center;
	color: #999;
	cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
	color: #ccc !important;
	font-size: 10px;
	clear: both;
	float: none;
	margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
	color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
	color: #aaa !important;
}

.xdsoft_time_box {
	position: relative;
	border: 1px solid #ccc;
}

.xdsoft_scrollbar>.xdsoft_scroller {
	background: #ccc !important;
	height: 20px;
	border-radius: 3px;
}

.xdsoft_scrollbar {
	position: absolute;
	width: 7px;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
	left: 0;
	right: auto;
}

.xdsoft_scroller_box {
	position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, .506);
	background: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #222;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div {
	background: #0a0a0a;
	border-top: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
	background-color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select {
	border: 1px solid #333;
	background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
	color: #000;
	background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
	background: #c50;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_next, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==");
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i.nitro-lazy, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev.nitro-lazy, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_next.nitro-lazy, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button.nitro-lazy {
	background-image: none !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0a0a0a;
	border: 1px solid #222;
	color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
	color: #c50;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
	background: #ffe9d2;
	box-shadow: #ffb871 0 1px 4px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
	background: #c1ffc9;
	box-shadow: #00dd1c 0 1px 4px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
	background: #c50;
	box-shadow: #b03e00 0 1px 3px 0 inset;
	color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
	color: #000 !important;
	background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
	color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
	color: #333 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
	color: #111 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
	color: #555 !important;
}

.xdsoft_dark .xdsoft_time_box {
	border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller {
	background: #333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
	display: block;
	border: 1px solid #ddd !important;
	margin-top: 5px;
	width: 100%;
	color: #454551;
	font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
	font-family: "museo-sans", "Book Antiqua", sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #82878c;
	height: 28px;
	position: relative;
	padding: 4px 17px 4px 33px;
	border: 1px solid #d7d8da;
	background: -moz-linear-gradient(top, #fff 0, #f4f8fa 73%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(73%, #f4f8fa));
	background: -webkit-linear-gradient(top, #fff 0, #f4f8fa 73%);
	background: -o-linear-gradient(top, #fff 0, #f4f8fa 73%);
	background: -ms-linear-gradient(top, #fff 0, #f4f8fa 73%);
	background: linear-gradient(to bottom, #fff 0, #f4f8fa 73%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#f4f8fa", GradientType=0);
}

.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
	color: #454551;
	background: -moz-linear-gradient(top, #f4f8fa 0, #fff 73%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f8fa), color-stop(73%, #fff));
	background: -webkit-linear-gradient(top, #f4f8fa 0, #fff 73%);
	background: -o-linear-gradient(top, #f4f8fa 0, #fff 73%);
	background: -ms-linear-gradient(top, #f4f8fa 0, #fff 73%);
	background: linear-gradient(to bottom, #f4f8fa 0, #fff 73%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f8fa", endColorstr="#FFF", GradientType=0);
}

.menu-item a img, img.menu-image-title-after, img.menu-image-title-before, img.menu-image-title-above, img.menu-image-title-below, .menu-image-hover-wrapper .menu-image-title-above {
	border: none;
	box-shadow: none;
	vertical-align: middle;
	width: auto;
	display: inline;
}

.menu-image-hover-wrapper img.hovered-image, .menu-item:hover .menu-image-hover-wrapper img.menu-image {
	opacity: 0;
	transition: opacity .25s ease-in-out 0s;
}

.menu-item:hover img.hovered-image {
	opacity: 1;
}

.menu-image-title-after.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, .menu-image-title-before.menu-image-title {
	padding-right: 10px;
}

.menu-image-title-before.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, .menu-image-title-after.menu-image-title {
	padding-left: 10px;
}

.menu-image-title.menu-image-title-above, .menu-image-title.menu-image-title-below, .menu-image-title-below, .menu-image-title-above, .menu-item a.menu-image-title-above, .menu-item a.menu-image-title-below, .menu-image-title.menu-image-title-above, .menu-image-title.menu-image-title-below {
	text-align: center;
	display: block;
}

.menu-image-title-above.menu-image-not-hovered > img, .menu-image-hovered.menu-image-title-above .menu-image-hover-wrapper, .menu-image-title-above .menu-image-hover-wrapper {
	display: block;
	padding-top: 10px;
	margin: 0 auto !important;
}

.menu-image-title-below.menu-image-not-hovered > img, .menu-image-hovered.menu-image-title-below .menu-image-hover-wrapper, .menu-image-title-below .menu-image-hover-wrapper {
	display: block;
	padding-bottom: 10px;
	margin: 0 auto !important;
}

.menu-image-title-hide .menu-image-title, .menu-image-title-hide.menu-image-title {
	display: none;
}

/* Alignment of the Menu items. Divi, Twenty 17*/
#et-top-navigation .nav li.menu-item, .navigation-top .main-navigation li {
	display: inline-block;
}

.above-menu-image-icons, .below-menu-image-icons {
	margin: auto;
	text-align: center;
	display: block;
}

ul li.menu-item > .menu-image-title-above.menu-link, ul li.menu-item > .menu-image-title-below.menu-link {
	display: block;
}

.menu-item:hover .sub-menu .menu-image-hover-wrapper img.menu-image {
	opacity: 1;
}

.menu-item:hover .sub-menu .menu-image-hover-wrapper img.hovered-image {
	opacity: 0;
}

.menu-item:hover .sub-menu .menu-item:hover .menu-image-hover-wrapper img.menu-image {
	opacity: 0;
}

.menu-item:hover .sub-menu .menu-item:hover .menu-image-hover-wrapper img.hovered-image {
	opacity: 1;
}

.menu-item-text span.dashicons {
	display: contents;
	transition: none;
}

.menu-image-badge {
	background-color: #ff8c44;
	display: inline;
	font-weight: 700;
	color: #fff;
	font-size: .95rem;
	padding: 3px 4px 3px;
	margin-top: 0px;
	position: relative;
	top: -20px;
	right: 10px;
	text-transform: uppercase;
	line-height: 11px;
	border-radius: 5px;
	letter-spacing: .3px;
}

.menu-image-bubble {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	top: -18px;
	right: 10px;
	position: relative;
	box-shadow: 0 0 0 .1rem var(--white, #fff);
	border-radius: 25px;
	padding: 1px 6px 3px 5px;
	text-align: center;
}

.dashicons, .dashicons-before:before {
	font-family: dashicons;
	display: inline-block;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	speak: never;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
	height: 20px;
	font-size: 20px;
	vertical-align: top;
	text-align: center;
	transition: color .1s ease-in;
}

.dashicons-admin-appearance:before {
	content: "";
}

.dashicons-admin-collapse:before {
	content: "";
}

.dashicons-admin-comments:before {
	content: "";
}

.dashicons-admin-customizer:before {
	content: "";
}

.dashicons-admin-generic:before {
	content: "";
}

.dashicons-admin-home:before {
	content: "";
}

.dashicons-admin-links:before {
	content: "";
}

.dashicons-admin-media:before {
	content: "";
}

.dashicons-admin-multisite:before {
	content: "";
}

.dashicons-admin-network:before {
	content: "";
}

.dashicons-admin-page:before {
	content: "";
}

.dashicons-admin-plugins:before {
	content: "";
}

.dashicons-admin-post:before {
	content: "";
}

.dashicons-admin-settings:before {
	content: "";
}

.dashicons-admin-site-alt:before {
	content: "";
}

.dashicons-admin-site-alt2:before {
	content: "";
}

.dashicons-admin-site-alt3:before {
	content: "";
}

.dashicons-admin-site:before {
	content: "";
}

.dashicons-admin-tools:before {
	content: "";
}

.dashicons-admin-users:before {
	content: "";
}

.dashicons-airplane:before {
	content: "";
}

.dashicons-album:before {
	content: "";
}

.dashicons-align-center:before {
	content: "";
}

.dashicons-align-full-width:before {
	content: "";
}

.dashicons-align-left:before {
	content: "";
}

.dashicons-align-none:before {
	content: "";
}

.dashicons-align-pull-left:before {
	content: "";
}

.dashicons-align-pull-right:before {
	content: "";
}

.dashicons-align-right:before {
	content: "";
}

.dashicons-align-wide:before {
	content: "";
}

.dashicons-amazon:before {
	content: "";
}

.dashicons-analytics:before {
	content: "";
}

.dashicons-archive:before {
	content: "";
}

.dashicons-arrow-down-alt:before {
	content: "";
}

.dashicons-arrow-down-alt2:before {
	content: "";
}

.dashicons-arrow-down:before {
	content: "";
}

.dashicons-arrow-left-alt:before {
	content: "";
}

.dashicons-arrow-left-alt2:before {
	content: "";
}

.dashicons-arrow-left:before {
	content: "";
}

.dashicons-arrow-right-alt:before {
	content: "";
}

.dashicons-arrow-right-alt2:before {
	content: "";
}

.dashicons-arrow-right:before {
	content: "";
}

.dashicons-arrow-up-alt:before {
	content: "";
}

.dashicons-arrow-up-alt2:before {
	content: "";
}

.dashicons-arrow-up-duplicate:before {
	content: "";
}

.dashicons-arrow-up:before {
	content: "";
}

.dashicons-art:before {
	content: "";
}

.dashicons-awards:before {
	content: "";
}

.dashicons-backup:before {
	content: "";
}

.dashicons-bank:before {
	content: "";
}

.dashicons-beer:before {
	content: "";
}

.dashicons-bell:before {
	content: "";
}

.dashicons-block-default:before {
	content: "";
}

.dashicons-book-alt:before {
	content: "";
}

.dashicons-book:before {
	content: "";
}

.dashicons-buddicons-activity:before {
	content: "";
}

.dashicons-buddicons-bbpress-logo:before {
	content: "";
}

.dashicons-buddicons-buddypress-logo:before {
	content: "";
}

.dashicons-buddicons-community:before {
	content: "";
}

.dashicons-buddicons-forums:before {
	content: "";
}

.dashicons-buddicons-friends:before {
	content: "";
}

.dashicons-buddicons-groups:before {
	content: "";
}

.dashicons-buddicons-pm:before {
	content: "";
}

.dashicons-buddicons-replies:before {
	content: "";
}

.dashicons-buddicons-topics:before {
	content: "";
}

.dashicons-buddicons-tracking:before {
	content: "";
}

.dashicons-building:before {
	content: "";
}

.dashicons-businessman:before {
	content: "";
}

.dashicons-businessperson:before {
	content: "";
}

.dashicons-businesswoman:before {
	content: "";
}

.dashicons-button:before {
	content: "";
}

.dashicons-calculator:before {
	content: "";
}

.dashicons-calendar-alt:before {
	content: "";
}

.dashicons-calendar:before {
	content: "";
}

.dashicons-camera-alt:before {
	content: "";
}

.dashicons-camera:before {
	content: "";
}

.dashicons-car:before {
	content: "";
}

.dashicons-carrot:before {
	content: "";
}

.dashicons-cart:before {
	content: "";
}

.dashicons-category:before {
	content: "";
}

.dashicons-chart-area:before {
	content: "";
}

.dashicons-chart-bar:before {
	content: "";
}

.dashicons-chart-line:before {
	content: "";
}

.dashicons-chart-pie:before {
	content: "";
}

.dashicons-clipboard:before {
	content: "";
}

.dashicons-clock:before {
	content: "";
}

.dashicons-cloud-saved:before {
	content: "";
}

.dashicons-cloud-upload:before {
	content: "";
}

.dashicons-cloud:before {
	content: "";
}

.dashicons-code-standards:before {
	content: "";
}

.dashicons-coffee:before {
	content: "";
}

.dashicons-color-picker:before {
	content: "";
}

.dashicons-columns:before {
	content: "";
}

.dashicons-controls-back:before {
	content: "";
}

.dashicons-controls-forward:before {
	content: "";
}

.dashicons-controls-pause:before {
	content: "";
}

.dashicons-controls-play:before {
	content: "";
}

.dashicons-controls-repeat:before {
	content: "";
}

.dashicons-controls-skipback:before {
	content: "";
}

.dashicons-controls-skipforward:before {
	content: "";
}

.dashicons-controls-volumeoff:before {
	content: "";
}

.dashicons-controls-volumeon:before {
	content: "";
}

.dashicons-cover-image:before {
	content: "";
}

.dashicons-dashboard:before {
	content: "";
}

.dashicons-database-add:before {
	content: "";
}

.dashicons-database-export:before {
	content: "";
}

.dashicons-database-import:before {
	content: "";
}

.dashicons-database-remove:before {
	content: "";
}

.dashicons-database-view:before {
	content: "";
}

.dashicons-database:before {
	content: "";
}

.dashicons-desktop:before {
	content: "";
}

.dashicons-dismiss:before {
	content: "";
}

.dashicons-download:before {
	content: "";
}

.dashicons-drumstick:before {
	content: "";
}

.dashicons-edit-large:before {
	content: "";
}

.dashicons-edit-page:before {
	content: "";
}

.dashicons-edit:before {
	content: "";
}

.dashicons-editor-aligncenter:before {
	content: "";
}

.dashicons-editor-alignleft:before {
	content: "";
}

.dashicons-editor-alignright:before {
	content: "";
}

.dashicons-editor-bold:before {
	content: "";
}

.dashicons-editor-break:before {
	content: "";
}

.dashicons-editor-code-duplicate:before {
	content: "";
}

.dashicons-editor-code:before {
	content: "";
}

.dashicons-editor-contract:before {
	content: "";
}

.dashicons-editor-customchar:before {
	content: "";
}

.dashicons-editor-expand:before {
	content: "";
}

.dashicons-editor-help:before {
	content: "";
}

.dashicons-editor-indent:before {
	content: "";
}

.dashicons-editor-insertmore:before {
	content: "";
}

.dashicons-editor-italic:before {
	content: "";
}

.dashicons-editor-justify:before {
	content: "";
}

.dashicons-editor-kitchensink:before {
	content: "";
}

.dashicons-editor-ltr:before {
	content: "";
}

.dashicons-editor-ol-rtl:before {
	content: "";
}

.dashicons-editor-ol:before {
	content: "";
}

.dashicons-editor-outdent:before {
	content: "";
}

.dashicons-editor-paragraph:before {
	content: "";
}

.dashicons-editor-paste-text:before {
	content: "";
}

.dashicons-editor-paste-word:before {
	content: "";
}

.dashicons-editor-quote:before {
	content: "";
}

.dashicons-editor-removeformatting:before {
	content: "";
}

.dashicons-editor-rtl:before {
	content: "";
}

.dashicons-editor-spellcheck:before {
	content: "";
}

.dashicons-editor-strikethrough:before {
	content: "";
}

.dashicons-editor-table:before {
	content: "";
}

.dashicons-editor-textcolor:before {
	content: "";
}

.dashicons-editor-ul:before {
	content: "";
}

.dashicons-editor-underline:before {
	content: "";
}

.dashicons-editor-unlink:before {
	content: "";
}

.dashicons-editor-video:before {
	content: "";
}

.dashicons-ellipsis:before {
	content: "";
}

.dashicons-email-alt:before {
	content: "";
}

.dashicons-email-alt2:before {
	content: "";
}

.dashicons-email:before {
	content: "";
}

.dashicons-embed-audio:before {
	content: "";
}

.dashicons-embed-generic:before {
	content: "";
}

.dashicons-embed-photo:before {
	content: "";
}

.dashicons-embed-post:before {
	content: "";
}

.dashicons-embed-video:before {
	content: "";
}

.dashicons-excerpt-view:before {
	content: "";
}

.dashicons-exit:before {
	content: "";
}

.dashicons-external:before {
	content: "";
}

.dashicons-facebook-alt:before {
	content: "";
}

.dashicons-facebook:before {
	content: "";
}

.dashicons-feedback:before {
	content: "";
}

.dashicons-filter:before {
	content: "";
}

.dashicons-flag:before {
	content: "";
}

.dashicons-food:before {
	content: "";
}

.dashicons-format-aside:before {
	content: "";
}

.dashicons-format-audio:before {
	content: "";
}

.dashicons-format-chat:before {
	content: "";
}

.dashicons-format-gallery:before {
	content: "";
}

.dashicons-format-image:before {
	content: "";
}

.dashicons-format-quote:before {
	content: "";
}

.dashicons-format-status:before {
	content: "";
}

.dashicons-format-video:before {
	content: "";
}

.dashicons-forms:before {
	content: "";
}

.dashicons-fullscreen-alt:before {
	content: "";
}

.dashicons-fullscreen-exit-alt:before {
	content: "";
}

.dashicons-games:before {
	content: "";
}

.dashicons-google:before {
	content: "";
}

.dashicons-googleplus:before {
	content: "";
}

.dashicons-grid-view:before {
	content: "";
}

.dashicons-groups:before {
	content: "";
}

.dashicons-hammer:before {
	content: "";
}

.dashicons-heading:before {
	content: "";
}

.dashicons-heart:before {
	content: "";
}

.dashicons-hidden:before {
	content: "";
}

.dashicons-hourglass:before {
	content: "";
}

.dashicons-html:before {
	content: "";
}

.dashicons-id-alt:before {
	content: "";
}

.dashicons-id:before {
	content: "";
}

.dashicons-image-crop:before {
	content: "";
}

.dashicons-image-filter:before {
	content: "";
}

.dashicons-image-flip-horizontal:before {
	content: "";
}

.dashicons-image-flip-vertical:before {
	content: "";
}

.dashicons-image-rotate-left:before {
	content: "";
}

.dashicons-image-rotate-right:before {
	content: "";
}

.dashicons-image-rotate:before {
	content: "";
}

.dashicons-images-alt:before {
	content: "";
}

.dashicons-images-alt2:before {
	content: "";
}

.dashicons-index-card:before {
	content: "";
}

.dashicons-info-outline:before {
	content: "";
}

.dashicons-info:before {
	content: "";
}

.dashicons-insert-after:before {
	content: "";
}

.dashicons-insert-before:before {
	content: "";
}

.dashicons-insert:before {
	content: "";
}

.dashicons-instagram:before {
	content: "";
}

.dashicons-laptop:before {
	content: "";
}

.dashicons-layout:before {
	content: "";
}

.dashicons-leftright:before {
	content: "";
}

.dashicons-lightbulb:before {
	content: "";
}

.dashicons-linkedin:before {
	content: "";
}

.dashicons-list-view:before {
	content: "";
}

.dashicons-location-alt:before {
	content: "";
}

.dashicons-location:before {
	content: "";
}

.dashicons-lock-duplicate:before {
	content: "";
}

.dashicons-lock:before {
	content: "";
}

.dashicons-marker:before {
	content: "";
}

.dashicons-media-archive:before {
	content: "";
}

.dashicons-media-audio:before {
	content: "";
}

.dashicons-media-code:before {
	content: "";
}

.dashicons-media-default:before {
	content: "";
}

.dashicons-media-document:before {
	content: "";
}

.dashicons-media-interactive:before {
	content: "";
}

.dashicons-media-spreadsheet:before {
	content: "";
}

.dashicons-media-text:before {
	content: "";
}

.dashicons-media-video:before {
	content: "";
}

.dashicons-megaphone:before {
	content: "";
}

.dashicons-menu-alt:before {
	content: "";
}

.dashicons-menu-alt2:before {
	content: "";
}

.dashicons-menu-alt3:before {
	content: "";
}

.dashicons-menu:before {
	content: "";
}

.dashicons-microphone:before {
	content: "";
}

.dashicons-migrate:before {
	content: "";
}

.dashicons-minus:before {
	content: "";
}

.dashicons-money-alt:before {
	content: "";
}

.dashicons-money:before {
	content: "";
}

.dashicons-move:before {
	content: "";
}

.dashicons-nametag:before {
	content: "";
}

.dashicons-networking:before {
	content: "";
}

.dashicons-no-alt:before {
	content: "";
}

.dashicons-no:before {
	content: "";
}

.dashicons-open-folder:before {
	content: "";
}

.dashicons-palmtree:before {
	content: "";
}

.dashicons-paperclip:before {
	content: "";
}

.dashicons-pdf:before {
	content: "";
}

.dashicons-performance:before {
	content: "";
}

.dashicons-pets:before {
	content: "";
}

.dashicons-phone:before {
	content: "";
}

.dashicons-pinterest:before {
	content: "";
}

.dashicons-playlist-audio:before {
	content: "";
}

.dashicons-playlist-video:before {
	content: "";
}

.dashicons-plugins-checked:before {
	content: "";
}

.dashicons-plus-alt:before {
	content: "";
}

.dashicons-plus-alt2:before {
	content: "";
}

.dashicons-plus:before {
	content: "";
}

.dashicons-podio:before {
	content: "";
}

.dashicons-portfolio:before {
	content: "";
}

.dashicons-post-status:before {
	content: "";
}

.dashicons-pressthis:before {
	content: "";
}

.dashicons-printer:before {
	content: "";
}

.dashicons-privacy:before {
	content: "";
}

.dashicons-products:before {
	content: "";
}

.dashicons-randomize:before {
	content: "";
}

.dashicons-reddit:before {
	content: "";
}

.dashicons-redo:before {
	content: "";
}

.dashicons-remove:before {
	content: "";
}

.dashicons-rest-api:before {
	content: "";
}

.dashicons-rss:before {
	content: "";
}

.dashicons-saved:before {
	content: "";
}

.dashicons-schedule:before {
	content: "";
}

.dashicons-screenoptions:before {
	content: "";
}

.dashicons-search:before {
	content: "";
}

.dashicons-share-alt:before {
	content: "";
}

.dashicons-share-alt2:before {
	content: "";
}

.dashicons-share:before {
	content: "";
}

.dashicons-shield-alt:before {
	content: "";
}

.dashicons-shield:before {
	content: "";
}

.dashicons-shortcode:before {
	content: "";
}

.dashicons-slides:before {
	content: "";
}

.dashicons-smartphone:before {
	content: "";
}

.dashicons-smiley:before {
	content: "";
}

.dashicons-sort:before {
	content: "";
}

.dashicons-sos:before {
	content: "";
}

.dashicons-spotify:before {
	content: "";
}

.dashicons-star-empty:before {
	content: "";
}

.dashicons-star-filled:before {
	content: "";
}

.dashicons-star-half:before {
	content: "";
}

.dashicons-sticky:before {
	content: "";
}

.dashicons-store:before {
	content: "";
}

.dashicons-superhero-alt:before {
	content: "";
}

.dashicons-superhero:before {
	content: "";
}

.dashicons-table-col-after:before {
	content: "";
}

.dashicons-table-col-before:before {
	content: "";
}

.dashicons-table-col-delete:before {
	content: "";
}

.dashicons-table-row-after:before {
	content: "";
}

.dashicons-table-row-before:before {
	content: "";
}

.dashicons-table-row-delete:before {
	content: "";
}

.dashicons-tablet:before {
	content: "";
}

.dashicons-tag:before {
	content: "";
}

.dashicons-tagcloud:before {
	content: "";
}

.dashicons-testimonial:before {
	content: "";
}

.dashicons-text-page:before {
	content: "";
}

.dashicons-text:before {
	content: "";
}

.dashicons-thumbs-down:before {
	content: "";
}

.dashicons-thumbs-up:before {
	content: "";
}

.dashicons-tickets-alt:before {
	content: "";
}

.dashicons-tickets:before {
	content: "";
}

.dashicons-tide:before {
	content: "";
}

.dashicons-translation:before {
	content: "";
}

.dashicons-trash:before {
	content: "";
}

.dashicons-twitch:before {
	content: "";
}

.dashicons-twitter-alt:before {
	content: "";
}

.dashicons-twitter:before {
	content: "";
}

.dashicons-undo:before {
	content: "";
}

.dashicons-universal-access-alt:before {
	content: "";
}

.dashicons-universal-access:before {
	content: "";
}

.dashicons-unlock:before {
	content: "";
}

.dashicons-update-alt:before {
	content: "";
}

.dashicons-update:before {
	content: "";
}

.dashicons-upload:before {
	content: "";
}

.dashicons-vault:before {
	content: "";
}

.dashicons-video-alt:before {
	content: "";
}

.dashicons-video-alt2:before {
	content: "";
}

.dashicons-video-alt3:before {
	content: "";
}

.dashicons-visibility:before {
	content: "";
}

.dashicons-warning:before {
	content: "";
}

.dashicons-welcome-add-page:before {
	content: "";
}

.dashicons-welcome-comments:before {
	content: "";
}

.dashicons-welcome-learn-more:before {
	content: "";
}

.dashicons-welcome-view-site:before {
	content: "";
}

.dashicons-welcome-widgets-menus:before {
	content: "";
}

.dashicons-welcome-write-blog:before {
	content: "";
}

.dashicons-whatsapp:before {
	content: "";
}

.dashicons-wordpress-alt:before {
	content: "";
}

.dashicons-wordpress:before {
	content: "";
}

.dashicons-xing:before {
	content: "";
}

.dashicons-yes-alt:before {
	content: "";
}

.dashicons-yes:before {
	content: "";
}

.dashicons-youtube:before {
	content: "";
}

.dashicons-editor-distractionfree:before {
	content: "";
}

.dashicons-exerpt-view:before {
	content: "";
}

.dashicons-format-links:before {
	content: "";
}

.dashicons-format-standard:before {
	content: "";
}

.dashicons-post-trash:before {
	content: "";
}

.dashicons-share1:before {
	content: "";
}

.dashicons-welcome-edit-page:before {
	content: "";
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

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

article, aside, details, figcaption, figure, footer, header, main, nav, section {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

blockquote, q {
	quotes: none;
}

a:focus {
	outline: solid 1px !important;
}

a:hover, a:active {
	outline: 0;
}

a img {
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
}

select {
	max-width: 100%;
}

em {
	font-style: italic;
}

* html {
	font-size: 87.5%;
}

html {
	-ms-overflow-x: hidden;
	overflow-x: hidden;
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.8;
	color: #4a4a4a;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

body {
	background-color: #fff;
}

.mejs-container {
	margin-bottom: 20px;
}

dfn, cite, em, i {
	font-style: italic;
}

body .oceanwp-row {
	margin: 0 -.625rem;
}

body .oceanwp-row .col {
	float: left;
	margin: 0 0 1.25rem;
	padding: 0 .625rem;
}

body .oceanwp-row .span_1_of_1 {
	float: none;
	width: 100%;
}

body .oceanwp-row .span_1_of_2 {
	width: 50%;
}

body .oceanwp-row .span_1_of_3 {
	width: 33.33%;
}

body .oceanwp-row .span_1_of_4 {
	width: 25%;
}

body .oceanwp-row .span_1_of_5 {
	width: 20%;
}

body .oceanwp-row .span_1_of_6 {
	width: 16.66666667%;
}

body .oceanwp-row .span_1_of_7 {
	width: 14.28%;
}

body .oceanwp-row .span_1_of_8 {
	width: 12.5%;
}

body .oceanwp-row .span_1_of_9 {
	width: 11.11%;
}

body .oceanwp-row .span_1_of_10 {
	width: 10%;
}

.count-1, .col-1, .col.first {
	clear: both;
	margin-left: 0;
}

.isotope-entry {
	clear: none;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.responsive-video-wrap iframe, .responsive-video-wrap object, .responsive-video-wrap embed, .responsive-audio-wrap iframe, .responsive-audio-wrap object, .responsive-audio-wrap embed {
	display: block;
}

.wp-video-shortcode {
	max-width: 100% !important;
}

.responsive-video-wrap p {
	margin: 0;
}

form.oceanwp-searchform {
	display: inline-block;
	position: relative;
	height: 35px;
}

form.oceanwp-searchform input {
	margin: 0;
	padding: 0 40px 0 15px;
	height: 100%;
	min-height: 100%;
}

form.oceanwp-searchform button {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	min-width: 40px;
	height: 60%;
	height: 100%;
	font-size: 12px;
	font-weight: 600;
	background-color: rgba(0, 0, 0, 0) !important;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	line-height: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.polylang-switcher-shortcode li {
	float: left;
	margin-right: 5px;
}

.polylang-switcher-shortcode.flags-and-names li {
	margin-right: 15px;
}

.polylang-switcher-shortcode li:last-child {
	margin-right: 0;
}

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.no-display {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	display: none;
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	-webkit-clip-path: circle(1% at 1% 1%);
	clip-path: circle(1% at 1% 1%);
}

.owp-icon {
	width: 14px;
	height: 14px;
	vertical-align: text-bottom;
}

#owp-svg-icons path, #owp-svg-icons rect, #owp-svg-icons circle, #owp-svg-icons line, #owp-svg-icons polygon, #owp-svg-icons polyline {
	stroke: inherit;
	fill: none;
}

.owp-icon use {
	stroke: #333;
}

::selection {
	color: #fff;
	background: #333;
	text-shadow: none;
}

::-moz-selection {
	color: #fff;
	background: #333;
	text-shadow: none;
}

@media only screen and (min-width: 768px)and (max-width: 959px) {
	body .oceanwp-row .span_1_of_4.col-3.col {
		margin-left: 0;
		clear: both;
	}
	
	body .oceanwp-row .span_1_of_4.col:not(.product), body .oceanwp-isotope-grid .span_1_of_4.col {
		width: 50%;
	}
}

@media only screen and (max-width: 480px) {
	.col {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 30px;
	}
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	background-color: rgba(0, 0, 0, 0);
}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: 600;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type=checkbox], input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

.container {
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
}

#wrap {
	position: relative;
}

#main {
	position: relative;
}

#main #content-wrap {
	padding-top: 50px;
	padding-bottom: 50px;
}

.no-margins #main #content-wrap, .no-margins.separate-layout #main #content-wrap, .landing-page #main #content-wrap {
	padding-top: 0;
	padding-bottom: 0;
}

.content-area {
	float: left;
	position: relative;
	width: 72%;
	padding-right: 30px;
	border-right-width: 1px;
	border-style: solid;
	border-color: #f1f1f1;
}

.widget-area {
	width: 28%;
}

.widget-area.sidebar-primary {
	float: right;
	padding-left: 30px;
}

.widget-area.sidebar-secondary {
	float: left;
}

.content-full-width .content-area, body.content-full-screen #content-wrap {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	border: 0 !important;
}

.content-full-screen .content-area {
	float: none;
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}

.content-left-sidebar .content-area {
	float: right;
	padding-left: 30px;
	padding-right: 0;
	border-left-width: 1px;
	border-right-width: 0;
}

.content-left-sidebar .widget-area {
	float: left;
	padding-right: 30px;
	padding-left: 0;
}

.content-both-sidebars .content-area {
	width: 44%;
}

.content-both-sidebars.scs-style .content-area {
	left: 28%;
	padding-left: 30px;
	border-left-width: 1px;
}

.content-both-sidebars.scs-style .widget-area.sidebar-secondary {
	position: relative;
	left: -44%;
	padding-right: 30px;
}

.content-both-sidebars.ssc-style .content-area {
	left: 56%;
	padding-left: 30px;
	padding-right: 0;
	border-left-width: 1px;
	border-right-width: 0;
}

.content-both-sidebars.ssc-style .widget-area {
	position: relative;
	left: -44%;
	padding-right: 30px;
}

.content-both-sidebars.ssc-style .widget-area.sidebar-primary {
	padding-left: 0;
}

.content-both-sidebars.css-style .widget-area.sidebar-secondary {
	padding-left: 30px;
}

.boxed-layout {
	background-color: #e9e9e9;
}

.boxed-layout #wrap {
	width: 1280px;
	max-width: 100%;
	margin: 0 auto;
	background-color: #fff;
}

.boxed-layout.wrap-boxshadow #wrap {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
}

.boxed-layout #wrap .container {
	width: auto;
	max-width: none;
	padding-left: 30px;
	padding-right: 30px;
}

.boxed-layout.content-full-screen #content-wrap {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.boxed-layout #footer-widgets {
	margin: 0;
}

.boxed-layout .site-breadcrumbs {
	right: 30px;
}

.separate-layout {
	background-color: #f1f1f1;
}

.separate-layout .content-area, .separate-layout .widget-area .sidebar-box {
	background-color: #fff;
	padding: 30px;
}

.separate-layout.content-left-sidebar .content-area {
	padding: 30px;
}

.separate-layout.content-full-width .content-area {
	padding: 30px !important;
}

.separate-layout .content-area {
	border-right-width: 0;
}

.separate-layout.content-left-sidebar .content-area {
	border-left-width: 0;
}

.separate-layout .widget-area.sidebar-primary {
	padding-left: 20px;
}

.separate-layout .widget-area.sidebar-secondary {
	padding-right: 20px;
}

.separate-layout.content-left-sidebar .widget-area {
	padding-right: 20px;
	padding-left: 0;
}

.separate-layout #main #content-wrap {
	padding-top: 20px;
	padding-bottom: 20px;
}

.separate-layout .sidebar-box {
	margin-bottom: 20px;
}

.separate-layout .sidebar-box:last-child {
	margin-bottom: 0;
}

.separate-layout.content-both-sidebars.scs-style .content-area {
	border-left-width: 0;
}

.separate-layout.content-both-sidebars.scs-style .widget-area.sidebar-secondary {
	padding-right: 20px;
}

.separate-layout.content-both-sidebars.ssc-style .content-area {
	padding-right: 30px;
	border-left-width: 0;
}

.separate-layout.content-both-sidebars.ssc-style .widget-area {
	padding-right: 20px;
}

.separate-layout.content-both-sidebars.css-style .widget-area.sidebar-secondary {
	padding-left: 20px;
	padding-right: 0;
}

body.separate-blog.separate-layout .content-area {
	padding: 0 !important;
	background-color: rgba(0, 0, 0, 0);
}

body.separate-blog.separate-layout #blog-entries>* {
	background-color: #fff;
	padding: 30px;
	border: 0;
	margin-bottom: 20px;
}

body.separate-blog.separate-layout #blog-entries>:last-child {
	margin-bottom: 0;
}

body.separate-blog.separate-layout .oceanwp-pagination, body.separate-blog.separate-layout .page-jump, body.separate-blog.separate-layout .scroller-status {
	background-color: #fff;
	padding: 30px;
	margin-top: 20px;
}

body.separate-blog.separate-layout .oceanwp-pagination ul.page-numbers, body.separate-blog.separate-layout .page-jump ul.page-numbers, body.separate-blog.separate-layout .scroller-status ul.page-numbers {
	padding: 0;
}

body.separate-blog.separate-layout .oceanwp-row {
	margin: 0;
	margin-right: -1.25rem;
}

body.separate-blog.separate-layout #blog-entries.blog-grid>* {
	background-color: rgba(0, 0, 0, 0);
	padding: 0 1.25rem 0 0;
}

body.separate-blog.separate-layout #blog-entries.blog-grid>:last-child {
	margin-bottom: 1.25rem;
}

body.separate-blog.separate-layout.has-blog-grid .oceanwp-pagination {
	margin-top: 0;
}

body.separate-blog.separate-layout .blog-entry.grid-entry .blog-entry-inner {
	background-color: #fff;
	padding: 1.875rem;
	border: 0;
}

body.separate-blog.separate-layout .blog-entry.grid-entry .thumbnail {
	margin: 0;
}

@media only screen and (max-width: 1280px) {
	.content-both-sidebars .content-area {
		float: none !important;
		width: 100% !important;
		left: auto !important;
		border-width: 0 !important;
	}
	
	.content-both-sidebars:not(.separate-layout) .content-area {
		padding: 0 !important;
		margin-bottom: 40px;
	}
	
	.content-both-sidebars .widget-area.sidebar-primary, .content-both-sidebars .widget-area.sidebar-secondary {
		float: left;
		width: 49% !important;
		left: auto !important;
		padding: 0 !important;
	}
	
	.content-both-sidebars .widget-area.sidebar-primary {
		float: right;
	}
	
	.content-both-sidebars:not(.separate-layout) .widget-area.sidebar-primary, .content-both-sidebars:not(.separate-layout) .widget-area.sidebar-secondary {
		width: 48% !important;
	}
	
	.separate-layout.content-both-sidebars .content-area {
		margin-bottom: 20px;
	}
	
	.separate-layout.content-both-sidebars .widget-area.sidebar-primary, .separate-layout.content-both-sidebars .widget-area.sidebar-secondary {
		width: 49% !important;
	}
	
	.separate-layout.content-both-sidebars .widget-area.sidebar-secondary {
		margin-bottom: 20px;
	}
	
	.separate-layout.content-both-sidebars .widget-area.sidebar-primary {
		padding-left: 0;
	}
}

@media only screen and (max-width: 1080px) {
	.content-both-sidebars .content-area {
		float: none !important;
		width: 100% !important;
		left: auto !important;
		border-width: 0 !important;
	}
	
	.content-both-sidebars:not(.separate-layout) .content-area {
		padding: 0 !important;
		margin-bottom: 40px;
	}
	
	.content-both-sidebars .widget-area.sidebar-primary, .content-both-sidebars .widget-area.sidebar-secondary {
		float: left;
		width: 49% !important;
		left: auto !important;
		padding: 0 !important;
	}
	
	.content-both-sidebars .widget-area.sidebar-primary {
		float: right;
	}
	
	.content-both-sidebars:not(.separate-layout) .widget-area.sidebar-primary, .content-both-sidebars:not(.separate-layout) .widget-area.sidebar-secondary {
		width: 48% !important;
	}
	
	.separate-layout.content-both-sidebars .content-area {
		margin-bottom: 20px;
	}
	
	.separate-layout.content-both-sidebars .widget-area.sidebar-primary, .separate-layout.content-both-sidebars .widget-area.sidebar-secondary {
		width: 49% !important;
	}
	
	.separate-layout.content-both-sidebars .widget-area.sidebar-secondary {
		margin-bottom: 20px;
	}
	
	.separate-layout.content-both-sidebars .widget-area.sidebar-primary {
		padding-left: 0;
	}
}

@media only screen and (max-width: 959px) {
	.boxed-layout #wrap {
		overflow: hidden;
	}
	
	.boxed-layout .site-breadcrumbs {
		right: auto;
	}
	
	.container, body.content-full-screen .elementor-section-wrap>.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 90%;
	}
	
	.content-area, .content-left-sidebar .content-area {
		float: none !important;
		width: 100%;
		margin-bottom: 40px;
		border: 0;
	}
	
	body.sidebar-content .content-area {
		margin-bottom: 0;
	}
	
	body:not(.separate-layout) .content-area, .content-left-sidebar:not(.separate-layout) .content-area {
		padding: 0 !important;
	}
	
	.no-margins .content-area, .no-margins.content-left-sidebar .content-area {
		margin-bottom: 0;
	}
	
	.widget-area.sidebar-primary, .widget-area.sidebar-secondary, .content-left-sidebar .widget-area {
		float: none !important;
		width: 100%;
		padding: 0 !important;
		border: 0;
	}
	
	body.has-composer.has-sidebar #primary {
		margin-bottom: 40px;
	}
	
	#main #content-wrap.container {
		width: auto !important;
	}
	
	.content-both-sidebars .widget-area.sidebar-primary, .content-both-sidebars .widget-area.sidebar-secondary {
		float: none !important;
		width: 100% !important;
	}
	
	.content-both-sidebars:not(.separate-layout) .widget-area.sidebar-primary, .content-both-sidebars:not(.separate-layout) .widget-area.sidebar-secondary {
		width: 100% !important;
	}
	
	.separate-layout.content-both-sidebars .widget-area.sidebar-primary, .separate-layout.content-both-sidebars .widget-area.sidebar-secondary {
		width: 100% !important;
	}
	
	.separate-layout .container, .separate-layout.content-full-screen .elementor-section-wrap>.elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 95%;
	}
	
	.separate-layout .content-area, .separate-layout.content-left-sidebar .content-area {
		margin-bottom: 20px;
	}
	
	.separate-layout .widget-area {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	body.separate-blog.separate-layout .oceanwp-row {
		margin: 0 !important;
	}
	
	body.separate-blog.separate-layout #blog-entries.blog-grid>* {
		padding: 0 !important;
	}
}

@media only screen and (min-width: 768px)and (max-width: 959px) {
	body.boxed-layout #wrap, body.boxed-layout .parallax-footer {
		width: auto !important;
	}
}

@media only screen and (max-width: 767px) {
	#wrap {
		width: 100% !important;
	}
	
	body.boxed-layout #wrap {
		width: auto !important;
	}
	
	.boxed-layout #top-bar-social.top-bar-right {
		right: auto;
	}
	
	.boxed-layout #top-bar-social.top-bar-left {
		left: auto;
	}
	
	.col:not(.swiper-slide), .blog-entry {
		width: 100% !important;
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 480px) {
	.boxed-layout #wrap .container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

figure>img {
	display: block;
	margin: 0 auto;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

img[class*=align], img[class*=attachment-] {
	height: auto;
}

.wp-caption {
	max-width: 100%;
	margin-bottom: 24px;
}

.wp-caption img[class*=wp-image-] {
	display: block;
	margin-bottom: 5px;
}

.wp-caption-text {
	font-size: 14px;
	font-style: italic;
	color: #999;
}

.wp-smiley {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0;
}

embed, iframe, object {
	width: 100%;
	max-width: 100%;
}

.entry-content .alignwide {
	margin-left: -3%;
	width: 106%;
	max-width: 106%;
}

.entry-content .alignfull {
	margin-left: -32px;
	width: calc(100% + 64px) !important;
	max-width: calc(100% + 64px);
}

.page .entry .alignfull {
	margin-left: -32px;
	width: calc(100% + 64px) !important;
	max-width: calc(100% + 64px);
}

.page .entry .alignwide {
	margin-left: -3%;
	width: 106%;
	max-width: 106%;
}

body.content-full-screen .entry-content .alignwide, body.content-full-screen .entry-content .alignfull, body.content-full-screen .entry .alignwide, body.content-full-screen .entry .alignfull {
	margin-left: 0;
	width: 100% !important;
	max-width: 100%;
}

body.single-post.content-max-width .entry-content .wp-block-embed .responsive-video-wrap, body.page.content-max-width .entry .wp-block-embed .responsive-video-wrap {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

body.single-post.content-max-width .entry-content .alignwide, body.page.content-max-width .entry .alignwide {
	margin: 0 auto;
	width: calc(90% + 32px);
	max-width: calc(90% + 32px);
}

body.single-post.content-max-width .entry-content .alignfull, body.page.content-max-width .entry .alignfull {
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: calc(50% - 50vw) !important;
}

@media screen and (max-width: 959px) {
	.entry-content .alignfull {
		margin-left: -5.5% !important;
		width: 111% !important;
		max-width: 111% !important;
	}
	
	.page .entry .alignfull {
		margin-left: -5.5% !important;
		width: 111% !important;
		max-width: 111% !important;
	}
	
	body.content-full-screen .entry-content .alignfull {
		margin-left: -5.5% !important;
		width: 111% !important;
		max-width: 111% !important;
	}
	
	body.content-full-screen.page .entry .alignfull {
		margin-left: -5.5% !important;
		width: 111% !important;
		max-width: 111% !important;
	}
}

.alignleft {
	float: left;
	margin-right: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	text-align: center;
	margin: 0 auto;
	clear: both;
}

img.aligncenter, .wp-caption.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignnone {
	display: block;
}

table {
	width: 100%;
	margin-bottom: 2.618em;
}

table th, table td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #e9e9e9;
}

table th {
	text-transform: uppercase;
}

.sticky, .bypostauthor {
	font-size: inherit;
}

.col:after, .clr:after, .group:after, dl:after, .left_float:after, .right_float:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	zoom: 1;
	height: 0;
}

.left_float {
	float: left;
	width: 48%;
}

.right_float {
	float: right;
	width: 48%;
}

.no_float {
	clear: both;
}

.left_float label, .right_float label, .no_float label {
	font-size: 13px;
	font-weight: 600;
	color: #333;
}

.full {
	display: block;
	width: 100%;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a, .gallery-item a:hover, .gallery-item a:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
	vertical-align: top;
}

.gallery-item a img {
	display: block;
}

.gallery-caption {
	background-color: #f5f5f5;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	padding: 8px 10px;
}

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}

@media screen and (min-width: 30em) {
	.gallery-item {
		max-width: 25%;
	}
	
	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}
	
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}
	
	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}
	
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
}

@media screen and (min-width: 48em) {
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}
	
	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}
	
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}
	
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}
	
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
}

.responsive-video-wrap {
	position: relative;
}

.responsive-video-wrap:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.responsive-video-wrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
}

.wp-block-embed .responsive-video-wrap {
	position: static;
}

.wp-block-embed .responsive-video-wrap:before {
	display: none;
}

a {
	color: #333;
}

a:hover {
	color: #13aff0;
}

a.light {
	color: #fff;
}

a.light:hover {
	color: #13aff0;
}

a, a:hover, a:focus {
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.single-post:not(.elementor-page) .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button), .page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button) {
	cursor: pointer;
	text-underline-offset: 3px;
	text-decoration: underline;
	text-decoration-skip-ink: all;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.single-post:not(.elementor-page) .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button):hover, .page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button):hover {
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-skip-ink: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.single-post:not(.elementor-page) .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button):focus:not(.wp-block-button__link):not(.wp-block-file__button), .page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button):focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	outline: 2px solid rgba(0, 0, 0, 0);
	text-decoration: underline 1px dotted #13aff0;
	text-decoration-skip-ink: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	margin: 0 0 20px;
	color: #333;
	line-height: 1.4;
}

h1 {
	font-size: 23px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 14px;
}

.theme-heading {
	font-size: 14px;
	letter-spacing: 1.3px;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.theme-heading .text::before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	font-weight: 600;
	color: #13aff0;
	padding-right: 6px;
}

p {
	margin: 0 0 20px;
}

abbr[title], dfn[title] {
	cursor: help;
}

del {
	vertical-align: baseline;
	text-decoration: line-through;
	color: #aaa;
}

code, kbd, pre, samp {
	font-size: 16px;
}

pre {
	margin: 20px 0;
	padding: 20px;
	color: #2080ad;
	background-color: #fafafa;
}

code {
	color: #2080ad;
}

.wp-block-quote {
	margin: 1.5em auto;
	padding-left: 20px;
	border-left-width: 3px;
	border-style: solid;
	border-left-color: #13aff0;
}

blockquote {
	font-style: italic;
	margin: 20px 40px;
	padding-left: 20px;
	border-left-width: 3px;
	border-style: solid;
	border-left-color: #13aff0;
}

blockquote cite {
	position: relative;
	display: block;
	padding: 10px 0 0 20px;
	color: #555;
}

blockquote cite:before {
	position: absolute;
	left: 0;
	content: "—";
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}

address {
	display: block;
	margin: 0 0 20px;
}

ul, ol {
	margin: 15px 0 15px 20px;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

li ul, li ol {
	margin: 0 0 0 25px;
}

dl {
	margin: 20px;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 20px;
}

hr {
	clear: both;
	height: 1px;
	min-height: 0;
	margin: 20px 0;
	border-top: 1px solid #e9e9e9;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

hr.dotted {
	border-style: dotted;
}

hr.dashed {
	border-style: dashed;
}

hr.blackborder {
	border-color: #000;
}

hr.whiteborder {
	border-color: #fff;
}

@media print {
	* {
		background: rgba(0, 0, 0, 0) !important;
		-webkit-box-shadow: none !important;
		-moz-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) ")";
	}
	
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	
	thead {
		display: table-header-group;
	}
	
	tr, img {
		page-break-inside: avoid;
	}
	
	img {
		max-width: 100% !important;
	}
	
	@page {
		margin: .5cm;
	}
	
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	
	h2, h3 {
		page-break-after: avoid;
	}
}

@media only screen and (max-width: 480px) {
	blockquote {
		margin: 20px 0;
	}
}

form input[type=text], form input[type=password], form input[type=email], form input[type=url], form input[type=date], form input[type=month], form input[type=time], form input[type=datetime], form input[type=datetime-local], form input[type=week], form input[type=number], form input[type=search], form input[type=tel], form input[type=color], form select, form textarea {
	display: inline-block;
	min-height: 40px;
	width: 100%;
	font-size: 14px;
	line-height: 1.8;
	padding: 6px 12px;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, 0);
	color: #333;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

form select {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

form input[type=number] {
	max-width: 50px;
	padding: 0 0 0 8px;
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=search], textarea {
	-webkit-appearance: none;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
	display: none;
}

form textarea {
	min-height: 150px;
	line-height: 1.5;
	resize: vertical;
}

input[type=checkbox] {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #bbb;
	line-height: 0;
	width: 16px;
	min-width: 16px;
	height: 16px;
	margin: -3px 10px 0 0;
	outline: 0;
	text-align: center;
	vertical-align: middle;
	clear: none;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	-webkit-transition: .05s border-color ease-in-out;
	-moz-transition: .05s border-color ease-in-out;
	-ms-transition: .05s border-color ease-in-out;
	-o-transition: .05s border-color ease-in-out;
	transition: .05s border-color ease-in-out;
}

input[type=radio]:checked:before, input[type=checkbox]:checked:before {
	float: left;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	line-height: 14px;
	font-family: "Font Awesome 5 Free";
	text-rendering: auto;
}

input[type=checkbox]:checked:before {
	content: "";
	margin-bottom: -1px;
	color: #13aff0;
	font-weight: 600;
}

form input:not([type]) {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 3px #ddd;
	-moz-box-shadow: inset 0 1px 3px #ddd;
	box-shadow: inset 0 1px 3px #ddd;
}

form input[type=color] {
	padding: 5px 10px;
}

form input[type=text]:focus, form input[type=password]:focus, form input[type=email]:focus, form input[type=url]:focus, form input[type=date]:focus, form input[type=month]:focus, form input[type=time]:focus, form input[type=datetime]:focus, form input[type=datetime-local]:focus, form input[type=week]:focus, form input[type=number]:focus, form input[type=search]:focus, form input[type=tel]:focus, form input[type=color]:focus, form select:focus, form textarea:focus {
	border-color: #bbb;
	outline: 0;
}

form input:not([type]):focus {
	border-color: #bbb;
	outline: 0;
}

form input[type=file]:focus, form input[type=radio]:focus, form input[type=checkbox]:focus {
	outline: 0;
}

form input[type=checkbox], form input[type=radio] {
	display: inline-block;
}

form input[type=text][disabled], form input[type=password][disabled], form input[type=email][disabled], form input[type=url][disabled], form input[type=date][disabled], form input[type=month][disabled], form input[type=time][disabled], form input[type=datetime][disabled], form input[type=datetime-local][disabled], form input[type=week][disabled], form input[type=number][disabled], form input[type=search][disabled], form input[type=tel][disabled], form input[type=color][disabled], form select[disabled], form textarea[disabled] {
	cursor: not-allowed;
	color: #cad2d3;
	background-color: #eaeded;
}

form input:not([type])[disabled] {
	cursor: not-allowed;
	color: #cad2d3;
	background-color: #eaeded;
}

form input[readonly], form select[readonly], form textarea[readonly] {
	color: #777;
	border-color: #ccc;
	background-color: #eee;
}

form input:focus:invalid, form textarea:focus:invalid, form select:focus:invalid {
	color: #b94a48;
	border-color: #e9322d;
}

form input[type=file]:focus:invalid:focus, form input[type=radio]:focus:invalid:focus, form input[type=checkbox]:focus:invalid:focus {
	outline-color: #e9322d;
}

select {
	width: 100%;
	height: 2.25em;
	min-height: auto;
	border: 1px solid #ddd;
	background-color: #fff;
	cursor: pointer;
	padding: 0 15px;
	margin: 0;
}

form select[multiple] {
	height: auto;
}

form label {
	margin-bottom: 3px;
}

form fieldset {
	margin: 0;
	padding: .35em 0 .75em;
	border: 0;
}

form legend {
	display: block;
	width: 100%;
	margin-bottom: .3em;
	padding: .3em 0;
	color: #333;
	border-bottom: 1px solid #e5e5e5;
}

input[type=button], input[type=reset], input[type=submit], button[type=submit], .button, body div.wpforms-container-full .wpforms-form input[type=submit], body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form .wpforms-page-button {
	display: inline-block;
	font-family: inherit;
	background-color: #13aff0;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
	padding: 14px 20px;
	border: 0;
	cursor: pointer;
	text-align: center;
	letter-spacing: .1em;
	line-height: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, button[type=submit]:hover, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus, button[type=submit]:focus, .button:hover, .button:focus, body div.wpforms-container-full .wpforms-form input[type=submit]:hover, body div.wpforms-container-full .wpforms-form button[type=submit]:hover, body div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
	background-color: #0b7cac;
	color: #fff;
}

.elementor-form input[type=checkbox], .elementor-form input[type=radio] {
	display: inline-block !important;
}

input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus, button[type=submit]:focus, button:focus {
	outline: 0;
}

.pure-button[disabled], .pure-button-disabled, .pure-button-disabled:hover, .pure-button-disabled:focus, .pure-button-disabled:active {
	cursor: not-allowed;
	-moz-opacity: .4;
	-webkit-opacity: .4;
	opacity: .4;
	border: none;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.pure-button[disabled].nitro-lazy, .pure-button-disabled.nitro-lazy, .pure-button-disabled:hover.nitro-lazy, .pure-button-disabled:focus.nitro-lazy, .pure-button-disabled:active.nitro-lazy {
	background-image: none !important;
}

button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.pure-button-primary, .pure-button-selected, a.pure-button-primary, a.pure-button-selected {
	color: #fff;
	background-color: #0078e7;
}

.comment-form-cookies-consent {
	display: inline-block;
	width: 100%;
}

.comment-form-cookies-consent label {
	display: inline-block;
}

#top-bar-wrap {
	position: relative;
	background-color: #fff;
	font-size: 12px;
	border-bottom: 1px solid #f1f1f1;
	z-index: 101;
}

#top-bar {
	padding: 8px 0;
}

#top-bar-inner {
	position: relative;
}

.top-bar-left {
	float: left;
}

.top-bar-right {
	float: right;
}

.top-bar-centered {
	float: none;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	#top-bar {
		padding: 20px 0;
	}
	
	#top-bar>div:nth-child(2) {
		padding-top: 20px;
	}
	
	.top-bar-right {
		float: none;
		text-align: center;
	}
}

@media screen and (max-width: 782px) {
	#top-bar-wrap {
		z-index: 100;
	}
}

#top-bar-content strong {
	color: #333;
}

#top-bar-content>a {
	color: #555;
}

#top-bar-content>a:hover {
	color: #13aff0;
}

#top-bar-content select {
	background-color: rgba(0, 0, 0, 0);
	padding: 5px;
	color: rgba(0, 0, 0, .4);
	border-color: rgba(0, 0, 0, .2);
	min-width: 100px;
}

#top-bar-content #lang_sel {
	position: relative;
	display: inline-block;
	top: 3px;
	margin-right: 10px;
	z-index: 99;
}

#topbar-template {
	display: inline-block;
}

#top-bar-wrap #lang_sel ul ul {
	z-index: 99999;
}

.top-bar-right .polylang-switcher-shortcode {
	float: right;
	margin: 0;
	margin-left: 20px;
}

.top-bar-left .polylang-switcher-shortcode {
	float: left;
	margin: 0;
	margin-right: 20px;
}

@media only screen and (max-width: 767px) {
	#top-bar-content, #top-bar-social-alt {
		float: none;
		text-align: center;
	}
	
	#top-bar #lang_sel {
		text-align: left;
	}
	
	body.rtl #top-bar #lang_sel {
		text-align: right;
	}
}

.top-bar-left.has-content #top-bar-nav, .top-bar-right.has-content #top-bar-nav {
	margin: 0;
	margin-right: 20px;
	padding: 0;
}

#top-bar-nav, #top-bar-nav>li {
	display: inline-block;
}

#top-bar-content.top-bar-centered #top-bar-nav, #top-bar-content.top-bar-centered #top-bar-nav>li {
	display: inline-block;
	float: none;
}

#top-bar-nav>ul>li {
	display: inline-block;
	float: none;
	margin-right: 15px;
}

#top-bar-nav>ul>li:last-child {
	margin-right: 0;
}

#top-bar-nav>ul>li a .nav-arrow {
	margin-left: 4px;
	margin-right: 0;
}

@media only screen and (max-width: 767px) {
	#top-bar #top-bar-nav>li {
		float: none;
		display: inline-block;
	}
	
	#top-bar-nav {
		float: none;
		text-align: center;
	}
}

#top-bar-social ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#top-bar-social li {
	float: left;
}

#top-bar-social li a {
	display: block;
	float: left;
	font-size: 14px;
	color: #bbb;
	padding: 0 6px;
}

#top-bar-social.top-bar-left li:first-child a {
	padding-left: 0;
}

#top-bar-social.top-bar-right li:last-child a {
	padding-right: 0;
}

#top-bar-social li a.oceanwp-twitter a:hover {
	color: #46d4fe;
}

#top-bar-social li a.oceanwp-facebook a:hover {
	color: #37589b;
}

#top-bar-social li a.oceanwp-googleplus a:hover {
	color: #de5a49;
}

#top-bar-social li a.oceanwp-pinterest a:hover {
	color: #cb2027;
}

#top-bar-social li a.oceanwp-dribbble a:hover {
	color: #ea4c89;
}

#top-bar-social li a.oceanwp-vk a:hover {
	color: #597ba5;
}

#top-bar-social li a.oceanwp-instagram a:hover {
	color: #3f729b;
}

#top-bar-social li a.oceanwp-linkedin a:hover {
	color: #39c;
}

#top-bar-social li a.oceanwp-tumblr a:hover {
	color: #2c4762;
}

#top-bar-social li a.oceanwp-github a:hover {
	color: #60b044;
}

#top-bar-social li a.oceanwp-flickr a:hover {
	color: #fa4086;
}

#top-bar-social li a.oceanwp-skype a:hover {
	color: #00aff0;
}

#top-bar-social li a.oceanwp-youtube a:hover {
	color: #c4302b;
}

#top-bar-social li a.oceanwp-vimeo a:hover {
	color: #1ab7ea;
}

#top-bar-social li a.oceanwp-vine a:hover {
	color: #00bf8f;
}

#top-bar-social li a.oceanwp-xing a:hover {
	color: #006464;
}

#top-bar-social li a.oceanwp-yelp a:hover {
	color: #c41200;
}

#top-bar-social li a.oceanwp-tripadvisor a:hover {
	color: #589442;
}

#top-bar-social li a.oceanwp-rss a:hover {
	color: #ff7900;
}

#top-bar-social li a.oceanwp-email a:hover {
	color: #13aff0;
}

#top-bar-social.top-bar-right {
	position: absolute;
	right: 0;
	top: 50%;
	height: 20px;
	line-height: 20px;
	margin-top: -10px;
}

#top-bar-social.top-bar-left {
	position: absolute;
	left: 0;
	top: 50%;
	height: 20px;
	line-height: 20px;
	margin-top: -10px;
}

#top-bar-social.top-bar-centered {
	padding-top: 15px;
}

#top-bar-social.top-bar-centered li {
	display: inline-block;
	float: none;
}

@media only screen and (max-width: 767px) {
	#top-bar-social {
		text-align: center;
	}
	
	#top-bar-social.top-bar-left, #top-bar-social.top-bar-right {
		position: inherit;
		left: auto;
		right: auto;
		float: none;
		height: auto;
		line-height: 1.5em;
		margin-top: 0;
	}
	
	#top-bar-social li {
		float: none;
		display: inline-block;
	}
}

#site-header {
	position: relative;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #f1f1f1;
	z-index: 100;
}

#site-header.is-transparent {
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0);
	height: auto;
	z-index: 9999;
}

#transparent-header-wrap {
	position: relative;
}

.has-transparent-header .oceanwp-sticky-header-holder {
	height: auto !important;
}

.has-transparent-header .is-sticky #site-header {
	background-color: #fff;
}

.no-header-border #site-header {
	border-bottom: none;
}

#site-header-inner {
	position: relative;
	height: 100%;
}

#site-logo {
	float: left;
	height: 100%;
	display: table;
}

#site-logo #site-logo-inner {
	display: table-cell;
	vertical-align: middle;
	height: 74px;
}

#site-logo #site-logo-inner a {
	background-color: rgba(0, 0, 0, 0) !important;
}

#site-logo #site-logo-inner a img {
	width: auto;
	vertical-align: middle;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#site-logo #site-logo-inner a:hover img {
	-moz-opacity: .6;
	-webkit-opacity: .6;
	opacity: .6;
}

#site-logo #site-logo-inner picture {
	display: inline-block;
}

#site-logo a.site-logo-text {
	font-size: 24px;
	margin: 0;
}

#site-logo.has-responsive-logo .responsive-logo-link {
	display: none;
}

#site-header.has-header-media>*:not(.overlay-header-media) {
	position: relative;
	z-index: 2;
}

#site-header.has-header-media .overlay-header-media {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .3);
	z-index: 1;
}

#site-header .custom-header-media {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
}

#site-header .custom-header-media:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	height: 100%;
	z-index: 2;
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 75%, rgba(0, 0, 0, .3) 100%);
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 75%, rgba(0, 0, 0, .3) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 75%, rgba(0, 0, 0, .3) 100%);
}

#site-header .custom-header-media video, #site-header .custom-header-media iframe {
	position: absolute;
	height: auto;
	left: 50%;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	min-width: 100vw;
	width: auto;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#site-header .custom-header-media .wp-custom-header-video-button {
	display: none;
}

.has-header-video #site-header-inner {
	z-index: 10;
}

#sidr .sidr-class-social-menu-inner .fa {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

@media only screen and (max-width: 959px) {
	.has-left-menu #site-logo {
		padding: 0 !important;
	}
}

@media only screen and (max-width: 767px) {
	#site-logo {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
}

#site-header.transparent-header {
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0);
	height: auto;
	z-index: 9999;
}

#site-header.transparent-header #site-logo.has-transparent-logo .custom-logo-link {
	display: none;
}

#site-header.transparent-header #site-logo.has-transparent-logo .transparent-logo-link {
	display: block;
}

.is-sticky #site-header.transparent-header #site-logo.has-transparent-logo .custom-logo-link {
	display: block;
}

.is-sticky #site-header.transparent-header #site-logo.has-transparent-logo .transparent-logo-link {
	display: none;
}

#site-header.top-header {
	border-bottom: 0 !important;
}

#site-header.top-header .header-top {
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
	z-index: 100;
}

#site-header.top-header .header-top .left {
	float: left;
}

#site-header.top-header .header-top .right {
	float: right;
}

#site-header.top-header .header-top .right .inner {
	display: table;
	position: relative;
}

#site-header.top-header #searchform-header-replace {
	background-color: #fff;
}

#site-header.top-header.header-replace .left, #site-header.top-header.header-replace .right {
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

#site-header.top-header.header-replace .left.hide, #site-header.top-header.header-replace .right.hide {
	visibility: hidden;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
}

#site-header.top-header #site-navigation-wrap {
	float: none;
	right: auto !important;
	left: -15px;
}

#site-header.top-header #site-navigation-wrap .dropdown-menu>li>a {
	font-size: 10px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#site-header.top-header .oceanwp-social-menu, #site-header.top-header #search-toggle {
	float: none;
	display: table-cell;
	vertical-align: middle;
	height: 40px;
}

#site-header.top-header .oceanwp-social-menu .social-menu-inner {
	display: block;
	height: auto;
}

#site-header.top-header .oceanwp-social-menu {
	right: 0;
	padding: 0 10px;
}

#site-header.top-header .oceanwp-social-menu .colored ul li a, #site-header.top-header .oceanwp-social-menu .minimal ul li a, #site-header.top-header .oceanwp-social-menu .dark ul li a {
	padding: 0 3px;
}

#site-header.top-header .oceanwp-social-menu .colored ul li a span, #site-header.top-header .oceanwp-social-menu .minimal ul li a span, #site-header.top-header .oceanwp-social-menu .dark ul li a span {
	width: 26px;
	height: 26px;
	line-height: 26px;
}

#site-header.top-header #search-toggle {
	border-right: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
	padding: 0 6px;
}

#site-header.top-header #search-toggle a {
	display: inline-block;
	font-size: 12px;
	width: 28px;
	text-align: center;
}

#site-header.top-header.search-overlay #search-toggle .search-overlay-toggle {
	position: relative;
	z-index: 101;
}

#site-header.top-header.search-overlay #search-toggle .search-overlay-toggle.exit>span:before {
	content: "✕";
	color: #fff;
}

#site-header.top-header #searchform-header-replace input {
	color: #222;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#site-header.top-header #searchform-header-replace-close {
	font-size: 16px;
	padding: 0 6px;
}

#site-header.top-header .header-bottom {
	text-align: center;
}

#site-header.top-header #site-logo {
	float: none;
	display: inline-block;
	padding: 50px 0;
}

#site-header.top-header #site-logo #site-logo-inner {
	display: block;
	height: auto;
}

#site-header.top-header #site-logo #site-description {
	padding-top: 20px;
}

#site-header.top-header #site-logo #site-description h2 {
	color: #929292;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
}

#site-header.top-header .oceanwp-mobile-menu-icon {
	float: none;
	left: -15px;
	right: auto;
}

#site-header.top-header .oceanwp-mobile-menu-icon a {
	font-size: 10px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#site-header.top-header.has-header-media #site-header-sticky-wrapper, #site-header.top-header.has-header-media .header-top {
	z-index: 101;
}

@media only screen and (max-width: 959px) {
	.top-header-style .sidr-class-social-menu-inner, .top-header-style .sidr-class-mobile-searchform {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	#site-header.top-header .right {
		display: none;
	}
	
	#site-header.top-header.header-replace .left.hide, #site-header.top-header.header-replace .right.hide {
		visibility: visible;
		-moz-opacity: 1;
		-webkit-opacity: 1;
		opacity: 1;
	}
	
	#site-header.top-header .header-top .left, #site-header.top-header .header-top .right {
		float: none !important;
		text-align: center;
	}
	
	#site-header.top-header .oceanwp-mobile-menu-icon {
		float: none;
		left: auto !important;
		right: auto !important;
	}
	
	#site-header.top-header .oceanwp-mobile-menu-icon a {
		float: none;
	}
	
	#site-header.top-header .header-top .right .inner {
		display: block;
		padding-bottom: 10px;
	}
	
	#site-header.top-header .oceanwp-social-menu, #site-header.top-header #search-toggle {
		float: none;
		display: inline-block;
		height: auto;
	}
	
	.top-header-style .sidr-class-social-menu-inner, .top-header-style .sidr-class-mobile-searchform {
		display: block;
	}
}

#site-header.full_screen-header {
	z-index: 9999;
}

#site-header.full_screen-header #site-header-inner {
	overflow: visible !important;
}

#site-header.full_screen-header #site-navigation-wrap {
	right: 0;
}

#site-header.full_screen-header #site-logo.has-full-screen-logo {
	position: relative;
	z-index: 101;
}

#site-header.full_screen-header #site-logo.has-full-screen-logo .full-screen-logo-link {
	display: none;
}

#site-header.full_screen-header #site-logo.has-full-screen-logo.opened .custom-logo-link, #site-header.full_screen-header #site-logo.has-full-screen-logo.opened .retina-logo-link {
	display: none;
}

#site-header.full_screen-header #site-logo.has-full-screen-logo.opened .full-screen-logo-link {
	display: block;
}

#site-header.full_screen-header .menu-bar-wrap {
	float: right;
	height: 100%;
	display: table;
}

#site-header.full_screen-header .menu-bar-inner {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	height: 74px;
}

#site-header.full_screen-header .menu-bar {
	display: inline-block;
	position: relative;
	margin-left: 10px;
	min-width: 38px;
	height: 33px;
	text-align: center;
	z-index: 101;
}

#site-header.full_screen-header .menu-bar .ham {
	display: inline-block;
	width: 23px;
	height: 2px;
	position: relative;
	top: 2px;
	background-color: #333;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

#site-header.full_screen-header .menu-bar .ham:before, #site-header.full_screen-header .menu-bar .ham:after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 23px;
	height: 2px;
	left: 0;
	background-color: #333;
	outline: 1px solid rgba(0, 0, 0, 0);
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

#site-header.full_screen-header .menu-bar .ham:before {
	top: -8px;
}

#site-header.full_screen-header .menu-bar .ham:after {
	top: 8px;
}

#site-header.full_screen-header .menu-bar.exit .ham {
	background-color: rgba(0, 0, 0, 0) !important;
}

#site-header.full_screen-header .menu-bar.exit .ham:before, #site-header.full_screen-header .menu-bar.exit .ham:after {
	background-color: #fff;
}

#site-header.full_screen-header .menu-bar.exit .ham:before {
	-webkit-transform: translateY(8px) rotateZ(-45deg);
	-moz-transform: translateY(8px) rotateZ(-45deg);
	-ms-transform: translateY(8px) rotateZ(-45deg);
	-o-transform: translateY(8px) rotateZ(-45deg);
	transform: translateY(8px) rotateZ(-45deg);
}

#site-header.full_screen-header .menu-bar.exit .ham:after {
	-webkit-transform: translateY(-8px) rotateZ(45deg);
	-moz-transform: translateY(-8px) rotateZ(45deg);
	-ms-transform: translateY(-8px) rotateZ(45deg);
	-o-transform: translateY(-8px) rotateZ(45deg);
	transform: translateY(-8px) rotateZ(45deg);
}

#site-header.full_screen-header.nav-open {
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}

#site-header.full_screen-header #full-screen-menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .9);
	overflow-y: scroll;
	z-index: 100;
}

#site-header.full_screen-header #full-screen-menu #full-screen-menu-inner {
	display: table;
	width: 100%;
	height: 100%;
	padding: 0 40px;
}

#site-header.full_screen-header #full-screen-menu #site-navigation {
	display: table-cell;
	vertical-align: middle;
	padding: 100px 0;
	text-align: center;
}

#site-header.full_screen-header .fs-dropdown-menu {
	list-style: none;
	margin: 0;
}

#site-header.full_screen-header .fs-dropdown-menu li a {
	display: block;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#site-header.full_screen-header .fs-dropdown-menu li a:hover {
	color: #929292;
}

#site-header.full_screen-header .fs-dropdown-menu li a:focus {
	outline: 1px dashed rgba(255, 255, 255, .3);
}

#site-header.full_screen-header .fs-dropdown-menu li>a .nav-arrow {
	display: inline-block;
	width: 26px;
	padding-left: 5px;
	text-align: center;
}

#site-header.full_screen-header .fs-dropdown-menu li>a .nav-arrow:before {
	content: "+";
}

#site-header.full_screen-header .fs-dropdown-menu li>a .nav-arrow:focus {
	outline: 1px dashed rgba(255, 255, 255, .3);
}

#site-header.full_screen-header .fs-dropdown-menu li.open-sub>a .nav-arrow:before {
	content: "-";
}

#site-header.full_screen-header .fs-dropdown-menu li .sidebar-box {
	display: none;
}

#site-header.full_screen-header .fs-dropdown-menu ul.sub-menu {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

#site-header.full_screen-header .fs-dropdown-menu ul.sub-menu li a {
	font-size: 16px;
	padding: 6px 0;
}

#site-header.full_screen-header .fs-dropdown-menu>li {
	display: block;
}

#site-header.full_screen-header .fs-dropdown-menu>li>a {
	font-size: 24px;
	line-height: 1.2;
	padding: 12px 0;
}

#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li {
	max-width: 220px;
	margin: 10px auto 0;
}

#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li form {
	position: relative;
}

#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li input, #site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li .search-text {
	font-size: 20px;
	padding: 4px 0;
	color: #fff;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li input {
	position: relative;
	border: 0;
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #666;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	z-index: 2;
}

#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li input:hover, #site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li input:focus {
	border-color: #fff;
}

#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li .search-text {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: text;
	-moz-opacity: .5;
	-webkit-opacity: .5;
	opacity: .5;
	z-index: 1;
}

#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li .search-text i {
	display: inline-block;
	background-color: #fff;
	width: 3px;
	height: 3px;
	margin-left: 3px;
	-webkit-animation: blink 1s linear infinite;
	-moz-animation: blink 1s linear infinite;
	-ms-animation: blink 1s linear infinite;
	-o-animation: blink 1s linear infinite;
	animation: blink 1s linear infinite;
}

#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li .search-text i+i {
	-ms-animation-delay: .2s;
	-webkit-animation-delay: .2s;
	-o-animation-delay: .2s;
	-moz-animation-delay: .2s;
	animation-delay: .2s;
}

#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li .search-text i+i+i {
	-ms-animation-delay: .4s;
	-webkit-animation-delay: .4s;
	-o-animation-delay: .4s;
	-moz-animation-delay: .4s;
	animation-delay: .4s;
}

#site-header.full_screen-header .fs-dropdown-menu>li.search-toggle-li form.search-filled .search-text {
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition-duration: 150ms;
	-moz-transition-duration: 150ms;
	-ms-transition-duration: 150ms;
	-o-transition-duration: 150ms;
	transition-duration: 150ms;
}

#site-header.full_screen-header .oceanwp-social-menu {
	display: block;
	float: none;
	margin-top: 30px;
	text-align: center;
	right: auto;
}

#site-header.full_screen-header .oceanwp-social-menu .social-menu-inner {
	display: block;
	height: auto !important;
}

#site-header.full_screen-header .oceanwp-social-menu ul li {
	float: none;
	display: inline-block;
}

#site-header.full_screen-header .oceanwp-social-menu.simple-social ul li a {
	background-color: rgba(0, 0, 0, 0) !important;
	color: #fff;
	font-size: 24px;
	padding: 0 16px;
	margin: 0;
}

#site-header.full_screen-header .oceanwp-social-menu.simple-social ul li a:hover {
	color: #929292;
}

#site-header.full_screen-header .oceanwp-social-menu .colored ul li a, #site-header.full_screen-header .oceanwp-social-menu .minimal ul li a, #site-header.full_screen-header .oceanwp-social-menu .dark ul li a {
	padding: 0 4px;
}

#site-header.full_screen-header .oceanwp-social-menu .colored ul li a span, #site-header.full_screen-header .oceanwp-social-menu .minimal ul li a span, #site-header.full_screen-header .oceanwp-social-menu .dark ul li a span {
	font-size: 16px;
	width: 60px;
	height: 60px;
	line-height: 60px;
}

@-webkit-keyframes blink {
	0% {
		-webkit-opacity: 1;
	}
	
	50% {
		-webkit-opacity: 0;
	}
	
	100% {
		-webkit-opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		-moz-opacity: 1;
	}
	
	50% {
		-moz-opacity: 0;
	}
	
	100% {
		-moz-opacity: 1;
	}
}

@-o-keyframes blink {
	0% {
		-o-opacity: 1;
	}
	
	50% {
		-o-opacity: 0;
	}
	
	100% {
		-o-opacity: 1;
	}
}

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

@media only screen and (max-width: 959px) {
	#site-header.full_screen-header #site-logo.has-full-screen-logo.opened .custom-logo-link {
		display: block;
	}
	
	#site-header.full_screen-header #site-logo.has-full-screen-logo.opened .full-screen-logo-link {
		display: none;
	}
}

#site-header.center-header #site-logo {
	display: none;
}

#site-header.center-header #site-navigation-wrap {
	float: none;
	width: 100%;
	right: auto;
}

#site-header.center-header #site-navigation-wrap .navigation {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

#site-header.center-header #site-navigation-wrap .middle-site-logo {
	width: 24%;
	text-align: center;
}

#site-header.center-header #site-navigation-wrap .middle-site-logo a img {
	width: auto;
	vertical-align: middle;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#site-header.center-header #site-navigation-wrap .middle-site-logo:hover img {
	-moz-opacity: .6;
	-webkit-opacity: .6;
	opacity: .6;
}

#site-header.center-header #site-navigation-wrap .left-menu, #site-header.center-header #site-navigation-wrap .right-menu {
	position: relative;
	width: 38%;
}

#site-header.center-header #site-navigation-wrap .left-menu {
	float: left;
}

#site-header.center-header #site-navigation-wrap .right-menu {
	float: right;
}

#site-header.center-header #site-navigation-wrap .dropdown-menu>li {
	float: none;
	display: inline-block;
}

#site-header.center-header .centered .left-menu, #site-header.center-header .centered .right-menu {
	text-align: center;
}

#site-header.center-header .wider .left-menu {
	text-align: left;
}

#site-header.center-header .wider .right-menu {
	text-align: right;
}

#site-header.center-header .closer .left-menu {
	text-align: right;
}

#site-header.center-header .closer .right-menu {
	text-align: left;
}

#site-header.center-header #searchform-header-replace.show {
	max-width: 100% !important;
}

#site-header.center-header.header-replace #site-navigation .middle-site-logo {
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

#site-header.center-header.header-replace #site-navigation.hide .middle-site-logo {
	visibility: hidden;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
}

#site-header.medium-header {
	background-color: rgba(0, 0, 0, 0);
	text-align: center;
}

#site-header.medium-header .top-header-wrap {
	position: relative;
	background-color: #fff;
	padding: 30px 0;
	-webkit-transition: padding .4s ease-in-out;
	-moz-transition: padding .4s ease-in-out;
	-ms-transition: padding .4s ease-in-out;
	-o-transition: padding .4s ease-in-out;
	transition: padding .4s ease-in-out;
	z-index: 10;
}

#site-header.medium-header .top-header-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 0;
}

#site-header.medium-header .top-col {
	-webkit-flex: 1 0 0%;
	flex: 1 0 0%;
}

#site-header.medium-header .top-col.col-1 {
	text-align: left;
}

#site-header.medium-header .top-col.col-2, #site-header.medium-header .top-col.logo-col {
	text-align: center;
}

#site-header.medium-header .top-col.col-3 {
	text-align: right;
}

#site-header.medium-header #medium-searchform form {
	display: inline-block;
	position: relative;
}

#site-header.medium-header #medium-searchform form.search-filled label {
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition-duration: 150ms;
	-moz-transition-duration: 150ms;
	-ms-transition-duration: 150ms;
	-o-transition-duration: 150ms;
	transition-duration: 150ms;
}

#site-header.medium-header #medium-searchform input {
	position: relative;
	background-color: rgba(0, 0, 0, 0) !important;
	border: 0;
	margin: 0;
	padding: 6px 38px 6px 12px;
	max-width: 178px;
	z-index: 2;
}

#site-header.medium-header #medium-searchform input:focus {
	max-width: 220px;
}

#site-header.medium-header #medium-searchform label, #site-header.medium-header #medium-searchform button {
	position: absolute;
	top: 0;
	line-height: 40px;
	margin: 0;
}

#site-header.medium-header #medium-searchform button:focus {
	outline: 1px solid;
}

#site-header.medium-header #medium-searchform label {
	left: 12px;
	color: #333;
	cursor: text;
	-moz-opacity: .5;
	-webkit-opacity: .5;
	opacity: .5;
	z-index: 1;
}

#site-header.medium-header #medium-searchform button {
	right: 0;
	width: 38px;
	background-color: rgba(0, 0, 0, 0);
	color: #555;
	border: 0;
	padding: 0;
	z-index: 2;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#site-header.medium-header #medium-searchform button:hover {
	color: #13aff0;
}

#site-header.medium-header #medium-searchform .search-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #f5f5f5;
}

#site-header.medium-header #site-logo {
	float: none;
	display: block;
}

#site-header.medium-header #site-logo #site-logo-inner {
	display: block;
	height: auto !important;
}

#site-header.medium-header .oceanwp-social-menu {
	float: none;
	display: block;
	right: auto !important;
	left: auto !important;
}

#site-header.medium-header .oceanwp-social-menu .social-menu-inner {
	display: block;
	height: auto !important;
}

#site-header.medium-header .oceanwp-social-menu ul li {
	float: none;
	display: inline-block;
}

#site-header.medium-header #site-navigation-wrap {
	position: relative;
	position: relative;
	background-color: #f9f9f9;
	float: none;
	right: auto !important;
	left: auto !important;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	z-index: 9;
}

#site-header.medium-header #site-navigation-wrap.left-menu #site-navigation {
	float: left;
	left: -22px;
}

#site-header.medium-header #site-navigation-wrap.center-menu #site-navigation .dropdown-menu>li {
	float: none;
	display: inline-block;
}

#site-header.medium-header #site-navigation-wrap.right-menu #site-navigation {
	float: right;
	right: -22px;
}

#site-header.medium-header #site-navigation-wrap #site-navigation {
	display: inline-block;
	position: relative;
}

#site-header.medium-header #site-navigation-wrap .dropdown-menu>li>a {
	font-size: 12px;
	line-height: 60px;
	padding: 0 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#site-header.medium-header.hidden-menu #site-navigation-wrap, #site-header.medium-header.hidden-menu #site-navigation, #site-header.medium-header.hidden-menu .oceanwp-mobile-menu-icon {
	max-height: 150px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.is-sticky #site-header.medium-header .top-header-wrap {
	padding: 20px 0;
}

.is-sticky #site-header.medium-header .top-header-wrap .oceanwp-social-menu .social-menu-inner {
	height: auto;
}

.is-sticky #site-header.medium-header.hidden-menu #site-navigation-wrap, .is-sticky #site-header.medium-header.hidden-menu #site-navigation, .is-sticky #site-header.medium-header.hidden-menu .oceanwp-mobile-menu-icon {
	max-height: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	visibility: hidden;
}

.is-sticky #site-header.medium-header.hidden-menu:hover #site-navigation-wrap, .is-sticky #site-header.medium-header.hidden-menu:hover #site-navigation, .is-sticky #site-header.medium-header.hidden-menu:hover .oceanwp-mobile-menu-icon {
	max-height: 150px;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
	visibility: visible;
}

#site-header.medium-header .oceanwp-mobile-menu-icon {
	float: none;
	background-color: #f9f9f9;
	right: auto !important;
	left: auto !important;
}

#site-header.medium-header .oceanwp-mobile-menu-icon a {
	float: none;
	display: inline-block;
	font-size: 12px;
	padding: 0 22px;
	line-height: 60px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#site-header.medium-header.is-transparent .top-header-wrap, #site-header.medium-header.is-transparent #site-navigation-wrap, #site-header.medium-header.is-transparent .oceanwp-mobile-menu-icon {
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

@media only screen and (max-width: 959px) {
	.medium-header-style .sidr-class-social-menu-inner, .medium-header-style .sidr-class-mobile-searchform {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	#site-header.medium-header .top-header-inner {
		display: block;
	}
	
	#site-header.medium-header .top-col:not(.logo-col) {
		display: none;
	}
	
	#site-header.medium-header .top-col.logo-col {
		display: inline-block;
		text-align: center;
	}
	
	.medium-header-style .sidr-class-social-menu-inner, .medium-header-style .sidr-class-mobile-searchform {
		display: block;
	}
}

@media only screen and (max-width: 480px) {
	#site-header.medium-header .header-top-wrap {
		padding: 20px 0;
	}
	
	#site-header.medium-header .oceanwp-mobile-menu-icon a {
		line-height: 40px;
	}
}

#site-header.vertical-header {
	position: fixed;
	top: 0;
	width: 300px;
	max-width: 100%;
	height: 100%;
	border-bottom: none;
	z-index: 3000;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#site-header.vertical-header .ps__rail-y {
	padding: 0 !important;
	width: 0;
}

#site-header.vertical-header.has-scrolled {
	background-color: #fff;
}

#site-header.vertical-header.has-shadow {
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}

#site-header.vertical-header .ps__thumb-y {
	background-color: rgba(0, 0, 0, 0);
}

#site-header.vertical-header .has-template>#site-logo {
	display: none;
}

#site-header.vertical-header #site-header-inner {
	max-width: 100%;
	padding: 30px 0;
	overflow: hidden;
}

#site-header.vertical-header #site-header-inner>*:not(#site-navigation-wrap) {
	padding: 0 30px;
}

#site-header.vertical-header #site-header-inner #sidr {
	display: block;
}

#site-header.vertical-header.vh-left-logo #site-logo {
	text-align: left;
}

#site-header.vertical-header.vh-center-logo #site-logo {
	text-align: center;
}

#site-header.vertical-header.vh-right-logo #site-logo {
	text-align: right;
}

#site-header.vertical-header #site-logo, #site-header.vertical-header #site-logo #site-logo-inner {
	display: block;
	float: none;
	height: auto;
}

#site-header.vertical-header #site-logo {
	margin: 20px 0 45px;
}

#site-header.vertical-header #site-logo a:focus {
	outline: 1px dashed rgba(0, 0, 0, .3);
}

#site-header.vertical-header .has-social #site-navigation-wrap {
	right: auto;
}

#site-header.vertical-header #site-navigation-wrap {
	float: none;
	right: auto;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu li {
	display: block;
	float: none;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu li:last-child {
	border-bottom: none;
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu li>a {
	position: relative;
	line-height: 1;
	padding: 17px 30px;
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu li>a:focus {
	outline: 1px dashed rgba(0, 0, 0, .3);
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu li>a .dropdown-toggle {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 100%;
	line-height: 1;
	cursor: pointer;
	text-align: center;
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu li>a .dropdown-toggle:focus {
	outline: 1px dashed rgba(0, 0, 0, .3);
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu li>a .dropdown-toggle:before {
	content: "+";
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 1;
	margin-top: -10px;
	margin-left: -10px;
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu li.active>a>.dropdown-toggle:before {
	content: "-";
}

#site-header.vertical-header #site-navigation-wrap .dropdown-menu .sub-menu {
	display: none;
	position: relative;
	top: 100%;
	left: 0;
	background-color: rgba(0, 0, 0, .03);
	border: none;
	border-top: 1px solid rgba(0, 0, 0, .05);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#site-header.vertical-header #site-navigation-wrap .nav-arrow, #site-header.vertical-header #site-navigation-wrap .sidebar-box {
	display: none;
}

#site-header.vertical-header #vertical-searchform {
	margin-top: 40px;
}

#site-header.vertical-header #vertical-searchform form {
	position: relative;
}

#site-header.vertical-header #vertical-searchform form.search-filled label {
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition-duration: 150ms;
	-moz-transition-duration: 150ms;
	-ms-transition-duration: 150ms;
	-o-transition-duration: 150ms;
	transition-duration: 150ms;
}

#site-header.vertical-header #vertical-searchform form input {
	position: relative;
	font-size: 14px;
	border-width: 0 0 2px;
	background-color: rgba(0, 0, 0, 0) !important;
	border-color: rgba(0, 0, 0, .04);
	padding: 10px 12px;
	z-index: 2;
}

#site-header.vertical-header #vertical-searchform form label, #site-header.vertical-header #vertical-searchform form button {
	position: absolute;
	top: 50%;
	margin: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#site-header.vertical-header #vertical-searchform form label:focus, #site-header.vertical-header #vertical-searchform form button:focus {
	outline: 1px dashed rgba(0, 0, 0, .3);
}

#site-header.vertical-header #vertical-searchform form label {
	left: 12px;
	cursor: text;
	-moz-opacity: .5;
	-webkit-opacity: .5;
	opacity: .5;
	z-index: 1;
}

#site-header.vertical-header #vertical-searchform form button {
	right: 0;
	width: 50px;
	height: 100%;
	line-height: 1;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	color: #777;
	border: none;
	z-index: 2;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#site-header.vertical-header #vertical-searchform form button:hover {
	color: #333;
}

#site-header.vertical-header #vertical-searchform form .search-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .03);
}

#site-header.vertical-header .oceanwp-social-menu {
	float: none;
	display: block;
	margin-top: 40px;
}

#site-header.vertical-header .oceanwp-social-menu.simple-social {
	right: auto;
}

#site-header.vertical-header .oceanwp-social-menu .social-menu-inner {
	display: block;
	height: auto;
}

#site-header.vertical-header .custom-header-nav #site-navigation-wrap #site-navigation {
	display: block;
}

#site-header.vertical-header .custom-header-nav #site-navigation-wrap #site-navigation .dropdown-menu>li>a {
	padding-left: 0;
	padding-right: 0;
}

#site-header.vertical-header .vertical-toggle {
	display: none;
	position: absolute;
	top: 10px;
	width: 34px;
	height: 34px;
	font-size: 22px;
	line-height: 34px;
	padding: 0 !important;
	text-align: center;
}

.has-vh-transparent .is-sticky #site-header.vertical-header {
	background-color: #fff;
}

body.vertical-header-style.left-header #site-header.vertical-header {
	left: 0;
}

body.vertical-header-style.left-header #site-header.vertical-header .vertical-toggle {
	right: 0;
}

body.vertical-header-style.left-header #outer-wrap {
	margin-left: 300px;
}

body.vertical-header-style.right-header #site-header.vertical-header {
	right: 0;
}

body.vertical-header-style.right-header #site-header.vertical-header .vertical-toggle {
	left: 0;
}

body.vertical-header-style.right-header #outer-wrap {
	margin-right: 300px;
}

body.vertical-header-style.has-vh-transparent.left-header #outer-wrap {
	margin-left: 0;
}

body.vertical-header-style.has-vh-transparent.right-header #outer-wrap {
	margin-right: 0;
}

body.vertical-header-style.vh-closed.left-header #site-header.vertical-header {
	left: -266px;
}

body.vertical-header-style.vh-closed.left-header #outer-wrap {
	margin-left: 34px;
}

body.vertical-header-style.vh-closed.right-header #site-header.vertical-header {
	right: -266px;
}

body.vertical-header-style.vh-closed.right-header #outer-wrap {
	margin-right: 34px;
}

body.vertical-header-style.vh-closed.vh-opened.left-header #site-header.vertical-header {
	left: 0;
}

body.vertical-header-style.vh-closed.vh-opened.right-header #site-header.vertical-header {
	right: 0;
}

body.vertical-header-style.vh-closed.vh-opened #site-header.vertical-header #site-navigation-wrap {
	padding-right: 0;
}

body.vertical-header-style.vh-closed #site-header.vertical-header .vertical-toggle {
	display: block;
}

body.vertical-header-style.vh-closed #site-header.vertical-header #site-navigation-wrap {
	padding-right: 34px;
}

@media only screen and (max-width: 1280px) {
	body.vertical-header-style.default-collapse.left-header #site-header.vertical-header {
		left: -266px;
	}
	
	body.vertical-header-style.default-collapse.left-header #outer-wrap {
		margin-left: 34px;
	}
	
	body.vertical-header-style.default-collapse.right-header #site-header.vertical-header {
		right: -266px;
	}
	
	body.vertical-header-style.default-collapse.right-header #outer-wrap {
		margin-right: 34px;
	}
	
	body.vertical-header-style.default-collapse.vh-opened.left-header #site-header.vertical-header {
		left: 0;
	}
	
	body.vertical-header-style.default-collapse.vh-opened.right-header #site-header.vertical-header {
		right: 0;
	}
	
	body.vertical-header-style.default-collapse.vh-opened #site-header.vertical-header #site-navigation-wrap {
		padding-right: 0;
	}
	
	body.default-collapse #site-header.vertical-header .vertical-toggle {
		display: block;
	}
	
	body.default-collapse #site-header.vertical-header #site-navigation-wrap {
		padding-right: 34px;
	}
}

#site-header.custom-header ul.oceanwp-custom-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#site-header.custom-header ul.oceanwp-custom-menu li {
	display: inline-block;
}

#site-header.custom-header ul.oceanwp-custom-menu li a {
	display: block;
	font-size: 13px;
	line-height: 40px;
	padding: 0 15px;
	letter-spacing: .6px;
}

.custom-header-logo.left {
	text-align: left;
}

.custom-header-logo.right {
	text-align: right;
}

.custom-header-logo.center {
	text-align: center;
}

.custom-header-logo #site-logo {
	float: none;
	display: inline-block;
}

.custom-header-logo #site-logo #site-logo-inner {
	display: block;
	height: auto !important;
}

.custom-header-nav.left {
	text-align: left;
}

.custom-header-nav.right {
	text-align: right;
}

.custom-header-nav.center {
	text-align: center;
}

.custom-header-nav #site-navigation-wrap {
	float: none;
	right: auto;
}

.custom-header-nav #site-navigation-wrap #site-navigation {
	display: inline-block;
	position: relative;
}

.custom-header-nav #site-navigation-wrap .dropdown-menu>li {
	float: none;
	display: inline-block;
}

.custom-header-nav .oceanwp-mobile-menu-icon {
	float: none !important;
}

.custom-header-nav .oceanwp-mobile-menu-icon a {
	display: inline-block;
}

#site-navigation-wrap {
	float: right;
	position: relative;
	right: -15px;
}

#site-navigation-wrap .dropdown-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#site-navigation-wrap .dropdown-menu>li {
	float: left;
	position: relative;
}

#site-navigation-wrap .dropdown-menu>li>a {
	display: block;
	font-size: 13px;
	line-height: 74px;
	color: #555;
	padding: 0 15px;
	letter-spacing: .6px;
}

#site-navigation-wrap .dropdown-menu>li>a.site-search-toggle {
	letter-spacing: 0;
}

#site-navigation-wrap .dropdown-menu>li>a:hover {
	color: #13aff0;
}

#site-navigation-wrap .dropdown-menu>li>a .nav-arrow {
	padding-left: 6px;
	line-height: 1;
}

#site-navigation-wrap .dropdown-menu>li.btn>a {
	background-color: rgba(0, 0, 0, 0) !important;
}

#site-navigation-wrap .dropdown-menu>li.btn>a>span {
	background-color: #13aff0;
	color: #fff;
	padding: 12px 22px;
	font-weight: 600;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-ms-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
}

#site-navigation-wrap .dropdown-menu>li.btn>a>span:before, #site-navigation-wrap .dropdown-menu>li.btn>a>span:after {
	display: none !important;
}

#site-navigation-wrap .dropdown-menu>li.btn>a:hover>span {
	background-color: #0b7cac;
	color: #fff;
}

#site-navigation-wrap .dropdown-menu>li.btn.rounded>a>span {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
}

.has-social #site-navigation-wrap {
	right: 0;
}

.minimal-header.left-menu #site-navigation-wrap, .transparent-header.left-menu #site-navigation-wrap {
	float: left;
	right: 0;
}

.minimal-header.left-menu #site-logo, .transparent-header.left-menu #site-logo {
	padding-right: 20px;
}

.center-menu #site-navigation-wrap {
	position: absolute;
	float: none;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu li.menu-item {
	position: relative;
	white-space: nowrap;
	white-space: normal;
}

.sf-menu li:hover, .sf-menu li.sfHover {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.sf-menu ul.sub-menu {
	position: absolute;
	visibility: hidden;
	top: 100%;
	left: 0;
	z-index: 9999;
}

.sf-menu>li {
	float: left;
}

.sf-menu li:hover>ul, .sf-menu li.sfHover>ul {
	display: block;
}

.sf-menu a.menu-link {
	display: block;
	position: relative;
	zoom: 1;
}

.sf-menu ul.sub-menu ul {
	top: 0;
	left: 100%;
	visibility: visible;
}

.dropdown-menu, .dropdown-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dropdown-menu .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	border-top: 3px solid #13aff0;
	min-width: 180px;
	line-height: 1;
	text-align: left;
	z-index: 999;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.dropdown-menu li .sub-menu li.menu-item {
	display: block;
	float: none;
}

.dropdown-menu ul .sub-menu {
	top: 0;
	left: 100%;
	margin-top: -3px;
}

.no-top-border .sub-menu {
	border: none;
}

.dropdown-menu ul li.menu-item {
	display: block;
	border-bottom: 1px solid #f1f1f1;
}

.dropdown-menu ul li.menu-item:last-child {
	border-bottom: 0;
}

.dropdown-menu ul li a.menu-link {
	display: block;
	position: relative;
	float: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2em;
	letter-spacing: .6px;
	padding: 12px 15px;
	text-transform: capitalize;
}

.dropdown-menu ul li a.menu-link:hover {
	background-color: #f8f8f8;
	color: #555;
}

.dropdown-menu ul li a.menu-link:hover .owp-icon use {
	stroke: #555;
}

.dropdown-menu ul li a.menu-link .nav-arrow {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -6.5px;
	padding: 0;
}

.dropdown-menu ul li a.menu-link i {
	position: relative;
	width: 20px;
	text-align: center;
	margin-right: 3px;
}

.dropdown-menu li a.menu-link i {
	padding-right: 5px;
}

.nav-content {
	display: block;
	font-size: 11px;
	line-height: 1.8;
	padding: 5px 0;
	white-space: normal;
	-moz-opacity: .7;
	-webkit-opacity: .7;
	opacity: .7;
}

.navigation li a i.icon, .navigation li a span.icon-wrap, .navigation li a img.icon {
	display: inline-block;
	vertical-align: middle;
}

.navigation li a i.icon {
	width: auto;
	height: auto;
	font-size: 1.2em;
	line-height: 1;
	padding: 0 !important;
}

.navigation li a i.before, .navigation li a i.after {
	margin-top: -.265em;
}

.navigation li a i.before {
	margin-right: 6px;
}

.navigation li a i.after {
	margin-left: 6px;
}

.navigation li a i.elusive {
	margin-top: -.3em;
}

.navigation li a span.icon-wrap {
	text-align: center;
}

.navigation li a span.icon-wrap i.below, .navigation li a span.icon-wrap img {
	display: block;
	margin: 0 0 8px;
}

.navigation li a span.icon-wrap img {
	margin: 0 auto 8px auto;
}

.navigation li a span.icon-wrap span.menu-text {
	display: block;
	line-height: 1;
}

.navigation li a img.before {
	margin-right: 6px;
}

.navigation li a img.after {
	margin-left: 6px;
}

.navigation li a .svg {
	width: 1em;
}

.navigation li a .hidden {
	display: none !important;
}

.after-header-content {
	float: right;
	height: 100%;
	display: table;
}

.after-header-content .after-header-content-inner {
	display: table-cell;
	vertical-align: middle;
	height: 74px;
}

.after-header-content .after-header-content-inner>a, .after-header-content .after-header-content-inner>div>a {
	display: inline-block;
	line-height: 74px;
}

.after-header-content .elementor {
	display: inline-block;
}

.oceanwp-mobile-menu-icon {
	display: none;
	position: relative;
}

.oceanwp-mobile-menu-icon.mobile-right {
	float: right;
}

.oceanwp-mobile-menu-icon.mobile-left {
	float: left;
}

.oceanwp-mobile-menu-icon a {
	font-size: 13px;
	line-height: 74px;
	color: #555;
	padding-left: 15px;
	letter-spacing: .6px;
	cursor: pointer;
}

.oceanwp-mobile-menu-icon a:first-child {
	padding-left: 0;
}

.oceanwp-mobile-menu-icon a:hover {
	color: #13aff0;
}

.oceanwp-mobile-menu-icon a:focus {
	outline: 1px dashed #e3e3e3;
}

.oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-text, .oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-close-text {
	padding-left: 6px;
}

.oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-close-text, .oceanwp-mobile-menu-icon a.mobile-menu.opened .oceanwp-text {
	display: none;
}

.oceanwp-mobile-menu-icon a.mobile-menu.opened .oceanwp-close-text {
	display: inline-block;
}

.oceanwp-social-menu {
	float: right;
	position: relative;
	z-index: 10;
}

.oceanwp-social-menu.simple-social {
	right: -8px;
}

.oceanwp-social-menu.social-with-style {
	right: -2px;
}

.oceanwp-social-menu .social-menu-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 74px;
}

.oceanwp-social-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.oceanwp-social-menu ul li {
	float: left;
	position: relative;
}

.oceanwp-social-menu ul li a {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0);
	color: #929292;
	padding: 0 8px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0;
}

.oceanwp-social-menu ul li a span {
	width: 1em;
	height: 1em;
	text-align: center;
}

.oceanwp-social-menu ul li a:hover {
	background-color: rgba(0, 0, 0, 0);
}

.oceanwp-social-menu ul li:first-child a {
	margin-left: 0;
}

.oceanwp-social-menu ul li:last-child a {
	margin-right: 0;
}

.oceanwp-social-menu ul li.oceanwp-twitter a:hover {
	color: #46d4fe;
}

.oceanwp-social-menu ul li.oceanwp-facebook a:hover {
	color: #37589b;
}

.oceanwp-social-menu ul li.oceanwp-googleplus a:hover {
	color: #de5a49;
}

.oceanwp-social-menu ul li.oceanwp-pinterest a:hover {
	color: #cb2027;
}

.oceanwp-social-menu ul li.oceanwp-dribbble a:hover {
	color: #ea4c89;
}

.oceanwp-social-menu ul li.oceanwp-vk a:hover {
	color: #597ba5;
}

.oceanwp-social-menu ul li.oceanwp-instagram a:hover {
	color: #3f729b;
}

.oceanwp-social-menu ul li.oceanwp-linkedin a:hover {
	color: #39c;
}

.oceanwp-social-menu ul li.oceanwp-tumblr a:hover {
	color: #2c4762;
}

.oceanwp-social-menu ul li.oceanwp-github a:hover {
	color: #60b044;
}

.oceanwp-social-menu ul li.oceanwp-flickr a:hover {
	color: #fa4086;
}

.oceanwp-social-menu ul li.oceanwp-skype a:hover {
	color: #00aff0;
}

.oceanwp-social-menu ul li.oceanwp-youtube a:hover {
	color: #c4302b;
}

.oceanwp-social-menu ul li.oceanwp-vimeo a:hover {
	color: #1ab7ea;
}

.oceanwp-social-menu ul li.oceanwp-vine a:hover {
	color: #00bf8f;
}

.oceanwp-social-menu ul li.oceanwp-xing a:hover {
	color: #006464;
}

.oceanwp-social-menu ul li.oceanwp-yelp a:hover {
	color: #c41200;
}

.oceanwp-social-menu ul li.oceanwp-tripadvisor a:hover {
	color: #589442;
}

.oceanwp-social-menu ul li.oceanwp-rss a:hover {
	color: #ff7900;
}

.oceanwp-social-menu ul li.oceanwp-email a:hover {
	color: #13aff0;
}

.oceanwp-social-menu ul li.oceanwp-tiktok a:hover {
	color: #000;
}

.oceanwp-social-menu ul li.oceanwp-medium a:hover {
	color: #00ab6c;
}

.oceanwp-social-menu ul li.oceanwp-telegram a:hover {
	color: #08c;
}

.oceanwp-social-menu ul li.oceanwp-twitch a:hover {
	color: #6441a5;
}

.oceanwp-social-menu ul li.oceanwp-line a:hover {
	color: #00c300;
}

.oceanwp-social-menu ul li.oceanwp-qq a:hover {
	color: #febf1b;
}

.oceanwp-social-menu ul li.oceanwp-facebook_group a:hover {
	color: #37589b;
}

.oceanwp-social-menu ul li.oceanwp-slack a:hover {
	color: #4a154b;
}

.oceanwp-social-menu ul li.oceanwp-threads a:hover {
	color: #000;
}

.oceanwp-social-menu ul li.oceanwp-mastodon a:hover {
	color: #563acc;
}

.oceanwp-social-menu ul li.oceanwp-discord a:hover {
	color: #5865f2;
}

.oceanwp-social-menu .colored ul li a {
	position: relative;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	line-height: 1;
	padding: 1em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.oceanwp-social-menu .colored ul li a:hover {
	color: #fff;
}

.oceanwp-social-menu .colored ul li a .owp-icon use {
	stroke: #fff;
}

.oceanwp-social-menu .colored ul li.oceanwp-twitter a {
	background-color: #46d4fe;
}

.oceanwp-social-menu .colored ul li.oceanwp-twitter a:hover {
	background-color: #39b4d8;
}

.oceanwp-social-menu .colored ul li.oceanwp-facebook a {
	background-color: #37589b;
}

.oceanwp-social-menu .colored ul li.oceanwp-facebook a:hover {
	background-color: #2d477c;
}

.oceanwp-social-menu .colored ul li.oceanwp-googleplus a {
	background-color: #de5a49;
}

.oceanwp-social-menu .colored ul li.oceanwp-googleplus a:hover {
	background-color: #bb4c3e;
}

.oceanwp-social-menu .colored ul li.oceanwp-pinterest a {
	background-color: #cb2027;
}

.oceanwp-social-menu .colored ul li.oceanwp-pinterest a:hover {
	background-color: #a91d23;
}

.oceanwp-social-menu .colored ul li.oceanwp-dribbble a {
	background-color: #ea4c89;
}

.oceanwp-social-menu .colored ul li.oceanwp-dribbble a:hover {
	background-color: #c64174;
}

.oceanwp-social-menu .colored ul li.oceanwp-vk a {
	background-color: #597ba5;
}

.oceanwp-social-menu .colored ul li.oceanwp-vk a:hover {
	background-color: #486384;
}

.oceanwp-social-menu .colored ul li.oceanwp-instagram a {
	background-color: #3f729b;
}

.oceanwp-social-menu .colored ul li.oceanwp-instagram a:hover {
	background-color: #315a7c;
}

.oceanwp-social-menu .colored ul li.oceanwp-linkedin a {
	background-color: #39c;
}

.oceanwp-social-menu .colored ul li.oceanwp-linkedin a:hover {
	background-color: #2678a1;
}

.oceanwp-social-menu .colored ul li.oceanwp-tumblr a {
	background-color: #2c4762;
}

.oceanwp-social-menu .colored ul li.oceanwp-tumblr a:hover {
	background-color: #1d3042;
}

.oceanwp-social-menu .colored ul li.oceanwp-github a {
	background-color: #60b044;
}

.oceanwp-social-menu .colored ul li.oceanwp-github a:hover {
	background-color: #4f9237;
}

.oceanwp-social-menu .colored ul li.oceanwp-flickr a {
	background-color: #fa4086;
}

.oceanwp-social-menu .colored ul li.oceanwp-flickr a:hover {
	background-color: #c63169;
}

.oceanwp-social-menu .colored ul li.oceanwp-skype a {
	background-color: #00aff0;
}

.oceanwp-social-menu .colored ul li.oceanwp-skype a:hover {
	background-color: #0291c6;
}

.oceanwp-social-menu .colored ul li.oceanwp-youtube a {
	background-color: #c4302b;
}

.oceanwp-social-menu .colored ul li.oceanwp-youtube a:hover {
	background-color: #982420;
}

.oceanwp-social-menu .colored ul li.oceanwp-vimeo a {
	background-color: #1ab7ea;
}

.oceanwp-social-menu .colored ul li.oceanwp-vimeo a:hover {
	background-color: #1494bd;
}

.oceanwp-social-menu .colored ul li.oceanwp-vine a {
	background-color: #00bf8f;
}

.oceanwp-social-menu .colored ul li.oceanwp-vine a:hover {
	background-color: #01906c;
}

.oceanwp-social-menu .colored ul li.oceanwp-xing a {
	background-color: #006464;
}

.oceanwp-social-menu .colored ul li.oceanwp-xing a:hover {
	background-color: #014646;
}

.oceanwp-social-menu .colored ul li.oceanwp-yelp a {
	background-color: #c41200;
}

.oceanwp-social-menu .colored ul li.oceanwp-yelp a:hover {
	background-color: #940f01;
}

.oceanwp-social-menu .colored ul li.oceanwp-tripadvisor a {
	background-color: #589442;
}

.oceanwp-social-menu .colored ul li.oceanwp-tripadvisor a:hover {
	background-color: #426f32;
}

.oceanwp-social-menu .colored ul li.oceanwp-rss a {
	background-color: #ff7900;
}

.oceanwp-social-menu .colored ul li.oceanwp-rss a:hover {
	background-color: #d46603;
}

.oceanwp-social-menu .colored ul li.oceanwp-email a {
	background-color: #13aff0;
}

.oceanwp-social-menu .colored ul li.oceanwp-email a:hover {
	background-color: #0f8dc2;
}

.oceanwp-social-menu .colored ul li.oceanwp-tiktok a {
	background-color: #000;
}

.oceanwp-social-menu .colored ul li.oceanwp-tiktok a:hover {
	background-color: #141414;
}

.oceanwp-social-menu .colored ul li.oceanwp-medium a {
	background-color: #00ab6c;
}

.oceanwp-social-menu .colored ul li.oceanwp-medium a:hover {
	background-color: #03945f;
}

.oceanwp-social-menu .colored ul li.oceanwp-telegram a {
	background-color: #08c;
}

.oceanwp-social-menu .colored ul li.oceanwp-telegram a:hover {
	background-color: #0da4f0;
}

.oceanwp-social-menu .colored ul li.oceanwp-twitch a {
	background-color: #6441a5;
}

.oceanwp-social-menu .colored ul li.oceanwp-twitch a:hover {
	background-color: #702cee;
}

.oceanwp-social-menu .colored ul li.oceanwp-line a {
	background-color: #00c300;
}

.oceanwp-social-menu .colored ul li.oceanwp-line a:hover {
	background-color: #09f309;
}

.oceanwp-social-menu .colored ul li.oceanwp-qq a {
	background-color: #febf1b;
}

.oceanwp-social-menu .colored ul li.oceanwp-qq a:hover {
	background-color: #db9f07;
}

.oceanwp-social-menu .colored ul li.oceanwp-facebook_group a {
	background-color: #37589b;
}

.oceanwp-social-menu .colored ul li.oceanwp-facebook_group a:hover {
	background-color: #2d477c;
}

.oceanwp-social-menu .colored ul li.oceanwp-slack a {
	background-color: #4a154b;
}

.oceanwp-social-menu .colored ul li.oceanwp-slack a:hover {
	background-color: #3d0a3e;
}

.oceanwp-social-menu .colored ul li.oceanwp-threads a {
	background-color: #000;
}

.oceanwp-social-menu .colored ul li.oceanwp-threads a:hover {
	background-color: #191919;
}

.oceanwp-social-menu .colored ul li.oceanwp-mastodon a {
	background-color: #6364ff;
}

.oceanwp-social-menu .colored ul li.oceanwp-mastodon a:hover {
	background-color: #563acc;
}

.oceanwp-social-menu .colored ul li.oceanwp-discord a {
	background-color: #5865f2;
}

.oceanwp-social-menu .colored ul li.oceanwp-discord a:hover {
	background-color: #7289da;
}

.oceanwp-social-menu .minimal ul li a {
	position: relative;
	display: inline-block;
	font-size: 12px;
	background-color: rgba(0, 0, 0, 0);
	color: #bbb;
	border: 1px solid #ccc;
	line-height: 1;
	padding: 1em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.oceanwp-social-menu .minimal ul li a:hover {
	background-color: rgba(0, 0, 0, 0);
}

.oceanwp-social-menu .minimal ul li.oceanwp-twitter a:hover {
	color: #46d4fe;
	border-color: #46d4fe;
}

.oceanwp-social-menu .minimal ul li.oceanwp-facebook a:hover {
	color: #37589b;
	border-color: #37589b;
}

.oceanwp-social-menu .minimal ul li.oceanwp-googleplus a:hover {
	color: #de5a49;
	border-color: #de5a49;
}

.oceanwp-social-menu .minimal ul li.oceanwp-pinterest a:hover {
	color: #cb2027;
	border-color: #cb2027;
}

.oceanwp-social-menu .minimal ul li.oceanwp-dribbble a:hover {
	color: #ea4c89;
	border-color: #ea4c89;
}

.oceanwp-social-menu .minimal ul li.oceanwp-vk a:hover {
	color: #597ba5;
	border-color: #597ba5;
}

.oceanwp-social-menu .minimal ul li.oceanwp-instagram a:hover {
	color: #3f729b;
	border-color: #3f729b;
}

.oceanwp-social-menu .minimal ul li.oceanwp-linkedin a:hover {
	color: #39c;
	border-color: #39c;
}

.oceanwp-social-menu .minimal ul li.oceanwp-tumblr a:hover {
	color: #2c4762;
	border-color: #2c4762;
}

.oceanwp-social-menu .minimal ul li.oceanwp-github a:hover {
	color: #60b044;
	border-color: #60b044;
}

.oceanwp-social-menu .minimal ul li.oceanwp-flickr a:hover {
	color: #fa4086;
	border-color: #fa4086;
}

.oceanwp-social-menu .minimal ul li.oceanwp-skype a:hover {
	color: #00aff0;
	border-color: #00aff0;
}

.oceanwp-social-menu .minimal ul li.oceanwp-youtube a:hover {
	color: #c4302b;
	border-color: #c4302b;
}

.oceanwp-social-menu .minimal ul li.oceanwp-vimeo a:hover {
	color: #1ab7ea;
	border-color: #1ab7ea;
}

.oceanwp-social-menu .minimal ul li.oceanwp-vine a:hover {
	color: #00bf8f;
	border-color: #00bf8f;
}

.oceanwp-social-menu .minimal ul li.oceanwp-xing a:hover {
	color: #006464;
	border-color: #006464;
}

.oceanwp-social-menu .minimal ul li.oceanwp-yelp a:hover {
	color: #c41200;
	border-color: #c41200;
}

.oceanwp-social-menu .minimal ul li.oceanwp-tripadvisor a:hover {
	color: #589442;
	border-color: #589442;
}

.oceanwp-social-menu .minimal ul li.oceanwp-rss a:hover {
	color: #ff7900;
	border-color: #ff7900;
}

.oceanwp-social-menu .minimal ul li.oceanwp-email a:hover {
	color: #13aff0;
	border-color: #13aff0;
}

.oceanwp-social-menu .minimal ul li.oceanwp-tiktok a:hover {
	color: #000;
	border-color: #000;
}

.oceanwp-social-menu .minimal ul li.oceanwp-medium a:hover {
	color: #00ab6c;
	border-color: #00ab6c;
}

.oceanwp-social-menu .minimal ul li.oceanwp-telegram a:hover {
	color: #08c;
	border-color: #08c;
}

.oceanwp-social-menu .minimal ul li.oceanwp-twitch a:hover {
	color: #702cee;
	border-color: #702cee;
}

.oceanwp-social-menu .minimal ul li.oceanwp-line a:hover {
	color: #00c300;
	border-color: #00c300;
}

.oceanwp-social-menu .minimal ul li.oceanwp-qq a:hover {
	color: #febf1b;
	border-color: #febf1b;
}

.oceanwp-social-menu .minimal ul li.oceanwp-facebook_group a:hover {
	color: #37589b;
	border-color: #37589b;
}

.oceanwp-social-menu .minimal ul li.oceanwp-slack a:hover {
	color: #4a154b;
	border-color: #4a154b;
}

.oceanwp-social-menu .minimal ul li.oceanwp-threads a:hover {
	color: #000;
	border-color: #000;
}

.oceanwp-social-menu .minimal ul li.oceanwp-mastodon a:hover {
	color: #563acc;
	border-color: #563acc;
}

.oceanwp-social-menu .minimal ul li.oceanwp-discord a:hover {
	color: #5865f2;
	border-color: #7289da;
}

.oceanwp-social-menu .dark ul li a {
	position: relative;
	display: inline-block;
	font-size: 12px;
	background-color: #333;
	color: #fff;
	line-height: 1;
	padding: 1em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.oceanwp-social-menu .dark ul li a:hover {
	background-color: #000;
	color: #fff;
}

.oceanwp-social-menu .dark ul li a .owp-icon use {
	stroke: #fff;
}

.effect-one #site-navigation-wrap .dropdown-menu>li>a.menu-link>span {
	position: relative;
}

.effect-one #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
	display: block;
	background-color: #13aff0;
	position: absolute;
	bottom: -30%;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	visibility: hidden;
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transform-origin: bottom left;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.effect-one #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
	visibility: visible;
	-moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.effect-one #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
	visibility: visible;
	-moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.effect-two #site-navigation-wrap .dropdown-menu>li>a.menu-link>span {
	position: relative;
}

.effect-two #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
	position: absolute;
	bottom: -30%;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: rgba(0, 0, 0, .1);
	content: "";
	opacity: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}

.effect-two #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.effect-two #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.effect-three #site-navigation-wrap .dropdown-menu>li>a.menu-link>span {
	position: relative;
}

.effect-three #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
	position: absolute;
	bottom: -30%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #13aff0;
	content: "";
	opacity: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.effect-three #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
	height: 2px;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.effect-three #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
	height: 2px;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.effect-four #site-navigation-wrap .dropdown-menu>li>a.menu-link>span {
	position: relative;
}

.effect-four #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:before, .effect-four #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
	display: inline-block;
	color: #13aff0;
	opacity: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.effect-four #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:before {
	margin-right: 6px;
	content: "[";
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-o-transform: translateX(20px);
	transform: translateX(20px);
}

.effect-four #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
	margin-left: 6px;
	content: "]";
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	-o-transform: translateX(-20px);
	transform: translateX(-20px);
}

.effect-four #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:before, .effect-four #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.effect-four #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:before, .effect-four #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.effect-five #site-navigation-wrap .dropdown-menu>li>a.menu-link>span {
	position: relative;
}

.effect-five #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:before, .effect-five #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
	position: absolute;
	top: 130%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #13aff0;
	content: "";
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-transform: scale(.85);
	-moz-transform: scale(.85);
	-ms-transform: scale(.85);
	-o-transform: scale(.85);
	transform: scale(.85);
}

.effect-five #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
	opacity: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.effect-five #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:before, .effect-five #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.effect-five #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
	top: -30%;
	opacity: 1;
}

.effect-five #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:before, .effect-five #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.effect-five #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
	top: -30%;
	opacity: 1;
}

.effect-six #site-navigation-wrap .dropdown-menu>li>a.menu-link>span {
	position: relative;
}

.effect-six #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:before, .effect-six #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	border: 2px solid rgba(0, 0, 0, .1);
	border-radius: 50%;
	content: "";
	opacity: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(.2);
	-moz-transform: translateX(-50%) translateY(-50%) scale(.2);
	-ms-transform: translateX(-50%) translateY(-50%) scale(.2);
	-o-transform: translateX(-50%) translateY(-50%) scale(.2);
	transform: translateX(-50%) translateY(-50%) scale(.2);
}

.effect-six #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
	width: 40px;
	height: 40px;
	border-width: 4px;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(.8);
	-moz-transform: translateX(-50%) translateY(-50%) scale(.8);
	-ms-transform: translateX(-50%) translateY(-50%) scale(.8);
	-o-transform: translateX(-50%) translateY(-50%) scale(.8);
	transform: translateX(-50%) translateY(-50%) scale(.8);
}

.effect-six #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:before, .effect-six #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1);
	-o-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}

.effect-six #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:before, .effect-six #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
	opacity: 1;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(1);
	-o-transform: translateX(-50%) translateY(-50%) scale(1);
	transform: translateX(-50%) translateY(-50%) scale(1);
}

.effect-seven #site-navigation-wrap .dropdown-menu>li>a.menu-link>span {
	position: relative;
}

.effect-seven #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
	position: absolute;
	bottom: -80%;
	left: 50%;
	color: rgba(0, 0, 0, 0);
	content: "•";
	text-shadow: 0 0 rgba(0, 0, 0, 0);
	font-size: 1.2em;
	line-height: 1;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

.effect-seven #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
	color: #13aff0;
	text-shadow: 10px 0 #13aff0, -10px 0 #13aff0;
}

.effect-seven #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
	color: #13aff0;
	text-shadow: 10px 0 #13aff0, -10px 0 #13aff0;
}

.effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link>span {
	position: relative;
	padding: 0 8px;
}

.effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:before, .effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	height: 2px;
	margin-top: -1px;
	background-color: rgba(0, 0, 0, .1);
	content: "";
	z-index: -1;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	pointer-events: none;
}

.effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:before {
	-webkit-transform: translateY(-13px);
	-moz-transform: translateY(-13px);
	-ms-transform: translateY(-13px);
	-o-transform: translateY(-13px);
	transform: translateY(-13px);
}

.effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
}

.effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:before, .effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
	opacity: .8;
}

.effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.effect-eight #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.effect-eight #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:before, .effect-eight #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
	opacity: .8;
}

.effect-eight #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.effect-eight #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link>span {
	position: relative;
}

.effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:before, .effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #13aff0;
	content: "";
	opacity: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link>span:after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}

.effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:before, .effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
	opacity: 1;
}

.effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:before {
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
}

.effect-nine #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span:after {
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px);
}

.effect-nine #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:before, .effect-nine #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
	opacity: 1;
}

.effect-nine #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:before {
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
}

.effect-nine #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span:after {
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px);
}

.effect-ten #site-navigation-wrap .dropdown-menu>li>a.menu-link>span {
	padding: 8px;
	-webkit-transition: box-shadow .25s ease-out;
	-moz-transition: box-shadow .25s ease-out;
	-ms-transition: box-shadow .25s ease-out;
	-o-transition: box-shadow .25s ease-out;
	transition: box-shadow .25s ease-out;
}

.effect-ten #site-navigation-wrap .dropdown-menu>li>a.menu-link:hover>span {
	-webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, .1);
}

.effect-ten #site-navigation-wrap .dropdown-menu>li.sfHover>a.menu-link>span {
	-webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, .1);
}

.navigation .megamenu a .nav-arrow {
	display: none;
}

.navigation .megamenu>li>a.menu-link {
	font-size: 13px;
	font-weight: 600;
}

.navigation .megamenu li ul.sub-menu {
	border-top: 1px solid #f1f1f1;
}

.navigation .megamenu li a.menu-link {
	padding: 12px 20px;
}

.navigation .megamenu .sidebar-box {
	padding: 20px;
	margin-bottom: 0;
	line-height: 1.8;
	white-space: normal;
}

.navigation>ul>li>ul.megamenu.sub-menu>li {
	float: left;
	border-bottom: 0;
	border-left-width: 1px;
	border-style: solid;
	border-color: #f1f1f1;
}

.navigation>ul>li>ul.megamenu.sub-menu>li:first-child {
	border-left: none;
}

.navigation li.megamenu-li.hide-headings>.megamenu>li>a, .navigation li.megamenu-li>.megamenu>li.hide-heading>a {
	display: none;
}

.navigation .megamenu .sub-menu {
	display: block !important;
	-moz-opacity: 1 !important;
	-webkit-opacity: 1 !important;
	opacity: 1 !important;
	min-width: 100%;
	position: static;
	background: rgba(0, 0, 0, 0);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.navigation li.megamenu-li .megamenu.col-1>li {
	width: 100%;
}

.navigation li.megamenu-li .megamenu.col-2>li {
	width: 50%;
}

.navigation li.megamenu-li .megamenu.col-3>li {
	width: 33.33333333%;
}

.navigation li.megamenu-li .megamenu.col-4>li {
	width: 25%;
}

.navigation li.megamenu-li .megamenu.col-5>li {
	width: 20%;
}

.navigation li.megamenu-li .megamenu.col-6>li {
	width: 16.66666667%;
}

@media only screen and (min-width: 959px) {
	.navigation li.megamenu-li.auto-mega .megamenu.col-1 {
		width: 320px;
	}
	
	.navigation li.megamenu-li.auto-mega .megamenu.col-2 {
		width: 440px;
	}
	
	.navigation li.megamenu-li.auto-mega .megamenu.col-3 {
		width: 660px;
	}
	
	.navigation li.megamenu-li.auto-mega .megamenu.col-4 {
		width: 780px;
	}
	
	.navigation li.megamenu-li.auto-mega .megamenu.col-5 {
		width: 980px;
	}
	
	.navigation li.megamenu-li.auto-mega .megamenu.col-6 {
		width: 1080px;
	}
}

.navigation>ul>li>ul.megamenu.sub-menu>li .elementor {
	white-space: normal;
	line-height: initial;
}

.navigation li.mega-cat .megamenu {
	padding: 30px 20px;
}

.navigation li.mega-cat .mega-cat-title {
	position: relative;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	background-color: #f8f8f8;
	color: #222;
	letter-spacing: 2px;
	margin: 0 -20px 30px;
	padding: 15px 35px;
	text-transform: uppercase;
}

.navigation li.mega-cat>ul>li {
	padding: 0 15px;
}

.navigation li.mega-cat ul li a {
	padding: 0;
}

.navigation li.mega-cat ul li a.mega-post-link {
	display: block;
	position: relative;
	background-color: #000;
}

.navigation li.mega-cat ul li a.mega-post-link img {
	display: block;
	width: 100%;
}

.navigation li.mega-cat ul li a.mega-post-link .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, .2);
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.navigation li.mega-cat ul li a.mega-post-link:hover .overlay {
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

.navigation li.mega-cat ul li .mega-post-title {
	display: block;
	margin: 15px 0 8px;
	white-space: initial;
}

.navigation li.mega-cat ul li .mega-post-title a {
	color: #555;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: .6px;
	text-transform: none;
}

.navigation li.mega-cat ul li .mega-post-title a:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #333;
}

.navigation li.mega-cat ul li .mega-post-date {
	display: block;
	font-size: 10px;
	color: #bbb;
	text-transform: uppercase;
}

.navigation li.mega-cat ul li .mega-post-date i {
	font-size: 9px;
	padding-right: 5px;
}

.navigation li.mega-cat ul li .mega-post-date svg.owp-icon {
	width: 16px;
	height: 16px;
	margin-right: .7rem;
}

.navigation>ul>li.mega-cat>ul.megamenu.sub-menu>li.first {
	border-left: 0;
}

@media only screen and (min-width: 768px)and (max-width: 1280px) {
	.navigation li.megamenu.auto-width.col-6>.sub-menu {
		width: 980px;
	}
}

#searchform-dropdown, #icon-searchform-dropdown {
	position: absolute;
	right: 0;
	background-color: #fff;
	border-top: 3px solid #13aff0;
	top: 100%;
	padding: 15px;
	width: 260px;
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
	visibility: hidden;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	transition: all .25s ease-in-out;
	z-index: 10000;
}

#searchform-dropdown input, #icon-searchform-dropdown input {
	display: block;
	background-color: rgba(0, 0, 0, 0);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	margin: 0;
}

.no-top-border #searchform-dropdown, .no-top-border #icon-searchform-dropdown {
	border: none;
}

#searchform-dropdown.show, #icon-searchform-dropdown.show {
	visibility: visible;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

#icon-searchform-dropdown {
	width: 100%;
}

#site-header.header-replace #site-navigation .dropdown-menu {
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

#site-header.header-replace #site-navigation.hide .dropdown-menu {
	visibility: hidden;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
}

#searchform-header-replace {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	min-width: 370px;
	visibility: hidden;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}

#searchform-header-replace form {
	height: 100%;
	width: 100%;
}

#searchform-header-replace input {
	height: 100%;
	width: 94%;
	font-size: 22px;
	background-color: rgba(0, 0, 0, 0);
	color: #bbb;
	padding: 0;
	outline: 0;
	border: 0;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

#searchform-header-replace-close {
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -20px;
	height: 40px;
	line-height: 40px;
	font-size: 26px;
	color: #bbb;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#searchform-header-replace-close:hover {
	color: #222;
}

#searchform-header-replace.show {
	visibility: visible;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

#searchform-overlay, #icon-searchform-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .9);
	z-index: 9999;
}

#searchform-overlay .container, #icon-searchform-overlay .container {
	position: relative;
	width: 100%;
	height: 100%;
}

#searchform-overlay a.search-overlay-close, #icon-searchform-overlay a.search-overlay-close {
	position: absolute;
	top: -50px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, .2);
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}

#searchform-overlay a.search-overlay-close:hover, #icon-searchform-overlay a.search-overlay-close:hover {
	background-color: rgba(255, 255, 255, .3);
}

#searchform-overlay a.search-overlay-close span, #icon-searchform-overlay a.search-overlay-close span {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
}

#searchform-overlay a.search-overlay-close span:before, #searchform-overlay a.search-overlay-close span:after, #icon-searchform-overlay a.search-overlay-close span:before, #icon-searchform-overlay a.search-overlay-close span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	height: 2px;
	width: 100%;
	margin-top: 6px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

#searchform-overlay a.search-overlay-close span:before, #icon-searchform-overlay a.search-overlay-close span:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#searchform-overlay a.search-overlay-close span:after, #icon-searchform-overlay a.search-overlay-close span:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#searchform-overlay form, #icon-searchform-overlay form {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -33px;
	width: 100%;
	text-align: center;
}

#searchform-overlay form input, #searchform-overlay form .search-text, #icon-searchform-overlay form input, #icon-searchform-overlay form .search-text {
	font-size: 22px;
	line-height: 1.3;
	padding: 18px 0;
	margin: 0;
	min-height: 50px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}

#searchform-overlay form input, #icon-searchform-overlay form input {
	position: relative;
	border: 0;
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #444;
	z-index: 2;
	-webkit-transition: border-color .3s ease;
	-moz-transition: border-color .3s ease;
	-ms-transition: border-color .3s ease;
	-o-transition: border-color .3s ease;
	transition: border-color .3s ease;
}

#searchform-overlay form input:hover, #icon-searchform-overlay form input:hover {
	border-color: #777;
}

#searchform-overlay form input:focus, #icon-searchform-overlay form input:focus {
	border-color: #fff;
}

#searchform-overlay form .search-text, #icon-searchform-overlay form .search-text {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: text;
	-moz-opacity: .5;
	-webkit-opacity: .5;
	opacity: .5;
	z-index: 1;
}

#searchform-overlay form .search-text i, #icon-searchform-overlay form .search-text i {
	display: inline-block;
	background-color: #fff;
	width: 3px;
	height: 3px;
	margin-left: 3px;
	-webkit-animation: blink 1s linear infinite;
	-moz-animation: blink 1s linear infinite;
	-ms-animation: blink 1s linear infinite;
	-o-animation: blink 1s linear infinite;
	animation: blink 1s linear infinite;
}

#searchform-overlay form .search-text i+i, #icon-searchform-overlay form .search-text i+i {
	-ms-animation-delay: .2s;
	-webkit-animation-delay: .2s;
	-o-animation-delay: .2s;
	-moz-animation-delay: .2s;
	animation-delay: .2s;
}

#searchform-overlay form .search-text i+i+i, #icon-searchform-overlay form .search-text i+i+i {
	-ms-animation-delay: .4s;
	-webkit-animation-delay: .4s;
	-o-animation-delay: .4s;
	-moz-animation-delay: .4s;
	animation-delay: .4s;
}

#searchform-overlay form.search-filled .search-text, #icon-searchform-overlay form.search-filled .search-text {
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition-duration: 150ms;
	-moz-transition-duration: 150ms;
	-ms-transition-duration: 150ms;
	-o-transition-duration: 150ms;
	transition-duration: 150ms;
}

#searchform-overlay .container {
	max-width: 550px;
}

#icon-searchform-overlay form .search-text, #icon-searchform-overlay form input {
	font-size: 16px;
}

#icon-searchform-overlay .search-overlay-close {
	line-height: inherit;
}

@media only screen and (max-width: 959px) {
	#searchform-overlay {
		display: none !important;
	}
}

#mobile-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	max-height: 400px;
	overflow-y: auto;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

#mobile-dropdown ul {
	margin: 0;
	list-style: none;
}

#mobile-dropdown ul li {
	border-bottom: 1px solid rgba(0, 0, 0, .035);
}

#mobile-dropdown ul li a {
	display: block;
	position: relative;
	padding: 12px 40px;
	text-align: left;
}

#mobile-dropdown ul li a:focus {
	outline: 1px dashed #e3e3e3;
}

#mobile-dropdown ul li a i, #mobile-dropdown ul li a img {
	margin-right: 10px;
}

#mobile-dropdown ul li a i.after {
	margin-right: 0;
	margin-left: 10px;
}

#mobile-dropdown ul li a .dropdown-toggle {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 60px;
	cursor: pointer;
	color: #555;
	padding-right: 40px;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#mobile-dropdown ul li a .dropdown-toggle:focus {
	outline: 1px dashed rgba(0, 0, 0, .4);
}

#mobile-dropdown ul li a .dropdown-toggle:before {
	content: "+";
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 30px;
	margin-top: -15px;
	margin-left: -15px;
}

#mobile-dropdown ul li.active>a>.dropdown-toggle:before {
	content: "-";
}

#mobile-dropdown ul li ul {
	display: none;
	border-top: 1px solid rgba(0, 0, 0, .035);
	margin-left: 0;
	background-color: rgba(0, 0, 0, .02);
}

#mobile-dropdown ul li.woo-menu-icon, #mobile-dropdown ul li.search-toggle-li, #mobile-dropdown ul li.side-panel-li, #mobile-dropdown ul li a .nav-arrow, #mobile-dropdown ul .sidebar-box, #mobile-dropdown ul .widget {
	display: none;
}

#mobile-dropdown .oceanwp-social-menu {
	display: block !important;
	float: none;
	width: 100%;
	right: auto !important;
	left: auto !important;
	padding: 0 40px !important;
	margin: 10px 0 !important;
}

#mobile-dropdown .oceanwp-social-menu .social-menu-inner {
	height: auto;
}

#mobile-dropdown .oceanwp-social-menu li {
	display: inline-block;
	float: none;
	border: 0;
}

#mobile-dropdown .oceanwp-social-menu li a {
	display: block;
	padding: 12px 10px;
}

#mobile-dropdown #mobile-menu-search {
	display: block;
	padding: 20px 40px;
}

#mobile-dropdown #mobile-menu-search form {
	position: relative;
}

#mobile-dropdown #mobile-menu-search form input {
	padding: 6px 45px 6px 12px !important;
	margin-top: 0 !important;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

#mobile-dropdown #mobile-menu-search form button {
	display: block;
	position: absolute;
	right: 10px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	padding: 0;
	text-align: center;
	top: 50%;
	margin-top: -15px;
	background-color: rgba(0, 0, 0, 0) !important;
	color: #555;
	border: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#mobile-dropdown #mobile-menu-search form button:hover {
	color: #222;
}

#mobile-dropdown .has-social #mobile-menu-search {
	padding-top: 0;
}

#mobile-fullscreen {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .9);
	overflow-y: scroll;
	z-index: 100000;
}

#mobile-fullscreen #mobile-fullscreen-inner {
	display: table;
	width: 100%;
	height: 100%;
	padding: 0 40px;
}

#mobile-fullscreen a.close {
	position: absolute;
	top: 14px;
	right: 14px;
}

#mobile-fullscreen a.close .close-icon-wrap {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 33px;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-ms-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

#mobile-fullscreen a.close .close-icon-wrap:hover {
	opacity: .7;
}

#mobile-fullscreen a.close .close-icon-inner, #mobile-fullscreen a.close .close-icon-inner::after {
	display: inline-block;
	width: 40px;
	height: 3px;
	background-color: #fff;
	border-radius: 3px;
}

#mobile-fullscreen a.close .close-icon-inner {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#mobile-fullscreen a.close .close-icon-inner::after {
	content: "";
	display: block;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#mobile-fullscreen nav {
	display: table-cell;
	vertical-align: middle;
	padding: 50px 0;
	text-align: center;
}

#mobile-fullscreen ul {
	list-style: none;
	margin: 0;
}

#mobile-fullscreen ul li a {
	display: block;
	position: relative;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
}

#mobile-fullscreen ul li a:focus {
	outline: 1px dashed rgba(255, 255, 255, .6);
}

#mobile-fullscreen ul li a:hover {
	color: #929292;
}

#mobile-fullscreen ul li a i, #mobile-fullscreen ul li a img {
	margin-right: 10px;
}

#mobile-fullscreen ul li a i.after {
	margin-right: 0;
	margin-left: 10px;
}

#mobile-fullscreen ul li .dropdown-toggle {
	display: inline-block;
	width: 26px;
	padding-left: 5px;
	text-align: center;
}

#mobile-fullscreen ul li .dropdown-toggle:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "+";
}

#mobile-fullscreen ul li .dropdown-toggle:focus {
	outline: 1px dashed rgba(255, 255, 255, .6);
}

#mobile-fullscreen ul li.open-sub>a>.dropdown-toggle:before {
	content: "-";
}

#mobile-fullscreen ul ul.sub-menu {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mobile-fullscreen ul ul.sub-menu li a {
	font-size: 13px;
	padding: 3px 0;
}

#mobile-fullscreen ul>li {
	display: block;
}

#mobile-fullscreen ul>li>a {
	font-size: 18px;
	line-height: 1.2;
	padding: 12px 0;
}

#mobile-fullscreen ul .woo-menu-icon, #mobile-fullscreen ul .search-toggle-li, #mobile-fullscreen ul .side-panel-li, #mobile-fullscreen ul .sidebar-box {
	display: none;
}

#mobile-fullscreen #mobile-search {
	max-width: 220px;
	margin: 10px auto 0;
}

#mobile-fullscreen #mobile-search form {
	position: relative;
}

#mobile-fullscreen #mobile-search input, #mobile-fullscreen #mobile-search .search-text {
	font-size: 20px;
	padding: 4px 0;
	color: #fff;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

#mobile-fullscreen #mobile-search input {
	position: relative;
	border: 0;
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #666;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	z-index: 2;
}

#mobile-fullscreen #mobile-search input:hover, #mobile-fullscreen #mobile-search input:focus {
	border-color: #fff;
}

#mobile-fullscreen #mobile-search .search-text {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: text;
	-moz-opacity: .5;
	-webkit-opacity: .5;
	opacity: .5;
	z-index: 1;
}

#mobile-fullscreen #mobile-search .search-text i {
	display: inline-block;
	background-color: #fff;
	width: 3px;
	height: 3px;
	margin-left: 3px;
	-webkit-animation: blink 1s linear infinite;
	-moz-animation: blink 1s linear infinite;
	-ms-animation: blink 1s linear infinite;
	-o-animation: blink 1s linear infinite;
	animation: blink 1s linear infinite;
}

#mobile-fullscreen #mobile-search .search-text i+i {
	-ms-animation-delay: .2s;
	-webkit-animation-delay: .2s;
	-o-animation-delay: .2s;
	-moz-animation-delay: .2s;
	animation-delay: .2s;
}

#mobile-fullscreen #mobile-search .search-text i+i+i {
	-ms-animation-delay: .4s;
	-webkit-animation-delay: .4s;
	-o-animation-delay: .4s;
	-moz-animation-delay: .4s;
	animation-delay: .4s;
}

#mobile-fullscreen #mobile-search form.search-filled .search-text {
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	-webkit-transition-duration: 150ms;
	-moz-transition-duration: 150ms;
	-ms-transition-duration: 150ms;
	-o-transition-duration: 150ms;
	transition-duration: 150ms;
}

#mobile-fullscreen .oceanwp-social-menu {
	display: block;
	float: none;
	margin-top: 30px;
	text-align: center;
	right: auto;
}

#mobile-fullscreen .oceanwp-social-menu .social-menu-inner {
	display: block;
	height: auto !important;
}

#mobile-fullscreen .oceanwp-social-menu ul li {
	float: none;
	display: inline-block;
}

#mobile-fullscreen .oceanwp-social-menu.simple-social ul li a {
	color: #fff;
	font-size: 24px;
	padding: 0 16px;
	margin: 0;
	background-color: rgba(0, 0, 0, 0) !important;
}

#mobile-fullscreen .oceanwp-social-menu.simple-social ul li a:hover {
	color: #929292;
}

#mobile-fullscreen .oceanwp-social-menu .colored ul li a, #mobile-fullscreen .oceanwp-social-menu .minimal ul li a, #mobile-fullscreen .oceanwp-social-menu .dark ul li a {
	padding: 0 4px;
}

#mobile-fullscreen .oceanwp-social-menu .colored ul li a span, #mobile-fullscreen .oceanwp-social-menu .minimal ul li a span, #mobile-fullscreen .oceanwp-social-menu .dark ul li a span {
	font-size: 16px;
	width: 60px;
	height: 60px;
	line-height: 60px;
}

@-webkit-keyframes blink {
	0% {
		-webkit-opacity: 1;
	}
	
	50% {
		-webkit-opacity: 0;
	}
	
	100% {
		-webkit-opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		-moz-opacity: 1;
	}
	
	50% {
		-moz-opacity: 0;
	}
	
	100% {
		-moz-opacity: 1;
	}
}

@-o-keyframes blink {
	0% {
		-o-opacity: 1;
	}
	
	50% {
		-o-opacity: 0;
	}
	
	100% {
		-o-opacity: 1;
	}
}

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

.page-header {
	position: relative;
	background-color: #f5f5f5;
	padding: 34px 0;
}

.page-header .container {
	position: relative;
}

.has-transparent-header .page-header {
	padding: 120px 0 36px 0;
}

body.home .page-header-inner {
	text-align: center;
}

.page-header-title {
	display: block;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 400;
	margin: 0;
	color: #333;
}

body.breadcrumbs-position-default .page-header-title {
	max-width: 70%;
}

.page-subheading {
	font-size: 15px;
	margin: 0;
}

.page-subheading p:last-child {
	margin: 0;
}

.centered-page-header .page-header-title, .centered-minimal-page-header .page-header-title {
	max-width: 100% !important;
}

.centered-page-header {
	text-align: center;
}

.centered-page-header .page-header-title {
	font-size: 32px;
}

.centered-page-header .page-subheading {
	font-size: 18px;
	font-weight: 300;
}

.centered-minimal-page-header {
	background-color: #fff;
	border-bottom: 1px solid #f1f1f1;
	text-align: center;
}

.centered-minimal-page-header .page-header-title {
	font-size: 32px;
}

.centered-minimal-page-header .page-subheading {
	font-size: 18px;
	font-weight: 300;
}

.solid-color-page-header .page-header-title {
	color: #fff !important;
}

.solid-color-page-header .site-breadcrumbs, .solid-color-page-header .site-breadcrumbs a {
	color: #fff !important;
}

.solid-color-page-header .page-subheading {
	color: #fff;
}

.background-image-page-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	background-color: #000;
	height: 400px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.background-image-page-header .page-header-inner {
	text-align: center;
}

.background-image-page-header .page-subheading {
	position: relative;
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	z-index: 2;
}

.page-header.background-image-page-header .page-header-title {
	position: relative;
	color: #fff;
	font-size: 44px;
	font-weight: 400;
	max-width: 100%;
	z-index: 2;
}

.background-image-page-header-overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	z-index: 1;
	-moz-opacity: .5;
	-webkit-opacity: .5;
	opacity: .5;
}

.site-breadcrumbs {
	position: absolute;
	right: 0;
	top: 50%;
	max-width: 50%;
	height: 32px;
	line-height: 32px;
	margin-top: -16px;
	font-size: 13px;
	color: #c6c6c6;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
}

.site-breadcrumbs ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-breadcrumbs ol li {
	display: inline-block;
}

.site-breadcrumbs ol li .breadcrumb-sep {
	margin: 0 6px;
}

.site-breadcrumbs.woocommerce-breadcrumbs .breadcrumb-sep {
	margin: 0 6px;
}

.site-breadcrumbs .icon-home.has-text, .site-breadcrumbs .breadcrumb-home.has-icon {
	display: none;
}

.site-breadcrumbs .breadcrumb-title {
	margin-right: 5px;
}

.site-breadcrumbs .owp-icon {
	vertical-align: text-top;
}

.site-breadcrumbs.position-under-title, .centered-page-header .site-breadcrumbs, .centered-minimal-page-header .site-breadcrumbs {
	position: inherit;
	top: auto;
	right: auto;
	margin-top: 0;
	max-width: 100%;
}

.oceanwp-breadcrumb .site-breadcrumbs {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	max-width: 100%;
	margin-top: 0;
}

.background-image-page-header .site-breadcrumbs {
	display: block;
	position: inherit;
	max-width: 100%;
	margin-top: 20px;
	top: auto;
	right: auto;
	color: #fff;
	text-align: center;
	z-index: 2;
}

.background-image-page-header .site-breadcrumbs a {
	color: #fff;
}

.background-image-page-header .site-breadcrumbs a:hover {
	color: #ddd;
}

.site-breadcrumbs nav, .site-breadcrumbs ol {
	margin: 0;
}

.elementor .site-breadcrumbs {
	position: relative;
	display: block;
	overflow: visible;
}

@media only screen and (max-width: 959px) {
	body.has-breadcrumbs .page-header-title {
		max-width: 100%;
		width: 100%;
	}
}

@media only screen and (max-width: 959px) {
	.site-breadcrumbs {
		position: inherit;
		top: auto;
		left: auto;
		right: auto;
		max-width: 100%;
		margin-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	.page-header {
		background-attachment: initial !important;
	}
	
	.page-header-with-background .page-header-title {
		font-size: 36px;
	}
	
	.centered-page-header .page-header-title, .centered-minimal-page-header .page-header-title, .page-header.background-image-page-header .page-header-title {
		font-size: 24px;
	}
	
	.centered-page-header .page-subheading, .centered-minimal-page-header .page-header-subheading, .page-header.background-image-page-header .page-subheading {
		font-size: 14px;
	}
	
	.background-image-page-header {
		height: auto !important;
	}
	
	body.has-breadcrumbs .page-header-title {
		max-width: 100%;
		width: 100%;
	}
}

#blog-entries {
	padding-bottom: 0;
}

.blog-entry.post {
	position: relative;
}

.blog-entry.post .thumbnail {
	position: relative;
}

.blog-entry.post .thumbnail a:not(.mejs-volume-slider) {
	display: inline-block;
	position: relative;
	width: 100%;
}

.blog-entry.post .thumbnail .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.blog-entry.post .thumbnail:hover .overlay {
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

.blog-entry.post .thumbnail img {
	width: 100%;
}

.blog-entry.post ul.meta {
	margin: 0 0 12px;
}

.blog-entry.post .blog-entry-header {
	margin-bottom: 20px;
}

.blog-entry.post .blog-entry-header .entry-title {
	font-size: 24px;
	margin: 0;
}

.blog-entry.post .blog-entry-header .entry-title a {
	font-weight: 600;
	letter-spacing: .6px;
}

.blog-entry.post .blog-entry-summary {
	margin-bottom: 20px;
}

.blog-entry.post .blog-entry-summary p:last-child {
	margin-bottom: 0;
}

.thumbnail-caption {
	font-size: 13px;
	margin-top: .5em;
	text-align: center;
}

.blog-entry.large-entry {
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.blog-entry.large-entry .thumbnail {
	margin-bottom: 20px;
}

.blog-entry.large-entry .blog-entry-readmore a {
	display: inline-block;
	font-size: 11px;
	line-height: 1;
	border: 1px solid #ddd;
	padding: 10px 16px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.blog-entry.large-entry .blog-entry-readmore a:hover {
	color: #13aff0;
	border-color: #13aff0;
}

.blog-entry.large-entry .blog-entry-readmore a i {
	margin-left: 8px;
}

.blog-entry.large-entry .blog-entry-readmore a svg.owp-icon {
	margin-left: .7rem;
}

.has-blog-grid .blog-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	height: auto !important;
}

.blog-entry.grid-entry {
	justify-content: flex-start;
}

.blog-entry.grid-entry .blog-entry-inner {
	padding: 0 1.25rem 1.25rem;
	border: 1px solid #e9e9e9;
}

.blog-entry.grid-entry .thumbnail {
	margin: 0 -1.25rem;
}

.blog-entry.grid-entry .blog-entry-header {
	margin: 1rem 0 1rem;
}

.blog-entry.grid-entry .blog-entry-header .entry-title {
	font-size: 18px;
}

.blog-entry.grid-entry .blog-entry-summary {
	line-height: 1.6;
	margin-top: .625rem;
}

.blog-entry.grid-entry .blog-entry-readmore {
	margin-top: 1rem;
}

.blog-entry.grid-entry .blog-entry-readmore a {
	display: inline-block;
	font-size: 12px;
	line-height: 1.2;
	padding-bottom: .19rem;
	border-bottom: 1px solid;
	text-transform: capitalize;
}

.blog-entry.grid-entry .blog-entry-readmore a i {
	margin-left: .5rem;
}

.blog-entry.grid-entry .blog-entry-readmore a svg.owp-icon {
	margin-left: .7rem;
}

.blog-entry.thumbnail-entry {
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.blog-entry.thumbnail-entry .blog-entry-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.blog-entry.thumbnail-entry .thumbnail, .blog-entry.thumbnail-entry .blog-entry-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.blog-entry.thumbnail-entry .center .thumbnail, .blog-entry.thumbnail-entry .center .blog-entry-content {
	-webkit-justify-content: center;
	justify-content: center;
}

.blog-entry.thumbnail-entry .bottom .thumbnail, .blog-entry.thumbnail-entry .bottom .blog-entry-content {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.blog-entry.thumbnail-entry .thumbnail {
	width: 45%;
}

.blog-entry.thumbnail-entry .thumbnail a {
	position: relative;
}

.blog-entry.thumbnail-entry .thumbnail .link-entry {
	position: absolute;
	top: 0;
}

.blog-entry.thumbnail-entry .thumbnail .left-position .link-entry {
	right: 0;
}

.blog-entry.thumbnail-entry .thumbnail .right-position .link-entry {
	left: 0;
}

.blog-entry.thumbnail-entry .blog-entry-content {
	width: 55%;
}

.blog-entry.thumbnail-entry .blog-entry-content {
	padding: 6px 0;
}

.blog-entry.thumbnail-entry .left-position .blog-entry-content {
	padding-left: 3em;
}

.blog-entry.thumbnail-entry .right-position .blog-entry-content {
	padding-right: 3em;
}

.blog-entry.thumbnail-entry .blog-entry-category {
	display: block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .6px;
	line-height: 1.2em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.blog-entry.thumbnail-entry .blog-entry-category a {
	color: #13aff0;
}

.blog-entry.thumbnail-entry .blog-entry-category a:hover {
	color: #333;
}

.blog-entry.thumbnail-entry .blog-entry-summary {
	margin-bottom: 15px;
}

.blog-entry.thumbnail-entry .blog-entry-bottom {
	display: block;
	border-top: 1px solid #e9e9e9;
	padding-top: 15px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .6px;
	line-height: 1.2em;
	text-transform: uppercase;
}

.blog-entry.thumbnail-entry .blog-entry-comments, .blog-entry.thumbnail-entry .blog-entry-comments a, .blog-entry.thumbnail-entry .blog-entry-date {
	color: #ababab;
}

.blog-entry.thumbnail-entry .blog-entry-comments {
	float: left;
}

.blog-entry.thumbnail-entry .blog-entry-comments i {
	padding-right: 6px;
}

.blog-entry.thumbnail-entry .blog-entry-comments a:hover {
	color: #333;
}

.blog-entry.thumbnail-entry .blog-entry-comments svg.owp-icon {
	width: 17px;
	height: 17px;
	margin-right: .7rem;
}

.blog-entry.thumbnail-entry .blog-entry-date {
	float: right;
}

.blog-entry.thumbnail-entry.format-standard.no-featured-image .blog-entry-content {
	width: 100%;
}

.blog-entry.thumbnail-entry.format-standard.no-featured-image .left-position .blog-entry-content {
	padding-left: 0;
}

.blog-entry.thumbnail-entry.format-standard.no-featured-image .right-position .blog-entry-content {
	padding-right: 0;
}

@media only screen and (max-width: 767px) {
	.blog-entry.thumbnail-entry .blog-entry-inner {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	.blog-entry.thumbnail-entry .thumbnail, .blog-entry.thumbnail-entry .blog-entry-content {
		width: 100%;
	}
	
	.blog-entry.thumbnail-entry .blog-entry-content {
		margin-top: 15px;
		padding: 0 !important;
	}
}

ul.meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	color: #4a4a4a;
	font-size: 14px;
	line-height: 1.3;
	margin: 0 0 20px;
	padding: 0 0 10px;
	list-style: none;
}

ul.meta li {
	line-height: 1.5;
	align-self: flex-end;
	flex-wrap: nowrap;
	padding-bottom: 5px;
}

ul.meta li:after {
	padding: 0 6px;
	font-weight: bold;
}

ul.meta li:last-child:after {
	display: none;
	padding: 0;
}

ul.meta li a {
	color: #4a4a4a;
}

ul.meta li a:hover {
	color: #13aff0;
}

ul.meta li i {
	padding-right: 6px;
	font-size: 17px;
}

ul.meta li .owp-icon {
	margin-right: 8px;
}

ul.meta li svg.owp-icon {
	width: 18px;
	height: 18px;
}

ul.meta li .owp-sep {
	padding: 0 5px;
}

ul.obem-default li:after {
	content: "-";
}

ul.obem-modern li:after {
	content: "|";
}

ul.obem-stylish li:after {
	content: "//";
}

ul.obem-none li:after {
	content: "";
	margin: 0 5px;
}

.single-post ul.meta {
	font-size: 14.5px;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 15px;
}

.single-post ul.meta li:after {
	padding: 0 8px;
}

.single-post ul.meta li i {
	padding-right: 9px;
}

.single-post ul.meta li .owp-icon {
	margin-right: 8px;
}

.single-post ul.meta li svg.owp-icon {
	width: 20px;
	height: 20px;
}

.single-post ul.ospm-default li:after {
	content: "-";
}

.single-post ul.ospm-modern li:after {
	content: "|";
}

.single-post ul.ospm-stylish li:after {
	content: "//";
}

.single-post ul.ospm-none li:after {
	content: "";
	margin: 0 10px;
}

.gallery-format {
	opacity: 0;
	visibility: hidden;
	height: 0;
}

.gallery-format img, .gallery-format a.gallery-lightbox {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 0;
}

.gallery-format .flickity-button {
	top: calc(100% - 18px);
	width: 30px;
	height: 36px;
	border-radius: 0;
	background-color: rgba(0, 0, 0, .6);
	display: flex;
	justify-content: center;
	align-items: center;
}

.gallery-format .flickity-button:hover {
	background-color: rgba(0, 0, 0, .8);
}

.gallery-format .flickity-button:disabled {
	pointer-events: unset;
}

.gallery-format .flickity-button.next {
	right: 0;
}

.gallery-format .flickity-button.previous {
	left: auto;
	right: 30px;
}

.gallery-format .flickity-button svg {
	fill: #fff;
	width: 12px;
	height: auto;
	position: static;
}

.wp-video {
	width: 100% !important;
}

.link-entry {
	position: absolute;
	top: 20px;
	right: 20px;
}

.link-entry i {
	display: inline-block;
	width: 60px;
	height: 60px;
	font-size: 22px;
	line-height: 60px;
	background-color: #333;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.thumbnail:hover i {
	background-color: #13aff0;
}

.link-post-svg-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #333;
	text-align: center;
	padding-top: 18px;
}

.link-post-svg-icon .owp-icon {
	width: 22px;
	height: 22px;
}

.link-post-svg-icon .owp-icon use {
	stroke: #fff;
}

.post-quote-content, .post-quote-author {
	position: relative;
	background-color: #13aff0;
	color: #fff;
	font-size: 20px;
	padding: 20px 30px;
	line-height: 1.6;
	z-index: 1;
}

.post-quote-icon {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 48px;
	-moz-opacity: .2;
	-webkit-opacity: .2;
	opacity: .2;
	z-index: -1;
}

.post-quote-icon svg.owp-icon {
	width: 45px;
	height: 45px;
}

.post-quote-author {
	background-color: #0b7cac;
	font-size: 12px;
	font-weight: 600;
	padding: 10px 30px;
	margin-top: 1px;
	text-transform: uppercase;
	letter-spacing: .6px;
}

.single-post .post-quote-wrap {
	margin-bottom: 30px;
}

.single .thumbnail {
	position: relative;
	margin-bottom: 20px;
}

.single .thumbnail img {
	width: 100%;
}

.single .entry-title {
	font-size: 34px;
	padding: 0 0 20px;
	margin: 0 0 15px;
	border-bottom: 1px solid #f1f1f1;
	letter-spacing: .6px;
}

.single-post.content-max-width #main #content-wrap {
	width: 100%;
	max-width: 100%;
}

.single-post.content-max-width .thumbnail, .single-post.content-max-width .entry-header, .single-post.content-max-width ul.meta, .single-post.content-max-width .entry-content h1, .single-post.content-max-width .entry-content h2, .single-post.content-max-width .entry-content h3, .single-post.content-max-width .entry-content h4, .single-post.content-max-width .entry-content h5, .single-post.content-max-width .entry-content h6, .single-post.content-max-width .entry-content blockquote, .single-post.content-max-width .entry-content p, .single-post.content-max-width .post-tags, .single-post.content-max-width .entry-share, .single-post.content-max-width nav.post-navigation, .single-post.content-max-width #author-bio, .single-post.content-max-width #related-posts, .single-post.content-max-width .comments-area {
	padding-left: 20px;
	padding-right: 20px;
}

.single-post.content-max-width .entry-header, .single-post.content-max-width ul.meta, .single-post.content-max-width .entry-content h1, .single-post.content-max-width .entry-content h2, .single-post.content-max-width .entry-content h3, .single-post.content-max-width .entry-content h4, .single-post.content-max-width .entry-content h5, .single-post.content-max-width .entry-content h6, .single-post.content-max-width .entry-content blockquote, .single-post.content-max-width .entry-content p, .single-post.content-max-width .wp-block-image, .single-post.content-max-width .wp-block-buttons, .single-post.content-max-width .wp-block-gallery, .single-post.content-max-width .wp-block-video, .single-post.content-max-width .wp-block-quote, .single-post.content-max-width .wp-block-text-columns, .single-post.content-max-width .wp-block-code, .single-post.content-max-width .entry-content ul, .single-post.content-max-width .entry-content ol, .single-post.content-max-width .wp-block-cover-text, .single-post.content-max-width .wp-block-cover, .single-post.content-max-width .wp-block-columns, .single-post.content-max-width .post-tags, .single-post.content-max-width .comments-area {
	margin: 1.5em auto;
	max-width: 700px;
}

.single-post.content-max-width .wp-block-columns.alignfull h1, .single-post.content-max-width .wp-block-columns.alignfull h2, .single-post.content-max-width .wp-block-columns.alignfull h3, .single-post.content-max-width .wp-block-columns.alignfull h4, .single-post.content-max-width .wp-block-columns.alignfull h5, .single-post.content-max-width .wp-block-columns.alignfull h6, .single-post.content-max-width .wp-block-columns.alignfull blockquote, .single-post.content-max-width .wp-block-columns.alignfull p, .single-post.content-max-width .wp-block-columns.alignfull .wp-block-image, .single-post.content-max-width .wp-block-columns.alignfull .wp-block-buttons, .single-post.content-max-width .wp-block-columns.alignfull .wp-block-gallery, .single-post.content-max-width .wp-block-columns.alignfull .wp-block-video, .single-post.content-max-width .wp-block-columns.alignfull .wp-block-quote, .single-post.content-max-width .wp-block-columns.alignfull .wp-block-text-columns, .single-post.content-max-width .wp-block-columns.alignfull .wp-block-code, .single-post.content-max-width .wp-block-columns.alignfull ul, .single-post.content-max-width .wp-block-columns.alignfull ol, .single-post.content-max-width .wp-block-columns.alignfull .wp-block-cover-text, .single-post.content-max-width .wp-block-columns.alignfull .wp-block-cover, .single-post.content-max-width .wp-block-columns.alignwide h1, .single-post.content-max-width .wp-block-columns.alignwide h2, .single-post.content-max-width .wp-block-columns.alignwide h3, .single-post.content-max-width .wp-block-columns.alignwide h4, .single-post.content-max-width .wp-block-columns.alignwide h5, .single-post.content-max-width .wp-block-columns.alignwide h6, .single-post.content-max-width .wp-block-columns.alignwide blockquote, .single-post.content-max-width .wp-block-columns.alignwide p, .single-post.content-max-width .wp-block-columns.alignwide .wp-block-image, .single-post.content-max-width .wp-block-columns.alignwide .wp-block-buttons, .single-post.content-max-width .wp-block-columns.alignwide .wp-block-gallery, .single-post.content-max-width .wp-block-columns.alignwide .wp-block-video, .single-post.content-max-width .wp-block-columns.alignwide .wp-block-quote, .single-post.content-max-width .wp-block-columns.alignwide .wp-block-text-columns, .single-post.content-max-width .wp-block-columns.alignwide .wp-block-code, .single-post.content-max-width .wp-block-columns.alignwide ul, .single-post.content-max-width .wp-block-columns.alignwide ol, .single-post.content-max-width .wp-block-columns.alignwide .wp-block-cover-text, .single-post.content-max-width .wp-block-columns.alignwide .wp-block-cover, .single-post.content-max-width .elementor-section h1, .single-post.content-max-width .elementor-section h2, .single-post.content-max-width .elementor-section h3, .single-post.content-max-width .elementor-section h4, .single-post.content-max-width .elementor-section h5, .single-post.content-max-width .elementor-section h6, .single-post.content-max-width .elementor-section blockquote, .single-post.content-max-width .elementor-section p, .single-post.content-max-width .elementor-section .wp-block-image, .single-post.content-max-width .elementor-section .wp-block-buttons, .single-post.content-max-width .elementor-section .wp-block-gallery, .single-post.content-max-width .elementor-section .wp-block-video, .single-post.content-max-width .elementor-section .wp-block-quote, .single-post.content-max-width .elementor-section .wp-block-text-columns, .single-post.content-max-width .elementor-section .wp-block-code, .single-post.content-max-width .elementor-section ul, .single-post.content-max-width .elementor-section ol, .single-post.content-max-width .elementor-section .wp-block-cover-text, .single-post.content-max-width .elementor-section .wp-block-cover {
	max-width: 100%;
}

.single-post.content-max-width .entry-content ul, .single-post.content-max-width .entry-content ol {
	padding-left: 40px;
	padding-right: 40px;
}

.single-post.content-max-width .thumbnail {
	margin-top: 0;
}

.single-post.content-max-width .entry-header {
	margin-bottom: 0;
	text-align: center;
}

.single-post.content-max-width ul.meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: #4a4a4a;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0 0 10px;
	list-style: none;
}

.single-post.content-max-width .wp-block-quote p {
	padding: 0;
}

.single-post.content-max-width .entry-content blockquote p {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.single-post.content-max-width .thumbnail, .single-post.content-max-width .wp-block-cover-text.alignwide, .single-post.content-max-width .wp-block-image.alignwide, .single-post.content-max-width .wp-block-gallery.alignwide, .single-post.content-max-width .wp-block-text-columns.alignwide, .single-post.content-max-width .entry-share, .single-post.content-max-width nav.post-navigation, .single-post.content-max-width #author-bio, .single-post.content-max-width #related-posts {
	margin: 1.5em auto;
	max-width: 1100px;
}

.single-post.content-max-width .wp-block-cover-text.alignfull, .single-post.content-max-width .wp-block-image.alignfull, .single-post.content-max-width .wp-block-gallery.alignfull, .single-post.content-max-width .wp-block-text-columns.alignfull {
	margin: 1.5em 0;
	max-width: 100%;
}

.single-post.content-max-width .wp-block-image.alignfull img {
	width: 100% !important;
}

.single-post.content-max-width .wp-block-image.alignleft, .single-post.content-max-width .wp-block-image.alignright {
	max-width: 350px;
	margin-top: 0;
	margin-bottom: 0;
}

.single-post.content-max-width .wp-block-image.alignleft {
	margin-left: calc(50% - 350px);
	padding: 14px 36px 14px 0;
}

.single-post.content-max-width .wp-block-image.alignright {
	margin-right: calc(50% - 350px);
	padding: 14px 0 14px 36px;
}

.single-post.content-max-width figure img {
	margin: 0 auto;
}

.single-post.content-max-width .entry-content ul.alignfull, .single-post.content-max-width .entry-content ol.alignfull {
	padding-left: 0;
	padding-right: 0;
}

.single-post.content-max-width .entry-content ul.alignwide, .single-post.content-max-width .entry-content ol.alignwide {
	padding-left: 0;
	padding-right: 0;
}

.wp-block-cover-image, .wp-block-image {
	margin-bottom: 20px;
}

.wp-block-quote.blocks-quote-style-2 {
	border: 0;
}

.wp-block-pullquote {
	border-left-width: 0;
	margin: 0;
}

.wp-block-separator {
	margin: 30px auto;
}

.wp-block-separator.is-style-wide:not(.size-full) {
	max-width: 700px;
}

.elementor-edit-area ul.elementor-editor-element-settings {
	padding: 0 !important;
	margin: 0 !important;
}

@media only screen and (max-width: 480px) {
	.single-post.media-above-content .thumbnail {
		margin-bottom: 20px;
	}
	
	.single-post .entry-title {
		font-size: 26px;
	}
}

.single .entry-content {
	margin-bottom: 20px;
}

.dropcap {
	float: left;
	color: #13aff0;
	font-size: 120px;
	line-height: 80px;
	margin-top: 6px;
	margin-right: 10px;
}

.entry-footer {
	display: inline-block;
	width: 100%;
}

.single .post-tags {
	font-size: 11px;
	font-weight: 600;
	margin: 30px 0 0;
	text-transform: uppercase;
}

.single nav.post-navigation {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #f1f1f1;
}

.single nav.post-navigation:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	zoom: 1;
	height: 0;
}

.single nav.post-navigation .nav-links .title {
	display: block;
	color: #13aff0;
	line-height: 20px;
}

.single nav.post-navigation .nav-links a {
	display: block;
}

.single nav.post-navigation .nav-links i {
	font-size: 20px;
	line-height: 20px;
}

.single nav.post-navigation .nav-links .post-title {
	display: block;
	font-size: 16px;
	margin: 5px 0 0;
}

.single nav.post-navigation .nav-previous {
	float: left;
	width: 50%;
	text-align: left;
	border-right-width: 1px;
	border-style: solid;
	border-color: #f1f1f1;
	padding-right: 20px;
}

.single nav.post-navigation .nav-previous i, .single nav.post-navigation .nav-previous .owp-icon {
	float: left;
	margin-right: 20px;
}

.single nav.post-navigation .nav-previous .owp-icon {
	margin-top: 4px;
}

.single nav.post-navigation .nav-next {
	float: right;
	width: 50%;
	text-align: right;
	padding-left: 20px;
}

.single nav.post-navigation .nav-next i, .single nav.post-navigation .nav-next .owp-icon {
	float: right;
	margin-left: 20px;
}

.single nav.post-navigation .nav-next .owp-icon {
	margin-top: 4px;
}

@media only screen and (max-width: 480px) {
	.single nav.post-navigation .nav-links .nav-previous, .single nav.post-navigation .nav-links .nav-next {
		float: none;
		width: 100%;
		padding: 0;
	}
	
	.single nav.post-navigation .nav-links .nav-previous {
		border-right-width: 0;
		border-left-width: 0;
	}
}

#author-bio {
	position: relative;
	margin-top: 30px;
	padding-top: 30px;
	border-top-width: 1px;
	border-style: solid;
	border-color: #f1f1f1;
}

#author-bio #author-bio-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#author-bio .author-bio-avatar, #author-bio .author-bio-avatar img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

#author-bio .author-bio-avatar {
	min-width: 80px;
	margin-right: 30px;
}

#author-bio .author-bio-avatar img {
	width: 80px;
	height: 80px;
	border: 3px solid #e9e9e9;
}

#author-bio .author-bio-content {
	position: relative;
}

#author-bio .author-bio-title {
	display: inline-block;
	font-size: 18px;
	margin: 0 0 10px;
	text-transform: capitalize;
}

#author-bio .author-bio-description p:last-child {
	margin: 0;
}

.author #author-bio {
	margin: 0 0 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
}

@media only screen and (max-width: 480px) {
	#author-bio .author-bio-avatar {
		display: none;
	}
}

#related-posts {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #f1f1f1;
}

#related-posts .title-wrap {
	display: block;
	color: #333;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .6px;
	margin-bottom: 18px;
}

#related-posts ul {
	padding: 0;
	list-style: none;
}

#related-posts .col {
	float: left;
	position: relative;
	min-height: 100px;
	margin: 0;
	text-align: center;
}

#related-posts .span_1_of_3 {
	width: 33.3333333333%;
}

.related-thumb {
	display: block;
	background-color: #222;
}

.related-thumb img {
	display: block;
	width: 100%;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}

.related-thumb:hover img {
	-moz-opacity: .7;
	-webkit-opacity: .7;
	opacity: .7;
}

.related-post-title {
	font-size: 16px;
	font-weight: 600;
	margin: 12px 12px 3px 12px;
}

.related-post-title a {
	display: block;
}

time.published {
	font-size: 12px;
}

time.published i {
	padding-right: 5px;
}

time.published svg.owp-icon {
	width: 17px;
	height: 17px;
	margin-right: .7rem;
}

@media only screen and (max-width: 767px) {
	#related-posts .col {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	
	#related-posts .col:last-child {
		margin-bottom: 0;
	}
}

.widget-area {
	font-size: 13px;
}

.sidebar-box {
	margin-bottom: 40px;
}

.sidebar-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget-title {
	display: block;
	line-height: 1;
	font-size: 13px;
	font-weight: 400;
	color: #333;
	border-width: 0 0 0 3px;
	border-style: solid;
	border-color: #13aff0;
	letter-spacing: 1px;
	padding-left: 15px;
	margin: 0 0 20px;
	text-transform: capitalize;
}

.oceanwp-widget-recent-posts-li, .widget_categories li, .widget_recent_entries li, .widget_archive li, .widget_recent_comments li, .widget-recent-posts-icons li, .site-footer .widget_nav_menu li {
	padding: 6px 0;
	border-bottom: 1px solid #e9e9e9;
}

.oceanwp-widget-recent-posts-li:first-child, .widget_categories li:first-child, .widget_recent_entries li:first-child, .widget_archive li:first-child, .widget_recent_comments li:first-child, .widget-recent-posts-icons li:first-child, .site-footer .widget_nav_menu li:first-child {
	border-top: 1px solid #e9e9e9;
}

@media only screen and (max-width: 767px) {
	#main .widget_nav_menu li a:before {
		display: none;
	}
}

.hasCustomSelect {
	width: 100%;
	z-index: 2;
}

.theme-select {
	position: relative;
	border: 1px solid #ddd;
	color: #555;
	height: 34px;
	line-height: 32px;
	padding: 0 45px 0 15px;
	width: 100%;
	z-index: 1;
	overflow: hidden;
}

.theme-select:after {
	font-family: "Font Awesome 5 Free";
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 32px;
	width: 32px;
	font-size: 11px;
	font-weight: 600;
	color: #929292;
	border-left: 1px solid #ddd;
	text-align: center;
}

ul.page-numbers {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 10px 0 0;
	list-style: none;
	text-align: right;
	clear: both;
}

ul.page-numbers li {
	display: inline-block;
}

ul.page-numbers li .owp-icon {
	vertical-align: inherit;
}

.page-links {
	text-align: center;
	margin: 15px 0;
}

.page-numbers a, .page-numbers span:not(.elementor-screen-only), .page-links span {
	position: relative;
	display: inline-block;
	min-width: 38px;
	min-width: 38px;
	line-height: 38px;
	margin: 0 8px 0 0;
	text-align: center;
	color: #555;
	border: 1px solid #e9e9e9;
	font-size: 18px;
	cursor: pointer;
	white-space: nowrap;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.page-numbers a .owp-icon use {
	stroke: #555;
}

.page-numbers a span:not(.elementor-screen-only) {
	padding: 0;
}

.page-numbers a:hover, .page-links a:hover span, .page-numbers.current, .page-numbers.current:hover, .page-links>span {
	background-color: #f8f8f8;
	color: #333;
}

.page-numbers a:hover .owp-icon use {
	stroke: #555;
}

.elementor-pagination .page-numbers.current, .elementor-pagination .page-numbers.current:hover {
	background-color: rgba(0, 0, 0, 0);
}

.pagination-center .oceanwp-pagination ul.page-numbers, .pagination-center .oceanwp-pagination .page-links, .pagination-center .woocommerce-pagination ul.page-numbers, .pagination-center .woocommerce-pagination .page-links {
	text-align: center;
}

.pagination-left .oceanwp-pagination ul.page-numbers, .pagination-left .oceanwp-pagination .page-links, .pagination-left .woocommerce-pagination ul.page-numbers, .pagination-left .woocommerce-pagination .page-links {
	text-align: left;
}

.page-jump a {
	display: inline-block;
	font-size: 12px;
	line-height: 1.2;
	padding-bottom: 3px;
	border-bottom: 1px solid;
	text-transform: uppercase;
}

.scroller-status, .infinite-scroll-last, .infinite-scroll-error {
	display: none;
}

.scroller-status {
	margin-top: 20px;
	text-align: center;
	clear: both;
}

.scroller-status p {
	margin: 0;
}

.loader-ellips {
	font-size: 12px;
	position: relative;
	width: 3.5em;
	height: 1em;
	margin: 0 auto;
}

.loader-ellips__dot {
	display: block;
	width: 1em;
	height: 1em;
	border-radius: .5em;
	background-color: #333;
	position: absolute;
	animation-duration: .5s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1), .loader-ellips__dot:nth-child(2) {
	left: 0;
}

.loader-ellips__dot:nth-child(3) {
	left: 1.3em;
}

.loader-ellips__dot:nth-child(4) {
	left: 2.6em;
}

.loader-ellips__dot:nth-child(1) {
	animation-name: reveal;
}

.loader-ellips__dot:nth-child(2), .loader-ellips__dot:nth-child(3) {
	animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
	animation-name: reveal;
	animation-direction: reverse;
}

@keyframes reveal {
	from {
		transform: scale(.001);
	}
	
	to {
		transform: scale(1);
	}
}

@keyframes slide {
	to {
		transform: translateX(1.3em);
	}
}

.infinite-scroll-nav {
	display: none;
}

#respond {
	margin-bottom: 20px;
}

#respond form {
	display: inline-block;
	width: 100%;
}

#respond .comment-textarea, #respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url {
	margin-bottom: 20px;
}

#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url {
	float: left;
	width: 33.33%;
}

#respond .comment-form-author {
	padding-right: 10px;
}

#respond .comment-form-email {
	padding: 0 10px;
}

#respond .comment-form-url {
	padding-left: 10px;
}

#respond input[type=text] {
	width: 100%;
}

#respond #wp-comment-cookies-consent:focus {
	outline: 1px solid;
}

#respond .form-submit {
	float: right;
	margin-bottom: 0;
}

#comments {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #f1f1f1;
}

#comments ol {
	margin: 0;
	list-style: none;
}

#comments ol.children {
	margin-left: 30px;
}

#comments.empty-closed-comments {
	display: none;
}

.comment-body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #f1f1f1;
}

.comment-body img.avatar {
	width: 80px;
	height: 80px;
	margin-right: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.comment-body .comment-content {
	position: relative;
	width: 100%;
}

.comment-author {
	display: inline-block;
	width: 100%;
}

.comment-author .comment-link, .comment-author .comment-meta {
	font-weight: 600;
	margin: 5px 0 8px;
}

.comment-author .comment-link {
	float: left;
	font-size: 18px;
}

.comment-author .comment-meta {
	float: right;
	text-align: right;
	font-size: 10px;
	line-height: 2.5;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.comment-author .comment-meta .comment-reply-link, .comment-author .comment-meta .comment-edit-link {
	margin-left: 15px;
}

.comment-author .comment-meta .comment-reply-link {
	color: #13aff0;
}

.comment-author .comment-meta .comment-reply-link:hover {
	color: #333;
}

#respond #cancel-comment-reply-link {
	font-size: 10px;
	color: #929292;
	float: right;
	border: 2px solid #f1f1f1;
	padding: 3px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: .1em;
}

#respond #cancel-comment-reply-link:hover {
	color: #13aff0;
	border-color: #13aff0;
}

span.required {
	position: relative;
	top: -4px;
	font-size: 10px;
	margin-left: 3px;
	color: red;
}

.comment-body p {
	margin: 0;
}

.no-comments {
	text-align: right;
}

.no-comments i {
	margin-right: 8px;
}

.comment-navigation {
	display: inline-block;
	width: 100%;
}

.comment-navigation .nav-links a {
	display: inline-block;
	font-size: 12px;
	line-height: 1.2;
	padding-bottom: 3px;
	border-bottom: 1px solid;
	text-transform: uppercase;
}

.comment-navigation .nav-links .nav-previous {
	float: left;
	margin-right: 1.5em;
}

.comment-navigation .nav-links .nav-previous i {
	margin-right: 5px;
}

.comment-navigation .nav-links .nav-next {
	float: right;
	margin-left: 1.5em;
}

.comment-navigation .nav-links .nav-next i {
	margin-left: 5px;
}

@media only screen and (max-width: 767px) {
	#comments ol.children {
		margin-left: 0;
		margin-right: 0;
	}
	
	#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url {
		float: none;
		width: 100%;
		padding-right: 0;
		padding: 0;
		padding-left: 0;
	}
}

@media only screen and (max-width: 480px) {
	.comment-body img {
		display: none;
	}
	
	.comment-author {
		margin-bottom: 16px;
	}
	
	.comment-author .comment-link, .comment-author .comment-meta {
		float: none;
	}
}

.search-results article {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e9e9e9;
}

.search-results article .search-entry-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.search-results article .thumbnail {
	min-width: 120px;
	margin-right: 20px;
}

.search-results article .thumbnail img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.search-results article .search-entry-title {
	font-size: 24px;
	margin: 0 0 6px;
}

.search-results article .search-entry-summary p:last-child {
	margin-bottom: 0;
}

.search-results article .search-entry-readmore a {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 3px;
	border-bottom: 1px solid;
	text-transform: uppercase;
	letter-spacing: .6px;
}

.search-results article ul {
	list-style: none;
}

@media only screen and (max-width: 480px) {
	.search-results article .thumbnail {
		display: none;
	}
}

.site-footer {
	position: relative;
}

#footer-widgets {
	background-color: #222;
	padding: 30px 0;
	margin: 0;
}

#footer-widgets .footer-box {
	padding: 0 15px;
	margin: 0;
}

#footer-widgets .footer-box .footer-widget {
	margin-bottom: 20px;
}

#footer-widgets .footer-box .footer-widget:last-child {
	margin-bottom: 0;
}

#footer-widgets .footer-box .footer-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer-widgets .footer-box .widget-title {
	color: #fff;
}

#footer-widgets .footer-box a {
	color: #fff;
}

#footer-widgets .footer-box a:hover {
	color: #13aff0;
}

#footer-widgets #wp-calendar caption, #footer-widgets #wp-calendar th, #footer-widgets #wp-calendar tbody, #footer-widgets .contact-info-widget i, #footer-widgets .contact-info-widget .owp-icon, #footer-widgets .mailchimp-widget input[type=email], #footer-widgets .posts-thumbnails-widget li, #footer-widgets .social-widget li a {
	border-color: #555;
}

#footer-widgets .mailchimp-widget input[type=email]:focus {
	border-color: #13aff0;
}

#footer-widgets .tagcloud a {
	background-color: #222;
	border-color: #333;
}

#footer-widgets .tagcloud a:hover {
	background-color: #444;
	color: #fff;
	border-color: #555;
}

.parallax-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}

.has-parallax-footer #main {
	z-index: 1;
}

.has-parallax-footer:not(.boxed-layout) #main {
	-webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
}

.has-parallax-footer:not(.separate-layout) #main {
	background-color: #fff;
}

.has-parallax-footer.separate-layout #main {
	background-color: #f1f1f1;
}

.boxed-layout .parallax-footer {
	width: 1280px;
	left: auto;
	right: auto;
}

@media only screen and (max-width: 959px) {
	#footer-widgets .col {
		margin-bottom: 30px;
	}
	
	.has-parallax-footer #main {
		margin-bottom: 0 !important;
	}
	
	.parallax-footer {
		position: relative;
	}
}

@media only screen and (min-width: 481px)and (max-width: 768px) {
	#footer-widgets.tablet-1-col .footer-box {
		width: 100%;
	}
	
	#footer-widgets.tablet-2-col .footer-box {
		width: 50% !important;
	}
	
	#footer-widgets.tablet-2-col .footer-box:nth-child(3n) {
		clear: left;
	}
	
	#footer-widgets.tablet-3-col .footer-box {
		width: 33.33% !important;
		clear: none;
	}
	
	#footer-widgets.tablet-3-col .footer-box:nth-child(4n) {
		clear: left;
	}
	
	#footer-widgets.tablet-4-col .footer-box {
		width: 25% !important;
	}
	
	#footer-widgets.tablet-4-col .footer-box:nth-child(5n) {
		clear: left;
	}
}

@media only screen and (max-width: 480px) {
	#footer-widgets.mobile-1-col .footer-box {
		width: 100%;
	}
	
	#footer-widgets.mobile-2-col .footer-box {
		width: 50% !important;
	}
	
	#footer-widgets.mobile-2-col .footer-box:nth-child(3n) {
		clear: left;
	}
	
	#footer-widgets.mobile-3-col .footer-box {
		width: 33.33% !important;
		clear: none;
	}
	
	#footer-widgets.mobile-3-col .footer-box:nth-child(4n) {
		clear: left;
	}
	
	#footer-widgets.mobile-4-col .footer-box {
		width: 25% !important;
	}
	
	#footer-widgets.mobile-4-col .footer-box:nth-child(5n) {
		clear: left;
	}
}

#footer-bottom {
	background-color: #1b1b1b;
	padding: 15px 0;
	font-size: 12px;
	line-height: 1;
	color: #fff;
}

#footer-bottom #footer-bottom-menu, #footer-bottom #copyright {
	width: 50%;
}

#footer-bottom #footer-bottom-menu {
	float: right;
	text-align: right;
	padding-left: 15px;
}

#footer-bottom #footer-bottom-menu ul {
	display: inline-block;
	margin: 0;
	margin: 0;
	list-style: none;
	padding: 0;
}

#footer-bottom #footer-bottom-menu li {
	float: left;
}

#footer-bottom #footer-bottom-menu li:after {
	content: "|";
	margin-left: 5px;
	margin-right: 5px;
}

#footer-bottom #footer-bottom-menu li:last-child:after {
	content: "";
	margin-left: 0;
	margin-right: 0;
}

#footer-bottom #footer-bottom-menu a {
	color: #fff;
}

#footer-bottom #footer-bottom-menu a:hover {
	color: #13aff0;
}

#footer-bottom.no-footer-nav #copyright {
	float: none;
	width: 100%;
	text-align: center;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#footer-bottom #copyright {
	float: left;
	text-align: left;
	padding-right: 15px;
}

#footer-bottom a {
	color: #fff;
}

#footer-bottom a:hover {
	color: #13aff0;
}

@media only screen and (max-width: 959px) {
	#footer-bottom #copyright, #footer-bottom #footer-bottom-menu {
		float: none;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		text-align: center;
	}
	
	#footer-bottom #footer-bottom-menu {
		margin-bottom: 15px;
	}
	
	#footer-bottom #footer-bottom-menu li {
		float: none;
		display: inline-block;
	}
}

@media only screen and (max-width: 480px) {
	#footer-bottom #footer-bottom-menu li {
		margin-bottom: 8px;
	}
}

#scroll-top {
	display: none;
	opacity: 0;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: rgba(0, 0, 0, .4);
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	z-index: 100;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#scroll-top>span {
	line-height: inherit;
	vertical-align: top;
}

#scroll-top:hover {
	background-color: rgba(0, 0, 0, .8);
}

#scroll-top.scroll-top-left {
	left: 20px;
	right: auto;
}

#scroll-top .owp-icon {
	vertical-align: initial;
}

#scroll-top .owp-icon use {
	stroke: #fff;
}

@media only screen and (max-width: 480px) {
	#scroll-top {
		right: 10px;
		bottom: 10px;
		width: 26px;
		height: 26px;
		line-height: 24px;
		font-size: 14px;
	}
}

.error404-content {
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.error404-content .error-title {
	font-size: 46px;
	margin: 0 0 25px;
}

.error404-content .error-text {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 35px;
}

.error404-content .searchform {
	max-width: 390px;
	margin: 0 auto;
}

.error404-content .error-btn {
	font-size: 13px;
	padding: 14px 26px;
	margin-top: 60px;
}

.error404-content .error-btn:hover {
	color: #fff;
}

@media only screen and (max-width: 480px) {
	.error404-content .searchform {
		width: 100%;
	}
	
	.error404-content .error-btn {
		margin-top: 40px;
	}
}

.fl-builder-edit #site-header, .fl-builder-edit.has-transparent-header #site-header, .elementor-editor-active #site-header {
	z-index: 1;
}

.fl-builder-edit #main, .elementor-editor-active #main {
	z-index: inherit !important;
}

#site-header .elementor-section-wrap {
	height: auto !important;
}

.elementor-widget-image .elementor-image img {
	display: inline-block;
}

.elementor-slick-slider .slick-prev, .elementor-slick-slider .slick-next {
	height: auto;
}

.pswp__button:hover {
	background-color: rgba(0, 0, 0, 0);
}

div.motopress-bootstrap-dropdown .dropdown-menu {
	display: block !important;
	position: static !important;
}

.pac-container {
	z-index: 100003;
}

.no-height .elementor-column {
	min-height: 0;
}

body .elementor-element.elementor-wc-products ul.products li.product .onsale {
	padding: 8px 12px;
}

body .elementor-element.elementor-wc-products ul.products li.product.circle-sale .onsale {
	padding: 0;
}

@media only screen and (max-width: 959px) {
	.elementor-element.elementor-wc-products ul.products li.product {
		width: auto !important;
	}
}

.elementor-editor-active .parallax-footer {
	z-index: -1;
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input[type=checkbox] {
	display: inline-block;
}

#sidr-close, .sidebar-mobile #mobile-nav {
	display: none;
}

#sidr {
	display: block;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 300px;
	max-width: 100%;
	padding-bottom: 30px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 15px;
	background-color: #fff;
	color: #555;
	-webkit-touch-callout: none;
	user-select: none;
	-webkit-overflow-scrolling: touch;
}

#sidr ul {
	margin: 0;
	list-style: none;
}

.sidr.right {
	left: auto;
	right: -300px;
}

.sidr.left {
	left: -300px;
	right: auto;
}

.sidr a {
	color: #555;
}

.sidr a:hover, .sidr-class-dropdown-toggle:hover, .sidr-class-menu-item-has-children.active>a, .sidr-class-menu-item-has-children.active>a>.sidr-class-dropdown-toggle {
	color: #13aff0;
}

.sidr-class-clr:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	zoom: 1;
	height: 0;
}

a.sidr-class-toggle-sidr-close {
	display: block;
	background-color: #f8f8f8;
	color: #333;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	padding: 20px;
	letter-spacing: .6px;
	text-transform: uppercase;
}

a.sidr-class-toggle-sidr-close i {
	display: inline-block;
	padding-right: 8px;
	margin: 0;
	width: auto;
	height: auto;
	line-height: 1;
	vertical-align: bottom;
}

a.sidr-class-toggle-sidr-close .owp-icon {
	margin-right: 8px;
}

.sidr-class-dropdown-menu ul, .sidr-class-fs-dropdown-menu ul {
	display: none;
	border-top: 1px solid rgba(0, 0, 0, .035);
	margin-left: 0;
	background-color: rgba(0, 0, 0, .02);
}

.sidr-class-dropdown-menu li, .sidr-class-fs-dropdown-menu li {
	border-bottom: 1px solid rgba(0, 0, 0, .035);
}

.sidr-class-dropdown-menu.sidr-class-left-menu li:last-child, .sidr-class-fs-dropdown-menu.sidr-class-left-menu li:last-child {
	border-bottom: none;
}

.sidr-class-dropdown-menu>li:first-child, .sidr-class-fs-dropdown-menu>li:first-child {
	border-top: 1px solid rgba(0, 0, 0, .035);
}

.sidr-class-dropdown-menu li a, .sidr-class-fs-dropdown-menu li a {
	padding: 12px 20px;
	display: block;
	position: relative;
}

.sidr-class-dropdown-menu li a:focus, .sidr-class-fs-dropdown-menu li a:focus {
	outline: 1px dashed rgba(0, 0, 0, .3);
}

.sidr-class-dropdown-menu li a.sidr-class-sf-with-ul, .sidr-class-fs-dropdown-menu li a.sidr-class-sf-with-ul {
	padding-right: 40px;
}

.sidr-class-dropdown-menu ul li:last-child, .sidr-class-fs-dropdown-menu ul li:last-child {
	border: none;
}

.sidr-class-top-bar-menu>li:first-child {
	border-top: none;
}

.sidr-class-menu-item-has-children {
	position: relative;
}

.sidr-class-dropdown-menu li.sidr-class-menu-item-has-children>a {
	padding-right: 60px;
}

.sidr-class-dropdown-toggle {
	font-size: 11px;
	height: 100%;
	width: 60px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	color: #555;
	text-align: right;
	text-align: center;
	padding-right: 20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.sidr-class-dropdown-toggle:focus {
	outline: 1px dashed rgba(0, 0, 0, .3);
}

.sidr-class-dropdown-toggle:before {
	font-family: "Font Awesome 5 Free";
	content: "+";
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-top: -15px;
	margin-left: -15px;
}

.sidr-class-dropdown-menu li.active>a>.sidr-class-dropdown-toggle:before {
	content: "-";
}

.sidr-class-dropdown-menu ul a:before {
	font-family: "Font Awesome 5 Free";
	content: "";
	display: inline-block;
	margin: 0 10px;
	font-weight: 600;
}

.sidr-class-dropdown-menu ul ul a:before {
	margin-left: 20px;
}

.sidr-class-dropdown-menu ul ul ul a:before {
	margin-left: 40px;
}

.sidr-class-middle-site-logo, .sidr #searchform-header-replace-close, .sidr #sidr-id-searchform-overlay, .sidr .sidr-class-nav-arrow, .sidr-class-sidebar-box, .sidr-class-mega-cat .sidr-class-dropdown-toggle, .sidr-class-mega-cat .sidr-class-megamenu, .sidr-class-elementor {
	display: none !important;
}

.sidr-class-dropdown-menu li.sidr-class-menu-item-has-children.sidr-class-mega-cat>a {
	padding-right: 20px;
}

.sidr-class-dropdown-menu a i {
	font-size: inherit !important;
	vertical-align: initial !important;
	margin-right: 10px;
}

.sidr-class-dropdown-menu a i.after {
	margin-right: 0;
	margin-left: 10px;
}

.sidr-class-wpml-ls-flag {
	margin-right: 10px;
	vertical-align: baseline;
}

.oceanwp-sidr-overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .3);
	z-index: 99;
}

#mobile-menu-search, .sidr-class-woo-cart-link, .sidr-class-search-toggle-li, #sidr-id-searchform-dropdown, #sidr-id-searchform-header-replace {
	display: none;
}

.sidr-class-mobile-searchform {
	position: relative;
	margin: 30px 20px 0;
}

.sidr-class-mobile-searchform input {
	padding: 6px 45px 6px 12px !important;
	margin-top: 0 !important;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

.sidr-class-mobile-searchform button {
	display: block;
	position: absolute;
	right: 10px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	padding: 0;
	text-align: center;
	top: 50%;
	margin-top: -15px;
	background-color: rgba(0, 0, 0, 0) !important;
	color: #555;
	border: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.sidr-class-mobile-searchform button:hover {
	color: #222;
}

.sidr-class-mobile-searchform button:focus {
	outline: 1px solid;
	color: #1a1a1a;
}

.sidr-class-social-menu-inner ul {
	display: table;
	width: 100%;
	text-align: center;
	table-layout: fixed;
}

.sidr-class-social-menu-inner ul li {
	display: table-cell;
}

.sidr-class-social-menu-inner ul li a {
	display: block;
	padding: 12px 10px;
}

.admin-bar #sidr, .admin-bar .oceanwp-sidr-overlay {
	top: 32px;
	height: -webkit-calc(100% - 32px);
	height: calc(100% - 32px);
}

@media screen and (max-width: 782px) {
	.admin-bar #sidr, .admin-bar .oceanwp-sidr-overlay {
		top: 46px;
		height: -webkit-calc(100% - 46px);
		height: calc(100% - 46px);
	}
}

.ps {
	overflow: hidden !important;
	overflow-anchor: none;
	-ms-overflow-style: none;
	touch-action: auto;
	-ms-touch-action: auto;
}

.ps__rail-x {
	display: none;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	height: 15px;
	bottom: 0px;
	position: absolute;
}

.ps__rail-y {
	display: none;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	width: 15px;
	right: 0;
	position: absolute;
}

.ps--active-x>.ps__rail-x, .ps--active-y>.ps__rail-y {
	display: block;
	background-color: rgba(0, 0, 0, 0);
}

.ps:hover>.ps__rail-x, .ps:hover>.ps__rail-y, .ps--focus>.ps__rail-x, .ps--focus>.ps__rail-y, .ps--scrolling-x>.ps__rail-x, .ps--scrolling-y>.ps__rail-y {
	opacity: .6;
}

.ps .ps__rail-x:hover, .ps .ps__rail-y:hover, .ps .ps__rail-x:focus, .ps .ps__rail-y:focus, .ps .ps__rail-x.ps--clicking, .ps .ps__rail-y.ps--clicking {
	background-color: #eee;
	opacity: .9;
}

.ps__thumb-x {
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color .2s linear, height .2s ease-in-out;
	-webkit-transition: background-color .2s linear, height .2s ease-in-out;
	height: 6px;
	bottom: 2px;
	position: absolute;
}

.ps__thumb-y {
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color .2s linear, width .2s ease-in-out;
	-webkit-transition: background-color .2s linear, width .2s ease-in-out;
	width: 6px;
	right: 2px;
	position: absolute;
}

.ps__rail-x:hover>.ps__thumb-x, .ps__rail-x:focus>.ps__thumb-x, .ps__rail-x.ps--clicking .ps__thumb-x {
	background-color: #999;
	height: 11px;
}

.ps__rail-y:hover>.ps__thumb-y, .ps__rail-y:focus>.ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
	background-color: #999;
	width: 11px;
}

@supports (-ms-overflow-style: none) {
	.ps {
		overflow: auto !important;
	}
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
	.ps {
		overflow: auto !important;
	}
}

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: none;
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.flickity-button {
	position: absolute;
	background: rgba(255, 255, 255, .75);
	border: none;
	color: #333;
}

.flickity-button:hover {
	background: #fff;
	cursor: pointer;
}

.flickity-button:focus {
	outline: none;
	box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
	opacity: .6;
}

.flickity-button:disabled {
	opacity: .3;
	cursor: auto;
	pointer-events: none;
}

.flickity-button-icon {
	fill: currentColor;
}

.flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
	left: 10px;
}

.flickity-prev-next-button.next {
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: .25;
	cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
	opacity: 1;
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: rgba(0, 0, 0, 0);
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

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

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset rgba(0, 0, 0, 0);
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000;
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px)and (orientation: landscape),screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75);
	}
	
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: .8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

@media only screen and (max-width: 959px) {
	body.default-breakpoint #site-logo.has-responsive-logo .custom-logo-link {
		display: none;
	}
	
	body.default-breakpoint #site-logo.has-responsive-logo .responsive-logo-link {
		display: block;
	}
	
	body.default-breakpoint .is-sticky #site-logo.has-responsive-logo .sticky-logo-link {
		display: block;
	}
	
	body.default-breakpoint .is-sticky #site-logo.has-sticky-logo .responsive-logo-link {
		display: none;
	}
	
	body.default-breakpoint #site-header.center-header #site-logo {
		display: block;
	}
	
	body.default-breakpoint #top-bar-nav, body.default-breakpoint #site-navigation-wrap, body.default-breakpoint .oceanwp-social-menu, body.default-breakpoint .after-header-content {
		display: none;
	}
	
	body.default-breakpoint .center-logo #site-logo {
		float: none;
		position: absolute;
		left: 50%;
		padding: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	body.default-breakpoint .oceanwp-mobile-menu-icon {
		display: inline-flex;
	}
	
	body.default-breakpoint #top-bar.has-no-content #top-bar-social {
		text-align: center;
	}
	
	body.default-breakpoint #top-bar.has-no-content #top-bar-social.top-bar-left, body.default-breakpoint #top-bar.has-no-content #top-bar-social.top-bar-right {
		position: inherit;
		left: auto;
		right: auto;
		float: none;
		height: auto;
		line-height: 1.5em;
		margin-top: 0;
	}
	
	body.default-breakpoint #top-bar.has-no-content #top-bar-social li {
		float: none;
		display: inline-block;
	}
	
	body.default-breakpoint.vertical-header-style #outer-wrap {
		margin: 0 !important;
	}
	
	body.default-breakpoint #site-header.vertical-header {
		position: relative;
		width: 100%;
		left: 0 !important;
		right: 0 !important;
	}
	
	body.default-breakpoint #site-header.vertical-header .has-template>#site-logo {
		display: block;
	}
	
	body.default-breakpoint #site-header.vertical-header #site-header-inner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		padding: 0;
		max-width: 90%;
	}
	
	body.default-breakpoint #site-header.vertical-header #site-header-inner>*:not(.oceanwp-mobile-menu-icon) {
		display: none;
	}
	
	body.default-breakpoint #site-header.vertical-header #site-header-inner>* {
		padding: 0 !important;
	}
	
	body.default-breakpoint #site-header.vertical-header #site-header-inner #site-logo {
		display: block;
		margin: 0;
		width: 50%;
		text-align: left;
	}
	
	body.default-breakpoint #site-header.vertical-header #site-header-inner .oceanwp-mobile-menu-icon {
		width: 50%;
		text-align: right;
	}
	
	body.default-breakpoint #site-header.vertical-header .vertical-toggle {
		display: none;
	}
	
	body.default-breakpoint .is-sticky #site-header.vertical-header {
		position: fixed;
		height: auto;
	}
	
	body.default-breakpoint.vh-closed .vertical-toggle {
		display: none;
	}
	
	body.default-breakpoint .owp-cart-overlay {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.hide-tablet-mobile {
		display: none !important;
	}
}

@media only screen and (max-width: 480px) {
	.hide-mobile {
		display: none !important;
	}
}

@media only screen and (min-width: 481px)and (max-width: 767px) {
	.hide-tablet {
		display: none !important;
	}
}

/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/
:root {
	--scrnWidth: 100vw;
	--scrnHidth: 100vh;
	--containerWidth: 1140px;
	--size: 1rem;
}

.elementor-section.elementor-section-boxed>.elementor-container, body .container {
	width: 100% !important;
	max-width: var(--containerWidth) !important;
	padding-left: 20px;
	padding-right: 20px;
}

.elementor-section.elementor-section-boxed>.elementor-container .elementor-container, body .container .container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

html {
	font-size: var(--size);
}

body, p, li, h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif !important;
}

p:last-child, li:last-child {
	margin: 0;
}

i.fa {
	font-weight: normal;
	font-family: "Fontawesome";
}

header#site-header {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	padding: 16px 0 16px;
	transition: all .5s ease-in-out;
}

.scroll-down header#site-header {
	transform: translateY(0);
}

.scroll-up header#site-header {
	padding: 14px 0 14px;
	background: #fff !important;
	box-shadow: 0 0 6px rgba(0, 0, 0, 12%);
}

header#site-header div#site-header-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

header#site-header div#site-header-inner:after {
	display: none;
}

header#site-header div#site-logo a {
	color: rgba(0, 0, 0, .9);
	font-size: 20px;
	font-weight: 400;
}

header#site-header div#site-logo img.custom-logo {
	width: auto;
	max-height: 32px;
	opacity: 1;
}

.scroll-up header#site-header div#site-logo a, .scroll-down header#site-header div#site-logo a {
	color: #000 !important;
}

header#site-header .after-header-content {
	order: 1;
}

header#site-header div#site-navigation-wrap {
	position: static;
}

header#site-header .after-header-content-inner, header#site-header div#site-logo-inner {
	height: auto;
}

header#site-header nav#site-navigation ul#menu-header-menu>li {
	position: static;
}

header#site-header nav#site-navigation ul#menu-header-menu>li.menu-hide {
	display: none;
}

header#site-header nav#site-navigation>ul#menu-header-menu>li>a {
	margin: 0 18px;
}

header#site-header nav#site-navigation ul#menu-header-menu li a {
	padding: 8px 0px;
	font-size: 14px;
	color: #37383c;
	line-height: normal;
	border-bottom: 2px solid transparent;
	letter-spacing: normal;
	font-weight: 500;
}

header#site-header nav#site-navigation ul#menu-header-menu li a:hover {
	color: #0070e1 !important;
}

header#site-header nav#site-navigation ul#menu-header-menu li.current-menu-item a {
	color: #0070e1 !important;
}

header#site-header .after-header-content .btn {
	line-height: normal;
	padding: 9px 20px;
	font-weight: 500;
	color: #fff;
	border-radius: 8px;
	background: 0 0;
	border: 1px solid #508bff;
	position: relative;
	overflow: hidden;
	vertical-align: top;
}

header#site-header .after-header-content .btn .effect {
	position: absolute;
	display: block;
	width: 225%;
	height: 562.5px;
	border-radius: 8px;
	background-color: #508bff;
	background-image: linear-gradient(140deg, #3ecaff 0, #1f6bff 100%);
	transition: width .5s ease-in-out, height .5s ease-in-out;
	transform: translate(-50%, -50%);
	z-index: -1;
	left: 50%;
	top: 50%;
}

header#site-header .after-header-content .btn:hover .effect {
	width: 0;
	height: 0;
}

header#site-header .after-header-content .btn:hover {
	color: #508bff;
}

header#site-header .after-header-content .btn img {
	margin-right: 13px;
}

header#site-header .after-header-content .btn .blue {
	display: none;
}

header#site-header .after-header-content .btn:hover .white {
	display: none;
}

header#site-header .after-header-content .btn:hover .blue {
	display: inline-block;
}

header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu {
	max-width: 90% !important;
	left: 0 !important;
	right: 0 !important;
	margin: 0 auto !important;
	top: 41px;
	padding: 15px 0 0;
	border-top: 0;
	box-shadow: none;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	width: 876px;
	background: 0 0;
	min-width: 250px !important;
	display: block !important;
	opacity: 0 !important;
	visibility: hidden !important;
	transition: all .3s ease-in-out;
}

header#site-header nav#site-navigation ul#menu-header-menu>li:hover ul.megamenu {
	opacity: 1 !important;
	visibility: visible !important;
}

header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu .megamenu-wrap {
	background: #fff;
	position: relative;
}

header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu .megamenu-wrap:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -23px;
	border-width: 12px;
	border-style: solid;
	border-color: transparent transparent #fff;
	transform: translateX(-50%);
	z-index: 1;
}

header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu .megamenu-wrap .row {
	display: grid;
	grid-gap: 0;
	grid-template-columns: repeat(3, 1fr);
	letter-spacing: -.3px;
	border-top: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
	padding: 0 0 75px;
	position: relative;
}

header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu .megamenu-wrap .row li {
	width: 100%;
	border: none;
}

header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu .megamenu-wrap .row>li:first-child::-webkit-scrollbar {
	border-radius: 6px;
	width: 3px;
	background-color: initial;
}

header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu .megamenu-wrap .row>li:first-child::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background-color: #dddbdb;
}

header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu .megamenu-wrap .row>li:first-child::-webkit-scrollbar-track {
	border-radius: 6px;
	box-shadow: none;
	background-color: initial;
}

header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu .megamenu-wrap .row>li.all-menu-btn {
	position: absolute;
	border: none;
	bottom: 15px;
	left: 50%;
	width: auto;
	transform: translateX(-50%);
}

header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu .megamenu-wrap .row>li.all-menu-btn a {
	line-height: normal;
	padding: 9px 20px;
	font-weight: 500;
	color: #fff !important;
	border-radius: 100px;
	background: 0 0;
	border: 1px solid #508bff;
	position: relative;
	overflow: hidden;
}

header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu .megamenu-wrap .row>li.all-menu-btn a .effect {
	position: absolute;
	display: block;
	width: 225%;
	height: 562.5px;
	border-radius: 50%;
	background-color: #508bff;
	background-image: linear-gradient(140deg, #3ecaff 0, #1f6bff 100%);
	transition: width .5s ease-in-out, height .5s ease-in-out;
	transform: translate(-50%, -50%);
	z-index: -1;
	left: 50%;
	top: 50%;
}

header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu .megamenu-wrap .row>li.all-menu-btn a:hover .effect {
	width: 0;
	height: 0;
}

header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu .megamenu-wrap .row>li.all-menu-btn a:hover {
	color: #508bff !important;
}

header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu .megamenu-wrap .widget_nav_menu .widget-title {
	border: none;
	padding: 20px 20px 0;
	font-size: 15px;
	letter-spacing: inherit;
	text-transform: none;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 8px;
}

header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu .megamenu-wrap .row li {
	width: 100%;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu li a {
	font-weight: 500;
	white-space: normal;
	font-size: 15px;
	padding: 8px 20px;
	overflow: hidden;
	margin: 0;
	display: block;
	border: none;
	color: #212529 !important;
	line-height: 1.7;
	height: 100%;
	transition: all .3s;
}

header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu li a:hover {
	color: #16181b !important;
	background: #e9ecef;
}

header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu li.current-menu-item a {
	color: #fff !important;
	background: #007bff;
}

header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu li a .text-wrap span:first-child:after {
	content: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/right-arrow-blue.png");
	display: inline-block;
	position: relative;
	transform: scale(.9);
	left: 100%;
	top: 1px;
	transition: all .6s ease;
}

header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu li a:hover .text-wrap span:first-child:after {
	left: 2%;
}

header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu li.current-menu-item a .text-wrap span:first-child:after {
	filter: brightness(0) invert(1);
}

header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu li a .text-wrap span:last-child {
	display: block;
	font-weight: 400;
	color: #9a9a9a;
	font-size: 13px;
	line-height: 1.5;
}

header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu li.current-menu-item a .text-wrap span:last-child {
	color: #fff;
	opacity: .7;
}

header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu .widget_custom_html {
	padding: 0 15px;
	margin-top: 15px;
}

header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu .widget_custom_html .widget-title {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: inherit;
	text-transform: none;
	line-height: 1.2;
	border: none;
	padding: 0;
}

header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu .textwidget {
	color: #212529;
	text-align: left;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}

header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu .textwidget p:not(:last-child) {
	margin-bottom: 16px;
}

header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu .textwidget ul li {
	position: relative;
	margin: 0 0 15px;
	list-style: none;
	padding-left: 28px;
	font-size: 16px;
}

header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu .textwidget ul li:last-child {
	margin: 0;
}

header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu .textwidget ul li:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 16px;
	height: 16px;
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/check-round.svg") no-repeat center;
	background-size: contain;
}

header#site-header div#site-logo {
	display: table !important;
}

header#site-header div#site-navigation-wrap {
	width: auto;
}

header#site-header nav#site-navigation ul#menu-header-menu .hire-submenu ul.megamenu .megamenu-wrap .row {
	padding: 0;
}

header#site-header nav#site-navigation ul#menu-header-menu .hire-submenu ul.megamenu .megamenu-wrap .row li {
	border: none;
}

header#site-header nav#site-navigation ul#menu-header-menu .hire-submenu ul.megamenu .megamenu-wrap .row li .text-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

header#site-header nav#site-navigation ul#menu-header-menu .hire-submenu ul.megamenu .megamenu-wrap .row li .text-wrap .menu-image {
	padding: 0;
	width: 28px;
	height: auto;
}

header#site-header nav#site-navigation ul#menu-header-menu .hire-submenu ul.megamenu .megamenu-wrap .row li .text-wrap .menu-image-title {
	width: calc(100% - 28px);
	padding-left: 15px;
}

header#site-header nav#site-navigation ul#menu-header-menu .hire-submenu ul.megamenu .megamenu-wrap .row li .text-wrap .menu-image-title span:first-child {
	font-size: 15px;
	font-weight: 500;
	color: #212529;
	line-height: normal;
	margin: 0 0 2px;
	display: block;
}

header#site-header nav#site-navigation ul#menu-header-menu .hire-submenu ul.megamenu li a {
	padding: 12px 20px;
}

header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu li a:hover {
	background: rgba(31, 107, 255, .07);
}

header#site-header nav#site-navigation ul#menu-header-menu>li.dropdown>a:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 28px;
	border-width: 12px;
	border-style: solid;
	border-color: transparent transparent #fff;
	transform: translateX(-50%);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .18));
	transition: all .3s ease-in-out;
	display: none !important;
}

header#site-header nav#site-navigation ul#menu-header-menu>li.dropdown:hover>a:after {
	opacity: 1;
	visibility: visible;
}

header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu .megamenu-wrap:before {
	display: none;
}

header#site-header nav#site-navigation ul#menu-header-menu .service-submenu ul.megamenu .megamenu-wrap .row, header#site-header nav#site-navigation ul#menu-header-menu .hire-submenu ul.megamenu .megamenu-wrap .row {
	grid-gap: 15px 30px;
	grid-template-columns: repeat(3, 1fr);
	border: none;
	width: 72%;
	position: relative;
	padding-bottom: 50px;
}

header#site-header nav#site-navigation ul#menu-header-menu .hire-submenu ul.megamenu .megamenu-wrap .row:after {
	content: "Hire us, cause we are simply too awesome!";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	font-size: 25px;
	text-align: center;
	width: 100%;
	font-weight: 600;
	color: #2c3a46;
}

header#site-header nav#site-navigation ul#menu-header-menu .service-submenu ul.megamenu .megamenu-wrap, header#site-header nav#site-navigation ul#menu-header-menu .hire-submenu ul.megamenu .megamenu-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 35px 40px;
	border-radius: 20px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

header#site-header nav#site-navigation ul#menu-header-menu .service-submenu ul.megamenu .megamenu-wrap {
	z-index: 9;
}

header#site-header nav#site-navigation ul#menu-header-menu .hire-submenu ul.megamenu .megamenu-wrap:before {
	content: "";
	width: 26%;
	display: block;
	margin: 0;
	border: none;
	transform: none;
	position: static;
	padding: 0;
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/man-on-rocket.png") no-repeat center;
	background-size: contain;
	height: 270px;
	margin-top: -50px;
	margin-left: -30px;
	filter: saturate(1.1) drop-shadow(0 5px 4px rgba(0, 0, 0, .22));
	animation: rocket 3s ease-in-out infinite alternate;
}

@keyframes rocket {
	from {
		transform: translateY(0);
	}
	
	to {
		transform: translateY(15px);
	}
}

header#site-header nav#site-navigation ul#menu-header-menu .service-submenu ul.megamenu li a, header#site-header nav#site-navigation ul#menu-header-menu .hire-submenu ul.megamenu li a {
	padding: 0 16px;
	position: relative;
	line-height: normal;
	color: #646464 !important;
	font-weight: 300;
	height: auto;
	background: transparent;
	transition: all .3s ease-in-out;
}

header#site-header nav#site-navigation ul#menu-header-menu .service-submenu ul.megamenu li a:hover, header#site-header nav#site-navigation ul#menu-header-menu .hire-submenu ul.megamenu li a:hover {
	color: #0070e1 !important;
	background: transparent;
}

header#site-header nav#site-navigation ul#menu-header-menu.dropdown-menu .sub-menu {
	top: 90%;
	left: auto;
	border: 1px solid #13aff0;
	border-radius: 8px;
	overflow: hidden;
}

header#site-header nav#site-navigation ul#menu-header-menu.dropdown-menu .sub-menu li a {
	padding: 12px 18px !important;
	color: #37383c !important;
	display: flex;
	align-items: center;
	min-height: 60px;
}

.menu-image-title-after.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, .menu-image-title-before.menu-image-title {
	width: 36px;
	height: auto;
}

header#site-header nav#site-navigation ul#menu-header-menu.dropdown-menu .sub-menu li a:hover {
	background: #ebf1ff;
}

header#site-header nav#site-navigation ul#menu-header-menu.dropdown-menu .sub-menu li.current-menu-item a, header#site-header nav#site-navigation ul#menu-header-menu.dropdown-menu .sub-menu li a:hover {
	background: #ebf1ff;
	color: #0070e1 !important;
	border-color: transparent !important;
}

header#site-header nav#site-navigation ul#menu-header-menu .service-submenu ul.megamenu li a:before, header#site-header nav#site-navigation ul#menu-header-menu .hire-submenu ul.megamenu li a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 7px;
	width: 8px;
	height: 8px;
	border-radius: 2px;
	border: 1px solid #cdcdcd;
	background: #fff;
	transition: inherit;
}

header#site-header nav#site-navigation ul#menu-header-menu .service-submenu ul.megamenu li a:hover:before, header#site-header nav#site-navigation ul#menu-header-menu .hire-submenu ul.megamenu li a:hover:before {
	border-color: #0070e1;
	background: #0070e1;
}

header#site-header nav#site-navigation ul#menu-header-menu .service-submenu ul.megamenu, header#site-header nav#site-navigation ul#menu-header-menu .hire-submenu ul.megamenu {
	width: 100% !important;
	max-width: 1110px !important;
	left: 50% !important;
	transform: translateX(-50%);
}

header#site-header nav#site-navigation ul#menu-header-menu>li.dropdown>a i {
	transition: all .3s ease-in-out;
}

header#site-header nav#site-navigation ul#menu-header-menu>li.dropdown:hover>a i {
	transform: rotate(-180deg);
}

header#site-header nav#site-navigation ul#menu-header-menu .service-submenu ul.megamenu .megamenu-wrap .row {
	padding-bottom: 0;
	padding-top: 60px;
	grid-template-columns: repeat(2, 1fr);
	width: calc(100% - 400px);
}

header#site-header nav#site-navigation ul#menu-header-menu .service-submenu ul.megamenu .megamenu-wrap .row:before {
	content: "Services that we provide!";
	position: absolute;
	left: 43%;
	top: 0;
	transform: translateX(-50%);
	font-size: 25px;
	text-align: center;
	width: 100%;
	font-weight: 600;
	color: #2c3a46;
	display: block;
}

header#site-header nav#site-navigation ul#menu-header-menu .service-submenu ul.megamenu .megamenu-wrap .row li {
	border: none;
}

#serv-drop {
	margin-top: -30px;
	margin-right: -22px;
	margin-bottom: -30px;
}

#serv-drop img {
	width: 350px;
	display: block;
	height: 270px;
	object-fit: cover;
	object-position: center;
	border-radius: 15px;
}

header#site-header nav#site-navigation ul#menu-header-menu .service-submenu ul.megamenu li a .menu-image {
	padding: 0;
	display: none;
}

header#site-header nav#site-navigation ul#menu-header-menu .service-submenu ul.megamenu li a .text-wrap .menu-image-title {
	padding: 0;
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
}

header#site-header nav#site-navigation ul#menu-header-menu .service-submenu ul.megamenu li.current-menu-item a .text-wrap span:last-child {
	color: inherit;
	opacity: 1;
}

header.page-header {
	display: none;
}

section#banner {
	min-height: 100vh;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}

section#banner .ban-bef {
	position: absolute;
	left: -15%;
	top: -50%;
	width: 1000px;
	height: 1000px;
	border-radius: 50%;
	background: #fff;
	transform-origin: top left;
	opacity: .54;
	z-index: -1;
}

section#banner .image-sec>.elementor-widget-wrap {
	transform: scale(.7);
}

section#banner div#image-sec .elementor-widget-image {
	margin: 0;
}

section#banner .sec-btn {
	width: auto;
}

section#banner .sec-btn.no-mar {
	margin: 0;
}

section#banner .elementor-inner-section .elementor-inner-column .elementor-widget-image {
	opacity: 0;
	transition: all .8s ease;
}

section#banner .elementor-inner-section .elementor-inner-column .elementor-widget-image.move-left {
	transform: translateX(-40px);
}

section#banner .elementor-inner-section .elementor-inner-column .elementor-widget-image.move-up {
	transform: translateY(-40px);
}

section#banner .elementor-inner-section .elementor-inner-column .elementor-widget-image.move-down {
	transform: translateY(40px);
}

section#banner .elementor-inner-section .elementor-inner-column .elementor-widget-image.move-right {
	transform: translateX(40px);
}

section#banner .elementor-inner-section .elementor-inner-column.slick-active .elementor-widget-image {
	transform: none;
	opacity: 1;
}

section#banner .elementor-inner-section .elementor-inner-column .big-circle {
	position: absolute;
	left: 30px;
	top: -30px;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	background: #dce8ff;
	z-index: -1;
}

section#banner .elementor-inner-section .slick-track {
	display: flex;
	align-items: center;
}

section#banner .elementor-inner-section .elementor-inner-column.cut-col .elementor-widget-wrap {
	margin-top: -50px;
}

section#banner .elementor-inner-section .elementor-inner-column.cut-col .elementor-widget-image:nth-child(1) img {
	width: auto;
	max-height: 530px;
}

section#banner .elementor-inner-section .elementor-inner-column.cut-col .elementor-widget-image:nth-child(2) img {
	width: auto;
	max-height: 550px;
}

section#banner .elementor-inner-section .elementor-inner-column.cut-col .elementor-widget-image:nth-child(3) img {
	width: auto;
	max-height: 520px;
}

section#banner .elementor-inner-section .elementor-inner-column.cut-col .big-circle {
	top: 0;
	left: 70px;
}

section#banner .elementor-inner-section .elementor-inner-column.cut-col .circle-mask {
	position: absolute;
	left: 70px;
	top: 275px;
	width: 400px;
	height: 137px;
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/circle-mask.png") no-repeat bottom center;
	z-index: 5;
	background-size: cover;
	clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%);
}

section#banner .elementor-inner-section .elementor-inner-column.cut-col .circle-mask.nitro-lazy {
	background-image: none !important;
}

section#client {
	max-width: 580px;
}

section#client .elementor-widget-image {
	width: 100%;
	min-height: 100px;
	text-align: center;
	padding: 20px;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

section#client .elementor-widget-image:last-child {
	border-bottom: none;
}

section#client .elementor-widget-image img {
	filter: grayscale(100%);
	opacity: .7;
	max-width: 120px;
	max-height: 57px;
	width: 100%;
	transition: all .3s;
}

section#client .elementor-widget-image:hover img {
	filter: grayscale(0);
	opacity: 1;
}

section#client .slick-list {
	padding-bottom: 70px;
}

section#client button.slick-arrow {
	position: absolute;
	display: flex;
	left: calc(50% - 55px);
	bottom: 0;
	z-index: 1;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	-webkit-appearance: none;
	outline: 0;
	color: #000;
	background: 0 0;
	border: 1px solid #000;
	font-size: 20px;
	transition: all .3s ease;
}

section#client button.slick-arrow.next-arrow {
	left: auto;
	right: calc(50% - 55px);
}

.animate-elm {
	position: absolute;
	z-index: -1;
	transition: all 1s;
}

section#trust .one {
	left: -50%;
	top: -100%;
}

section#trust .two {
	right: -50%;
	top: -100%;
}

section#trust .three {
	right: -20%;
	top: 45px;
}

section#trust.go .one {
	left: -60px;
	top: 60px;
}

section#trust.go .two {
	right: -180px;
	top: 30px;
}

section#trust.go .three {
	right: -115px;
	top: 45px;
}

section#s-btn .elementor-widget-button {
	margin-bottom: 60px;
}

section#s-btn .elementor-widget-button:last-child {
	margin-bottom: 0;
}

section#s-btn .elementor-widget-button a {
	font-family: Poppins, sans-serif;
	font-size: 22px;
	text-align: left;
	padding: 0;
	background: 0 0;
	border-radius: 0;
	font-weight: 300;
	color: #fff;
	line-height: 1.5;
	height: 66px;
	overflow: hidden;
	transition: all .3s;
}

section#s-btn .elementor-widget-button a:hover {
	padding-left: 6px;
}

section#s-btn .elementor-widget-button a img {
	margin-left: 15px;
	opacity: 1;
	transition: all .3s;
}

section#s-btn .elementor-widget-button a:hover img {
	opacity: 0;
}

section#s-btn {
	max-width: 95%;
}

section#look .animate-elm {
	transform: scale(.8);
}

section#look .one {
	left: 55%;
	top: -100%;
	transform-origin: top right;
}

section#look .two {
	left: 4%;
	top: -100%;
	transform-origin: top left;
}

section#look .three {
	left: 4%;
	bottom: -100%;
	transform-origin: bottom left;
}

section#look .four {
	right: -100%;
	bottom: 0;
	transform-origin: bottom right;
	max-width: 300px;
}

section#look.go .one {
	left: 55%;
	top: 0;
}

section#look.go .two {
	left: 4%;
	top: 0;
}

section#look.go .three {
	left: 4%;
	bottom: 0;
}

section#look.go .four {
	right: -15px;
	bottom: 0;
}

section#look, section#trust {
	overflow: hidden;
}

section#idea .elementor-widget-image img {
	filter: grayscale(1);
	transition: all .3s;
}

section#idea.go .elementor-widget-image img {
	filter: grayscale(0);
}

.sec-btn.elementor-widget-button a {
	background: 0 0;
	border-color: #508bff;
	box-shadow: 0 9px 6.5px rgba(0, 153, 255, 11%);
	border-radius: 8px;
	padding: 10px 28px;
	font-size: 16px;
	font-family: Poppins, sans-serif;
	line-height: 1.5;
	font-weight: 500;
	border-style: solid;
	overflow: hidden;
	position: relative;
	z-index: 99;
	border-width: 1px;
	cursor: pointer;
	pointer-events: all;
}

.sec-btn.elementor-widget-button a .effect {
	position: absolute;
	display: block;
	width: 225%;
	height: 562.5px;
	border-radius: 8px;
	background-color: #508bff;
	background-image: linear-gradient(140deg, #3ecaff 0, #1f6bff 100%);
	transition: width .5s ease-in-out, height .5s ease-in-out;
	transform: translate(-50%, -50%);
	z-index: -1;
	left: 50%;
	top: 50%;
	pointer-events: none;
}

.sec-btn.elementor-widget-button a:hover .effect {
	width: 0;
	height: 0;
}

.sec-btn.elementor-widget-button a:hover {
	color: #508bff;
}

.sec-btn.elementor-widget-button.black-btn a {
	border-color: #292940;
	color: #292940;
	box-shadow: 0 9px 6.5px rgba(0, 0, 0, 6%);
}

.sec-btn.elementor-widget-button.black-btn a .effect {
	width: 0;
	height: 0;
}

.sec-btn.elementor-widget-button.black-btn a:hover .effect {
	width: 225%;
	height: 562.5px;
}

.sec-btn.elementor-widget-button.black-btn a:hover {
	color: #fff !important;
	border-color: #508bff !important;
}

.sec-btn.elementor-widget-button.black-btn a img:nth-child(1), .sec-btn.elementor-widget-button.black-btn a img:nth-child(2) {
	display: none !important;
}

.sec-btn.outline.elementor-widget-button a {
	color: #508bff;
	border-color: #508bff;
	box-shadow: none;
}

.sec-btn.outline.elementor-widget-button a:hover {
	color: #fff;
}

.sec-btn.outline.elementor-widget-button a .effect {
	width: 0;
	height: 0;
}

.sec-btn.outline.elementor-widget-button a:hover .effect {
	width: 225%;
	height: 562.5px;
}

section#banner .elementor-inner-section .elementor-inner-column .elementor-widget-wrap {
	display: flex;
	flex-wrap: wrap;
}

section#banner .elementor-inner-section .elementor-widget-button {
	width: auto;
}

section#banner .elementor-inner-section .elementor-widget-button:first-child {
	margin-right: 20px;
}

section#banner ul.slick-dots {
	margin: 0;
	list-style: none;
	position: absolute;
	left: -11%;
	top: 50%;
	transform: translateY(-50%);
}

section#banner ul.slick-dots>li {
	margin: 0 0 20px;
}

section#banner ul.slick-dots>li:last-child {
	margin: 0;
}

section#banner ul.slick-dots>li button {
	-webkit-appearance: none;
	display: block;
	width: 10px;
	height: 10px;
	font-size: 0;
	padding: 0;
	border: none;
	background: #3ecaff;
	border-radius: 50%;
	opacity: .3;
	transition: all .3s ease;
}

section#banner ul.slick-dots>li.slick-active button {
	background: #1f6bff;
	opacity: 1;
}

section#banner .elementor-inner-section>.elementor-container {
	display: block;
	width: 100%;
}

section#banner .elementor-inner-section .elementor-inner-column {
	width: 100%;
}

.banner-nav p {
	color: #717d92;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0;
}

section#banner .elementor-inner-section .slick-list {
	padding: 40px 0;
	overflow: visible;
}

.change-text {
	list-style: none;
	margin: 0;
	margin-top: -8px;
	position: relative;
	min-height: 78px;
}

.change-text li {
	line-height: 1.3em;
	cursor: pointer;
	transform-style: preserve-3d;
	perspective: 100px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .1s ease;
}

.change-text li.active {
	opacity: 1;
}

.char {
	color: transparent;
}

.char:before {
	content: atr(data-char);
	visibility: visible !important;
	color: #092439;
	transition: transform .5s ease-in-out !important;
	transition-delay: calc(.1s * var(--distance-percent)) !important;
	transform-origin: bottom;
}

.change-text li.slick-active .char:before {
	transition-timing-function: cubic-bezier(1, .01, .56, 1);
}

.change-text li .char:nth-child(odd):before {
	transform: rotateX(90deg) scaleY(0);
}

.change-text li .char:nth-child(even):before {
	transform: rotateX(-90deg) scaleY(0);
}

.change-text li.active .char:nth-child(odd):before {
	transform: none;
}

.change-text li.active .char:nth-child(even):before {
	transform: none;
}

.sec-btn.elementor-widget-button a img {
	width: auto;
	height: 12px;
	margin-left: 10px;
	display: inline-block;
	opacity: 1;
}

.sec-btn.elementor-widget-button a .blue {
	display: none;
}

.sec-btn.elementor-widget-button a:hover .white {
	display: none;
}

.sec-btn.elementor-widget-button a:hover .blue {
	display: inline-block;
}

.sec-btn.outline.elementor-widget-button a .white {
	display: none;
}

.sec-btn.outline.elementor-widget-button a .blue {
	display: inline-block;
}

.sec-btn.outline.elementor-widget-button a:hover .blue {
	display: none;
}

.sec-btn.outline.elementor-widget-button a:hover .white {
	display: inline-block;
}

.concept-list {
	padding: 0;
	position: relative;
	margin: 0;
	padding-bottom: 20px;
	list-style: none;
	display: flex;
	align-items: flex-start;
}

.concept-list:before {
	content: "";
	position: absolute;
	width: 410px;
	height: 1px;
	background-color: #707070;
	top: 26px;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.concept-list li {
	position: relative;
	background-color: #e6ebff;
	padding: 12px 28px;
	cursor: pointer;
	border-radius: 99px;
	font-size: 18px;
	color: #092439;
	margin-right: 20px;
	border: 1px solid #5c6a81;
	line-height: normal;
}

.concept-list li:last-child {
	margin-right: 0;
}

.concept-list li.active, .concept-list li:hover {
	background-color: #1f6bff;
	border-color: #1f6bff;
	color: #fff;
}

.concept-list li.active:after, .concept-list li:hover:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(31, 107, 255, 0);
	border-top-color: #1f6bff;
	border-width: 10px;
	margin-left: -10px;
}

section#creation .one {
	top: 13%;
	left: 32%;
	opacity: 0;
}

section#creation .one.bounceIn {
	opacity: 1;
}

section#creation .two {
	bottom: 70%;
	right: 0;
	opacity: 0;
}

section#creation.go .two {
	bottom: 20%;
	opacity: 1;
}

.fea-col .fea-col-in {
	background-color: #e0ebfe;
	min-height: 280px;
	margin: 0;
	padding: 0 15px 30px;
	border-radius: 13px;
	display: block;
	color: #324351;
	transform: scale(.9);
	transition: transform .3s cubic-bezier(.4, 0, .2, 1);
	transform-origin: bottom center;
	text-align: center;
}

.fea-col.slick-center .fea-col-in {
	transform: scale(1);
	background-color: #fff;
	box-shadow: 0 26px 33px rgba(0, 0, 0, 29%);
}

.fea-col .fea-col-in img {
	max-width: 150px;
	margin: -50px auto 0;
	display: inline-block;
}

.fea-col .fea-col-in h2.title_text {
	font-size: 22px;
	min-height: 52px;
	margin: 15px 0 10px;
}

.fea-col .fea-col-in .entry-content {
	font-size: 16px;
	line-height: 1.5em;
	color: #324351;
}

.fea-row {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.fea-row .slick-list {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.fea-row button.slick-arrow, .trust-us button.slick-arrow {
	top: auto;
	position: absolute;
	left: calc(50% + 30px);
	bottom: -30px;
	width: 44px;
	height: 44px;
	border: 1.5px solid #fff;
	border-radius: 50%;
	background: 0 0;
	color: #fff;
	fill: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	z-index: 9;
	font-size: 15px;
	transform: translateX(-50%);
	transition: all .5s;
}

.projects-section button.slick-arrow, .growth-slider button.slick-arrow, .clutch-story-slider button.slick-arrow, .prompt-card-row button.slick-arrow {
	position: absolute;
	width: 44px;
	height: 44px;
	border: 1.5px solid #fff;
	border-radius: 50%;
	background: 0 0;
	color: #fff;
	fill: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	z-index: 9;
	font-size: 15px;
	transition: all .5s;
}

.growth-slider button.slick-arrow {
	top: -100px;
}

.projects-section button.slick-arrow {
	bottom: -100px;
}

.fea-row button.slick-arrow:hover, .trust-us button.slick-arrow:hover, .projects-section button.slick-arrow:hover, .growth-slider button.slick-arrow:hover, .prompt-card-row button.slick-arrow:hover {
	background: #fff;
	color: #000;
	fill: #000;
}

.arrow-dark button.slick-arrow {
	color: #000;
	fill: #fff;
	border-color: #000;
}

.arrow-dark button.slick-arrow:hover {
	background: #000;
	color: #fff;
	fill: #000;
}

.arrow-center-bottom button.slick-arrow {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -70px;
}

.arrow-center-bottom button.slick-arrow.prev-arrow {
	margin-left: -30px;
}

.arrow-center-bottom button.slick-arrow.next-arrow {
	margin-left: 30px;
}

section#profit>.elementor-container {
	height: 160px;
}

section#profit .elementor-top-column>.elementor-widget-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

section#profit .badge-one {
	margin: 0 30px 0 0;
	width: auto;
	position: relative;
	top: 30px;
}

section#profit .badge-one img {
	max-width: 190px;
}

section#profit .elementor-widget-shortcode {
	width: calc(100% - 220px);
}

.aw-col h2.title_text {
	font-size: 30px;
	padding: 5px 0;
	color: #fff;
	font-weight: 500;
	margin: 0;
	flex-grow: 1;
	line-height: 1.2em;
}

section#profit .elementor-top-column:last-child>.elementor-widget-wrap {
	justify-content: space-between;
}

section#profit .clutch-logo {
	width: auto;
	margin: 0;
}

section#profit .sec-btn {
	width: auto;
}

section#profit .elementor-top-column:first-child {
	position: relative;
}

section#profit .elementor-top-column:first-child:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100px;
	background-color: #65658d;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.test-row {
	padding-bottom: 50px;
}

.award-title {
	width: calc(100% - 230px) !important;
}

.award-title h2 {
	font-size: 30px !important;
	padding: 5px 0 !important;
	color: #fff !important;
	font-weight: 500 !important;
	margin: 0 !important;
	flex-grow: 1;
	line-height: 1.2em !important;
}

@media (max-width: 1600px) {
	.award-title h2 {
		font-size: 22px !important;
	}
}

@media (min-width: 1024px) {
	.fancybox__slide {
		padding: 0px 100px;
	}
}

.test-col .test-col-in {
	max-width: 540px;
	position: relative;
	margin: 0 0 0 auto;
	padding-left: 60px;
	padding-top: 10px;
}

.test-col .test-col-in:before {
	content: "";
	background-image: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/quote-left.svg");
	background-repeat: no-repeat;
	width: 51px;
	height: 36px;
	position: absolute;
	left: 0;
	top: 0;
}

.test-col .entry-content {
	font-size: 25px;
	color: #2c3a46;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 10px;
}

.test-col .test-head {
	display: flex;
	align-items: center;
	margin-top: 20px;
	flex-wrap: wrap;
}

.test-col .test-head img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-right: 16px;
}

.test-col .test-head h2.title_text {
	font-size: 18px;
	font-weight: 300;
	color: #324351;
	margin: 0;
}

.test-row button.slick-arrow {
	position: absolute;
	display: flex;
	left: 65px;
	bottom: -30px;
	z-index: 1;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	-webkit-appearance: none;
	outline: 0;
	color: #000;
	background: 0 0;
	border: 1px solid #000;
	font-size: 20px;
	transition: all .3s ease;
}

.test-row button.slick-arrow.next-arrow {
	left: 125px;
}

.test-row button.slick-arrow:hover {
	background: #000;
	color: #fff;
}

section#customers {
	position: relative;
	overflow: hidden;
}

section#customers .one {
	bottom: 0;
	left: 3%;
	transform: scale(0);
	transform-origin: bottom left;
}

section#customers.go .one {
	transform: scale(.8);
}

section#customers .two {
	right: -130px;
	bottom: -110px;
	z-index: -2;
	transform: scale(0);
	transform-origin: bottom right;
}

section#customers.go .two {
	transform: scale(.8);
}

section#customers .three {
	transform: scale(0);
	transform-origin: bottom right;
	top: -50px;
	right: -32px;
	z-index: 9;
}

section#customers.go .three {
	transform: scale(.8);
}

.elementor-element.animate-elm.elementor-widget__width-auto.elementor-absolute.elementor-widget.elementor-widget-image {
	margin: 0;
	z-index: -1;
	transition: none;
}

section#customers .animate-elm.elementor-widget-image {
	transform: scale(.8);
}

section#data {
	overflow: hidden;
	position: relative;
}

section#data .elementor-widget-image img {
	max-width: 450px;
}

section#comp .elementor-inner-column>.elementor-widget-wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 12px;
}

section#comp .elementor-widget-counter {
	margin: 0;
	background: #fff;
	border-radius: 23px;
	padding: 30px;
	min-height: 180px;
	transition: all .5s ease;
}

section#comp:hover .elementor-widget-counter {
	transform: scale(.96);
}

section#comp .elementor-widget-counter:hover {
	z-index: 1;
	transform: scale(1.04);
}

section#comp .elementor-widget-counter .elementor-counter-number-wrapper:empty {
	display: none;
}

section#comp .elementor-widget-counter .elementor-counter-number-wrapper {
	font-size: 50px;
	font-weight: 700;
	color: #7fa6f5;
	margin: 0;
	font-family: Poppins, sans-serif;
	margin-bottom: 10px;
	transition: all .3s ease;
}

section#comp .elementor-widget-counter .elementor-counter-title {
	font-size: 22px;
	font-weight: 400;
	color: #092439;
	text-align: left;
	line-height: 1.2;
	font-family: Poppins, sans-serif;
	transition: all .3s ease;
}

section#comp .elementor-widget-counter .elementor-widget-container {
	display: flex;
	justify-content: center;
}

div#form-col>.elementor-widget-wrap {
	position: relative;
	max-width: 500px;
	background-color: #fff;
	border-radius: 15px;
	padding: 30px;
	box-shadow: 9px 25px 45px rgba(0, 0, 0, 16%);
}

div#full-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div#f-col, div.f-col {
	width: 100%;
}

div#h-col, div.h-col {
	width: 48.5% !important;
}

div#h-h-col, div.h-h-col {
	width: 32% !important;
}

div#f-col, div#h-col, div#h-h-col, div.f-col, div.h-col, div.h-h-col {
	margin-bottom: 16px;
}

.intl-tel-input {
	width: 100%;
}

div#full-form .form-control {
	min-height: 46px;
	font-size: 16px;
	border: 1px solid #a0c2ec;
	border-radius: 6px;
	resize: none;
	margin: 0;
	width: 100%;
	font-family: Poppins, sans-serif;
	line-height: 1.5;
	color: #495057;
	padding: 6px 12px;
	font-weight: 400;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

div#full-form select.form-control {
	-webkit-appearance: none;
	background: #fff url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'4\' height=\'5\' viewBox=\'0 0 4 5\'%3e%3cpath fill=\'%23343a40\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3e%3c/svg%3e") right 12px center/8px 10px no-repeat;
}

div#full-form .form-control::placeholder {
	color: #c9c9c9;
	opacity: 1;
}

div#full-form .form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 25%);
}

div#full-form input[type=file] {
	line-height: 32px;
}

div#full-form .form-control::-webkit-file-upload-button {
	display: none;
}

div#full-form textarea.form-control {
	height: 80px;
	min-height: 80px;
	max-height: 80px;
}

div#full-form .intl-tel-input .form-control {
	padding-left: 112px;
}

div#f-col.ph-col {
	position: relative;
}

div#f-col.ph-col>.code {
	position: absolute;
	left: 1px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

div#f-col.ph-col input#code {
	max-width: 100px;
	padding-right: 0;
	border: none;
	min-height: 44px;
	border-radius: 6px 0 0 6px;
	box-shadow: none;
	outline: 0;
	background: #eee;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}

div#f-col.ph-col input#phone {
	padding-left: 110px;
}

div#full-form .wpcf7-list-item {
	margin-left: 0;
}

div#full-form .wpcf7-list-item input[type=checkbox] {
	border: 1px solid #adb5bd;
	background: #fff;
	width: 17px;
	height: 17px;
	padding: 0;
	-webkit-appearance: none;
	border-radius: 4px;
	margin-right: 5px;
	position: relative;
}

div#full-form .wpcf7-list-item input[type=checkbox]:checked {
	border-color: #007bff;
	background: #007bff;
}

div#full-form .wpcf7-list-item input[type=checkbox]:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center 55%;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'8\' height=\'8\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z\'/%3e%3c/svg%3e");
}

div#full-form .wpcf7-list-item input[type=checkbox]:checked:before {
	opacity: 1;
}

div#sub-col input, #openBookSlotModal {
	background: #0070e1;
	color: #fff;
	text-transform: none;
	text-transform: capitalize;
	letter-spacing: normal;
	font-weight: 500;
	border-radius: 8px;
	padding: 10px 40px;
	line-height: 1.5;
	font-size: 16px;
	border: 1px solid #0070e1;
}

div#sub-col input:hover, #openBookSlotModal:hover {
	background: #fff;
	color: #0070e1;
}

.bookSlotHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bookslotHeader .wpcf7-spinner {
	display: none !important;
}

#openBookSlotModal {
	width: 140px;
	padding-left: 0px;
	padding-right: 0px;
	background: #fff;
	color: #0070e1;
}

#openBookSlotModal:hover {
	background: #0070e1;
	color: #fff;
}

@media (min-width: 1024px) {
	.fancybox__slide {
		padding: 0px 100px;
	}
}

section#home-form .one {
	transform: scale(.8);
	transform-origin: bottom right;
	right: -250px;
	top: -170px;
	z-index: 2;
}

section#home-form.go .one {
	transform: scale(.7);
}

section#home-form .animate-elm.elementor-widget-image {
	transform: scale(.8);
	z-index: 3;
	transition: none;
}

section#home-form .bell.animate-elm.elementor-widget-image {
	z-index: -1;
}

footer#footer {
	font-size: 14px;
	background: #130522;
	color: #fff;
	position: relative;
	z-index: 1;
}

/* footer#footer:before {content:''; position:absolute; top:40px; right:20%; background:url(images/green-circle.png) no-repeat center; background-size:contain; width:223px; height:223px; z-index:-1; display:none} 
.home footer#footer, .page-template-mobile-application-development-template footer#footer, .page-id-1002 footer#footer, .page-template-service-template footer#footer {padding:170px 0 0;}
.home footer#footer:before, .page-template-mobile-application-development-template footer#footer:before, .page-id-1002 footer#footer:before, .page-template-service-template footer#footer:before {display:inline-block}
*/

/* footer#footer:after {content:''; position:absolute; left:0; bottom:0; background:url(images/footer-circle.svg) no-repeat center; background-size:contain; width:762px; height:515px; z-index:-1} */
footer#footer div#footer-widgets {
	padding: 30px 0;
	border-top: 1px solid #36363f;
	background: 0 0;
	position: relative;
}

/* footer#footer div#footer-widgets:before {content:''; position:absolute; top:180px; left:50px; background:url(images/grey-circle.svg) no-repeat center; background-size:contain; width:128px; height:128px; z-index:-1} */
footer#footer div#footer-widgets .footer-widgets-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

footer#footer div#footer-widgets .footer-box {
	width: auto;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}

footer#footer div#footer-widgets .footer-box:first-child {
	padding-left: 0;
}

footer#footer div#footer-widgets .footer-box:last-child {
	padding-right: 0;
}

footer#footer div#footer-widgets .footer-box>* {
	margin-bottom: 0;
}

footer#footer div#footer-widgets .copyright-foot {
	display: flex;
	align-items: center;
	font-size: calc(100% - 2px);
	font-weight: 300;
}

footer#footer div#footer-widgets .copyright-foot .vertical {
	border: none;
	width: 1px;
	height: 30px;
	background: #fff;
	display: block;
	margin: 0 8px;
}

footer#footer div#footer-widgets .foot-custom-data {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

footer#footer div#footer-widgets div#site-logo img.custom-logo {
	max-height: 28px;
	width: auto;
	opacity: 1;
}

footer#footer div#footer-widgets .widget-title {
	font-size: 24px;
	color: #fff;
	margin-bottom: 46px;
	margin-top: 5px;
	padding: 0;
	border: none;
	line-height: 1.2em;
}

footer#footer div#footer-widgets ul.menu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

footer#footer div#footer-widgets ul.menu li {
	border: none;
	padding: 0;
	margin: 0 6px 0 0;
}

footer#footer div#footer-widgets ul.menu li img {
	display: none !important;
}

footer#footer div#footer-widgets ul.menu li a {
	font-size: 14px;
	color: #fff;
	padding: 3px 10px !important;
	display: block;
	line-height: 1.5em;
	font-weight: 400;
	background: transparent;
	border-radius: 200px;
	text-decoration: underline;
}

footer#footer div#footer-widgets ul.menu li a:hover {
	color: #130522;
	background: #e1ffd2;
	text-decoration: none;
}

footer#footer div#footer-widgets ul.menu li a img {
	position: relative;
	opacity: 0;
	margin-left: 8px;
	transition: all .3s;
}

footer#footer div#footer-widgets ul.menu li a:hover img {
	opacity: 1;
}

.footer-address {
	margin: 0 0 30px;
	color: #b0b0b4;
	font-weight: 300;
	font-size: 18px;
	border-bottom: 1.5px dashed #707070;
	padding: 0 0 25px;
}

.footer-address:last-child {
	border: none;
	padding: 0;
	margin: 0;
}

.countryName {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 18px;
}

.countryName img {
	margin-right: 12px;
}

.footer-address .call {
	margin-top: 10px;
	display: inline-block;
}

footer#footer div#footer-widgets .foot-locations {
	display: flex;
	align-items: center;
	margin-left: 6px;
}

footer#footer div#footer-widgets .foot-locations img {
	display: block;
	width: auto;
	max-height: 20px;
	margin-left: 3px;
}

footer#footer div#footer-widgets .foot-extra-btn {
	margin: 0 15px 0 20px;
}

footer#footer div#footer-widgets .foot-btn {
	background: 0 0;
	border-color: #508bff;
	border-radius: 8px;
	padding: 9px 15px;
	display: block;
	line-height: normal;
	font-weight: 400;
	border-style: solid;
	overflow: hidden;
	font-size: 13px;
	position: relative;
	z-index: 99;
	border-width: 1px;
	cursor: pointer;
	pointer-events: all;
}

footer#footer div#footer-widgets .foot-btn:hover {
	color: #508bff;
}

footer#footer div#footer-widgets .foot-btn img {
	width: auto;
	height: 9px;
	margin-left: 6px;
	display: inline-block;
	opacity: 1;
}

footer#footer div#footer-widgets .foot-btn .blue {
	display: none;
}

footer#footer div#footer-widgets .foot-btn:hover .white {
	display: none;
}

footer#footer div#footer-widgets .foot-btn:hover .blue {
	display: inline-block;
}

footer#footer div#footer-widgets .foot-btn .effect {
	position: absolute;
	display: block;
	width: 225%;
	height: 562.5px;
	border-radius: 8px;
	background-color: #508bff;
	background-image: linear-gradient(140deg, #3ecaff 0, #1f6bff 100%);
	transition: width .5s ease-in-out, height .5s ease-in-out;
	transform: translate(-50%, -50%);
	z-index: -1;
	left: 50%;
	top: 50%;
	pointer-events: none;
}

footer#footer div#footer-widgets .foot-btn:hover .effect {
	width: 0;
	height: 0;
}

footer#footer div#footer-widgets .social-foot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-left: 20px;
}

footer#footer div#footer-widgets .social-foot li a:hover {
	opacity: .7;
}

footer#footer div#footer-widgets .social-foot li img {
	width: auto;
	height: 16px;
	display: block;
}

footer#footer div#footer-widgets .social-foot li .linkedin-icon {
	margin-top: -2px;
}

footer#footer div#footer-widgets p {
	color: #b0b0b4;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.7em;
}

footer#footer div#footer-widgets p a {
	color: inherit;
}

footer#footer div#footer-widgets p a:hover {
	color: #fff;
}

footer#footer div#footer-bottom {
	border-top: 1px solid hsla(0, 0%, 100%, .11);
	background: 0 0;
}

footer#footer div#footer-bottom div#footer-bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

footer#footer div#footer-bottom div#footer-bottom-inner:after {
	display: none;
}

footer#footer div#footer-bottom div#copyright {
	order: -1;
	color: #b0b0b4;
	font-size: 16px;
}

footer#footer div#footer-bottom div#footer-bottom-menu ul.menu {
	display: flex;
	flex-wrap: wrap;
}

footer#footer div#footer-bottom div#footer-bottom-menu ul.menu>li {
	margin: 0 15px 0 0;
}

footer#footer div#footer-bottom div#footer-bottom-menu ul.menu>li:last-child {
	margin: 0;
}

footer#footer div#footer-bottom div#footer-bottom-menu ul.menu>li:after {
	display: none;
}

footer#footer div#footer-bottom div#footer-bottom-menu ul.menu>li>a .menu-image-title {
	display: none;
}

footer#footer div#footer-bottom div#footer-bottom-menu ul.menu>li>a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 50px;
	height: 50px;
	background: #2d2d3a;
	border-radius: 50%;
	transition: all .3s ease-in-out;
}

footer#footer div#footer-bottom div#footer-bottom-menu ul.menu>li>a:hover {
	background: #0070e1;
}

footer#footer div#footer-bottom div#footer-bottom-menu ul.menu>li>a img {
	padding: 0;
	opacity: .6;
	transition: inherit;
}

footer#footer div#footer-bottom div#footer-bottom-menu ul.menu>li>a:hover img {
	opacity: 1;
}

footer#footer div#footer-bottom div#footer-bottom-menu {
	padding: 0;
	width: auto;
}

section#cont {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

section#cont:before {
	content: "";
	position: absolute;
	top: 0;
	height: 545px;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
	background: #f7f7f7;
	width: 100%;
	z-index: -1;
}

section#cont div#form-col>.elementor-widget-wrap {
	max-width: 100%;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 20%);
}

.cont-test-row {
	margin: 0 0 40px;
}

.cont-test-row .slick-list {
	padding-top: 52px;
}

.cont-test-col {
	padding: 0 1px;
}

.cont-test-col-in {
	padding: 0 30px 30px;
	border: 1px solid rgba(0, 0, 0, .13);
	background: #fff;
	border-radius: 5px;
}

.cont-test-col .cont-test-image {
	border-radius: 50%;
	margin: -50px 0 0;
	overflow: hidden;
	width: 90px;
	height: 90px;
	border: 2px solid #0070e1;
}

.cont-test-col .cont-test-image img {
	width: 100%;
}

.cont-test-col .entry-content {
	margin: 20px 0;
	font-weight: 400;
	font-size: 16px;
	color: #37383c;
	line-height: 1.5em;
}

.cont-test-col .cont-test-bot h2.title_text {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 5px;
	line-height: 1.2em;
	color: #37383c;
}

.cont-test-col .cont-test-bot p {
	font-size: 14px;
	color: #8d8d8d;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.2em;
}

.cont-test-row ul.slick-dots {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 0;
	bottom: -40px;
	left: 0;
	list-style: none;
}

.cont-test-row ul.slick-dots>li {
	width: auto;
	height: auto;
	margin-right: 15px;
}

.cont-test-row ul.slick-dots>li:last-child {
	margin-right: 0;
}

.cont-test-row ul.slick-dots>li button {
	-webkit-appearance: none;
	display: block;
	width: 12px;
	height: 12px;
	font-size: 0;
	border-radius: 50%;
	padding: 0;
	border: none;
	outline: 0;
	background: #000;
	opacity: .25;
}

.cont-test-row ul.slick-dots>li.slick-active button {
	opacity: 1;
}

.getintouch {
	list-style: none;
	padding: 0;
	margin: 0;
}

.getintouch li {
	font-size: 14px;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
}

.getintouch li:last-child {
	margin-bottom: 0;
}

.getintouch li img {
	width: 20px;
	font-size: 18px;
	text-align: center;
	margin-right: 12px;
	color: grey;
}

.getintouch li a {
	color: #000;
}

.getintouch li a:hover {
	color: #0070e1;
}

.inline-text {
	display: flex;
	align-items: center;
	margin-right: 15px;
}

.port-row .port-col {
	transform: scale(.92);
	transition: transform .3s cubic-bezier(.4, 0, .2, 1);
	transform-origin: bottom center;
	margin: 0 10px;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.port-row .port-col.slick-center {
	transform: scale(1);
}

.port-row .port-col.slick-center:after {
	content: "";
	right: 50px;
	position: absolute;
	background-color: #000;
	opacity: .13;
	filter: blur(50px);
	bottom: -40px;
	height: 100px;
	width: calc(100% - 100px);
	max-width: calc(504px - 100px);
	margin: auto;
	left: 50px;
	z-index: -1;
}

.port-row .port-col .port-bot {
	position: absolute;
	height: auto;
	max-width: 504px;
	bottom: 0;
	width: 100%;
	padding: 30px;
	color: #fff;
}

.port-row .port-col .port-bot .title_text {
	font-size: 24px;
	font-weight: 500;
	color: inherit;
	margin: 0 0 8px;
	line-height: 1.2;
}

.port-row .port-col .port-bot p {
	font-size: 16px;
	font-weight: 300;
	color: inherit;
	line-height: 1.5;
}

.port-row .slick-list {
	padding-top: 50px !important;
	padding-bottom: 130px !important;
}

.port-row button.slick-arrow {
	position: absolute;
	left: calc(50% - 30px);
	bottom: 30px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	-webkit-appearance: none;
	outline: 0;
	transform: translateX(-50%);
	color: #000;
	background: 0 0;
	border: 1px solid #000;
	font-size: 18px;
	transition: all .3s ease;
}

.port-row button.slick-arrow.next-arrow {
	left: calc(50% + 30px);
}

.port-row button.slick-arrow:hover {
	color: #fff;
	background: #000;
}

section#banner .elementor-inner-section .elementor-inner-column.ai-slide>.elementor-widget-wrap {
	right: -50px;
}

.elementor-element.cc-sep.elementor-widget.elementor-widget-divider .elementor-divider-separator {
	width: auto;
}

.elementor-element.cc-sep.elementor-widget.elementor-widget-divider .elementor-divider-separator:before {
	width: 60px;
}

.elementor-element.cc-sep.elementor-widget.elementor-widget-divider .elementor-divider-separator:after {
	display: none;
}

.elementor-element.elementor-widget.elementor-widget-text-editor p:not(:last-child) {
	margin-bottom: 16px;
}

section#ab-count .elementor-top-column>.elementor-widget-wrap {
	display: flex;
	flex-wrap: wrap;
}

section#ab-count .elementor-widget-counter {
	border-right: 1px solid #40598d;
	width: 25%;
	padding: 15px;
	margin: 0;
	display: flex;
	justify-content: center;
}

section#ab-count .elementor-widget-counter:last-child {
	border-right: 0;
}

section#ab-count .elementor-widget-counter .elementor-counter-number-wrapper .elementor-counter-number-prefix {
	display: none;
}

section#ab-count .elementor-widget-counter .elementor-counter-number-wrapper {
	font-family: Poppins, sans-serif;
	font-size: 50px;
	font-weight: 700;
	color: #bbd2ff;
	margin: 0;
	line-height: 1.2;
}

section#ab-count .elementor-widget-counter .elementor-counter-title {
	text-align: left;
	font-size: 25px;
	font-weight: 400;
	color: #fff;
	font-family: Poppins, sans-serif;
	line-height: 1.2;
}

.elementor-element.ab-img-two.elementor-widget.elementor-widget-image img {
	max-height: 450px;
}

section#meet>.elementor-container {
	display: flex;
	align-items: center;
	margin-left: -8px;
	margin-right: -8px;
	flex-wrap: wrap;
}

section#meet .elementor-inner-column {
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
	height: 480px;
	width: 30%;
	display: block;
}

section#meet .elementor-inner-column:first-child {
	width: 40%;
}

section#meet .elementor-inner-column .elementor-widget-wrap {
	display: block;
	width: 100%;
	height: 100%;
}

section#meet .elementor-inner-column .elementor-widget-image {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 16px;
}

section#meet .elementor-inner-column .elementor-widget-image .elementor-widget-container {
	height: 100%;
	width: 100%;
}

section#meet .elementor-inner-column .elementor-widget-image img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

section#meet .elementor-inner-column:nth-child(2) .elementor-widget-image, section#meet .elementor-inner-column:nth-child(3) .elementor-widget-image {
	height: 232px;
}

section#meet .elementor-inner-column:nth-child(2) .elementor-widget-image:first-child, section#meet .elementor-inner-column:nth-child(3) .elementor-widget-image:first-child {
	margin-bottom: 16px;
}

section#work .elementor-inner-column>.elementor-widget-wrap {
	border-top: 1px solid #bcc2db;
	border-left: 1px solid #bcc2db;
}

section#work .elementor-inner-column .elementor-widget-image {
	margin: 0;
	background: #fff;
	border-bottom: 1px solid #bcc2db;
	border-right: 1px solid #bcc2db;
	width: 100%;
	max-width: 16.66%;
}

section#work .elementor-inner-column .elementor-widget-image .elementor-widget-container {
	padding: 30px;
	min-height: 132px;
	display: flex;
	align-items: center;
	justify-content: center;
}

section#work .elementor-inner-column .elementor-widget-image img {
	width: 100%;
	max-height: 60px;
}

section#indus .elementor-inner-column {
	display: block;
	width: 100%;
}

section#indus .elementor-inner-column>.elementor-widget-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

section#indus .elementor-widget-image-box {
	width: 100%;
	max-width: 50%;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	margin-bottom: 30px;
}

section#indus .elementor-widget-image-box .elementor-image-box-img {
	width: auto;
	margin-right: 20px;
}

section#indus .elementor-widget-image-box .elementor-image-box-img img {
	max-width: 44px;
}

section#indus .elementor-widget-image-box .elementor-image-box-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	color: #092439;
	margin: 0 0 8px;
}

section#indus .elementor-widget-image-box .elementor-image-box-description {
	font-weight: 400;
	color: #092439;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -.3px;
}

.elementor-element.cc-list.elementor-widget.elementor-widget-text-editor ul {
	margin-left: 0;
	margin-top: 0;
	list-style: none;
}

.elementor-element.cc-list.elementor-widget.elementor-widget-text-editor ul:last-child {
	margin-bottom: 0;
}

.elementor-element.cc-list.elementor-widget.elementor-widget-text-editor ul li {
	position: relative;
	margin: 0 0 15px;
	list-style: none;
	padding-left: 28px;
	font-size: 18px;
}

.elementor-element.cc-list.elementor-widget.elementor-widget-text-editor ul li:last-child {
	margin: 0;
}

.elementor-element.cc-list.elementor-widget.elementor-widget-text-editor ul li:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 16px;
	height: 16px;
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/check-round.svg");
}

section#life .elementor-inner-column {
	display: block;
	width: 100%;
}

section#life .elementor-inner-column>.elementor-widget-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

section#life .elementor-widget-image-box {
	width: 100%;
	max-width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	margin-bottom: 40px;
}

section#life .elementor-widget-image-box .elementor-image-box-img {
	width: auto;
	margin-right: 25px;
}

section#life .elementor-widget-image-box .elementor-image-box-img img {
	border-radius: 50%;
	width: 100px;
	height: 100px;
}

section#life .elementor-widget-image-box .elementor-image-box-content {
	width: calc(100% - 125px);
}

section#life .elementor-widget-image-box .elementor-image-box-title {
	font-size: 24px;
	line-height: normal;
	font-weight: 600;
	margin: 0 0 10px;
	letter-spacing: -.3px;
	color: #37383c;
}

section#life .elementor-widget-image-box .elementor-image-box-description {
	padding-right: 20px;
	color: #717d92;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -.3px;
}

section#comp-vid .elementor-widget-video {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	-webkit-box-reflect: below -2px linear-gradient(transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent, transparent, rgba(255, 255, 255, .19));
}

section#comp-vid .elementor-widget-video:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/macbook.png") no-repeat top center;
	background-size: contain;
	pointer-events: none;
}

section#comp-vid .elementor-widget-video>.elementor-widget-container {
	max-width: 680px;
	margin: 0 auto;
	margin-top: 26px;
	margin-bottom: 40px;
	box-shadow: 0 52px 20px rgba(0, 0, 0, .39);
}

.emp-test-row .test-col .test-col-in {
	margin: 0 20px 0 0;
}

.emp-test-row button.slick-arrow {
	position: absolute;
	display: flex;
	left: 94px;
	bottom: -30px;
	z-index: 1;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	-webkit-appearance: none;
	outline: 0;
	color: #000;
	background: 0 0;
	border: 1px solid #000;
	font-size: 20px;
	transition: all .3s ease;
}

.emp-test-row button.slick-arrow.next-arrow {
	left: 150px;
}

.emp-test-row button.slick-arrow:hover {
	background: #000;
	color: #fff;
}

.emp-test-row {
	padding-bottom: 50px;
}

.emp-test-row .test-col .entry-content {
	font-size: 22px;
}

.emp-test-row .test-col .test-head h2.title_text {
	font-weight: 400;
	margin: 0 0 2px;
	line-height: 1.2;
}

.emp-test-row .test-col .test-head p {
	color: #9a9a9a;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

.car-row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
}

.car-col {
	background: #fff;
	box-shadow: 1px 11px 23px #a1a7c8;
	position: relative;
	border: 1px solid #dce1ff;
	border-radius: 10px;
	padding: 20px;
}

.car-col .title-text {
	font-size: 24px;
	line-height: normal;
	font-weight: 600;
	margin: 0 0 8px;
	color: #37383c;
}

.car-col .entry-content p {
	font-size: 16px;
	color: #828282;
	line-height: 1.8;
}

.car-col .entry-content p:empty {
	display: none;
}

.car-col .entry-content ul {
	margin: 0;
	padding-left: 18px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #37383c;
}

.car-col .job-btn {
	background: 0 0;
	border-color: #508bff;
	box-shadow: 0 9px 6.5px rgba(0, 153, 255, 11%);
	border-radius: 100px;
	padding: 12px 28px;
	font-size: 16px;
	font-family: Poppins, sans-serif;
	line-height: 1.5;
	font-weight: 500;
	border-style: solid;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-width: 1px;
	display: inline-block;
	color: #fff;
	margin: 20px 0 0;
}

.car-col .job-btn:hover {
	color: #508bff;
}

.car-col .job-btn .effect {
	position: absolute;
	display: block;
	width: 225%;
	height: 562.5px;
	border-radius: 50%;
	background-color: #508bff;
	background-image: linear-gradient(140deg, #3ecaff 0, #1f6bff 100%);
	transition: width .5s ease-in-out, height .5s ease-in-out;
	transform: translate(-50%, -50%);
	z-index: -1;
	left: 50%;
	top: 50%;
}

.car-col .job-btn:hover .effect {
	width: 0;
	height: 0;
}

.car-col .job-btn img {
	width: auto;
	height: 12px;
	margin-left: 10px;
}

.car-col .job-btn .blue {
	display: none;
}

.car-col .job-btn:hover .blue {
	display: inline-block;
}

.car-col .job-btn:hover .white {
	display: none;
}

.car-col .car-wrap {
	display: flex;
	align-items: center;
	margin: 0 0 15px;
}

.car-col .car-wrap .badge {
	font-size: 14px;
	border-radius: 99px;
	padding: 7px 10px;
	font-weight: 400;
	color: #a1a8b4;
	line-height: 1.2;
}

.car-col .car-wrap .time {
	color: #1f6bff;
	background: #f1f5ff;
	border: 1px solid #cbddff;
	font-size: 14px;
	border-radius: 99px;
	padding: 7px 10px;
	font-weight: 400;
	margin: 0 5px 0 0;
	line-height: 1;
}

.car-col .car-wrap .time span:not(:last-child):after {
	content: "/";
	margin: 0 3px;
}

.job-pop .pop-title {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 18px;
}

.port-sec-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.port-sec-col {
	padding: 40px 30px 0;
	position: relative;
	overflow: hidden;
	height: 670px;
}

.port-sec-col .port-inner {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	height: 100%;
	position: relative;
}

.port-sec-col .port-inner>* {
	width: 100%;
}

.port-sec-col .port-brand {
	width: auto;
	max-height: 65px;
	max-width: 140px;
}

.port-sec-col .port-title {
	color: #fff;
	font-weight: 600;
	line-height: 1.1;
	margin: 16px 0 10px;
	font-size: 26px;
}

.port-sec-col .desc {
	color: #f6f6f6;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

.port-sec-col.Dark .desc, .port-sec-col.Dark .port-title {
	color: #171b1c;
}

.port-sec-col .desc:empty {
	display: none;
}

.port-sec-col .port-image {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.port-sec-col .port-image .one {
	position: absolute;
	left: 30px;
	width: 52%;
	bottom: -70px;
	transform: skew(6deg, 6deg);
	box-shadow: -5px 5px 10px rgba(0, 0, 0, .28);
	border-radius: 21px;
	cursor: pointer;
}

.port-sec-col .port-image .one:before {
	content: "";
	position: absolute;
	border: 4px solid #000;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	z-index: 1;
	border-radius: 23px;
	top: -3px;
	left: -3px;
}

.port-sec-col .port-image .two {
	position: relative;
	z-index: 1;
	width: 50%;
	margin-left: auto;
	margin-bottom: -25px;
	transform: skew(-6deg, -6deg);
	border-radius: 22px;
	cursor: pointer;
	box-shadow: -10px 10px 20px rgba(0, 0, 0, .21);
	max-width: 260px;
	margin-right: 30px;
}

.port-sec-col .port-image .two:before {
	content: "";
	position: absolute;
	border: 4px solid #000;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	z-index: 1;
	border-radius: 21px;
	top: -3px;
	left: -3px;
}

.port-sec-col .port-image .one img, .port-sec-col .port-image .two img {
	width: 100%;
	transition: all .4s ease-in-out;
}

.port-sec-col .port-image .one img:not(:last-child), .port-sec-col .port-image .two img:not(:last-child) {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	box-shadow: -10px 10px 20px rgba(0, 0, 0, .21);
}

.port-sec-col .port-image .one img:not(:last-child) {
	box-shadow: -10px 10px 20px rgba(0, 0, 0, .17);
}

.port-sec-col .port-image .one img:nth-child(1), .port-sec-col .port-image .two img:nth-child(1) {
	z-index: 1;
}

.port-sec-col .port-image .one img:nth-child(2), .port-sec-col .port-image .two img:nth-child(2) {
	z-index: 2;
}

.port-sec-col .port-image .one img:nth-child(3), .port-sec-col .port-image .two img:nth-child(3) {
	z-index: 3;
}

.port-sec-col .port-image .one img:nth-child(4), .port-sec-col .port-image .two img:nth-child(4) {
	z-index: 4;
}

.port-sec-col .port-image .one img:nth-child(5), .port-sec-col .port-image .two img:nth-child(5) {
	position: relative;
	z-index: 5;
}

.port-sec-col .port-image .two:hover img:nth-child(1) {
	opacity: .2;
}

.port-sec-col .port-image .two:hover img:nth-child(2) {
	opacity: .4;
	transform: translate(-12px, -12px);
}

.port-sec-col .port-image .two:hover img:nth-child(3) {
	opacity: .6;
	transform: translate(-24px, -24px);
}

.port-sec-col .port-image .two:hover img:nth-child(4) {
	opacity: .8;
	transform: translate(-36px, -36px);
}

.port-sec-col .port-image .two:hover img:nth-child(5) {
	opacity: 1;
	transform: translate(-48px, -48px);
}

.port-sec-col .view-btn {
	background: 0 0;
	border-color: #508bff;
	box-shadow: 0 9px 6.5px rgba(0, 153, 255, 11%);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .31);
	border-radius: 100px;
	padding: 12px 20px;
	font-size: 16px;
	font-family: Poppins, sans-serif;
	line-height: 1.5;
	font-weight: 500;
	border-style: solid;
	overflow: hidden;
	z-index: 1;
	border-width: 1px;
	display: inline-block;
	color: #fff;
	position: absolute;
	left: 50%;
	bottom: 20px;
	max-width: 208px;
	transform: translateX(-50%);
	transition: all .5s ease-in-out;
}

.port-sec-col .view-btn:hover {
	color: #508bff;
	background: #fff;
}

.port-sec-col .view-btn .effect {
	position: absolute;
	display: block;
	width: 225%;
	height: 562.5px;
	border-radius: 50%;
	background-color: #508bff;
	background-image: linear-gradient(140deg, #3ecaff 0, #1f6bff 100%);
	transition: width .5s ease-in-out, height .5s ease-in-out;
	transform: translate(-50%, -50%);
	z-index: -1;
	left: 50%;
	top: 50%;
}

.port-sec-col .view-btn:hover .effect {
	width: 0;
	height: 0;
}

.port-sec-col .view-btn img {
	width: auto;
	height: 12px;
	margin-left: 10px;
}

.port-sec-col .view-btn .blue {
	display: none;
}

.port-sec-col .view-btn:hover .blue {
	display: inline-block;
}

.port-sec-col .view-btn:hover .white {
	display: none;
}

div#port-load {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	background: #f2f9ff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	transform: scale(.3);
	transition: all .4s ease-in-out;
}

div#port-load.active {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

div#port-load h2 {
	margin: 0;
	text-align: center;
	color: #092439;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.1;
	position: relative;
}

div#port-load h2 .short {
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	font-style: italic;
}

div#port-load h2 .main {
	color: #fff;
	-webkit-text-stroke: 2px #508bff;
	text-shadow: 4px 4px 5px rgba(0, 0, 0, .14);
}

div#port-load h2 .load-text {
	position: absolute;
	left: 0;
	bottom: -5px;
	white-space: nowrap;
	z-index: 1;
	color: #508bff;
	width: 0;
	overflow: hidden;
	height: 71px;
}

div#port-load.active h2 .load-text {
	animation-name: full;
	animation-iteration-count: 1;
	animation-delay: .3s;
	animation-timing-function: cubic-bezier(.57, .18, 1, 1.04);
	animation-fill-mode: forwards;
}

@keyframes full {
	from {
		width: 0;
	}
	
	to {
		width: 100%;
	}
}

div#port-load .back {
	position: absolute;
	z-index: -1;
	pointer-events: none;
	transition: all 1s ease-in-out;
}

div#port-load .one {
	left: -50px;
	top: -30px;
	transform: scale(.15);
	transform-origin: top left;
}

div#port-load .two {
	right: -50px;
	top: 130px;
	transform: scale(.2);
	transform-origin: top right;
}

div#port-load .three {
	bottom: -50px;
	left: 20%;
	transform: scale(.3);
	transform-origin: left bottom;
}

div#port-load.active .one {
	transform: scale(.5);
}

div#port-load.active .two {
	transform: scale(.4);
}

div#port-load.active .three {
	transform: scale(1);
}

.portfolio-slider {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: + 9999;
	transform: scale(.5);
	transition: all .3s ease;
}

.portfolio-slider.open {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.pt-close {
	position: absolute;
	text-shadow: 2px 1px 6px #000;
	top: 30px;
	right: 30px;
	z-index: 12;
	color: #fff;
	cursor: pointer;
}

.overflow-hidden {
	overflow: hidden !important;
}

.port-sl {
	height: 100vh !important;
}

.port-sl .sl-in {
	overflow: hidden;
	height: 100%;
	position: relative;
}

.part-one {
	top: 8%;
	left: 10%;
	max-width: 580px;
}

.part-two {
	bottom: 13%;
	left: 27%;
	max-width: 480px;
}

.part-one, .part-two {
	color: #fff;
	position: absolute;
	transition: .8s cubic-bezier(.4, 0, .2, 1);
}

.part-one h3 {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 500;
	margin: 0 0 8px;
	color: inherit;
	letter-spacing: -.3px;
}

.part-one h2 {
	font-size: 45px;
	font-weight: 700;
	line-height: 1.2;
	color: inherit;
	margin: 0 0 8px;
	letter-spacing: -.3px;
}

.part-two h3 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 30px;
	line-height: 1.2;
	color: inherit;
	letter-spacing: -.3px;
}

.app-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 440px;
}

.app-logo {
	max-width: 120px;
}

.app-row .btn {
	font-size: 16px;
	color: #fff;
	display: flex;
	align-items: center;
	background: #000;
	border-radius: 100px;
	font-weight: 400;
	padding: 13px 28px;
	line-height: 1.5;
}

.sl-elm {
	position: absolute;
	transform: scale(.6);
	transition: .8s cubic-bezier(.4, 0, .2, 1);
}

.app-row .btn img {
	margin-left: 10px;
	height: 10px;
}

.sl-bose {
	background-color: #707070;
	background-image: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/case-study-bg/bose-bg.jpg");
	background-size: cover;
	background-position: 50% 50%;
}

.sl-bose.nitro-lazy {
	background-image: none !important;
}

.sl-bose .part-one {
	top: 20%;
	left: 30%;
}

.sl-bose .part-two {
	bottom: 10%;
	left: 13%;
}

.sl-bose .sl-elm.one {
	top: -80%;
	left: -1%;
	transform: scale(.6) translateY(-50%) rotate(180deg);
	transform-origin: center center;
}

.open .slick-current .sl-bose .sl-elm.one {
	top: -20%;
}

.sl-bose .sl-elm.two {
	top: -50%;
	left: 35%;
	transform: scale(.6) translateX(-50%);
	transform-origin: top left;
}

.open .slick-current .sl-bose .sl-elm.two {
	top: -45px;
}

.sl-bose .sl-elm.three {
	top: -50%;
	right: 280px;
	transform-origin: top right;
}

.open .slick-current .sl-bose .sl-elm.three {
	top: 0;
}

.sl-bose .sl-elm.four {
	right: -50%;
	top: 15vh;
	transform-origin: top right;
}

.open .slick-current .sl-bose .sl-elm.four {
	right: -70px;
}

.sl-bose .sl-elm.five {
	bottom: -80%;
	transform: scale(.6) translateY(50%);
	right: 250px;
	transform-origin: bottom right;
}

.open .slick-current .sl-bose .sl-elm.five {
	bottom: 10%;
}

.sl-rosa {
	background-color: #fc0;
	background-image: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/case-study-bg/rosa-bg.jpg");
	background-size: cover;
	background-position: 50% 50%;
}

.sl-rosa.nitro-lazy {
	background-image: none !important;
}

.sl-rosa .part-one, .sl-rosa .part-two {
	color: #092439;
}

.sl-rosa .sl-elm.one {
	left: -80%;
	bottom: -90%;
	transform-origin: left bottom;
}

.open .slick-current .sl-rosa .sl-elm.one {
	left: -16%;
	bottom: -30%;
}

.sl-rosa .sl-elm.two {
	right: -100%;
	top: -110%;
	transform-origin: right top;
}

.open .slick-current .sl-rosa .sl-elm.two {
	right: -20%;
	top: -40%;
}

.sl-gbv {
	background-color: #90278f;
	background-image: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/case-study-bg/gbv-bg.jpg");
	background-size: cover;
	background-position: 50% 50%;
}

.sl-gbv.nitro-lazy {
	background-image: none !important;
}

.sl-gbv .sl-elm.one {
	left: 5%;
	bottom: -100%;
	transform-origin: left bottom;
}

.open .slick-current .sl-gbv .sl-elm.one {
	left: 5%;
	bottom: -35%;
}

.sl-gbv .sl-elm.two {
	right: -110%;
	top: 50%;
	transform: scale(.6) translateY(-50%);
	transform-origin: right top;
}

.open .slick-current .sl-gbv .sl-elm.two {
	right: -25%;
	top: 50%;
	transform: scale(.6) translateY(-50%);
}

.sl-gbv .part-two {
	left: 32%;
	max-width: 480px;
}

.sl-truescoop {
	background-color: #dc2651;
	background-image: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/case-study-bg/truescoop-bg.jpg");
	background-size: cover;
	background-position: 50% 50%;
}

.sl-truescoop.nitro-lazy {
	background-image: none !important;
}

.sl-truescoop .sl-elm.one {
	left: -50%;
	bottom: -60%;
	transform-origin: left bottom;
}

.open .slick-current .sl-truescoop .sl-elm.one {
	left: -3%;
	bottom: -10%;
}

.sl-truescoop .sl-elm.two {
	right: 2%;
	top: -80%;
	transform-origin: right top;
}

.open .slick-current .sl-truescoop .sl-elm.two {
	top: -35%;
}

.sl-truescoop .sl-elm.three {
	right: -80%;
	bottom: -80%;
	transform-origin: right bottom;
}

.open .slick-current .sl-truescoop .sl-elm.three {
	right: -10%;
	bottom: -30%;
}

.sl-oky {
	background-color: #9ef0ff;
}

.sl-oky .part-one, .sl-oky .part-two {
	color: #092439;
}

.sl-oky .part-one {
	top: 10%;
	left: 60%;
	transform: translateX(-50%);
}

.sl-oky .part-two {
	left: 8%;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 7%;
}

.sl-oky .sl-elm.one {
	top: 30px;
	left: -22%;
	transform: scale(.8);
	transform-origin: left top;
}

.sl-oky .sl-elm.two {
	right: 0;
	top: 50%;
	transform: translateY(-50%) scale(.6);
	transform-origin: center right;
}

.sl-oky .sl-elm.three {
	bottom: 8%;
	right: calc(26% + 10px);
	transform-origin: bottom right;
	max-width: 262px;
	transform: none;
	animation-duration: 1.8s;
}

.open .slick-current .sl-oky .sl-elm.three {
	animation-name: bounceIn;
}

.sl-oky .sl-elm.four {
	bottom: 13%;
	right: 13%;
	transform-origin: bottom right;
	max-width: 194px;
	transform: none;
	animation-duration: 2.2s;
}

.open .slick-current .sl-oky .sl-elm.four {
	animation-name: bounceIn;
}

.sl-oky .sl-elm.five {
	right: -100px;
	top: 50%;
	transform: translateY(-50%);
}

.open .slick-current .sl-oky .sl-elm.five {
	right: 0;
}

.sl-oky .sl-elm.six {
	max-width: 300px;
	transform: scale(.3);
	left: 9%;
	bottom: 41%;
	transform-origin: center;
}

.open .slick-current .sl-oky .sl-elm.six {
	transform: scale(1);
}

.sl-lieferbar {
	background-color: #85bb6a;
}

.sl-lieferbar .part-one {
	left: 17%;
}

.sl-lieferbar .part-two {
	left: 23%;
}

.sl-lieferbar .sl-elm.one {
	left: -50%;
	top: -25px;
	transform-origin: left top;
}

.open .slick-current .sl-lieferbar .sl-elm.one {
	left: -205px;
}

.sl-lieferbar .sl-elm.two {
	left: -80px;
	bottom: -80%;
	transform-origin: left bottom;
}

.open .slick-current .sl-lieferbar .sl-elm.two {
	bottom: -125px;
}

.sl-lieferbar .sl-elm.three {
	left: 40%;
	top: -50%;
	transform-origin: top left;
}

.open .slick-current .sl-lieferbar .sl-elm.three {
	top: -50px;
}

.sl-lieferbar .sl-elm.four {
	right: -100%;
	bottom: -100%;
	transform-origin: bottom right;
}

.open .slick-current .sl-lieferbar .sl-elm.four {
	right: -100px;
	bottom: -280px;
}

.sl-lieferbar .sl-elm.five {
	top: 30%;
	left: -50%;
	transform-origin: left top;
}

.open .slick-current .sl-lieferbar .sl-elm.five {
	left: 50px;
}

.sl-lieferbar .sl-elm.six {
	right: 85px;
	opacity: 0;
	top: 28%;
	transform-origin: top right;
}

.open .slick-current .sl-lieferbar .sl-elm.six {
	opacity: 1;
}

.sl-lieferbar .sl-elm.seven {
	top: 120px;
	right: -50%;
	transform: scale(.6) rotate(220deg);
	transform-origin: top right;
}

.open .slick-current .sl-lieferbar .sl-elm.seven {
	right: 175px;
}

.sl-lieferbar .sl-elm.eight {
	top: -50%;
	right: 18%;
	transform-origin: top right;
}

.open .slick-current .sl-lieferbar .sl-elm.eight {
	top: -15%;
}

.sl-lieferbar .sl-elm.nine {
	bottom: -50%;
	left: 45%;
	width: 200px;
	transform: scale(.6) translateX(-50%);
	transform-origin: left bottom;
}

.open .slick-current .sl-lieferbar .sl-elm.nine {
	bottom: -50px;
}

.portfolio-slider-in ul.slick-dots {
	position: absolute;
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	bottom: 30px;
	z-index: 1234;
}

.portfolio-slider-in ul.slick-dots li {
	margin: 0 10px 0 0;
}

.portfolio-slider-in ul.slick-dots li:last-child {
	margin: 0;
}

.portfolio-slider-in ul.slick-dots li button {
	-webkit-appearance: none;
	border: none;
	outline: 0;
	font-size: 0;
	padding: 0;
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 50%;
	background: #000;
	opacity: .25;
}

.portfolio-slider-in ul.slick-dots li.slick-active button {
	opacity: .75;
}

section#single-form {
	position: relative;
	background: #f9f9f9;
	padding: 64px 0;
}

section#single-form .row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	align-items: center;
}

section#single-form .col-lg-5 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	max-width: 41.6666666667%;
}

section#single-form .col-lg-7 {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	max-width: 58.3333333333%;
}

section#single-form h2 {
	font-size: 40px;
	line-height: 1.06;
	font-weight: 600;
	letter-spacing: -.3px;
	color: #33334d;
	margin: 0;
}

section#single-form h4 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 16px;
	letter-spacing: -.3px;
	color: #37383c;
}

section#single-form .s-form-col {
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 20%);
	padding: 15px;
}

.elementor-element.mock-image.elementor-widget.elementor-widget-image .elementor-widget-container {
	width: auto;
	display: inline-block;
	transform: rotate3d(-38, -60, -24, 35deg);
	filter: drop-shadow(-30px 30px 20px rgba(0, 0, 0, .13));
}

.elementor-element.mock-image.elementor-widget.elementor-widget-image .elementor-widget-container:before {
	content: "";
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/large-mock.png") no-repeat center;
	background-size: contain;
	display: block;
	width: 317px;
	height: 627px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.elementor-element.mock-image.elementor-widget.elementor-widget-image img {
	width: 100%;
	max-width: 276px;
	position: relative;
	left: 21px;
	top: 17px;
	border-radius: 30px;
	opacity: 1;
	cursor: pointer;
	z-index: 1;
	transition: all .5s ease;
}

.elementor-element.mock-image.elementor-widget.elementor-widget-image img:not(:first-child) {
	position: absolute;
	box-shadow: 15px 15px 40px rgba(0, 0, 0, .25);
}

.elementor-element.mock-image.elementor-widget.elementor-widget-image img:not(:last-child) {
	opacity: 0;
	box-shadow: 15px 15px 40px rgba(0, 0, 0, .25);
}

.elementor-element.mock-image.elementor-widget.elementor-widget-image img:nth-child(2) {
	z-index: 2;
}

.elementor-element.mock-image.elementor-widget.elementor-widget-image img:nth-child(3) {
	z-index: 3;
}

.elementor-element.mock-image.elementor-widget.elementor-widget-image img:nth-child(4) {
	z-index: 4;
}

.elementor-element.mock-image.elementor-widget.elementor-widget-image img:nth-child(5) {
	z-index: 5;
}

.elementor-element.mock-image.elementor-widget.elementor-widget-image .elementor-widget-container:hover img:nth-child(1) {
	opacity: .2;
}

.elementor-element.mock-image.elementor-widget.elementor-widget-image .elementor-widget-container:hover img:nth-child(2) {
	opacity: .4;
	transform: translate(30px, -20px);
}

.elementor-element.mock-image.elementor-widget.elementor-widget-image .elementor-widget-container:hover img:nth-child(3) {
	opacity: .6;
	transform: translate(60px, -40px);
}

.elementor-element.mock-image.elementor-widget.elementor-widget-image .elementor-widget-container:hover img:nth-child(4) {
	opacity: .8;
	transform: translate(90px, -60px);
}

.elementor-element.mock-image.elementor-widget.elementor-widget-image .elementor-widget-container:hover img:nth-child(5) {
	opacity: 1;
	transform: translate(120px, -80px);
}

section#multi .elementor-widget-image-box .elementor-image-box-content {
	text-align: center;
}

section#multi .elementor-widget-image-box .elementor-image-box-title {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2;
	color: #000;
	margin: 0 0 8px;
}

section#multi .elementor-widget-image-box .elementor-image-box-description {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}

section#multi .elementor-widget-image-box .elementor-image-box-img {
	width: 100%;
}

section#multi .elementor-widget-image-box .elementor-image-box-img img {
	width: auto;
	max-height: 580px;
}

section#multi .elementor-widget-image-box.right-side .elementor-image-box-img img {
	margin-right: 0;
}

section#multi .elementor-widget-image-box.left-side .elementor-image-box-img img {
	margin-left: 0;
}

section#rosa-banner .elementor-background-overlay {
	width: 68%;
}

section#learn .elementor-background-overlay {
	width: 32.5%;
}

.elementor-element.elementor-position-left.cc-box.elementor-widget.elementor-widget-image-box .elementor-image-box-img {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	background: #ff9558;
	border-radius: 50%;
}

.elementor-element.elementor-position-left.cc-box.elementor-widget.elementor-widget-image-box .elementor-image-box-img img {
	width: auto;
	margin: 0;
}

.elementor-element.cc-box.elementor-widget.elementor-widget-image-box .elementor-image-box-content {
	width: calc(100% - 80px);
	padding-left: 25px;
}

.elementor-element.cc-box.elementor-widget.elementor-widget-image-box .elementor-image-box-title {
	font-size: 25px;
	color: #37383c;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 8px;
}

.elementor-element.cc-box.elementor-widget.elementor-widget-image-box .elementor-image-box-description {
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: -.3px;
	color: #37383c;
	font-weight: 400;
}

section#true-banner .mob-image img {
	max-height: 90vh;
	width: auto;
}

section#tilt-bg .elementor-background-overlay {
	transform: skew(0deg, -18deg);
	top: 200px;
}

section#true-an .elementor-inner-column>.elementor-widget-wrap {
	display: inline-block;
	width: auto;
	margin: 0 auto;
}

section#true-an .elementor-widget-image {
	margin: 0;
	width: auto;
	cursor: pointer;
}

section#true-an .elementor-widget-image:not(:first-child) {
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .4s ease-in-out;
}

section#true-an .elementor-widget-image:nth-child(2) {
	bottom: 3px;
	left: 2px;
}

section#true-an .elementor-widget-image:nth-child(3) {
	left: 5px;
}

section#true-an .elementor-widget-image:nth-child(4) {
	left: 1px;
}

.elementor-element.elementor-position-left.cc-box.true-box.elementor-widget.elementor-widget-image-box {
	border-bottom: 1px solid #707070;
	padding-bottom: 20px;
}

.elementor-element.elementor-position-left.cc-box.true-box.elementor-widget.elementor-widget-image-box:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.elementor-element.elementor-position-left.cc-box.true-box.elementor-widget.elementor-widget-image-box .elementor-image-box-img {
	background: #c81741;
}

.elementor-element.elementor-position-left.cc-box.true-box.elementor-widget.elementor-widget-image-box .elementor-image-box-description, .elementor-element.elementor-position-left.cc-box.true-box.elementor-widget.elementor-widget-image-box .elementor-image-box-title {
	color: #fff;
}

section#native:before {
	content: "";
	height: 0;
	position: absolute;
	width: 1px;
	border: 1px dashed #fff;
	display: block;
	margin: 0 auto;
	left: 0;
	top: -50px;
	right: 0;
	opacity: 0;
}

section#native.go:before {
	animation: height 1 1.5s ease;
	animation-fill-mode: forwards;
	opacity: 1;
}

@keyframes height {
	from {
		height: 0;
	}
	
	to {
		height: 180px;
	}
}

section#native:after {
	content: "";
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #c81741;
	display: block;
	position: absolute;
	top: 120px;
	border: 6px solid #2b2b2b;
	left: 0;
	right: 0;
	opacity: 0;
	margin: 0 auto;
	outline: 2px solid #ccc;
}

section#native.go:after {
	animation: glow 1.5s ease infinite alternate, show 1 .5s ease;
	animation-delay: 0s, 1.3s;
	animation-fill-mode: forwards;
}

@keyframes glow {
	0% {
		box-shadow: 0 0 10px 0 #c81741;
	}
	
	60%, 100% {
		box-shadow: 0 0 30px 12px #c81741;
	}
}

@keyframes show {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

section#cast .elementor-background-overlay {
	transform: skew(0deg, -18deg);
	top: 200px;
	background: #f5f5f5;
	overflow: hidden;
}

section#cast .elementor-background-overlay:before {
	content: "";
	transform: skew(0deg, 18deg);
	position: absolute;
	top: -225px;
	left: 0;
	height: 145%;
	width: 100%;
	opacity: .1;
	background-repeat: repeat;
	background-position: center;
	background-image: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/uploads/2021/10/hero-bg.png");
}

.no-mar {
	margin: 0 !important;
}

.line-box {
	display: block;
	width: 250px;
	height: 190px;
	margin-top: -32px;
	margin-left: -30px;
	position: relative;
	overflow: hidden;
}

.line-box:before {
	content: "";
	position: absolute;
	right: -201%;
	top: 0;
	width: 200%;
	height: 1px;
	border: 1px dashed #717171;
}

section#podcast.go .line-box:before {
	animation: right-side 1 1.9s ease;
	animation-fill-mode: forwards;
}

@keyframes right-side {
	from {
		right: -201%;
	}
	
	to {
		right: 0;
	}
}

.line-box:after {
	content: "";
	position: absolute;
	left: 0;
	top: -101%;
	width: 1px;
	height: 100%;
	border: 1px dashed #717171;
}

section#podcast.go .line-box:after {
	animation: top-side 1 1s ease;
	animation-delay: .65s;
	animation-fill-mode: forwards;
}

@keyframes top-side {
	from {
		top: -101%;
	}
	
	to {
		top: 0;
	}
}

.line-circle {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #c81741;
	display: block;
	position: absolute;
	bottom: -17px;
	border: 6px solid #f5f5f5;
	left: 0;
	opacity: 0;
	outline: 2px solid #ccc;
	margin-left: -29px;
	transform: translateX(-50%);
}

section#podcast.go .line-circle {
	animation: glow2 1.5s ease infinite alternate, show 1 .6s ease;
	animation-delay: 0s, 1.83s;
	animation-fill-mode: forwards;
}

@keyframes glow2 {
	0% {
		box-shadow: 0 0 10px 0 rgba(200, 23, 65, .27);
	}
	
	60%, 100% {
		box-shadow: 0 0 30px 12px rgba(200, 23, 65, .27);
	}
}

div#pod-list>.elementor-widget-wrap {
	max-width: 345px;
	margin-left: auto;
	display: block;
}

div#pod-list:before {
	content: "";
	position: absolute;
	left: 110px;
	height: 0;
	top: -120px;
	opacity: 0;
	border: 1px dashed #717171;
}

section#podcast.go div#pod-list:before {
	animation: height2 1 1.2s ease;
	animation-fill-mode: forwards;
	opacity: 1;
}

@keyframes height2 {
	from {
		height: 0;
	}
	
	to {
		height: 120px;
	}
}

div#pod-list:after {
	content: "";
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #c81741;
	display: block;
	top: -2px;
	position: absolute;
	border: 6px solid #f5f5f5;
	left: 100px;
	opacity: 0;
	outline: 2px solid #ccc;
}

section#podcast.go div#pod-list:after {
	animation: glow2 1.5s ease infinite alternate, show 1 .6s ease;
	animation-delay: 0s, 1.1s;
	animation-fill-mode: forwards;
}

@keyframes show {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.prodcast-card {
	border-radius: 6px;
	width: 100%;
	box-shadow: 0 3px 20px rgba(0, 0, 0, 16%);
	background: #fff;
	display: flex;
}

.prodcast-card .plyer-body {
	padding: 12.5px 16px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.prodcast-card .top-part {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.prodcast-card .top-part:after {
	content: "";
	width: 14px;
	height: 16px;
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/save-unfill.svg") no-repeat top right;
	background-size: contain;
}

.prodcast-card .top-part h6 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 8px;
	letter-spacing: -.3px;
	color: #37383c;
	max-width: calc(100% - 38px);
}

.prodcast-card .plyer-track {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.prodcast-card .plyer-track span {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -.3px;
	color: #37383c;
}

.prodcast-card .plyer-track .plyer {
	height: 2px;
	position: relative;
	background: #c8c8c8;
	width: 100%;
	max-width: 40%;
}

.prodcast-card .plyer-track .plyer.red:before {
	content: "";
	position: absolute;
	width: 75%;
	height: 2px;
	top: 0;
	background: #c81740;
	display: block;
}

.elementor-element.cc-list.headero-list.elementor-widget.elementor-widget-text-editor ul li {
	font-size: inherit;
	padding-left: 34px;
}

.elementor-element.cc-list.headero-list.elementor-widget.elementor-widget-text-editor ul li:before {
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/like.png") no-repeat top left;
	top: 10px;
}

div#challenge-image .elementor-widget-image .elementor-widget-container {
	display: inline-block;
	position: relative;
}

div#challenge-image .elementor-widget-image .elementor-widget-container:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 160px;
	width: calc(88% - 1px);
	height: 250px;
	transform: translateX(-50%);
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/headero-ui-1.jpg") repeat center;
	background-size: contain;
	animation: challenge 3500s linear infinite;
}

@keyframes challenge {
	from {
		background-position: 50% 50%;
	}
	
	to {
		background-position: -99999% 50%;
	}
}

div#challenge-image .elementor-widget-image .elementor-widget-container:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 85px;
	width: calc(88% - 1px);
	height: 235px;
	transform: translateX(-50%);
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/headero-ui-2.jpg") repeat center;
	background-size: contain;
	animation: challenge2 5000s linear infinite;
}

@keyframes challenge2 {
	from {
		background-position: 50% 50%;
	}
	
	to {
		background-position: 99999% 50%;
	}
}

div#app-screen .elementor-widget-container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	filter: drop-shadow(-15px 15px 20px rgba(0, 0, 0, .13));
}

div#app-screen .elementor-widget-container:before {
	content: "";
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/large-mock.png") no-repeat center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
	transform: scale(1.04);
}

div#app-screen .slick-list {
	width: 100%;
	overflow: visible;
}

div#app-screen .gallery-item img {
	max-height: 525px;
	border-radius: 15px;
	width: auto;
}

div#app-screen .gallery-item {
	transition: all .3s ease;
	opacity: .3;
	overflow: hidden;
	transform: scale(.95);
}

div#app-screen .gallery-item.slick-center {
	opacity: 1;
	border-radius: 30px;
	transform: scale(1);
}

.elementor-element.elementor-position-left.headero-box.elementor-widget.elementor-widget-image-box .elementor-image-box-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0;
	box-shadow: 0 7px 8px rgba(135, 0, 51, 7%);
}

.elementor-element.elementor-position-left.headero-box.elementor-widget.elementor-widget-image-box .elementor-image-box-content {
	width: calc(100% - 60px);
	padding-left: 25px;
}

div#app-screen button.slick-arrow {
	position: absolute;
	left: calc(50% - 50px);
	bottom: -80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	z-index: 2;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 20px;
	color: #000;
	border: 1px solid #000;
}

div#app-screen button.slick-arrow.next-arrow {
	left: auto;
	right: calc(50% - 50px);
}

div#app-screen button.slick-arrow:hover {
	color: #fff;
	background: #000;
}

.blog_section {
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}

.blog-row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 50px;
	position: relative;
}

.blog-col .blog-image {
	display: block;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 -10px 20px rgba(0, 0, 0, .02);
	border: 1px solid #f3f3f3;
}

.blog-col .blog-image img {
	width: 100%;
	height: 280px;
	object-fit: cover;
	object-position: center;
	transition: all .3s ease;
}

.blog-col .blog-image:hover img {
	transform: scale(1.05);
	opacity: .6;
}

.blog-col .section-content {
	padding: 22px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .08);
	width: 88%;
	margin: 0 auto;
	margin-top: -50px;
	z-index: 1;
	position: relative;
}

.blog-col .time {
	position: absolute;
	top: 22px;
	right: -12px;
	background: linear-gradient(to right, #3ecaff, #1f6bff);
	color: #fff;
	padding: 2px 12px;
	font-weight: 500;
	font-size: 14px;
	box-shadow: 2px 2px 7px rgba(0, 0, 0, .12);
}

.blog-col .time:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -12px;
	border-width: 6px;
	border-style: solid;
	border-color: #1051cf transparent transparent #1051cf;
}

.blog-col h3 {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
	color: #092439;
	margin: 0 0 8px;
	padding: 0 38px 0 0;
}

.blog-col .entry-content {
	font-size: 15px;
	color: #535353;
	font-weight: 400;
	line-height: 1.5;
}

a#loadMore {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background: 0 0;
	box-shadow: 0 9px 6.5px rgba(0, 153, 255, 11%);
	border-radius: 100px;
	padding: 12px 20px;
	font-size: 16px;
	font-family: Poppins, sans-serif;
	line-height: 1.5;
	font-weight: 500;
	border-style: solid;
	overflow: hidden;
	z-index: 5;
	display: inline-block;
	color: #fff;
	max-width: 210px;
	border: 1px solid #508bff;
	transition: all .5s ease-in-out;
}

a#loadMore:hover {
	color: #508bff;
	background: #fff;
}

a#loadMore .effect {
	position: absolute;
	display: block;
	width: 225%;
	height: 562.5px;
	border-radius: 50%;
	background-color: #508bff;
	background-image: linear-gradient(140deg, #3ecaff 0, #1f6bff 100%);
	transition: width .5s ease-in-out, height .5s ease-in-out;
	transform: translate(-50%, -50%);
	z-index: -1;
	left: 50%;
	top: 50%;
}

a#loadMore:hover .effect {
	width: 0;
	height: 0;
}

a#loadMore img {
	width: auto;
	height: 12px;
	margin-left: 10px;
}

a#loadMore:hover .white {
	display: none;
}

a#loadMore .blue {
	display: none;
}

a#loadMore:hover .blue {
	display: inline-block;
}

.blog_section .one {
	left: -50%;
	top: -100%;
}

.blog_section.go .one {
	left: -60px;
	top: 60px;
}

.blog_section .two {
	right: -50%;
	top: -100%;
}

.blog_section.go .two {
	right: -180px;
	top: 30px;
}

.blog_section .three {
	right: -20%;
	top: 45px;
}

.blog_section.go .three {
	right: -115px;
	top: 45px;
}

.heateor_sss_sharing_container.heateor_sss_vertical_sharing.heateor_sss_bottom_sharing {
	display: none !important;
}

.single-post header#site-header {
	background: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 12%);
}

.single-b {
	padding: 120px 0;
	position: relative;
}

.single-blog-in {
	position: relative;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.single-blog-in h1.post-title {
	font-size: 45px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 25px;
	color: #092439;
}

.single-blog-in .post-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 15px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ededed;
}

.blog-bread {
	margin: 0 0 20px;
	display: block;
}

.blog-bread .trail-items>li i {
	display: none;
}

.blog-bread .trail-items>li .has-icon {
	display: inline-block;
}

.single-blog-in .post-meta .post-left {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.single-blog-in .post-meta .post-left img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}

.single-blog-in .post-meta .post-left h5 {
	margin: 0 0 0 10px;
	line-height: normal;
	font-size: 14px;
	font-weight: 600;
}

.single-blog-in .post-meta .post-left .date {
	line-height: normal;
	font-size: 12px;
	color: #757575;
}

.single-blog-in .post-meta .post-left .date:before {
	content: "•";
	margin: 0 8px 0 10px;
}

.single-blog-in .post-meta .heateor_sss_sharing_ul>li:last-child {
	display: none;
}

.single-blog-in .post-meta .heateor_sss_sharing_ul i {
	width: 25px !important;
	height: 25px !important;
}

.entry-content .heateor_sss_sharing_container {
	display: none !important;
}

.single-content-sec .b-image {
	display: block;
	width: 100%;
	margin: 0 0 30px;
}

.single-content-sec .entry-content li, .single-content-sec .entry-content p {
	font-size: 18px;
	line-height: 1.6;
	color: #737373;
	font-weight: 400;
}

.single-content-sec .entry-content li a, .single-content-sec .entry-content p a {
	color: #1f6bff;
}

.single-content-sec .entry-content h2 {
	font-size: 35px;
	line-height: 1.2;
}

.single-content-sec .entry-content h3 {
	font-size: 28px;
	line-height: 1.2;
}

.single-content-sec .entry-content h4 {
	font-size: 22px;
	line-height: 1.2;
}

.single-content-sec {
	position: relative;
	z-index: 1;
}

.bar-container {
	width: 100%;
	position: fixed;
	left: 0;
	top: 110px;
	max-width: 1192px;
	margin: 0 auto;
	right: 0;
}

.author-bar {
	width: 197px;
	z-index: -1;
	position: relative;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .07);
	padding: 10px;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease;
}

.author-bar.active {
	opacity: 1;
	visibility: visible;
}

.author-bar .top-bar {
	display: flex;
	align-items: center;
}

.author-bar .top-bar img {
	width: 30px;
	height: 30px;
	object-fit: cover;
	border-radius: 50%;
	margin: 0 12px 0 0;
}

.author-bar .top-bar h4 {
	margin: 0;
	line-height: normal;
	font-size: 14px;
	font-weight: 600;
}

.author-bar .bottom-bar {
	padding: 10px 0 0;
	margin: 15px 0 0;
	border-top: 1px solid #f1f1f1;
}

.author-bar .bottom-bar p {
	line-height: normal;
	font-size: 13px;
	font-weight: 400;
	color: #7b7b7b;
}

.author-bar .bottom-bar p:before {
	content: "";
	font-family: Fontawesome;
	color: #1f6bff;
	font-size: 15px;
	position: relative;
	margin-right: 5px;
}

.blog-cat {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 40px;
}

.blog-cat a {
	display: block;
	padding: 6px 10px;
	line-height: normal;
	margin: 0 8px 8px 0;
	font-size: 12px;
	color: #646464;
	background: linear-gradient(to right, #fff, #fff, #f5f5f5, #f5f5f5, #3ecaff, #1f6bff);
	background-position: left center;
	background-size: 500% auto;
	font-weight: 400;
	border-radius: 100px;
	border: 1px solid #ebebeb;
	transition: all .4s ease-in-out;
}

.blog-cat a:hover {
	background-position: center center;
}

.blog-cat a.active {
	border-color: #fff;
	color: #fff;
	background-position: right center;
}

.cc-nav {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #f5f5f5;
	box-shadow: 0 -5px 20px rgba(0, 0, 0, .08);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0;
}

.cc-nav .prev {
	text-align: right;
	border-right: 1px solid #d9d9d9;
}

.cc-nav .prev a {
	margin-left: auto;
	padding-right: 50px;
}

.cc-nav .next a {
	padding-left: 50px;
}

.cc-nav a {
	font-size: 15px;
	max-width: 310px;
	display: block;
	line-height: 1.5;
	font-weight: 400;
	color: #a5a5a5;
	padding: 15px 0;
	position: relative;
	right: 0;
	transition: all .4s ease-in-out;
}

.cc-nav a:hover {
	color: #000;
	right: 15px;
}

.cc-nav .next a:hover {
	right: -15px;
}

.cc-nav .prev a:before {
	content: "BACK";
	position: absolute;
	right: 30px;
	top: 47%;
	transform: translateY(-50%);
	line-height: normal;
	writing-mode: vertical-rl;
	text-orientation: upright;
	letter-spacing: -5px;
	color: #a5a5a5;
	font-weight: 600;
	font-size: 13px;
	opacity: 0;
	transition: inherit;
}

.cc-nav .prev a:hover:before {
	right: 8px;
	opacity: 1;
}

.cc-nav .next a:before {
	content: "NEXT";
	position: absolute;
	left: 30px;
	top: 47%;
	transform: translateY(-50%);
	line-height: normal;
	writing-mode: vertical-rl;
	text-orientation: upright;
	letter-spacing: -5px;
	color: #a5a5a5;
	font-weight: 600;
	font-size: 13px;
	opacity: 0;
	transition: inherit;
}

.cc-nav .next a:hover:before {
	left: 8px;
	opacity: 1;
}

div#author-banner {
	padding: 80px 0 0;
}

div#author-banner .container {
	min-height: 45vh;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

div#author-banner h1 {
	margin: 0;
	color: #092439;
	font-size: 46px;
	font-weight: 700;
	line-height: 1.2;
}

div#author-banner h1 span {
	font-size: 26px;
	font-weight: 400;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 3px;
}

a.back {
	position: fixed;
	left: -20px;
	top: 50%;
	z-index: 99;
	display: flex;
	align-items: center;
	line-height: normal;
	font-weight: 500;
	font-size: 14px;
	color: #575757;
	transform: translateY(-50%) rotate(-90deg);
}

a.back i {
	font-size: 20px;
	margin-right: 6px;
	position: relative;
	top: -1px;
}

a.back:hover {
	color: #508bff;
}

section#s-sec .elementor-inner-section .elementor-inner-column {
	display: block;
	width: 50%;
	z-index: 3;
}

canvas.phone-scrolling {
	width: 100%;
}

section#s-sec .elementor-inner-section>.elementor-container {
	align-items: center;
}

.page-template-service-template div#tidio-chat {
	display: none !important;
}

.s-image-container {
	position: absolute;
	top: 2%;
	width: 100%;
	left: 0;
	max-width: 1110px;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}

.s-image-container .s-in {
	width: 49%;
	margin-left: auto;
}

.im-single, .s-single {
	position: relative;
}

.s-single .mask {
	filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, .18));
	background: #fff;
	margin: 0 auto;
	width: 100%;
	min-width: 275px;
	max-width: 300px;
	min-height: 75vh;
	border-radius: 15px;
}

.s-single .mask-im {
	max-height: 75vh;
	width: auto;
}

.s-image-only {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 1110px;
	z-index: 2;
	margin: 0 auto;
	right: 0;
}

.im-on {
	width: 49%;
	margin-left: auto;
	text-align: center;
}

.im-single {
	min-height: 100vh;
}

.an {
	position: absolute;
	transition: all .5s ease-in-out;
}

.im-single .left {
	transform: translateX(-30px);
	opacity: 0;
}

.im-single .right {
	transform: translateX(30px);
	opacity: 0;
}

.im-single.active .left {
	transform: translateX(0);
	opacity: 1;
}

.im-single.active .right {
	transform: translateX(0);
	opacity: 1;
}

.s-one .one {
	left: -60px;
	top: 310px;
	max-width: 340px;
}

.s-one .two {
	right: 0;
	max-width: 260px;
	top: 110px;
}

.s-one .three {
	right: 20px;
	top: 250px;
	max-width: 250px;
}

.s-two .one {
	left: -60px;
	top: 310px;
	max-width: 340px;
}

.s-two .two {
	right: 0;
	max-width: 260px;
	top: 110px;
}

.s-two .three {
	right: 20px;
	top: 250px;
	max-width: 250px;
}

section#s-ban {
	background: linear-gradient(to right, #81acff 0, #6d9fff 100%);
	overflow: hidden;
}

section#s-ban .elementor-background-video-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	mix-blend-mode: difference;
	z-index: 1;
}

section#s-ban video {
	filter: brightness(.1);
}

section#s-sec .elementor-inner-section {
	overflow: hidden;
	z-index: 1;
	position: relative;
}

section#s-sec .elementor-inner-section .elementor-background-overlay {
	display: none;
}

section#s-sec .sec-btn.outline.elementor-widget-button a {
	color: #fff;
	border-color: #fff;
}

section#s-sec .sec-btn.outline.elementor-widget-button a:hover {
	border-color: #508bff;
}

section#s-sec .sec-btn.outline.elementor-widget-button a .white {
	display: inline-block;
}

section#s-sec .sec-btn.outline.elementor-widget-button a .blue {
	display: none;
}

#s-sec .elementor-inner-section:nth-child(1) .one {
	left: 0;
	top: 0;
	transform-origin: top left;
	transform: scale(.3);
}

#s-sec .elementor-inner-section:nth-child(1) .two {
	right: 0;
	top: -2%;
	transform-origin: right center;
	transform: scale(0);
}

#s-sec .elementor-inner-section:nth-child(1).active .one {
	transform: scale(.7);
}

#s-sec .elementor-inner-section:nth-child(1).active .two {
	transform: scale(.5);
}

#s-sec .elementor-inner-section:nth-child(2) .one {
	left: 5%;
	top: 4%;
	transform-origin: center;
	transform: scale(0);
}

#s-sec .elementor-inner-section:nth-child(2) .two {
	right: 0;
	top: 0;
	transform-origin: top right;
	transform: scale(0);
}

#s-sec .elementor-inner-section:nth-child(2) .three {
	left: 25%;
	bottom: 0;
	transform-origin: bottom center;
	transform: scale(0);
}

#s-sec .elementor-inner-section:nth-child(2).active .one {
	transform: scale(.8);
}

#s-sec .elementor-inner-section:nth-child(2).active .two {
	transform: scale(.6);
}

#s-sec .elementor-inner-section:nth-child(2).active .three {
	transform: scale(.8);
}

#s-sec .elementor-inner-section:nth-child(3) .one {
	left: 0;
	top: 50%;
	transform: translateY(-50%) scale(0);
	transform-origin: left center;
}

#s-sec .elementor-inner-section:nth-child(3) .two {
	right: 0;
	top: 0;
	transform-origin: top right;
	transform: scale(0);
}

#s-sec .elementor-inner-section:nth-child(3).active .one {
	transform: translateY(-50%) scale(.8);
}

#s-sec .elementor-inner-section:nth-child(3).active .two {
	transform: scale(.7);
}

#s-sec .elementor-inner-section:nth-child(4) .one {
	top: 8%;
	right: 0;
	transform-origin: right center;
	transform: scale(0);
}

#s-sec .elementor-inner-section:nth-child(4) .two {
	left: 0;
	bottom: 0;
	transform-origin: bottom left;
	transform: scale(0);
}

#s-sec .elementor-inner-section:nth-child(4).active .one {
	transform: scale(.8);
}

#s-sec .elementor-inner-section:nth-child(4).active .two {
	transform: scale(.6);
}

#s-sec .elementor-inner-section:nth-child(5) .one {
	left: 5%;
	top: 5%;
	transform-origin: center;
	transform: scale(0);
}

#s-sec .elementor-inner-section:nth-child(5) .two {
	right: 0;
	top: 0;
	transform-origin: top right;
	transform: scale(0);
}

#s-sec .elementor-inner-section:nth-child(5) .three {
	left: 30%;
	bottom: 0;
	transform-origin: bottom center;
	transform: scale(0);
}

#s-sec .elementor-inner-section:nth-child(5).active .one {
	transform: scale(.8);
}

#s-sec .elementor-inner-section:nth-child(5).active .two {
	transform: scale(.6);
}

#s-sec .elementor-inner-section:nth-child(5).active .three {
	transform: scale(.8);
}

#s-sec .elementor-inner-section:nth-child(6) .one {
	left: 38%;
	top: 5%;
	transform-origin: center;
	transform: scale(0);
}

#s-sec .elementor-inner-section:nth-child(6) .two {
	left: 37%;
	top: 0;
	transform-origin: top center;
	transform: scale(0);
}

#s-sec .elementor-inner-section:nth-child(6) .three {
	left: 0;
	bottom: 5%;
	transform-origin: left center;
	transform: scale(0);
}

#s-sec .elementor-inner-section:nth-child(6).active .one {
	transform: scale(.9);
}

#s-sec .elementor-inner-section:nth-child(6).active .two {
	transform: scale(.7);
}

#s-sec .elementor-inner-section:nth-child(6).active .three {
	transform: scale(.7);
}

.cc-mask {
	filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, .18));
	background: #fff;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}

#s-sec .elementor-widget-html>.elementor-widget-container {
	min-width: 275px;
	max-width: 300px;
	min-height: 75vh;
	margin: 0 auto;
	position: relative;
}

#s-sec .cc-mask {
	position: absolute;
	top: -133.3%;
	right: 0;
	left: 0;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

#s-sec #mask1 {
	top: 0;
	background: #eff8ff;
}

#gh2, #s-sec #mask2 {
	background: #afcbff url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/service-images/service-2-bg.png") no-repeat center;
	background-size: cover;
	align-items: flex-end;
	justify-content: center;
}

#gh2.nitro-lazy, #s-sec #mask2.nitro-lazy {
	background-image: none !important;
}

#gh3, #s-sec #mask3 {
	background: #eef1ff url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/service-images/service-2-bg.png") no-repeat center;
	background-size: cover;
	align-items: flex-end;
}

#gh3.nitro-lazy, #s-sec #mask3.nitro-lazy {
	background-image: none !important;
}

#gh4, #s-sec #mask4 {
	background: #679aff url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/service-images/service-2-bg.png") no-repeat center;
	background-size: cover;
}

#gh4.nitro-lazy, #s-sec #mask4.nitro-lazy {
	background-image: none !important;
}

#gh5, #s-sec #mask5 {
	background: #f1f5ff url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/service-images/service-5-bg.png") no-repeat center;
	background-size: cover;
	background-blend-mode: luminosity;
	-webkit-background-blend-mode: luminosity;
}

#gh5.nitro-lazy, #s-sec #mask5.nitro-lazy {
	background-image: none !important;
}

#s-sec #mask6 {
	background: #f1e9ff url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/service-images/service-2-bg.png") no-repeat center;
	background-size: cover;
	align-items: flex-end;
}

#s-sec #mask6.nitro-lazy {
	background-image: none !important;
}

#mask1 img {
	width: 90%;
}

#gh2 img, #s-sec #mask2 img {
	width: 85%;
}

#gh3 img, #s-sec #mask3 img {
	width: 90%;
}

#gh4 img, #s-sec #mask4 img {
	width: 85%;
}

#gh5 img, #s-sec #mask5 img {
	width: 85%;
}

#s-sec #mask6 img {
	width: 100%;
	border-radius: 0 0 15px 15px;
}

.cc-mask.no-vis {
	display: none;
	opacity: 0 !important;
	visibility: hidden !important;
}

.ghost {
	filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, .18));
	background: #fff;
	margin: auto auto;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

#mask2.active~.ghost, #mask3.active~.ghost, #mask4.active~.ghost, #mask5.active~.ghost {
	opacity: 1;
}

#mask2.active~#mask2, #mask3.active~#mask3, #mask4.active~#mask4, #mask5.active~#mask5 {
	opacity: 0;
}

#site-map .elementor-sitemap-wrap {
	display: block;
}

#site-map .elementor-sitemap-section {
	display: block;
	width: 100%;
	margin: 0 0 40px;
	padding: 0 0 40px;
	border-bottom: 2px solid #f5f5f5;
}

#site-map .elementor-sitemap-section:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

#site-map .elementor-sitemap-title {
	color: #2c3a46;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 15px;
}

#site-map .elementor-sitemap-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 0;
	list-style: none;
	grid-gap: 10px 20px;
}

#site-map .elementor-sitemap-list>li {
	position: relative;
	padding-left: 16px;
	line-height: normal;
}

#site-map .elementor-sitemap-list>li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: linear-gradient(to bottom right, #3ecaff, #1f6bff);
}

body.error404 footer#footer, body.error404 header#site-header {
	display: none !important;
}

#error-page {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/error-back.jpg") no-repeat center;
	background-size: cover;
	z-index: 1;
	overflow: hidden;
}

#error-page.nitro-lazy {
	background-image: none !important;
}

#error-page:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(140deg, #3ecaff 0, #1f6bff 100%);
	mix-blend-mode: multiply;
	-webkit-mix-blend-mode: multiply;
}

#error-page .error-btn {
	background: 0 0;
	border-color: #508bff;
	box-shadow: 0 9px 6.5px rgba(0, 153, 255, 11%);
	border-radius: 8px;
	padding: 12px 28px;
	font-size: 16px;
	font-family: Poppins, sans-serif;
	line-height: 1.5;
	border-style: solid;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-width: 1px;
	text-transform: none;
	font-weight: 400;
	letter-spacing: normal;
}

#error-page .error-btn .effect {
	position: absolute;
	display: block;
	width: 225%;
	height: 562.5px;
	border-radius: 8px;
	background-color: #508bff;
	background-image: linear-gradient(140deg, #3ecaff 0, #1f6bff 100%);
	transition: width .5s ease-in-out, height .5s ease-in-out;
	transform: translate(-50%, -50%);
	z-index: -1;
	left: 50%;
	top: 50%;
}

#error-page .error-btn:hover .effect {
	width: 0;
	height: 0;
}

#error-page .error-image {
	position: relative;
}

#error-page .t-image {
	width: auto;
	max-height: 220px;
}

#error-page .as {
	position: absolute;
	left: 50%;
	top: calc(50% + 20px);
	transform: translate(-50%, -50%);
	max-width: 170px;
	filter: drop-shadow(0 6px 16px rgba(0, 0, 0, .52));
	animation: astronaut 5s ease-in-out infinite alternate;
}

@keyframes astronaut {
	from {
		top: calc(50% + 5px);
	}
	
	to {
		top: calc(50% + 35px);
	}
}

#error-page .error-title {
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	margin: 0 0 35px;
}

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
}

.page-id-1587 #inner-banner .sec-btn.elementor-widget-button a:hover {
	color: #fff;
	border-color: #fff;
}

.page-id-1587 #inner-banner .sec-btn.elementor-widget-button a:hover .white {
	display: inline-block;
}

.page-id-1587 #inner-banner .sec-btn.elementor-widget-button a:hover .blue {
	display: none;
}

.banner-nav p .cl {
	display: block;
	margin: 0 0 10px;
	font-style: italic;
	color: transparent;
}

.banner-nav p .cl a {
	color: inherit;
	background-image: linear-gradient(to right, #3ecaff, #1f6bff, #3ecaff, #1f6bff);
	background-position: left center;
	background-size: 500% auto;
	background-clip: text;
	-webkit-background-clip: text;
	animation: move 5s ease-in-out infinite alternate;
}

@keyframes move {
	from {
		background-position: left center;
	}
	
	to {
		background-position: right center;
	}
}

.banner-nav p .cl a:hover {
	color: inherit;
}

.banner-nav p .cl a:after {
	content: "";
	width: 70px;
	height: 20px;
	display: inline-block;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 87.861 25\"><path fill=\"%2317313b\" d=\"M22.861 0h4v25h-4zm18 17.025c0 3.826-3.217 4.131-4.174 4.131-2.391 0-2.826-2.238-2.826-3.588V8h-4v9.548c0 2.37.744 4.326 2.048 5.63 1.152 1.153 2.878 1.783 4.748 1.783 1.326 0 3.204-.413 4.204-1.326V25h4V8h-4v9.025zM52.861 2h-4v6h-3v4h3v13h4V12h3V8h-3zm15.597 17.917c-.871.783-2.021 1.217-3.283 1.217-2.782 0-4.825-2.043-4.825-4.848s1.978-4.762 4.825-4.762c1.24 0 2.412.413 3.305 1.196l.607.522 2.697-2.696-.675-.609C69.522 8.504 67.415 7.7 65.174 7.7c-5 0-8.631 3.608-8.631 8.565 0 4.936 3.718 8.673 8.631 8.673 2.283 0 4.412-.804 5.979-2.26l.652-.609-2.739-2.694-.608.542zM86.061 9.482C84.909 8.33 83.559 7.7 81.689 7.7c-1.326 0-2.828.413-3.828 1.325V0h-4v25h4v-9.365c0-3.826 2.718-4.13 3.675-4.13 2.391 0 2.325 2.239 2.325 3.587V25h4v-9.887c0-2.37-.495-4.326-1.8-5.631\"/><path fill=\"%23FF3D2E\" d=\"M65.043 13.438a2.891 2.891 0 110 5.784 2.891 2.891 0 010-5.784\"/><path fill=\"%2317313b\" d=\"M17.261 18.721c-1.521 1.565-3.587 2.413-5.761 2.413-4.456 0-7.696-3.5-7.696-8.304 0-4.826 3.24-8.326 7.696-8.326 2.153 0 4.196.847 5.74 2.391l.608.609 2.674-2.674-.587-.609C17.718 1.938 14.718.7 11.5.7 4.935.7 0 5.917 0 12.851 0 19.764 4.957 24.96 11.5 24.96c3.24 0 6.24-1.26 8.457-3.543l.587-.609-2.652-2.717-.631.63z\"/></svg>");
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-bottom: -2px;
}

section#ai-second .elementor-inner-section .elementor-inner-column:last-child .elementor-widget-image {
	margin: 0;
	width: auto;
}

section#ai-cha {
	position: relative;
	z-index: 1;
}

section#ai-cha:before {
	content: "";
	position: absolute;
	z-index: -1;
	background: #f5f5f5;
	width: 75%;
	height: 100%;
	left: 0;
	top: 0;
	clip-path: polygon(0 100%, 0 0, 75% 0, 100% 50%, 75% 100%);
}

.elementor-element.cc-list.ai-list.elementor-widget.elementor-widget-text-editor ul li:before {
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/ai-list.png") no-repeat center;
	background-size: contain;
	height: 20px;
	top: 1px;
}

section#ai-gal:before {
	content: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/ai-chakra.png");
	position: absolute;
	right: 15%;
	top: -22%;
	transform-origin: center;
	transform: scale(.7);
}

section#ai-fea:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -38px;
	border: 20px solid;
	border-color: transparent transparent #f5f5f5;
}

section#ai-tool .elementor-inner-column>.elementor-widget-wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}

section#ai-tool .elementor-widget-image-box {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(50, 44, 231, .25);
	padding: 25px;
	min-height: 300px;
	margin: 0;
	transition: all .4s ease-in-out;
}

section#ai-tool .elementor-widget-image-box:hover {
	box-shadow: 0 3px 15px rgba(50, 44, 231, .29);
}

section#ai-tool .elementor-widget-image-box .elementor-image-box-img {
	display: block;
	width: 100%;
}

section#ai-tool .elementor-widget-image-box .elementor-image-box-img img {
	width: auto;
	max-height: 90px;
	margin: 0;
}

section#ai-tool .elementor-widget-image-box .elementor-image-box-title {
	font-size: 25px;
	font-weight: 500;
	color: #000;
	line-height: 1.2;
	margin: 0 0 6px;
}

section#ai-tool .elementor-widget-image-box .elementor-image-box-description {
	color: #515151;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 400;
}

section#soum-banner {
	overflow: hidden;
}

section#soum-banner .elementor-background-overlay {
	right: 0;
	top: 0;
	width: 60%;
	left: auto;
	clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%);
	z-index: -1;
}

section#soum-banner:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 47%;
	width: 2.5%;
	height: 140%;
	background: #fff;
	transform: translateY(-50%) rotate(33deg);
	z-index: -1;
}

.elementor-element.cc-list.soum-list.elementor-widget.elementor-widget-text-editor ul li:before {
	background: 0 0;
	width: auto;
	height: auto;
	border-width: 10px 6px;
	border-color: transparent transparent #01b9ff;
	border-style: solid;
	top: -4px;
}

.postid-1799 section#ai-fea:before {
	border-color: transparent transparent #dbf5ff;
}

section#soum-tool .elementor-widget-wrap {
	display: block;
}

section#soum-tool .elementor-widget-image-box {
	width: 42%;
}

section#soum-tool .elementor-widget-image-box .elementor-image-box-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

section#soum-tool .elementor-widget-image-box .elementor-image-box-img {
	width: auto;
	margin: 0;
}

section#soum-tool .elementor-widget-image-box .elementor-image-box-img img {
	width: auto;
	max-width: 35px;
}

section#soum-tool .elementor-widget-image-box .elementor-image-box-content {
	width: calc(100% - 35px);
	padding-left: 17px;
}

section#soum-tool .elementor-widget-image-box .elementor-image-box-description {
	color: #515151;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}

section#is-banner .elementor-top-column:last-child>.elementor-widget-wrap {
	display: block;
	max-width: 220px;
	margin-left: auto;
}

section#is-banner h1, section#is-banner img, section#is-banner p {
	position: relative;
	z-index: 2;
}

section#is-gal .elementor-inner-section>.elementor-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 70px;
}

section#is-gal .elementor-inner-section .elementor-inner-column {
	width: 100%;
}

div#is-secure .elementor-widget-image-box .elementor-image-box-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: left;
}

div#is-secure .elementor-widget-image-box .elementor-image-box-img {
	width: 56px;
	margin: 0;
	height: 56px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #d5d5d5;
	border-radius: 7px;
}

div#is-secure .elementor-widget-image-box .elementor-image-box-img img {
	width: 100%;
	height: auto;
	max-width: 18px;
}

div#is-secure .elementor-widget-image-box .elementor-image-box-content {
	width: calc(100% - 56px);
	padding-left: 15px;
}

div#is-secure .elementor-widget-image-box .elementor-image-box-description {
	color: #505056;
	line-height: 1.4;
	font-size: 18px;
	font-weight: 400;
}

section#is-gal .elementor-inner-section .elementor-widget-image img {
	filter: drop-shadow(-10px 4px 20px rgba(0, 0, 0, 20%));
}

.elementor-element.cc-list.is-list.elementor-widget.elementor-widget-text-editor ul li:before {
	background: 0 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 4px solid;
	border-color: #c23c3c;
}

.elementor-element.cc-list.is-list.invert.elementor-widget.elementor-widget-text-editor ul li:before {
	border-color: #fff;
}

section#is-gal {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

section#is-gal:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-20deg);
	width: 130%;
	height: 350px;
	z-index: -1;
	background: #fcf5f5;
}

.portfolio-template-isafe-template section#ai-fea:before {
	border-color: transparent transparent #c73d3d;
}

div#multi .elementor-widget-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

div#multi p {
	background: #fff;
	border-radius: 30px;
	padding: 22px 50px;
}

div#is-mult {
	font-size: 20px;
}

div#is-mult ul li {
	font-size: inherit;
	margin: 0 0 40px;
}

div#is-mult ul li:last-child {
	margin: 0 0 0;
}

div#is-mult ul li b, div#is-mult ul li strong {
	display: block;
	font-size: 25px;
	margin: 0 0 5px;
}

section#ai-tool.is-tool .elementor-widget-image-box {
	background: #fcf5f5;
}

section#ai-fea {
	z-index: 2;
}

.elementor-element.cc-list.swift-list.elementor-widget.elementor-widget-text-editor ul li:before {
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/swift-list.png") no-repeat center;
	background-size: contain;
	width: 13px;
	height: 13px;
}

div#swift-chat .elementor-widget-container {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	padding: 15px 25px;
}

div#swift-chat-in .elementor-widget-container {
	background: #e6eef8;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	padding: 15px 25px;
	position: relative;
	left: 20px;
}

section#swift-cha>.elementor-container {
	position: relative;
	z-index: 1;
	padding-top: 40px;
	padding-bottom: 40px;
}

section#swift-cha>.elementor-container:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 80px);
	z-index: -1;
	height: 100%;
	background: #eef5fd;
	border-radius: 0 0 130px 0;
}

section#swift-gal .elementor-inner-section {
	position: relative;
	z-index: 1;
}

section#swift-gal .elementor-inner-section:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 80px);
	height: 100%;
	z-index: -1;
	background: #f0effc;
	border-radius: 50px;
}

section#swift-gal .elementor-inner-section .elementor-inner-column>.elementor-widget-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
}

section#swift-gal .elementor-inner-section .elementor-widget-image {
	width: 33.33%;
	margin: 0;
}

section#swift-gal .elementor-inner-section .elementor-widget-image:last-child, section#swift-gal .elementor-inner-section .elementor-widget-image:nth-last-child(2) {
	margin-top: 50px;
}

section#swift-gal .elementor-inner-section .elementor-widget-image img {
	width: 100%;
	max-width: 310px;
}

section#swift-gal .elementor-inner-section:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -38px;
	border: 20px solid;
	border-color: #f0effc transparent transparent;
}

.postid-5439 section#ai-fea:before {
	border-color: #fff transparent transparent;
	top: -1px;
}

section#swift-inner-fea .elementor-inner-column>.elementor-widget-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -15px;
	margin-right: -15px;
}

section#swift-inner-fea .elementor-widget-image-box {
	width: 33.33%;
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

section#swift-inner-fea .elementor-widget-image-box:nth-child(1):before, section#swift-inner-fea .elementor-widget-image-box:nth-child(2):before {
	content: "";
	position: absolute;
	right: 15px;
	top: -15px;
	width: 140px;
	height: 35px;
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/swift-arrow.png") no-repeat center;
	background-size: contain;
	z-index: -1;
	transform: translateX(100%);
}

section#swift-inner-fea .elementor-widget-image-box:last-child {
	width: 65%;
	margin-top: 50px;
}

section#swift-inner-fea .elementor-widget-image-box .elementor-image-box-img {
	display: block;
	width: 100%;
}

section#swift-inner-fea .elementor-widget-image-box .elementor-image-box-title {
	color: #312be7;
	font-weight: 500;
	font-size: 22px;
	margin: 0 0 8px;
}

section#swift-inner-fea .elementor-widget-image-box .elementor-image-box-description {
	color: #707070;
	line-height: 1.4;
	font-weight: 400;
	font-size: 17px;
}

section#ai-tool.swift-tool .elementor-widget-image-box {
	background: #f4f0f7;
}

section#rv-gal:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -38px;
	border: 20px solid;
	border-color: #825fb2 transparent transparent;
}

section#rv-fea .elementor-inner-section {
	padding: 40px;
	border-radius: 30px;
}

section#rv-purple .headero-box .elementor-image-box-img {
	background: #815eb2;
}

.elementor-element.cc-list.rv-list.elementor-widget.elementor-widget-text-editor ul li:before {
	background: #fc73ae;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: 7px;
}

.elementor-element.cc-list.rv-list.purp.elementor-widget.elementor-widget-text-editor ul li:before {
	background: #8555c8;
}

.elementor-element.cc-list.rv-list.yellow.elementor-widget.elementor-widget-text-editor ul li:before {
	background: #f69b23;
}

section#ss-banner .elementor-top-column {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, .7);
}

section#ss-banner .elementor-top-column>.elementor-widget-wrap {
	padding: 50px 0;
	width: calc(100% - 100px);
}

.elementor-element.cc-list.ss-list.elementor-widget.elementor-widget-text-editor ul li:before {
	background: #717171;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: 7px;
}

div#ss-client-image .elementor-widget-image {
	z-index: 1;
}

div#ss-client-image .elementor-widget-image:before {
	content: "";
	position: absolute;
	left: 50px;
	top: 60px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/ss-client-back.png") no-repeat bottom right;
	background-size: contain;
}

div#ss-multi-image .elementor-widget-image {
	z-index: 1;
}

div#ss-multi-image .elementor-widget-image:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: calc(100% + 40px);
	height: 100%;
	z-index: -1;
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/ss-multi-back.png") no-repeat center;
	background-size: contain;
	transform: translateX(-50%);
}

.postid-5800 section#rv-fea .headero-box .elementor-image-box-img {
	background: #fa9b35;
}

section#ss-app-feature {
	overflow: hidden;
}

section#ss-app-feature .elementor-widget-image .elementor-widget-container {
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	max-height: 490px;
	border-radius: 38px 38px 0 0;
}

section#ss-app-feature .elementor-widget-image .elementor-widget-container:before {
	content: "";
	position: absolute;
	left: 0;
	top: -2px;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/ss-outer.png") no-repeat top center;
	background-size: contain;
}

section#ss-app-feature .elementor-widget-image .elementor-widget-container:after {
	content: "";
	position: absolute;
	left: 0;
	top: 28px;
	width: 100%;
	height: 52px;
	z-index: 1;
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/ss-anganwadi-top-cut.jpg") no-repeat center;
	background-size: contain;
}

section#ss-app-feature .elementor-widget-image img {
	width: 100%;
	padding: 28px 7px 0;
}

section#ss-down-sec {
	overflow: hidden;
}

section#ss-down-sec div#ss-down-screen {
	position: relative;
}

section#ss-down-sec div#ss-down-screen:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 300px;
	height: 300px;
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/ss-icon.png") no-repeat center;
	background-size: contain;
	transform: translateX(-45%);
	z-index: -1;
}

section#prop-banner {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

div#prop-research {
	padding: 0 0 50px;
}

div#prop-research>.elementor-widget-wrap {
	padding: 0 40px 40px;
	background: linear-gradient(to bottom, #fff, #f1f7ff);
	border-radius: 30px;
	box-shadow: 0 3px 6px rgba(0, 62, 123, .3);
	margin-left: -40px;
}

div#prop-research .elementor-widget-image {
	margin: 0 0 -20px;
	transform: translateY(-48%);
}

section#prop-banner .elementor-widget-html {
	margin: 0;
	position: static;
}

section#prop-banner .aeroplane {
	position: absolute;
	right: 55%;
	top: 20%;
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/prop-aeroplane.png") no-repeat center;
	width: 115px;
	height: 40px;
	background-size: contain;
	z-index: -1;
}

section#prop-banner .aeroplane.nitro-lazy {
	background-image: none !important;
}

section#prop-banner .build-one {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 500px;
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/prop-build-one.png") no-repeat center bottom;
	background-size: cover;
	z-index: -1;
}

section#prop-banner .build-one.nitro-lazy {
	background-image: none !important;
}

section#prop-banner .build-two {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 300px;
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/prop-build-two.png") no-repeat 30% bottom;
	background-size: cover;
	z-index: -1;
}

section#prop-banner .build-two.nitro-lazy {
	background-image: none !important;
}

section#prop-brand .elementor-inner-column:last-child {
	position: relative;
	z-index: 1;
	min-height: 450px;
	align-items: center;
	justify-content: center;
}

section#prop-brand .elementor-inner-column:last-child:before {
	content: "";
	position: absolute;
	left: -80px;
	top: 0;
	width: calc(100% + 80px);
	height: 100%;
	z-index: -1;
	background: #fff;
	opacity: .7;
	border-radius: 30px 30px 30px 100px;
}

section#prop-brand .elementor-inner-column:last-child .elementor-widget-wrap {
	width: 80%;
	margin-left: auto;
	margin-right: 6%;
}

div#prop-id-image {
	transform: translateX(25%);
	z-index: 2;
}

div#prop-bg {
	margin: -300px 0 60px;
}

section#prop-init .elementor-widget-text-editor {
	position: relative;
	margin: 0;
}

section#prop-init .elementor-widget-heading {
	margin: 55% 0;
}

section#prop-init .elementor-widget-text-editor:first-child {
	margin: 28% 0;
}

section#prop-init .elementor-widget-text-editor:nth-child(2) {
	margin: 34% 0;
}

section#prop-init .elementor-widget-text-editor:nth-child(3) {
	margin: 28% 0;
}

section#prop-init .elementor-widget-text-editor:nth-child(4) {
	margin: 22% 0;
}

section#prop-init .elementor-widget-text-editor:last-child {
	margin: 70% 0 0;
}

section#prop-init .elementor-widget-text-editor:before {
	content: "";
	position: absolute;
	background-image: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/prop-arrow.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 200px;
	height: 58px;
	z-index: 1;
}

section#prop-init .elementor-widget-text-editor:first-child:before {
	left: -34%;
	bottom: -175%;
	transform: rotateX(180deg) rotateZ(4deg);
}

section#prop-init .elementor-widget-text-editor:nth-child(2):before {
	left: -32%;
	top: -114%;
}

section#prop-init .elementor-widget-text-editor:nth-child(3):before {
	left: -22%;
	top: -130%;
	transform: rotate(8deg);
}

section#prop-init .elementor-widget-text-editor:nth-child(4):before {
	right: -32%;
	top: -115%;
	transform: rotateY(180deg);
}

section#prop-init .elementor-widget-text-editor:last-child:before {
	left: -30%;
	top: -310%;
}

section#prop-approach .elementor-widget-wrap {
	display: block;
	max-width: 600px;
	margin: 0 auto;
}

section#prop-approach .elementor-widget-image {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}

section#prop-approach .elementor-widget-image:first-child {
	position: relative;
}

section#prop-study .elementor-widget-image-box {
	position: relative;
	z-index: 1;
}

section#prop-study .elementor-widget-image-box:after {
	content: "";
	position: absolute;
	left: 52%;
	top: 50px;
	border-top: 2px dashed #e3e3e3;
	width: 100%;
	z-index: -1;
}

section#prop-study .elementor-inner-column:last-child .elementor-widget-image-box:after {
	display: none;
}

section#prop-study .elementor-widget-image-box .elementor-image-box-title {
	color: #0054a8;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background: #fdfdfd;
	border-radius: 20px;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	border: 10px solid #f3f3f3;
	font-size: 25px;
	box-shadow: 0 10px 6px rgba(0, 0, 0, .16);
}

section#prop-study .elementor-widget-image-box .elementor-image-box-description {
	color: #636363;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	margin: 25px 0 0;
}

section#prop-work>.elementor-container {
	position: relative;
	z-index: 5;
}

section#prop-work:before {
	content: "";
	position: absolute;
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/prop-work-bg.png") no-repeat center;
	background-size: cover;
	left: 0;
	top: 110px;
	width: 100%;
	height: 186px;
	z-index: 1;
}

section#prop-work .elementor-widget-image-box .elementor-image-box-img {
	width: 100%;
	margin: 0;
	height: 200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

section#prop-work .elementor-widget-image-box .elementor-image-box-img img {
	width: auto;
	max-height: 100px;
}

section#prop-work .elementor-widget-image-box .elementor-image-box-title {
	margin: 20px 0 0;
	font-size: 20px;
	font-weight: 500;
	color: #333;
	line-height: 1.2;
}

section#prop-work .elementor-inner-column:nth-child(2) .elementor-widget-image-box .elementor-image-box-img {
	align-items: flex-end;
}

section#prop-work .elementor-inner-column:last-child .elementor-widget-image-box .elementor-image-box-img {
	align-items: flex-end;
}

section#prop-work .elementor-inner-column:last-child .elementor-widget-image-box .elementor-image-box-img img {
	margin-bottom: 15px;
}

section#prop-work .elementor-background-overlay {
	left: auto;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: none;
}

section#prop-fin .elementor-widget-image img {
	width: 100%;
	max-width: 280px;
}

.page-template-thankyou-template footer#footer, .page-template-thankyou-template header#site-header {
	display: none !important;
}

div#thank a.error-btn {
	background: 0 0;
	border-color: #508bff;
	box-shadow: 0 9px 6.5px rgba(0, 153, 255, 11%);
	border-radius: 100px;
	padding: 12px 28px;
	font-size: 16px;
	font-family: Poppins, sans-serif;
	line-height: 1.5;
	border-style: solid;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-width: 1px;
	text-transform: none;
	font-weight: 400;
	letter-spacing: normal;
}

div#thank a.error-btn .effect {
	position: absolute;
	display: block;
	width: 225%;
	height: 562.5px;
	border-radius: 50%;
	background-color: #508bff;
	background-image: linear-gradient(140deg, #3ecaff 0, #1f6bff 100%);
	transition: width .5s ease-in-out, height .5s ease-in-out;
	transform: translate(-50%, -50%);
	z-index: -1;
	left: 50%;
	top: 50%;
}

div#thank a.error-btn:hover .effect {
	width: 0;
	height: 0;
}

div#thank-page {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/error-back.jpg") no-repeat center;
	background-size: cover;
	z-index: 1;
	overflow: hidden;
}

div#thank-page.nitro-lazy {
	background-image: none !important;
}

div#thank-page:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(140deg, #3ecaff 0, #1f6bff 100%);
	mix-blend-mode: multiply;
	-webkit-mix-blend-mode: multiply;
}

div#thank-page div#particles-js {
	z-index: -1;
}

div#thank {
	text-align: center;
}

@keyframes jumping {
	0% {
		top: 0;
	}
	
	50% {
		top: -10px;
	}
	
	100% {
		top: 0;
	}
}

div#thank h1 {
	margin: 0 0 20px;
	color: #3ecaff;
	font-size: 80px;
	font-weight: 700;
	text-shadow: .25px .25px #20666d, .5px .5px #20666d, .75px .75px #20666d, 1px 1px #20666d, 1.25px 1.25px #20666d, 1.5px 1.5px #20666d, 1.75px 1.75px #20666d, 2px 2px #20666d, 2.25px 2.25px #20666d, 2.5px 2.5px #20666d, 2.75px 2.75px #20666d, 3px 3px #20666d, 3.25px 3.25px #20666d, 3.5px 3.5px #20666d, 3.75px 3.75px #20666d, 4px 4px #20666d, 4.25px 4.25px #20666d, 4.5px 4.5px #20666d, 4.75px 4.75px #20666d, 5px 5px #20666d, 5.25px 5.25px #20666d, 5.5px 5.5px #20666d, 5.75px 5.75px #20666d, 6px 6px #20666d;
}

div#thank h1>span.word>span {
	color: inherit;
	animation: jumping 1.75s infinite;
}

div#thank h1>span.word>span:before {
	color: inherit;
}

div#thank h1>span.word>span:nth-child(1) {
	animation-delay: .3s;
}

div#thank h1>span.word>span:nth-child(2) {
	animation-delay: .5s;
}

div#thank h1>span.word>span:nth-child(3) {
	animation-delay: .7s;
}

div#thank h1>span.word>span:nth-child(4) {
	animation-delay: .9s;
}

div#thank h1>span.word>span:nth-child(5) {
	animation-delay: 1.1s;
}

div#thank p {
	color: #fff;
	font-weight: 300;
	font-size: 17px;
	margin: 0 0 40px;
}

html.over {
	overflow: hidden;
}

.page-template-careers-revamp-template header#site-header div#site-logo a, .page-template-careers-revamp-template header#site-header nav#site-navigation ul#menu-header-menu li a, .page-id-1002 header#site-header div#site-logo a, .page-id-1002 header#site-header nav#site-navigation ul#menu-header-menu li a, .page-id-1587 header#site-header div#site-logo a, .page-id-1587 header#site-header nav#site-navigation ul#menu-header-menu li a, .postid-1329 header#site-header div#site-logo a, .postid-1329 header#site-header nav#site-navigation ul#menu-header-menu li a, .postid-1330 header#site-header div#site-logo a, .postid-1330 header#site-header nav#site-navigation ul#menu-header-menu li a, .postid-1318 header#site-header div#site-logo a, .postid-1318 header#site-header nav#site-navigation ul#menu-header-menu li a, .page-template-service-template header#site-header div#site-logo a, .page-template-service-template header#site-header nav#site-navigation ul#menu-header-menu li a, .postid-1785 header#site-header div#site-logo a, .postid-1785 header#site-header nav#site-navigation ul#menu-header-menu li a, .postid-1801 header#site-header div#site-logo a, .postid-1801 header#site-header nav#site-navigation ul#menu-header-menu li a, .page-template-about-template header#site-header nav#site-navigation ul#menu-header-menu li a, .page-template-about-template header#site-header div#site-logo a, .service-template-innovative-web-development-templates header#site-header nav#site-navigation ul#menu-header-menu li a, .service-template-innovative-web-development-templates header#site-header div#site-logo a, .service-template-product-engineering-development-template header#site-header nav#site-navigation ul#menu-header-menu li a, .service-template-product-engineering-development-template header#site-header div#site-logo a, .service-template-generative-ai-template header#site-header nav#site-navigation ul#menu-header-menu li a, .service-template-generative-ai-template header#site-header div#site-logo a, .service-template-ui-ux-consulting-template header#site-header nav#site-navigation ul#menu-header-menu li a, .service-template-ui-ux-consulting-template header#site-header div#site-logo a, .service-template-mobile-application-development-template header#site-header div#site-logo a, .service-template-mobile-application-development-template header#site-header nav#site-navigation ul#menu-header-menu li a {
	color: #fff;
}

.page-template-careers-revamp-template.scroll-up header#site-header div#site-logo a, .page-template-careers-revamp-template.scroll-down header#site-header div#site-logo a, .page-id-1002.scroll-up header#site-header div#site-logo a, .page-id-1002.scroll-down header#site-header div#site-logo a, .page-id-1587.scroll-up header#site-header div#site-logo a, .page-id-1587.scroll-down header#site-header div#site-logo a, .postid-1329.scroll-up header#site-header div#site-logo a, .postid-1329.scroll-down header#site-header div#site-logo a, .postid-1330.scroll-up header#site-header div#site-logo a, .postid-1330.scroll-down header#site-header div#site-logo a, .postid-1318.scroll-up header#site-header div#site-logo a, .postid-1318.scroll-down header#site-header div#site-logo a, .page-template-service-template.scroll-up header#site-header div#site-logo a, .page-template-service-template.scroll-down header#site-header div#site-logo a, .postid-1785.scroll-up header#site-header div#site-logo a, .postid-1785.scroll-down header#site-header div#site-logo a, .postid-1801.scroll-up header#site-header div#site-logo a, .postid-1801.scroll-down header#site-header div#site-logo a, .page-template-about-template.scroll-up header#site-header div#site-logo a, .service-template-innovative-web-development-templates.scroll-up header#site-header div#site-logo a, .service-template-innovative-web-development-templates.scroll-up header#site-header div#site-logo a, .service-template-product-engineering-development-template.scroll-down header#site-header div#site-logo a, .service-template-product-engineering-development-template.scroll-up header#site-header div#site-logo a, .service-template-generative-ai-template.scroll-down header#site-header div#site-logo a, .service-template-generative-ai-template.scroll-up header#site-header div#site-logo a, .service-template-ui-ux-consulting-template.scroll-down header#site-header div#site-logo a, .service-template-ui-ux-consulting-template.scroll-up header#site-header div#site-logo a, .service-template-mobile-application-development-template.scroll-up header#site-header div#site-logo a, .service-template-mobile-application-development-template.scroll-up header#site-header nav#site-navigation ul#menu-header-menu li a {
	color: rgba(0, 0, 0, .9);
}

.page-template-careers-revamp-template.scroll-up header#site-header nav#site-navigation ul#menu-header-menu li a, .page-template-careers-revamp-template.scroll-down header#site-header nav#site-navigation ul#menu-header-menu li a, .page-id-1002.scroll-up header#site-header nav#site-navigation ul#menu-header-menu li a, .page-id-1002.scroll-down header#site-header nav#site-navigation ul#menu-header-menu li a, .page-id-1587.scroll-up header#site-header nav#site-navigation ul#menu-header-menu li a, .page-id-1587.scroll-down header#site-header nav#site-navigation ul#menu-header-menu li a, .postid-1329.scroll-up header#site-header nav#site-navigation ul#menu-header-menu li a, .postid-1329.scroll-down header#site-header nav#site-navigation ul#menu-header-menu li a, .postid-1330.scroll-up header#site-header nav#site-navigation ul#menu-header-menu li a, .postid-1330.scroll-down header#site-header nav#site-navigation ul#menu-header-menu li a, .postid-1318.scroll-up header#site-header nav#site-navigation ul#menu-header-menu li a, .postid-1318.scroll-down header#site-header nav#site-navigation ul#menu-header-menu li a, .page-template-service-template.scroll-up header#site-header nav#site-navigation ul#menu-header-menu li a, .page-template-service-template.scroll-down header#site-header nav#site-navigation ul#menu-header-menu li a, .postid-1785.scroll-up header#site-header nav#site-navigation ul#menu-header-menu li a, .postid-1785.scroll-down header#site-header nav#site-navigation ul#menu-header-menu li a, .postid-1801.scroll-up header#site-header nav#site-navigation ul#menu-header-menu li a, .postid-1801.scroll-down header#site-header nav#site-navigation ul#menu-header-menu li a, .page-template-about-template.scroll-up header#site-header nav#site-navigation ul#menu-header-menu li a, .service-template-innovative-web-development-templates.scroll-up header#site-header nav#site-navigation ul#menu-header-menu li a, .service-template-innovative-web-development-templates.scroll-down header#site-header nav#site-navigation ul#menu-header-menu li a, .service-template-product-engineering-development-template.scroll-up header#site-header nav#site-navigation ul#menu-header-menu li a, .service-template-product-engineering-development-template.scroll-down header#site-header nav#site-navigation ul#menu-header-menu li a, .service-template-generative-ai-template.scroll-up header#site-header nav#site-navigation ul#menu-header-menu li a, .service-template-generative-ai-template.scroll-down header#site-header nav#site-navigation ul#menu-header-menu li a, .service-template-ui-ux-consulting-template.scroll-up header#site-header nav#site-navigation ul#menu-header-menu li a, .service-template-ui-ux-consulting-template.scroll-down header#site-header nav#site-navigation ul#menu-header-menu li a, .service-template-mobile-application-development-template.scroll-up header#site-header nav#site-navigation ul#menu-header-menu li a {
	color: #37383c;
}

section#cc-sitemap .elementor-sitemap-page-list .page-item-1729 {
	display: none;
}

body a:focus {
	outline: none !important;
}

.car-col .entry-content p {
	font-weight: 400;
}

section#hire-banner {
	display: flex;
	width: 100%;
	height: 100vh;
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/uploads/2021/10/banner-back.jpg") no-repeat center;
	background-size: cover;
	align-items: center;
}

section#hire-banner.nitro-lazy {
	background-image: none !important;
}

section#hire-banner .hire-inner {
	margin-top: -80px;
}

section#hire-banner canvas {
	width: 100% !important;
	height: 100% !important;
	mix-blend-mode: difference;
	-webkit-mix-blend-mode: difference;
	-moz-mix-blend-mode: difference;
}

section#hire-banner .hire-in-cont {
	text-align: center;
	max-width: 600px;
	margin: -100px auto 0 auto;
}

a.cc-btn {
	background: 0 0;
	border-color: #508bff;
	box-shadow: 0 9px 6.5px rgba(0, 153, 255, 11%);
	border-radius: 100px;
	padding: 12px 20px;
	font-size: 16px;
	font-family: Poppins, sans-serif;
	line-height: 1.5;
	font-weight: 500;
	border-style: solid;
	overflow: hidden;
	z-index: 1;
	border-width: 1px;
	display: inline-block;
	color: #fff;
	position: relative;
	transition: all .5s ease-in-out;
}

a.cc-btn img {
	width: auto;
	height: 12px;
	margin-left: 10px;
}

a.cc-btn .blue {
	display: none;
}

a.cc-btn:hover {
	color: #508bff;
	background: #fff;
}

a.cc-btn:hover .white {
	display: none;
}

a.cc-btn:hover .blue {
	display: inline-block;
}

a.cc-btn .effect {
	position: absolute;
	display: block;
	width: 225%;
	height: 562.5px;
	border-radius: 50%;
	background-color: #508bff;
	background-image: linear-gradient(140deg, #3ecaff 0, #1f6bff 100%);
	transition: width .5s ease-in-out, height .5s ease-in-out;
	transform: translate(-50%, -50%);
	z-index: -1;
	left: 50%;
	top: 50%;
}

a.cc-btn:hover .effect {
	width: 0;
	height: 0;
}

.app-dev-im {
	position: relative;
}

.app-dev-im .elementor-widget-container {
	max-width: 300px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.app-dev-im .app-dev-el {
	position: absolute;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	left: 9%;
	top: -24%;
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/uploads/2022/10/round-1.png") no-repeat center;
	background-size: cover;
	animation: hero-circle 1s linear infinite;
}

.app-dev-im .app-dev-el.nitro-lazy {
	background-image: none !important;
}

.app-dev-im .app-dev-el:nth-child(1) {
	animation-duration: 60s;
}

.app-dev-im .app-dev-el:nth-child(2) {
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/uploads/2022/10/round-2.png") no-repeat center;
	background-size: cover;
	animation-duration: 50s;
}

.app-dev-im .app-dev-el:nth-child(2).nitro-lazy {
	background-image: none !important;
}

.app-dev-im .app-dev-el:nth-child(3) {
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/source/rev-ae940ea/gcdev.greychaindesign.com/wp-content/uploads/2022/10/round-3.png") no-repeat center;
	background-size: cover;
	animation-duration: 70s;
}

.app-dev-im .app-dev-el:nth-child(3).nitro-lazy {
	background-image: none !important;
}

@keyframes hero-circle {
	from {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(360deg);
	}
}

section#ss-image-slider {
	overflow: hidden;
	position: relative;
	padding: 50px 0;
	background: linear-gradient(to bottom, #e9edf2, #f5f5f5);
}

section#ss-image-slider button.slick-arrow {
	top: 50%;
	position: absolute;
	left: 30px;
	bottom: -30px;
	width: 44px;
	height: 44px;
	border: none;
	border-radius: 50%;
	color: #fff;
	fill: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	z-index: 9;
	background: #0070e1;
	font-size: 15px;
	transform: translateY(-50%);
	transition: all .5s;
}

section#ss-image-slider button.slick-arrow.next-arrow {
	left: auto;
	right: 30px;
}

section#ss-image-slider .gallery-item img {
	width: 100%;
}

section#ss-image-slider .elementor-widget-image {
	margin: 0;
}

section#ss-app-launch .elementor-widget-video video {
	height: 300px;
}

section#prop-engage .elementor-widget-image-box {
	border-bottom: 1px solid rgba(252, 186, 64, .6);
	padding-bottom: 20px;
	margin-bottom: 20px;
}

section#prop-engage .elementor-widget-image-box:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

section#prop-engage .elementor-widget-image-box .elementor-image-box-img {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0;
	border-radius: 50%;
	background: #0054a8;
}

section#prop-engage .elementor-widget-image-box .elementor-image-box-img img {
	width: auto;
	height: 34px;
}

section#prop-engage .elementor-widget-image-box .elementor-image-box-content {
	width: calc(100% - 70px);
	padding-left: 25px;
}

section#podcast>.elementor-container {
	padding-left: calc(( 100vw - 1110px ) / 2);
}

.podcast-row>.slick-list {
	padding: 0 150px 50px 0 !important;
}

.podcast-row .podcast-col {
	padding: 30px 20px 30px 0;
}

.podcast-row .pod-col-in {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, .12);
	height: 100%;
}

.podcast-row .podcast-image img {
	border-radius: 10px;
	width: 100%;
	display: block;
	height: 200px;
	object-fit: cover;
	object-position: center;
}

.podcast-row .podcast-cont {
	padding: 15px 20px;
	min-height: 135px;
}

.podcast-row .title-text {
	color: #092439;
	font-weight: 500;
	font-size: 20px;
	margin: 0 0 10px;
}

.podcast-row .entry-content {
	font-size: 15px;
	line-height: 1.5em;
	color: #324351;
}

.podcast-row button.slick-arrow {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	-webkit-appearance: none;
	outline: 0;
	color: #000;
	background: 0 0;
	border: 1px solid #000;
	font-size: 18px;
	transition: all .3s ease;
}

.podcast-row button.slick-arrow.next-arrow {
	left: 60px;
}

.podcast-row button.slick-arrow:hover {
	color: #fff;
	background: #000;
}

div#f-col.ph-col>.code {
	position: absolute;
	left: 1px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

div#f-col.ph-col>.phone, div#f-col.ph-col>.phone .intl-tel-input {
	width: 100%;
	display: block;
}

div#f-col.ph-col>.phone .intl-tel-input .flag-container {
	position: absolute;
	left: 1px;
	top: 1px;
	right: auto;
	z-index: 1;
	width: 100px;
	height: calc(100% - 2px);
	border-radius: 6px 0 0 6px;
	background: #eee;
}

div#f-col.ph-col>.phone .intl-tel-input .flag-container .selected-flag {
	position: relative;
}

div#f-col.ph-col>.phone .intl-tel-input .flag-container .selected-flag .country-code-selected {
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 500;
	color: #495057;
	font-size: 14px;
}

div#port-load {
	z-index: 99999;
}

.sec-btn.white-btn.elementor-widget-button a {
	border-color: #fff;
	color: #508bff;
}

.sec-btn.white-btn.elementor-widget-button a .effect {
	background: #fff;
}

.sec-btn.white-btn.elementor-widget-button a .white {
	display: none;
}

.sec-btn.white-btn.elementor-widget-button a .blue {
	display: inline-block;
}

.sec-btn.white-btn.elementor-widget-button a:hover {
	color: #fff;
}

.sec-btn.white-btn.elementor-widget-button a:hover .white {
	display: inline-block;
}

.sec-btn.white-btn.elementor-widget-button a:hover .blue {
	display: none;
}

.slickArrow {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-120%);
	width: 44px;
	font-size: 17px;
	height: 44px;
	line-height: normal;
	padding: 0;
	margin: 0;
	border: 1px solid;
	outline: none;
	border-radius: 50%;
	z-index: 10;
	background: transparent;
	transition: all .3s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slickArrow.nextArrow {
	left: auto;
	right: 50%;
	transform: translateX(120%);
}

.slickArrow i {
	position: relative;
	bottom: -1px;
}

.slickArrow.dark {
	border-color: #092439;
	color: #092439;
}

.slickArrow.dark:hover {
	background: #092439;
	color: #fff;
}

.no-show-form-data {
	display: none;
}

div#apply {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -99999;
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, .41);
	display: none;
	align-items: center;
	justify-content: center;
	transition: all .2s;
}

div#apply.active {
	display: flex;
	z-index: 99999;
	opacity: 1;
	visibility: visible;
}

.jobPopIn {
	width: calc(100% - 40px);
	max-width: 600px;
	background: #fff;
	border-radius: 20px;
	padding: 25px;
	position: relative;
}

#jobClose {
	cursor: pointer;
	position: absolute;
	right: 18px;
	z-index: 1;
	top: 22px;
	font-size: 28px;
	line-height: normal;
}

.job-pop .pop-title {
	padding-right: 25px;
}

div#full-form .form-label {
	display: block;
	font-size: 13px;
	color: #000;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 5px;
}

div#full-form .form-label .requiredStar {
	color: #1f6bff;
}

.car-col {
	box-shadow: 0 7px 20px rgba(0, 0, 0, .22);
}

.car-col.hidden {
	display: none;
}

.moreJob {
	margin: 35px 0 0;
}

#vieMoreJobBtn {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 130px;
	margin-left: auto;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	border-radius: 100px;
	line-height: normal;
	height: 45px;
	position: relative;
	z-index: 1;
	transition: all .3s cubic-bezier(.21, .87, .35, 1.21);
}

#vieMoreJobBtn:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 0;
	height: 100%;
	width: 45px;
	border-radius: 100px;
	background: #4c4c69;
	transition: inherit;
	z-index: -1;
}

#vieMoreJobBtn:hover:before {
	width: 100%;
	left: 0;
}

#vieMoreJobBtn img {
	width: auto;
	height: 10px;
	margin-left: 10px;
}

.car-col .car-wrap .time, .car-col .car-wrap .badge {
	display: flex;
	align-items: center;
}

.car-col .car-wrap .time i, .car-col .car-wrap .badge i {
	margin-right: 5px;
	font-size: calc(100% + 2px);
}

.jobPopDataInner.car-col {
	box-shadow: none;
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

.car-col .title-text {
	margin: 0 0 12px;
}

div#apply div#full-form .form-control {
	height: 40px;
	min-height: 40px;
	font-size: 14px;
}

div#apply .wpcf7-form-control-wrap {
	display: block;
}

.form-sub-btn button {
	background: transparent;
	border-color: #508bff;
	box-shadow: 0 9px 6.5px rgba(0, 153, 255, 11%);
	border-radius: 100px;
	padding: 10px 22px;
	font-size: 14px;
	font-family: Poppins, sans-serif;
	line-height: 1.5;
	font-weight: 400;
	border-style: solid;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-width: 1px;
	display: inline-block;
	text-transform: none;
	letter-spacing: normal;
	color: #fff;
	margin: 5px 0 0;
}

.form-sub-btn button:hover {
	color: #508bff;
	background: transparent;
}

.form-sub-btn button .effect {
	position: absolute;
	display: block;
	width: 225%;
	height: 562.5px;
	border-radius: 50%;
	background-color: #508bff;
	background-image: linear-gradient(140deg, #3ecaff 0, #1f6bff 100%);
	transition: width .5s ease-in-out, height .5s ease-in-out;
	transform: translate(-50%, -50%);
	z-index: -1;
	left: 50%;
	top: 50%;
}

.form-sub-btn button:hover .effect {
	width: 0;
	height: 0;
}

.form-sub-btn button img {
	width: auto;
	height: 12px;
	margin-left: 10px;
}

.form-sub-btn button .blue {
	display: none;
}

.form-sub-btn button:hover .blue {
	display: inline-block;
}

.form-sub-btn button:hover .white {
	display: none;
}

div#full-form .form-control {
	border-color: #8ca2db !important;
}

div#full-form #fileUploadInput {
	display: block;
	border-style: dashed;
	height: 130px !important;
	min-height: 130px !important;
	font-size: 0 !important;
	transition: all .2s ease-in-out;
}

div#full-form #fileUploadInput.highlight {
	border-style: solid;
	box-shadow: 0 0 10px rgba(140, 162, 219, .52);
}

.fileUploadData {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	pointer-events: none;
}

.fileUploadData .uploadIcon {
	width: 50px;
	height: 50px;
}

.fileUploadData .dragMessage {
	margin: 7px 0 4px;
	font-size: 15px;
	color: #000;
	line-height: normal;
}

.fileUploadData .dragMessage span {
	color: #1f6bff;
}

.fileUploadData .supportedType {
	color: #8b97af;
	font-size: 12px;
	font-weight: 400;
	margin: 0;
	line-height: normal;
}

.fileUploadAllData {
	display: flex;
	align-items: center;
	pointer-events: auto;
	background: #1f6bff;
	color: #fff;
	border-radius: 3px;
	height: 26px;
}

.fileUploadAllData .fileUploadName {
	max-width: 250px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0 40px 0 10px;
	font-weight: 400;
	line-height: normal;
	font-size: 12px;
}

.fileUploadAllData .fileUploadClose {
	width: 26px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: normal;
	background: #1658d9;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 400;
	cursor: pointer;
}

#jobPopLoader {
	text-align: center;
}

.jobPopIn {
	max-width: 950px;
}

#jobPopAllData {
	display: flex;
	flex-wrap: wrap;
}

.jobPopRight {
	width: 45%;
	padding-left: 20px;
}

#jobPopData {
	width: 55%;
	overflow: auto;
	padding-right: 20px;
	max-height: 500px;
	border-right: 4px solid #e2e8f3;
}

#jobPopData.no-border {
	border: none;
}

#jobPopData::-webkit-scrollbar {
	width: 4px;
	border-radius: 10px;
}

#jobPopData::-webkit-scrollbar-track {
	background: #e2e8f3;
	border-radius: 10px;
}

#jobPopData::-webkit-scrollbar-thumb {
	background: #1f6bff;
	border-radius: 10px;
}

section#meet .elementor-inner-column {
	height: 420px;
}

section#meet .elementor-inner-column:nth-child(2) .elementor-widget-image, section#meet .elementor-inner-column:nth-child(3) .elementor-widget-image {
	height: 202px;
}

#jobPopData .title-text {
	margin-top: -7px;
}

#jobClose {
	top: 18px;
	font-size: 25px;
}

.car-col .entry-content {
	line-height: 1.6em;
}

.car-col .entry-content p, .car-col .entry-content ul {
	color: #667288;
	line-height: inherit;
}

.car-col .entry-content li::marker {
	color: #266efc;
}

.car-col .entry-content ul li {
	margin-bottom: 10px;
}

@media (min-width: 1600px) {
	:root {
		--containerWidth: 1400px;
		--size: 1.2rem;
	}
	
	.port-sec-col .desc {
		font-size: 16px;
	}
	
	.port-sec-col .port-image .two {
		transform: skew(-4deg, -4deg);
		margin-bottom: -45px;
		max-width: 270px;
	}
	
	.port-sec-col .port-image .one {
		max-width: 280px;
		transform: skew(4deg, 4deg);
		bottom: -100px;
		border-radius: 25px;
	}
	
	.port-sec-col {
		height: 820px;
	}
	
	.port-sec-col .port-image .two:before {
		border-radius: 25px;
	}
	
	.port-sec-col .port-image .one:before {
		border-radius: 27px;
	}
	
	div#port-load h2 .load-text {
		bottom: -6px;
	}
	
	.elementor-element.mock-image.elementor-widget.elementor-widget-image .elementor-widget-container {
		transform: rotate3d(-38, -60, -24, 35deg) scale(1.1);
		transform-origin: left top;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column.cut-col .elementor-widget-image:nth-child(2) {
		right: 50px;
	}
	
	div#app-screen .gallery-item img {
		max-height: 700px;
	}
	
	#s-ban .elementor-widget-html>.elementor-widget-container, #s-sec .elementor-widget-html>.elementor-widget-container {
		max-width: 360px;
		min-height: 70vh;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column.cut-col .circle-mask {
		clip-path: none;
		left: 95px;
		width: 520px;
		top: 324px;
	}
	
	section#banner .elementor-widget-heading {
		margin: 0 0 40px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column .big-circle {
		left: 130px;
		top: -30px;
		width: 450px;
		height: 450px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column.cut-col .big-circle {
		left: 130px;
		top: 0;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(2)>.elementor-widget-wrap {
		margin-left: 120px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(4)>.elementor-widget-wrap {
		margin-left: 100px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(3)>.elementor-widget-wrap {
		margin-left: 80px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column.cut-col .elementor-widget-image:nth-child(1) img {
		max-height: 560px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column.cut-col .elementor-widget-image:nth-child(2) img {
		max-height: 580px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column.cut-col .elementor-widget-image:nth-child(3) img {
		max-height: 550px;
	}
	
	.blog-col .blog-image img {
		height: 350px;
	}
	
	section#banner .ban-bef {
		width: 1000px;
		height: 1000px;
		left: -8%;
		top: -34%;
	}
	
	#error-page .error404-content {
		transform: scale(1.1);
	}
	
	section#ai-req .elementor-top-column .elementor-widget-image:nth-child(2) {
		left: 70px;
		padding: 0;
	}
	
	section#ai-req .elementor-top-column .elementor-widget-image:nth-child(1) {
		padding: 0;
		right: 50px;
	}
	
	section#is-banner .elementor-top-column:last-child>.elementor-widget-wrap {
		max-width: 300px;
	}
	
	section#swift-inner-fea .elementor-widget-image-box:nth-child(1):before, section#swift-inner-fea .elementor-widget-image-box:nth-child(2):before {
		width: 180px;
		height: 45px;
		right: 30px;
	}
	
	section#ss-app-feature .elementor-widget-image .elementor-widget-container {
		max-width: 350px;
		max-height: 680px;
		border-radius: 50px 50px 0 0;
	}
	
	section#ss-app-feature .elementor-widget-image .elementor-widget-container:after {
		height: 74px;
		top: 40px;
	}
	
	section#ss-app-feature .elementor-widget-image img {
		padding: 40px 10px 0;
	}
	
	section#podcast>.elementor-container {
		padding-left: calc(( var(--scrnWidth) - var(--containerWidth) ) / 2);
	}
	
	.podcast-row .title-text {
		font-size: 22px;
	}
	
	.podcast-row .entry-content {
		font-size: 16px;
	}
	
	.podcast-row .podcast-image img {
		height: 260px;
	}
	
	.port-slide-bot .title_text {
		font-size: 20px;
	}
	
	.port-slide-bot p {
		font-size: 15px;
	}
	
	.port-slide-bot .slide-brand img {
		max-width: 70px;
		max-height: 70px;
	}
	
	.port-slide-in .wp-post-image {
		height: 300px;
	}
	
	section#banner .image-sec>.elementor-widget-wrap {
		transform: scale(.8);
	}
	
	section#comp-vid .elementor-widget-video>.elementor-widget-container {
		max-width: 750px;
		margin-top: 30px;
		margin-bottom: 54px;
	}
}

@media (min-width: 1900px) {
	section#banner .ban-bef {
		left: -6%;
		top: -38%;
		width: 1200px;
		height: 1200px;
	}
	
	#error-page .error404-content {
		transform: scale(1.2);
	}
	
	section#ai-gal:before {
		top: -14%;
	}
	
	section#is-banner .elementor-top-column:last-child .elementor-widget-image img {
		width: 100%;
	}
	
	section#is-banner .elementor-top-column:last-child>.elementor-widget-wrap {
		max-width: 330px;
	}
	
	section#swift-inner-fea .elementor-widget-image-box:nth-child(1):before, section#swift-inner-fea .elementor-widget-image-box:nth-child(2):before {
		width: 180px;
		height: 45px;
		right: 30px;
	}
	
	section#ss-banner .elementor-top-column>.elementor-widget-wrap {
		padding: 80px 0;
		width: calc(100% - 160px);
	}
	
	section#ss-app-feature .elementor-widget-image .elementor-widget-container {
		max-width: 350px;
		max-height: 680px;
		border-radius: 50px 50px 0 0;
	}
	
	section#ss-app-feature .elementor-widget-image .elementor-widget-container:after {
		height: 74px;
		top: 40px;
	}
	
	section#ss-app-feature .elementor-widget-image img {
		padding: 40px 10px 0;
	}
	
	.podcast-row .title-text {
		font-size: 23px;
	}
	
	.podcast-row .podcast-image img {
		height: 280px;
	}
}

@media (min-width: 2500px) {
	:root {
		--containerWidth: 1400px;
		--size: 1.4rem;
	}
	
	.port-sec-col {
		height: 1020px;
		padding: 60px 120px 0;
	}
	
	.port-sec-col .port-image .one {
		max-width: 330px;
	}
	
	.port-sec-col .port-image .two {
		max-width: 330px;
	}
	
	.port-sec-col .port-image .one:before, .port-sec-col .port-image .two:before {
		border-radius: 30px;
	}
	
	.port-sec-col .view-btn {
		max-width: 262px;
		font-size: 22px;
	}
	
	section#banner .image-sec>.elementor-widget-wrap {
		transform: scale(.8);
	}
	
	header#site-header div#site-logo img.custom-logo {
		max-height: 50px;
	}
	
	header#site-header div#site-logo a {
		font-size: 25px;
	}
	
	header#site-header .after-header-content .btn img {
		width: auto;
		height: 22px;
	}
	
	.banner-nav p {
		font-size: 23px;
	}
	
	section#client {
		max-width: 880px;
	}
	
	.blog-row {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.blog-cat a {
		font-size: 18px;
	}
	
	.blog-col .blog-image img {
		height: 320px;
	}
	
	.blog-col h3 {
		font-size: 26px;
	}
	
	.blog-col .entry-content {
		font-size: 20px;
	}
	
	.blog-col .time {
		font-size: 18px;
	}
	
	.single-blog-in {
		max-width: 1000px;
	}
	
	.bar-container {
		max-width: 1550px;
	}
	
	.author-bar .top-bar h4 {
		font-size: 19px;
	}
	
	.author-bar .top-bar img {
		width: 38px;
		height: 38px;
	}
	
	.author-bar .bottom-bar p {
		font-size: 17px;
	}
	
	.author-bar .bottom-bar p:before {
		font-size: 20px;
	}
	
	.author-bar {
		width: 230px;
	}
	
	.single-content-sec .entry-content li, .single-content-sec .entry-content p {
		font-size: 22px;
	}
	
	.single-blog-in .post-meta .post-left .date, .single-blog-in .post-meta .post-left h5 {
		font-size: 18px;
	}
	
	.port-row .port-col .port-bot {
		max-width: 100%;
	}
	
	.port-row .port-col .port-bot .title_text {
		font-size: 28px;
	}
	
	.port-row .port-col .port-bot p {
		font-size: 16px;
	}
	
	.pt-close {
		font-size: 20px;
	}
	
	.sl-elm {
		transform: scale(.8);
	}
	
	.open .slick-current .sl-rosa .sl-elm.one {
		left: -6%;
		bottom: -10%;
	}
	
	.open .slick-current .sl-rosa .sl-elm.two {
		right: -15%;
		top: -30%;
	}
	
	.open .slick-current .sl-gbv .sl-elm.one {
		bottom: -15%;
	}
	
	.open .slick-current .sl-gbv .sl-elm.two {
		right: -15%;
		transform: scale(.8) translateY(-50%);
	}
	
	.open .slick-current .sl-truescoop .sl-elm.one {
		left: 0;
		bottom: -7%;
	}
	
	.open .slick-current .sl-truescoop .sl-elm.two {
		top: -15%;
	}
	
	.open .slick-current .sl-truescoop .sl-elm.three {
		right: -8%;
		bottom: -20%;
	}
	
	.sl-oky .sl-elm.six {
		max-width: 550px;
	}
	
	.sl-oky .sl-elm.three {
		max-width: 500px;
	}
	
	.sl-oky .sl-elm.four {
		max-width: 410px;
		bottom: 12%;
		right: 14%;
	}
	
	section#creation .elementor-widget-image img {
		max-width: 700px;
	}
	
	section#creation .one {
		top: 3%;
		left: 34%;
	}
	
	section#s-btn .elementor-widget-button a {
		font-size: 25px;
		height: 72px;
	}
	
	.test-col .entry-content {
		font-size: 30px;
	}
	
	.test-col .test-head img {
		width: 70px;
		height: 70px;
	}
	
	.test-col .test-head h2.title_text {
		font-size: 20px;
	}
	
	.test-col .test-col-in {
		max-width: 690px;
	}
	
	section#data .elementor-widget-image img {
		max-width: 500px;
	}
	
	div#form-col>.elementor-widget-wrap {
		max-width: 700px;
	}
	
	div#full-form .form-control {
		min-height: 54px;
		font-size: 20px;
	}
	
	div#full-form input[type=file] {
		line-height: 38px;
	}
	
	div#full-form .wpcf7-checkbox .wpcf7-list-item-label {
		font-size: 20px;
	}
	
	div#full-form .wpcf7-list-item input[type=checkbox] {
		width: 22px;
		height: 23px;
		margin-top: -10px;
	}
	
	div#full-form .wpcf7-list-item input[type=checkbox]:before {
		background-size: 14px;
	}
	
	div#form-col .elementor-widget-image:nth-child(2) {
		padding: 0;
		left: 390px;
		top: -50px;
	}
	
	footer#footer div#footer-widgets div#site-logo img.custom-logo {
		max-height: 60px;
	}
	
	footer#footer div#footer-widgets div#site-logo a {
		font-size: 25px;
	}
	
	footer#footer div#footer-widgets .widget-title {
		font-size: 28px;
		margin-bottom: 30px;
	}
	
	footer#footer div#footer-bottom div#copyright, footer#footer div#footer-widgets p, footer#footer div#footer-widgets ul.menu li a {
		font-size: 20px;
	}
	
	section#meet .elementor-inner-column {
		height: 600px;
	}
	
	section#meet .elementor-inner-column:nth-child(2) .elementor-widget-image, section#meet .elementor-inner-column:nth-child(3) .elementor-widget-image {
		height: 292px;
	}
	
	.elementor-element.ab-img-two.elementor-widget.elementor-widget-image img {
		max-height: 580px;
		object-fit: cover;
		object-position: center;
	}
	
	header#site-header nav#site-navigation ul#menu-header-menu ul.megamenu {
		width: 1070px;
	}
	
	.port-sec-col .port-brand {
		max-height: 90px;
	}
	
	.port-sec-col .port-title {
		font-size: 35px;
	}
	
	.port-sec-col .desc {
		font-size: 22px;
	}
	
	div#port-load .port-load-in {
		transform: scale(1.8);
	}
	
	div#port-load h2 .load-text {
		bottom: -4px;
	}
	
	section#rosa-banner>.elementor-container {
		min-height: 70vh;
	}
	
	section#rosa-banner .elementor-widget-image img {
		max-width: 450px;
		position: relative;
		left: 90px;
	}
	
	section#learn .elementor-widget-image {
		text-align: center;
	}
	
	section#learn .elementor-widget-image img {
		max-width: 420px;
	}
	
	section#asses .elementor-widget-image img {
		max-width: 420px;
	}
	
	section#me-banner>.elementor-container {
		min-height: 70vh;
	}
	
	section#me-banner .elementor-top-column:first-child {
		padding-top: 70px;
	}
	
	section#true-banner {
		padding: 200px 0 0;
	}
	
	section#true-banner>.elementor-container {
		min-height: 138vh;
	}
	
	section#tilt-bg {
		margin-top: -55vh;
	}
	
	section#tilt-bg .elementor-background-overlay {
		height: calc(100% + 20vh);
	}
	
	section#cast {
		padding: 120px 0 0;
	}
	
	section#true-an .elementor-inner-column>.elementor-widget-wrap {
		transform: scale(1.5);
		transform-origin: top center;
		margin-bottom: 200px;
	}
	
	section#true-banner .elementor-top-column:last-child .elementor-widget-image img {
		height: 70vh;
	}
	
	div#pod-list>.elementor-widget-wrap {
		max-width: 400px;
	}
	
	div#pod-list:before {
		left: 240px;
	}
	
	div#pod-list:after {
		left: 232px;
	}
	
	div#challenge-image .elementor-widget-image .elementor-widget-container {
		width: 500px;
	}
	
	div#challenge-image img {
		max-width: 100%;
	}
	
	div#challenge-image .elementor-widget-image .elementor-widget-container:before {
		height: 320px;
		top: 205px;
	}
	
	div#challenge-image .elementor-widget-image .elementor-widget-container:after {
		bottom: 110px;
		height: 300px;
	}
	
	div#app-screen .gallery-item img {
		max-height: 100%;
		width: 100%;
		max-width: 450px;
	}
	
	#s-ban .elementor-widget-html>.elementor-widget-container, #s-sec .elementor-widget-html>.elementor-widget-container {
		max-width: 480px;
		min-height: 68vh;
	}
	
	#s-sec .cc-mask {
		top: -147%;
	}
	
	.cc-nav a {
		font-size: 18px;
		max-width: 400px;
	}
	
	.cc-nav .next a:before, .cc-nav .prev a:before {
		font-size: 15px;
		letter-spacing: -6px;
	}
	
	section#comp-vid .elementor-widget-video {
		max-width: 1405px;
	}
	
	section#comp-vid .elementor-widget-video>.elementor-widget-container {
		max-width: 1200px;
		margin-top: 45px;
		margin-bottom: 85px;
	}
	
	.car-col .title-text, .job-pop .pop-title {
		font-size: 30px;
	}
	
	.car-col .car-wrap .badge, .car-col .car-wrap .time {
		font-size: 16px;
	}
	
	.car-col .entry-content p, .car-col .entry-content ul {
		font-size: 20px;
		line-height: 1.6;
	}
	
	.car-col .entry-content ul {
		padding-left: 30px;
	}
	
	.car-col .job-btn {
		font-size: 20px;
	}
	
	section#banner .ban-bef {
		width: 1800px;
		height: 1800px;
		left: -14%;
		top: -50%;
	}
	
	#error-page .error404-content {
		transform: scale(1.6);
	}
	
	#s-sec .elementor-inner-section:nth-child(1).active .one {
		transform: scale(1.2);
	}
	
	#s-sec .elementor-inner-section:nth-child(1).active .two {
		transform: scale(1);
	}
	
	#s-sec .elementor-inner-section:nth-child(2).active .one {
		transform: scale(1.6);
	}
	
	#s-sec .elementor-inner-section:nth-child(2).active .two {
		transform: scale(1);
	}
	
	#s-sec .elementor-inner-section:nth-child(2).active .three {
		transform: scale(1.6);
	}
	
	#s-sec .elementor-inner-section:nth-child(3).active .one {
		transform: translateY(-50%) scale(1.2);
	}
	
	#s-sec .elementor-inner-section:nth-child(3).active .two {
		transform: scale(1);
	}
	
	#s-sec .elementor-inner-section:nth-child(4).active .one {
		transform: scale(1.5);
	}
	
	#s-sec .elementor-inner-section:nth-child(4).active .two {
		transform: scale(1);
	}
	
	#s-sec .elementor-inner-section:nth-child(5).active .one {
		transform: scale(1.3);
	}
	
	#s-sec .elementor-inner-section:nth-child(5).active .two {
		transform: scale(1);
	}
	
	#s-sec .elementor-inner-section:nth-child(5).active .three {
		transform: scale(1.5);
	}
	
	#s-sec .elementor-inner-section:nth-child(6).active .one {
		transform: scale(1.5);
	}
	
	#s-sec .elementor-inner-section:nth-child(6).active .two {
		transform: scale(1);
	}
	
	#s-sec .elementor-inner-section:nth-child(6).active .three {
		transform: scale(1.5);
	}
	
	section#ai-gal:before {
		right: 13%;
		transform: scale(1);
	}
	
	div#f-col.ph-col>.code {
		left: 2px;
	}
	
	div#f-col.ph-col input#code {
		min-height: 50px;
	}
	
	section#rv-banner h1.elementor-heading-title, section#swift-banner h1.elementor-heading-title {
		font-size: 55px;
		line-height: 1.2;
	}
	
	section#ss-banner .elementor-top-column>.elementor-widget-wrap {
		padding: 150px 0;
		width: calc(100% - 300px);
	}
	
	section#ss-banner h1.elementor-heading-title {
		font-size: 50px;
	}
	
	section#ss-banner>.elementor-container {
		min-height: 85vh;
	}
	
	section#ss-app-feature .elementor-widget-image .elementor-widget-container {
		max-width: 450px;
		max-height: 880px;
		border-radius: 70px 70px 0 0;
	}
	
	section#ss-app-feature .elementor-widget-image .elementor-widget-container:after {
		height: 94px;
		top: 50px;
	}
	
	section#ss-app-feature .elementor-widget-image img {
		padding: 50px 10px 0;
	}
}

@media (min-width: 3500px) {
	:root {
		--containerWidth: 1900px;
	}
	
	.port-row .port-col .port-bot .title_text {
		font-size: 38px;
	}
	
	.port-row .port-col .port-bot p {
		font-size: 26px;
	}
	
	section#ss-app-feature .elementor-widget-image .elementor-widget-container {
		max-width: 450px;
		max-height: 880px;
		border-radius: 70px 70px 0 0;
	}
	
	section#ss-app-feature .elementor-widget-image .elementor-widget-container:after {
		height: 94px;
		top: 50px;
	}
	
	section#ss-app-feature .elementor-widget-image img {
		padding: 50px 10px 0;
	}
	
	#careerBanner .elementor-heading-title {
		font-size: 65px;
	}
	
	#careerBanner .elementor-widget-text-editor {
		font-size: 23px;
	}
	
	#careerBanner>.elementor-container {
		height: 910px !important;
	}
}

@media (min-width: 5000px) {
	.port-row .port-col .port-bot .title_text {
		font-size: 48px;
	}
	
	.port-row .port-col .port-bot p {
		font-size: 36px;
	}
}

@media screen and (min-width: 768px) and (max-width:1600px) {
	footer#footer div#footer-widgets ul.menu li a {
		padding-right: 20px;
	}
}

@media (max-width: 1280px) {
	section#banner {
		overflow: hidden;
	}
	
	section#home-form .one {
		display: none;
	}
	
	section#home-form .elementor-top-column:last-child .elementor-widget-image:nth-child(1) {
		padding: 0;
		transform: scale(.6);
		right: -110px;
		left: auto;
	}
	
	#error-page .error404-content {
		transform: scale(.8);
	}
}

@media (max-width: 1100px) {
	footer#footer div#footer-widgets .footer-box {
		justify-content: center;
		width: 100%;
	}
	
	footer#footer div#footer-widgets .footer-box:not(:last-child) {
		margin-bottom: 10px;
	}
	
	footer#footer div#footer-widgets .footer-box.col-2 {
		gap: 10px;
		margin-top: 10px;
	}
	
	footer#footer div#footer-widgets .footer-box.col-2:after {
		display: none;
	}
	
	footer#footer div#footer-widgets .foot-locations {
		margin-left: 0;
	}
	
	footer#footer div#footer-widgets {
		padding: 15px 0;
	}
	
	#footer-widgets .col {
		margin-bottom: 0 !important;
	}
	
	footer#footer div#footer-widgets ul.menu {
		justify-content: center;
	}
}

@media (max-width: 1024px) {
	section#home-form .elementor-top-column:last-child .elementor-widget-image:nth-child(1) {
		transform: scale(.4);
	}
	
	section#home-form .elementor-top-column:last-child .elementor-widget-image:nth-child(3) {
		right: -20px;
		padding: 0;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(1) .elementor-widget-image {
		margin: 0;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column .big-circle {
		top: -60px;
		left: 40px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(2) .big-circle {
		top: -30px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(1) .elementor-widget-image:nth-child(1) img {
		width: 230px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(1) .elementor-widget-image:nth-child(2) img {
		width: 120px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(1) .elementor-widget-image:nth-child(3) img {
		width: 120px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(1) .elementor-widget-image:nth-child(4) img {
		width: 70px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(1) .elementor-widget-image:nth-child(6) img {
		width: 80px;
	}
	
	.elementor-element.sec-title.elementor-widget.elementor-widget-heading h2.elementor-heading-title {
		font-size: 45px;
	}
	
	.port-row .port-col {
		transform: scale(.95);
	}
	
	.port-row .port-col .port-bot {
		padding: 20px;
	}
	
	.port-row .port-col .port-bot .title_text {
		font-size: 20px;
	}
	
	.port-row .port-col .port-bot p {
		font-size: 15px;
	}
	
	.concept-list li {
		font-size: 14px;
		padding: 10px 20px;
	}
	
	section#profit .badge-one img {
		max-width: 160px;
	}
	
	.aw-col h2.title_text {
		font-size: 22px;
		text-align: center;
	}
	
	section#profit .clutch-logo .elementor-widget-container {
		text-align: center;
	}
	
	section#profit .sec-btn {
		width: 100%;
		text-align: center;
	}
	
	section#profit>.elementor-container {
		height: 130px;
		flex-wrap: nowrap;
	}
	
	section#customers .three {
		top: -150px;
	}
	
	section#customers.go .three {
		transform: scale(.6);
	}
	
	.test-col .entry-content {
		font-size: 22px;
	}
	
	section#data .elementor-top-column .elementor-widget-wrap {
		padding: 0;
	}
	
	.elementor-element.sec-title.elementor-widget.elementor-widget-heading h3.elementor-heading-title {
		font-size: 36px;
	}
	
	section#ab-count .elementor-widget-counter .elementor-counter-number-wrapper {
		font-size: 40px;
	}
	
	section#ab-count .elementor-widget-counter .elementor-counter-title {
		font-size: 20px;
	}
	
	.elementor-element.ab-img-two.elementor-widget.elementor-widget-image img {
		max-height: 500px;
		object-fit: cover;
		object-position: center;
	}
	
	header#site-header nav#site-navigation ul#menu-header-menu li a {
		margin: 0 12px;
	}
	
	section#work .elementor-inner-column .elementor-widget-image {
		max-width: 20%;
	}
	
	.port-sec-col {
		height: 580px;
	}
	
	.port-sec-col .port-image .two:before {
		border-radius: 15px;
	}
	
	.port-sec-col .port-image .one:before {
		border-radius: 16px;
	}
	
	.port-sec-col .port-image .one {
		left: 10px;
	}
	
	.port-sec-col .port-image .two {
		margin-right: 10px;
	}
	
	section#rosa-banner .elementor-widget-image img {
		max-width: 230px;
	}
	
	section#rosa-banner .elementor-background-overlay {
		width: 70%;
	}
	
	section#learn .elementor-background-overlay {
		width: 28%;
		background-position: right center;
		background-size: cover;
	}
	
	.line-box {
		width: 210px;
		margin-left: -10px;
	}
	
	.line-circle {
		margin-left: -10px;
	}
	
	section#headero-banner .elementor-widget__width-auto img {
		max-width: 200px;
	}
	
	section#app-screen-contain {
		overflow: hidden;
	}
	
	div#app-screen .gallery-item img {
		max-height: 100%;
		width: 98%;
	}
	
	#s-ban .elementor-widget-html>.elementor-widget-container, #s-sec .elementor-widget-html>.elementor-widget-container {
		max-width: 340px;
		min-height: 48vh;
	}
	
	#s-sec .cc-mask {
		top: -208.4%;
	}
	
	section#ai-second .elementor-inner-section .elementor-inner-column:last-child .elementor-widget-image img {
		width: auto;
		max-height: 80px;
	}
	
	section#ai-req .elementor-top-column:last-child .elementor-widget-image:nth-child(1) {
		padding: 0;
	}
	
	section#ai-req .elementor-top-column:last-child .elementor-widget-image:nth-child(2) {
		padding: 0;
		left: -20px;
	}
	
	section#ai-req .elementor-top-column:last-child .elementor-widget-image:nth-child(1) img, section#ai-req .elementor-top-column:last-child .elementor-widget-image:nth-child(2) img {
		max-width: 200px;
	}
	
	section#ai-gal:before {
		right: 3%;
	}
	
	.postid-1785 section#app-screen-contain, .postid-1799 section#app-screen-contain {
		padding-top: 15px;
		padding-bottom: 120px;
	}
	
	section#ai-gal, section#soum-gal {
		padding-bottom: 20px;
	}
	
	section#soum-banner .elementor-background-overlay {
		width: 70%;
		clip-path: polygon(60% 0, 100% 0, 100% 100%, 0 100%);
	}
	
	section#soum-banner:before {
		transform: translateY(-50%) rotate(17.5deg);
		left: 47%;
	}
	
	section#is-banner .elementor-top-column:last-child>.elementor-widget-wrap {
		max-width: 320px;
	}
	
	section#swift-banner>.elementor-container {
		min-height: 88vh;
	}
	
	section#swift-gal .elementor-inner-section .elementor-widget-image img {
		max-width: 290px;
	}
	
	section#swift-inner-fea .elementor-widget-image-box:nth-child(1):before, section#swift-inner-fea .elementor-widget-image-box:nth-child(2):before {
		width: 100px;
		right: 5px;
	}
	
	section#rv-banner {
		background-position: right center;
	}
	
	section#rv-banner {
		background-position: right center;
		height: 95vh;
	}
	
	section#rv-gal {
		padding: 60px 0 0;
	}
	
	section#rv-gal section#app-screen-contain {
		padding: 15px 0 130px;
	}
	
	section#ss-gal {
		padding: 60px 0 0;
	}
	
	section#ss-gal section#app-screen-contain {
		padding: 15px 0 130px;
	}
	
	.podcast-row>.slick-list {
		padding: 0 80px 50px 0 !important;
	}
	
	.podcast-row .podcast-image img {
		height: 120px;
	}
	
	section#podcast>.elementor-container {
		padding-left: 20px;
	}
	
	section#profit .clutch-logo {
		width: 100%;
		margin: 0 0 10px 0;
	}
	
	.aw-col h2.title_text {
		font-size: 14px;
	}
}

@media (max-width: 769px) {
	#footer-widgets .footer-box {
		padding: 0 !important;
	}
	
	:root {
		--containerWidth: 100vw;
		--size: .9rem;
	}
	
	.elementor-container .elementor-container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	section#banner h1.elementor-heading-title {
		font-size: 50px;
	}
	
	.change-text {
		min-height: 66px;
	}
	
	body section.elementor-section .elementor-column.elementor-inner-column, body section.elementor-section .elementor-column.elementor-top-column {
		width: 100%;
	}
	
	.elementor-column.elementor-inner-column:not(:last-child), .elementor-column.elementor-top-column:not(:last-child) {
		margin-bottom: 30px;
	}
	
	section#banner {
		padding: 120px 0 0;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column .big-circle {
		top: 50% !important;
		left: 50% !important;
		transform: translate(-50%, -50%) !important;
	}
	
	section#banner .image-sec>.elementor-widget-wrap {
		transform: scale(.8);
	}
	
	section#banner .elementor-inner-section .elementor-inner-column {
		margin: 0;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(2) .elementor-widget-image:nth-child(1) {
		left: auto;
		right: 140px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(2) .elementor-widget-image:nth-child(2) {
		left: 150px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(2) .elementor-widget-image:nth-child(3) {
		left: 70px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(2) .elementor-widget-image:nth-child(4) {
		right: 110px;
		left: auto;
		top: 160px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(4) .elementor-widget-image:nth-child(1) {
		left: 40px;
		right: auto;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(4) .elementor-widget-image:nth-child(2) {
		right: auto;
		left: -120px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(4) .elementor-widget-image:nth-child(3) {
		right: -150px;
		left: auto;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(3) .elementor-widget-image:nth-child(1) {
		left: 100px;
		bottom: -20px;
		top: auto;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(3) .elementor-widget-image:nth-child(2) {
		left: auto;
		right: 30px;
		bottom: -20px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(3) .elementor-widget-image:nth-child(3) {
		left: 53%;
		transform: translateX(-50%);
		bottom: -25px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column.cut-col .circle-mask {
		left: 50%;
		transform: translateX(-50%);
		top: auto;
		bottom: 29px;
	}
	
	.elementor-element.sec-title.elementor-widget.elementor-widget-heading h2.elementor-heading-title {
		font-size: 35px;
	}
	
	.elementor-heading-title br {
		display: none;
	}
	
	.elementor-widget-wrap.elementor-element-populated {
		padding: 0 !important;
	}
	
	section#client {
		max-width: 100%;
	}
	
	section#s-btn .elementor-inner-column {
		width: 50%;
		margin: 0;
	}
	
	.concept-list:before {
		left: 8px;
		right: auto;
		top: 21px;
	}
	
	section#profit>.elementor-container {
		height: 220px;
		flex-wrap: wrap;
	}
	
	section#profit .badge-one img {
		max-width: 190px;
	}
	
	.aw-col h2.title_text {
		font-size: 25px;
	}
	
	section#profit .elementor-top-column:first-child:after {
		display: none;
	}
	
	section#profit .elementor-top-column {
		margin: 0;
	}
	
	section#profit .elementor-top-column:last-child {
		margin-top: -180px;
		padding-left: 220px;
	}
	
	section#profit .elementor-widget-shortcode {
		flex-grow: 1;
		margin-top: -110px;
	}
	
	section#profit .badge-one {
		top: -20px;
	}
	
	section#customers {
		padding: 80px 0 100px;
	}
	
	.test-col .test-col-in {
		max-width: 100%;
	}
	
	.test-row button.slick-arrow {
		left: 20px;
	}
	
	.test-row button.slick-arrow.next-arrow {
		left: 80px;
	}
	
	section#data .elementor-widget-image {
		margin-bottom: -60px;
	}
	
	div#form-col>.elementor-widget-wrap {
		padding: 30px !important;
	}
	
	section#home-form .elementor-top-column:last-child {
		order: -1;
	}
	
	section#home-form .elementor-top-column:first-child {
		margin: 60px 0 0;
	}
	
	section#home-form .elementor-top-column:last-child .elementor-widget__width-auto:nth-child(2) {
		top: 400px;
		left: auto;
		right: 110px;
	}
	
	section#home-form .elementor-top-column:last-child .elementor-widget__width-auto:nth-child(3) {
		top: 200px;
		right: 0;
	}
	
	footer#footer div#footer-widgets .footer-box {
		width: 50%;
	}
	
	footer#footer div#footer-widgets .footer-box:last-child {
		margin: 0;
	}
	
	footer#footer div#footer-bottom div#footer-bottom-menu {
		margin: 20px 0 0;
	}
	
	footer#footer div#footer-bottom div#footer-bottom-inner {
		justify-content: center;
	}
	
	section#creation .one {
		left: 49%;
		top: 3%;
	}
	
	section#creation, section#data, section#look, section#trust {
		padding: 80px 0;
	}
	
	section#inner-banner h2.elementor-heading-title {
		font-size: 35px;
	}
	
	section#inner-banner {
		height: 50vh;
	}
	
	section#work .elementor-inner-column .elementor-widget-image {
		max-width: 25%;
	}
	
	.port-sec-row {
		grid-template-columns: repeat(2, 1fr);
	}
	
	section#inner-banner>.elementor-container {
		height: 100%;
		min-height: auto;
	}
	
	.port-sec-col {
		height: 600px;
	}
	
	.postid-1327 section#download-sec .elementor-top-column:nth-child(2) {
		order: 1;
		margin: 30px 0 0;
	}
	
	.postid-1327 section#download-sec .elementor-top-column:first-child {
		margin: 0 20px 0 0;
		width: auto;
	}
	
	.postid-1327 section#download-sec .elementor-top-column:last-child {
		width: auto;
	}
	
	section#single-form h2 {
		font-size: 35px;
		margin: 0 0 40px;
		text-align: center;
	}
	
	section#single-form h2 br {
		display: none;
	}
	
	section#single-form .row>* {
		max-width: 100% !important;
	}
	
	section#single-form {
		padding: 70px 0;
	}
	
	.elementor-element.ab-img-two.elementor-widget.elementor-widget-image img {
		max-height: 700px;
	}
	
	section#meet .elementor-inner-column {
		margin: 0;
		height: 350px;
	}
	
	section#meet .elementor-inner-column:nth-child(2) .elementor-widget-image, section#meet .elementor-inner-column:nth-child(3) .elementor-widget-image {
		height: 167px;
	}
	
	.elementor-element.mock-image.elementor-widget.elementor-widget-image {
		text-align: center;
		margin-top: 90px;
		margin-bottom: 30px;
	}
	
	.elementor-element.mock-image.elementor-widget.elementor-widget-image .elementor-widget-container {
		margin-left: -60px;
	}
	
	section#multi .elementor-widget-image-box .elementor-image-box-img {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	
	section#multi .elementor-widget-image-box .elementor-image-box-img img {
		margin: 0 auto !important;
	}
	
	section#rosa-banner .elementor-background-overlay {
		width: 80%;
	}
	
	section#rosa-banner .elementor-widget-image img {
		max-width: 350px;
	}
	
	section#asses .elementor-widget-image, section#learn .elementor-widget-image, section#rosa-banner .elementor-widget-image {
		text-align: center;
	}
	
	section#learn .elementor-widget-image img {
		max-width: 400px;
	}
	
	section#learn .elementor-background-overlay {
		width: 50%;
	}
	
	section#asses .elementor-widget-image img {
		max-width: 400px;
	}
	
	.postid-1330 section#down-sec .elementor-top-column:first-child {
		order: 1;
		margin: 40px 0 0;
	}
	
	section#me-banner>.elementor-container {
		min-height: 60vh;
	}
	
	footer#footer {
		overflow: hidden;
	}
	
	section#true-banner .mob-image img {
		max-height: 100%;
		max-width: 400px;
	}
	
	section#true-banner .mob-image {
		text-align: center;
	}
	
	section#true-banner>.elementor-container {
		align-content: flex-start;
		min-height: 160vh;
	}
	
	section#true-an .elementor-inner-column>.elementor-widget-wrap {
		display: block;
		width: 84%;
	}
	
	section#cast {
		padding: 70px 0 0;
	}
	
	.line-box, .line-circle, div#pod-list:after, div#pod-list:before {
		display: none;
	}
	
	div#pod-list>.elementor-widget-wrap {
		max-width: 420px;
		margin: 0 auto;
	}
	
	.postid-1318 section#down-sec .elementor-widget {
		text-align: center;
	}
	
	section#headero-banner {
		height: 70vh;
	}
	
	div#challenge-image .elementor-widget-image img {
		max-width: 100%;
	}
	
	div#challenge-image .elementor-widget-image .elementor-widget-container {
		display: block;
		max-width: 390px;
		margin: 0 auto;
	}
	
	section#head-app-fea {
		padding: 70px 0;
	}
	
	section#s-ban {
		height: auto;
		padding: 120px 0 80px;
	}
	
	section#s-ban>.elementor-container {
		align-content: flex-start;
	}
	
	section#s-ban .elementor-widget-heading, section#s-ban .elementor-widget-text-editor {
		text-align: center;
	}
	
	section#s-ban .elementor-widget-heading br {
		display: none;
	}
	
	section#s-sec .elementor-inner-section {
		height: auto;
		padding: 80px 0;
	}
	
	section#s-sec .elementor-inner-section .elementor-inner-column {
		width: 100%;
	}
	
	section#s-sec .elementor-widget-heading, section#s-sec .elementor-widget-text-editor {
		text-align: center;
	}
	
	#s-ban .elementor-widget-html>.elementor-widget-container, #s-sec .elementor-widget-html>.elementor-widget-container {
		max-width: 340px;
		min-height: 52vh;
	}
	
	.ghost {
		display: none !important;
	}
	
	#s-sec .cc-mask {
		top: 0;
		left: 0;
		display: block;
	}
	
	.heateor_sss_mobile_footer {
		display: none !important;
	}
	
	.blog-col .blog-image img {
		height: 190px;
	}
	
	.blog-col .entry-content {
		font-size: 14px;
	}
	
	.blog-col h3 {
		font-size: 16px;
	}
	
	.blog-row {
		grid-gap: 30px;
	}
	
	.single-blog-in h1.post-title {
		font-size: 35px;
	}
	
	.single-content-sec .entry-content li, .single-content-sec .entry-content p {
		font-size: 16px;
	}
	
	.single-content-sec .entry-content h1 {
		font-size: 30px;
	}
	
	.single-content-sec .entry-content h2 {
		font-size: 25px;
	}
	
	.single-content-sec .entry-content h3 {
		font-size: 20px;
	}
	
	.single-content-sec .entry-content h4 {
		font-size: 18px;
	}
	
	.single-content-sec .entry-content h5 {
		font-size: 16px;
	}
	
	.bar-container {
		display: none;
	}
	
	.single-b {
		padding: 120px 0 40px;
	}
	
	section#life .elementor-widget-image-box {
		max-width: 100%;
	}
	
	.car-row {
		grid-template-columns: 100%;
	}
	
	section#comp-vid .elementor-widget-video>.elementor-widget-container {
		max-width: 620px;
	}
	
	section#s-sec .sec-btn {
		text-align: center;
	}
	
	#s-sec .cc-mask {
		top: 0 !important;
		left: 0;
		transform: none !important;
		display: flex;
		opacity: 1 !important;
	}
	
	section#ai-req .elementor-top-column:last-child .elementor-widget-image:nth-child(2) {
		left: 70px;
		bottom: 20px;
		top: auto;
	}
	
	section#ai-req .elementor-top-column:last-child .elementor-widget-image:nth-child(1) {
		right: 80px;
	}
	
	section#ai-req .elementor-top-column:last-child {
		margin: 80px 0 0;
	}
	
	section#ai-cha:before {
		width: 100%;
	}
	
	section#ai-gal:before {
		right: 0;
		transform: scale(.5);
		top: -16%;
	}
	
	section#ai-fea .elementor-inner-section:nth-child(3) {
		padding: 60px 0;
	}
	
	section#soum-banner .elementor-background-overlay {
		width: 100%;
		height: 42%;
		top: auto;
		bottom: -1px;
		clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 100%);
	}
	
	section#soum-banner:before {
		left: 50%;
		top: auto;
		bottom: 38%;
		transform: translateX(-50%) rotate(9.5deg);
		width: 120%;
		height: 2%;
	}
	
	section#soum-tool .elementor-widget-image-box {
		width: 60%;
	}
	
	section#is-banner .elementor-top-column:last-child>.elementor-widget-wrap {
		margin: 0 auto;
	}
	
	section#is-banner {
		height: auto;
		padding: 120px 0 80px;
	}
	
	section#is-cha {
		padding: 60px 0;
	}
	
	section#is-cha .elementor-top-column:last-child .elementor-widget-image:first-child {
		left: 0;
	}
	
	section#is-gal .elementor-inner-section>.elementor-container {
		grid-template-columns: 100%;
		grid-gap: 0;
	}
	
	section#is-gal .elementor-inner-section .elementor-widget-image .elementor-widget-container {
		margin: 0;
	}
	
	section#ai-tool .elementor-inner-column>.elementor-widget-wrap {
		grid-template-columns: repeat(2, 1fr);
	}
	
	section#swift-banner .elementor-widget-image .elementor-widget-container, section#swift-req .elementor-widget-image .elementor-widget-container {
		margin: 0;
	}
	
	section#swift-cha>.elementor-container:before {
		width: 100%;
	}
	
	section#swift-gal .elementor-inner-section .elementor-widget-image {
		width: 50%;
		margin: 0 0 30px !important;
	}
	
	section#swift-gal .elementor-inner-section .elementor-widget-image .elementor-widget-container {
		margin: 0;
	}
	
	section#swift-gal .elementor-inner-section .elementor-widget-image:last-child {
		margin: 0 !important;
	}
	
	section#swift-inner-fea .elementor-inner-column>.elementor-widget-wrap {
		margin: 0;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px;
		align-items: flex-start;
	}
	
	section#swift-inner-fea .elementor-widget-image-box {
		width: 100% !important;
		margin: 0 !important;
	}
	
	section#swift-inner-fea .elementor-widget-image-box:before {
		display: none;
	}
	
	section#rv-cha .elementor-widget-image {
		text-align: center;
	}
	
	section#ss-banner .elementor-top-column>.elementor-widget-wrap {
		padding: 50px 0 !important;
	}
	
	div#ss-client-image .elementor-widget-image {
		text-align: center;
	}
	
	div#ss-client-image .elementor-widget-image:before {
		left: 0;
		top: 30px;
		background-position: center center;
	}
	
	section#podcast>.elementor-container {
		padding-right: 0;
		padding-left: 0;
	}
	
	section#podcast .elementor-top-column:first-child {
		margin-bottom: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.podcast-row>.slick-list {
		padding: 0 60px 50px !important;
	}
	
	.podcast-row .podcast-col {
		padding: 30px 10px 30px;
	}
	
	.podcast-row .podcast-image img {
		height: 160px;
	}
	
	.podcast-row .title-text {
		font-size: 18px;
	}
	
	.podcast-row button.slick-arrow {
		left: calc(50% - 30px);
		transform: translateX(-50%);
	}
	
	.podcast-row button.slick-arrow.next-arrow {
		left: auto;
		right: calc(50% - 30px);
		transform: translateX(50%);
	}
	
	section#profit .badge-one {
		width: 100%;
		margin: 0 0 20px;
	}
	
	section#profit .badge-one img {
		max-width: 130px;
	}
	
	section#profit .elementor-widget-shortcode {
		margin-top: 0;
		width: 100%;
	}
	
	section#profit .elementor-top-column:last-child {
		margin: 30px 0 0;
		padding: 0;
	}
	
	section#profit>.elementor-container {
		height: auto;
	}
	
	section#profit .clutch-logo {
		display: block;
		margin: 0 0 25px;
	}
	
	section#profit {
		padding: 0 0 30px;
		background-position: top center;
	}
	
	.award-title {
		width: 100% !important;
		text-align: center;
	}
	
	footer#footer div#footer-widgets .footer-box {
		justify-content: center;
	}
	
	footer#footer div#footer-widgets .footer-box:not(:last-child) {
		margin-bottom: 10px;
	}
	
	footer#footer div#footer-widgets .footer-box.col-2 {
		gap: 10px;
	}
	
	footer#footer div#footer-widgets .footer-box.col-2:after {
		display: none;
	}
	
	footer#footer div#footer-widgets .foot-locations {
		margin-left: 0;
	}
	
	footer#footer div#footer-widgets {
		padding: 15px 0;
	}
}

@media (max-width: 541px) {
	:root {
		--size: .67rem;
	}
	
	section#banner h1.elementor-heading-title {
		font-size: 40px;
	}
	
	section#banner .ban-bef {
		width: 600px;
		height: 600px;
		top: -18%;
		left: -47%;
	}
	
	section#banner .elementor-widget-button {
		width: 100%;
	}
	
	section#banner .elementor-widget-button {
		width: 100%;
		margin: 0 0 12px !important;
	}
	
	section#banner .elementor-widget-button:last-child {
		margin: 0 !important;
	}
	
	section#banner .elementor-widget-button .elementor-widget-container {
		margin: 0;
	}
	
	section#banner .elementor-inner-section .slick-list {
		padding: 0;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(1) .elementor-widget-image:nth-child(1) img {
		width: 180px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(1) .elementor-widget-image:nth-child(2) img {
		width: 100px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(1) .elementor-widget-image:nth-child(3) img {
		width: 90px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(1) .elementor-widget-image:nth-child(4) img {
		width: 50px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(1) .elementor-widget-image:nth-child(6) img {
		width: 60px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(2) .elementor-widget-image:nth-child(1) {
		right: 11%;
		width: 140px;
		top: -20%;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(2) .elementor-widget-image:nth-child(2) {
		left: 17%;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(2) .elementor-widget-image:nth-child(2) .elementor-widget-container {
		margin: 0;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(2) .elementor-widget-image:nth-child(3) {
		left: -11%;
		max-width: 140px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(2) .elementor-widget-image:nth-child(4) {
		right: -2%;
		max-width: 140px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(3) .elementor-widget-image:nth-child(1) {
		left: -11%;
		max-width: 200px;
		bottom: -20px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(3) .elementor-widget-image:nth-child(3) {
		left: 35%;
		bottom: -40px;
		transform: translateX(-30%);
		max-width: 220px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(3) .elementor-widget-image:nth-child(2) {
		right: -16%;
		bottom: -30px;
		max-width: 335px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column.cut-col .circle-mask {
		bottom: 6px;
		width: 300px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column .big-circle {
		width: 350px;
		height: 350px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(4) .elementor-widget-image:nth-child(1) {
		left: -2%;
		max-width: 140px;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(4) .elementor-widget-image:nth-child(2) {
		left: -35%;
		max-width: 270px;
		bottom: -39%;
		top: auto;
	}
	
	section#banner .elementor-inner-section .elementor-inner-column:nth-child(4) .elementor-widget-image:nth-child(3) {
		right: -4%;
		max-width: 370px;
	}
	
	section#trust .elementor-top-column:last-child>.elementor-widget-wrap {
		border-left-width: 0;
		border-top-width: 1px;
		padding-top: 30px !important;
	}
	
	section#s-btn .elementor-inner-column {
		width: 100%;
	}
	
	section#s-btn .elementor-widget-button {
		margin-bottom: 20px;
	}
	
	section#profit .badge-one {
		width: 100%;
		margin: 0 0 20px;
	}
	
	section#profit .badge-one img {
		max-width: 130px;
	}
	
	section#profit .elementor-widget-shortcode {
		margin-top: 0;
		width: 100%;
	}
	
	section#profit .elementor-top-column:last-child {
		margin: 30px 0 0;
		padding: 0;
	}
	
	section#profit>.elementor-container {
		height: auto;
	}
	
	section#profit .clutch-logo {
		display: block;
		margin: 0 0 25px;
	}
	
	section#profit {
		padding: 0 0 30px;
		background-position: top center;
	}
	
	section#customers.go .three {
		transform: scale(.35);
	}
	
	.test-col .entry-content {
		font-size: 16px;
	}
	
	.test-col .test-col-in:before {
		transform: scale(.6);
		transform-origin: top left;
		top: 5px;
	}
	
	.elementor-element.sec-title.elementor-widget.elementor-widget-heading h2.elementor-heading-title, .single-blog-in h1.post-title, div#form-col h2.elementor-heading-title, section#single-form h2 {
		font-size: 30px;
	}
	
	.aw-col h2.title_text {
		font-size: 22px;
	}
	
	.test-col .test-col-in {
		padding-top: 5px;
		padding-left: 45px;
	}
	
	.test-col .test-head img {
		width: 50px;
		height: 50px;
		margin-right: 10px;
	}
	
	.test-col .test-head h2.title_text {
		font-size: 16px;
	}
	
	section#comp .elementor-inner-column>.elementor-widget-wrap {
		grid-template-columns: 100%;
	}
	
	section#comp .elementor-widget-counter .elementor-counter-number-wrapper {
		font-size: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	section#comp .elementor-widget-counter .elementor-counter-title {
		font-size: 16px;
	}
	
	section#comp .elementor-widget-counter {
		min-height: auto;
		padding: 20px;
		border-radius: 7px;
	}
	
	section#comp .elementor-widget-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix {
		flex-grow: initial;
	}
	
	.concept-list li {
		font-size: 12px;
		margin-right: 0;
		padding: 5px 9px;
	}
	
	.concept-list li.active:after, .concept-list li:hover:after {
		border-width: 6px;
		margin-left: -6px;
	}
	
	.concept-list:before {
		top: 15px;
		width: 95%;
	}
	
	.concept-list {
		justify-content: space-between;
	}
	
	section#creation {
		transform: scale(1) !important;
	}
	
	footer#footer div#footer-widgets .widget-title {
		margin-bottom: 15px;
	}
	
	section#inner-banner h2.elementor-heading-title {
		font-size: 30px;
	}
	
	section#ab-count .elementor-widget-counter {
		width: 50%;
	}
	
	section#ab-count .elementor-widget-counter .elementor-counter-number-wrapper {
		font-size: 30px;
		display: flex;
		justify-content: center;
	}
	
	section#ab-count .elementor-widget-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix {
		flex-grow: initial;
	}
	
	section#ab-count .elementor-widget-counter .elementor-counter-title {
		font-size: 16px;
		text-align: center;
	}
	
	section#ab-count .elementor-widget-counter:nth-child(1) {
		border-bottom: 1px solid #40598d;
	}
	
	section#ab-count .elementor-widget-counter:nth-child(2) {
		border-bottom: 1px solid #40598d;
		border-right: none;
	}
	
	.elementor-element.sec-title.elementor-widget.elementor-widget-heading h3.elementor-heading-title {
		font-size: 28px;
	}
	
	section#meet .elementor-inner-column {
		width: 100% !important;
		padding: 0 !important;
		margin: 0 0 15px;
	}
	
	section#meet .elementor-inner-column:nth-child(2) .elementor-widget-image:first-child, section#meet .elementor-inner-column:nth-child(3) .elementor-widget-image:first-child {
		margin-bottom: 15px;
	}
	
	section#work .elementor-inner-column .elementor-widget-image {
		max-width: 33.33%;
	}
	
	section#indus .elementor-widget-image-box {
		max-width: 100%;
	}
	
	.elementor-element.mock-image.elementor-widget.elementor-widget-image .elementor-widget-container:before {
		width: 100%;
		height: 100%;
		transform: scale(1.06);
		transform-origin: top right;
		left: 6px;
		top: -16px;
	}
	
	.elementor-element.mock-image.elementor-widget.elementor-widget-image img {
		width: 80%;
		border-radius: 20px;
	}
	
	.elementor-element.mock-image.elementor-widget.elementor-widget-image .elementor-widget-container {
		margin-left: -40px;
	}
	
	.elementor-element.mock-image.elementor-widget.elementor-widget-image img:not(:last-child) {
		display: none;
	}
	
	.elementor-element.mock-image.elementor-widget.elementor-widget-image img:nth-child(5) {
		position: relative;
		transform: none !important;
		left: 0;
		top: 0;
	}
	
	.postid-1327 section#download-sec .elementor-top-column:first-child {
		width: 100%;
		margin: 0 0 15px;
	}
	
	.postid-1327 section#download-sec .elementor-top-column:last-child {
		width: 100%;
	}
	
	.postid-1327 section#download-sec .elementor-widget-image {
		text-align: center;
	}
	
	div#h-col {
		width: 100%;
	}
	
	.elementor-element.cc-box.elementor-widget.elementor-widget-image-box .elementor-image-box-content {
		width: 100%;
		padding: 0;
		margin: 20px 0 10px;
	}
	
	section#deep .elementor-widget-image {
		text-align: center;
	}
	
	section#deep .elementor-widget-image .elementor-widget-container {
		margin: -30px 0 0;
	}
	
	section#come-soon {
		padding: 80px 0;
	}
	
	section#come-soon br {
		display: none;
	}
	
	section#true-banner .mob-image img {
		max-width: 250px;
	}
	
	section#tilt-bg {
		margin-top: -290px;
	}
	
	section#true-banner {
		padding: 120px 0 0;
	}
	
	section#true-banner>.elementor-container {
		min-height: 190vh;
	}
	
	section#tilt-bg .elementor-background-overlay {
		top: 100px;
		transform: skew(0deg, -20deg);
	}
	
	section#cast .elementor-background-overlay {
		top: 60px;
		transform: skew(0deg, -20deg);
	}
	
	section#headero-banner {
		height: auto;
		padding: 120px 0 40px;
	}
	
	div#challenge-image .elementor-widget-image .elementor-widget-container:before {
		height: 218px;
		top: 136px;
	}
	
	div#challenge-image .elementor-widget-image .elementor-widget-container:after {
		bottom: 71px;
		height: 205px;
	}
	
	div#app-screen .gallery-item img {
		width: 82%;
	}
	
	.elementor-element.elementor-position-left.headero-box.elementor-widget.elementor-widget-image-box .elementor-image-box-content {
		width: 100%;
		padding: 0;
		margin: 18px 0 0;
	}
	
	section#head-app-fea .elementor-heading-title {
		text-align: center;
	}
	
	.port-sec-row {
		grid-template-columns: 100%;
	}
	
	.port-sec-col .port-title {
		font-size: 24px;
	}
	
	#s-ban .elementor-widget-html>.elementor-widget-container, #s-sec .elementor-widget-html>.elementor-widget-container {
		min-height: 480px;
	}
	
	.blog-row {
		grid-template-columns: 100%;
	}
	
	.blog-col .section-content {
		width: 95%;
	}
	
	.single-content-sec .entry-content h1 {
		font-size: 25px;
	}
	
	.single-content-sec .entry-content h2 {
		font-size: 22px;
	}
	
	.single-content-sec .entry-content h3 {
		font-size: 20px;
	}
	
	.single-content-sec .entry-content h4 {
		font-size: 18px;
	}
	
	.single-content-sec .entry-content h5 {
		font-size: 16px;
	}
	
	.cc-nav {
		display: none;
	}
	
	.single-b {
		padding: 120px 0 0;
	}
	
	section#inner-banner br {
		display: none;
	}
	
	section#life .elementor-widget-image-box .elementor-image-box-content {
		width: 100%;
	}
	
	section#life .elementor-widget-image-box {
		padding: 0;
	}
	
	section#life .elementor-inner-column>.elementor-widget-wrap {
		margin: 0;
	}
	
	section#life .elementor-widget-image-box .elementor-image-box-description {
		padding: 0;
	}
	
	section#meet-team h3.elementor-heading-title {
		text-align: center;
	}
	
	section#comp-vid .elementor-widget-video>.elementor-widget-container {
		max-width: 322px;
		margin-top: 12px;
		margin-bottom: 22px;
	}
	
	section#indus .elementor-inner-column>.elementor-widget-wrap {
		margin: 0;
	}
	
	section#indus .elementor-widget-image-box {
		padding: 0;
	}
	
	footer#footer div#footer-widgets .widget-title {
		font-size: 20px;
	}
	
	footer#footer div#footer-widgets ul.menu li a {
		font-size: 12px;
		padding: 3px 7px !important;
	}
	
	.elementor-element.mock-image.elementor-widget.elementor-widget-image .elementor-widget-container {
		margin: 0;
		transform: scale(.9);
	}
	
	.part-one h3 {
		font-size: 20px;
	}
	
	.part-one h2 {
		font-size: 28px;
	}
	
	.part-one, .part-two {
		left: 10%;
		right: 20px;
		bottom: 35%;
	}
	
	.part-two h3 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	
	.app-row {
		width: 100%;
	}
	
	.app-logo {
		max-width: 90px;
	}
	
	.app-row .btn {
		font-size: 14px;
	}
	
	.sl-bose .part-one {
		top: 18%;
		left: 10%;
	}
	
	.sl-bose .part-two {
		bottom: 12%;
		left: 10%;
	}
	
	.open .slick-current .sl-rosa .sl-elm.one {
		left: -25%;
		bottom: -15%;
		transform: scale(.8);
	}
	
	.open .slick-current .sl-rosa .sl-elm.two {
		right: -25%;
		top: -15%;
		transform: scale(.8);
	}
	
	.sl-rosa .part-one h2, .sl-rosa .part-one h3 {
		text-shadow: 2px 1px 6px hsla(0deg, 0%, 100%, 74%);
	}
	
	.sl-gbv .part-two {
		left: 10%;
		bottom: 35%;
	}
	
	.open .slick-current .sl-truescoop .sl-elm.one {
		left: -10%;
		bottom: -12%;
	}
	
	.open .slick-current .sl-truescoop .sl-elm.two {
		top: -16%;
	}
	
	.open .slick-current .sl-truescoop .sl-elm.three {
		right: -15%;
		bottom: -10%;
	}
	
	.sl-oky .part-one {
		top: 10%;
		left: 10%;
		transform: none;
	}
	
	.sl-oky .part-two {
		bottom: 25%;
	}
	
	.sl-oky .sl-elm.six {
		max-width: 200px;
		left: 24%;
		bottom: 48%;
	}
	
	div#port-load h2 .short {
		font-size: 22px;
	}
	
	div#port-load h2 {
		font-size: 40px;
	}
	
	div#port-load h2 .load-text {
		height: 49px;
	}
	
	section#down-sec .elementor-top-column:first-child {
		margin: 30px 0 0;
		order: 1;
	}
	
	#error-page .error404-content {
		transform: scale(.7);
	}
	
	#error-page .error-title {
		font-size: 25px;
		line-height: 1.2;
		margin: 0 0 40px;
	}
	
	#error-page .error-btn {
		margin: 60px 0 0;
	}
	
	#error-page .as {
		max-width: 150px;
	}
	
	div#form-col>.elementor-widget-wrap {
		padding: 20px !important;
	}
	
	.getintouch li {
		flex-wrap: wrap;
	}
	
	section#cont {
		padding: 100px 0 70px;
	}
	
	.cl-widget {
		margin: 30px 0 0 !important;
	}
	
	.change-text {
		min-height: 38px;
	}
	
	section#ai-banner .elementor-widget-text-editor {
		font-size: 25px;
	}
	
	section#ai-banner .elementor-widget-text-editor br {
		display: none;
	}
	
	section#ai-req .elementor-top-column:last-child .elementor-widget-image:nth-child(1) {
		right: 0;
	}
	
	section#ai-req .elementor-top-column:last-child .elementor-widget-image:nth-child(2) {
		left: 0;
	}
	
	section#ai-req .elementor-top-column:last-child .elementor-widget-image:nth-child(1) img, section#ai-req .elementor-top-column:last-child .elementor-widget-image:nth-child(2) img {
		max-width: 150px;
	}
	
	section#soum-tool .elementor-widget-image-box {
		width: 100%;
	}
	
	section#soum-banner .elementor-background-overlay, section#soum-banner:before {
		display: none;
	}
	
	section#soum-banner {
		padding: 100px 0 60px;
	}
	
	section#ai-fea .elementor-heading-title {
		text-align: center;
	}
	
	section#ai-tool .elementor-inner-column>.elementor-widget-wrap {
		grid-template-columns: 100%;
	}
	
	section#swift-gal .elementor-inner-section .elementor-widget-image {
		width: 100%;
	}
	
	section#swift-inner-fea .elementor-inner-column>.elementor-widget-wrap {
		grid-template-columns: 100%;
	}
	
	section#rv-banner {
		height: auto;
		padding: 120px 0 60px;
	}
	
	section#rv-banner .elementor-top-column {
		margin: 0;
	}
	
	section#rv-fea .elementor-inner-section {
		border-radius: 20px;
		padding: 20px;
	}
	
	section#rv-fea .elementor-inner-section .elementor-widget-heading {
		text-align: center;
	}
	
	section#rv-purple .elementor-widget-image .elementor-widget-container {
		margin-left: -20px;
	}
	
	section#ss-banner .elementor-top-column>.elementor-widget-wrap {
		padding: 30px 0 !important;
		width: calc(100% - 60px);
	}
	
	section#ss-banner h1.elementor-heading-title {
		font-size: 26px;
	}
	
	section#rv-fea .elementor-inner-section:nth-child(2) .elementor-widget-image .elementor-widget-container {
		margin-right: -20px;
	}
	
	.podcast-row>.slick-list {
		padding: 0 40px 50px !important;
	}
	
	.podcast-row .podcast-col {
		padding: 30px 7px 40px;
	}
	
	.podcast-row .podcast-cont {
		min-height: 160px;
	}
	
	.job-pop .pop-title {
		font-size: 18px;
	}
	
	.jobPopIn {
		padding: 20px;
	}
	
	#jobClose {
		right: 15px;
		top: 17px;
		font-size: 25px;
	}
	
	.car-col .title-text {
		font-size: 20px;
		line-height: 1.2;
	}
	
	.car-col .car-wrap {
		flex-wrap: wrap;
	}
	
	.car-col .car-wrap .time {
		display: block;
		width: 100%;
		margin: 5px 0;
	}
	
	.car-col .car-wrap .badge {
		color: #a1a8b4;
		background: #f1f5ff;
		border: 1px solid #d7dff3;
		width: 100%;
	}
	
	section#comp-vid .elementor-widget-video>.elementor-widget-container {
		max-width: 86%;
	}
	
	.jobPopIn {
		padding: 20px;
	}
	
	#jobPopData {
		width: 100%;
		padding: 0;
		margin: 0;
		border: none;
	}
	
	#jobPopData .title-text {
		font-size: 20px;
		padding-right: 30px;
		margin-top: 0;
	}
	
	#jobPopData .entry-content {
		display: none;
	}
	
	.jobPopRight {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	div#form-col .elementor-heading-title {
		font-size: 2.5rem;
	}
	
	footer#footer div#footer-widgets .foot-custom-data {
		justify-content: center;
	}
	
	footer#footer div#footer-widgets .foot-locations {
		width: auto;
		justify-content: center;
		margin-bottom: 0;
	}
	
	footer#footer div#footer-widgets .foot-extra-btn {
		margin-left: 0;
	}
}

@media (max-width: 379px) {
	.elementor-element.sec-title.elementor-widget.elementor-widget-heading h2.elementor-heading-title, .single-blog-in h1.post-title, div#form-col h2.elementor-heading-title, section#inner-banner h2.elementor-heading-title, section#single-form h2 {
		font-size: 26px;
	}
	
	.elementor-element.sec-title.elementor-widget.elementor-widget-heading h3.elementor-heading-title {
		font-size: 24px;
	}
	
	section#work .elementor-inner-column .elementor-widget-image {
		max-width: 50%;
	}
	
	section#banner h1.elementor-heading-title {
		font-size: 35px;
	}
	
	.change-text {
		min-height: 47px;
	}
	
	div#port-load .port-load-in {
		transform: scale(.9);
	}
	
	section#comp-vid .elementor-widget-video:before {
		display: none;
	}
	
	section#comp-vid .elementor-widget-video>.elementor-widget-container {
		max-width: 100%;
		margin: 0;
		box-shadow: 0 8px 15px rgba(0, 0, 0, .25);
	}
	
	section#swift-banner h1.elementor-heading-title {
		font-size: 22px;
	}
	
	section#swift-gal .elementor-inner-section:before {
		border-radius: 30px;
	}
}

@media (max-width: 320px) {
	section#home-form .elementor-top-column:last-child .elementor-widget-image:nth-child(1) {
		transform: scale(.3);
	}
	
	div#form-col .elementor-widget-image:nth-child(2) {
		left: auto;
		right: -12px;
		transform: scale(.4);
		padding: 0;
		top: -50px;
	}
	
	.aw-col h2.title_text {
		font-size: 18px;
	}
	
	.elementor-element.sec-title.elementor-widget.elementor-widget-heading h2.elementor-heading-title, .single-blog-in h1.post-title, div#form-col h2.elementor-heading-title, section#inner-banner h2.elementor-heading-title, section#single-form h2 {
		font-size: 23px;
	}
	
	.sec-btn.elementor-widget-button a {
		font-size: 13px;
	}
	
	section#inner-banner {
		height: 65vh;
	}
	
	.port-sec-col {
		height: 540px;
	}
	
	iframe#tidio-chat-iframe {
		bottom: 0 !important;
	}
	
	div#port-load h2 {
		font-size: 35px;
	}
	
	div#port-load h2 .short {
		font-size: 19px;
	}
	
	div#port-load h2 .load-text {
		height: 42px;
	}
	
	#error-page .error-title {
		font-size: 19px;
	}
	
	#error-page .as {
		max-width: 120px;
	}
	
	section#ss-banner .elementor-top-column>.elementor-widget-wrap {
		padding: 20px 0 !important;
		width: calc(100% - 40px);
	}
	
	section#ss-banner h1.elementor-heading-title {
		font-size: 24px;
	}
	
	section#ss-banner .elementor-widget-text-editor {
		font-size: 17px;
	}
}

header#site-header .oceanwp-mobile-menu-icon a.mobile-menu {
	font-size: 20px;
	line-height: normal;
	color: #1f6bff;
}

.oceanwp-sidr-overlay {
	z-index: + 99999;
	background: rgba(0, 0, 0, .31);
}

div#sidr {
	background: linear-gradient(to bottom right, #3ecaff, #1f6bff);
}

div#sidr .sidr-class-toggle-sidr-close {
	background: transparent;
}

div#sidr ul li {
	border-top: 1px solid rgba(255, 255, 255, .14);
	border-bottom: none;
}

div#sidr ul li a {
	background: transparent;
	border: none;
}

div#sidr ul li a:hover, div#sidr ul li a:focus {
	background: rgba(255, 255, 255, .3);
	outline: none;
}

a#scroll-top {
	right: auto;
	left: 20px;
}

img[src=""] {
	opacity: 0;
}

.fancybox__container {
	z-index: 9999;
}

.fancybox__backdrop {
	background: #000 !important;
	opacity: .5 !important;
}

.job-pop.fancybox__content {
	max-width: 600px;
	width: 100%;
	padding: 30px;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 5px;
}

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

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

.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 125px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	bottom: 110%;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
}

.tooltip .tooltiptext:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	border-width: 5px;
	border-style: solid;
	border-color: #000 transparent transparent;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

form.wpcf7-form.invalid div.wpcf7-response-output, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 2px solid #fff !important;
	clear: both;
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	margin-left: 0px;
	padding: 10px 15px;
	line-height: normal;
	margin: 15px 0 0;
	font-size: 14px;
}

.wpcf7-not-valid {
	border-color: red !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'12\' height=\'12\' fill=\'none\' stroke=\'%23dc3545\' viewBox=\'0 0 12 12\'%3e%3ccircle cx=\'6\' cy=\'6\' r=\'4.5\'/%3e%3cpath stroke-linejoin=\'round\' d=\'M5.8 3.6h.4L6 6.5z\'/%3e%3ccircle cx=\'6\' cy=\'8.2\' r=\'.6\' fill=\'%23dc3545\' stroke=\'none\'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: calc(100% - 12px) 15px;
	background-size: 14px;
}

.wpcf7-not-valid.nitro-lazy {
	background-image: none !important;
}

div#full-form .form-control.wpcf7-not-valid, div#full-form .wpcf7-form-control.error {
	border-color: red !important;
}

.form-control.wpcf7-not-valid, .wpcf7-form-control.error {
	border-color: red !important;
}

span.wpcf7-not-valid-tip {
	display: none;
}

form.wpcf7-form.sent .wpcf7-response-output, div.wpcf7-mail-sent-ok {
	border: 2px solid #fff !important;
	display: inline-block;
	width: 100%;
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	clear: both;
	margin-left: 0px;
	padding: 10px 15px;
	line-height: normal;
	margin: 15px 0 0;
	font-size: 14px;
}

.screen-reader-response {
	display: none;
}

.wpcf7 .ajax-loader {
	display: none;
}

.wpcf7 form.submitting .ajax-loader {
	display: inline-block;
}

.features_block>div {
	padding: 0 20px !important;
	position: relative;
	z-index: 1;
}

.features_num>div {
	justify-content: center;
	display: flex;
}

.features_img>div {
	height: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.features_img img {
	height: 100px !important;
	width: auto !important;
}

.features_text, .features_heading {
	margin-bottom: 10px !important;
}

.features_num {
	margin-bottom: 0 !important;
}

.features_img>div {
	width: 190px;
	margin: auto;
	background-size: 100% auto !important;
	max-width: 100%;
}

@media (min-width: 770px) {
	.features_num h3 {
		background: #fff;
		width: 58px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		margin-top: -20px;
	}
	
	.reverse_col .features_num h3 {
		margin-top: 0;
		margin-bottom: -40px;
		position: relative;
		bottom: -18px;
	}
	
	.features_block:nth-child(1):before {
		width: 104px;
		height: 50%;
		content: "";
		background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/uploads/2023/11/line1.png") no-repeat 0 0;
		position: absolute;
		left: 0;
		top: 0;
		background-size: auto 100%;
	}
	
	.features_block:nth-child(5):before {
		width: 104px;
		height: 50%;
		content: "";
		background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/uploads/2023/11/line4.png") no-repeat right 0;
		position: absolute;
		right: 0;
		top: 0;
		background-size: auto 100%;
	}
	
	.features_block:nth-child(2):before, .features_block:nth-child(4):before {
		width: 204px;
		height: 100%;
		content: "";
		background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/source/rev-ae940ea/gcdev.greychaindesign.com/wp-content/uploads/2023/11/line2.png") no-repeat 0 0;
		position: absolute;
		left: -100px;
		top: 0;
		background-size: auto 100%;
	}
	
	.features_block:nth-child(2):after, .features_block:nth-child(4):after {
		width: 204px;
		height: 100%;
		content: "";
		background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/uploads/2023/11/line3.png") no-repeat 0 0;
		position: absolute;
		right: -110px;
		top: 0;
		background-size: auto 100%;
	}
	
	.reverse_col .features_text {
		order: 2;
	}
	
	.reverse_col .features_heading {
		order: 1;
	}
	
	.reverse_col .features_img {
		order: 3;
	}
	
	.reverse_col .features_num {
		order: 4;
	}
}

@media (min-width: 1400px) {
	.features_img>div {
		height: 243px;
	}
}

@media (max-width: 1199px) {
	.mobipetz_sec2 .elementor-col-50:first-child>div {
		padding-bottom: 100px !important;
	}
	
	.features_text {
		font-size: .8rem !important;
		line-height: 1.4 !important;
	}
	
	.features_heading h4 {
		font-size: 1rem !important;
	}
	
	.features_num h3 {
		font-size: 2rem !important;
	}
	
	.features_block:nth-child(2):before, .features_block:nth-child(4):before {
		left: -6vw;
	}
	
	.features_block:nth-child(2):after, .features_block:nth-child(4):after {
		right: -12vw;
	}
}

@media (max-width:991px) {
	.mobipetz_sec2 {
		margin-top: 0 !important;
	}
	
	.features_block:nth-child(2):before, .features_block:nth-child(4):before {
		left: -10vw;
	}
	
	.features_block:nth-child(2):after, .features_block:nth-child(4):after {
		right: -17vw;
	}
}

@media (max-width:769px) {
	.mobipetz_sec2 .elementor-col-50:first-child>div {
		padding-bottom: 0 !important;
		padding-top: 80px !important;
	}
	
	.features_img>div {
		height: 196px;
	}
	
	.features_num {
		margin-bottom: 10px !important;
	}
	
	.features_text {
		font-size: 1rem !important;
		line-height: 1.4em !important;
	}
	
	.features_heading h4 {
		font-size: 1.8rem !important;
	}
	
	.features_num h3 {
		font-size: 3rem !important;
	}
}

.elementor-image-gallery .gallery-item .gallery-caption {
	display: none;
}

.projects-section p a {
	color: #1f6bff !important;
}

.success-stories .sec-btn {
	display: flex;
	align-items: center;
}

.projects-section .elementor-widget-wrap {
	padding: 0 !important;
}

.projects-section .slick-initialized .slick-slide {
	margin: 0 30px;
	border-radius: 20px !important;
	background-size: cover !important;
	display: flex;
	padding: 0 !important;
	position: relative;
	box-shadow: 8px 0px 16px 0px rgba(0, 52, 155, .25);
	background: #fff !important;
	overflow: hidden;
}

.success-stories-text {
	width: calc(100% - 280px);
	padding: 30px;
	position: relative;
	padding-bottom: 90px;
}

.success-stories-category {
	position: absolute;
	right: 40px;
	top: 20px;
	font-weight: 500;
	color: #36435b;
	font-size: 16px;
	display: flex;
}

.category-div {
	border-radius: 23px;
	border: 1px solid #1f6bff;
	background: #f4f7fe;
	padding: 5px 15px;
}

.success-stories-img {
	width: 280px;
	position: relative;
	height: 435px;
	background-size: cover;
	background-position: center bottom;
	min-height: 100%;
}

.success-stories-img img {
	width: 130px;
	position: absolute;
	top: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.success-stories .sec-btn.elementor-widget-button a {
	color: #fff;
	position: absolute;
	left: 40px;
	bottom: 40px;
}

.success-stories .sec-btn.elementor-widget-button a:hover {
	color: #508bff;
}

.success-stories-text h4 {
	font-weight: 400;
	color: #33334d;
	font-size: 22px;
}

.success-stories-text h4 b {
	font-weight: 600;
}

.success-stories-text h4 .slide-number {
	margin-right: 10px;
	color: #1f6bff;
	font-weight: 600;
}

.success-stories-text p {
	color: #33334d;
}

.description-stories li {
	position: relative;
	list-style: none;
	padding-left: 20px;
	font-family: "Poppins", sans-serif !important;
	font-weight: 300;
	color: #33334d;
	font-size: 16px;
}

.description-stories li:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 10px;
	width: 4px;
	height: 4px;
	border-radius: 60px;
	background: #33334d;
}

.description-stories ul {
	margin: 0px;
	padding: 0px;
}

.description-stories li:not(:last-child) {
	margin-bottom: 10px;
}

.description-stories {
	margin-bottom: 40px;
}

.success-stories .slick-list {
	overflow: visible !important;
}

.stories-type-desktop .success-stories-img img {
	top: auto;
	bottom: 20px;
	left: -35px;
	display: block;
}

@media (max-width:1100px) {
	.success-story-heading .elementor-container {
		padding: 0 15px !important;
	}
}

@media (max-width:991px) {
	.projects-section button.slick-arrow {
		bottom: auto !important;
		top: -80px !important;
	}
	
	.projects-section button.slick-arrow {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	.projects-section button.slick-arrow.prev-arrow {
		margin-left: -30px;
	}
	
	.projects-section button.slick-arrow.next-arrow {
		margin-left: 30px;
	}
	
	.projects-section .slick-initialized .slick-slide {
		background: #fff !important;
		flex-wrap: wrap;
		padding: 0 !important;
	}
	
	.success-stories-img {
		width: 100%;
		height: auto;
		height: 57vw;
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: inherit;
	}
	
	.success-stories-text {
		width: 100%;
		padding: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		margin-top: 0 !important;
	}
	
	.success-stories-img img {
		width: 150px;
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	.success-stories .sec-btn.elementor-widget-button a {
		bottom: 20px;
	}
	
	.description-stories {
		margin-bottom: 60px;
	}
	
	.success-stories-category {
		position: absolute;
		right: 0;
		top: 0;
	}
	
	.success-stories-category {
		display: none !important;
	}
	
	.description-stories li {
		font-size: 15px;
	}
}

@media (max-width: 768px) {
	.projects-section .sec-title {
		display: flex;
		justify-content: center;
	}
	
	.success-story-heading p {
		text-align: center;
	}
	
	.projects-section .elementor-widget-wrap {
		justify-content: center !important;
	}
}

.send-email-form .wpcf7-form {
	display: flex;
	flex-wrap: wrap;
}

.send-email-form .wpcf7 input[type="email"] {
	border: solid 1px #cad4ff;
	background: #f4f6ff;
	box-shadow: 0px 4px 16px rgba(0, 52, 155, .25);
	color: #707eae;
	font-size: 14px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 310px;
	padding: 8px 20px;
	height: 46px;
}

.send-email-form input[type=submit] {
	height: 46px;
	width: 165px;
	cursor: pointer;
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/submit-button.png") no-repeat 0 center !important;
	padding-left: 40px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-transform: none;
	letter-spacing: 0;
	margin-left: 6px;
	border: solid 1px rgba(12, 113, 255, 1);
	padding-top: 15px !important;
}

.send-email-form input[type=submit].nitro-lazy {
	background-image: none !important;
}

.send-email-form input[type=submit]:hover {
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/submit-button-hover.png") no-repeat 0 center !important;
	color: rgba(12, 113, 255, 1);
}

.send-email-form input[type=submit]:hover.nitro-lazy {
	background-image: none !important;
}

.send-email-form .wpcf7-response-output {
	display: none;
}

@media (max-width:1100px) {
	.send-email-form .wpcf7 input[type="email"] {
		width: 100%;
	}
	
	.send-email-form .wpcf7-form-control-wrap {
		width: 100%;
	}
	
	.send-email-form input[type=submit] {
		margin-left: 0;
		margin-top: 10px;
	}
}

.insight-innovations-main>.elementor-container {
	padding-left: calc(( var(--scrnWidth) - var(--containerWidth) ) / 2);
}

.insight-innovations-row button.slick-arrow {
	position: absolute;
	right: calc(( var(--scrnWidth) - var(--containerWidth) ) / 2 + 60px);
	top: -89px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	-webkit-appearance: none;
	outline: 0;
	color: #000;
	background: 0 0;
	border: 1px solid #000;
	font-size: 18px;
	transition: all .3s ease;
}

.insight-innovations-row button.slick-arrow[aria-disabled="true"] {
	opacity: .7;
	cursor: no-drop;
}

.insight-innovations-row button.slick-arrow.next-arrow {
	right: calc(( var(--scrnWidth) - var(--containerWidth) ) / 2);
}

.insight-innovations-row button.slick-arrow:hover {
	color: #fff;
	background: #000;
}

.insight-col {
	padding: 0 20px 0 0;
}

.insight-col .insight-image img {
	border-radius: 10px;
	width: 100%;
	display: block;
	height: 175px;
	object-fit: cover;
	object-position: center;
}

.insight-image {
	margin-bottom: 15px;
}

.insight-col .insight-cont .post-date {
	display: block;
	text-align: left;
	color: #060917;
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 3px;
}

.insight-col .insight-cont .title-text {
	font-size: 17px;
	line-height: 1.3em;
	font-weight: 600;
	color: #092439;
	margin: 0 0 20px;
	min-height: 44px;
}

.insight-col .insight-cont .job-btn {
	display: flex;
	width: 152px;
	align-items: center;
	justify-content: center;
	color: #33334d;
	position: relative;
	padding: .8rem;
	font-size: .86rem;
	border: .1rem solid #33334d;
	line-height: 15px;
	border-radius: 8px;
	background: transparent;
	overflow: hidden;
	z-index: 3;
	transition: all .3s ease-in-out;
}

.insight-col .insight-cont .job-btn:hover {
	border-color: transparent;
	color: #fff;
}

.insight-col .insight-cont .job-btn .effect {
	position: absolute;
	display: block;
	width: 225%;
	height: 562.5px;
	border-radius: 50%;
	background-color: #508bff;
	background-image: linear-gradient(140deg, #3ecaff 0, #1f6bff 100%);
	transform: translate(-50%, -50%) scale(0);
	z-index: -1;
	left: 50%;
	top: 50%;
	pointer-events: none;
	transition: all .6s ease-in-out;
}

.insight-col .insight-cont .job-btn:hover .effect {
	transform: translate(-50%, -50%) scale(1);
}

.insight-col .insight-cont .job-btn img {
	margin-left: 8px;
	width: 18px;
}

.insight-col .insight-cont .job-btn .white {
	display: none;
}

.insight-col .insight-cont .job-btn:hover .white {
	display: inline;
}

.insight-col .insight-cont .job-btn:hover .blue {
	display: none;
}

.pum-theme-lightbox .pum-container {
	border-color: #508bff !important;
}

.pum-content h2 {
	color: #2c3a46 !important;
	font-size: 23px !important;
	font-weight: 600 !important;
	line-height: 1.1em !important;
	margin-bottom: 5px !important;
}

.pum-content p {
	color: #37383c !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.5em !important;
}

.trusted-logos img {
	height: 30px;
}

.trusted-logos .elementor-element img {
	width: auto !important;
	margin-bottom: 15px;
}

.trusted-logos .elementor-element {
	padding-right: 14px !important;
	width: auto !important;
}

.slick-arrow .left-arrow {
	transform: rotateY(-180deg);
}

.slick-arrow:hover img {
	filter: brightness(0) invert(1);
}

.dark-arrow .slick-arrow img {
	filter: brightness(0) invert(1);
}

.dark-arrow .slick-arrow:hover img {
	filter: none;
}

@media (min-width: 992px) {
	.arrow-right-bottom .slick-arrow, .arrow-right-top .slick-arrow.prev-arrow {
		left: auto;
	}
	
	.arrow-right-bottom .slick-arrow.prev-arrow, .arrow-right-top .slick-arrow.prev-arrow {
		right: calc(( var(--scrnWidth) - var(--containerWidth) ) / 2 + 60px);
	}
	
	.arrow-right-bottom .slick-arrow.next-arrow, .arrow-right-top .slick-arrow.next-arrow {
		right: calc(( var(--scrnWidth) - var(--containerWidth) ) / 2);
	}
}

.banner-section .elementor-button-wrapper {
	display: flex;
}

.banner-section .elementor-col-50:last-child, .banner-section .elementor-col-50:last-child > .elementor-widget-wrap {
	justify-content: end;
}

.banner-section>.elementor-container {
	max-height: 80vh !important;
	min-height: auto !important;
	height: 540px !important;
}

@media (min-width: 1600px) {
	.banner-section>.elementor-container {
		max-height: 80vh !important;
		min-height: auto !important;
		height: 600px !important;
	}
}

.growth-slider .slick-slide {
	margin: 0 0;
	align-items: inherit !important;
	display: flex;
}

.growth-slider .slick-slide > .elementor-widget-wrap {
	border-radius: 10px;
	padding: 30px 30px 30px 380px;
	-moz-transform: scale(.8);
	-webkit-transform: scale(.8);
	transform: scale(.8);
	-moz-transition: all .3s !important;
	-webkit-transition: all .3s !important;
	transition: all .3s !important;
	min-height: 350px;
}

.growth-slider .slick-active.slick-center > .elementor-widget-wrap {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition: all .3s !important;
	-webkit-transition: all .3s !important;
	transition: all .3s !important;
}

.growth-slider-img {
	position: absolute !important;
	left: 30px !important;
	top: 30px !important;
	width: 290px !important;
}

.animated-circle {
	position: absolute !important;
	left: 40px !important;
	top: 50px !important;
	width: 50px !important;
	z-index: 2;
}

.growth-slider .slick-slide > .elementor-widget-wrap h3 {
	font-size: 20px !important;
}

.growth-slider .slick-slide > .elementor-widget-wrap p {
	font-size: 14px !important;
}

html.with-fancybox {
	overflow: hidden;
}

.fancybox__container {
	backdrop-filter: blur(3px);
}

.fancybox__backdrop {
	opacity: .35 !important;
}

.model-form-data {
	overflow: hidden;
	padding: 38px 20px 0px 20px;
	width: 100%;
	max-width: 600px;
	border-radius: 15px;
	box-shadow: 8px 0px 16px 0px rgba(0, 52, 155, .25);
}

.model-form-data .carousel__button {
	top: 15px !important;
	right: 15px !important;
	box-shadow: none !important;
	width: 25px;
	height: 25px;
}

.model-form-data .carousel__button:after {
	content: "";
	font-family: "remixicon" !important;
	color: #4a4a4a;
	font-size: 25px;
}

.model-form-data .carousel__button svg {
	display: none;
}

.model-head {
	margin-bottom: 25px;
}

.model-head h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
	text-align: left;
	font-family: "Poppins", sans-serif !important;
	color: #33334d;
	margin-bottom: 10px;
}

.model-head h3 span {
	color: #0c71ff;
}

.model-head p {
	font-weight: 400;
	color: #33334d;
}

.model-form-data .uacf7-step {
	width: 100%;
}

.model-form-data .uacf7-prev {
	display: none;
}

.model-form-data .full-form-two {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.model-form-data .model-form-effect {
	position: absolute;
	right: 0px;
	top: 0;
	width: 43%;
	z-index: -1;
}

.model-form-data .form-control {
	background-color: #fff;
	font-size: 14px !important;
}

.model-form-data .uacf7-next {
	background: #0070e1;
	color: #fff;
	text-transform: none;
	letter-spacing: normal;
	font-weight: 500;
	border-radius: 8px;
	padding: 10px 40px;
	line-height: 1.5;
	font-size: 16px;
	border: 1px solid #0070e1;
}

.model-form-data .uacf7-next:after {
	content: "";
	height: 12px;
	width: 20px;
	margin-left: 10px;
	display: inline-block;
	background-image: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/right-arrow-white.png");
}

.model-form-data .uacf7-next:hover {
	background: #fff;
	color: #0070e1;
}

.model-form-data .uacf7-next:hover:after {
	background-image: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/right-arrow-blue.png");
}

.fancybox__content:focus:not(.carousel__button.is-close) {
	outline: none;
}

body.elementor-editor-active .elementor.elementor-edit-mode .reusable-product>.elementor-container body.elementor-editor-active .elementor.elementor-edit-mode .development-journey>.elementor-container {
	flex-wrap: wrap;
}

body.elementor-editor-active .elementor.elementor-edit-mode .reusable-product .elementor-column, body.elementor-editor-active .elementor.elementor-edit-mode .development-journey .elementor-column {
	width: 100% !important;
}

body.elementor-editor-active .elementor.elementor-edit-mode .product-tabs-content-item {
	display: inline;
}

#full-form>div {
	width: 100%;
}

.last-sec > div, .last-sec > div > div, .last-sec .elementor-widget-wrap {
	position: static !important;
}

.last-sec-img1 {
	top: auto !important;
	bottom: 0 !important;
	left: 0 !important;
}

.last-sec-img2 {
	left: auto !important;
	right: 0 !important;
	top: auto !important;
	bottom: 0 !important;
}

.last-sec-img3 {
	left: auto !important;
	right: 155px !important;
	top: auto !important;
	bottom: 0 !important;
}

.last-sec-img4 {
	top: 115px !important;
	left: 26vw !important;
}

@media (max-width: 1024px) {
	.last-sec h2.elementor-heading-title {
		font-size: 30px !important;
	}
}

@media (max-width: 991px) {
	.banner-section .elementor-col-50:last-child, .banner-section .elementor-col-50:last-child > .elementor-widget-wrap {
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.last-sec h2.elementor-heading-title {
		font-size: 22px !important;
	}
	
	.last-sec .elementor-element.normal-mobile.elementor-widget {
		max-width: 100% !important;
		width: 100% !important;
	}
	
	.last-sec-img1 {
		max-width: 70px !important;
	}
	
	.last-sec-img2 {
		max-width: 70px !important;
	}
	
	.last-sec-img3, .last-sec-img4 {
		display: none !important;
	}
	
	.banner-section br {
		display: none !important;
	}
}

/**********************/
.trusted-logos .elementor-widget-wrap {
	flex-wrap: wrap;
}

.trusted-logos img {
	height: 30px;
}

.trusted-logos .elementor-element {
	padding-right: 20px !important;
	width: auto !important;
}

.trusted-logos .elementor-element img {
	width: auto !important;
	margin-bottom: 15px;
}

.banner-section>.elementor-container .elementor-col-50:first-child .elementor-widget-wrap {
	padding-bottom: 0 !important;
}

.sub-heading {
	display: flex;
	width: 100%;
}

@media (max-width: 991px) {
	.banner-section>.elementor-container {
		max-height: inherit !important;
		min-height: auto !important;
		height: auto !important;
	}
	
	.banner-section>.elementor-container .elementor-col-50 {
		width: 100% !important;
		margin-bottom: 40px;
	}
}

/******* slider arrow *************/
button.dark-slick-arrow {
	z-index: 9;
	position: absolute;
	top: 50%;
	width: 44px;
	height: 44px;
	border: 1.5px solid #36435b;
	border-radius: 50%;
	background: transparent;
	color: #36435b;
	fill: #36435b;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	font-size: 15px;
	transform: translate(-50%, -50%);
	transition: all .25s;
}

button.arr-custom img {
	transition: inherit;
}

button.prev-arrow.arr-custom {
	left: calc(( 100% - var(--containerWidth) ) / 2);
}

button.next-arrow.arr-custom {
	right: calc(( 100% - var(--containerWidth) ) / 2);
}

button.arr-custom.dark-slick-arrow:hover {
	background: #36435b;
}

/********Faq section*************/
.faq-section .eael-accordion-list {
	border-bottom: 1px solid rgba(83, 83, 83, .74);
}

.faq-section .eael-accordion-list:last-child {
	border-bottom: none;
}

.faq-section .eael-adv-accordion .eael-accordion-list .eael-accordion-header {
	padding: 20px 50px 20px 0;
	border: none;
	background-color: inherit !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	color: #000;
	position: relative;
}

.faq-section .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .eael-accordion-tab-title {
	color: #000 !important;
}

.faq-section .eael-adv-accordion .eael-accordion-list .eael-accordion-content {
	border: none;
	padding: 0 0 20px;
}

.faq-section .eael-adv-accordion .eael-accordion-list .eael-accordion-content p, .faq-section .eael-adv-accordion .eael-accordion-list .eael-accordion-content li {
	font-size: 15px;
}

.faq-section .eael-adv-accordion .eael-accordion-list .eael-accordion-header .fa-accordion-icon, .faq-section .eael-adv-accordion .eael-accordion-list .eael-accordion-header:hover .fa-accordion-icon {
	color: #0c71ff !important;
	line-height: 22px !important;
	font-size: 12px !important;
	margin: 0 !important;
}

.faq-section .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-accordion-icon {
	color: #fff !important;
}

.faq-section .eael-adv-accordion .eael-accordion-list .eael-accordion-header .eael-accordion-tab-title {
	color: #333 !important;
}

.faq-section .eael-accordion-header .eael-advanced-accordion-icon-closed, .faq-section .eael-accordion-header .eael-advanced-accordion-icon-opened {
	position: absolute;
	right: 0;
	top: 18px;
	margin: 0 !important;
	width: 22px;
	text-align: center;
}

.faq-section .eael-accordion-header .eael-advanced-accordion-icon-opened {
	background: #0c71ff;
	color: #fff !important;
	width: 22px !important;
	height: 22px !important;
	border-radius: 100%;
	text-align: center !important;
	line-height: 22px !important;
	font-size: 12px !important;
}

.faq-section .eael-accordion-header .eael-advanced-accordion-icon-opened i {
	color: #fff !important;
	margin: 0 !important;
	padding: 0 !important;
}

/********Testimonails section*************/
.testimonial-slider .slick-initialized .slick-slide {
	display: flex;
	padding: 40px 10px;
}

.testimonial-slider .trust-outer {
	width: 480px;
}

.testimonial-slider .trust-us-box {
	box-shadow: 0px 27.34px 24.08px 0px rgba(121, 152, 85, .14);
	border: 1px solid #0c71ff;
	padding: 20px;
	width: 100%;
	border-radius: 8px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
	height: 100%;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative;
}

.testimonial-slider .trust-us-box:hover {
	box-shadow: 0px 28.37px 25px 0px rgba(80, 132, 19, .24);
	border-color: #00409a;
}

.testimonial-slider.elementor-section .elementor-container {}

.testimonial-slider .trust-us-rating {
	display: none;
}

.testimonial-slider .trust-us-text .quotes-icon {
	display: none;
}

.testimonial-slider .trust-us-text {
	margin-bottom: 20px;
}

.testimonial-slider .trust-us-text p {
	color: #323232;
	font-size: 13px;
}

.truster-img {
	margin-right: 10px;
	width: 50px;
}

.truster-img img {
	width: 50px;
	height: auto;
	border-radius: 100%;
}

.truster-detail {
	width: calc(100% - 60px);
}

.truster {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.truster-name {
	color: #232323;
	font-size: 15px;
	font-weight: 500;
	width: 100%;
	display: block;
}

.truster-desination {
	color: #535353;
	font-size: 13px;
	font-weight: 400;
	width: 100%;
	display: block;
}

.testimonial-slider .video-review .trust-us-text p {
	display: none;
}

.video-review .trust-client {
	position: absolute;
	left: 40px;
	top: 40px;
	z-index: 2;
}

.drag-img-pera:before {
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/uploads/2024/08/drag-img.svg") no-repeat 0 0;
	content: "";
	width: 200px;
	height: 200px;
	background-size: 200px auto;
	position: absolute;
	top: -25px;
	left: -190px;
	display: block !important;
}

.review-video-thumb {
	cursor: pointer;
	width: 100%;
	display: flex;
	position: relative;
	z-index: 0;
}

.review-video-thumb:before {
	content: "";
	width: 50px;
	height: 50px;
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/uploads/2024/11/play-btn.png") no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.review-modal .fancybox__content {
	padding: 20px;
	border-radius: 20px;
}

.fancybox__content .trust-client {
	position: absolute;
	left: 40px;
	top: 40px;
	z-index: 2;
	display: none;
}

.review-modal .fancybox__content p {
	padding: 20px 0;
	color: #323232;
	font-size: 13px;
	margin: 0;
}

.review-modal .fancybox__content iframe {
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	width: 100%;
	height: 360px;
}

.testimonial-slider .arrow-center-bottom button.slick-arrow {
	bottom: -40px;
}

.trust-client {
	margin-bottom: 15px;
	height: 32px;
	display: flex;
}

.trust-client img {
	height: auto !important;
	width: auto;
	max-height: 32px;
}

.banner-section .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}

#modelFormData {
	overflow: hidden;
}

#modelFormData .model-form-inner-wrap {
	overflow: hidden;
	overflow-y: hidden;
	padding-right: 10px;
	margin-right: -10px;
	padding-left: 10px;
	margin-left: -10px;
}

.theme-scroll::-webkit-scrollbar-track {
	background: #e2e8f3;
	border-radius: 10px;
}

.theme-scroll::-webkit-scrollbar-thumb {
	background: #1f6bff;
	border-radius: 10px;
}

.theme-scroll::-webkit-scrollbar {
	width: 4px;
	border-radius: 10px;
}

.extra-schedule-call {
	padding-top: 15px;
	border-top: 1px solid #bebebe;
	margin-top: 5px;
}

.extra-schedule-call>.checkbox-label {
	margin-bottom: 12px;
}

.extra-schedule-call>.checkbox-label .wpcf7-list-item-label {
	display: none;
}

.extra-call-inputs .extra-call-input-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.xdsoft_datetimepicker {
	z-index: 99999;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
	background: #0070e1;
	box-shadow: #178fe5 0 1px 3px 0 inset;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
	background: #005bb6 !important;
}

.home-feature-sec.arrow-center-bottom button.slick-arrow {
	bottom: -30px;
}

form input.hidden {
	display: none;
	opacity: 0;
	visibility: hidden;
	height: 0;
}

button.slick-arrow:not(.slick-disabled) {
	cursor: pointer;
}

div#sidr ul li ul.sidr-class-sub-menu li a>span {
	--dash-left: 8px;
	position: relative;
	padding-left: calc(var(--dash-left) + 8px);
}

div#sidr ul li ul.sidr-class-sub-menu li a>span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: var(--dash-left);
	height: 1.5px;
	background: #fff;
}

@media (max-width: 1024px) {
	.drag-img-pera:before {
		display: none !important;
	}
}

@media (max-width: 959px) {
	.sidr-class-text-wrap img {
		width: 25px;
		margin-right: 5px;
		display: none;
	}
	
	.sidr-class-dropdown-menu ul a:before {
		display: none;
	}
	
	div#sidr ul li li a {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.testimonial-header {
		padding: 0 20px;
	}
	
	.container, .elementor-section.elementor-section-boxed>.elementor-container {
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	.container .container, .elementor-section.elementor-section-boxed>.elementor-container .elementor-container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.truster-desination {
		font-size: 12px;
	}
	
	.faq-section .eael-adv-accordion .eael-accordion-list .eael-accordion-content p, .faq-section .eael-adv-accordion .eael-accordion-list .eael-accordion-content li {
		font-size: 13px;
	}
	
	.faq-section {
		padding: 50px 0 !important;
	}
	
	.case-study-review div p {
		font-size: 11px !important;
	}
	
	#ourValuesNew .elementor-column>.elementor-widget-wrap p {
		font-size: 13px;
	}
}

@media (max-width: 479px) {
	.fea-row .slick-list {
		margin: 0 -20px;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	.home-feature-sec {
		overflow: hidden;
	}
}

@media (min-width: 2600px) {
	body.service-template .testimonial-slider .trust-outer {
		width: 700px;
	}
	
	body.service-template .whyWorkTop .whyWorkTitle {
		font-size: 1rem;
	}
	
	body.service-template .whyWorkContent p {
		font-size: .85rem !important;
	}
}

.backButton {
	position: absolute;
	top: 55px;
	left: 37px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 43px;
	height: 43px;
	border: 1px solid var(--text-color-level3, rgba(26, 26, 26, .1));
	border-radius: 50%;
	background-clip: padding-box;
	color: var(--primary-color, #0069ff);
	font-size: 24px;
	z-index: 99;
}

.sidr-open header#site-header .oceanwp-mobile-menu-icon i:before {
	content: "";
}

.portfolio-theme-light header#site-header div#site-logo a, .portfolio-theme-light header#site-header nav#site-navigation ul#menu-header-menu li a {
	color: #fff;
}

.portfolio-theme-light.scroll-up header#site-header div#site-logo a, .portfolio-theme-light.scroll-down header#site-header div#site-logo a {
	color: rgba(0, 0, 0, .9);
}

.portfolio-theme-light.scroll-up header#site-header nav#site-navigation ul#menu-header-menu li a, .portfolio-theme-light.scroll-down header#site-header nav#site-navigation ul#menu-header-menu li a {
	color: #37383c;
}

.bannerPopupForm {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -99999;
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, .41);
	display: none;
	align-items: center;
	justify-content: center;
	transition: all .2s;
}

.bannerPopupForm.active {
	display: flex;
	z-index: 99999;
	opacity: 1;
	visibility: visible;
}

.bannerPopIn {
	width: calc(100% - 40px);
	max-width: 950px;
	background: #fff;
	border-radius: 20px;
	padding: 25px;
	position: relative;
}

.bannerPopClose {
	cursor: pointer;
	position: absolute;
	right: 18px;
	z-index: 1;
	top: 18px;
	font-size: 25px;
	line-height: normal;
}

.bannerPopAllData {
	display: flex;
	flex-wrap: wrap;
}

.bannerPopData {
	width: 55%;
	overflow: auto;
	padding-right: 20px;
	max-height: 500px;
	border-right: 4px solid #e2e8f3;
}

.bannerPopRight {
	width: 45%;
	padding-left: 20px;
}

.bannerPopAllData .pop-title {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 18px;
	padding-right: 25px;
}

.footer-address {
	margin: 0 0 20px;
	padding: 0 0 20px;
}

.footer-address .countryName {
	margin: 0;
	font-size: 20px;
}

.footer-address p {
	display: none;
}

.aw-row .slick-track {
	flex-wrap: wrap;
}

.elementor-column.elementor-element.staticCol, .elementor-column.elementor-element.staticCol>.elementor-widget-wrap, section.elementor-section.staticContainer>.elementor-container {
	position: static;
}

#expSlider .gallery {
	padding: 0 0 4rem;
}

#expSlider .slick-list {
	position: relative;
}

#expSlider .slick-list:before {
	content: "";
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/white-mock.png") no-repeat center;
	background-size: contain !important;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
}

#expSlider.dark-slider .slick-list:before {
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/black-mock.png") no-repeat center;
}

button.custom-slick-arrow {
	position: absolute;
	left: 49%;
	bottom: 0;
	z-index: 9;
	transform: translateX(-100%);
	-webkit-appearance: none;
	border: 1px solid;
	background: transparent;
	outline: none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: normal;
	padding: 0;
	width: 2.2rem;
	height: 2.2rem;
	font-size: 1.3rem;
	transition: all .4s ease;
}

button.custom-slick-arrow.next-arrow {
	left: auto;
	right: 49%;
	transform: translateX(100%);
}

button.custom-slick-arrow.light {
	border-color: #fff;
	color: #fff;
}

button.custom-slick-arrow.light:hover {
	background: #fff;
	color: #2f2f2f;
}

#expSlider .gallery-item {
	padding: .35rem;
	text-align: center;
}

#expSlider .gallery-item img {
	border-radius: 1.5rem;
	opacity: .8;
	transform: scale(.9);
	transition: all .3s ease-out;
}

#expSlider .gallery-item.slick-active.slick-center img {
	opacity: 1;
	transform: scale(1);
	border-radius: 2vw;
}

#expWebSlider .gallery {
	padding: 0 0 4rem;
}

#expWebSlider .slick-list {
	position: relative;
}

#expWebSlider .slick-list:before {
	content: "";
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/white-mock.png") no-repeat center;
	background-size: contain !important;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
}

#expWebSlider .slick-list:before {
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/macbook.png") no-repeat center;
}

#expWebSlider .gallery-item {
	padding: 0;
	text-align: center;
}

#expWebSlider .gallery-item img {
	opacity: .8;
	transform: scale(.9);
	transition: all .3s ease-out;
	width: 95%;
}

#expWebSlider .gallery-item.slick-active.slick-center img {
	opacity: 1;
	transform: scale(1);
	width: 90%;
	margin-top: 1vw;
}

#single-form.new-layout {
	background: #fff;
	padding: 5rem 0;
}

#single-form.new-layout .row {
	margin: 0;
}

#single-form.new-layout .col-lg-5 {
	max-width: 100%;
	text-align: center;
	padding: 0;
	margin: 0 0 3rem;
}

#single-form.new-layout .col-lg-7 {
	max-width: 58%;
	margin: 0 auto;
	padding: 0;
}

#single-form.new-layout h2 {
	font-size: 2rem;
	margin: 0 0 1.5rem;
	line-height: 1.3em;
}

#single-form.new-layout h4 {
	font-size: 1.2rem;
	text-align: center;
	margin: 0 0 1.2rem;
	line-height: 1.2em;
}

#single-form.new-layout .more-apps-desc {
	font-size: 1rem;
	line-height: 1.4em;
	max-width: 54rem;
	margin: 0 auto;
	color: #222;
}

.elementor-element.appStoreBtns.elementor-widget.elementor-widget-image {
	margin: 0 1rem 0 0;
	display: inline-block;
	width: auto;
}

.elementor-element.appStoreBtns.elementor-widget.elementor-widget-image img {
	width: 150px;
}

.feture-img img {
	margin-left: -6rem;
}

.desktopFrame .slick-list:before {
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/themes/oceanwp-child/images/desktop.png") no-repeat center !important;
	height: 139% !important;
}

.desktopFrame .slick-list {
	padding-bottom: 1% !important;
	overflow: visible !important;
}

.desktopFrame .slick-track {
	height: 15.8vw;
}

.desktopFrame .gallery {
	padding: 0 0 11rem !important;
}

@media (min-width: 2201px) {
	.desktopFrame .slick-list:before {
		height: 88% !important;
	}
	
	.desktopFrame .gallery {
		padding: 0 0 2rem !important;
	}
	
	.desktopFrame .gallery-item.slick-active.slick-center img {
		width: 93% !important;
		margin-top: .6vw !important;
	}
}

@media screen and (max-width: 1199px) {
	.desktopFrame .gallery-item.slick-active.slick-center img {
		width: 95% !important;
		margin-top: 1vw !important;
	}
}

@media screen and (max-width: 1024px) {
	.desktopFrame .slick-list:before {
		height: 146% !important;
	}
	
	.desktopFrame .gallery {
		padding: 0 0 10rem !important;
	}
}

@media screen and (max-width: 991px) {
	.desktopFrame .slick-list:before {
		height: 142% !important;
	}
}

@media screen and (max-width: 779px) {
	.desktopFrame .gallery-item.slick-active.slick-center img {
		width: 100% !important;
	}
}

@media screen and (max-width: 541px) {
	#expSlider .gallery-item img {
		max-height: 40rem;
		width: auto;
		border-radius: 3rem;
	}
	
	.elementor-element.appStoreBtns.elementor-widget.elementor-widget-image {
		max-width: 35%;
	}
	
	#expWebSlider .gallery-item.slick-active.slick-center img {
		width: 85%;
		margin-top: 4.5vw;
	}
	
	#expSlider .gallery-item.slick-active.slick-center img {
		border-radius: 6vw;
	}
	
	.desktopFrame .slick-list:before {
		height: 451% !important;
	}
	
	.desktopFrame .gallery {
		padding: 0 0 26rem !important;
	}
	
	.desktopFrame .gallery-item.slick-active.slick-center img {
		width: 87% !important;
		margin-top: 3.6vw !important;
	}
}

/*!
 * Font Awesome Free 6.4.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 2023 Fonticons, Inc.
 */
.fa {
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
}

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
	-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-classic, .fa-regular, .fa-solid, .far, .fas {
	font-family: "Font Awesome 6 Free";
}

.fa-brands, .fab {
	font-family: "Font Awesome 6 Brands";
}

.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, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-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, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-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, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-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, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-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, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-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;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transition-duration: 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-fill-drip:before {
	content: "";
}

.fa-arrows-to-circle:before {
	content: "";
}

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

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

.fa-trash-alt:before, .fa-trash-can:before {
	content: "";
}

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

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

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

.fa-comment-alt:before, .fa-message:before {
	content: "";
}

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

.fa-compress-alt:before, .fa-down-left-and-up-right-to-center:before {
	content: "";
}

.fa-explosion:before {
	content: "";
}

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

.fa-wave-square:before {
	content: "";
}

.fa-ring:before {
	content: "";
}

.fa-building-un:before {
	content: "";
}

.fa-dice-three:before {
	content: "";
}

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

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

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

.fa-volleyball-ball:before, .fa-volleyball:before {
	content: "";
}

.fa-arrows-up-to-line:before {
	content: "";
}

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

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

.fa-door-open:before {
	content: "";
}

.fa-right-from-bracket:before, .fa-sign-out-alt:before {
	content: "";
}

.fa-atom:before {
	content: "";
}

.fa-soap:before {
	content: "";
}

.fa-heart-music-camera-bolt:before, .fa-icons:before {
	content: "";
}

.fa-microphone-alt-slash:before, .fa-microphone-lines-slash:before {
	content: "";
}

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

.fa-pump-medical:before {
	content: "";
}

.fa-fingerprint:before {
	content: "";
}

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

.fa-magnifying-glass-location:before, .fa-search-location:before {
	content: "";
}

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

.fa-face-smile-beam:before, .fa-smile-beam:before {
	content: "";
}

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

.fa-football-ball:before, .fa-football:before {
	content: "";
}

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

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

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

.fa-users-rectangle:before {
	content: "";
}

.fa-people-roof:before {
	content: "";
}

.fa-people-line:before {
	content: "";
}

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

.fa-diagram-predecessor:before {
	content: "";
}

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

.fa-burn:before, .fa-fire-flame-simple:before {
	content: "";
}

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

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

.fa-file-csv:before {
	content: "";
}

.fa-menorah:before {
	content: "";
}

.fa-truck-plane:before {
	content: "";
}

.fa-record-vinyl:before {
	content: "";
}

.fa-face-grin-stars:before, .fa-grin-stars:before {
	content: "";
}

.fa-bong:before {
	content: "";
}

.fa-pastafarianism:before, .fa-spaghetti-monster-flying:before {
	content: "";
}

.fa-arrow-down-up-across-line:before {
	content: "";
}

.fa-spoon:before, .fa-utensil-spoon:before {
	content: "";
}

.fa-jar-wheat:before {
	content: "";
}

.fa-envelopes-bulk:before, .fa-mail-bulk:before {
	content: "";
}

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

.fa-circle-h:before, .fa-hospital-symbol:before {
	content: "";
}

.fa-pager:before {
	content: "";
}

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

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

.fa-k:before {
	content: "K";
}

.fa-landmark-flag:before {
	content: "";
}

.fa-pencil-alt:before, .fa-pencil:before {
	content: "";
}

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

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

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

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

.fa-code-pull-request:before {
	content: "";
}

.fa-clipboard-list:before {
	content: "";
}

.fa-truck-loading:before, .fa-truck-ramp-box:before {
	content: "";
}

.fa-user-check:before {
	content: "";
}

.fa-vial-virus:before {
	content: "";
}

.fa-sheet-plastic:before {
	content: "";
}

.fa-blog:before {
	content: "";
}

.fa-user-ninja:before {
	content: "";
}

.fa-person-arrow-up-from-line:before {
	content: "";
}

.fa-scroll-torah:before, .fa-torah:before {
	content: "";
}

.fa-broom-ball:before, .fa-quidditch-broom-ball:before, .fa-quidditch:before {
	content: "";
}

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

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

.fa-person-drowning:before {
	content: "";
}

.fa-arrow-down-9-1:before, .fa-sort-numeric-desc:before, .fa-sort-numeric-down-alt:before {
	content: "";
}

.fa-face-grin-tongue-squint:before, .fa-grin-tongue-squint:before {
	content: "";
}

.fa-spray-can:before {
	content: "";
}

.fa-truck-monster:before {
	content: "";
}

.fa-w:before {
	content: "W";
}

.fa-earth-africa:before, .fa-globe-africa:before {
	content: "";
}

.fa-rainbow:before {
	content: "";
}

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

.fa-tablet-alt:before, .fa-tablet-screen-button:before {
	content: "";
}

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

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

.fa-trowel-bricks:before {
	content: "";
}

.fa-face-flushed:before, .fa-flushed:before {
	content: "";
}

.fa-hospital-user:before {
	content: "";
}

.fa-tent-arrow-left-right:before {
	content: "";
}

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

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

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

.fa-box-tissue:before {
	content: "";
}

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

.fa-bell-concierge:before, .fa-concierge-bell:before {
	content: "";
}

.fa-pen-ruler:before, .fa-pencil-ruler:before {
	content: "";
}

.fa-people-arrows-left-right:before, .fa-people-arrows:before {
	content: "";
}

.fa-mars-and-venus-burst:before {
	content: "";
}

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

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

.fa-sun-plant-wilt:before {
	content: "";
}

.fa-toilets-portable:before {
	content: "";
}

.fa-hockey-puck:before {
	content: "";
}

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

.fa-magnifying-glass-arrow-right:before {
	content: "";
}

.fa-digital-tachograph:before, .fa-tachograph-digital:before {
	content: "";
}

.fa-users-slash:before {
	content: "";
}

.fa-clover:before {
	content: "";
}

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

.fa-star-and-crescent:before {
	content: "";
}

.fa-house-fire:before {
	content: "";
}

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

.fa-helicopter:before {
	content: "";
}

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

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

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

.fa-laptop-code:before {
	content: "";
}

.fa-swatchbook:before {
	content: "";
}

.fa-prescription-bottle:before {
	content: "";
}

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

.fa-people-group:before {
	content: "";
}

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

.fa-heart-broken:before, .fa-heart-crack:before {
	content: "";
}

.fa-external-link-square-alt:before, .fa-square-up-right:before {
	content: "";
}

.fa-face-kiss-beam:before, .fa-kiss-beam:before {
	content: "";
}

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

.fa-ruler-horizontal:before {
	content: "";
}

.fa-people-robbery:before {
	content: "";
}

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

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

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

.fa-school-circle-xmark:before {
	content: "";
}

.fa-arrow-right-from-bracket:before, .fa-sign-out:before {
	content: "";
}

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

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

.fa-cloud-showers-heavy:before {
	content: "";
}

.fa-headphones-alt:before, .fa-headphones-simple:before {
	content: "";
}

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

.fa-circle-dollar-to-slot:before, .fa-donate:before {
	content: "";
}

.fa-memory:before {
	content: "";
}

.fa-road-spikes:before {
	content: "";
}

.fa-fire-burner:before {
	content: "";
}

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

.fa-hanukiah:before {
	content: "";
}

.fa-feather:before {
	content: "";
}

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

.fa-comment-slash:before {
	content: "";
}

.fa-cloud-sun-rain:before {
	content: "";
}

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

.fa-wheat-alt:before, .fa-wheat-awn:before {
	content: "";
}

.fa-ankh:before {
	content: "";
}

.fa-hands-holding-child:before {
	content: "";
}

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

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

.fa-peseta-sign:before {
	content: "";
}

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

.fa-ghost:before {
	content: "";
}

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

.fa-phone-square-alt:before, .fa-square-phone-flip:before {
	content: "";
}

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

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

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

.fa-dizzy:before, .fa-face-dizzy:before {
	content: "";
}

.fa-egg:before {
	content: "";
}

.fa-house-medical-circle-xmark:before {
	content: "";
}

.fa-campground:before {
	content: "";
}

.fa-folder-plus:before {
	content: "";
}

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

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

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

.fa-gas-pump:before {
	content: "";
}

.fa-hot-tub-person:before, .fa-hot-tub:before {
	content: "";
}

.fa-map-location:before, .fa-map-marked:before {
	content: "";
}

.fa-house-flood-water:before {
	content: "";
}

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

.fa-bridge-lock:before {
	content: "";
}

.fa-sack-dollar:before {
	content: "";
}

.fa-edit:before, .fa-pen-to-square:before {
	content: "";
}

.fa-car-side:before {
	content: "";
}

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

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

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

.fa-microscope:before {
	content: "";
}

.fa-sink:before {
	content: "";
}

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

.fa-arrow-down-z-a:before, .fa-sort-alpha-desc:before, .fa-sort-alpha-down-alt:before {
	content: "";
}

.fa-mitten:before {
	content: "";
}

.fa-person-rays:before {
	content: "";
}

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

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

.fa-flask-vial:before {
	content: "";
}

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

.fa-om:before {
	content: "";
}

.fa-worm:before {
	content: "";
}

.fa-house-circle-xmark:before {
	content: "";
}

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

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

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

.fa-stopwatch:before {
	content: "";
}

.fa-face-kiss:before, .fa-kiss:before {
	content: "";
}

.fa-bridge-circle-xmark:before {
	content: "";
}

.fa-face-grin-tongue:before, .fa-grin-tongue:before {
	content: "";
}

.fa-chess-bishop:before {
	content: "";
}

.fa-face-grin-wink:before, .fa-grin-wink:before {
	content: "";
}

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

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

.fa-dice-five:before {
	content: "";
}

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

.fa-land-mine-on:before {
	content: "";
}

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

.fa-stamp:before {
	content: "";
}

.fa-stairs:before {
	content: "";
}

.fa-i:before {
	content: "I";
}

.fa-hryvnia-sign:before, .fa-hryvnia:before {
	content: "";
}

.fa-pills:before {
	content: "";
}

.fa-face-grin-wide:before, .fa-grin-alt:before {
	content: "";
}

.fa-tooth:before {
	content: "";
}

.fa-v:before {
	content: "V";
}

.fa-bangladeshi-taka-sign:before {
	content: "";
}

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

.fa-rod-asclepius:before, .fa-rod-snake:before, .fa-staff-aesculapius:before, .fa-staff-snake:before {
	content: "";
}

.fa-head-side-cough-slash:before {
	content: "";
}

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

.fa-wheat-awn-circle-exclamation:before {
	content: "";
}

.fa-snowman:before {
	content: "";
}

.fa-mortar-pestle:before {
	content: "";
}

.fa-road-barrier:before {
	content: "";
}

.fa-school:before {
	content: "";
}

.fa-igloo:before {
	content: "";
}

.fa-joint:before {
	content: "";
}

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

.fa-horse:before {
	content: "";
}

.fa-q:before {
	content: "Q";
}

.fa-g:before {
	content: "G";
}

.fa-notes-medical:before {
	content: "";
}

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

.fa-dong-sign:before {
	content: "";
}

.fa-capsules:before {
	content: "";
}

.fa-poo-bolt:before, .fa-poo-storm:before {
	content: "";
}

.fa-face-frown-open:before, .fa-frown-open:before {
	content: "";
}

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

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

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

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

.fa-umbrella-beach:before {
	content: "";
}

.fa-helmet-un:before {
	content: "";
}

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

.fa-bacon:before {
	content: "";
}

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

.fa-arrow-up-from-bracket:before {
	content: "";
}

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

.fa-file-medical-alt:before, .fa-file-waveform:before {
	content: "";
}

.fa-radiation:before {
	content: "";
}

.fa-chart-simple:before {
	content: "";
}

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

.fa-vial:before {
	content: "";
}

.fa-dashboard:before, .fa-gauge-med:before, .fa-gauge:before, .fa-tachometer-alt-average:before {
	content: "";
}

.fa-magic-wand-sparkles:before, .fa-wand-magic-sparkles:before {
	content: "";
}

.fa-e:before {
	content: "E";
}

.fa-pen-alt:before, .fa-pen-clip:before {
	content: "";
}

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

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

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

.fa-dumpster:before {
	content: "";
}

.fa-shuttle-van:before, .fa-van-shuttle:before {
	content: "";
}

.fa-building-user:before {
	content: "";
}

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

.fa-highlighter:before {
	content: "";
}

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

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

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

.fa-synagogue:before {
	content: "";
}

.fa-person-half-dress:before {
	content: "";
}

.fa-road-bridge:before {
	content: "";
}

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

.fa-c:before {
	content: "C";
}

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

.fa-building-lock:before {
	content: "";
}

.fa-pizza-slice:before {
	content: "";
}

.fa-money-bill-wave:before {
	content: "";
}

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

.fa-house-flag:before {
	content: "";
}

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

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

.fa-camera-rotate:before {
	content: "";
}

.fa-air-freshener:before, .fa-spray-can-sparkles:before {
	content: "";
}

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

.fa-repeat:before {
	content: "";
}

.fa-cross:before {
	content: "";
}

.fa-box:before {
	content: "";
}

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

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

.fa-expand-arrows-alt:before, .fa-maximize:before {
	content: "";
}

.fa-charging-station:before {
	content: "";
}

.fa-shapes:before, .fa-triangle-circle-square:before {
	content: "";
}

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

.fa-person-running:before, .fa-running:before {
	content: "";
}

.fa-mobile-retro:before {
	content: "";
}

.fa-grip-lines-vertical:before {
	content: "";
}

.fa-spider:before {
	content: "";
}

.fa-hands-bound:before {
	content: "";
}

.fa-file-invoice-dollar:before {
	content: "";
}

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

.fa-x-ray:before {
	content: "";
}

.fa-spell-check:before {
	content: "";
}

.fa-slash:before {
	content: "";
}

.fa-computer-mouse:before, .fa-mouse:before {
	content: "";
}

.fa-arrow-right-to-bracket:before, .fa-sign-in:before {
	content: "";
}

.fa-shop-slash:before, .fa-store-alt-slash:before {
	content: "";
}

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

.fa-virus-covid-slash:before {
	content: "";
}

.fa-shop-lock:before {
	content: "";
}

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

.fa-blender-phone:before {
	content: "";
}

.fa-building-wheat:before {
	content: "";
}

.fa-person-breastfeeding:before {
	content: "";
}

.fa-right-to-bracket:before, .fa-sign-in-alt:before {
	content: "";
}

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

.fa-passport:before {
	content: "";
}

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

.fa-people-carry-box:before, .fa-people-carry:before {
	content: "";
}

.fa-temperature-high:before {
	content: "";
}

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

.fa-crown:before {
	content: "";
}

.fa-weight-hanging:before {
	content: "";
}

.fa-xmarks-lines:before {
	content: "";
}

.fa-file-prescription:before {
	content: "";
}

.fa-weight-scale:before, .fa-weight:before {
	content: "";
}

.fa-user-friends:before, .fa-user-group:before {
	content: "";
}

.fa-arrow-up-a-z:before, .fa-sort-alpha-up:before {
	content: "";
}

.fa-chess-knight:before {
	content: "";
}

.fa-face-laugh-squint:before, .fa-laugh-squint:before {
	content: "";
}

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

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

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

.fa-person-walking:before, .fa-walking:before {
	content: "";
}

.fa-l:before {
	content: "L";
}

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

.fa-bed-pulse:before, .fa-procedures:before {
	content: "";
}

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

.fa-face-laugh:before, .fa-laugh:before {
	content: "";
}

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

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

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

.fa-city:before {
	content: "";
}

.fa-microphone-alt:before, .fa-microphone-lines:before {
	content: "";
}

.fa-pepper-hot:before {
	content: "";
}

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

.fa-colon-sign:before {
	content: "";
}

.fa-headset:before {
	content: "";
}

.fa-store-slash:before {
	content: "";
}

.fa-road-circle-xmark:before {
	content: "";
}

.fa-user-minus:before {
	content: "";
}

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

.fa-champagne-glasses:before, .fa-glass-cheers:before {
	content: "";
}

.fa-clipboard:before {
	content: "";
}

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

.fa-file-arrow-up:before, .fa-file-upload:before {
	content: "";
}

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

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

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

.fa-user-edit:before, .fa-user-pen:before {
	content: "";
}

.fa-signature:before {
	content: "";
}

.fa-stroopwafel:before {
	content: "";
}

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

.fa-anchor-lock:before {
	content: "";
}

.fa-building-ngo:before {
	content: "";
}

.fa-manat-sign:before {
	content: "";
}

.fa-not-equal:before {
	content: "";
}

.fa-border-style:before, .fa-border-top-left:before {
	content: "";
}

.fa-map-location-dot:before, .fa-map-marked-alt:before {
	content: "";
}

.fa-jedi:before {
	content: "";
}

.fa-poll:before, .fa-square-poll-vertical:before {
	content: "";
}

.fa-mug-hot:before {
	content: "";
}

.fa-battery-car:before, .fa-car-battery:before {
	content: "";
}

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

.fa-dice-two:before {
	content: "";
}

.fa-chess-queen:before {
	content: "";
}

.fa-glasses:before {
	content: "";
}

.fa-chess-board:before {
	content: "";
}

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

.fa-person-chalkboard:before {
	content: "";
}

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

.fa-hand-back-fist:before, .fa-hand-rock:before {
	content: "";
}

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

.fa-cloud-showers-water:before {
	content: "";
}

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

.fa-hands-bubbles:before, .fa-hands-wash:before {
	content: "";
}

.fa-less-than-equal:before {
	content: "";
}

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

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

.fa-crow:before {
	content: "";
}

.fa-sailboat:before {
	content: "";
}

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

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

.fa-torii-gate:before {
	content: "";
}

.fa-frog:before {
	content: "";
}

.fa-bucket:before {
	content: "";
}

.fa-image:before {
	content: "";
}

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

.fa-cow:before {
	content: "";
}

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

.fa-screwdriver:before {
	content: "";
}

.fa-folder-closed:before {
	content: "";
}

.fa-house-tsunami:before {
	content: "";
}

.fa-square-nfi:before {
	content: "";
}

.fa-arrow-up-from-ground-water:before {
	content: "";
}

.fa-glass-martini-alt:before, .fa-martini-glass:before {
	content: "";
}

.fa-rotate-back:before, .fa-rotate-backward:before, .fa-rotate-left:before, .fa-undo-alt:before {
	content: "";
}

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

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

.fa-head-side-mask:before {
	content: "";
}

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

.fa-gem:before {
	content: "";
}

.fa-dolly-box:before, .fa-dolly:before {
	content: "";
}

.fa-smoking:before {
	content: "";
}

.fa-compress-arrows-alt:before, .fa-minimize:before {
	content: "";
}

.fa-monument:before {
	content: "";
}

.fa-snowplow:before {
	content: "";
}

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

.fa-cannabis:before {
	content: "";
}

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

.fa-tablets:before {
	content: "";
}

.fa-ethernet:before {
	content: "";
}

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

.fa-chair:before {
	content: "";
}

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

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

.fa-compass-drafting:before, .fa-drafting-compass:before {
	content: "";
}

.fa-plate-wheat:before {
	content: "";
}

.fa-icicles:before {
	content: "";
}

.fa-person-shelter:before {
	content: "";
}

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

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

.fa-marker:before {
	content: "";
}

.fa-face-laugh-beam:before, .fa-laugh-beam:before {
	content: "";
}

.fa-helicopter-symbol:before {
	content: "";
}

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

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

.fa-lari-sign:before {
	content: "";
}

.fa-volcano:before {
	content: "";
}

.fa-person-walking-dashed-line-arrow-right:before {
	content: "";
}

.fa-gbp:before, .fa-pound-sign:before, .fa-sterling-sign:before {
	content: "";
}

.fa-viruses:before {
	content: "";
}

.fa-square-person-confined:before {
	content: "";
}

.fa-user-tie:before {
	content: "";
}

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

.fa-tent-arrow-down-to-line:before {
	content: "";
}

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

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

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

.fa-person-skating:before, .fa-skating:before {
	content: "";
}

.fa-filter-circle-dollar:before, .fa-funnel-dollar:before {
	content: "";
}

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

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

.fa-arrow-right-to-file:before, .fa-file-import:before {
	content: "";
}

.fa-external-link-square:before, .fa-square-arrow-up-right:before {
	content: "";
}

.fa-box-open:before {
	content: "";
}

.fa-scroll:before {
	content: "";
}

.fa-spa:before {
	content: "";
}

.fa-location-pin-lock:before {
	content: "";
}

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

.fa-hill-avalanche:before {
	content: "";
}

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

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

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

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

.fa-balance-scale-right:before, .fa-scale-unbalanced-flip:before {
	content: "";
}

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

.fa-diamond-turn-right:before, .fa-directions:before {
	content: "";
}

.fa-burst:before {
	content: "";
}

.fa-house-laptop:before, .fa-laptop-house:before {
	content: "";
}

.fa-face-tired:before, .fa-tired:before {
	content: "";
}

.fa-money-bills:before {
	content: "";
}

.fa-smog:before {
	content: "";
}

.fa-crutch:before {
	content: "";
}

.fa-cloud-arrow-up:before, .fa-cloud-upload-alt:before, .fa-cloud-upload:before {
	content: "";
}

.fa-palette:before {
	content: "";
}

.fa-arrows-turn-right:before {
	content: "";
}

.fa-vest:before {
	content: "";
}

.fa-ferry:before {
	content: "";
}

.fa-arrows-down-to-people:before {
	content: "";
}

.fa-seedling:before, .fa-sprout:before {
	content: "";
}

.fa-arrows-alt-h:before, .fa-left-right:before {
	content: "";
}

.fa-boxes-packing:before {
	content: "";
}

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

.fa-group-arrows-rotate:before {
	content: "";
}

.fa-bowl-food:before {
	content: "";
}

.fa-candy-cane:before {
	content: "";
}

.fa-arrow-down-wide-short:before, .fa-sort-amount-asc:before, .fa-sort-amount-down:before {
	content: "";
}

.fa-cloud-bolt:before, .fa-thunderstorm:before {
	content: "";
}

.fa-remove-format:before, .fa-text-slash:before {
	content: "";
}

.fa-face-smile-wink:before, .fa-smile-wink:before {
	content: "";
}

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

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

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

.fa-house-lock:before {
	content: "";
}

.fa-cloud-arrow-down:before, .fa-cloud-download-alt:before, .fa-cloud-download:before {
	content: "";
}

.fa-children:before {
	content: "";
}

.fa-blackboard:before, .fa-chalkboard:before {
	content: "";
}

.fa-user-alt-slash:before, .fa-user-large-slash:before {
	content: "";
}

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

.fa-handshake-alt-slash:before, .fa-handshake-simple-slash:before {
	content: "";
}

.fa-mattress-pillow:before {
	content: "";
}

.fa-guarani-sign:before {
	content: "";
}

.fa-arrows-rotate:before, .fa-refresh:before, .fa-sync:before {
	content: "";
}

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

.fa-cruzeiro-sign:before {
	content: "";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-shield-alt:before, .fa-shield-halved:before {
	content: "";
}

.fa-atlas:before, .fa-book-atlas:before {
	content: "";
}

.fa-virus:before {
	content: "";
}

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

.fa-layer-group:before {
	content: "";
}

.fa-arrows-to-dot:before {
	content: "";
}

.fa-archway:before {
	content: "";
}

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

.fa-house-chimney-crack:before, .fa-house-damage:before {
	content: "";
}

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

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

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

.fa-couch:before {
	content: "";
}

.fa-cedi-sign:before {
	content: "";
}

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

.fa-church:before {
	content: "";
}

.fa-comments-dollar:before {
	content: "";
}

.fa-democrat:before {
	content: "";
}

.fa-z:before {
	content: "Z";
}

.fa-person-skiing:before, .fa-skiing:before {
	content: "";
}

.fa-road-lock:before {
	content: "";
}

.fa-a:before {
	content: "A";
}

.fa-temperature-arrow-down:before, .fa-temperature-down:before {
	content: "";
}

.fa-feather-alt:before, .fa-feather-pointed:before {
	content: "";
}

.fa-p:before {
	content: "P";
}

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

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

.fa-ad:before, .fa-rectangle-ad:before {
	content: "";
}

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

.fa-filter-circle-xmark:before {
	content: "";
}

.fa-locust:before {
	content: "";
}

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

.fa-list-1-2:before, .fa-list-numeric:before, .fa-list-ol:before {
	content: "";
}

.fa-person-dress-burst:before {
	content: "";
}

.fa-money-check-alt:before, .fa-money-check-dollar:before {
	content: "";
}

.fa-vector-square:before {
	content: "";
}

.fa-bread-slice:before {
	content: "";
}

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

.fa-face-kiss-wink-heart:before, .fa-kiss-wink-heart:before {
	content: "";
}

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

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

.fa-file-signature:before {
	content: "";
}

.fa-arrows-alt:before, .fa-up-down-left-right:before {
	content: "";
}

.fa-house-chimney-user:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

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

.fa-money-check:before {
	content: "";
}

.fa-star-half-alt:before, .fa-star-half-stroke:before {
	content: "";
}

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

.fa-glass-whiskey:before, .fa-whiskey-glass:before {
	content: "";
}

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

.fa-magnifying-glass-chart:before {
	content: "";
}

.fa-arrow-up-right-from-square:before, .fa-external-link:before {
	content: "";
}

.fa-cubes-stacked:before {
	content: "";
}

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

.fa-virus-covid:before {
	content: "";
}

.fa-austral-sign:before {
	content: "";
}

.fa-f:before {
	content: "F";
}

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

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

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

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

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

.fa-bolt-lightning:before {
	content: "";
}

.fa-sack-xmark:before {
	content: "";
}

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

.fa-file-contract:before {
	content: "";
}

.fa-fish-fins:before {
	content: "";
}

.fa-building-flag:before {
	content: "";
}

.fa-face-grin-beam:before, .fa-grin-beam:before {
	content: "";
}

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

.fa-poop:before {
	content: "";
}

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

.fa-kaaba:before {
	content: "";
}

.fa-toilet-paper:before {
	content: "";
}

.fa-hard-hat:before, .fa-hat-hard:before, .fa-helmet-safety:before {
	content: "";
}

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

.fa-arrow-alt-circle-right:before, .fa-circle-right:before {
	content: "";
}

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

.fa-face-rolling-eyes:before, .fa-meh-rolling-eyes:before {
	content: "";
}

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

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

.fa-mask-ventilator:before {
	content: "";
}

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

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

.fa-cash-register:before {
	content: "";
}

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

.fa-h:before {
	content: "H";
}

.fa-tarp:before {
	content: "";
}

.fa-screwdriver-wrench:before, .fa-tools:before {
	content: "";
}

.fa-arrows-to-eye:before {
	content: "";
}

.fa-plug-circle-bolt:before {
	content: "";
}

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

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

.fa-home-user:before, .fa-house-user:before {
	content: "";
}

.fa-dumpster-fire:before {
	content: "";
}

.fa-house-crack:before {
	content: "";
}

.fa-cocktail:before, .fa-martini-glass-citrus:before {
	content: "";
}

.fa-face-surprise:before, .fa-surprise:before {
	content: "";
}

.fa-bottle-water:before {
	content: "";
}

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

.fa-toilet-paper-slash:before {
	content: "";
}

.fa-apple-alt:before, .fa-apple-whole:before {
	content: "";
}

.fa-kitchen-set:before {
	content: "";
}

.fa-r:before {
	content: "R";
}

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

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

.fa-bitcoin-sign:before {
	content: "";
}

.fa-shield-dog:before {
	content: "";
}

.fa-solar-panel:before {
	content: "";
}

.fa-lock-open:before {
	content: "";
}

.fa-elevator:before {
	content: "";
}

.fa-money-bill-transfer:before {
	content: "";
}

.fa-money-bill-trend-up:before {
	content: "";
}

.fa-house-flood-water-circle-arrow-right:before {
	content: "";
}

.fa-poll-h:before, .fa-square-poll-horizontal:before {
	content: "";
}

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

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

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

.fa-user-astronaut:before {
	content: "";
}

.fa-plane-slash:before {
	content: "";
}

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

.fa-basketball-ball:before, .fa-basketball:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

.fa-arrow-alt-circle-up:before, .fa-circle-up:before {
	content: "";
}

.fa-mobile-alt:before, .fa-mobile-screen-button:before {
	content: "";
}

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

.fa-users-rays:before {
	content: "";
}

.fa-wallet:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

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

.fa-burger:before, .fa-hamburger:before {
	content: "";
}

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

.fa-bugs:before {
	content: "";
}

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

.fa-file-image:before {
	content: "";
}

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

.fa-plane-departure:before {
	content: "";
}

.fa-handshake-slash:before {
	content: "";
}

.fa-book-bookmark:before {
	content: "";
}

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

.fa-hat-cowboy:before {
	content: "";
}

.fa-bridge:before {
	content: "";
}

.fa-phone-alt:before, .fa-phone-flip:before {
	content: "";
}

.fa-truck-front:before {
	content: "";
}

.fa-cat:before {
	content: "";
}

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

.fa-truck-field:before {
	content: "";
}

.fa-route:before {
	content: "";
}

.fa-clipboard-question:before {
	content: "";
}

.fa-panorama:before {
	content: "";
}

.fa-comment-medical:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

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

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

.fa-wine-glass:before {
	content: "";
}

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

.fa-face-meh-blank:before, .fa-meh-blank:before {
	content: "";
}

.fa-parking:before, .fa-square-parking:before {
	content: "";
}

.fa-house-signal:before {
	content: "";
}

.fa-bars-progress:before, .fa-tasks-alt:before {
	content: "";
}

.fa-faucet-drip:before {
	content: "";
}

.fa-cart-flatbed:before, .fa-dolly-flatbed:before {
	content: "";
}

.fa-ban-smoking:before, .fa-smoking-ban:before {
	content: "";
}

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

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

.fa-house-medical-flag:before {
	content: "";
}

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

.fa-tape:before {
	content: "";
}

.fa-bus-alt:before, .fa-bus-simple:before {
	content: "";
}

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

.fa-face-sad-cry:before, .fa-sad-cry:before {
	content: "";
}

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

.fa-person-military-to-person:before {
	content: "";
}

.fa-file-shield:before {
	content: "";
}

.fa-user-slash:before {
	content: "";
}

.fa-pen:before {
	content: "";
}

.fa-tower-observation:before {
	content: "";
}

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

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

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

.fa-heart-circle-xmark:before {
	content: "";
}

.fa-home-lg:before, .fa-house-chimney:before {
	content: "";
}

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

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

.fa-prescription:before {
	content: "";
}

.fa-shop:before, .fa-store-alt:before {
	content: "";
}

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

.fa-vihara:before {
	content: "";
}

.fa-balance-scale-left:before, .fa-scale-unbalanced:before {
	content: "";
}

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

.fa-comment-dots:before, .fa-commenting:before {
	content: "";
}

.fa-plant-wilt:before {
	content: "";
}

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

.fa-face-grin-squint:before, .fa-grin-squint:before {
	content: "";
}

.fa-hand-holding-dollar:before, .fa-hand-holding-usd:before {
	content: "";
}

.fa-bacterium:before {
	content: "";
}

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

.fa-drum-steelpan:before {
	content: "";
}

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

.fa-hands-praying:before, .fa-praying-hands:before {
	content: "";
}

.fa-arrow-right-rotate:before, .fa-arrow-rotate-forward:before, .fa-arrow-rotate-right:before, .fa-redo:before {
	content: "";
}

.fa-biohazard:before {
	content: "";
}

.fa-location-crosshairs:before, .fa-location:before {
	content: "";
}

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

.fa-child-dress:before {
	content: "";
}

.fa-users-between-lines:before {
	content: "";
}

.fa-lungs-virus:before {
	content: "";
}

.fa-face-grin-tears:before, .fa-grin-tears:before {
	content: "";
}

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

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

.fa-child-reaching:before {
	content: "";
}

.fa-head-side-virus:before {
	content: "";
}

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

.fa-arrow-up-1-9:before, .fa-sort-numeric-up:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

.fa-shield-virus:before {
	content: "";
}

.fa-dice-six:before {
	content: "";
}

.fa-mosquito-net:before {
	content: "";
}

.fa-bridge-water:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

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

.fa-hat-wizard:before {
	content: "";
}

.fa-pen-fancy:before {
	content: "";
}

.fa-digging:before, .fa-person-digging:before {
	content: "";
}

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

.fa-gauge-simple-med:before, .fa-gauge-simple:before, .fa-tachometer-average:before {
	content: "";
}

.fa-book-medical:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

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

.fa-shirt:before, .fa-t-shirt:before, .fa-tshirt:before {
	content: "";
}

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

.fa-divide:before {
	content: "";
}

.fa-tenge-sign:before, .fa-tenge:before {
	content: "";
}

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

.fa-hands-holding:before {
	content: "";
}

.fa-hands-clapping:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

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

.fa-person-circle-xmark:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

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

.fa-dice-d6:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

.fa-j:before {
	content: "J";
}

.fa-users-viewfinder:before {
	content: "";
}

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

.fa-external-link-alt:before, .fa-up-right-from-square:before {
	content: "";
}

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

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

.fa-bible:before, .fa-book-bible:before {
	content: "";
}

.fa-o:before {
	content: "O";
}

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

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

.fa-otter:before {
	content: "";
}

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

.fa-comment-dollar:before {
	content: "";
}

.fa-briefcase-clock:before, .fa-business-time:before {
	content: "";
}

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

.fa-book-tanakh:before, .fa-tanakh:before {
	content: "";
}

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

.fa-hat-cowboy-side:before {
	content: "";
}

.fa-clipboard-user:before {
	content: "";
}

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

.fa-lira-sign:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-plane-lock:before {
	content: "";
}

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

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

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

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

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

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

.fa-arrow-right-to-city:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-lungs:before {
	content: "";
}

.fa-arrow-up-9-1:before, .fa-sort-numeric-up-alt:before {
	content: "";
}

.fa-litecoin-sign:before {
	content: "";
}

.fa-border-none:before {
	content: "";
}

.fa-circle-nodes:before {
	content: "";
}

.fa-parachute-box:before {
	content: "";
}

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

.fa-truck-field-un:before {
	content: "";
}

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

.fa-mountain:before {
	content: "";
}

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

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

.fa-cloud-meatball:before {
	content: "";
}

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

.fa-square-virus:before {
	content: "";
}

.fa-meteor:before {
	content: "";
}

.fa-car-on:before {
	content: "";
}

.fa-sleigh:before {
	content: "";
}

.fa-arrow-down-1-9:before, .fa-sort-numeric-asc:before, .fa-sort-numeric-down:before {
	content: "";
}

.fa-hand-holding-droplet:before, .fa-hand-holding-water:before {
	content: "";
}

.fa-water:before {
	content: "";
}

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

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

.fa-prescription-bottle-alt:before, .fa-prescription-bottle-medical:before {
	content: "";
}

.fa-landmark:before {
	content: "";
}

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

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

.fa-person-cane:before {
	content: "";
}

.fa-tent:before {
	content: "";
}

.fa-vest-patches:before {
	content: "";
}

.fa-check-double:before {
	content: "";
}

.fa-arrow-down-a-z:before, .fa-sort-alpha-asc:before, .fa-sort-alpha-down:before {
	content: "";
}

.fa-money-bill-wheat:before {
	content: "";
}

.fa-cookie: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-hard-drive:before, .fa-hdd:before {
	content: "";
}

.fa-face-grin-squint-tears:before, .fa-grin-squint-tears:before {
	content: "";
}

.fa-dumbbell:before {
	content: "";
}

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

.fa-tarp-droplet:before {
	content: "";
}

.fa-house-medical-circle-check:before {
	content: "";
}

.fa-person-skiing-nordic:before, .fa-skiing-nordic:before {
	content: "";
}

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

.fa-plane-arrival:before {
	content: "";
}

.fa-arrow-alt-circle-left:before, .fa-circle-left:before {
	content: "";
}

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

.fa-chart-gantt:before {
	content: "";
}

.fa-indian-rupee-sign:before, .fa-indian-rupee:before, .fa-inr:before {
	content: "";
}

.fa-crop-alt:before, .fa-crop-simple:before {
	content: "";
}

.fa-money-bill-1:before, .fa-money-bill-alt:before {
	content: "";
}

.fa-left-long:before, .fa-long-arrow-alt-left:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-virus-slash:before {
	content: "";
}

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

.fa-chess:before {
	content: "";
}

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

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

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

.fa-franc-sign:before {
	content: "";
}

.fa-volume-off: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-cog:before, .fa-gear:before {
	content: "";
}

.fa-droplet-slash:before, .fa-tint-slash:before {
	content: "";
}

.fa-mosque:before {
	content: "";
}

.fa-mosquito:before {
	content: "";
}

.fa-star-of-david:before {
	content: "";
}

.fa-person-military-rifle:before {
	content: "";
}

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

.fa-vials:before {
	content: "";
}

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

.fa-place-of-worship:before {
	content: "";
}

.fa-grip-vertical:before {
	content: "";
}

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

.fa-u:before {
	content: "U";
}

.fa-square-root-alt:before, .fa-square-root-variable:before {
	content: "";
}

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

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

.fa-pallet:before {
	content: "";
}

.fa-faucet:before {
	content: "";
}

.fa-baseball-bat-ball:before {
	content: "";
}

.fa-s:before {
	content: "S";
}

.fa-timeline:before {
	content: "";
}

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

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

.fa-clinic-medical:before, .fa-house-chimney-medical:before {
	content: "";
}

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

.fa-mobile-android-alt:before, .fa-mobile-screen:before {
	content: "";
}

.fa-plane-up:before {
	content: "";
}

.fa-piggy-bank:before {
	content: "";
}

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

.fa-mountain-city:before {
	content: "";
}

.fa-coins:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

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

.fa-folder-tree:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

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

.fa-hamsa:before {
	content: "";
}

.fa-cent-sign:before {
	content: "";
}

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

.fa-person-pregnant:before {
	content: "";
}

.fa-wand-sparkles:before {
	content: "";
}

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

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

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

.fa-long-arrow-alt-right:before, .fa-right-long:before {
	content: "";
}

.fa-flag-usa:before {
	content: "";
}

.fa-laptop-file:before {
	content: "";
}

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

.fa-diagram-next:before {
	content: "";
}

.fa-person-rifle:before {
	content: "";
}

.fa-house-medical-circle-exclamation:before {
	content: "";
}

.fa-closed-captioning:before {
	content: "";
}

.fa-hiking:before, .fa-person-hiking:before {
	content: "";
}

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

.fa-images:before {
	content: "";
}

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

.fa-people-pulling:before {
	content: "";
}

.fa-n:before {
	content: "N";
}

.fa-cable-car:before, .fa-tram:before {
	content: "";
}

.fa-cloud-rain:before {
	content: "";
}

.fa-building-circle-xmark:before {
	content: "";
}

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

.fa-arrows-down-to-line:before {
	content: "";
}

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

.fa-face-grin:before, .fa-grin:before {
	content: "";
}

.fa-backspace:before, .fa-delete-left:before {
	content: "";
}

.fa-eye-dropper-empty:before, .fa-eye-dropper:before, .fa-eyedropper:before {
	content: "";
}

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

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

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

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

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

.fa-book-dead:before, .fa-book-skull:before {
	content: "";
}

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

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

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

.fa-home-alt:before, .fa-home-lg-alt:before, .fa-home:before, .fa-house:before {
	content: "";
}

.fa-calendar-week:before {
	content: "";
}

.fa-laptop-medical:before {
	content: "";
}

.fa-b:before {
	content: "B";
}

.fa-file-medical:before {
	content: "";
}

.fa-dice-one:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-arrow-right-arrow-left:before, .fa-exchange:before {
	content: "";
}

.fa-redo-alt:before, .fa-rotate-forward:before, .fa-rotate-right:before {
	content: "";
}

.fa-cutlery:before, .fa-utensils:before {
	content: "";
}

.fa-arrow-up-wide-short:before, .fa-sort-amount-up:before {
	content: "";
}

.fa-mill-sign:before {
	content: "";
}

.fa-bowl-rice:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-broadcast-tower:before, .fa-tower-broadcast:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-long-arrow-alt-up:before, .fa-up-long:before {
	content: "";
}

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

.fa-code-merge:before {
	content: "";
}

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

.fa-hurricane:before {
	content: "";
}

.fa-mound:before {
	content: "";
}

.fa-toilet-portable:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

.fa-file-arrow-down:before, .fa-file-download:before {
	content: "";
}

.fa-caravan:before {
	content: "";
}

.fa-shield-cat:before {
	content: "";
}

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

.fa-glass-water:before {
	content: "";
}

.fa-oil-well:before {
	content: "";
}

.fa-vault:before {
	content: "";
}

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

.fa-toilet:before {
	content: "";
}

.fa-plane-circle-xmark:before {
	content: "";
}

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

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

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

.fa-guitar:before {
	content: "";
}

.fa-face-laugh-wink:before, .fa-laugh-wink:before {
	content: "";
}

.fa-horse-head:before {
	content: "";
}

.fa-bore-hole:before {
	content: "";
}

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

.fa-arrow-alt-circle-down:before, .fa-circle-down:before {
	content: "";
}

.fa-arrows-turn-to-dots:before {
	content: "";
}

.fa-florin-sign:before {
	content: "";
}

.fa-arrow-down-short-wide:before, .fa-sort-amount-desc:before, .fa-sort-amount-down-alt:before {
	content: "";
}

.fa-less-than:before {
	content: "<";
}

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

.fa-car-tunnel:before {
	content: "";
}

.fa-head-side-cough:before {
	content: "";
}

.fa-grip-lines:before {
	content: "";
}

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

.fa-user-lock:before {
	content: "";
}

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

.fa-anchor-circle-xmark:before {
	content: "";
}

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

.fa-chess-pawn:before {
	content: "";
}

.fa-first-aid:before, .fa-kit-medical:before {
	content: "";
}

.fa-person-through-window:before {
	content: "";
}

.fa-toolbox:before {
	content: "";
}

.fa-hands-holding-circle:before {
	content: "";
}

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

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

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

.fa-hand-holding-hand:before {
	content: "";
}

.fa-book-open-reader:before, .fa-book-reader:before {
	content: "";
}

.fa-mountain-sun:before {
	content: "";
}

.fa-arrows-left-right-to-line:before {
	content: "";
}

.fa-dice-d20:before {
	content: "";
}

.fa-truck-droplet:before {
	content: "";
}

.fa-file-circle-xmark:before {
	content: "";
}

.fa-temperature-arrow-up:before, .fa-temperature-up:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

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

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

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

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

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

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

.fa-plug-circle-xmark:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

.fa-paint-roller:before {
	content: "";
}

.fa-hands-helping:before, .fa-handshake-angle:before {
	content: "";
}

.fa-location-dot:before, .fa-map-marker-alt:before {
	content: "";
}

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

.fa-greater-than:before {
	content: ">";
}

.fa-person-swimming:before, .fa-swimmer:before {
	content: "";
}

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

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

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

.fa-earth-america:before, .fa-earth-americas:before, .fa-earth:before, .fa-globe-americas:before {
	content: "";
}

.fa-person-burst:before {
	content: "";
}

.fa-dove:before {
	content: "";
}

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

.fa-socks:before {
	content: "";
}

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

.fa-section:before {
	content: "";
}

.fa-gauge-high:before, .fa-tachometer-alt-fast:before, .fa-tachometer-alt:before {
	content: "";
}

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

.fa-hospital-alt:before, .fa-hospital-wide:before, .fa-hospital:before {
	content: "";
}

.fa-wine-bottle:before {
	content: "";
}

.fa-chess-rook:before {
	content: "";
}

.fa-bars-staggered:before, .fa-reorder:before, .fa-stream:before {
	content: "";
}

.fa-dharmachakra:before {
	content: "";
}

.fa-hotdog:before {
	content: "";
}

.fa-blind:before, .fa-person-walking-with-cane:before {
	content: "";
}

.fa-drum:before {
	content: "";
}

.fa-ice-cream:before {
	content: "";
}

.fa-heart-circle-bolt:before {
	content: "";
}

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

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

.fa-check-to-slot:before, .fa-vote-yea:before {
	content: "";
}

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

.fa-boxes-alt:before, .fa-boxes-stacked:before, .fa-boxes:before {
	content: "";
}

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

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

.fa-tree-city:before {
	content: "";
}

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

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

.fa-rupiah-sign:before {
	content: "";
}

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

.fa-ping-pong-paddle-ball:before, .fa-table-tennis-paddle-ball:before, .fa-table-tennis:before {
	content: "";
}

.fa-diagnoses:before, .fa-person-dots-from-line:before {
	content: "";
}

.fa-trash-can-arrow-up:before, .fa-trash-restore-alt:before {
	content: "";
}

.fa-naira-sign:before {
	content: "";
}

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

.fa-walkie-talkie:before {
	content: "";
}

.fa-file-edit:before, .fa-file-pen:before {
	content: "";
}

.fa-receipt:before {
	content: "";
}

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

.fa-suitcase-rolling:before {
	content: "";
}

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

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

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

.fa-skull-crossbones:before {
	content: "";
}

.fa-code-compare:before {
	content: "";
}

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

.fa-school-lock:before {
	content: "";
}

.fa-tower-cell:before {
	content: "";
}

.fa-down-long:before, .fa-long-arrow-alt-down:before {
	content: "";
}

.fa-ranking-star:before {
	content: "";
}

.fa-chess-king:before {
	content: "";
}

.fa-person-harassing:before {
	content: "";
}

.fa-brazilian-real-sign:before {
	content: "";
}

.fa-landmark-alt:before, .fa-landmark-dome:before {
	content: "";
}

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

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

.fa-shrimp:before {
	content: "";
}

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

.fa-jug-detergent:before {
	content: "";
}

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

.fa-user-shield:before {
	content: "";
}

.fa-wind:before {
	content: "";
}

.fa-car-burst:before, .fa-car-crash:before {
	content: "";
}

.fa-y:before {
	content: "Y";
}

.fa-person-snowboarding:before, .fa-snowboarding:before {
	content: "";
}

.fa-shipping-fast:before, .fa-truck-fast:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-user-graduate:before {
	content: "";
}

.fa-adjust:before, .fa-circle-half-stroke:before {
	content: "";
}

.fa-clapperboard:before {
	content: "";
}

.fa-circle-radiation:before, .fa-radiation-alt:before {
	content: "";
}

.fa-baseball-ball:before, .fa-baseball:before {
	content: "";
}

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

.fa-diagram-project:before, .fa-project-diagram:before {
	content: "";
}

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

.fa-volume-mute:before, .fa-volume-times:before, .fa-volume-xmark:before {
	content: "";
}

.fa-hand-sparkles:before {
	content: "";
}

.fa-grip-horizontal:before, .fa-grip:before {
	content: "";
}

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

.fa-child-combatant:before, .fa-child-rifle:before {
	content: "";
}

.fa-gun:before {
	content: "";
}

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

.fa-add:before, .fa-plus:before {
	content: "+";
}

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

.fa-computer:before {
	content: "";
}

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

.fa-arrows-up-down-left-right:before, .fa-arrows:before {
	content: "";
}

.fa-chalkboard-teacher:before, .fa-chalkboard-user:before {
	content: "";
}

.fa-peso-sign:before {
	content: "";
}

.fa-building-shield:before {
	content: "";
}

.fa-baby:before {
	content: "";
}

.fa-users-line:before {
	content: "";
}

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

.fa-tractor:before {
	content: "";
}

.fa-trash-arrow-up:before, .fa-trash-restore:before {
	content: "";
}

.fa-arrow-down-up-lock:before {
	content: "";
}

.fa-lines-leaning:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

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

.fa-equals:before {
	content: "=";
}

.fa-blender:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

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

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

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

.fa-photo-film:before, .fa-photo-video:before {
	content: "";
}

.fa-folder-minus:before {
	content: "";
}

.fa-store:before {
	content: "";
}

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

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

.fa-sign-hanging:before, .fa-sign:before {
	content: "";
}

.fa-bezier-curve:before {
	content: "";
}

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

.fa-tablet-android:before, .fa-tablet:before {
	content: "";
}

.fa-school-flag:before {
	content: "";
}

.fa-fill:before {
	content: "";
}

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

.fa-drumstick-bite:before {
	content: "";
}

.fa-holly-berry:before {
	content: "";
}

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

.fa-bacteria:before {
	content: "";
}

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

.fa-notdef:before {
	content: "";
}

.fa-disease:before {
	content: "";
}

.fa-briefcase-medical:before {
	content: "";
}

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

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

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

.fa-car-alt:before, .fa-car-rear:before {
	content: "";
}

.fa-pump-soap:before {
	content: "";
}

.fa-video-slash:before {
	content: "";
}

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

.fa-radio:before {
	content: "";
}

.fa-baby-carriage:before, .fa-carriage-baby:before {
	content: "";
}

.fa-traffic-light:before {
	content: "";
}

.fa-thermometer:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-hand-middle-finger:before {
	content: "";
}

.fa-percent:before, .fa-percentage:before {
	content: "%";
}

.fa-truck-moving:before {
	content: "";
}

.fa-glass-water-droplet:before {
	content: "";
}

.fa-display:before {
	content: "";
}

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

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

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

.fa-person-praying:before, .fa-pray:before {
	content: "";
}

.fa-hammer:before {
	content: "";
}

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

.fa-rotate:before, .fa-sync-alt:before {
	content: "";
}

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

.fa-robot:before {
	content: "";
}

.fa-peace:before {
	content: "";
}

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

.fa-warehouse:before {
	content: "";
}

.fa-arrow-up-right-dots:before {
	content: "";
}

.fa-splotch:before {
	content: "";
}

.fa-face-grin-hearts:before, .fa-grin-hearts:before {
	content: "";
}

.fa-dice-four:before {
	content: "";
}

.fa-sim-card:before {
	content: "";
}

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

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

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

.fa-person-falling-burst:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-ticket-alt:before, .fa-ticket-simple:before {
	content: "";
}

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

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

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

.fa-clock-rotate-left:before, .fa-history:before {
	content: "";
}

.fa-face-grin-beam-sweat:before, .fa-grin-beam-sweat:before {
	content: "";
}

.fa-arrow-right-from-file:before, .fa-file-export:before {
	content: "";
}

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

.fa-arrow-up-short-wide:before, .fa-sort-amount-up-alt:before {
	content: "";
}

.fa-house-medical:before {
	content: "";
}

.fa-golf-ball-tee:before, .fa-golf-ball:before {
	content: "";
}

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

.fa-house-chimney-window:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

.fa-tent-arrow-turn-left:before {
	content: "";
}

.fa-tents:before {
	content: "";
}

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

.fa-dog:before {
	content: "";
}

.fa-carrot:before {
	content: "";
}

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

.fa-wine-glass-alt:before, .fa-wine-glass-empty:before {
	content: "";
}

.fa-cheese:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

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

.fa-code-commit:before {
	content: "";
}

.fa-temperature-low:before {
	content: "";
}

.fa-biking:before, .fa-person-biking:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-shield-heart:before {
	content: "";
}

.fa-gopuram:before {
	content: "";
}

.fa-earth-oceania:before, .fa-globe-oceania:before {
	content: "";
}

.fa-square-xmark:before, .fa-times-square:before, .fa-xmark-square:before {
	content: "";
}

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

.fa-expand-alt:before, .fa-up-right-and-down-left-from-center:before {
	content: "";
}

.fa-oil-can:before {
	content: "";
}

.fa-t:before {
	content: "T";
}

.fa-hippo:before {
	content: "";
}

.fa-chart-column:before {
	content: "";
}

.fa-infinity:before {
	content: "";
}

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

.fa-person-arrow-down-to-line:before {
	content: "";
}

.fa-voicemail:before {
	content: "";
}

.fa-fan:before {
	content: "";
}

.fa-person-walking-luggage:before {
	content: "";
}

.fa-arrows-alt-v:before, .fa-up-down:before {
	content: "";
}

.fa-cloud-moon-rain:before {
	content: "";
}

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

.fa-trailer:before {
	content: "";
}

.fa-bahai:before, .fa-haykal:before {
	content: "";
}

.fa-sd-card:before {
	content: "";
}

.fa-dragon:before {
	content: "";
}

.fa-shoe-prints:before {
	content: "";
}

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

.fa-face-grin-tongue-wink:before, .fa-grin-tongue-wink:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

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

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

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

.fa-person-walking-arrow-loop-left:before {
	content: "";
}

.fa-arrow-up-z-a:before, .fa-sort-alpha-up-alt:before {
	content: "";
}

.fa-fire-alt:before, .fa-fire-flame-curved:before {
	content: "";
}

.fa-tornado:before {
	content: "";
}

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

.fa-book-quran:before, .fa-quran:before {
	content: "";
}

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

.fa-border-all:before {
	content: "";
}

.fa-angry:before, .fa-face-angry:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

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

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

.fa-draw-polygon:before {
	content: "";
}

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

.fa-gauge-simple-high:before, .fa-tachometer-fast:before, .fa-tachometer:before {
	content: "";
}

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

.fa-desktop-alt:before, .fa-desktop:before {
	content: "";
}

.fa-m:before {
	content: "M";
}

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

.fa-comment-sms:before, .fa-sms:before {
	content: "";
}

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

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

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

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

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

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

.fa-diagram-successor:before {
	content: "";
}

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

.fa-arrows-split-up-and-left:before {
	content: "";
}

.fa-fist-raised:before, .fa-hand-fist:before {
	content: "";
}

.fa-cloud-moon:before {
	content: "";
}

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

.fa-person-falling:before {
	content: "";
}

.fa-image-portrait:before, .fa-portrait:before {
	content: "";
}

.fa-user-tag:before {
	content: "";
}

.fa-rug:before {
	content: "";
}

.fa-earth-europe:before, .fa-globe-europe:before {
	content: "";
}

.fa-cart-flatbed-suitcase:before, .fa-luggage-cart:before {
	content: "";
}

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

.fa-baht-sign:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-journal-whills:before, .fa-journal-whills:before {
	content: "";
}

.fa-handcuffs:before {
	content: "";
}

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

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

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

.fa-bottle-droplet:before {
	content: "";
}

.fa-mask-face:before {
	content: "";
}

.fa-hill-rockslide:before {
	content: "";
}

.fa-exchange-alt:before, .fa-right-left:before {
	content: "";
}

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

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

.fa-dungeon:before {
	content: "";
}

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

.fa-money-bill-1-wave:before, .fa-money-bill-wave-alt:before {
	content: "";
}

.fa-life-ring:before {
	content: "";
}

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

.fa-calendar-day:before {
	content: "";
}

.fa-ladder-water:before, .fa-swimming-pool:before, .fa-water-ladder:before {
	content: "";
}

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

.fa-face-grimace:before, .fa-grimace:before {
	content: "";
}

.fa-wheelchair-alt:before, .fa-wheelchair-move:before {
	content: "";
}

.fa-level-down-alt:before, .fa-turn-down:before {
	content: "";
}

.fa-person-walking-arrow-right:before {
	content: "";
}

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

.fa-dice:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-brain:before {
	content: "";
}

.fa-band-aid:before, .fa-bandage:before {
	content: "";
}

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

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

.fa-gifts:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-earth-asia:before, .fa-globe-asia:before {
	content: "";
}

.fa-id-card-alt:before, .fa-id-card-clip:before {
	content: "";
}

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

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

.fa-user-clock:before {
	content: "";
}

.fa-allergies:before, .fa-hand-dots:before {
	content: "";
}

.fa-file-invoice:before {
	content: "";
}

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

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

.fa-brush:before {
	content: "";
}

.fa-mask:before {
	content: "";
}

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

.fa-ruler-vertical:before {
	content: "";
}

.fa-user-alt:before, .fa-user-large:before {
	content: "";
}

.fa-train-tram:before {
	content: "";
}

.fa-user-nurse:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

.fa-cloud-sun:before {
	content: "";
}

.fa-stopwatch-20:before {
	content: "";
}

.fa-square-full:before {
	content: "";
}

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

.fa-jar:before {
	content: "";
}

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

.fa-bug-slash:before {
	content: "";
}

.fa-arrow-up-from-water-pump:before {
	content: "";
}

.fa-bone:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-face-sad-tear:before, .fa-sad-tear:before {
	content: "";
}

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

.fa-tent-arrows-down:before {
	content: "";
}

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

.fa-arrows-spin:before {
	content: "";
}

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

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

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

.fa-x:before {
	content: "X";
}

.fa-magnifying-glass-dollar:before, .fa-search-dollar:before {
	content: "";
}

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

.fa-person-military-pointing:before {
	content: "";
}

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

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

.fa-trowel:before {
	content: "";
}

.fa-d:before {
	content: "D";
}

.fa-stapler:before {
	content: "";
}

.fa-masks-theater:before, .fa-theater-masks:before {
	content: "";
}

.fa-kip-sign:before {
	content: "";
}

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

.fa-handshake-alt:before, .fa-handshake-simple:before {
	content: "";
}

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

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

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

.fa-plus-minus:before {
	content: "";
}

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

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

.fa-hand-holding-medical:before {
	content: "";
}

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

.fa-level-up-alt:before, .fa-turn-up:before {
	content: "";
}

.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-style-family-brands: "Font Awesome 6 Brands";
	--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

.fa-brands, .fab {
	font-weight: 400;
}

.fa-monero:before {
	content: "";
}

.fa-hooli:before {
	content: "";
}

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

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

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

.fa-shopware:before {
	content: "";
}

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

.fa-aws:before {
	content: "";
}

.fa-redhat:before {
	content: "";
}

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

.fa-cloudflare:before {
	content: "";
}

.fa-ups:before {
	content: "";
}

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

.fa-dyalog:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

.fa-stackpath:before {
	content: "";
}

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

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

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

.fa-guilded:before {
	content: "";
}

.fa-vnv:before {
	content: "";
}

.fa-js-square:before, .fa-square-js:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

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

.fa-orcid:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-invision:before {
	content: "";
}

.fa-creative-commons-pd-alt:before {
	content: "";
}

.fa-centercode:before {
	content: "";
}

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

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

.fa-hire-a-helper:before {
	content: "";
}

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

.fa-unity:before {
	content: "";
}

.fa-whmcs:before {
	content: "";
}

.fa-rocketchat:before {
	content: "";
}

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

.fa-untappd:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

.fa-css3-alt:before {
	content: "";
}

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

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

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

.fa-square-font-awesome:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

.fa-instagram-square:before, .fa-square-instagram:before {
	content: "";
}

.fa-battle-net:before {
	content: "";
}

.fa-the-red-yeti:before {
	content: "";
}

.fa-hacker-news-square:before, .fa-square-hacker-news:before {
	content: "";
}

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

.fa-threads:before {
	content: "";
}

.fa-napster:before {
	content: "";
}

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

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

.fa-artstation:before {
	content: "";
}

.fa-markdown:before {
	content: "";
}

.fa-sourcetree:before {
	content: "";
}

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

.fa-diaspora:before {
	content: "";
}

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

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

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

.fa-phoenix-squadron:before {
	content: "";
}

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

.fa-algolia:before {
	content: "";
}

.fa-red-river:before {
	content: "";
}

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

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

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

.fa-font-awesome-alt:before, .fa-square-font-awesome-stroke:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

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

.fa-digital-ocean:before {
	content: "";
}

.fa-nimblr:before {
	content: "";
}

.fa-chromecast:before {
	content: "";
}

.fa-evernote:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

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

.fa-adversal:before {
	content: "";
}

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

.fa-watchman-monitoring:before {
	content: "";
}

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

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

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

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

.fa-git-alt:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-rev:before {
	content: "";
}

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

.fa-wizards-of-the-coast:before {
	content: "";
}

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

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

.fa-centos:before {
	content: "";
}

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

.fa-cloudsmith:before {
	content: "";
}

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

.fa-dribbble-square:before, .fa-square-dribbble:before {
	content: "";
}

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

.fa-node:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

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

.fa-cc-apple-pay:before {
	content: "";
}

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

.fa-debian:before {
	content: "";
}

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

.fa-instalod:before {
	content: "";
}

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

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

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

.fa-r-project:before {
	content: "";
}

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

.fa-freebsd:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

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

.fa-fonticons-fi:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

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

.fa-itunes-note:before {
	content: "";
}

.fa-golang:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

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

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

.fa-uncharted:before {
	content: "";
}

.fa-firstdraft:before {
	content: "";
}

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

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

.fa-rendact:before, .fa-wpressr:before {
	content: "";
}

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

.fa-galactic-republic:before {
	content: "";
}

.fa-nfc-directional:before {
	content: "";
}

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

.fa-joget:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-meta:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

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

.fa-sticker-mule:before {
	content: "";
}

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

.fa-hips:before {
	content: "";
}

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

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

.fa-discord:before {
	content: "";
}

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

.fa-app-store-ios:before {
	content: "";
}

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

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

.fa-confluence:before {
	content: "";
}

.fa-mdb:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-accessible-icon:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

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

.fa-unsplash:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

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

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

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

.fa-asymmetrik:before {
	content: "";
}

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

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

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

.fa-hive:before {
	content: "";
}

.fa-gitkraken:before {
	content: "";
}

.fa-keybase:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

.fa-padlet:before {
	content: "";
}

.fa-amazon-pay:before {
	content: "";
}

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

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

.fa-fedex:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-shopify:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-square-threads:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-swift:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-speakap:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

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

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

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

.fa-gitlab-square:before, .fa-square-gitlab:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

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

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

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

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

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

.fa-goodreads:before {
	content: "";
}

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

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

.fa-sith:before {
	content: "";
}

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

.fa-page4:before {
	content: "";
}

.fa-hashnode:before {
	content: "";
}

.fa-react:before {
	content: "";
}

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

.fa-squarespace:before {
	content: "";
}

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

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

.fa-bitcoin:before {
	content: "";
}

.fa-keycdn:before {
	content: "";
}

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

.fa-itch-io:before {
	content: "";
}

.fa-umbraco:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-draft2digital:before {
	content: "";
}

.fa-stripe:before {
	content: "";
}

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

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

.fa-dhl:before {
	content: "";
}

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

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

.fa-blackberry:before {
	content: "";
}

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

.fa-playstation:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

.fa-less:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

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

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

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

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

.fa-typo3:before {
	content: "";
}

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

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

.fa-dailymotion:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

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

.fa-bootstrap:before {
	content: "";
}

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

.fa-nfc-symbol:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-speaker-deck:before {
	content: "";
}

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-patreon:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-ello:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

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

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

.fa-mandalorian:before {
	content: "";
}

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

.fa-osi:before {
	content: "";
}

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

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

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

.fa-mizuni:before {
	content: "";
}

.fa-schlix:before {
	content: "";
}

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

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

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

.fa-cloudversify:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-megaport:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

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

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

.fa-fly:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-cuttlefish:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

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

.fa-viber:before {
	content: "";
}

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

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

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

.fa-symfony:before {
	content: "";
}

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

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

.fa-facebook-messenger:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

.fa-think-peaks:before {
	content: "";
}

.fa-bilibili:before {
	content: "";
}

.fa-erlang:before {
	content: "";
}

.fa-x-twitter:before {
	content: "";
}

.fa-cotton-bureau:before {
	content: "";
}

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

.fa-42-group:before, .fa-innosoft:before {
	content: "";
}

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

.fa-elementor:before {
	content: "";
}

.fa-pied-piper-square:before, .fa-square-pied-piper:before {
	content: "";
}

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

.fa-palfed:before {
	content: "";
}

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

.fa-resolving:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

.fa-searchengin:before {
	content: "";
}

.fa-tiktok:before {
	content: "";
}

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

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

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

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

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

.fa-hubspot:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

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

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

.fa-mixer:before {
	content: "";
}

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

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

.fa-mendeley:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-figma:before {
	content: "";
}

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

.fa-cc-amazon-pay:before {
	content: "";
}

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

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

.fa-cmplid:before {
	content: "";
}

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

.fa-gripfire:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

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

.fa-phabricator:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

.fa-autoprefixer:before {
	content: "";
}

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

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

.fa-google-play:before {
	content: "";
}

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

.fa-line:before {
	content: "";
}

.fa-google-drive:before {
	content: "";
}

.fa-servicestack:before {
	content: "";
}

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

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

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

.fa-deezer:before {
	content: "";
}

.fa-raspberry-pi:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-screenpal:before {
	content: "";
}

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

.fa-gitter:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-microblog:before {
	content: "";
}

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

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

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

.fa-kickstarter-k:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

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

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

.fa-sass:before {
	content: "";
}

.fa-wirsindhandwerk:before, .fa-wsh:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

.fa-salesforce:before {
	content: "";
}

.fa-octopus-deploy:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

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

.fa-apper:before {
	content: "";
}

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

.fa-waze:before {
	content: "";
}

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

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

.fa-fantasy-flight-games:before {
	content: "";
}

.fa-rust:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

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

.fa-supple:before {
	content: "";
}

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

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

.fa-staylinked:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

.fa-space-awesome:before {
	content: "";
}

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

.fa-cpanel:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

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

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

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

.fa-creative-commons-nc-jp:before {
	content: "";
}

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

.fa-perbyte:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

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

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

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

.fa-themeco:before {
	content: "";
}

.fa-python:before {
	content: "";
}

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

.fa-bots:before {
	content: "";
}

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

.fa-hornbill:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-ideal:before {
	content: "";
}

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

.fa-dev:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

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

.fa-uber:before {
	content: "";
}

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

.fa-php:before {
	content: "";
}

.fa-alipay:before {
	content: "";
}

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

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

.fa-firefox-browser:before {
	content: "";
}

.fa-replyd:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

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

.fa-rockrms:before {
	content: "";
}

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

.fa-buffer:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-yammer:before {
	content: "";
}

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

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

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

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

.fa-stubber:before {
	content: "";
}

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

.fa-old-republic:before {
	content: "";
}

.fa-odysee:before {
	content: "";
}

.fa-square-whatsapp:before, .fa-whatsapp-square:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-edge-legacy:before {
	content: "";
}

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

.fa-medrt:before {
	content: "";
}

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

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

.fa-vaadin:before {
	content: "";
}

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

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

.fa-reacteurope:before {
	content: "";
}

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

.fa-amilia:before {
	content: "";
}

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

.fa-flipboard:before {
	content: "";
}

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

.fa-critical-role:before {
	content: "";
}

.fa-sitrox:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

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

.fa-mastodon:before {
	content: "";
}

.fa-airbnb:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

.fa-buy-n-large:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

.fa-creative-commons-sampling-plus:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-teamspeak:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

.fa-wordpress-simple:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

.fa-wodu:before {
	content: "";
}

.fa-google-pay:before {
	content: "";
}

.fa-intercom:before {
	content: "";
}

.fa-zhihu:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-pix:before {
	content: "";
}

.fa-steam-symbol:before {
	content: "";
}

:host, :root {
	--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

.fa-regular, .far {
	font-weight: 400;
}

:host, :root {
	--fa-style-family-classic: "Font Awesome 6 Free";
	--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

.fa-solid, .fas {
	font-weight: 900;
}

.icon-user, .icon-people, .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-login, .icon-logout, .icon-emotsmile, .icon-phone, .icon-call-end, .icon-call-in, .icon-call-out, .icon-map, .icon-location-pin, .icon-direction, .icon-directions, .icon-compass, .icon-layers, .icon-menu, .icon-list, .icon-options-vertical, .icon-options, .icon-arrow-down, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-up-circle, .icon-arrow-left-circle, .icon-arrow-right-circle, .icon-arrow-down-circle, .icon-check, .icon-clock, .icon-plus, .icon-minus, .icon-close, .icon-exclamation, .icon-organization, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-mustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-disc, .icon-cursor, .icon-cursor-move, .icon-crop, .icon-chemistry, .icon-speedometer, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglass, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-folder-alt, .icon-folder, .icon-film, .icon-feed, .icon-drop, .icon-drawer, .icon-docs, .icon-doc, .icon-diamond, .icon-cup, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-frame, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-loop, .icon-home, .icon-grid, .icon-graph, .icon-microphone, .icon-music-tone-alt, .icon-music-tone, .icon-earphones-alt, .icon-earphones, .icon-equalizer, .icon-like, .icon-dislike, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-calendar, .icon-bulb, .icon-chart, .icon-ban, .icon-bubble, .icon-camrecorder, .icon-camera, .icon-cloud-download, .icon-cloud-upload, .icon-envelope, .icon-eye, .icon-flag, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-credit-card, .icon-paypal, .icon-social-tumblr, .icon-social-twitter, .icon-social-facebook, .icon-social-instagram, .icon-social-linkedin, .icon-social-pinterest, .icon-social-github, .icon-social-google, .icon-social-reddit, .icon-social-skype, .icon-social-dribbble, .icon-social-behance, .icon-social-foursqare, .icon-social-soundcloud, .icon-social-spotify, .icon-social-stumbleupon, .icon-social-youtube, .icon-social-dropbox {
	font-family: "simple-line-icons";
	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;
}

.icon-user:before {
	content: "";
}

.icon-people:before {
	content: "";
}

.icon-user-female:before {
	content: "";
}

.icon-user-follow:before {
	content: "";
}

.icon-user-following:before {
	content: "";
}

.icon-user-unfollow:before {
	content: "";
}

.icon-login:before {
	content: "";
}

.icon-logout:before {
	content: "";
}

.icon-emotsmile:before {
	content: "";
}

.icon-phone:before {
	content: "";
}

.icon-call-end:before {
	content: "";
}

.icon-call-in:before {
	content: "";
}

.icon-call-out:before {
	content: "";
}

.icon-map:before {
	content: "";
}

.icon-location-pin:before {
	content: "";
}

.icon-direction:before {
	content: "";
}

.icon-directions:before {
	content: "";
}

.icon-compass:before {
	content: "";
}

.icon-layers:before {
	content: "";
}

.icon-menu:before {
	content: "";
}

.icon-list:before {
	content: "";
}

.icon-options-vertical:before {
	content: "";
}

.icon-options:before {
	content: "";
}

.icon-arrow-down:before {
	content: "";
}

.icon-arrow-left:before {
	content: "";
}

.icon-arrow-right:before {
	content: "";
}

.icon-arrow-up:before {
	content: "";
}

.icon-arrow-up-circle:before {
	content: "";
}

.icon-arrow-left-circle:before {
	content: "";
}

.icon-arrow-right-circle:before {
	content: "";
}

.icon-arrow-down-circle:before {
	content: "";
}

.icon-check:before {
	content: "";
}

.icon-clock:before {
	content: "";
}

.icon-plus:before {
	content: "";
}

.icon-minus:before {
	content: "";
}

.icon-close:before {
	content: "";
}

.icon-exclamation:before {
	content: "";
}

.icon-organization:before {
	content: "";
}

.icon-trophy:before {
	content: "";
}

.icon-screen-smartphone:before {
	content: "";
}

.icon-screen-desktop:before {
	content: "";
}

.icon-plane:before {
	content: "";
}

.icon-notebook:before {
	content: "";
}

.icon-mustache:before {
	content: "";
}

.icon-mouse:before {
	content: "";
}

.icon-magnet:before {
	content: "";
}

.icon-energy:before {
	content: "";
}

.icon-disc:before {
	content: "";
}

.icon-cursor:before {
	content: "";
}

.icon-cursor-move:before {
	content: "";
}

.icon-crop:before {
	content: "";
}

.icon-chemistry:before {
	content: "";
}

.icon-speedometer:before {
	content: "";
}

.icon-shield:before {
	content: "";
}

.icon-screen-tablet:before {
	content: "";
}

.icon-magic-wand:before {
	content: "";
}

.icon-hourglass:before {
	content: "";
}

.icon-graduation:before {
	content: "";
}

.icon-ghost:before {
	content: "";
}

.icon-game-controller:before {
	content: "";
}

.icon-fire:before {
	content: "";
}

.icon-eyeglass:before {
	content: "";
}

.icon-envelope-open:before {
	content: "";
}

.icon-envelope-letter:before {
	content: "";
}

.icon-bell:before {
	content: "";
}

.icon-badge:before {
	content: "";
}

.icon-anchor:before {
	content: "";
}

.icon-wallet:before {
	content: "";
}

.icon-vector:before {
	content: "";
}

.icon-speech:before {
	content: "";
}

.icon-puzzle:before {
	content: "";
}

.icon-printer:before {
	content: "";
}

.icon-present:before {
	content: "";
}

.icon-playlist:before {
	content: "";
}

.icon-pin:before {
	content: "";
}

.icon-picture:before {
	content: "";
}

.icon-handbag:before {
	content: "";
}

.icon-globe-alt:before {
	content: "";
}

.icon-globe:before {
	content: "";
}

.icon-folder-alt:before {
	content: "";
}

.icon-folder:before {
	content: "";
}

.icon-film:before {
	content: "";
}

.icon-feed:before {
	content: "";
}

.icon-drop:before {
	content: "";
}

.icon-drawer:before {
	content: "";
}

.icon-docs:before {
	content: "";
}

.icon-doc:before {
	content: "";
}

.icon-diamond:before {
	content: "";
}

.icon-cup:before {
	content: "";
}

.icon-calculator:before {
	content: "";
}

.icon-bubbles:before {
	content: "";
}

.icon-briefcase:before {
	content: "";
}

.icon-book-open:before {
	content: "";
}

.icon-basket-loaded:before {
	content: "";
}

.icon-basket:before {
	content: "";
}

.icon-bag:before {
	content: "";
}

.icon-action-undo:before {
	content: "";
}

.icon-action-redo:before {
	content: "";
}

.icon-wrench:before {
	content: "";
}

.icon-umbrella:before {
	content: "";
}

.icon-trash:before {
	content: "";
}

.icon-tag:before {
	content: "";
}

.icon-support:before {
	content: "";
}

.icon-frame:before {
	content: "";
}

.icon-size-fullscreen:before {
	content: "";
}

.icon-size-actual:before {
	content: "";
}

.icon-shuffle:before {
	content: "";
}

.icon-share-alt:before {
	content: "";
}

.icon-share:before {
	content: "";
}

.icon-rocket:before {
	content: "";
}

.icon-question:before {
	content: "";
}

.icon-pie-chart:before {
	content: "";
}

.icon-pencil:before {
	content: "";
}

.icon-note:before {
	content: "";
}

.icon-loop:before {
	content: "";
}

.icon-home:before {
	content: "";
}

.icon-grid:before {
	content: "";
}

.icon-graph:before {
	content: "";
}

.icon-microphone:before {
	content: "";
}

.icon-music-tone-alt:before {
	content: "";
}

.icon-music-tone:before {
	content: "";
}

.icon-earphones-alt:before {
	content: "";
}

.icon-earphones:before {
	content: "";
}

.icon-equalizer:before {
	content: "";
}

.icon-like:before {
	content: "";
}

.icon-dislike:before {
	content: "";
}

.icon-control-start:before {
	content: "";
}

.icon-control-rewind:before {
	content: "";
}

.icon-control-play:before {
	content: "";
}

.icon-control-pause:before {
	content: "";
}

.icon-control-forward:before {
	content: "";
}

.icon-control-end:before {
	content: "";
}

.icon-volume-1:before {
	content: "";
}

.icon-volume-2:before {
	content: "";
}

.icon-volume-off:before {
	content: "";
}

.icon-calendar:before {
	content: "";
}

.icon-bulb:before {
	content: "";
}

.icon-chart:before {
	content: "";
}

.icon-ban:before {
	content: "";
}

.icon-bubble:before {
	content: "";
}

.icon-camrecorder:before {
	content: "";
}

.icon-camera:before {
	content: "";
}

.icon-cloud-download:before {
	content: "";
}

.icon-cloud-upload:before {
	content: "";
}

.icon-envelope:before {
	content: "";
}

.icon-eye:before {
	content: "";
}

.icon-flag:before {
	content: "";
}

.icon-heart:before {
	content: "";
}

.icon-info:before {
	content: "";
}

.icon-key:before {
	content: "";
}

.icon-link:before {
	content: "";
}

.icon-lock:before {
	content: "";
}

.icon-lock-open:before {
	content: "";
}

.icon-magnifier:before {
	content: "";
}

.icon-magnifier-add:before {
	content: "";
}

.icon-magnifier-remove:before {
	content: "";
}

.icon-paper-clip:before {
	content: "";
}

.icon-paper-plane:before {
	content: "";
}

.icon-power:before {
	content: "";
}

.icon-refresh:before {
	content: "";
}

.icon-reload:before {
	content: "";
}

.icon-settings:before {
	content: "";
}

.icon-star:before {
	content: "";
}

.icon-symbol-female:before {
	content: "";
}

.icon-symbol-male:before {
	content: "";
}

.icon-target:before {
	content: "";
}

.icon-credit-card:before {
	content: "";
}

.icon-paypal:before {
	content: "";
}

.icon-social-tumblr:before {
	content: "";
}

.icon-social-twitter:before {
	content: "";
}

.icon-social-facebook:before {
	content: "";
}

.icon-social-instagram:before {
	content: "";
}

.icon-social-linkedin:before {
	content: "";
}

.icon-social-pinterest:before {
	content: "";
}

.icon-social-github:before {
	content: "";
}

.icon-social-google:before {
	content: "";
}

.icon-social-reddit:before {
	content: "";
}

.icon-social-skype:before {
	content: "";
}

.icon-social-dribbble:before {
	content: "";
}

.icon-social-behance:before {
	content: "";
}

.icon-social-foursqare:before {
	content: "";
}

.icon-social-soundcloud:before {
	content: "";
}

.icon-social-spotify:before {
	content: "";
}

.icon-social-stumbleupon:before {
	content: "";
}

.icon-social-youtube:before {
	content: "";
}

.icon-social-dropbox:before {
	content: "";
}

#heateor_sss_error {
	color: red;
	margin: 7px 0;
}

#heateor_sss_sharing_more_providers .filter svg {
	position: absolute;
	left: 16px;
	top: 18px;
}

div.heateor_sss_sharing_ul a:link, div.heateor_sss_sharing_ul a:focus {
	text-decoration: none;
	background: transparent !important;
}

.heateor_sss_login_container {
	margin: 2px 0;
}

.heateor_sss_login_container img, .heateor_sss_sharing_container img {
	cursor: pointer;
	margin: 2px;
	border: none;
}

.heateor_sss_login_container img {
	display: none;
	float: left;
}

#heateor_sss_loading_image {
	display: block !important;
	float: none;
}

.heateor_sss_error {
	background-color: #ffffe0;
	border: 1px solid #e6db55;
	padding: 5px;
	margin: 10px;
}

#heateor_sss_sharing_more_providers {
	position: fixed;
	top: 50%;
	left: 47%;
	background: #fafafa;
	width: 650px;
	margin: -180px 0 0 -300px;
	z-index: 10000000;
	text-shadow: none !important;
	height: 308px;
}

#heateor_sss_mastodon_popup_bg, #heateor_sss_popup_bg {
	background: url("https://cdn-ilccjaf.nitrocdn.com/jEmTccBNhebcqtvoebRraYXNXtArJppA/assets/images/optimized/rev-ae940ea/gcdev.greychaindesign.com/wp-content/plugins/sassy-social-share/images/transparent_bg.png");
	bottom: 0;
	display: block;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000;
}

#heateor_sss_sharing_more_providers .title {
	font-size: 14px !important;
	height: auto !important;
	background: #58b8f8 !important;
	border-bottom: 1px solid #d7d7d7 !important;
	color: #fff;
	font-weight: 700;
	letter-spacing: inherit;
	line-height: 34px !important;
	padding: 0 !important;
	text-align: center;
	text-transform: none;
	margin: 0 !important;
	text-shadow: none !important;
	width: 100%;
}

#heateor_sss_sharing_more_providers * {
	font-family: Arial, Helvetica, sans-serif;
}

#heateor_sss_sharing_more_providers #heateor_sss_sharing_more_content {
	background: #fafafa;
	border-radius: 4px;
	color: #555;
	height: auto;
	width: 100%;
}

#heateor_sss_sharing_more_providers .filter {
	margin: 0;
	padding: 10px 0 0;
	position: relative;
	width: 100%;
}

#heateor_sss_sharing_more_providers .all-services {
	clear: both;
	height: 250px;
	overflow: auto;
}

#heateor_sss_sharing_more_content .all-services ul {
	display: block;
	margin: 10px !important;
	overflow: hidden;
	list-style: none;
	padding-left: 0 !important;
	position: static !important;
	width: auto !important;
}

#heateor_sss_sharing_more_content .all-services ul li {
	padding: 0;
	margin: 0 0 0 5px;
	background: 0 0 !important;
	float: left;
	width: 24.1%;
	text-align: left !important;
}

#heateor_sss_sharing_more_providers .close-button img {
	margin: 0;
}

#heateor_sss_sharing_more_providers .close-button.separated {
	background: 0 0 !important;
	border: none !important;
	box-shadow: none !important;
	width: auto !important;
	height: auto !important;
	z-index: 1000;
}

#heateor_sss_sharing_more_providers .close-button {
	height: auto !important;
	width: auto !important;
	left: auto !important;
	display: block !important;
	color: #555 !important;
	cursor: pointer !important;
	font-size: 29px !important;
	line-height: 29px !important;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	right: -16px;
	top: -16px;
}

#heateor_sss_sharing_more_providers .filter input.search {
	width: 96%;
	display: block;
	float: none;
	font-family: "open sans", "helvetica neue", helvetica, arial, sans-serif;
	font-weight: 300;
	height: auto;
	line-height: inherit;
	margin: 0 11px;
	padding: 5px 8px 5px 27px !important;
	border: 1px solid #ccc !important;
	color: #000;
	background: #fff !important;
	font-size: 16px !important;
	text-align: left !important;
	max-width: -webkit-fill-available;
}

#heateor_sss_sharing_more_providers .footer-panel {
	background: #fff;
	border-top: 1px solid #d7d7d7;
	padding: 6px 0;
	width: 100%;
	color: #fff;
}

#heateor_sss_sharing_more_providers .footer-panel p {
	background-color: transparent;
	top: 0;
	text-align: left !important;
	color: #000;
	font-family: "helvetica neue", arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	margin: 0 !important;
	padding: 0 6px !important;
	text-indent: 0 !important;
}

#heateor_sss_sharing_more_providers .footer-panel a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	text-indent: 0 !important;
}

#heateor_sss_sharing_more_providers .all-services ul li a span {
	width: 51%;
}

#heateor_sss_sharing_more_providers .all-services ul li a {
	border-radius: 3px;
	color: #666 !important;
	display: block;
	font-size: 12px;
	height: auto;
	line-height: 20px;
	overflow: hidden;
	padding: 8px 8px 8px 1px;
	text-decoration: none !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: none !important;
	text-indent: 0 !important;
	background: 0 0 !important;
	text-shadow: none;
}

.heateor_sss_share_count {
	display: block;
	text-indent: 0 !important;
	visibility: hidden;
	background-color: #58b8f8 !important;
	width: 5px;
	height: auto;
	text-align: center;
	min-width: 8px !important;
	padding: 1px 4px !important;
	color: #fff !important;
	font-family: "Open Sans", arial, sans-serif !important;
	font-size: 10px !important;
	font-weight: 600 !important;
	-webkit-border-radius: 15px !important;
	border-radius: 15px !important;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
	line-height: 14px !important;
	border: 2px solid #fff !important;
	z-index: 1;
	margin: 2px auto !important;
	box-sizing: content-box !important;
}

.heateor_sss_share_count, .heateor_sss_vertical_sharing {
	-webkit-box-sizing: content-box !important;
	-moz-box-sizing: content-box !important;
}

div.heateor_sss_follow_ul, div.heateor_sss_sharing_ul {
	padding-left: 0 !important;
	margin: 1px 0 !important;
}

#heateor_sss_mastodon_popup_close img, #heateor_sss_sharing_popup_close img {
	opacity: 1 !important;
	background: 0 0 !important;
	border: none !important;
	outline: 0 !important;
	box-shadow: none !important;
	width: auto !important;
	height: auto !important;
	top: inherit !important;
	right: inherit !important;
	left: 9px !important;
	padding: 0 !important;
}

div.heateor_sss_follow_ul .heateorSssSharingRound, div.heateor_sss_sharing_ul .heateorSssSharingRound {
	background: 0 0 !important;
}

.heateor_sss_square_count {
	display: none;
	text-align: center;
	font-weight: bolder;
	font-family: sans-serif;
	font-style: normal;
	font-size: .6em;
	visibility: hidden;
}

div.heateor_sss_follow_ul a, div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
	float: left;
	padding: 0 !important;
	list-style: none !important;
	border: none !important;
	margin: 2px;
}

.heateorSssSharing, .heateorSssSharingButton {
	display: block;
	cursor: pointer;
	margin: 2px;
}

div.heateor_sss_follow_ul a:before, div.heateor_sss_sharing_ul a:before {
	content: none !important;
}

div.heateor_sss_follow_ul a {
	width: auto;
}

.heateor_sss_vertical_sharing {
	background: 0 0;
	-webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 4px 1px rgba(0, 0, 0, .1);
	position: fixed;
	overflow: visible;
	z-index: 10000000;
	display: block;
	padding: 10px;
	border-radius: 4px;
	opacity: 1;
	box-sizing: content-box !important;
}

div.heateor_sss_horizontal_counter li.heateor_sss_facebook_share, div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_share {
	width: 96px;
}

li.heateor_sss_facebook_like .fb-like span, li.heateor_sss_facebook_recommend .fb-like span, li.heateor_sss_facebook_share .fb-share-button span {
	vertical-align: top !important;
}

li.heateor_sss_facebook_like .fb-like span iframe, li.heateor_sss_facebook_recommend .fb-like span iframe {
	max-width: none !important;
	z-index: 1000;
}

.heateor_sss_counter_container li {
	height: 21px;
}

.heateorSssTCBackground:hover {
	border-width: 0 !important;
	background-color: transparent;
}

.heateorSssTCBackground {
	border-width: 0 !important;
	background-color: transparent !important;
	font-style: normal;
	word-wrap: normal;
	color: #666;
	line-height: 1;
	visibility: hidden;
}

.heateorSssSharingSvg {
	width: 100%;
	height: 100%;
}

.heateorSssSharing {
	float: left;
	border: none;
}

.heateorSssSharingArrow {
	height: 16px;
	width: 16px;
	cursor: pointer;
	margin-top: 10px;
}

.heateorSssPushIn {
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%207%206%20q%202%206%2010%206%20v%20-6%20l%206%209%20l%20-6%209%20v%20-6%20q%20-10%202%20-10%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") left no-repeat;
}

.heateorSssPushIn.nitro-lazy {
	background-image: none !important;
}

.heateorSssPullOut {
	background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%2023%206%20q%20-2%206%20-10%206%20v%20-6%20l%20-6%209%20l%206%209%20v%20-6%20q%2010%202%2010%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") left no-repeat;
}

.heateorSssPullOut.nitro-lazy {
	background-image: none !important;
}

.heateorSssCommentingTabs li {
	padding-left: 0 !important;
	float: left;
	margin: 0 1em 0 0 !important;
	list-style: none;
	color: #aaa;
	display: block;
	cursor: pointer;
	font-size: .85em;
}

div.heateorSssTotalShareCount {
	word-wrap: normal !important;
	font-weight: bolder;
	font-family: sans-serif;
	padding: 0;
	margin: 0;
	text-align: center;
}

div.heateorSssTotalShareText {
	word-wrap: normal !important;
	margin: 0;
	padding: 0;
	text-align: center;
}

div.heateor_sss_horizontal_sharing li {
	width: auto;
}

div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_like {
	width: 91px;
}

div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_recommend {
	width: 145px;
}

div.heateor_sss_horizontal_sharing li.heateor_sss_twitter_tweet {
	width: 95px;
}

div.heateor_sss_horizontal_sharing li.heateor_sss_linkedin_share span {
	vertical-align: text-top !important;
}

div.heateor_sss_horizontal_sharing li.heateor_sss_linkedin_share {
	width: 96px;
}

div.heateor_sss_horizontal_sharing li.heateor_sss_buffer_share {
	width: 108px;
}

div.heateor_sss_horizontal_sharing li.heateor_sss_reddit_badge {
	width: 130px;
}

div.heateor_sss_horizontal_sharing li.heateor_sss_yummly {
	width: 106px;
}

div.heateor_sss_horizontal_sharing li.heateor_sss_pinterest_pin {
	width: 76px;
}

div.heateor_sss_horizontal_sharing li.heateor_sss_xing {
	width: 98px;
}

.heateor_sss_sharing_container a {
	padding: 0 !important;
	box-shadow: none !important;
	border: none !important;
}

.heateorSssClear {
	clear: both;
}

div.course_instructor_widget .heateor_sss_vertical_sharing {
	display: none !important;
}

@media screen and (max-width:783px) {
	#heateor_sss_sharing_more_providers {
		width: 80%;
		left: 60%;
		margin-left: -50%;
		text-shadow: none !important;
	}
}

@media screen and (max-width:752px) {
	#heateor_sss_sharing_more_content .all-services ul li {
		width: 32.1%;
	}
}

@media screen and (max-width:590px) {
	#heateor_sss_sharing_more_content .all-services ul li {
		width: 48.1%;
	}
	
	#heateor_sss_sharing_more_providers .filter input.search {
		width: 93%;
	}
}

@media screen and (max-width:413px) {
	#heateor_sss_sharing_more_content .all-services ul li {
		width: 100%;
	}
}

div.heateor_sss_bottom_sharing {
	margin-bottom: 0;
}

div.heateor_sss_sharing_container a:before, div.heateor_sss_follow_icons_container a:before {
	content: none;
}

.heateor_sss_mastodon_popup_button {
	background: linear-gradient(#ec1b23, #d43116);
	padding: 8px 0 10px;
	font-size: 18px;
	border: 0;
	color: #fff;
	border-radius: 8px;
	margin: 4px auto;
	font-weight: bolder;
	width: 35%;
	cursor: pointer;
	border-bottom-style: groove;
	border-bottom-width: 5px;
	border-bottom-color: rgba(0, 0, 0, .2);
}

@media screen and (max-width: 783px)#heateor_sss_sharing_more_providers .filter input.search {}

div.heateor_sss_follow_icons_container svg, div.heateor_sss_sharing_container svg {
	width: 100%;
	height: 100%;
}
