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

.popup-template .modal {
	opacity: 0;
	-webkit-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

.popup-template .modal.is-open {
	opacity: 1;
	-webkit-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

/** Wednesday 24th April 2024 09:55:22 UTC (core) **/

/** THIS FILE IS AUTOMATICALLY GENERATED - DO NOT MAKE MANUAL EDITS! **/

/** Custom CSS should be added to Mega Menu > Menu Themes > Custom Styling **/
@charset "UTF-8";

.mega-menu-last-modified-1713952522 {
	content: "Wednesday 24th April 2024 09:55:22 UTC";
}

#mega-menu-wrap-max_mega_menu_1, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-row, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-column, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 span.mega-menu-badge {
	transition: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	border: 0;
	bottom: auto;
	box-sizing: border-box;
	clip: auto;
	color: #666;
	display: block;
	float: none;
	font-family: inherit;
	font-size: 16px;
	height: auto;
	left: auto;
	line-height: 1.7;
	list-style-type: none;
	margin: 0;
	min-height: auto;
	max-height: none;
	min-width: auto;
	max-width: none;
	opacity: 1;
	outline: none;
	overflow: visible;
	padding: 0;
	position: relative;
	pointer-events: auto;
	right: auto;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	transform: none;
	top: auto;
	vertical-align: baseline;
	visibility: inherit;
	width: auto;
	word-wrap: break-word;
	white-space: normal;
}

#mega-menu-wrap-max_mega_menu_1:before, #mega-menu-wrap-max_mega_menu_1:after, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1:before, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1:after, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 ul.mega-sub-menu:before, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 ul.mega-sub-menu:after, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item:before, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item:after, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-row:before, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-row:after, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-column:before, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-column:after, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link:before, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link:after, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 span.mega-menu-badge:before, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 span.mega-menu-badge:after {
	display: none;
}

#mega-menu-wrap-max_mega_menu_1 {
	border-radius: 0;
}

@media only screen and (min-width: 769px) {
	#mega-menu-wrap-max_mega_menu_1 {
		background: rgba(255, 255, 255, .1);
	}
}

#mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation .mega-menu-toggle:focus, #mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation .mega-toggle-block:focus, #mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation .mega-toggle-block a:focus, #mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation .mega-toggle-block .mega-search input[type=text]:focus, #mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus, #mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation #mega-menu-max_mega_menu_1 a:focus, #mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation #mega-menu-max_mega_menu_1 span:focus, #mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation #mega-menu-max_mega_menu_1 input:focus, #mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation #mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link:focus, #mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation #mega-menu-max_mega_menu_1 form.mega-search-open:has(input[type=text]:focus) {
	outline-style: solid;
	outline-width: 3px;
	outline-color: #109cde;
	outline-offset: -3px;
}

#mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus {
	outline-offset: 2px;
}

#mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {
	background: rgba(255, 255, 255, .1);
	color: #f58634;
	font-weight: normal;
	text-decoration: none;
	border-color: #fff;
}

@media only screen and (max-width: 768px) {
	#mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {
		color: #fff;
		background: #333;
	}
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 {
	text-align: left;
	padding: 0px 0px 0px 0px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link {
	cursor: pointer;
	display: inline;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link .mega-description-group {
	vertical-align: middle;
	display: inline-block;
	transition: none;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link .mega-description-group .mega-menu-title, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link .mega-description-group .mega-menu-description {
	transition: none;
	line-height: 1.5;
	display: block;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link .mega-description-group .mega-menu-description {
	font-style: italic;
	font-size: .8em;
	text-transform: none;
	font-weight: normal;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {
	display: flex;
	align-items: center;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link:before {
	flex: 0 0 auto;
	align-self: flex-start;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-tabbed.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {
	display: block;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-icon-top > a.mega-menu-link {
	display: table-cell;
	vertical-align: middle;
	line-height: initial;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {
	display: block;
	margin: 0 0 6px 0;
	text-align: center;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-icon-top > a.mega-menu-link > span.mega-title-below {
	display: inline-block;
	transition: none;
}

@media only screen and (max-width: 768px) {
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-icon-top > a.mega-menu-link {
		display: block;
		line-height: 40px;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {
		display: inline-block;
		margin: 0 6px 0 0;
		text-align: left;
	}
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {
	float: right;
	margin: 0 0 0 6px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-animating > ul.mega-sub-menu {
	pointer-events: none;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu li.mega-disable-link > a.mega-menu-link {
	cursor: inherit;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link {
	cursor: pointer;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 p {
	margin-bottom: 10px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 input, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 img {
	max-width: 100%;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item > ul.mega-sub-menu {
	display: block;
	visibility: hidden;
	opacity: 1;
	pointer-events: auto;
}

@media only screen and (max-width: 768px) {
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item > ul.mega-sub-menu {
		display: none;
		visibility: visible;
		opacity: 1;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
		display: block;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu {
		display: none;
	}
}

@media only screen and (min-width: 769px) {
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade"] li.mega-menu-item > ul.mega-sub-menu {
		opacity: 0;
		transition: opacity 200ms ease-in, visibility 200ms ease-in;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
		opacity: 1;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
		opacity: 0;
		transform: translate(0, 10px);
		transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
		opacity: 1;
		transform: translate(0, 0);
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="slide_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
		transform: translate(0, 10px);
		transition: transform 200ms ease-in, visibility 200ms ease-in;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="slide_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="slide_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="slide_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
		transform: translate(0, 0);
	}
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu {
	display: none;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on > ul.mega-sub-menu {
	display: block;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
	visibility: visible;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
	visibility: inherit;
	opacity: 1;
	display: block;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-1-columns > ul.mega-sub-menu > li.mega-menu-item {
	float: left;
	width: 100%;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item {
	float: left;
	width: 50%;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns > ul.mega-sub-menu > li.mega-menu-item {
	float: left;
	width: 33.3333333333%;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns > ul.mega-sub-menu > li.mega-menu-item {
	float: left;
	width: 25%;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-5-columns > ul.mega-sub-menu > li.mega-menu-item {
	float: left;
	width: 20%;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-6-columns > ul.mega-sub-menu > li.mega-menu-item {
	float: left;
	width: 16.6666666667%;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a[class^="dashicons"]:before {
	font-family: dashicons;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link:before {
	display: inline-block;
	font: inherit;
	font-family: dashicons;
	position: static;
	margin: 0 6px 0 0px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: inherit;
	background: transparent;
	height: auto;
	width: auto;
	top: auto;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-hide-text a.mega-menu-link:before {
	margin: 0;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before {
	margin: 0 6px 0 0;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link {
	border-radius: 0;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-align-bottom-right > ul.mega-sub-menu {
	right: 0;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link {
	border-radius: 0;
}

@media only screen and (min-width: 769px) {
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-menu-item {
		position: static;
	}
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
	margin: 0 0px 0 0;
	display: inline-block;
	height: auto;
	vertical-align: middle;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-item-align-right {
	float: right;
}

@media only screen and (min-width: 769px) {
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-item-align-right {
		margin: 0 0 0 0px;
	}
}

@media only screen and (min-width: 769px) {
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-item-align-float-left {
		float: left;
	}
}

@media only screen and (min-width: 769px) {
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:focus {
		background: rgba(255, 255, 255, .1);
		color: #f58634;
		font-weight: normal;
		text-decoration: none;
		border-color: #fff;
	}
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
	background: rgba(255, 255, 255, .1);
	color: #f58634;
	font-weight: normal;
	text-decoration: none;
	border-color: #fff;
}

@media only screen and (max-width: 768px) {
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
		color: #fff;
		background: #333;
	}
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	background: rgba(255, 255, 255, .1);
	color: #f58634;
	font-weight: normal;
	text-decoration: none;
	border-color: #fff;
}

@media only screen and (max-width: 768px) {
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
		color: #fff;
		background: #333;
	}
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
	line-height: inherit;
	height: inherit;
	padding: 0px 10px 0px 10px;
	vertical-align: baseline;
	width: auto;
	display: block;
	color: black;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	background: rgba(0, 0, 0, 0);
	border: 0;
	border-radius: 0;
	font-family: inherit;
	font-size: 18px;
	font-weight: normal;
	outline: none;
}

@media only screen and (min-width: 769px) {
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-multi-line > a.mega-menu-link {
		line-height: inherit;
		display: table-cell;
		vertical-align: middle;
	}
}

@media only screen and (max-width: 768px) {
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-multi-line > a.mega-menu-link br {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
		display: list-item;
		margin: 0;
		clear: both;
		border: 0;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-item-align-right {
		float: none;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
		border-radius: 0;
		border: 0;
		margin: 0;
		line-height: 40px;
		height: 40px;
		padding: 0 10px;
		background: transparent;
		text-align: left;
		color: #fff;
		font-size: 14px;
	}
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
	width: 100%;
	float: left;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
	float: left;
	min-height: 1px;
}

@media only screen and (min-width: 769px) {
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-1 {
		width: 100%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-2 {
		width: 50%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-2 {
		width: 100%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-3 {
		width: 33.3333333333%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-3 {
		width: 66.6666666667%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-3 {
		width: 100%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 {
		width: 25%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-4 {
		width: 50%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-4 {
		width: 75%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-4 {
		width: 100%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-5 {
		width: 20%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-5 {
		width: 40%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 {
		width: 60%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-5 {
		width: 80%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-5 {
		width: 100%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-6 {
		width: 16.6666666667%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-6 {
		width: 33.3333333333%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-6 {
		width: 50%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-6 {
		width: 66.6666666667%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-6 {
		width: 83.3333333333%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-6 {
		width: 100%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-7 {
		width: 14.2857142857%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-7 {
		width: 28.5714285714%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-7 {
		width: 42.8571428571%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-7 {
		width: 57.1428571429%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-7 {
		width: 71.4285714286%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-7 {
		width: 85.7142857143%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-7 {
		width: 100%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-8 {
		width: 12.5%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-8 {
		width: 25%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-8 {
		width: 37.5%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-8 {
		width: 50%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-8 {
		width: 62.5%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-8 {
		width: 75%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-8 {
		width: 87.5%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-8 {
		width: 100%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-9 {
		width: 11.1111111111%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-9 {
		width: 22.2222222222%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-9 {
		width: 33.3333333333%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-9 {
		width: 44.4444444444%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-9 {
		width: 55.5555555556%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-9 {
		width: 66.6666666667%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-9 {
		width: 77.7777777778%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-9 {
		width: 88.8888888889%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-9 {
		width: 100%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-10 {
		width: 10%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-10 {
		width: 20%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-10 {
		width: 30%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-10 {
		width: 40%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-10 {
		width: 50%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-10 {
		width: 60%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-10 {
		width: 70%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-10 {
		width: 80%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-10 {
		width: 90%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-10 {
		width: 100%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-11 {
		width: 9.0909090909%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-11 {
		width: 18.1818181818%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-11 {
		width: 27.2727272727%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-11 {
		width: 36.3636363636%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-11 {
		width: 45.4545454545%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-11 {
		width: 54.5454545455%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-11 {
		width: 63.6363636364%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-11 {
		width: 72.7272727273%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-11 {
		width: 81.8181818182%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-11 {
		width: 90.9090909091%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-11 {
		width: 100%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12 {
		width: 8.3333333333%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {
		width: 16.6666666667%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
		width: 25%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12 {
		width: 33.3333333333%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-12 {
		width: 41.6666666667%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12 {
		width: 50%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-12 {
		width: 58.3333333333%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 {
		width: 66.6666666667%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12 {
		width: 75%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-12 {
		width: 83.3333333333%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-12 {
		width: 91.6666666667%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-12-of-12 {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
		width: 100%;
		clear: both;
	}
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	padding: 15px 15px 15px 15px;
	width: 100%;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
	z-index: 999;
	border-radius: 0;
	background: #f1f1f1;
	border: 0;
	padding: 0px 0px 0px 0px;
	position: absolute;
	width: 100%;
	max-width: none;
	left: 0;
}

@media only screen and (max-width: 768px) {
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
		float: left;
		position: static;
		width: 100%;
	}
}

@media only screen and (min-width: 769px) {
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-1 {
		width: 100%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-2 {
		width: 50%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-2 {
		width: 100%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3 {
		width: 33.3333333333%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-3 {
		width: 66.6666666667%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-3 {
		width: 100%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-4 {
		width: 25%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-4 {
		width: 50%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-4 {
		width: 75%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-4 {
		width: 100%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-5 {
		width: 20%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-5 {
		width: 40%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-5 {
		width: 60%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-5 {
		width: 80%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-5 {
		width: 100%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6 {
		width: 16.6666666667%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-6 {
		width: 33.3333333333%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-6 {
		width: 50%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-6 {
		width: 66.6666666667%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-6 {
		width: 83.3333333333%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-6 {
		width: 100%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-7 {
		width: 14.2857142857%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-7 {
		width: 28.5714285714%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-7 {
		width: 42.8571428571%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-7 {
		width: 57.1428571429%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-7 {
		width: 71.4285714286%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-7 {
		width: 85.7142857143%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-7 {
		width: 100%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-8 {
		width: 12.5%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-8 {
		width: 25%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-8 {
		width: 37.5%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-8 {
		width: 50%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-8 {
		width: 62.5%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-8 {
		width: 75%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-8 {
		width: 87.5%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-8 {
		width: 100%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-9 {
		width: 11.1111111111%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-9 {
		width: 22.2222222222%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-9 {
		width: 33.3333333333%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-9 {
		width: 44.4444444444%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-9 {
		width: 55.5555555556%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-9 {
		width: 66.6666666667%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-9 {
		width: 77.7777777778%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-9 {
		width: 88.8888888889%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-9 {
		width: 100%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-10 {
		width: 10%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-10 {
		width: 20%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-10 {
		width: 30%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-10 {
		width: 40%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-10 {
		width: 50%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-10 {
		width: 60%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-10 {
		width: 70%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-10 {
		width: 80%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-10 {
		width: 90%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-10 {
		width: 100%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-11 {
		width: 9.0909090909%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-11 {
		width: 18.1818181818%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-11 {
		width: 27.2727272727%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-11 {
		width: 36.3636363636%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-11 {
		width: 45.4545454545%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-11 {
		width: 54.5454545455%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-11 {
		width: 63.6363636364%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-11 {
		width: 72.7272727273%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-11 {
		width: 81.8181818182%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-11 {
		width: 90.9090909091%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-11 {
		width: 100%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-12 {
		width: 8.3333333333%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-12 {
		width: 16.6666666667%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-12 {
		width: 25%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-12 {
		width: 33.3333333333%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-12 {
		width: 41.6666666667%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-12 {
		width: 50%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-12 {
		width: 58.3333333333%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-12 {
		width: 66.6666666667%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-12 {
		width: 75%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-12 {
		width: 83.3333333333%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-12 {
		width: 91.6666666667%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-12-of-12 {
		width: 100%;
	}
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {
	margin: 5px 0;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {
	clear: both;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
	margin-left: 10px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {
	margin-left: 10px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	color: #666;
	font-family: inherit;
	font-size: 16px;
	display: block;
	float: left;
	clear: none;
	padding: 15px 15px 15px 15px;
	vertical-align: top;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {
	clear: left;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
	color: #555;
	font-family: inherit;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	vertical-align: top;
	display: block;
	visibility: inherit;
	border: 0;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover {
	border-color: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	color: #555;
	font-family: inherit;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	display: block;
	border: 0;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
	border-color: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
	color: #555;
	font-weight: bold;
	text-decoration: none;
	background: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below {
	text-decoration: none;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
	color: #666;
	font-family: inherit;
	font-size: 16px;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	display: block;
	border: 0;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
	border-color: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {
	display: flex;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {
	color: #666;
	font-weight: normal;
	text-decoration: none;
	background: rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 768px) {
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
		border: 0;
		padding: 10px;
		border-radius: 0;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
		width: 100%;
		clear: both;
	}
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	color: #666;
	font-family: inherit;
	font-size: 16px;
	text-transform: none;
	text-decoration: none;
	font-weight: normal;
	margin: 0;
	border: 0;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	display: block;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
	color: #666;
	font-weight: normal;
	text-decoration: none;
	background: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu {
	z-index: 999;
	position: absolute;
	width: 250px;
	max-width: none;
	padding: 0px 0px 0px 0px;
	border: 0;
	background: #f1f1f1;
	border-radius: 0;
}

@media only screen and (max-width: 768px) {
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu {
		float: left;
		position: static;
		width: 100%;
		padding: 0;
		border: 0;
		border-radius: 0;
	}
}

@media only screen and (max-width: 768px) {
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
		clear: both;
	}
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	display: block;
	background: #f1f1f1;
	color: #666;
	font-family: inherit;
	font-size: 16px;
	font-weight: normal;
	padding: 0px 10px 0px 10px;
	line-height: 35px;
	text-decoration: none;
	text-transform: none;
	vertical-align: baseline;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

@media only screen and (max-width: 768px) {
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

@media only screen and (max-width: 768px) {
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
	background: #ddd;
	font-weight: normal;
	text-decoration: none;
	color: black;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
	position: absolute;
	left: 100%;
	top: 0;
}

@media only screen and (max-width: 768px) {
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
		position: static;
		left: 0;
		width: 100%;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {
		padding-left: 20px;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu a.mega-menu-link {
		padding-left: 30px;
	}
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	display: inline-block;
	width: auto;
	background: transparent;
	position: relative;
	pointer-events: auto;
	left: auto;
	min-width: auto;
	font-size: inherit;
	padding: 0;
	margin: 0 0 0 6px;
	height: auto;
	line-height: inherit;
	color: inherit;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
	content: "";
	font-family: dashicons;
	font-weight: normal;
	display: inline-block;
	margin: 0;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: rotate(0);
	color: inherit;
	position: relative;
	background: transparent;
	height: auto;
	width: auto;
	right: auto;
	line-height: inherit;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	float: right;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children.mega-collapse-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
	content: "";
}

@media only screen and (max-width: 768px) {
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
		float: right;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
		content: "";
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link > span.mega-indicator {
		display: none;
	}
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link > span.mega-indicator {
	display: none;
}

@media only screen and (min-width: 769px) {
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {
		content: "";
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {
		text-align: right;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator {
		float: left;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {
		content: "";
		margin: 0 6px 0 0;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {
		float: right;
		margin: 0 0 0 6px;
	}
	
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
		left: -100%;
		top: 0;
	}
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li[class^="mega-lang-item"] > a.mega-menu-link > img {
	display: inline;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link > img.wpml-ls-flag, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link > img.iclflag {
	display: inline;
	margin-right: 8px;
}

@media only screen and (max-width: 768px) {
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-hide-on-mobile, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-mobile, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-mobile {
		display: none;
	}
}

@media only screen and (min-width: 769px) {
	#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-hide-on-desktop, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-desktop, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-desktop {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	#mega-menu-wrap-max_mega_menu_1:after {
		content: "";
		display: table;
		clear: both;
	}
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
	display: none;
	z-index: 1;
	cursor: pointer;
	background: #222;
	border-radius: 2px 2px 2px 2px;
	line-height: 40px;
	height: 40px;
	text-align: left;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	outline: none;
	white-space: nowrap;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle img {
	max-width: 100%;
	padding: 0;
}

@media only screen and (max-width: 768px) {
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-left, #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-center, #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-preferred-size: 33.33%;
	-webkit-flex-basis: 33.33%;
	flex-basis: 33.33%;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-left {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
	margin-left: 6px;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child {
	margin-right: 6px;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block {
	margin-left: 3px;
	margin-right: 3px;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
	margin-right: 6px;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
	margin-left: 6px;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	outline: 0;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1 {
		background: #222;
		padding: 0px 0px 0px 0px;
		display: none;
	}
	
	#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open + #mega-menu-max_mega_menu_1 {
		display: block;
	}
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 {
	cursor: pointer;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: .15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	transform: scale(.8);
	align-self: center;
	outline: 0;
	background: none;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
	outline: 0;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
	width: 40px;
	height: 4px;
	background-color: #ddd;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: .15s;
	transition-timing-function: ease;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
	content: "";
	display: block;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before {
	top: -10px;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
	bottom: -10px;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
	top: 2px;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
	top: 10px;
	transition-property: transform, opacity;
	transition-timing-function: ease;
	transition-duration: .15s;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
	top: 20px;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	opacity: 0;
}

#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
	transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/** Push menu onto new line **/
#mega-menu-wrap-max_mega_menu_1 {
	clear: both;
}

.wp-block {}

.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: "";
}
/* contact sidebar end */

/*
Theme Name: argfinance 
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description:
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
*/
.ajax_loader {
	border: 16px solid #f3f3f3;
	border-top: 16px solid #3498db;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

/* contact sidebar start */
.signup-btn {
	text-align: center;
	width: 140px;
	height: 38px;
	line-height: 40px;
	letter-spacing: .5px;
	position: fixed;
	right: -51px;
	top: 240px;
	background: #e67348;
	z-index: 99992;
	cursor: pointer;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transition: ease-in-out all .5s;
	-moz-transition: ease-in-out all .5s;
	-ms-transition: ease-in-out all .5s;
	-o-transition: ease-in-out all .5s;
	-webkit-transition: ease-in-out all .5s;
}

.signup-btn:hover {
	background: #161a7d;
}

.signup-btn a {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}

.signup-btn a:hover {
	text-decoration: none;
	color: #fff;
}

.form-control:focus, .form-select:focus {
	box-shadow: none;
}

.appointment-box {
	position: fixed;
	right: -400px;
	top: 0;
	width: 400px;
	max-width: 100%;
	height: 100%;
	overflow-y: auto;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.appointment-form-visible .appointment-box {
	right: 0px;
	opacity: 1;
	visibility: visible;
}

.appointment-box .inner-box {
	position: absolute;
	background-color: #e67348;
	right: 0;
	padding: 70px 20px 20px;
	height: 100%;
	overflow-y: auto;
}

.appointment-box .inner-box::-webkit-scrollbar {
	width: 5px;
}

.appointment-box .inner-box::-webkit-scrollbar-thumb {
	background: #fff;
	border-radius: 20px;
}

.appointment-box .inner-box .cross-icon {
	position: absolute;
	z-index: 99;
	right: 20px;
	top: 10px;
	cursor: pointer;
	color: #fff;
}

.appointment-box .inner-box .cross-icon a span {
	font-size: 28px;
}

.appointment-box input:not([type=submit]), .appointment-box select {
	-webkit-appearance: none;
	height: auto;
	border-radius: 4px;
	margin-bottom: 16px;
	background-color: #fff;
	border: none;
	padding: 10px 15px;
	color: #6c757d;
}

.appointment-box textarea {
	height: 125px;
	border-radius: 4px;
	background: #fff;
	margin-bottom: 15px;
	border: none;
	padding: 10px 15px;
}

.appointment-box input[type=submit] {
	border: none;
	background: #161a7d;
	display: inline-block;
	font-weight: 500;
	text-decoration: none;
	position: relative;
	z-index: 2;
	overflow: hidden;
	text-shadow: 0 0 1px rgba(255, 255, 255, 30%);
	white-space: nowrap;
	padding: 10px 32px;
	color: #fff;
	width: auto;
	height: auto;
	border-radius: 4px;
	margin-top: 0;
	margin-bottom: 0 !important;
	transition: ease-in-out all .5s;
	-moz-transition: ease-in-out all .5s;
	-ms-transition: ease-in-out all .5s;
	-o-transition: ease-in-out all .5s;
	-webkit-transition: ease-in-out all .5s;
}

.appointment-box input[type=submit]:hover {
	background: #fff;
	color: #e67348;
}

.appointment-box .wpcf7-spinner {
	position: absolute;
	left: 141px;
	margin-top: 15px;
	z-index: 9;
}

.appointment-box input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
	margin: 0;
}

.appointment-box span.wpcf7-not-valid-tip {
	margin-bottom: 10px;
	font-size: 13px;
	color: #fff;
}

.appointment-box .wpcf7 form.invalid .wpcf7-response-output {
	border-color: #f00;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	margin: 15px 0 0 0px;
}

#appointment-close span img {
	height: 20px;
	filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(325deg) brightness(115%) contrast(101%);
}

.form-back-drop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0, 0, 0, .7);
	visibility: hidden;
	z-index: 99999;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.appointment-form-visible .form-back-drop {
	opacity: 1;
	visibility: visible;
}
/*# sourceMappingURL=bootstrap.min.css.map */

@charset "UTF-8";

/*!
 * Bootstrap v5.0.0-beta3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
}

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

@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}

body {
	margin: 0;
	font-family: var(--bs-font-sans-serif);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: .25;
}

hr:not([size]) {
	height: 1px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
}

.h1, h1 {
	font-size: calc(1.375rem + 1.5vw);
}

@media (min-width:1200px) {
	.h1, h1 {
		font-size: 2.5rem;
	}
}

.h2, h2 {
	font-size: calc(1.325rem + .9vw);
}

@media (min-width:1200px) {
	.h2, h2 {
		font-size: 2rem;
	}
}

.h3, h3 {
	font-size: calc(1.3rem + .6vw);
}

@media (min-width:1200px) {
	.h3, h3 {
		font-size: 1.75rem;
	}
}

.h4, h4 {
	font-size: calc(1.275rem + .3vw);
}

@media (min-width:1200px) {
	.h4, h4 {
		font-size: 1.5rem;
	}
}

.h5, h5 {
	font-size: 1.25rem;
}

.h6, h6 {
	font-size: 1rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[data-bs-original-title], abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol, ul {
	padding-left: 2rem;
}

dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b, strong {
	font-weight: bolder;
}

.small, small {
	font-size: .875em;
}

.mark, mark {
	padding: .2em;
	background-color: #fcf8e3;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #0d6efd;
	text-decoration: underline;
}

a:hover {
	color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

code, kbd, pre, samp {
	font-family: var(--bs-font-monospace);
	font-size: 1em;
	direction: ltr;
	unicode-bidi: bidi-override;
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: .875em;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

code {
	font-size: .875em;
	color: #d63384;
	word-wrap: break-word;
}

a>code {
	color: inherit;
}

kbd {
	padding: .2rem .4rem;
	font-size: .875em;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem;
}

kbd kbd {
	padding: 0;
	font-size: 1em;
	font-weight: 700;
}

figure {
	margin: 0 0 1rem;
}

img, svg {
	vertical-align: middle;
}

table {
	caption-side: bottom;
	border-collapse: collapse;
}

caption {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: #6c757d;
	text-align: left;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

tbody, td, tfoot, th, thead, tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}

label {
	display: inline-block;
}

button {
	border-radius: 0;
}

button:focus:not(:focus-visible) {
	outline: 0;
}

button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button, select {
	text-transform: none;
}

[role=button] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

select:disabled {
	opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
	display: none;
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer;
}

::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

textarea {
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: calc(1.275rem + .3vw);
	line-height: inherit;
}

@media (min-width:1200px) {
	legend {
		font-size: 1.5rem;
	}
}

legend+* {
	clear: left;
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
	padding: 0;
}

::-webkit-inner-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
	padding: 0;
}

::file-selector-button {
	font: inherit;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

iframe {
	border: 0;
}

summary {
	display: list-item;
	cursor: pointer;
}

progress {
	vertical-align: baseline;
}

[hidden] {
	display: none !important;
}

.lead {
	font-size: 1.25rem;
	font-weight: 300;
}

.display-1 {
	font-size: calc(1.625rem + 4.5vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width:1200px) {
	.display-1 {
		font-size: 5rem;
	}
}

.display-2 {
	font-size: calc(1.575rem + 3.9vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width:1200px) {
	.display-2 {
		font-size: 4.5rem;
	}
}

.display-3 {
	font-size: calc(1.525rem + 3.3vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width:1200px) {
	.display-3 {
		font-size: 4rem;
	}
}

.display-4 {
	font-size: calc(1.475rem + 2.7vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width:1200px) {
	.display-4 {
		font-size: 3.5rem;
	}
}

.display-5 {
	font-size: calc(1.425rem + 2.1vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width:1200px) {
	.display-5 {
		font-size: 3rem;
	}
}

.display-6 {
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 300;
	line-height: 1.2;
}

@media (min-width:1200px) {
	.display-6 {
		font-size: 2.5rem;
	}
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: .5rem;
}

.initialism {
	font-size: .875em;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

.blockquote>:last-child {
	margin-bottom: 0;
}

.blockquote-footer {
	margin-top: -1rem;
	margin-bottom: 1rem;
	font-size: .875em;
	color: #6c757d;
}

.blockquote-footer::before {
	content: "— ";
}

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

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1;
}

.figure-caption {
	font-size: .875em;
	color: #6c757d;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	width: 100%;
	padding-right: var(--bs-gutter-x, .75rem);
	padding-left: var(--bs-gutter-x, .75rem);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width:576px) {
	.container, .container-sm {
		max-width: 540px;
	}
}

@media (min-width:768px) {
	.container, .container-md, .container-sm {
		max-width: 720px;
	}
}

@media (min-width:992px) {
	.container, .container-lg, .container-md, .container-sm {
		max-width: 960px;
	}
}

@media (min-width:1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1140px;
	}
}

@media (min-width:1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1320px;
	}
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) / -2);
	margin-left: calc(var(--bs-gutter-x) / -2);
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) / 2);
	padding-left: calc(var(--bs-gutter-x) / 2);
	margin-top: var(--bs-gutter-y);
}

.col {
	flex: 1 0 0%;
}

.row-cols-auto>* {
	flex: 0 0 auto;
	width: auto;
}

.row-cols-1>* {
	flex: 0 0 auto;
	width: 100%;
}

.row-cols-2>* {
	flex: 0 0 auto;
	width: 50%;
}

.row-cols-3>* {
	flex: 0 0 auto;
	width: 33.3333333333%;
}

.row-cols-4>* {
	flex: 0 0 auto;
	width: 25%;
}

.row-cols-5>* {
	flex: 0 0 auto;
	width: 20%;
}

.row-cols-6>* {
	flex: 0 0 auto;
	width: 16.6666666667%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	flex: 0 0 auto;
	width: 8.3333333333%;
}

.col-2 {
	flex: 0 0 auto;
	width: 16.6666666667%;
}

.col-3 {
	flex: 0 0 auto;
	width: 25%;
}

.col-4 {
	flex: 0 0 auto;
	width: 33.3333333333%;
}

.col-5 {
	flex: 0 0 auto;
	width: 41.6666666667%;
}

.col-6 {
	flex: 0 0 auto;
	width: 50%;
}

.col-7 {
	flex: 0 0 auto;
	width: 58.3333333333%;
}

.col-8 {
	flex: 0 0 auto;
	width: 66.6666666667%;
}

.col-9 {
	flex: 0 0 auto;
	width: 75%;
}

.col-10 {
	flex: 0 0 auto;
	width: 83.3333333333%;
}

.col-11 {
	flex: 0 0 auto;
	width: 91.6666666667%;
}

.col-12 {
	flex: 0 0 auto;
	width: 100%;
}

.offset-1 {
	margin-left: 8.3333333333%;
}

.offset-2 {
	margin-left: 16.6666666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.3333333333%;
}

.offset-5 {
	margin-left: 41.6666666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.3333333333%;
}

.offset-8 {
	margin-left: 66.6666666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.3333333333%;
}

.offset-11 {
	margin-left: 91.6666666667%;
}

.g-0, .gx-0 {
	--bs-gutter-x: 0;
}

.g-0, .gy-0 {
	--bs-gutter-y: 0;
}

.g-1, .gx-1 {
	--bs-gutter-x: .25rem;
}

.g-1, .gy-1 {
	--bs-gutter-y: .25rem;
}

.g-2, .gx-2 {
	--bs-gutter-x: .5rem;
}

.g-2, .gy-2 {
	--bs-gutter-y: .5rem;
}

.g-3, .gx-3 {
	--bs-gutter-x: 1rem;
}

.g-3, .gy-3 {
	--bs-gutter-y: 1rem;
}

.g-4, .gx-4 {
	--bs-gutter-x: 1.5rem;
}

.g-4, .gy-4 {
	--bs-gutter-y: 1.5rem;
}

.g-5, .gx-5 {
	--bs-gutter-x: 3rem;
}

.g-5, .gy-5 {
	--bs-gutter-y: 3rem;
}

@media (min-width:576px) {
	.col-sm {
		flex: 1 0 0%;
	}
	
	.row-cols-sm-auto>* {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-sm-1>* {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-sm-2>* {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-sm-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.row-cols-sm-4>* {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-sm-5>* {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-sm-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	
	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	
	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	
	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	
	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	
	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-sm-0 {
		margin-left: 0;
	}
	
	.offset-sm-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-sm-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-sm-3 {
		margin-left: 25%;
	}
	
	.offset-sm-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-sm-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-sm-6 {
		margin-left: 50%;
	}
	
	.offset-sm-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-sm-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-sm-9 {
		margin-left: 75%;
	}
	
	.offset-sm-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-sm-11 {
		margin-left: 91.6666666667%;
	}
	
	.g-sm-0, .gx-sm-0 {
		--bs-gutter-x: 0;
	}
	
	.g-sm-0, .gy-sm-0 {
		--bs-gutter-y: 0;
	}
	
	.g-sm-1, .gx-sm-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-sm-1, .gy-sm-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-sm-2, .gx-sm-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-sm-2, .gy-sm-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-sm-3, .gx-sm-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-sm-3, .gy-sm-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-sm-4, .gx-sm-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-sm-4, .gy-sm-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-sm-5, .gx-sm-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-sm-5, .gy-sm-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width:768px) {
	.col-md {
		flex: 1 0 0%;
	}
	
	.row-cols-md-auto>* {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-md-1>* {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-md-2>* {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-md-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.row-cols-md-4>* {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-md-5>* {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-md-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-md-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	
	.col-md-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.col-md-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-md-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	
	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-md-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	
	.col-md-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	
	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-md-0 {
		margin-left: 0;
	}
	
	.offset-md-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-md-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-md-3 {
		margin-left: 25%;
	}
	
	.offset-md-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-md-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-md-6 {
		margin-left: 50%;
	}
	
	.offset-md-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-md-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-md-9 {
		margin-left: 75%;
	}
	
	.offset-md-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-md-11 {
		margin-left: 91.6666666667%;
	}
	
	.g-md-0, .gx-md-0 {
		--bs-gutter-x: 0;
	}
	
	.g-md-0, .gy-md-0 {
		--bs-gutter-y: 0;
	}
	
	.g-md-1, .gx-md-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-md-1, .gy-md-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-md-2, .gx-md-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-md-2, .gy-md-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-md-3, .gx-md-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-md-3, .gy-md-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-md-4, .gx-md-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-md-4, .gy-md-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-md-5, .gx-md-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-md-5, .gy-md-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width:992px) {
	.col-lg {
		flex: 1 0 0%;
	}
	
	.row-cols-lg-auto>* {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-lg-1>* {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-lg-2>* {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-lg-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.row-cols-lg-4>* {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-lg-5>* {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-lg-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	
	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	
	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	
	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	
	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	
	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-lg-0 {
		margin-left: 0;
	}
	
	.offset-lg-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-lg-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-lg-3 {
		margin-left: 25%;
	}
	
	.offset-lg-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-lg-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-lg-6 {
		margin-left: 50%;
	}
	
	.offset-lg-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-lg-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-lg-9 {
		margin-left: 75%;
	}
	
	.offset-lg-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-lg-11 {
		margin-left: 91.6666666667%;
	}
	
	.g-lg-0, .gx-lg-0 {
		--bs-gutter-x: 0;
	}
	
	.g-lg-0, .gy-lg-0 {
		--bs-gutter-y: 0;
	}
	
	.g-lg-1, .gx-lg-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-lg-1, .gy-lg-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-lg-2, .gx-lg-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-lg-2, .gy-lg-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-lg-3, .gx-lg-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-lg-3, .gy-lg-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-lg-4, .gx-lg-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-lg-4, .gy-lg-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-lg-5, .gx-lg-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-lg-5, .gy-lg-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width:1200px) {
	.col-xl {
		flex: 1 0 0%;
	}
	
	.row-cols-xl-auto>* {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-xl-1>* {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-xl-2>* {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-xl-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.row-cols-xl-4>* {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-xl-5>* {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-xl-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	
	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	
	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	
	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	
	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	
	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	
	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-xl-0 {
		margin-left: 0;
	}
	
	.offset-xl-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-xl-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-xl-3 {
		margin-left: 25%;
	}
	
	.offset-xl-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-xl-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-xl-6 {
		margin-left: 50%;
	}
	
	.offset-xl-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-xl-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-xl-9 {
		margin-left: 75%;
	}
	
	.offset-xl-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-xl-11 {
		margin-left: 91.6666666667%;
	}
	
	.g-xl-0, .gx-xl-0 {
		--bs-gutter-x: 0;
	}
	
	.g-xl-0, .gy-xl-0 {
		--bs-gutter-y: 0;
	}
	
	.g-xl-1, .gx-xl-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-xl-1, .gy-xl-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-xl-2, .gx-xl-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-xl-2, .gy-xl-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-xl-3, .gx-xl-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-xl-3, .gy-xl-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-xl-4, .gx-xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-xl-4, .gy-xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-xl-5, .gx-xl-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-xl-5, .gy-xl-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width:1400px) {
	.col-xxl {
		flex: 1 0 0%;
	}
	
	.row-cols-xxl-auto>* {
		flex: 0 0 auto;
		width: auto;
	}
	
	.row-cols-xxl-1>* {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.row-cols-xxl-2>* {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.row-cols-xxl-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.row-cols-xxl-4>* {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.row-cols-xxl-5>* {
		flex: 0 0 auto;
		width: 20%;
	}
	
	.row-cols-xxl-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	
	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	
	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	
	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	
	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	
	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	
	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	
	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	
	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	
	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	
	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	
	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	
	.offset-xxl-0 {
		margin-left: 0;
	}
	
	.offset-xxl-1 {
		margin-left: 8.3333333333%;
	}
	
	.offset-xxl-2 {
		margin-left: 16.6666666667%;
	}
	
	.offset-xxl-3 {
		margin-left: 25%;
	}
	
	.offset-xxl-4 {
		margin-left: 33.3333333333%;
	}
	
	.offset-xxl-5 {
		margin-left: 41.6666666667%;
	}
	
	.offset-xxl-6 {
		margin-left: 50%;
	}
	
	.offset-xxl-7 {
		margin-left: 58.3333333333%;
	}
	
	.offset-xxl-8 {
		margin-left: 66.6666666667%;
	}
	
	.offset-xxl-9 {
		margin-left: 75%;
	}
	
	.offset-xxl-10 {
		margin-left: 83.3333333333%;
	}
	
	.offset-xxl-11 {
		margin-left: 91.6666666667%;
	}
	
	.g-xxl-0, .gx-xxl-0 {
		--bs-gutter-x: 0;
	}
	
	.g-xxl-0, .gy-xxl-0 {
		--bs-gutter-y: 0;
	}
	
	.g-xxl-1, .gx-xxl-1 {
		--bs-gutter-x: .25rem;
	}
	
	.g-xxl-1, .gy-xxl-1 {
		--bs-gutter-y: .25rem;
	}
	
	.g-xxl-2, .gx-xxl-2 {
		--bs-gutter-x: .5rem;
	}
	
	.g-xxl-2, .gy-xxl-2 {
		--bs-gutter-y: .5rem;
	}
	
	.g-xxl-3, .gx-xxl-3 {
		--bs-gutter-x: 1rem;
	}
	
	.g-xxl-3, .gy-xxl-3 {
		--bs-gutter-y: 1rem;
	}
	
	.g-xxl-4, .gx-xxl-4 {
		--bs-gutter-x: 1.5rem;
	}
	
	.g-xxl-4, .gy-xxl-4 {
		--bs-gutter-y: 1.5rem;
	}
	
	.g-xxl-5, .gx-xxl-5 {
		--bs-gutter-x: 3rem;
	}
	
	.g-xxl-5, .gy-xxl-5 {
		--bs-gutter-y: 3rem;
	}
}

.table {
	--bs-table-bg: transparent;
	--bs-table-striped-color: #212529;
	--bs-table-striped-bg: rgba(0, 0, 0, .05);
	--bs-table-active-color: #212529;
	--bs-table-active-bg: rgba(0, 0, 0, .1);
	--bs-table-hover-color: #212529;
	--bs-table-hover-bg: rgba(0, 0, 0, .075);
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
	vertical-align: top;
	border-color: #dee2e6;
}

.table>:not(caption)>*>* {
	padding: .5rem .5rem;
	background-color: var(--bs-table-bg);
	border-bottom-width: 1px;
	box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table>tbody {
	vertical-align: inherit;
}

.table>thead {
	vertical-align: bottom;
}

.table>:not(:last-child)>:last-child>* {
	border-bottom-color: currentColor;
}

.caption-top {
	caption-side: top;
}

.table-sm>:not(caption)>*>* {
	padding: .25rem .25rem;
}

.table-bordered>:not(caption)>* {
	border-width: 1px 0;
}

.table-bordered>:not(caption)>*>* {
	border-width: 0 1px;
}

.table-borderless>:not(caption)>*>* {
	border-bottom-width: 0;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	--bs-table-accent-bg: var(--bs-table-striped-bg);
	color: var(--bs-table-striped-color);
}

.table-active {
	--bs-table-accent-bg: var(--bs-table-active-bg);
	color: var(--bs-table-active-color);
}

.table-hover>tbody>tr:hover {
	--bs-table-accent-bg: var(--bs-table-hover-bg);
	color: var(--bs-table-hover-color);
}

.table-primary {
	--bs-table-bg: #cfe2ff;
	--bs-table-striped-bg: #c5d7f2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bacbe6;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfd1ec;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #bacbe6;
}

.table-secondary {
	--bs-table-bg: #e2e3e5;
	--bs-table-striped-bg: #d7d8da;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #cbccce;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #d1d2d4;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #cbccce;
}

.table-success {
	--bs-table-bg: #d1e7dd;
	--bs-table-striped-bg: #c7dbd2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bcd0c7;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #c1d6cc;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #bcd0c7;
}

.table-info {
	--bs-table-bg: #cff4fc;
	--bs-table-striped-bg: #c5e8ef;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #badce3;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfe2e9;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #badce3;
}

.table-warning {
	--bs-table-bg: #fff3cd;
	--bs-table-striped-bg: #f2e7c3;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #e6dbb9;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #ece1be;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #e6dbb9;
}

.table-danger {
	--bs-table-bg: #f8d7da;
	--bs-table-striped-bg: #eccccf;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfc2c4;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5c7ca;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #dfc2c4;
}

.table-light {
	--bs-table-bg: #f8f9fa;
	--bs-table-striped-bg: #ecedee;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfe0e1;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5e6e7;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #dfe0e1;
}

.table-dark {
	--bs-table-bg: #212529;
	--bs-table-striped-bg: #2c3034;
	--bs-table-striped-color: #fff;
	--bs-table-active-bg: #373b3e;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #323539;
	--bs-table-hover-color: #fff;
	color: #fff;
	border-color: #373b3e;
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width:991.98px) {
	.table-responsive-lg {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width:1199.98px) {
	.table-responsive-xl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

@media (max-width:1399.98px) {
	.table-responsive-xxl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

.form-label {
	margin-bottom: .5rem;
}

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
}

.form-text {
	margin-top: .25rem;
	font-size: .875em;
	color: #6c757d;
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none;
	}
}

.form-control[type=file] {
	overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
	cursor: pointer;
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-control::-webkit-date-and-time-value {
	height: 1.5em;
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

.form-control::file-selector-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	-webkit-margin-end: .75rem;
	margin-inline-end: .75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.form-control::file-selector-button {
		transition: none;
	}
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	-webkit-margin-end: .75rem;
	margin-inline-end: .75rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.form-control::-webkit-file-upload-button {
		-webkit-transition: none;
		transition: none;
	}
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #dde0e3;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .375rem 0;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	min-height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem;
}

.form-control-sm::file-selector-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	-webkit-margin-end: .5rem;
	margin-inline-end: .5rem;
}

.form-control-sm::-webkit-file-upload-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	-webkit-margin-end: .5rem;
	margin-inline-end: .5rem;
}

.form-control-lg {
	min-height: calc(1.5em + 1rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .3rem;
}

.form-control-lg::file-selector-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	-webkit-margin-end: 1rem;
	margin-inline-end: 1rem;
}

textarea.form-control {
	min-height: calc(1.5em + .75rem + 2px);
}

textarea.form-control-sm {
	min-height: calc(1.5em + .5rem + 2px);
}

textarea.form-control-lg {
	min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
	max-width: 3rem;
	height: auto;
	padding: .375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
	cursor: pointer;
}

.form-control-color::-moz-color-swatch {
	height: 1.5em;
	border-radius: .25rem;
}

.form-control-color::-webkit-color-swatch {
	height: 1.5em;
	border-radius: .25rem;
}

.form-select {
	display: block;
	width: 100%;
	padding: .375rem 2.25rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill=\'none\' stroke=\'%23343a40\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'M2 5l6 6 6-6\'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-select.nitro-lazy {
	background-image: none !important;
}

.form-select:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
	padding-right: .75rem;
	background-image: none;
}

.form-select[multiple].nitro-lazy, .form-select[size]:not([size="1"]).nitro-lazy {
	background-image: none !important;
}

.form-select:disabled {
	background-color: #e9ecef;
}

.form-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #212529;
}

.form-select-sm {
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem;
}

.form-select-lg {
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem;
}

.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: .125rem;
}

.form-check .form-check-input {
	float: left;
	margin-left: -1.5em;
}

.form-check-input {
	width: 1em;
	height: 1em;
	margin-top: .25em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0, 0, 0, .25);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}

.form-check-input[type=checkbox] {
	border-radius: .25em;
}

.form-check-input[type=radio] {
	border-radius: 50%;
}

.form-check-input:active {
	filter: brightness(90%);
}

.form-check-input:focus {
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-check-input:checked {
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.form-check-input:checked[type=checkbox] {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 20 20\'%3e%3cpath fill=\'none\' stroke=\'%23fff\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'3\' d=\'M6 10l3 3l6-6\'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=checkbox].nitro-lazy {
	background-image: none !important;
}

.form-check-input:checked[type=radio] {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'2\' fill=\'%23fff\'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio].nitro-lazy {
	background-image: none !important;
}

.form-check-input[type=checkbox]:indeterminate {
	background-color: #0d6efd;
	border-color: #0d6efd;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 20 20\'%3e%3cpath fill=\'none\' stroke=\'%23fff\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'3\' d=\'M6 10h8\'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate.nitro-lazy {
	background-image: none !important;
}

.form-check-input:disabled {
	pointer-events: none;
	filter: none;
	opacity: .5;
}

.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
	opacity: .5;
}

.form-switch {
	padding-left: 2.5em;
}

.form-switch .form-check-input {
	width: 2em;
	margin-left: -2.5em;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'rgba%280, 0, 0, 0.25%29\'/%3e%3c/svg%3e");
	background-position: left center;
	border-radius: 2em;
	transition: background-position .15s ease-in-out;
}

.form-switch .form-check-input.nitro-lazy {
	background-image: none !important;
}

@media (prefers-reduced-motion:reduce) {
	.form-switch .form-check-input {
		transition: none;
	}
}

.form-switch .form-check-input:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%2386b7fe\'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:focus.nitro-lazy {
	background-image: none !important;
}

.form-switch .form-check-input:checked {
	background-position: right center;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3e%3ccircle r=\'3\' fill=\'%23fff\'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked.nitro-lazy {
	background-image: none !important;
}

.form-check-inline {
	display: inline-block;
	margin-right: 1rem;
}

.btn-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.btn-check:disabled+.btn, .btn-check[disabled]+.btn {
	pointer-events: none;
	filter: none;
	opacity: .65;
}

.form-range {
	width: 100%;
	height: 1.5rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-range:focus {
	outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-range::-moz-focus-outer {
	border: 0;
}

.form-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #0d6efd;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion:reduce) {
	.form-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none;
	}
}

.form-range::-webkit-slider-thumb:active {
	background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}

.form-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #0d6efd;
	border: 0;
	border-radius: 1rem;
	-moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion:reduce) {
	.form-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none;
	}
}

.form-range::-moz-range-thumb:active {
	background-color: #b6d4fe;
}

.form-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem;
}

.form-range:disabled {
	pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
	background-color: #adb5bd;
}

.form-floating {
	position: relative;
}

.form-floating>.form-control, .form-floating>.form-select {
	height: calc(3.5rem + 2px);
	padding: 1rem .75rem;
}

.form-floating>label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 1rem .75rem;
	pointer-events: none;
	border: 1px solid transparent;
	transform-origin: 0 0;
	transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.form-floating>label {
		transition: none;
	}
}

.form-floating>.form-control::-moz-placeholder {
	color: transparent;
}

.form-floating>.form-control::placeholder {
	color: transparent;
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem;
}

.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem;
}

.form-floating>.form-control:-webkit-autofill {
	padding-top: 1.625rem;
	padding-bottom: .625rem;
}

.form-floating>.form-select {
	padding-top: 1.625rem;
	padding-bottom: .625rem;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.form-floating>.form-control:-webkit-autofill~label {
	opacity: .65;
	transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.input-group>.form-control, .input-group>.form-select {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}

.input-group>.form-control:focus, .input-group>.form-select:focus {
	z-index: 3;
}

.input-group .btn {
	position: relative;
	z-index: 2;
}

.input-group .btn:focus {
	z-index: 3;
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.input-group-lg>.btn, .input-group-lg>.form-control, .input-group-lg>.form-select, .input-group-lg>.input-group-text {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .3rem;
}

.input-group-sm>.btn, .input-group-sm>.form-control, .input-group-sm>.form-select, .input-group-sm>.input-group-text {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem;
}

.input-group-lg>.form-select, .input-group-sm>.form-select {
	padding-right: 3rem;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4), .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #198754;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: rgba(25, 135, 84, .9);
	border-radius: .25rem;
}

.is-valid~.valid-feedback, .is-valid~.valid-tooltip, .was-validated :valid~.valid-feedback, .was-validated :valid~.valid-tooltip {
	display: block;
}

.form-control.is-valid, .was-validated .form-control:valid {
	border-color: #198754;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23198754\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-valid.nitro-lazy, .was-validated .form-control:valid.nitro-lazy {
	background-image: none !important;
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
	border-color: #198754;
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.form-select.is-valid, .was-validated .form-select:valid {
	border-color: #198754;
	padding-right: 4.125rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill=\'none\' stroke=\'%23343a40\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'M2 5l6 6 6-6\'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3e%3cpath fill=\'%23198754\' d=\'M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z\'/%3e%3c/svg%3e");
	background-position: right .75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-select.is-valid.nitro-lazy, .was-validated .form-select:valid.nitro-lazy {
	background-image: none !important;
}

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
	border-color: #198754;
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
	border-color: #198754;
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
	background-color: #198754;
}

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25);
}

.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
	color: #198754;
}

.form-check-inline .form-check-input~.valid-feedback {
	margin-left: .5em;
}

.input-group .form-control.is-valid, .input-group .form-select.is-valid, .was-validated .input-group .form-control:valid, .was-validated .input-group .form-select:valid {
	z-index: 3;
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #dc3545;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: rgba(220, 53, 69, .9);
	border-radius: .25rem;
}

.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip {
	display: block;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 12 12\' width=\'12\' height=\'12\' fill=\'none\' stroke=\'%23dc3545\'%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: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-invalid.nitro-lazy, .was-validated .form-control:invalid.nitro-lazy {
	background-image: none !important;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
	padding-right: calc(1.5em + .75rem);
	background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.form-select.is-invalid, .was-validated .form-select:invalid {
	border-color: #dc3545;
	padding-right: 4.125rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\'%3e%3cpath fill=\'none\' stroke=\'%23343a40\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'M2 5l6 6 6-6\'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 12 12\' width=\'12\' height=\'12\' fill=\'none\' stroke=\'%23dc3545\'%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-position: right .75rem center, center right 2.25rem;
	background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-select.is-invalid.nitro-lazy, .was-validated .form-select:invalid.nitro-lazy {
	background-image: none !important;
}

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
}

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
	border-color: #dc3545;
}

.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
	background-color: #dc3545;
}

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
}

.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
	color: #dc3545;
}

.form-check-inline .form-check-input~.invalid-feedback {
	margin-left: .5em;
}

.input-group .form-control.is-invalid, .input-group .form-select.is-invalid, .was-validated .input-group .form-control:invalid, .was-validated .input-group .form-select:invalid {
	z-index: 3;
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none;
	}
}

.btn:hover {
	color: #212529;
}

.btn-check:focus+.btn, .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
	pointer-events: none;
	opacity: .65;
}

.btn-primary {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.btn-primary:hover {
	color: #fff;
	background-color: #0b5ed7;
	border-color: #0a58ca;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
	color: #fff;
	background-color: #0b5ed7;
	border-color: #0a58ca;
	box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5);
}

.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0a58ca;
	border-color: #0a53be;
}

.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5);
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #5c636a;
	border-color: #565e64;
}

.btn-check:focus+.btn-secondary, .btn-secondary:focus {
	color: #fff;
	background-color: #5c636a;
	border-color: #565e64;
	box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5);
}

.btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #565e64;
	border-color: #51585e;
}

.btn-check:active+.btn-secondary:focus, .btn-check:checked+.btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-success {
	color: #fff;
	background-color: #198754;
	border-color: #198754;
}

.btn-success:hover {
	color: #fff;
	background-color: #157347;
	border-color: #146c43;
}

.btn-check:focus+.btn-success, .btn-success:focus {
	color: #fff;
	background-color: #157347;
	border-color: #146c43;
	box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5);
}

.btn-check:active+.btn-success, .btn-check:checked+.btn-success, .btn-success.active, .btn-success:active, .show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #146c43;
	border-color: #13653f;
}

.btn-check:active+.btn-success:focus, .btn-check:checked+.btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5);
}

.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #198754;
	border-color: #198754;
}

.btn-info {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-info:hover {
	color: #000;
	background-color: #31d2f2;
	border-color: #25cff2;
}

.btn-check:focus+.btn-info, .btn-info:focus {
	color: #000;
	background-color: #31d2f2;
	border-color: #25cff2;
	box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5);
}

.btn-check:active+.btn-info, .btn-check:checked+.btn-info, .btn-info.active, .btn-info:active, .show>.btn-info.dropdown-toggle {
	color: #000;
	background-color: #3dd5f3;
	border-color: #25cff2;
}

.btn-check:active+.btn-info:focus, .btn-check:checked+.btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5);
}

.btn-info.disabled, .btn-info:disabled {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-warning {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:hover {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720;
}

.btn-check:focus+.btn-warning, .btn-warning:focus {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720;
	box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5);
}

.btn-check:active+.btn-warning, .btn-check:checked+.btn-warning, .btn-warning.active, .btn-warning:active, .show>.btn-warning.dropdown-toggle {
	color: #000;
	background-color: #ffcd39;
	border-color: #ffc720;
}

.btn-check:active+.btn-warning:focus, .btn-check:checked+.btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5);
}

.btn-warning.disabled, .btn-warning:disabled {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:hover {
	color: #fff;
	background-color: #bb2d3b;
	border-color: #b02a37;
}

.btn-check:focus+.btn-danger, .btn-danger:focus {
	color: #fff;
	background-color: #bb2d3b;
	border-color: #b02a37;
	box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5);
}

.btn-check:active+.btn-danger, .btn-check:checked+.btn-danger, .btn-danger.active, .btn-danger:active, .show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #b02a37;
	border-color: #a52834;
}

.btn-check:active+.btn-danger:focus, .btn-check:checked+.btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5);
}

.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-light {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:hover {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
}

.btn-check:focus+.btn-light, .btn-light:focus {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
	box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5);
}

.btn-check:active+.btn-light, .btn-check:checked+.btn-light, .btn-light.active, .btn-light:active, .show>.btn-light.dropdown-toggle {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
}

.btn-check:active+.btn-light:focus, .btn-check:checked+.btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5);
}

.btn-light.disabled, .btn-light:disabled {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-dark {
	color: #fff;
	background-color: #212529;
	border-color: #212529;
}

.btn-dark:hover {
	color: #fff;
	background-color: #1c1f23;
	border-color: #1a1e21;
}

.btn-check:focus+.btn-dark, .btn-dark:focus {
	color: #fff;
	background-color: #1c1f23;
	border-color: #1a1e21;
	box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5);
}

.btn-check:active+.btn-dark, .btn-check:checked+.btn-dark, .btn-dark.active, .btn-dark:active, .show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1a1e21;
	border-color: #191c1f;
}

.btn-check:active+.btn-dark:focus, .btn-check:checked+.btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5);
}

.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #212529;
	border-color: #212529;
}

.btn-outline-primary {
	color: #0d6efd;
	border-color: #0d6efd;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.btn-check:focus+.btn-outline-primary, .btn-outline-primary:focus {
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5);
}

.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.btn-check:active+.btn-outline-primary:focus, .btn-check:checked+.btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #0d6efd;
	background-color: transparent;
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-check:focus+.btn-outline-secondary, .btn-outline-secondary:focus {
	box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5);
}

.btn-check:active+.btn-outline-secondary, .btn-check:checked+.btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-check:active+.btn-outline-secondary:focus, .btn-check:checked+.btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
	box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent;
}

.btn-outline-success {
	color: #198754;
	border-color: #198754;
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #198754;
	border-color: #198754;
}

.btn-check:focus+.btn-outline-success, .btn-outline-success:focus {
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5);
}

.btn-check:active+.btn-outline-success, .btn-check:checked+.btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
	color: #fff;
	background-color: #198754;
	border-color: #198754;
}

.btn-check:active+.btn-outline-success:focus, .btn-check:checked+.btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #198754;
	background-color: transparent;
}

.btn-outline-info {
	color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-outline-info:hover {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-check:focus+.btn-outline-info, .btn-outline-info:focus {
	box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5);
}

.btn-check:active+.btn-outline-info, .btn-check:checked+.btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-check:active+.btn-outline-info:focus, .btn-check:checked+.btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus {
	box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #0dcaf0;
	background-color: transparent;
}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:hover {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-check:focus+.btn-outline-warning, .btn-outline-warning:focus {
	box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5);
}

.btn-check:active+.btn-outline-warning, .btn-check:checked+.btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-check:active+.btn-outline-warning:focus, .btn-check:checked+.btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
	box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent;
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-check:focus+.btn-outline-danger, .btn-outline-danger:focus {
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5);
}

.btn-check:active+.btn-outline-danger, .btn-check:checked+.btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-check:active+.btn-outline-danger:focus, .btn-check:checked+.btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent;
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:hover {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-check:focus+.btn-outline-light, .btn-outline-light:focus {
	box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5);
}

.btn-check:active+.btn-outline-light, .btn-check:checked+.btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-check:active+.btn-outline-light:focus, .btn-check:checked+.btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
	box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent;
}

.btn-outline-dark {
	color: #212529;
	border-color: #212529;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #212529;
	border-color: #212529;
}

.btn-check:focus+.btn-outline-dark, .btn-outline-dark:focus {
	box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5);
}

.btn-check:active+.btn-outline-dark, .btn-check:checked+.btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
	color: #fff;
	background-color: #212529;
	border-color: #212529;
}

.btn-check:active+.btn-outline-dark:focus, .btn-check:checked+.btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
	box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #212529;
	background-color: transparent;
}

.btn-link {
	font-weight: 400;
	color: #0d6efd;
	text-decoration: underline;
}

.btn-link:hover {
	color: #0a58ca;
}

.btn-link.disabled, .btn-link:disabled {
	color: #6c757d;
}

.btn-group-lg>.btn, .btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .3rem;
}

.btn-group-sm>.btn, .btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem;
}

.fade {
	transition: opacity .15s linear;
}

@media (prefers-reduced-motion:reduce) {
	.fade {
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	height: 0;
	overflow: hidden;
	transition: height .35s ease;
}

@media (prefers-reduced-motion:reduce) {
	.collapsing {
		transition: none;
	}
}

.dropdown, .dropend, .dropstart, .dropup {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: .5rem 0;
	margin: 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
}

.dropdown-menu[data-bs-popper] {
	left: 0;
	margin-top: .125rem;
}

.dropdown-menu-start {
	--bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
	right: auto;
	left: 0;
}

.dropdown-menu-end {
	--bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
	right: 0;
	left: auto;
}

@media (min-width:576px) {
	.dropdown-menu-sm-start {
		--bs-position: start;
	}
	
	.dropdown-menu-sm-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-sm-end {
		--bs-position: end;
	}
	
	.dropdown-menu-sm-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width:768px) {
	.dropdown-menu-md-start {
		--bs-position: start;
	}
	
	.dropdown-menu-md-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-md-end {
		--bs-position: end;
	}
	
	.dropdown-menu-md-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width:992px) {
	.dropdown-menu-lg-start {
		--bs-position: start;
	}
	
	.dropdown-menu-lg-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-lg-end {
		--bs-position: end;
	}
	
	.dropdown-menu-lg-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width:1200px) {
	.dropdown-menu-xl-start {
		--bs-position: start;
	}
	
	.dropdown-menu-xl-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-xl-end {
		--bs-position: end;
	}
	
	.dropdown-menu-xl-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

@media (min-width:1400px) {
	.dropdown-menu-xxl-start {
		--bs-position: start;
	}
	
	.dropdown-menu-xxl-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	
	.dropdown-menu-xxl-end {
		--bs-position: end;
	}
	
	.dropdown-menu-xxl-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}

.dropup .dropdown-menu[data-bs-popper] {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropend .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
}

.dropend .dropdown-menu[data-bs-popper] {
	margin-top: 0;
	margin-left: .125rem;
}

.dropend .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}

.dropend .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropend .dropdown-toggle::after {
	vertical-align: 0;
}

.dropstart .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
}

.dropstart .dropdown-menu[data-bs-popper] {
	margin-top: 0;
	margin-right: .125rem;
}

.dropstart .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
}

.dropstart .dropdown-toggle::after {
	display: none;
}

.dropstart .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropstart .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #1e2125;
	background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #0d6efd;
}

.dropdown-item.disabled, .dropdown-item:disabled {
	color: #adb5bd;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: .5rem 1rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1rem;
	color: #212529;
}

.dropdown-menu-dark {
	color: #dee2e6;
	background-color: #343a40;
	border-color: rgba(0, 0, 0, .15);
}

.dropdown-menu-dark .dropdown-item {
	color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .15);
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
	color: #fff;
	background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
	color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
	border-color: rgba(0, 0, 0, .15);
}

.dropdown-menu-dark .dropdown-item-text {
	color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
	color: #adb5bd;
}

.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group-vertical>.btn, .btn-group>.btn {
	position: relative;
	flex: 1 1 auto;
}

.btn-group-vertical>.btn-check:checked+.btn, .btn-group-vertical>.btn-check:focus+.btn, .btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn-check:checked+.btn, .btn-group>.btn-check:focus+.btn, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
	z-index: 1;
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
	margin-left: -1px;
}

.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:nth-child(n+3), .btn-group>:not(.btn-check)+.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: .5625rem;
	padding-left: .5625rem;
}

.dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
	margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
	margin-right: 0;
}

.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem;
}

.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem;
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group {
	width: 100%;
}

.btn-group-vertical>.btn-group:not(:first-child), .btn-group-vertical>.btn:not(:first-child) {
	margin-top: -1px;
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn~.btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.nav-link {
		transition: none;
	}
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
	margin-bottom: -1px;
	background: 0 0;
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6;
	isolation: isolate;
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills .nav-link {
	background: 0 0;
	border: 0;
	border-radius: .25rem;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #0d6efd;
}

.nav-fill .nav-item, .nav-fill>.nav-link {
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified .nav-item, .nav-justified>.nav-link {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
	width: 100%;
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between;
}

.navbar-brand {
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	text-decoration: none;
	white-space: nowrap;
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav .dropdown-menu {
	position: static;
}

.navbar-text {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem;
	transition: box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.navbar-toggler {
		transition: none;
	}
}

.navbar-toggler:hover {
	text-decoration: none;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 .25rem;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.navbar-nav-scroll {
	max-height: var(--bs-scroll-height, 75vh);
	overflow-y: auto;
}

@media (min-width:576px) {
	.navbar-expand-sm {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	
	.navbar-expand-sm .navbar-nav {
		flex-direction: row;
	}
	
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
}

@media (min-width:768px) {
	.navbar-expand-md {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	
	.navbar-expand-md .navbar-nav {
		flex-direction: row;
	}
	
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	
	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}
	
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

@media (min-width:1200px) {
	.navbar-expand-xl {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	
	.navbar-expand-xl .navbar-nav {
		flex-direction: row;
	}
	
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
}

@media (min-width:1400px) {
	.navbar-expand-xxl {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	
	.navbar-expand-xxl .navbar-nav {
		flex-direction: row;
	}
	
	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	
	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	
	.navbar-expand-xxl .navbar-nav-scroll {
		overflow: visible;
	}
	
	.navbar-expand-xxl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	
	.navbar-expand-xxl .navbar-toggler {
		display: none;
	}
}

.navbar-expand {
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.navbar-expand .navbar-nav {
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem;
}

.navbar-expand .navbar-nav-scroll {
	overflow: visible;
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
}

.navbar-expand .navbar-toggler {
	display: none;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .55);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7);
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3);
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .55);
	border-color: rgba(0, 0, 0, .1);
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%280, 0, 0, 0.55%29\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler-icon.nitro-lazy {
	background-image: none !important;
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .55);
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, .9);
}

.navbar-dark .navbar-brand {
	color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .55);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, .75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25);
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
	color: #fff;
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .55);
	border-color: rgba(255, 255, 255, .1);
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba%28255, 255, 255, 0.55%29\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-toggler-icon.nitro-lazy {
	background-image: none !important;
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .55);
}

.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
	color: #fff;
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem;
}

.card>hr {
	margin-right: 0;
	margin-left: 0;
}

.card>.list-group {
	border-top: inherit;
	border-bottom: inherit;
}

.card>.list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

.card>.list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px);
}

.card>.card-header+.list-group, .card>.list-group+.card-footer {
	border-top: 0;
}

.card-body {
	flex: 1 1 auto;
	padding: 1rem 1rem;
}

.card-title {
	margin-bottom: .5rem;
}

.card-subtitle {
	margin-top: -.25rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link+.card-link {
	margin-left: 1rem;
}

.card-header {
	padding: .5rem 1rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-footer {
	padding: .5rem 1rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125);
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-header-tabs {
	margin-right: -.5rem;
	margin-bottom: -.5rem;
	margin-left: -.5rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -.5rem;
	margin-left: -.5rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	border-radius: calc(.25rem - 1px);
}

.card-img, .card-img-bottom, .card-img-top {
	width: 100%;
}

.card-img, .card-img-top {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

.card-img, .card-img-bottom {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px);
}

.card-group>.card {
	margin-bottom: .75rem;
}

@media (min-width:576px) {
	.card-group {
		display: flex;
		flex-flow: row wrap;
	}
	
	.card-group>.card {
		flex: 1 0 0%;
		margin-bottom: 0;
	}
	
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0;
	}
	
	.card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.card-group>.card:not(:last-child) .card-header, .card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0;
	}
	
	.card-group>.card:not(:last-child) .card-footer, .card-group>.card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0;
	}
	
	.card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	
	.card-group>.card:not(:first-child) .card-header, .card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0;
	}
	
	.card-group>.card:not(:first-child) .card-footer, .card-group>.card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0;
	}
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

@media (prefers-reduced-motion:reduce) {
	.accordion-button {
		transition: none;
	}
}

.accordion-button:not(.collapsed) {
	color: #0c63e4;
	background-color: #e7f1ff;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%230c63e4\'%3e%3cpath fill-rule=\'evenodd\' d=\'M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e");
	transform: rotate(180deg);
}

.accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23212529\'%3e%3cpath fill-rule=\'evenodd\' d=\'M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform .2s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.accordion-button::after {
		transition: none;
	}
}

.accordion-button:hover {
	z-index: 2;
}

.accordion-button:focus {
	z-index: 3;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.accordion-header {
	margin-bottom: 0;
}

.accordion-item {
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
}

.accordion-item:first-of-type {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

.accordion-item:last-of-type {
	margin-bottom: 0;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.accordion-body {
	padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
	border-width: 0;
}

.accordion-flush .accordion-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
	border-top: 0;
}

.accordion-flush .accordion-item:last-child {
	border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
	border-radius: 0;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0;
	margin-bottom: 1rem;
	list-style: none;
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: .5rem;
	color: #6c757d;
	content: var(--bs-breadcrumb-divider, "https://pixydrops.com/");
}

.breadcrumb-item.active {
	color: #6c757d;
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
}

.page-link {
	position: relative;
	display: block;
	color: #0d6efd;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dee2e6;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.page-link {
		transition: none;
	}
}

.page-link:hover {
	z-index: 2;
	color: #0a58ca;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.page-link:focus {
	z-index: 3;
	color: #0a58ca;
	background-color: #e9ecef;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.page-item:not(:first-child) .page-link {
	margin-left: -1px;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
	border-color: #dee2e6;
}

.page-link {
	padding: .375rem .75rem;
}

.page-item:first-child .page-link {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem;
}

.badge {
	display: inline-block;
	padding: .35em .65em;
	font-size: .75em;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 3rem;
}

.alert-dismissible .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 1.25rem 1rem;
}

.alert-primary {
	color: #084298;
	background-color: #cfe2ff;
	border-color: #b6d4fe;
}

.alert-primary .alert-link {
	color: #06357a;
}

.alert-secondary {
	color: #41464b;
	background-color: #e2e3e5;
	border-color: #d3d6d8;
}

.alert-secondary .alert-link {
	color: #34383c;
}

.alert-success {
	color: #0f5132;
	background-color: #d1e7dd;
	border-color: #badbcc;
}

.alert-success .alert-link {
	color: #0c4128;
}

.alert-info {
	color: #055160;
	background-color: #cff4fc;
	border-color: #b6effb;
}

.alert-info .alert-link {
	color: #04414d;
}

.alert-warning {
	color: #664d03;
	background-color: #fff3cd;
	border-color: #ffecb5;
}

.alert-warning .alert-link {
	color: #523e02;
}

.alert-danger {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
}

.alert-danger .alert-link {
	color: #6a1a21;
}

.alert-light {
	color: #636464;
	background-color: #fefefe;
	border-color: #fdfdfe;
}

.alert-light .alert-link {
	color: #4f5050;
}

.alert-dark {
	color: #141619;
	background-color: #d3d3d4;
	border-color: #bcbebf;
}

.alert-dark .alert-link {
	color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem;
	}
}

@keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem;
	}
}

.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem;
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #0d6efd;
	transition: width .6s ease;
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar {
		transition: none;
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
}

.progress-bar-animated {
	-webkit-animation: 1s linear infinite progress-bar-stripes;
	animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion:reduce) {
	.progress-bar-animated {
		-webkit-animation: none;
		animation: none;
	}
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: .25rem;
}

.list-group-numbered {
	list-style-type: none;
	counter-reset: section;
}

.list-group-numbered>li::before {
	content: counters(section, ".") ". ";
	counter-increment: section;
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa;
}

.list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef;
}

.list-group-item {
	position: relative;
	display: block;
	padding: .5rem 1rem;
	color: #212529;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.list-group-item+.list-group-item {
	border-top-width: 0;
}

.list-group-item+.list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px;
}

.list-group-horizontal {
	flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child {
	border-bottom-left-radius: .25rem;
	border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child {
	border-top-right-radius: .25rem;
	border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
	margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
	border-top-width: 1px;
	border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px;
}

@media (min-width:576px) {
	.list-group-horizontal-sm {
		flex-direction: row;
	}
	
	.list-group-horizontal-sm>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-sm>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-sm>.list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-sm>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-sm>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width:768px) {
	.list-group-horizontal-md {
		flex-direction: row;
	}
	
	.list-group-horizontal-md>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-md>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-md>.list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-md>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-md>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width:992px) {
	.list-group-horizontal-lg {
		flex-direction: row;
	}
	
	.list-group-horizontal-lg>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-lg>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-lg>.list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-lg>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-lg>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width:1200px) {
	.list-group-horizontal-xl {
		flex-direction: row;
	}
	
	.list-group-horizontal-xl>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-xl>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-xl>.list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-xl>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-xl>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

@media (min-width:1400px) {
	.list-group-horizontal-xxl {
		flex-direction: row;
	}
	
	.list-group-horizontal-xxl>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0;
	}
	
	.list-group-horizontal-xxl>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0;
	}
	
	.list-group-horizontal-xxl>.list-group-item.active {
		margin-top: 0;
	}
	
	.list-group-horizontal-xxl>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}
	
	.list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}
}

.list-group-flush {
	border-radius: 0;
}

.list-group-flush>.list-group-item {
	border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
	border-bottom-width: 0;
}

.list-group-item-primary {
	color: #084298;
	background-color: #cfe2ff;
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
	color: #084298;
	background-color: #bacbe6;
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #084298;
	border-color: #084298;
}

.list-group-item-secondary {
	color: #41464b;
	background-color: #e2e3e5;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
	color: #41464b;
	background-color: #cbccce;
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #41464b;
	border-color: #41464b;
}

.list-group-item-success {
	color: #0f5132;
	background-color: #d1e7dd;
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
	color: #0f5132;
	background-color: #bcd0c7;
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #0f5132;
	border-color: #0f5132;
}

.list-group-item-info {
	color: #055160;
	background-color: #cff4fc;
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
	color: #055160;
	background-color: #badce3;
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #055160;
	border-color: #055160;
}

.list-group-item-warning {
	color: #664d03;
	background-color: #fff3cd;
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
	color: #664d03;
	background-color: #e6dbb9;
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #664d03;
	border-color: #664d03;
}

.list-group-item-danger {
	color: #842029;
	background-color: #f8d7da;
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
	color: #842029;
	background-color: #dfc2c4;
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #842029;
	border-color: #842029;
}

.list-group-item-light {
	color: #636464;
	background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
	color: #636464;
	background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #636464;
	border-color: #636464;
}

.list-group-item-dark {
	color: #141619;
	background-color: #d3d3d4;
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
	color: #141619;
	background-color: #bebebf;
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #141619;
	border-color: #141619;
}

.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: #000;
	background: transparent url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23000\'%3e%3cpath d=\'M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z\'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	border-radius: .25rem;
	opacity: .5;
}

.btn-close:hover {
	color: #000;
	text-decoration: none;
	opacity: .75;
}

.btn-close:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
	opacity: 1;
}

.btn-close.disabled, .btn-close:disabled {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	opacity: .25;
}

.btn-close-white {
	filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
	width: 350px;
	max-width: 100%;
	font-size: .875rem;
	pointer-events: auto;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	border-radius: .25rem;
}

.toast:not(.showing):not(.show) {
	opacity: 0;
}

.toast.hide {
	display: none;
}

.toast-container {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	pointer-events: none;
}

.toast-container>:not(:last-child) {
	margin-bottom: .75rem;
}

.toast-header {
	display: flex;
	align-items: center;
	padding: .5rem .75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, .85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

.toast-header .btn-close {
	margin-right: -.375rem;
	margin-left: .75rem;
}

.toast-body {
	padding: .75rem;
	word-wrap: break-word;
}

.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(0, -50px);
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal.show .modal-dialog {
	transform: none;
}

.modal.modal-static .modal-dialog {
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: .5;
}

.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}

.modal-header .btn-close {
	padding: .5rem .5rem;
	margin: -.5rem -.5rem -.5rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	align-items: center;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-footer>* {
	margin: .25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
	
	.modal-dialog-scrollable {
		height: calc(100% - 3.5rem);
	}
	
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	
	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width:992px) {
	.modal-lg, .modal-xl {
		max-width: 800px;
	}
}

@media (min-width:1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0;
}

.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0;
}

.modal-fullscreen .modal-header {
	border-radius: 0;
}

.modal-fullscreen .modal-body {
	overflow-y: auto;
}

.modal-fullscreen .modal-footer {
	border-radius: 0;
}

@media (max-width:575.98px) {
	.modal-fullscreen-sm-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	
	.modal-fullscreen-sm-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	
	.modal-fullscreen-sm-down .modal-header {
		border-radius: 0;
	}
	
	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto;
	}
	
	.modal-fullscreen-sm-down .modal-footer {
		border-radius: 0;
	}
}

@media (max-width:767.98px) {
	.modal-fullscreen-md-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	
	.modal-fullscreen-md-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	
	.modal-fullscreen-md-down .modal-header {
		border-radius: 0;
	}
	
	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto;
	}
	
	.modal-fullscreen-md-down .modal-footer {
		border-radius: 0;
	}
}

@media (max-width:991.98px) {
	.modal-fullscreen-lg-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	
	.modal-fullscreen-lg-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	
	.modal-fullscreen-lg-down .modal-header {
		border-radius: 0;
	}
	
	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto;
	}
	
	.modal-fullscreen-lg-down .modal-footer {
		border-radius: 0;
	}
}

@media (max-width:1199.98px) {
	.modal-fullscreen-xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	
	.modal-fullscreen-xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	
	.modal-fullscreen-xl-down .modal-header {
		border-radius: 0;
	}
	
	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto;
	}
	
	.modal-fullscreen-xl-down .modal-footer {
		border-radius: 0;
	}
}

@media (max-width:1399.98px) {
	.modal-fullscreen-xxl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	
	.modal-fullscreen-xxl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	
	.modal-fullscreen-xxl-down .modal-header {
		border-radius: 0;
	}
	
	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto;
	}
	
	.modal-fullscreen-xxl-down .modal-footer {
		border-radius: 0;
	}
}

.tooltip {
	position: absolute;
	z-index: 1080;
	display: block;
	margin: 0;
	font-family: var(--bs-font-sans-serif);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: .9;
}

.tooltip .tooltip-arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem;
}

.tooltip .tooltip-arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-auto[data-popper-placement^=top], .bs-tooltip-top {
	padding: .4rem 0;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
	bottom: 0;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
	top: -1px;
	border-width: .4rem .4rem 0;
	border-top-color: #000;
}

.bs-tooltip-auto[data-popper-placement^=right], .bs-tooltip-end {
	padding: 0 .4rem;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
	left: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
	right: -1px;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000;
}

.bs-tooltip-auto[data-popper-placement^=bottom], .bs-tooltip-bottom {
	padding: .4rem 0;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
	top: 0;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
	bottom: -1px;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000;
}

.bs-tooltip-auto[data-popper-placement^=left], .bs-tooltip-start {
	padding: 0 .4rem;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
	right: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
	left: -1px;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000;
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1070;
	display: block;
	max-width: 276px;
	font-family: var(--bs-font-sans-serif);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
}

.popover .popover-arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
}

.popover .popover-arrow::after, .popover .popover-arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow, .bs-popover-top>.popover-arrow {
	bottom: calc(-.5rem - 1px);
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before, .bs-popover-top>.popover-arrow::before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after, .bs-popover-top>.popover-arrow::after {
	bottom: 1px;
	border-width: .5rem .5rem 0;
	border-top-color: #fff;
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow, .bs-popover-end>.popover-arrow {
	left: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before, .bs-popover-end>.popover-arrow::before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after, .bs-popover-end>.popover-arrow::after {
	left: 1px;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff;
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow, .bs-popover-bottom>.popover-arrow {
	top: calc(-.5rem - 1px);
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before, .bs-popover-bottom>.popover-arrow::before {
	top: 0;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after, .bs-popover-bottom>.popover-arrow::after {
	top: 1px;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: #fff;
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f0f0f0;
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow, .bs-popover-start>.popover-arrow {
	right: calc(-.5rem - 1px);
	width: .5rem;
	height: 1rem;
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before, .bs-popover-start>.popover-arrow::before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: rgba(0, 0, 0, .25);
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after, .bs-popover-start>.popover-arrow::after {
	right: 1px;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #fff;
}

.popover-header {
	padding: .5rem 1rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f0f0f0;
	border-bottom: 1px solid #d8d8d8;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: 1rem 1rem;
	color: #212529;
}

.carousel {
	position: relative;
}

.carousel.pointer-event {
	touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform .6s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-item {
		transition: none;
	}
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	display: block;
}

.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
	transform: translateX(100%);
}

.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
	transform: translateX(-100%);
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1;
}

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s .6s;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
		transition: none;
	}
}

.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: 0 0;
	border: 0;
	opacity: .5;
	transition: opacity .15s ease;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-control-next, .carousel-control-prev {
		transition: none;
	}
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23fff\'%3e%3cpath d=\'M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z\'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon.nitro-lazy {
	background-image: none !important;
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 16 16\' fill=\'%23fff\'%3e%3cpath d=\'M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z\'/%3e%3c/svg%3e");
}

.carousel-control-next-icon.nitro-lazy {
	background-image: none !important;
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
}

@media (prefers-reduced-motion:reduce) {
	.carousel-indicators [data-bs-target] {
		transition: none;
	}
}

.carousel-indicators .active {
	opacity: 1;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 1.25rem;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center;
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
	filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
	background-color: #000;
}

.carousel-dark .carousel-caption {
	color: #000;
}

@-webkit-keyframes spinner-border {
	to {
		transform: rotate(360deg);
	}
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg);
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: .75s linear infinite spinner-border;
	animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em;
}

@-webkit-keyframes spinner-grow {
	0% {
		transform: scale(0);
	}
	
	50% {
		opacity: 1;
		transform: none;
	}
}

@keyframes spinner-grow {
	0% {
		transform: scale(0);
	}
	
	50% {
		opacity: 1;
		transform: none;
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: .75s linear infinite spinner-grow;
	animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}

@media (prefers-reduced-motion:reduce) {
	.spinner-border, .spinner-grow {
		-webkit-animation-duration: 1.5s;
		animation-duration: 1.5s;
	}
}

.offcanvas {
	position: fixed;
	bottom: 0;
	z-index: 1040;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	visibility: hidden;
	background-color: #fff;
	background-clip: padding-box;
	outline: 0;
	transition: transform .3s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
	.offcanvas {
		transition: none;
	}
}

.offcanvas-header {
	display: flex;
	justify-content: space-between;
	padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
	padding: .5rem .5rem;
	margin: -.5rem -.5rem -.5rem auto;
}

.offcanvas-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.offcanvas-body {
	flex-grow: 1;
	padding: 1rem 1rem;
	overflow-y: auto;
}

.offcanvas-start {
	top: 0;
	left: 0;
	width: 400px;
	border-right: 1px solid rgba(0, 0, 0, .2);
	transform: translateX(-100%);
}

.offcanvas-end {
	top: 0;
	right: 0;
	width: 400px;
	border-left: 1px solid rgba(0, 0, 0, .2);
	transform: translateX(100%);
}

.offcanvas-bottom {
	right: 0;
	left: 0;
	height: 30vh;
	max-height: 100%;
	border-top: 1px solid rgba(0, 0, 0, .2);
	transform: translateY(100%);
}

.offcanvas.show {
	transform: none;
}

.offcanvas-backdrop::before {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1039;
	width: 100vw;
	height: 100vh;
	content: "";
	background-color: rgba(0, 0, 0, .5);
}

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

.link-primary {
	color: #0d6efd;
}

.link-primary:focus, .link-primary:hover {
	color: #0a58ca;
}

.link-secondary {
	color: #6c757d;
}

.link-secondary:focus, .link-secondary:hover {
	color: #565e64;
}

.link-success {
	color: #198754;
}

.link-success:focus, .link-success:hover {
	color: #146c43;
}

.link-info {
	color: #0dcaf0;
}

.link-info:focus, .link-info:hover {
	color: #3dd5f3;
}

.link-warning {
	color: #ffc107;
}

.link-warning:focus, .link-warning:hover {
	color: #ffcd39;
}

.link-danger {
	color: #dc3545;
}

.link-danger:focus, .link-danger:hover {
	color: #b02a37;
}

.link-light {
	color: #f8f9fa;
}

.link-light:focus, .link-light:hover {
	color: #f9fafb;
}

.link-dark {
	color: #212529;
}

.link-dark:focus, .link-dark:hover {
	color: #1a1e21;
}

.ratio {
	position: relative;
	width: 100%;
}

.ratio::before {
	display: block;
	padding-top: var(--bs-aspect-ratio);
	content: "";
}

.ratio>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ratio-1x1 {
	--bs-aspect-ratio: 100%;
}

.ratio-4x3 {
	--bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
	--bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
	--bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1020;
}

@media (min-width:576px) {
	.sticky-sm-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width:768px) {
	.sticky-md-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width:992px) {
	.sticky-lg-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width:1200px) {
	.sticky-xl-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

@media (min-width:1400px) {
	.sticky-xxl-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.float-start {
	float: left !important;
}

.float-end {
	float: right !important;
}

.float-none {
	float: none !important;
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.overflow-visible {
	overflow: visible !important;
}

.overflow-scroll {
	overflow: scroll !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-grid {
	display: grid !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

.d-none {
	display: none !important;
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.shadow-none {
	box-shadow: none !important;
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}

.top-0 {
	top: 0 !important;
}

.top-50 {
	top: 50% !important;
}

.top-100 {
	top: 100% !important;
}

.bottom-0 {
	bottom: 0 !important;
}

.bottom-50 {
	bottom: 50% !important;
}

.bottom-100 {
	bottom: 100% !important;
}

.start-0 {
	left: 0 !important;
}

.start-50 {
	left: 50% !important;
}

.start-100 {
	left: 100% !important;
}

.end-0 {
	right: 0 !important;
}

.end-50 {
	right: 50% !important;
}

.end-100 {
	right: 100% !important;
}

.translate-middle {
	transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
	transform: translateX(-50%) !important;
}

.translate-middle-y {
	transform: translateY(-50%) !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.border-0 {
	border: 0 !important;
}

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-end {
	border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
	border-right: 0 !important;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-start {
	border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
	border-left: 0 !important;
}

.border-primary {
	border-color: #0d6efd !important;
}

.border-secondary {
	border-color: #6c757d !important;
}

.border-success {
	border-color: #198754 !important;
}

.border-info {
	border-color: #0dcaf0 !important;
}

.border-warning {
	border-color: #ffc107 !important;
}

.border-danger {
	border-color: #dc3545 !important;
}

.border-light {
	border-color: #f8f9fa !important;
}

.border-dark {
	border-color: #212529 !important;
}

.border-white {
	border-color: #fff !important;
}

.border-1 {
	border-width: 1px !important;
}

.border-2 {
	border-width: 2px !important;
}

.border-3 {
	border-width: 3px !important;
}

.border-4 {
	border-width: 4px !important;
}

.border-5 {
	border-width: 5px !important;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.vw-100 {
	width: 100vw !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mh-100 {
	max-height: 100% !important;
}

.vh-100 {
	height: 100vh !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.flex-fill {
	flex: 1 1 auto !important;
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-grow-0 {
	flex-grow: 0 !important;
}

.flex-grow-1 {
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	flex-shrink: 1 !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.gap-0 {
	gap: 0 !important;
}

.gap-1 {
	gap: .25rem !important;
}

.gap-2 {
	gap: .5rem !important;
}

.gap-3 {
	gap: 1rem !important;
}

.gap-4 {
	gap: 1.5rem !important;
}

.gap-5 {
	gap: 3rem !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.justify-content-evenly {
	justify-content: space-evenly !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

.align-content-start {
	align-content: flex-start !important;
}

.align-content-end {
	align-content: flex-end !important;
}

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.align-self-end {
	align-self: flex-end !important;
}

.align-self-center {
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
}

.order-first {
	order: -1 !important;
}

.order-0 {
	order: 0 !important;
}

.order-1 {
	order: 1 !important;
}

.order-2 {
	order: 2 !important;
}

.order-3 {
	order: 3 !important;
}

.order-4 {
	order: 4 !important;
}

.order-5 {
	order: 5 !important;
}

.order-last {
	order: 6 !important;
}

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

.m-1 {
	margin: .25rem !important;
}

.m-2 {
	margin: .5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.mx-1 {
	margin-right: .25rem !important;
	margin-left: .25rem !important;
}

.mx-2 {
	margin-right: .5rem !important;
	margin-left: .5rem !important;
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.my-1 {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important;
}

.my-2 {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important;
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: .25rem !important;
}

.mt-2 {
	margin-top: .5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

.mt-auto {
	margin-top: auto !important;
}

.me-0 {
	margin-right: 0 !important;
}

.me-1 {
	margin-right: .25rem !important;
}

.me-2 {
	margin-right: .5rem !important;
}

.me-3 {
	margin-right: 1rem !important;
}

.me-4 {
	margin-right: 1.5rem !important;
}

.me-5 {
	margin-right: 3rem !important;
}

.me-auto {
	margin-right: auto !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: .25rem !important;
}

.mb-2 {
	margin-bottom: .5rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.mb-auto {
	margin-bottom: auto !important;
}

.ms-0 {
	margin-left: 0 !important;
}

.ms-1 {
	margin-left: .25rem !important;
}

.ms-2 {
	margin-left: .5rem !important;
}

.ms-3 {
	margin-left: 1rem !important;
}

.ms-4 {
	margin-left: 1.5rem !important;
}

.ms-5 {
	margin-left: 3rem !important;
}

.ms-auto {
	margin-left: auto !important;
}

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

.p-1 {
	padding: .25rem !important;
}

.p-2 {
	padding: .5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.px-1 {
	padding-right: .25rem !important;
	padding-left: .25rem !important;
}

.px-2 {
	padding-right: .5rem !important;
	padding-left: .5rem !important;
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important;
}

.py-2 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important;
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pt-1 {
	padding-top: .25rem !important;
}

.pt-2 {
	padding-top: .5rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

.pt-5 {
	padding-top: 3rem !important;
}

.pe-0 {
	padding-right: 0 !important;
}

.pe-1 {
	padding-right: .25rem !important;
}

.pe-2 {
	padding-right: .5rem !important;
}

.pe-3 {
	padding-right: 1rem !important;
}

.pe-4 {
	padding-right: 1.5rem !important;
}

.pe-5 {
	padding-right: 3rem !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-1 {
	padding-bottom: .25rem !important;
}

.pb-2 {
	padding-bottom: .5rem !important;
}

.pb-3 {
	padding-bottom: 1rem !important;
}

.pb-4 {
	padding-bottom: 1.5rem !important;
}

.pb-5 {
	padding-bottom: 3rem !important;
}

.ps-0 {
	padding-left: 0 !important;
}

.ps-1 {
	padding-left: .25rem !important;
}

.ps-2 {
	padding-left: .5rem !important;
}

.ps-3 {
	padding-left: 1rem !important;
}

.ps-4 {
	padding-left: 1.5rem !important;
}

.ps-5 {
	padding-left: 3rem !important;
}

.font-monospace {
	font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
	font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
	font-size: calc(1.325rem + .9vw) !important;
}

.fs-3 {
	font-size: calc(1.3rem + .6vw) !important;
}

.fs-4 {
	font-size: calc(1.275rem + .3vw) !important;
}

.fs-5 {
	font-size: 1.25rem !important;
}

.fs-6 {
	font-size: 1rem !important;
}

.fst-italic {
	font-style: italic !important;
}

.fst-normal {
	font-style: normal !important;
}

.fw-light {
	font-weight: 300 !important;
}

.fw-lighter {
	font-weight: lighter !important;
}

.fw-normal {
	font-weight: 400 !important;
}

.fw-bold {
	font-weight: 700 !important;
}

.fw-bolder {
	font-weight: bolder !important;
}

.lh-1 {
	line-height: 1 !important;
}

.lh-sm {
	line-height: 1.25 !important;
}

.lh-base {
	line-height: 1.5 !important;
}

.lh-lg {
	line-height: 2 !important;
}

.text-start {
	text-align: left !important;
}

.text-end {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-decoration-underline {
	text-decoration: underline !important;
}

.text-decoration-line-through {
	text-decoration: line-through !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important;
}

.text-primary {
	color: #0d6efd !important;
}

.text-secondary {
	color: #6c757d !important;
}

.text-success {
	color: #198754 !important;
}

.text-info {
	color: #0dcaf0 !important;
}

.text-warning {
	color: #ffc107 !important;
}

.text-danger {
	color: #dc3545 !important;
}

.text-light {
	color: #f8f9fa !important;
}

.text-dark {
	color: #212529 !important;
}

.text-white {
	color: #fff !important;
}

.text-body {
	color: #212529 !important;
}

.text-muted {
	color: #6c757d !important;
}

.text-black-50 {
	color: rgba(0, 0, 0, .5) !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, .5) !important;
}

.text-reset {
	color: inherit !important;
}

.bg-primary {
	background-color: #0d6efd !important;
}

.bg-secondary {
	background-color: #6c757d !important;
}

.bg-success {
	background-color: #198754 !important;
}

.bg-info {
	background-color: #0dcaf0 !important;
}

.bg-warning {
	background-color: #ffc107 !important;
}

.bg-danger {
	background-color: #dc3545 !important;
}

.bg-light {
	background-color: #f8f9fa !important;
}

.bg-dark {
	background-color: #212529 !important;
}

.bg-body {
	background-color: #fff !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.bg-gradient {
	background-image: var(--bs-gradient) !important;
}

.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	user-select: all !important;
}

.user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	user-select: auto !important;
}

.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	user-select: none !important;
}

.pe-none {
	pointer-events: none !important;
}

.pe-auto {
	pointer-events: auto !important;
}

.rounded {
	border-radius: .25rem !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.rounded-1 {
	border-radius: .2rem !important;
}

.rounded-2 {
	border-radius: .25rem !important;
}

.rounded-3 {
	border-radius: .3rem !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.rounded-top {
	border-top-left-radius: .25rem !important;
	border-top-right-radius: .25rem !important;
}

.rounded-end {
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important;
}

.rounded-bottom {
	border-bottom-right-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important;
}

.rounded-start {
	border-bottom-left-radius: .25rem !important;
	border-top-left-radius: .25rem !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

@media (min-width:576px) {
	.float-sm-start {
		float: left !important;
	}
	
	.float-sm-end {
		float: right !important;
	}
	
	.float-sm-none {
		float: none !important;
	}
	
	.d-sm-inline {
		display: inline !important;
	}
	
	.d-sm-inline-block {
		display: inline-block !important;
	}
	
	.d-sm-block {
		display: block !important;
	}
	
	.d-sm-grid {
		display: grid !important;
	}
	
	.d-sm-table {
		display: table !important;
	}
	
	.d-sm-table-row {
		display: table-row !important;
	}
	
	.d-sm-table-cell {
		display: table-cell !important;
	}
	
	.d-sm-flex {
		display: flex !important;
	}
	
	.d-sm-inline-flex {
		display: inline-flex !important;
	}
	
	.d-sm-none {
		display: none !important;
	}
	
	.flex-sm-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-sm-row {
		flex-direction: row !important;
	}
	
	.flex-sm-column {
		flex-direction: column !important;
	}
	
	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-sm-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-sm-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-sm-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-sm-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.gap-sm-0 {
		gap: 0 !important;
	}
	
	.gap-sm-1 {
		gap: .25rem !important;
	}
	
	.gap-sm-2 {
		gap: .5rem !important;
	}
	
	.gap-sm-3 {
		gap: 1rem !important;
	}
	
	.gap-sm-4 {
		gap: 1.5rem !important;
	}
	
	.gap-sm-5 {
		gap: 3rem !important;
	}
	
	.justify-content-sm-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-sm-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-sm-center {
		justify-content: center !important;
	}
	
	.justify-content-sm-between {
		justify-content: space-between !important;
	}
	
	.justify-content-sm-around {
		justify-content: space-around !important;
	}
	
	.justify-content-sm-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-sm-start {
		align-items: flex-start !important;
	}
	
	.align-items-sm-end {
		align-items: flex-end !important;
	}
	
	.align-items-sm-center {
		align-items: center !important;
	}
	
	.align-items-sm-baseline {
		align-items: baseline !important;
	}
	
	.align-items-sm-stretch {
		align-items: stretch !important;
	}
	
	.align-content-sm-start {
		align-content: flex-start !important;
	}
	
	.align-content-sm-end {
		align-content: flex-end !important;
	}
	
	.align-content-sm-center {
		align-content: center !important;
	}
	
	.align-content-sm-between {
		align-content: space-between !important;
	}
	
	.align-content-sm-around {
		align-content: space-around !important;
	}
	
	.align-content-sm-stretch {
		align-content: stretch !important;
	}
	
	.align-self-sm-auto {
		align-self: auto !important;
	}
	
	.align-self-sm-start {
		align-self: flex-start !important;
	}
	
	.align-self-sm-end {
		align-self: flex-end !important;
	}
	
	.align-self-sm-center {
		align-self: center !important;
	}
	
	.align-self-sm-baseline {
		align-self: baseline !important;
	}
	
	.align-self-sm-stretch {
		align-self: stretch !important;
	}
	
	.order-sm-first {
		order: -1 !important;
	}
	
	.order-sm-0 {
		order: 0 !important;
	}
	
	.order-sm-1 {
		order: 1 !important;
	}
	
	.order-sm-2 {
		order: 2 !important;
	}
	
	.order-sm-3 {
		order: 3 !important;
	}
	
	.order-sm-4 {
		order: 4 !important;
	}
	
	.order-sm-5 {
		order: 5 !important;
	}
	
	.order-sm-last {
		order: 6 !important;
	}
	
	.m-sm-0 {
		margin: 0 !important;
	}
	
	.m-sm-1 {
		margin: .25rem !important;
	}
	
	.m-sm-2 {
		margin: .5rem !important;
	}
	
	.m-sm-3 {
		margin: 1rem !important;
	}
	
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	
	.m-sm-5 {
		margin: 3rem !important;
	}
	
	.m-sm-auto {
		margin: auto !important;
	}
	
	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.mx-sm-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}
	
	.mx-sm-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}
	
	.mx-sm-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	
	.mx-sm-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	
	.mx-sm-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	
	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.my-sm-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}
	
	.my-sm-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}
	
	.my-sm-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	.my-sm-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	
	.my-sm-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	
	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.mt-sm-0 {
		margin-top: 0 !important;
	}
	
	.mt-sm-1 {
		margin-top: .25rem !important;
	}
	
	.mt-sm-2 {
		margin-top: .5rem !important;
	}
	
	.mt-sm-3 {
		margin-top: 1rem !important;
	}
	
	.mt-sm-4 {
		margin-top: 1.5rem !important;
	}
	
	.mt-sm-5 {
		margin-top: 3rem !important;
	}
	
	.mt-sm-auto {
		margin-top: auto !important;
	}
	
	.me-sm-0 {
		margin-right: 0 !important;
	}
	
	.me-sm-1 {
		margin-right: .25rem !important;
	}
	
	.me-sm-2 {
		margin-right: .5rem !important;
	}
	
	.me-sm-3 {
		margin-right: 1rem !important;
	}
	
	.me-sm-4 {
		margin-right: 1.5rem !important;
	}
	
	.me-sm-5 {
		margin-right: 3rem !important;
	}
	
	.me-sm-auto {
		margin-right: auto !important;
	}
	
	.mb-sm-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-sm-1 {
		margin-bottom: .25rem !important;
	}
	
	.mb-sm-2 {
		margin-bottom: .5rem !important;
	}
	
	.mb-sm-3 {
		margin-bottom: 1rem !important;
	}
	
	.mb-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.mb-sm-5 {
		margin-bottom: 3rem !important;
	}
	
	.mb-sm-auto {
		margin-bottom: auto !important;
	}
	
	.ms-sm-0 {
		margin-left: 0 !important;
	}
	
	.ms-sm-1 {
		margin-left: .25rem !important;
	}
	
	.ms-sm-2 {
		margin-left: .5rem !important;
	}
	
	.ms-sm-3 {
		margin-left: 1rem !important;
	}
	
	.ms-sm-4 {
		margin-left: 1.5rem !important;
	}
	
	.ms-sm-5 {
		margin-left: 3rem !important;
	}
	
	.ms-sm-auto {
		margin-left: auto !important;
	}
	
	.p-sm-0 {
		padding: 0 !important;
	}
	
	.p-sm-1 {
		padding: .25rem !important;
	}
	
	.p-sm-2 {
		padding: .5rem !important;
	}
	
	.p-sm-3 {
		padding: 1rem !important;
	}
	
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	
	.p-sm-5 {
		padding: 3rem !important;
	}
	
	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.px-sm-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}
	
	.px-sm-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}
	
	.px-sm-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	
	.px-sm-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	
	.px-sm-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	
	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-sm-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}
	
	.py-sm-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	
	.py-sm-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	
	.py-sm-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	
	.py-sm-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	.pt-sm-0 {
		padding-top: 0 !important;
	}
	
	.pt-sm-1 {
		padding-top: .25rem !important;
	}
	
	.pt-sm-2 {
		padding-top: .5rem !important;
	}
	
	.pt-sm-3 {
		padding-top: 1rem !important;
	}
	
	.pt-sm-4 {
		padding-top: 1.5rem !important;
	}
	
	.pt-sm-5 {
		padding-top: 3rem !important;
	}
	
	.pe-sm-0 {
		padding-right: 0 !important;
	}
	
	.pe-sm-1 {
		padding-right: .25rem !important;
	}
	
	.pe-sm-2 {
		padding-right: .5rem !important;
	}
	
	.pe-sm-3 {
		padding-right: 1rem !important;
	}
	
	.pe-sm-4 {
		padding-right: 1.5rem !important;
	}
	
	.pe-sm-5 {
		padding-right: 3rem !important;
	}
	
	.pb-sm-0 {
		padding-bottom: 0 !important;
	}
	
	.pb-sm-1 {
		padding-bottom: .25rem !important;
	}
	
	.pb-sm-2 {
		padding-bottom: .5rem !important;
	}
	
	.pb-sm-3 {
		padding-bottom: 1rem !important;
	}
	
	.pb-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pb-sm-5 {
		padding-bottom: 3rem !important;
	}
	
	.ps-sm-0 {
		padding-left: 0 !important;
	}
	
	.ps-sm-1 {
		padding-left: .25rem !important;
	}
	
	.ps-sm-2 {
		padding-left: .5rem !important;
	}
	
	.ps-sm-3 {
		padding-left: 1rem !important;
	}
	
	.ps-sm-4 {
		padding-left: 1.5rem !important;
	}
	
	.ps-sm-5 {
		padding-left: 3rem !important;
	}
	
	.text-sm-start {
		text-align: left !important;
	}
	
	.text-sm-end {
		text-align: right !important;
	}
	
	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width:768px) {
	.float-md-start {
		float: left !important;
	}
	
	.float-md-end {
		float: right !important;
	}
	
	.float-md-none {
		float: none !important;
	}
	
	.d-md-inline {
		display: inline !important;
	}
	
	.d-md-inline-block {
		display: inline-block !important;
	}
	
	.d-md-block {
		display: block !important;
	}
	
	.d-md-grid {
		display: grid !important;
	}
	
	.d-md-table {
		display: table !important;
	}
	
	.d-md-table-row {
		display: table-row !important;
	}
	
	.d-md-table-cell {
		display: table-cell !important;
	}
	
	.d-md-flex {
		display: flex !important;
	}
	
	.d-md-inline-flex {
		display: inline-flex !important;
	}
	
	.d-md-none {
		display: none !important;
	}
	
	.flex-md-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-md-row {
		flex-direction: row !important;
	}
	
	.flex-md-column {
		flex-direction: column !important;
	}
	
	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-md-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-md-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-md-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-md-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.flex-md-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.gap-md-0 {
		gap: 0 !important;
	}
	
	.gap-md-1 {
		gap: .25rem !important;
	}
	
	.gap-md-2 {
		gap: .5rem !important;
	}
	
	.gap-md-3 {
		gap: 1rem !important;
	}
	
	.gap-md-4 {
		gap: 1.5rem !important;
	}
	
	.gap-md-5 {
		gap: 3rem !important;
	}
	
	.justify-content-md-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-md-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-md-center {
		justify-content: center !important;
	}
	
	.justify-content-md-between {
		justify-content: space-between !important;
	}
	
	.justify-content-md-around {
		justify-content: space-around !important;
	}
	
	.justify-content-md-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-md-start {
		align-items: flex-start !important;
	}
	
	.align-items-md-end {
		align-items: flex-end !important;
	}
	
	.align-items-md-center {
		align-items: center !important;
	}
	
	.align-items-md-baseline {
		align-items: baseline !important;
	}
	
	.align-items-md-stretch {
		align-items: stretch !important;
	}
	
	.align-content-md-start {
		align-content: flex-start !important;
	}
	
	.align-content-md-end {
		align-content: flex-end !important;
	}
	
	.align-content-md-center {
		align-content: center !important;
	}
	
	.align-content-md-between {
		align-content: space-between !important;
	}
	
	.align-content-md-around {
		align-content: space-around !important;
	}
	
	.align-content-md-stretch {
		align-content: stretch !important;
	}
	
	.align-self-md-auto {
		align-self: auto !important;
	}
	
	.align-self-md-start {
		align-self: flex-start !important;
	}
	
	.align-self-md-end {
		align-self: flex-end !important;
	}
	
	.align-self-md-center {
		align-self: center !important;
	}
	
	.align-self-md-baseline {
		align-self: baseline !important;
	}
	
	.align-self-md-stretch {
		align-self: stretch !important;
	}
	
	.order-md-first {
		order: -1 !important;
	}
	
	.order-md-0 {
		order: 0 !important;
	}
	
	.order-md-1 {
		order: 1 !important;
	}
	
	.order-md-2 {
		order: 2 !important;
	}
	
	.order-md-3 {
		order: 3 !important;
	}
	
	.order-md-4 {
		order: 4 !important;
	}
	
	.order-md-5 {
		order: 5 !important;
	}
	
	.order-md-last {
		order: 6 !important;
	}
	
	.m-md-0 {
		margin: 0 !important;
	}
	
	.m-md-1 {
		margin: .25rem !important;
	}
	
	.m-md-2 {
		margin: .5rem !important;
	}
	
	.m-md-3 {
		margin: 1rem !important;
	}
	
	.m-md-4 {
		margin: 1.5rem !important;
	}
	
	.m-md-5 {
		margin: 3rem !important;
	}
	
	.m-md-auto {
		margin: auto !important;
	}
	
	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.mx-md-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}
	
	.mx-md-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}
	
	.mx-md-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	
	.mx-md-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	
	.mx-md-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	
	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.my-md-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}
	
	.my-md-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}
	
	.my-md-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	.my-md-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	
	.my-md-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	
	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.mt-md-0 {
		margin-top: 0 !important;
	}
	
	.mt-md-1 {
		margin-top: .25rem !important;
	}
	
	.mt-md-2 {
		margin-top: .5rem !important;
	}
	
	.mt-md-3 {
		margin-top: 1rem !important;
	}
	
	.mt-md-4 {
		margin-top: 1.5rem !important;
	}
	
	.mt-md-5 {
		margin-top: 3rem !important;
	}
	
	.mt-md-auto {
		margin-top: auto !important;
	}
	
	.me-md-0 {
		margin-right: 0 !important;
	}
	
	.me-md-1 {
		margin-right: .25rem !important;
	}
	
	.me-md-2 {
		margin-right: .5rem !important;
	}
	
	.me-md-3 {
		margin-right: 1rem !important;
	}
	
	.me-md-4 {
		margin-right: 1.5rem !important;
	}
	
	.me-md-5 {
		margin-right: 3rem !important;
	}
	
	.me-md-auto {
		margin-right: auto !important;
	}
	
	.mb-md-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-md-1 {
		margin-bottom: .25rem !important;
	}
	
	.mb-md-2 {
		margin-bottom: .5rem !important;
	}
	
	.mb-md-3 {
		margin-bottom: 1rem !important;
	}
	
	.mb-md-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.mb-md-5 {
		margin-bottom: 3rem !important;
	}
	
	.mb-md-auto {
		margin-bottom: auto !important;
	}
	
	.ms-md-0 {
		margin-left: 0 !important;
	}
	
	.ms-md-1 {
		margin-left: .25rem !important;
	}
	
	.ms-md-2 {
		margin-left: .5rem !important;
	}
	
	.ms-md-3 {
		margin-left: 1rem !important;
	}
	
	.ms-md-4 {
		margin-left: 1.5rem !important;
	}
	
	.ms-md-5 {
		margin-left: 3rem !important;
	}
	
	.ms-md-auto {
		margin-left: auto !important;
	}
	
	.p-md-0 {
		padding: 0 !important;
	}
	
	.p-md-1 {
		padding: .25rem !important;
	}
	
	.p-md-2 {
		padding: .5rem !important;
	}
	
	.p-md-3 {
		padding: 1rem !important;
	}
	
	.p-md-4 {
		padding: 1.5rem !important;
	}
	
	.p-md-5 {
		padding: 3rem !important;
	}
	
	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.px-md-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}
	
	.px-md-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}
	
	.px-md-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	
	.px-md-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	
	.px-md-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	
	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-md-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}
	
	.py-md-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	
	.py-md-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	
	.py-md-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	
	.py-md-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	.pt-md-0 {
		padding-top: 0 !important;
	}
	
	.pt-md-1 {
		padding-top: .25rem !important;
	}
	
	.pt-md-2 {
		padding-top: .5rem !important;
	}
	
	.pt-md-3 {
		padding-top: 1rem !important;
	}
	
	.pt-md-4 {
		padding-top: 1.5rem !important;
	}
	
	.pt-md-5 {
		padding-top: 3rem !important;
	}
	
	.pe-md-0 {
		padding-right: 0 !important;
	}
	
	.pe-md-1 {
		padding-right: .25rem !important;
	}
	
	.pe-md-2 {
		padding-right: .5rem !important;
	}
	
	.pe-md-3 {
		padding-right: 1rem !important;
	}
	
	.pe-md-4 {
		padding-right: 1.5rem !important;
	}
	
	.pe-md-5 {
		padding-right: 3rem !important;
	}
	
	.pb-md-0 {
		padding-bottom: 0 !important;
	}
	
	.pb-md-1 {
		padding-bottom: .25rem !important;
	}
	
	.pb-md-2 {
		padding-bottom: .5rem !important;
	}
	
	.pb-md-3 {
		padding-bottom: 1rem !important;
	}
	
	.pb-md-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pb-md-5 {
		padding-bottom: 3rem !important;
	}
	
	.ps-md-0 {
		padding-left: 0 !important;
	}
	
	.ps-md-1 {
		padding-left: .25rem !important;
	}
	
	.ps-md-2 {
		padding-left: .5rem !important;
	}
	
	.ps-md-3 {
		padding-left: 1rem !important;
	}
	
	.ps-md-4 {
		padding-left: 1.5rem !important;
	}
	
	.ps-md-5 {
		padding-left: 3rem !important;
	}
	
	.text-md-start {
		text-align: left !important;
	}
	
	.text-md-end {
		text-align: right !important;
	}
	
	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width:992px) {
	.float-lg-start {
		float: left !important;
	}
	
	.float-lg-end {
		float: right !important;
	}
	
	.float-lg-none {
		float: none !important;
	}
	
	.d-lg-inline {
		display: inline !important;
	}
	
	.d-lg-inline-block {
		display: inline-block !important;
	}
	
	.d-lg-block {
		display: block !important;
	}
	
	.d-lg-grid {
		display: grid !important;
	}
	
	.d-lg-table {
		display: table !important;
	}
	
	.d-lg-table-row {
		display: table-row !important;
	}
	
	.d-lg-table-cell {
		display: table-cell !important;
	}
	
	.d-lg-flex {
		display: flex !important;
	}
	
	.d-lg-inline-flex {
		display: inline-flex !important;
	}
	
	.d-lg-none {
		display: none !important;
	}
	
	.flex-lg-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-lg-row {
		flex-direction: row !important;
	}
	
	.flex-lg-column {
		flex-direction: column !important;
	}
	
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-lg-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-lg-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-lg-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-lg-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.gap-lg-0 {
		gap: 0 !important;
	}
	
	.gap-lg-1 {
		gap: .25rem !important;
	}
	
	.gap-lg-2 {
		gap: .5rem !important;
	}
	
	.gap-lg-3 {
		gap: 1rem !important;
	}
	
	.gap-lg-4 {
		gap: 1.5rem !important;
	}
	
	.gap-lg-5 {
		gap: 3rem !important;
	}
	
	.justify-content-lg-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-lg-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-lg-center {
		justify-content: center !important;
	}
	
	.justify-content-lg-between {
		justify-content: space-between !important;
	}
	
	.justify-content-lg-around {
		justify-content: space-around !important;
	}
	
	.justify-content-lg-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-lg-start {
		align-items: flex-start !important;
	}
	
	.align-items-lg-end {
		align-items: flex-end !important;
	}
	
	.align-items-lg-center {
		align-items: center !important;
	}
	
	.align-items-lg-baseline {
		align-items: baseline !important;
	}
	
	.align-items-lg-stretch {
		align-items: stretch !important;
	}
	
	.align-content-lg-start {
		align-content: flex-start !important;
	}
	
	.align-content-lg-end {
		align-content: flex-end !important;
	}
	
	.align-content-lg-center {
		align-content: center !important;
	}
	
	.align-content-lg-between {
		align-content: space-between !important;
	}
	
	.align-content-lg-around {
		align-content: space-around !important;
	}
	
	.align-content-lg-stretch {
		align-content: stretch !important;
	}
	
	.align-self-lg-auto {
		align-self: auto !important;
	}
	
	.align-self-lg-start {
		align-self: flex-start !important;
	}
	
	.align-self-lg-end {
		align-self: flex-end !important;
	}
	
	.align-self-lg-center {
		align-self: center !important;
	}
	
	.align-self-lg-baseline {
		align-self: baseline !important;
	}
	
	.align-self-lg-stretch {
		align-self: stretch !important;
	}
	
	.order-lg-first {
		order: -1 !important;
	}
	
	.order-lg-0 {
		order: 0 !important;
	}
	
	.order-lg-1 {
		order: 1 !important;
	}
	
	.order-lg-2 {
		order: 2 !important;
	}
	
	.order-lg-3 {
		order: 3 !important;
	}
	
	.order-lg-4 {
		order: 4 !important;
	}
	
	.order-lg-5 {
		order: 5 !important;
	}
	
	.order-lg-last {
		order: 6 !important;
	}
	
	.m-lg-0 {
		margin: 0 !important;
	}
	
	.m-lg-1 {
		margin: .25rem !important;
	}
	
	.m-lg-2 {
		margin: .5rem !important;
	}
	
	.m-lg-3 {
		margin: 1rem !important;
	}
	
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	
	.m-lg-5 {
		margin: 3rem !important;
	}
	
	.m-lg-auto {
		margin: auto !important;
	}
	
	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.mx-lg-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}
	
	.mx-lg-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}
	
	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	
	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	
	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	
	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.my-lg-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}
	
	.my-lg-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}
	
	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	
	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	
	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.mt-lg-0 {
		margin-top: 0 !important;
	}
	
	.mt-lg-1 {
		margin-top: .25rem !important;
	}
	
	.mt-lg-2 {
		margin-top: .5rem !important;
	}
	
	.mt-lg-3 {
		margin-top: 1rem !important;
	}
	
	.mt-lg-4 {
		margin-top: 1.5rem !important;
	}
	
	.mt-lg-5 {
		margin-top: 3rem !important;
	}
	
	.mt-lg-auto {
		margin-top: auto !important;
	}
	
	.me-lg-0 {
		margin-right: 0 !important;
	}
	
	.me-lg-1 {
		margin-right: .25rem !important;
	}
	
	.me-lg-2 {
		margin-right: .5rem !important;
	}
	
	.me-lg-3 {
		margin-right: 1rem !important;
	}
	
	.me-lg-4 {
		margin-right: 1.5rem !important;
	}
	
	.me-lg-5 {
		margin-right: 3rem !important;
	}
	
	.me-lg-auto {
		margin-right: auto !important;
	}
	
	.mb-lg-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-lg-1 {
		margin-bottom: .25rem !important;
	}
	
	.mb-lg-2 {
		margin-bottom: .5rem !important;
	}
	
	.mb-lg-3 {
		margin-bottom: 1rem !important;
	}
	
	.mb-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.mb-lg-5 {
		margin-bottom: 3rem !important;
	}
	
	.mb-lg-auto {
		margin-bottom: auto !important;
	}
	
	.ms-lg-0 {
		margin-left: 0 !important;
	}
	
	.ms-lg-1 {
		margin-left: .25rem !important;
	}
	
	.ms-lg-2 {
		margin-left: .5rem !important;
	}
	
	.ms-lg-3 {
		margin-left: 1rem !important;
	}
	
	.ms-lg-4 {
		margin-left: 1.5rem !important;
	}
	
	.ms-lg-5 {
		margin-left: 3rem !important;
	}
	
	.ms-lg-auto {
		margin-left: auto !important;
	}
	
	.p-lg-0 {
		padding: 0 !important;
	}
	
	.p-lg-1 {
		padding: .25rem !important;
	}
	
	.p-lg-2 {
		padding: .5rem !important;
	}
	
	.p-lg-3 {
		padding: 1rem !important;
	}
	
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	
	.p-lg-5 {
		padding: 3rem !important;
	}
	
	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.px-lg-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}
	
	.px-lg-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}
	
	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	
	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	
	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	
	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-lg-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}
	
	.py-lg-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	
	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	
	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	
	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	.pt-lg-0 {
		padding-top: 0 !important;
	}
	
	.pt-lg-1 {
		padding-top: .25rem !important;
	}
	
	.pt-lg-2 {
		padding-top: .5rem !important;
	}
	
	.pt-lg-3 {
		padding-top: 1rem !important;
	}
	
	.pt-lg-4 {
		padding-top: 1.5rem !important;
	}
	
	.pt-lg-5 {
		padding-top: 3rem !important;
	}
	
	.pe-lg-0 {
		padding-right: 0 !important;
	}
	
	.pe-lg-1 {
		padding-right: .25rem !important;
	}
	
	.pe-lg-2 {
		padding-right: .5rem !important;
	}
	
	.pe-lg-3 {
		padding-right: 1rem !important;
	}
	
	.pe-lg-4 {
		padding-right: 1.5rem !important;
	}
	
	.pe-lg-5 {
		padding-right: 3rem !important;
	}
	
	.pb-lg-0 {
		padding-bottom: 0 !important;
	}
	
	.pb-lg-1 {
		padding-bottom: .25rem !important;
	}
	
	.pb-lg-2 {
		padding-bottom: .5rem !important;
	}
	
	.pb-lg-3 {
		padding-bottom: 1rem !important;
	}
	
	.pb-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pb-lg-5 {
		padding-bottom: 3rem !important;
	}
	
	.ps-lg-0 {
		padding-left: 0 !important;
	}
	
	.ps-lg-1 {
		padding-left: .25rem !important;
	}
	
	.ps-lg-2 {
		padding-left: .5rem !important;
	}
	
	.ps-lg-3 {
		padding-left: 1rem !important;
	}
	
	.ps-lg-4 {
		padding-left: 1.5rem !important;
	}
	
	.ps-lg-5 {
		padding-left: 3rem !important;
	}
	
	.text-lg-start {
		text-align: left !important;
	}
	
	.text-lg-end {
		text-align: right !important;
	}
	
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width:1200px) {
	.float-xl-start {
		float: left !important;
	}
	
	.float-xl-end {
		float: right !important;
	}
	
	.float-xl-none {
		float: none !important;
	}
	
	.d-xl-inline {
		display: inline !important;
	}
	
	.d-xl-inline-block {
		display: inline-block !important;
	}
	
	.d-xl-block {
		display: block !important;
	}
	
	.d-xl-grid {
		display: grid !important;
	}
	
	.d-xl-table {
		display: table !important;
	}
	
	.d-xl-table-row {
		display: table-row !important;
	}
	
	.d-xl-table-cell {
		display: table-cell !important;
	}
	
	.d-xl-flex {
		display: flex !important;
	}
	
	.d-xl-inline-flex {
		display: inline-flex !important;
	}
	
	.d-xl-none {
		display: none !important;
	}
	
	.flex-xl-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-xl-row {
		flex-direction: row !important;
	}
	
	.flex-xl-column {
		flex-direction: column !important;
	}
	
	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-xl-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-xl-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-xl-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-xl-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.gap-xl-0 {
		gap: 0 !important;
	}
	
	.gap-xl-1 {
		gap: .25rem !important;
	}
	
	.gap-xl-2 {
		gap: .5rem !important;
	}
	
	.gap-xl-3 {
		gap: 1rem !important;
	}
	
	.gap-xl-4 {
		gap: 1.5rem !important;
	}
	
	.gap-xl-5 {
		gap: 3rem !important;
	}
	
	.justify-content-xl-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-xl-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-xl-center {
		justify-content: center !important;
	}
	
	.justify-content-xl-between {
		justify-content: space-between !important;
	}
	
	.justify-content-xl-around {
		justify-content: space-around !important;
	}
	
	.justify-content-xl-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-xl-start {
		align-items: flex-start !important;
	}
	
	.align-items-xl-end {
		align-items: flex-end !important;
	}
	
	.align-items-xl-center {
		align-items: center !important;
	}
	
	.align-items-xl-baseline {
		align-items: baseline !important;
	}
	
	.align-items-xl-stretch {
		align-items: stretch !important;
	}
	
	.align-content-xl-start {
		align-content: flex-start !important;
	}
	
	.align-content-xl-end {
		align-content: flex-end !important;
	}
	
	.align-content-xl-center {
		align-content: center !important;
	}
	
	.align-content-xl-between {
		align-content: space-between !important;
	}
	
	.align-content-xl-around {
		align-content: space-around !important;
	}
	
	.align-content-xl-stretch {
		align-content: stretch !important;
	}
	
	.align-self-xl-auto {
		align-self: auto !important;
	}
	
	.align-self-xl-start {
		align-self: flex-start !important;
	}
	
	.align-self-xl-end {
		align-self: flex-end !important;
	}
	
	.align-self-xl-center {
		align-self: center !important;
	}
	
	.align-self-xl-baseline {
		align-self: baseline !important;
	}
	
	.align-self-xl-stretch {
		align-self: stretch !important;
	}
	
	.order-xl-first {
		order: -1 !important;
	}
	
	.order-xl-0 {
		order: 0 !important;
	}
	
	.order-xl-1 {
		order: 1 !important;
	}
	
	.order-xl-2 {
		order: 2 !important;
	}
	
	.order-xl-3 {
		order: 3 !important;
	}
	
	.order-xl-4 {
		order: 4 !important;
	}
	
	.order-xl-5 {
		order: 5 !important;
	}
	
	.order-xl-last {
		order: 6 !important;
	}
	
	.m-xl-0 {
		margin: 0 !important;
	}
	
	.m-xl-1 {
		margin: .25rem !important;
	}
	
	.m-xl-2 {
		margin: .5rem !important;
	}
	
	.m-xl-3 {
		margin: 1rem !important;
	}
	
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	
	.m-xl-5 {
		margin: 3rem !important;
	}
	
	.m-xl-auto {
		margin: auto !important;
	}
	
	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.mx-xl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}
	
	.mx-xl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}
	
	.mx-xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	
	.mx-xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	
	.mx-xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	
	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.my-xl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}
	
	.my-xl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}
	
	.my-xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	.my-xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	
	.my-xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	
	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.mt-xl-0 {
		margin-top: 0 !important;
	}
	
	.mt-xl-1 {
		margin-top: .25rem !important;
	}
	
	.mt-xl-2 {
		margin-top: .5rem !important;
	}
	
	.mt-xl-3 {
		margin-top: 1rem !important;
	}
	
	.mt-xl-4 {
		margin-top: 1.5rem !important;
	}
	
	.mt-xl-5 {
		margin-top: 3rem !important;
	}
	
	.mt-xl-auto {
		margin-top: auto !important;
	}
	
	.me-xl-0 {
		margin-right: 0 !important;
	}
	
	.me-xl-1 {
		margin-right: .25rem !important;
	}
	
	.me-xl-2 {
		margin-right: .5rem !important;
	}
	
	.me-xl-3 {
		margin-right: 1rem !important;
	}
	
	.me-xl-4 {
		margin-right: 1.5rem !important;
	}
	
	.me-xl-5 {
		margin-right: 3rem !important;
	}
	
	.me-xl-auto {
		margin-right: auto !important;
	}
	
	.mb-xl-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-xl-1 {
		margin-bottom: .25rem !important;
	}
	
	.mb-xl-2 {
		margin-bottom: .5rem !important;
	}
	
	.mb-xl-3 {
		margin-bottom: 1rem !important;
	}
	
	.mb-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.mb-xl-5 {
		margin-bottom: 3rem !important;
	}
	
	.mb-xl-auto {
		margin-bottom: auto !important;
	}
	
	.ms-xl-0 {
		margin-left: 0 !important;
	}
	
	.ms-xl-1 {
		margin-left: .25rem !important;
	}
	
	.ms-xl-2 {
		margin-left: .5rem !important;
	}
	
	.ms-xl-3 {
		margin-left: 1rem !important;
	}
	
	.ms-xl-4 {
		margin-left: 1.5rem !important;
	}
	
	.ms-xl-5 {
		margin-left: 3rem !important;
	}
	
	.ms-xl-auto {
		margin-left: auto !important;
	}
	
	.p-xl-0 {
		padding: 0 !important;
	}
	
	.p-xl-1 {
		padding: .25rem !important;
	}
	
	.p-xl-2 {
		padding: .5rem !important;
	}
	
	.p-xl-3 {
		padding: 1rem !important;
	}
	
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	
	.p-xl-5 {
		padding: 3rem !important;
	}
	
	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.px-xl-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}
	
	.px-xl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}
	
	.px-xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	
	.px-xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	
	.px-xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	
	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-xl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}
	
	.py-xl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	
	.py-xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	
	.py-xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	
	.py-xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	.pt-xl-0 {
		padding-top: 0 !important;
	}
	
	.pt-xl-1 {
		padding-top: .25rem !important;
	}
	
	.pt-xl-2 {
		padding-top: .5rem !important;
	}
	
	.pt-xl-3 {
		padding-top: 1rem !important;
	}
	
	.pt-xl-4 {
		padding-top: 1.5rem !important;
	}
	
	.pt-xl-5 {
		padding-top: 3rem !important;
	}
	
	.pe-xl-0 {
		padding-right: 0 !important;
	}
	
	.pe-xl-1 {
		padding-right: .25rem !important;
	}
	
	.pe-xl-2 {
		padding-right: .5rem !important;
	}
	
	.pe-xl-3 {
		padding-right: 1rem !important;
	}
	
	.pe-xl-4 {
		padding-right: 1.5rem !important;
	}
	
	.pe-xl-5 {
		padding-right: 3rem !important;
	}
	
	.pb-xl-0 {
		padding-bottom: 0 !important;
	}
	
	.pb-xl-1 {
		padding-bottom: .25rem !important;
	}
	
	.pb-xl-2 {
		padding-bottom: .5rem !important;
	}
	
	.pb-xl-3 {
		padding-bottom: 1rem !important;
	}
	
	.pb-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pb-xl-5 {
		padding-bottom: 3rem !important;
	}
	
	.ps-xl-0 {
		padding-left: 0 !important;
	}
	
	.ps-xl-1 {
		padding-left: .25rem !important;
	}
	
	.ps-xl-2 {
		padding-left: .5rem !important;
	}
	
	.ps-xl-3 {
		padding-left: 1rem !important;
	}
	
	.ps-xl-4 {
		padding-left: 1.5rem !important;
	}
	
	.ps-xl-5 {
		padding-left: 3rem !important;
	}
	
	.text-xl-start {
		text-align: left !important;
	}
	
	.text-xl-end {
		text-align: right !important;
	}
	
	.text-xl-center {
		text-align: center !important;
	}
}

@media (min-width:1400px) {
	.float-xxl-start {
		float: left !important;
	}
	
	.float-xxl-end {
		float: right !important;
	}
	
	.float-xxl-none {
		float: none !important;
	}
	
	.d-xxl-inline {
		display: inline !important;
	}
	
	.d-xxl-inline-block {
		display: inline-block !important;
	}
	
	.d-xxl-block {
		display: block !important;
	}
	
	.d-xxl-grid {
		display: grid !important;
	}
	
	.d-xxl-table {
		display: table !important;
	}
	
	.d-xxl-table-row {
		display: table-row !important;
	}
	
	.d-xxl-table-cell {
		display: table-cell !important;
	}
	
	.d-xxl-flex {
		display: flex !important;
	}
	
	.d-xxl-inline-flex {
		display: inline-flex !important;
	}
	
	.d-xxl-none {
		display: none !important;
	}
	
	.flex-xxl-fill {
		flex: 1 1 auto !important;
	}
	
	.flex-xxl-row {
		flex-direction: row !important;
	}
	
	.flex-xxl-column {
		flex-direction: column !important;
	}
	
	.flex-xxl-row-reverse {
		flex-direction: row-reverse !important;
	}
	
	.flex-xxl-column-reverse {
		flex-direction: column-reverse !important;
	}
	
	.flex-xxl-grow-0 {
		flex-grow: 0 !important;
	}
	
	.flex-xxl-grow-1 {
		flex-grow: 1 !important;
	}
	
	.flex-xxl-shrink-0 {
		flex-shrink: 0 !important;
	}
	
	.flex-xxl-shrink-1 {
		flex-shrink: 1 !important;
	}
	
	.flex-xxl-wrap {
		flex-wrap: wrap !important;
	}
	
	.flex-xxl-nowrap {
		flex-wrap: nowrap !important;
	}
	
	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	
	.gap-xxl-0 {
		gap: 0 !important;
	}
	
	.gap-xxl-1 {
		gap: .25rem !important;
	}
	
	.gap-xxl-2 {
		gap: .5rem !important;
	}
	
	.gap-xxl-3 {
		gap: 1rem !important;
	}
	
	.gap-xxl-4 {
		gap: 1.5rem !important;
	}
	
	.gap-xxl-5 {
		gap: 3rem !important;
	}
	
	.justify-content-xxl-start {
		justify-content: flex-start !important;
	}
	
	.justify-content-xxl-end {
		justify-content: flex-end !important;
	}
	
	.justify-content-xxl-center {
		justify-content: center !important;
	}
	
	.justify-content-xxl-between {
		justify-content: space-between !important;
	}
	
	.justify-content-xxl-around {
		justify-content: space-around !important;
	}
	
	.justify-content-xxl-evenly {
		justify-content: space-evenly !important;
	}
	
	.align-items-xxl-start {
		align-items: flex-start !important;
	}
	
	.align-items-xxl-end {
		align-items: flex-end !important;
	}
	
	.align-items-xxl-center {
		align-items: center !important;
	}
	
	.align-items-xxl-baseline {
		align-items: baseline !important;
	}
	
	.align-items-xxl-stretch {
		align-items: stretch !important;
	}
	
	.align-content-xxl-start {
		align-content: flex-start !important;
	}
	
	.align-content-xxl-end {
		align-content: flex-end !important;
	}
	
	.align-content-xxl-center {
		align-content: center !important;
	}
	
	.align-content-xxl-between {
		align-content: space-between !important;
	}
	
	.align-content-xxl-around {
		align-content: space-around !important;
	}
	
	.align-content-xxl-stretch {
		align-content: stretch !important;
	}
	
	.align-self-xxl-auto {
		align-self: auto !important;
	}
	
	.align-self-xxl-start {
		align-self: flex-start !important;
	}
	
	.align-self-xxl-end {
		align-self: flex-end !important;
	}
	
	.align-self-xxl-center {
		align-self: center !important;
	}
	
	.align-self-xxl-baseline {
		align-self: baseline !important;
	}
	
	.align-self-xxl-stretch {
		align-self: stretch !important;
	}
	
	.order-xxl-first {
		order: -1 !important;
	}
	
	.order-xxl-0 {
		order: 0 !important;
	}
	
	.order-xxl-1 {
		order: 1 !important;
	}
	
	.order-xxl-2 {
		order: 2 !important;
	}
	
	.order-xxl-3 {
		order: 3 !important;
	}
	
	.order-xxl-4 {
		order: 4 !important;
	}
	
	.order-xxl-5 {
		order: 5 !important;
	}
	
	.order-xxl-last {
		order: 6 !important;
	}
	
	.m-xxl-0 {
		margin: 0 !important;
	}
	
	.m-xxl-1 {
		margin: .25rem !important;
	}
	
	.m-xxl-2 {
		margin: .5rem !important;
	}
	
	.m-xxl-3 {
		margin: 1rem !important;
	}
	
	.m-xxl-4 {
		margin: 1.5rem !important;
	}
	
	.m-xxl-5 {
		margin: 3rem !important;
	}
	
	.m-xxl-auto {
		margin: auto !important;
	}
	
	.mx-xxl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.mx-xxl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important;
	}
	
	.mx-xxl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important;
	}
	
	.mx-xxl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	
	.mx-xxl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	
	.mx-xxl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	
	.mx-xxl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	
	.my-xxl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.my-xxl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important;
	}
	
	.my-xxl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important;
	}
	
	.my-xxl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	.my-xxl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	
	.my-xxl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	
	.my-xxl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	
	.mt-xxl-0 {
		margin-top: 0 !important;
	}
	
	.mt-xxl-1 {
		margin-top: .25rem !important;
	}
	
	.mt-xxl-2 {
		margin-top: .5rem !important;
	}
	
	.mt-xxl-3 {
		margin-top: 1rem !important;
	}
	
	.mt-xxl-4 {
		margin-top: 1.5rem !important;
	}
	
	.mt-xxl-5 {
		margin-top: 3rem !important;
	}
	
	.mt-xxl-auto {
		margin-top: auto !important;
	}
	
	.me-xxl-0 {
		margin-right: 0 !important;
	}
	
	.me-xxl-1 {
		margin-right: .25rem !important;
	}
	
	.me-xxl-2 {
		margin-right: .5rem !important;
	}
	
	.me-xxl-3 {
		margin-right: 1rem !important;
	}
	
	.me-xxl-4 {
		margin-right: 1.5rem !important;
	}
	
	.me-xxl-5 {
		margin-right: 3rem !important;
	}
	
	.me-xxl-auto {
		margin-right: auto !important;
	}
	
	.mb-xxl-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-xxl-1 {
		margin-bottom: .25rem !important;
	}
	
	.mb-xxl-2 {
		margin-bottom: .5rem !important;
	}
	
	.mb-xxl-3 {
		margin-bottom: 1rem !important;
	}
	
	.mb-xxl-4 {
		margin-bottom: 1.5rem !important;
	}
	
	.mb-xxl-5 {
		margin-bottom: 3rem !important;
	}
	
	.mb-xxl-auto {
		margin-bottom: auto !important;
	}
	
	.ms-xxl-0 {
		margin-left: 0 !important;
	}
	
	.ms-xxl-1 {
		margin-left: .25rem !important;
	}
	
	.ms-xxl-2 {
		margin-left: .5rem !important;
	}
	
	.ms-xxl-3 {
		margin-left: 1rem !important;
	}
	
	.ms-xxl-4 {
		margin-left: 1.5rem !important;
	}
	
	.ms-xxl-5 {
		margin-left: 3rem !important;
	}
	
	.ms-xxl-auto {
		margin-left: auto !important;
	}
	
	.p-xxl-0 {
		padding: 0 !important;
	}
	
	.p-xxl-1 {
		padding: .25rem !important;
	}
	
	.p-xxl-2 {
		padding: .5rem !important;
	}
	
	.p-xxl-3 {
		padding: 1rem !important;
	}
	
	.p-xxl-4 {
		padding: 1.5rem !important;
	}
	
	.p-xxl-5 {
		padding: 3rem !important;
	}
	
	.px-xxl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	.px-xxl-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important;
	}
	
	.px-xxl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important;
	}
	
	.px-xxl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	
	.px-xxl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	
	.px-xxl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	
	.py-xxl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.py-xxl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important;
	}
	
	.py-xxl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}
	
	.py-xxl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	
	.py-xxl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	
	.py-xxl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	.pt-xxl-0 {
		padding-top: 0 !important;
	}
	
	.pt-xxl-1 {
		padding-top: .25rem !important;
	}
	
	.pt-xxl-2 {
		padding-top: .5rem !important;
	}
	
	.pt-xxl-3 {
		padding-top: 1rem !important;
	}
	
	.pt-xxl-4 {
		padding-top: 1.5rem !important;
	}
	
	.pt-xxl-5 {
		padding-top: 3rem !important;
	}
	
	.pe-xxl-0 {
		padding-right: 0 !important;
	}
	
	.pe-xxl-1 {
		padding-right: .25rem !important;
	}
	
	.pe-xxl-2 {
		padding-right: .5rem !important;
	}
	
	.pe-xxl-3 {
		padding-right: 1rem !important;
	}
	
	.pe-xxl-4 {
		padding-right: 1.5rem !important;
	}
	
	.pe-xxl-5 {
		padding-right: 3rem !important;
	}
	
	.pb-xxl-0 {
		padding-bottom: 0 !important;
	}
	
	.pb-xxl-1 {
		padding-bottom: .25rem !important;
	}
	
	.pb-xxl-2 {
		padding-bottom: .5rem !important;
	}
	
	.pb-xxl-3 {
		padding-bottom: 1rem !important;
	}
	
	.pb-xxl-4 {
		padding-bottom: 1.5rem !important;
	}
	
	.pb-xxl-5 {
		padding-bottom: 3rem !important;
	}
	
	.ps-xxl-0 {
		padding-left: 0 !important;
	}
	
	.ps-xxl-1 {
		padding-left: .25rem !important;
	}
	
	.ps-xxl-2 {
		padding-left: .5rem !important;
	}
	
	.ps-xxl-3 {
		padding-left: 1rem !important;
	}
	
	.ps-xxl-4 {
		padding-left: 1.5rem !important;
	}
	
	.ps-xxl-5 {
		padding-left: 3rem !important;
	}
	
	.text-xxl-start {
		text-align: left !important;
	}
	
	.text-xxl-end {
		text-align: right !important;
	}
	
	.text-xxl-center {
		text-align: center !important;
	}
}

@media (min-width:1200px) {
	.fs-1 {
		font-size: 2.5rem !important;
	}
	
	.fs-2 {
		font-size: 2rem !important;
	}
	
	.fs-3 {
		font-size: 1.75rem !important;
	}
	
	.fs-4 {
		font-size: 1.5rem !important;
	}
}

@media print {
	.d-print-inline {
		display: inline !important;
	}
	
	.d-print-inline-block {
		display: inline-block !important;
	}
	
	.d-print-block {
		display: block !important;
	}
	
	.d-print-grid {
		display: grid !important;
	}
	
	.d-print-table {
		display: table !important;
	}
	
	.d-print-table-row {
		display: table-row !important;
	}
	
	.d-print-table-cell {
		display: table-cell !important;
	}
	
	.d-print-flex {
		display: flex !important;
	}
	
	.d-print-inline-flex {
		display: inline-flex !important;
	}
	
	.d-print-none {
		display: none !important;
	}
}

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.bounceIn, .animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

.animated.flipOutX, .animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

@-webkit-keyframes bounce {
	0%, 20%, 53%, 80%, 100% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounce {
	0%, 20%, 53%, 80%, 100% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	0%, 50%, 100% {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

@keyframes flash {
	0%, 50%, 100% {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}
	
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1);
	}
	
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shake {
	0%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {
	0%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}
	
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}
	
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {
	11.1% {
		-webkit-transform: none;
		transform: none;
	}
	
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}
	
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg);
	}
	
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg);
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes jello {
	11.1% {
		-webkit-transform: none;
		transform: none;
	}
	
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg);
	}
	
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg);
	}
	
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg);
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, 100% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, 100% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInDown {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInLeft {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInRight {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInUp {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	
	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	
	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	
	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	
	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInStable {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	33.333% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	66.666666% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes zoomInStable {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	33.333% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	66.666666% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.zoomInStable {
	-webkit-animation-name: zoomInStable;
	animation-name: zoomInStable;
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	100% {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	100% {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

@keyframes anime {
	from {
		opacity: 0;
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
	}
	
	to {
		opacity: 1;
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-moz-transform: scaleY(1);
	}
}

@-webkit-keyframes anime {
	from {
		opacity: 0;
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
	}
	
	to {
		opacity: 1;
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-moz-transform: scaleY(1);
	}
}

@-moz-keyframes anime {
	from {
		opacity: 0;
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
	}
	
	to {
		opacity: 1;
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-moz-transform: scaleY(1);
	}
}

@-o-keyframes anime {
	from {
		opacity: 0;
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
	}
	
	to {
		opacity: 1;
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-moz-transform: scaleY(1);
	}
}

@-ms-keyframes anime {
	from {
		opacity: 0;
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
	}
	
	to {
		opacity: 1;
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		-moz-transform: scaleY(1);
	}
}

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

@-webkit-keyframes rotateme {
	from {
		-webkit-transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes rotateme {
	from {
		-moz-transform: rotate(0deg);
	}
	
	to {
		-moz-transform: rotate(360deg);
	}
}

@-o-keyframes rotateme {
	from {
		-o-transform: rotate(0deg);
	}
	
	to {
		-o-transform: rotate(360deg);
	}
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.rotate-me {
	animation-name: rotateme;
	animation-duration: 24s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: rotateme;
	-webkit-animation-duration: 24s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotateme;
	-moz-animation-duration: 24s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: rotateme;
	-ms-animation-duration: 24s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: rotateme;
	-o-animation-duration: 24s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
	0% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	
	50% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	
	100% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
}

@keyframes float-bob {
	0% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	
	50% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	
	100% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
}

.float-bob {
	animation-name: float-bob;
	animation-duration: 7s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: float-bob;
	-webkit-animation-duration: 7s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: float-bob;
	-moz-animation-duration: 7s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: float-bob;
	-ms-animation-duration: 7s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: float-bob;
	-o-animation-duration: 7s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

/*** 
=============================================
    circle Css
=============================================
***/
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	
	40% {
		opacity: 1;
	}
	
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

@keyframes circle {
	0% {
		opacity: 1;
	}
	
	40% {
		opacity: 1;
	}
	
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

/*** 
=============================================
    Zoom In Out Css
=============================================
***/
.zoominout {
	animation-name: zoomInOut;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: zoomInOut;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: zoomInOut;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-name: zoomInOut;
	-ms-animation-duration: 3s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: ease-in-out;
	-o-animation-name: zoomInOut;
	-o-animation-duration: 3s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: ease-in-out;
}

@-webkit-keyframes zoomInOut {
	0% {
		-webkit-transform: rotate(0deg) scale(.7);
		transform: rotate(0deg) scale(.7);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: rotate(180deg) scale(1);
		transform: rotate(180deg) scale(1);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: rotate(360deg) scale(.7);
		transform: rotate(360deg) scale(.7);
		opacity: 0;
	}
}

/*** 
=============================================
    Zoom In Out 2 Css
=============================================
***/
.zoominout-2 {
	animation-name: zoomInOut;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: zoomInOut2;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: zoomInOut2;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-name: zoomInOut2;
	-ms-animation-duration: 3s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: ease-in-out;
	-o-animation-name: zoomInOut2;
	-o-animation-duration: 3s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: ease-in-out;
}

@-webkit-keyframes zoomInOut2 {
	0% {
		-webkit-transform: rotate(0deg) scale(.7);
		transform: rotate(0deg) scale(.7);
		opacity: 0;
	}
	
	50% {
		-webkit-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: rotate(0deg) scale(.7);
		transform: rotate(0deg) scale(.7);
		opacity: 0;
	}
}

@-webkit-keyframes bgSlideReverse {
	0% {
		background-position: 0 0;
	}
	
	20% {
		background-position: 100px 0;
	}
	
	40% {
		background-position: 200px 0;
	}
	
	60% {
		background-position: 150px 0;
	}
	
	80% {
		background-position: 100px 0;
	}
	
	100% {
		background-position: 0px 0;
	}
}

@keyframes bgSlideReverse {
	0% {
		background-position: 0 0;
	}
	
	20% {
		background-position: 100px 0;
	}
	
	40% {
		background-position: 200px 0;
	}
	
	60% {
		background-position: 150px 0;
	}
	
	80% {
		background-position: 100px 0;
	}
	
	100% {
		background-position: 0px 0;
	}
}

@-webkit-keyframes bgSlideReverse2 {
	0% {
		background-position: -0 0;
	}
	
	20% {
		background-position: -100px 0;
	}
	
	40% {
		background-position: -200px 0;
	}
	
	60% {
		background-position: -150px 0;
	}
	
	80% {
		background-position: -100px 0;
	}
	
	100% {
		background-position: -0px 0;
	}
}

@keyframes bgSlideReverse2 {
	0% {
		background-position: -0 0;
	}
	
	20% {
		background-position: -100px 0;
	}
	
	40% {
		background-position: -200px 0;
	}
	
	60% {
		background-position: -150px 0;
	}
	
	80% {
		background-position: -100px 0;
	}
	
	100% {
		background-position: -0px 0;
	}
}

@-webkit-keyframes banner-animate {
	0% {
		-webkit-transform: translateX(-1000px);
		transform: translateX(-1000px);
	}
	
	50% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	
	100% {
		-webkit-transform: translateX(-1000px);
		transform: translateX(-1000px);
	}
}

@keyframes banner-animate {
	0% {
		-webkit-transform: translateX(-1000px);
		transform: translateX(-1000px);
	}
	
	50% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	
	100% {
		-webkit-transform: translateX(-1000px);
		transform: translateX(-1000px);
	}
}

.banner-animate {
	animation-name: banner-animate;
	animation-duration: 70s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: banner-animate;
	-webkit-animation-duration: 70s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: banner-animate;
	-moz-animation-duration: 70s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: banner-animate;
	-ms-animation-duration: 70s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: banner-animate;
	-o-animation-duration: 70s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

@-webkit-keyframes ripple {
	70% {
		box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
	}
	
	100% {
		box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
	}
}

@keyframes ripple {
	70% {
		box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
	}
	
	100% {
		box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
	}
}

/*** 
=============================================
    Animation1 Css
=============================================
***/
@-webkit-keyframes animation1 {
	0%, 100% {
		-webkit-transform: rotate(0deg) translateX(0);
		transform: rotate(0deg) translateX(0);
	}
	
	25%, 75% {
		-webkit-transform: rotate(5deg) translateX(15px);
		transform: rotate(5deg) translateX(15px);
	}
	
	50% {
		-webkit-transform: rotate(10deg) translateX(30px);
		transform: rotate(10deg) translateX(30px);
	}
}

@keyframes animation1 {
	0%, 100% {
		-webkit-transform: rotate(0deg) translateX(0);
		transform: rotate(0deg) translateX(0);
	}
	
	25%, 75% {
		-webkit-transform: rotate(5deg) translateX(15px);
		transform: rotate(5deg) translateX(15px);
	}
	
	50% {
		-webkit-transform: rotate(10deg) translateX(30px);
		transform: rotate(10deg) translateX(30px);
	}
}

/*** 
=============================================
    Animation2 Css
=============================================
***/
@keyframes animation2 {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	
	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@-moz-keyframes animation2 {
	0% {
		-moz-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	
	100% {
		-moz-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@-o-keyframes animation2 {
	0% {
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	
	100% {
		-o-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@keyframes animation2 {
	0% {
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	
	100% {
		-webkit-transform: rotateY(360deg);
		-moz-transform: rotateY(360deg);
		-o-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@-webkit-keyframes bgSlide {
	0% {
		background-position: 0 0;
	}
	
	20% {
		background-position: -100px 0;
	}
	
	40% {
		background-position: -200px 0;
	}
	
	60% {
		background-position: -150px 0;
	}
	
	80% {
		background-position: -100px 0;
	}
	
	100% {
		background-position: 0px 0;
	}
}

@keyframes bgSlide {
	0% {
		background-position: 0 0;
	}
	
	20% {
		background-position: -100px 0;
	}
	
	40% {
		background-position: -200px 0;
	}
	
	60% {
		background-position: -150px 0;
	}
	
	80% {
		background-position: -100px 0;
	}
	
	100% {
		background-position: 0px 0;
	}
}

@-webkit-keyframes bgSlideReverse {
	0% {
		background-position: 0 0;
	}
	
	20% {
		background-position: 100px 0;
	}
	
	40% {
		background-position: 200px 0;
	}
	
	60% {
		background-position: 150px 0;
	}
	
	80% {
		background-position: 100px 0;
	}
	
	100% {
		background-position: 0px 0;
	}
}

@keyframes bgSlideReverse {
	0% {
		background-position: 0 0;
	}
	
	20% {
		background-position: 100px 0;
	}
	
	40% {
		background-position: 200px 0;
	}
	
	60% {
		background-position: 150px 0;
	}
	
	80% {
		background-position: 100px 0;
	}
	
	100% {
		background-position: 0px 0;
	}
}

@-webkit-keyframes ribbonRotate {
	0%, 100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	25%, 75% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	
	50% {
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}
}

@keyframes ribbonRotate {
	0%, 100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	25%, 75% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	
	50% {
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}
}

@-webkit-keyframes footerFish {
	0%, 100% {
		-webkit-transform: translateX(0) translateY(0) rotate(0);
		transform: translateX(0) translateY(0) rotate(0);
	}
	
	25%, 75% {
		-webkit-transform: translateX(20px) translateY(30px) rotate(25deg);
		transform: translateX(20px) translateY(30px) rotate(25deg);
	}
	
	50% {
		-webkit-transform: translateX(40px) translateY(60px) rotate(45deg);
		transform: translateX(40px) translateY(60px) rotate(45deg);
	}
}

@keyframes footerFish {
	0%, 100% {
		-webkit-transform: translateX(0) translateY(0) rotate(0);
		transform: translateX(0) translateY(0) rotate(0);
	}
	
	25%, 75% {
		-webkit-transform: translateX(20px) translateY(30px) rotate(25deg);
		transform: translateX(20px) translateY(30px) rotate(25deg);
	}
	
	50% {
		-webkit-transform: translateX(40px) translateY(60px) rotate(45deg);
		transform: translateX(40px) translateY(60px) rotate(45deg);
	}
}

@-webkit-keyframes contactSwimmer {
	0%, 100% {
		-webkit-transform: translateX(0) translateY(0) rotate(0);
		transform: translateX(0) translateY(0) rotate(0);
	}
	
	25%, 75% {
		-webkit-transform: translateX(15px) translateY(20px) rotate(10deg);
		transform: translateX(15px) translateY(20px) rotate(10deg);
	}
	
	50% {
		-webkit-transform: translateX(60px) translateY(35px) rotate(15deg);
		transform: translateX(60px) translateY(35px) rotate(15deg);
	}
}

@keyframes contactSwimmer {
	0%, 100% {
		-webkit-transform: translateX(0) translateY(0) rotate(0);
		transform: translateX(0) translateY(0) rotate(0);
	}
	
	25%, 75% {
		-webkit-transform: translateX(15px) translateY(20px) rotate(10deg);
		transform: translateX(15px) translateY(20px) rotate(10deg);
	}
	
	50% {
		-webkit-transform: translateX(60px) translateY(35px) rotate(15deg);
		transform: translateX(60px) translateY(35px) rotate(15deg);
	}
}

/*** 
=============================================
    Float Bob Y Animation Css
=============================================
***/
@-webkit-keyframes float-bob-y {
	0% {
		transform: translateY(-20px);
	}
	
	50% {
		transform: translateY(-10px);
	}
	
	100% {
		transform: translateY(-20px);
	}
}

@keyframes float-bob-y {
	0% {
		transform: translateY(-20px);
	}
	
	50% {
		transform: translateY(-10px);
	}
	
	100% {
		transform: translateY(-20px);
	}
}

.float-bob-y {
	-webkit-animation-name: float-bob-y;
	animation-name: float-bob-y;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@-webkit-keyframes footerTree {
	0%, 100% {
		-webkit-transform: rotate(0deg) translateX(0);
		transform: rotate(0deg) translateX(0);
	}
	
	25%, 75% {
		-webkit-transform: rotate(5deg) translateX(15px);
		transform: rotate(5deg) translateX(15px);
	}
	
	50% {
		-webkit-transform: rotate(10deg) translateX(30px);
		transform: rotate(10deg) translateX(30px);
	}
}

@keyframes footerTree {
	0%, 100% {
		-webkit-transform: rotate(0deg) translateX(0);
		transform: rotate(0deg) translateX(0);
	}
	
	25%, 75% {
		-webkit-transform: rotate(5deg) translateX(15px);
		transform: rotate(5deg) translateX(15px);
	}
	
	50% {
		-webkit-transform: rotate(10deg) translateX(30px);
		transform: rotate(10deg) translateX(30px);
	}
}

.footertree {
	-webkit-animation: footerTree 5s ease-in infinite;
	animation: footerTree 5s ease-in infinite;
}

@keyframes service_hexagon_2 {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	
	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@-moz-keyframes service_hexagon_2 {
	0% {
		-moz-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	
	100% {
		-moz-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@-o-keyframes service_hexagon_2 {
	0% {
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	
	100% {
		-o-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@keyframes service_hexagon_2 {
	0% {
		-webkit-transform: rotateY(0deg);
		-moz-transform: rotateY(0deg);
		-o-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	
	100% {
		-webkit-transform: rotateY(360deg);
		-moz-transform: rotateY(360deg);
		-o-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}

@keyframes bgSlide {
	0% {
		background-position: 0 0;
	}
	
	20% {
		background-position: -100px 0;
	}
	
	40% {
		background-position: -200px 0;
	}
	
	60% {
		background-position: -150px 0;
	}
	
	80% {
		background-position: -100px 0;
	}
	
	100% {
		background-position: 0px 0;
	}
}

@keyframes rotateScale {
	from {
		transform: rotate(0deg) scale(1);
	}
	
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotateScale {
	from {
		transform: rotate(0deg) scale(1);
	}
	
	to {
		transform: rotate(360deg);
	}
}

@-moz-keyframes rotateScale {
	from {
		transform: rotate(0deg) scale(1);
	}
	
	to {
		transform: rotate(360deg);
	}
}

@-o-keyframes rotateScale {
	from {
		transform: rotate(0deg) scale(1);
	}
	
	to {
		transform: rotate(360deg);
	}
}

.rotatescale {
	-webkit-animation-name: rotateScale;
	-webkit-animation-duration: 20s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotateScale;
	-moz-animation-duration: 20s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: rotateScale;
	-ms-animation-duration: 20s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	animation-name: rotateScale;
	animation-duration: 20s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@-webkit-keyframes bubbleMover {
	0% {
		transform: translateY(0px) translateX(0) rotate(0);
	}
	
	30% {
		transform: translateY(30px) translateX(50px) rotate(15deg);
		transform-origin: center center;
	}
	
	50% {
		transform: translateY(50px) translateX(100px) rotate(45deg);
		transform-origin: right bottom;
	}
	
	80% {
		transform: translateY(30px) translateX(50px) rotate(15deg);
		transform-origin: left top;
	}
	
	100% {
		transform: translateY(0px) translateX(0) rotate(0);
		transform-origin: center center;
	}
}

@keyframes bubbleMover {
	0% {
		transform: translateY(0px) translateX(0) rotate(0);
	}
	
	30% {
		transform: translateY(30px) translateX(50px) rotate(15deg);
		transform-origin: center center;
	}
	
	50% {
		transform: translateY(50px) translateX(100px) rotate(45deg);
		transform-origin: right bottom;
	}
	
	80% {
		transform: translateY(30px) translateX(50px) rotate(15deg);
		transform-origin: left top;
	}
	
	100% {
		transform: translateY(0px) translateX(0) rotate(0);
		transform-origin: center center;
	}
}

@-webkit-keyframes shapeMover {
	0%, 100% {
		transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
	}
	
	50% {
		transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
	}
}

@keyframes shapeMover {
	0%, 100% {
		transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
	}
	
	50% {
		transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
	}
}

@-webkit-keyframes shapeMover {
	0%, 100% {
		-webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
		transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
	}
	
	50% {
		-webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
		transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
	}
}

@keyframes shapeMover-2 {
	0%, 100% {
		-webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
		transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
	}
	
	50% {
		-webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
		transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
	}
}

@-webkit-keyframes banner3Shake {
	0% {
		transform: rotate3d(0, 1, 0, 0deg);
	}
	
	30% {
		transform: rotate3d(0, 0, 1, 5deg);
	}
	
	60% {
		transform: rotate3d(1, 0, 0, 0deg);
	}
	
	80% {
		transform: rotate3d(0, 0, 1, 5deg);
	}
	
	100% {
		transform: rotate3d(0, 1, 0, 0deg);
	}
}

@keyframes banner3Shake {
	0% {
		transform: rotate3d(0, 1, 0, 0deg);
	}
	
	30% {
		transform: rotate3d(0, 0, 1, 5deg);
	}
	
	60% {
		transform: rotate3d(1, 0, 0, 0deg);
	}
	
	80% {
		transform: rotate3d(0, 0, 1, 5deg);
	}
	
	100% {
		transform: rotate3d(0, 1, 0, 0deg);
	}
}

@-webkit-keyframes squareMover {
	0%, 100% {
		transform: translate(0, 0) rotate(0);
	}
	
	20%, 60% {
		transform: translate(20px, 40px) rotate(180deg);
	}
	
	30%, 80% {
		transform: translate(40px, 60px) rotate(0deg);
	}
}

@keyframes squareMover {
	0%, 100% {
		transform: translate(0, 0) rotate(0);
	}
	
	20%, 60% {
		transform: translate(20px, 40px) rotate(180deg);
	}
	
	30%, 80% {
		transform: translate(40px, 60px) rotate(0deg);
	}
}

@-webkit-keyframes treeMove {
	0%, 100% {
		transform: rotate(0deg) translateX(0);
	}
	
	25%, 75% {
		transform: rotate(5deg) translateX(15px);
	}
	
	50% {
		transform: rotate(10deg) translateX(30px);
	}
}

@keyframes treeMove {
	0%, 100% {
		transform: rotate(0deg) translateX(0);
	}
	
	25%, 75% {
		transform: rotate(5deg) translateX(15px);
	}
	
	50% {
		transform: rotate(10deg) translateX(30px);
	}
}

/*--------------------------------------------------------------
#     Zoom Fade Css
--------------------------------------------------------------*/
.zoom-fade {
	animation-name: zoom-fade;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: zoom-fade;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: zoom-fade;
	-moz-animation-duration: 5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: zoom-fade;
	-ms-animation-duration: 5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: zoom-fade;
	-o-animation-duration: 5s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
	0% {
		transform: scale(.9) translateX(-50%);
	}
	
	50% {
		transform: scale(1) translateX(-50%);
	}
	
	100% {
		transform: scale(.9) translateX(-50%);
	}
}

@keyframes zoom-fade {
	0% {
		transform: scale(.9) translateX(-50%);
	}
	
	50% {
		transform: scale(1) translateX(-50%);
	}
	
	100% {
		transform: scale(.9) translateX(-50%);
	}
}

/*--------------------------------------------------------------
#     Zoom Fade 2 Css
--------------------------------------------------------------*/
.zoom-fade-2 {
	animation-name: zoom-fade-2;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-name: zoom-fade-2;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: zoom-fade-2;
	-moz-animation-duration: 5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: zoom-fade-2;
	-ms-animation-duration: 5s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	-o-animation-name: zoom-fade-2;
	-o-animation-duration: 5s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade-2 {
	0% {
		transform: scale(.9) translateX(-50%) translateY(-50%);
	}
	
	50% {
		transform: scale(1) translateX(-50%) translateY(-50%);
	}
	
	100% {
		transform: scale(.9) translateX(-50%) translateY(-50%);
	}
}

@keyframes zoom-fade-2 {
	0% {
		transform: scale(.9) translateX(-50%) translateY(-50%);
	}
	
	50% {
		transform: scale(1) translateX(-50%) translateY(-50%);
	}
	
	100% {
		transform: scale(.9) translateX(-50%) translateY(-50%);
	}
}

/* custom animations */
@keyframes btnIconMove {
	0% {
		transform: rotate(0deg) translate(0px, 0px);
	}
	
	50% {
		transform: rotate(20deg) translate(10px, 0px);
	}
	
	100% {
		transform: rotate(0deg) translate(0px, 0px);
	}
}

@keyframes ImgBounce {
	0% {
		transform: translateY(0);
	}
	
	25% {
		transform: translateY(5px);
	}
	
	50% {
		transform: translateY(10px);
	}
	
	75% {
		transform: translateY(5px);
	}
	
	100% {
		transform: translateY(0px);
	}
}

/** squares **/
@-moz-keyframessquares {}

@-moz-keyframes squares {
	0% {
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	
	20% {
		-moz-transform: scale(1.24);
		transform: scale(1.24);
		opacity: 1;
	}
	
	100% {
		-moz-transform: scale(2.1);
		transform: scale(2.1);
		opacity: 0;
	}
}

@-o-keyframes squares {
	0% {
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	
	20% {
		-o-transform: scale(1.24);
		transform: scale(1.24);
		opacity: 1;
	}
	
	100% {
		-o-transform: scale(2.1);
		transform: scale(2.1);
		opacity: 0;
	}
}

@keyframes squares {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	
	20% {
		-webkit-transform: scale(1.24);
		-moz-transform: scale(1.24);
		-o-transform: scale(1.24);
		transform: scale(1.24);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: scale(2.1);
		-moz-transform: scale(2.1);
		-o-transform: scale(2.1);
		transform: scale(2.1);
		opacity: 0;
	}
}

/***
=============================================
    Float Bob X Animation Css
=============================================
***/
@-webkit-keyframes float-bob-x {
	0% {
		transform: translateX(-30px);
	}
	
	50% {
		transform: translateX(-10px);
	}
	
	100% {
		transform: translateX(-30px);
	}
}

@keyframes float-bob-x {
	0% {
		transform: translateX(-30px);
	}
	
	50% {
		transform: translateX(-10px);
	}
	
	100% {
		transform: translateX(-30px);
	}
}

.float-bob-x {
	-webkit-animation-name: float-bob-x;
	animation-name: float-bob-x;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

/***
=============================================
    Float Bob X Animation Css
=============================================
***/
@-webkit-keyframes float-bob-x-2 {
	0% {
		transform: translateX(-30px) translateY(-50%);
	}
	
	50% {
		transform: translateX(-10px) translateY(-50%);
	}
	
	100% {
		transform: translateX(-30px) translateY(-50%);
	}
}

@keyframes float-bob-x-2 {
	0% {
		transform: translateX(-30px) translateY(-50%);
	}
	
	50% {
		transform: translateX(-10px) translateY(-50%);
	}
	
	100% {
		transform: translateX(-30px) translateY(-50%);
	}
}

.float-bob-x-2 {
	-webkit-animation-name: float-bob-x-2;
	animation-name: float-bob-x-2;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fad, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em;
}

.fa-xs {
	font-size: .75em;
}

.fa-sm {
	font-size: .875em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
}

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

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

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

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
	margin-left: .3em;
}

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

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

@-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 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

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

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

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

.fa-flip-vertical {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

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

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1);
	transform: scale(-1);
}

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

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

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

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

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

.fa-inverse {
	color: #fff;
}

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

.fa-accessible-icon:before {
	content: "";
}

.fa-accusoft:before {
	content: "";
}

.fa-acquisitions-incorporated:before {
	content: "";
}

.fa-ad:before {
	content: "";
}

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

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

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

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

.fa-adversal:before {
	content: "";
}

.fa-affiliatetheme:before {
	content: "";
}

.fa-air-freshener:before {
	content: "";
}

.fa-airbnb:before {
	content: "";
}

.fa-algolia:before {
	content: "";
}

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

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

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

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

.fa-alipay:before {
	content: "";
}

.fa-allergies:before {
	content: "";
}

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

.fa-amazon-pay:before {
	content: "";
}

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

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

.fa-amilia:before {
	content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-angry:before {
	content: "";
}

.fa-angrycreative:before {
	content: "";
}

.fa-angular:before {
	content: "";
}

.fa-ankh:before {
	content: "";
}

.fa-app-store:before {
	content: "";
}

.fa-app-store-ios:before {
	content: "";
}

.fa-apper:before {
	content: "";
}

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

.fa-apple-alt:before {
	content: "";
}

.fa-apple-pay:before {
	content: "";
}

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

.fa-archway:before {
	content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-artstation:before {
	content: "";
}

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

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

.fa-asymmetrik:before {
	content: "";
}

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

.fa-atlas:before {
	content: "";
}

.fa-atlassian:before {
	content: "";
}

.fa-atom:before {
	content: "";
}

.fa-audible:before {
	content: "";
}

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

.fa-autoprefixer:before {
	content: "";
}

.fa-avianex:before {
	content: "";
}

.fa-aviato:before {
	content: "";
}

.fa-award:before {
	content: "";
}

.fa-aws:before {
	content: "";
}

.fa-baby:before {
	content: "";
}

.fa-baby-carriage:before {
	content: "";
}

.fa-backspace:before {
	content: "";
}

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

.fa-bacon:before {
	content: "";
}

.fa-bacteria:before {
	content: "";
}

.fa-bacterium:before {
	content: "";
}

.fa-bahai:before {
	content: "";
}

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

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

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

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

.fa-band-aid:before {
	content: "";
}

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

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

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

.fa-baseball-ball:before {
	content: "";
}

.fa-basketball-ball:before {
	content: "";
}

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

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

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

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

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

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

.fa-battle-net:before {
	content: "";
}

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

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

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

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

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

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

.fa-bezier-curve:before {
	content: "";
}

.fa-bible:before {
	content: "";
}

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

.fa-biking:before {
	content: "";
}

.fa-bimobject:before {
	content: "";
}

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

.fa-biohazard:before {
	content: "";
}

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

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

.fa-bitcoin:before {
	content: "";
}

.fa-bity:before {
	content: "";
}

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

.fa-blackberry:before {
	content: "";
}

.fa-blender:before {
	content: "";
}

.fa-blender-phone:before {
	content: "";
}

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

.fa-blog:before {
	content: "";
}

.fa-blogger:before {
	content: "";
}

.fa-blogger-b:before {
	content: "";
}

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

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

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

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

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

.fa-bone:before {
	content: "";
}

.fa-bong:before {
	content: "";
}

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

.fa-book-dead:before {
	content: "";
}

.fa-book-medical:before {
	content: "";
}

.fa-book-open:before {
	content: "";
}

.fa-book-reader:before {
	content: "";
}

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

.fa-bootstrap:before {
	content: "";
}

.fa-border-all:before {
	content: "";
}

.fa-border-none:before {
	content: "";
}

.fa-border-style:before {
	content: "";
}

.fa-bowling-ball:before {
	content: "";
}

.fa-box:before {
	content: "";
}

.fa-box-open:before {
	content: "";
}

.fa-box-tissue:before {
	content: "";
}

.fa-boxes:before {
	content: "";
}

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

.fa-brain:before {
	content: "";
}

.fa-bread-slice:before {
	content: "";
}

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

.fa-briefcase-medical:before {
	content: "";
}

.fa-broadcast-tower:before {
	content: "";
}

.fa-broom:before {
	content: "";
}

.fa-brush:before {
	content: "";
}

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

.fa-buffer:before {
	content: "";
}

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

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

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

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

.fa-burn:before {
	content: "";
}

.fa-buromobelexperte:before {
	content: "";
}

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

.fa-bus-alt:before {
	content: "";
}

.fa-business-time:before {
	content: "";
}

.fa-buy-n-large:before {
	content: "";
}

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

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

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

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

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

.fa-calendar-day:before {
	content: "";
}

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

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

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

.fa-calendar-week:before {
	content: "";
}

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

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

.fa-campground:before {
	content: "";
}

.fa-canadian-maple-leaf:before {
	content: "";
}

.fa-candy-cane:before {
	content: "";
}

.fa-cannabis:before {
	content: "";
}

.fa-capsules:before {
	content: "";
}

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

.fa-car-alt:before {
	content: "";
}

.fa-car-battery:before {
	content: "";
}

.fa-car-crash:before {
	content: "";
}

.fa-car-side:before {
	content: "";
}

.fa-caravan:before {
	content: "";
}

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

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

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

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

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

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

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

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

.fa-carrot:before {
	content: "";
}

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

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

.fa-cash-register:before {
	content: "";
}

.fa-cat:before {
	content: "";
}

.fa-cc-amazon-pay:before {
	content: "";
}

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

.fa-cc-apple-pay:before {
	content: "";
}

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

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

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

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

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

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

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

.fa-centercode:before {
	content: "";
}

.fa-centos:before {
	content: "";
}

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

.fa-chair:before {
	content: "";
}

.fa-chalkboard:before {
	content: "";
}

.fa-chalkboard-teacher:before {
	content: "";
}

.fa-charging-station:before {
	content: "";
}

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

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

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

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

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

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

.fa-check-double:before {
	content: "";
}

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

.fa-cheese:before {
	content: "";
}

.fa-chess:before {
	content: "";
}

.fa-chess-bishop:before {
	content: "";
}

.fa-chess-board:before {
	content: "";
}

.fa-chess-king:before {
	content: "";
}

.fa-chess-knight:before {
	content: "";
}

.fa-chess-pawn:before {
	content: "";
}

.fa-chess-queen:before {
	content: "";
}

.fa-chess-rook:before {
	content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-chromecast:before {
	content: "";
}

.fa-church:before {
	content: "";
}

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

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

.fa-city:before {
	content: "";
}

.fa-clinic-medical:before {
	content: "";
}

.fa-clipboard:before {
	content: "";
}

.fa-clipboard-check:before {
	content: "";
}

.fa-clipboard-list:before {
	content: "";
}

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

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

.fa-closed-captioning:before {
	content: "";
}

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

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

.fa-cloud-meatball:before {
	content: "";
}

.fa-cloud-moon:before {
	content: "";
}

.fa-cloud-moon-rain:before {
	content: "";
}

.fa-cloud-rain:before {
	content: "";
}

.fa-cloud-showers-heavy:before {
	content: "";
}

.fa-cloud-sun:before {
	content: "";
}

.fa-cloud-sun-rain:before {
	content: "";
}

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

.fa-cloudflare:before {
	content: "";
}

.fa-cloudscale:before {
	content: "";
}

.fa-cloudsmith:before {
	content: "";
}

.fa-cloudversify:before {
	content: "";
}

.fa-cocktail:before {
	content: "";
}

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

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

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

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

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

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

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

.fa-coins:before {
	content: "";
}

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

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

.fa-comment-alt:before {
	content: "";
}

.fa-comment-dollar:before {
	content: "";
}

.fa-comment-dots:before {
	content: "";
}

.fa-comment-medical:before {
	content: "";
}

.fa-comment-slash:before {
	content: "";
}

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

.fa-comments-dollar:before {
	content: "";
}

.fa-compact-disc:before {
	content: "";
}

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

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

.fa-compress-alt:before {
	content: "";
}

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

.fa-concierge-bell:before {
	content: "";
}

.fa-confluence:before {
	content: "";
}

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

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

.fa-cookie:before {
	content: "";
}

.fa-cookie-bite:before {
	content: "";
}

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

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

.fa-cotton-bureau:before {
	content: "";
}

.fa-couch:before {
	content: "";
}

.fa-cpanel:before {
	content: "";
}

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

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

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

.fa-creative-commons-nc-eu:before {
	content: "";
}

.fa-creative-commons-nc-jp:before {
	content: "";
}

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

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

.fa-creative-commons-pd-alt:before {
	content: "";
}

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

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

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

.fa-creative-commons-sampling-plus:before {
	content: "";
}

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

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

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

.fa-critical-role:before {
	content: "";
}

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

.fa-crop-alt:before {
	content: "";
}

.fa-cross:before {
	content: "";
}

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

.fa-crow:before {
	content: "";
}

.fa-crown:before {
	content: "";
}

.fa-crutch:before {
	content: "";
}

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

.fa-css3-alt:before {
	content: "";
}

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

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

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

.fa-cuttlefish:before {
	content: "";
}

.fa-d-and-d:before {
	content: "";
}

.fa-d-and-d-beyond:before {
	content: "";
}

.fa-dailymotion:before {
	content: "";
}

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

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

.fa-deaf:before {
	content: "";
}

.fa-deezer:before {
	content: "";
}

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

.fa-democrat:before {
	content: "";
}

.fa-deploydog:before {
	content: "";
}

.fa-deskpro:before {
	content: "";
}

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

.fa-dev:before {
	content: "";
}

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

.fa-dharmachakra:before {
	content: "";
}

.fa-dhl:before {
	content: "";
}

.fa-diagnoses:before {
	content: "";
}

.fa-diaspora:before {
	content: "";
}

.fa-dice:before {
	content: "";
}

.fa-dice-d20:before {
	content: "";
}

.fa-dice-d6:before {
	content: "";
}

.fa-dice-five:before {
	content: "";
}

.fa-dice-four:before {
	content: "";
}

.fa-dice-one:before {
	content: "";
}

.fa-dice-six:before {
	content: "";
}

.fa-dice-three:before {
	content: "";
}

.fa-dice-two:before {
	content: "";
}

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

.fa-digital-ocean:before {
	content: "";
}

.fa-digital-tachograph:before {
	content: "";
}

.fa-directions:before {
	content: "";
}

.fa-discord:before {
	content: "";
}

.fa-discourse:before {
	content: "";
}

.fa-disease:before {
	content: "";
}

.fa-divide:before {
	content: "";
}

.fa-dizzy:before {
	content: "";
}

.fa-dna:before {
	content: "";
}

.fa-dochub:before {
	content: "";
}

.fa-docker:before {
	content: "";
}

.fa-dog:before {
	content: "";
}

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

.fa-dolly:before {
	content: "";
}

.fa-dolly-flatbed:before {
	content: "";
}

.fa-donate:before {
	content: "";
}

.fa-door-closed:before {
	content: "";
}

.fa-door-open:before {
	content: "";
}

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

.fa-dove:before {
	content: "";
}

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

.fa-draft2digital:before {
	content: "";
}

.fa-drafting-compass:before {
	content: "";
}

.fa-dragon:before {
	content: "";
}

.fa-draw-polygon:before {
	content: "";
}

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

.fa-dribbble-square:before {
	content: "";
}

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

.fa-drum:before {
	content: "";
}

.fa-drum-steelpan:before {
	content: "";
}

.fa-drumstick-bite:before {
	content: "";
}

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

.fa-dumbbell:before {
	content: "";
}

.fa-dumpster:before {
	content: "";
}

.fa-dumpster-fire:before {
	content: "";
}

.fa-dungeon:before {
	content: "";
}

.fa-dyalog:before {
	content: "";
}

.fa-earlybirds:before {
	content: "";
}

.fa-ebay:before {
	content: "";
}

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

.fa-edge-legacy:before {
	content: "";
}

.fa-edit:before {
	content: "";
}

.fa-egg:before {
	content: "";
}

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

.fa-elementor:before {
	content: "";
}

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

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

.fa-ello:before {
	content: "";
}

.fa-ember:before {
	content: "";
}

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

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

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

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

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

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

.fa-equals:before {
	content: "";
}

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

.fa-erlang:before {
	content: "";
}

.fa-ethereum:before {
	content: "";
}

.fa-ethernet:before {
	content: "";
}

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

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

.fa-evernote:before {
	content: "";
}

.fa-exchange-alt:before {
	content: "";
}

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

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

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

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

.fa-expand-alt:before {
	content: "";
}

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

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

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

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

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

.fa-eye-dropper:before {
	content: "";
}

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

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

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

.fa-facebook-messenger:before {
	content: "";
}

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

.fa-fan:before {
	content: "";
}

.fa-fantasy-flight-games:before {
	content: "";
}

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

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

.fa-faucet:before {
	content: "";
}

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

.fa-feather:before {
	content: "";
}

.fa-feather-alt:before {
	content: "";
}

.fa-fedex:before {
	content: "";
}

.fa-fedora:before {
	content: "";
}

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

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

.fa-figma:before {
	content: "";
}

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

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

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

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

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

.fa-file-contract:before {
	content: "";
}

.fa-file-csv:before {
	content: "";
}

.fa-file-download:before {
	content: "";
}

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

.fa-file-export:before {
	content: "";
}

.fa-file-image:before {
	content: "";
}

.fa-file-import:before {
	content: "";
}

.fa-file-invoice:before {
	content: "";
}

.fa-file-invoice-dollar:before {
	content: "";
}

.fa-file-medical:before {
	content: "";
}

.fa-file-medical-alt:before {
	content: "";
}

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

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

.fa-file-prescription:before {
	content: "";
}

.fa-file-signature:before {
	content: "";
}

.fa-file-upload:before {
	content: "";
}

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

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

.fa-fill:before {
	content: "";
}

.fa-fill-drip:before {
	content: "";
}

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

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

.fa-fingerprint:before {
	content: "";
}

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

.fa-fire-alt:before {
	content: "";
}

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

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

.fa-firefox-browser:before {
	content: "";
}

.fa-first-aid:before {
	content: "";
}

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

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

.fa-firstdraft:before {
	content: "";
}

.fa-fish:before {
	content: "";
}

.fa-fist-raised:before {
	content: "";
}

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

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

.fa-flag-usa:before {
	content: "";
}

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

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

.fa-flipboard:before {
	content: "";
}

.fa-flushed:before {
	content: "";
}

.fa-fly:before {
	content: "";
}

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

.fa-folder-minus:before {
	content: "";
}

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

.fa-folder-plus:before {
	content: "";
}

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

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

.fa-font-awesome-alt:before {
	content: "";
}

.fa-font-awesome-flag:before {
	content: "";
}

.fa-font-awesome-logo-full:before {
	content: "";
}

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

.fa-fonticons-fi:before {
	content: "";
}

.fa-football-ball:before {
	content: "";
}

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

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

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

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

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

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

.fa-freebsd:before {
	content: "";
}

.fa-frog:before {
	content: "";
}

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

.fa-frown-open:before {
	content: "";
}

.fa-fulcrum:before {
	content: "";
}

.fa-funnel-dollar:before {
	content: "";
}

.fa-futbol:before {
	content: "";
}

.fa-galactic-republic:before {
	content: "";
}

.fa-galactic-senate:before {
	content: "";
}

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

.fa-gas-pump:before {
	content: "";
}

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

.fa-gem:before {
	content: "";
}

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

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

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

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

.fa-ghost:before {
	content: "";
}

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

.fa-gifts:before {
	content: "";
}

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

.fa-git-alt:before {
	content: "";
}

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

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

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

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

.fa-gitkraken:before {
	content: "";
}

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

.fa-gitter:before {
	content: "";
}

.fa-glass-cheers:before {
	content: "";
}

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

.fa-glass-martini-alt:before {
	content: "";
}

.fa-glass-whiskey:before {
	content: "";
}

.fa-glasses:before {
	content: "";
}

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

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

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

.fa-globe-africa:before {
	content: "";
}

.fa-globe-americas:before {
	content: "";
}

.fa-globe-asia:before {
	content: "";
}

.fa-globe-europe:before {
	content: "";
}

.fa-gofore:before {
	content: "";
}

.fa-golf-ball:before {
	content: "";
}

.fa-goodreads:before {
	content: "";
}

.fa-goodreads-g:before {
	content: "";
}

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

.fa-google-drive:before {
	content: "";
}

.fa-google-pay:before {
	content: "";
}

.fa-google-play:before {
	content: "";
}

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

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

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

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

.fa-gopuram:before {
	content: "";
}

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

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

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

.fa-greater-than:before {
	content: "";
}

.fa-greater-than-equal:before {
	content: "";
}

.fa-grimace:before {
	content: "";
}

.fa-grin:before {
	content: "";
}

.fa-grin-alt:before {
	content: "";
}

.fa-grin-beam:before {
	content: "";
}

.fa-grin-beam-sweat:before {
	content: "";
}

.fa-grin-hearts:before {
	content: "";
}

.fa-grin-squint:before {
	content: "";
}

.fa-grin-squint-tears:before {
	content: "";
}

.fa-grin-stars:before {
	content: "";
}

.fa-grin-tears:before {
	content: "";
}

.fa-grin-tongue:before {
	content: "";
}

.fa-grin-tongue-squint:before {
	content: "";
}

.fa-grin-tongue-wink:before {
	content: "";
}

.fa-grin-wink:before {
	content: "";
}

.fa-grip-horizontal:before {
	content: "";
}

.fa-grip-lines:before {
	content: "";
}

.fa-grip-lines-vertical:before {
	content: "";
}

.fa-grip-vertical:before {
	content: "";
}

.fa-gripfire:before {
	content: "";
}

.fa-grunt:before {
	content: "";
}

.fa-guilded:before {
	content: "";
}

.fa-guitar:before {
	content: "";
}

.fa-gulp:before {
	content: "";
}

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

.fa-hacker-news:before {
	content: "";
}

.fa-hacker-news-square:before {
	content: "";
}

.fa-hackerrank:before {
	content: "";
}

.fa-hamburger:before {
	content: "";
}

.fa-hammer:before {
	content: "";
}

.fa-hamsa:before {
	content: "";
}

.fa-hand-holding:before {
	content: "";
}

.fa-hand-holding-heart:before {
	content: "";
}

.fa-hand-holding-medical:before {
	content: "";
}

.fa-hand-holding-usd:before {
	content: "";
}

.fa-hand-holding-water:before {
	content: "";
}

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

.fa-hand-middle-finger:before {
	content: "";
}

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

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

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

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

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

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

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

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

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

.fa-hand-sparkles:before {
	content: "";
}

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

.fa-hands:before {
	content: "";
}

.fa-hands-helping:before {
	content: "";
}

.fa-hands-wash:before {
	content: "";
}

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

.fa-handshake-alt-slash:before {
	content: "";
}

.fa-handshake-slash:before {
	content: "";
}

.fa-hanukiah:before {
	content: "";
}

.fa-hard-hat:before {
	content: "";
}

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

.fa-hat-cowboy:before {
	content: "";
}

.fa-hat-cowboy-side:before {
	content: "";
}

.fa-hat-wizard:before {
	content: "";
}

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

.fa-head-side-cough:before {
	content: "";
}

.fa-head-side-cough-slash:before {
	content: "";
}

.fa-head-side-mask:before {
	content: "";
}

.fa-head-side-virus:before {
	content: "";
}

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

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

.fa-headphones-alt:before {
	content: "";
}

.fa-headset:before {
	content: "";
}

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

.fa-heart-broken:before {
	content: "";
}

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

.fa-helicopter:before {
	content: "";
}

.fa-highlighter:before {
	content: "";
}

.fa-hiking:before {
	content: "";
}

.fa-hippo:before {
	content: "";
}

.fa-hips:before {
	content: "";
}

.fa-hire-a-helper:before {
	content: "";
}

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

.fa-hive:before {
	content: "";
}

.fa-hockey-puck:before {
	content: "";
}

.fa-holly-berry:before {
	content: "";
}

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

.fa-hooli:before {
	content: "";
}

.fa-hornbill:before {
	content: "";
}

.fa-horse:before {
	content: "";
}

.fa-horse-head:before {
	content: "";
}

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

.fa-hospital-alt:before {
	content: "";
}

.fa-hospital-symbol:before {
	content: "";
}

.fa-hospital-user:before {
	content: "";
}

.fa-hot-tub:before {
	content: "";
}

.fa-hotdog:before {
	content: "";
}

.fa-hotel:before {
	content: "";
}

.fa-hotjar:before {
	content: "";
}

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

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

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

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

.fa-house-damage:before {
	content: "";
}

.fa-house-user:before {
	content: "";
}

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

.fa-hryvnia:before {
	content: "";
}

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

.fa-hubspot:before {
	content: "";
}

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

.fa-ice-cream:before {
	content: "";
}

.fa-icicles:before {
	content: "";
}

.fa-icons:before {
	content: "";
}

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

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

.fa-id-card-alt:before {
	content: "";
}

.fa-ideal:before {
	content: "";
}

.fa-igloo:before {
	content: "";
}

.fa-image:before {
	content: "";
}

.fa-images:before {
	content: "";
}

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

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

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

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

.fa-infinity:before {
	content: "";
}

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

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

.fa-innosoft:before {
	content: "";
}

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

.fa-instagram-square:before {
	content: "";
}

.fa-instalod:before {
	content: "";
}

.fa-intercom:before {
	content: "";
}

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

.fa-invision:before {
	content: "";
}

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

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

.fa-itch-io:before {
	content: "";
}

.fa-itunes:before {
	content: "";
}

.fa-itunes-note:before {
	content: "";
}

.fa-java:before {
	content: "";
}

.fa-jedi:before {
	content: "";
}

.fa-jedi-order:before {
	content: "";
}

.fa-jenkins:before {
	content: "";
}

.fa-jira:before {
	content: "";
}

.fa-joget:before {
	content: "";
}

.fa-joint:before {
	content: "";
}

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

.fa-journal-whills:before {
	content: "";
}

.fa-js:before {
	content: "";
}

.fa-js-square:before {
	content: "";
}

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

.fa-kaaba:before {
	content: "";
}

.fa-kaggle:before {
	content: "";
}

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

.fa-keybase:before {
	content: "";
}

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

.fa-keycdn:before {
	content: "";
}

.fa-khanda:before {
	content: "";
}

.fa-kickstarter:before {
	content: "";
}

.fa-kickstarter-k:before {
	content: "";
}

.fa-kiss:before {
	content: "";
}

.fa-kiss-beam:before {
	content: "";
}

.fa-kiss-wink-heart:before {
	content: "";
}

.fa-kiwi-bird:before {
	content: "";
}

.fa-korvue:before {
	content: "";
}

.fa-landmark:before {
	content: "";
}

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

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

.fa-laptop-code:before {
	content: "";
}

.fa-laptop-house:before {
	content: "";
}

.fa-laptop-medical:before {
	content: "";
}

.fa-laravel:before {
	content: "";
}

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

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

.fa-laugh:before {
	content: "";
}

.fa-laugh-beam:before {
	content: "";
}

.fa-laugh-squint:before {
	content: "";
}

.fa-laugh-wink:before {
	content: "";
}

.fa-layer-group:before {
	content: "";
}

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

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

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

.fa-less:before {
	content: "";
}

.fa-less-than:before {
	content: "";
}

.fa-less-than-equal:before {
	content: "";
}

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

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

.fa-life-ring:before {
	content: "";
}

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

.fa-line:before {
	content: "";
}

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

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

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

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

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

.fa-lira-sign:before {
	content: "";
}

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

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

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

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

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

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

.fa-lock-open:before {
	content: "";
}

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

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

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

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

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

.fa-luggage-cart:before {
	content: "";
}

.fa-lungs:before {
	content: "";
}

.fa-lungs-virus:before {
	content: "";
}

.fa-lyft:before {
	content: "";
}

.fa-magento:before {
	content: "";
}

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

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

.fa-mail-bulk:before {
	content: "";
}

.fa-mailchimp:before {
	content: "";
}

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

.fa-mandalorian:before {
	content: "";
}

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

.fa-map-marked:before {
	content: "";
}

.fa-map-marked-alt:before {
	content: "";
}

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

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

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

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

.fa-markdown:before {
	content: "";
}

.fa-marker:before {
	content: "";
}

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

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

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

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

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

.fa-mask:before {
	content: "";
}

.fa-mastodon:before {
	content: "";
}

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

.fa-mdb:before {
	content: "";
}

.fa-medal:before {
	content: "";
}

.fa-medapps:before {
	content: "";
}

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

.fa-medium-m:before {
	content: "";
}

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

.fa-medrt:before {
	content: "";
}

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

.fa-megaport:before {
	content: "";
}

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

.fa-meh-blank:before {
	content: "";
}

.fa-meh-rolling-eyes:before {
	content: "";
}

.fa-memory:before {
	content: "";
}

.fa-mendeley:before {
	content: "";
}

.fa-menorah:before {
	content: "";
}

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

.fa-meteor:before {
	content: "";
}

.fa-microblog:before {
	content: "";
}

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

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

.fa-microphone-alt:before {
	content: "";
}

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

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

.fa-microscope:before {
	content: "";
}

.fa-microsoft:before {
	content: "";
}

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

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

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

.fa-mitten:before {
	content: "";
}

.fa-mix:before {
	content: "";
}

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

.fa-mixer:before {
	content: "";
}

.fa-mizuni:before {
	content: "";
}

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

.fa-mobile-alt:before {
	content: "";
}

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

.fa-monero:before {
	content: "";
}

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

.fa-money-bill-alt:before {
	content: "";
}

.fa-money-bill-wave:before {
	content: "";
}

.fa-money-bill-wave-alt:before {
	content: "";
}

.fa-money-check:before {
	content: "";
}

.fa-money-check-alt:before {
	content: "";
}

.fa-monument:before {
	content: "";
}

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

.fa-mortar-pestle:before {
	content: "";
}

.fa-mosque:before {
	content: "";
}

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

.fa-mountain:before {
	content: "";
}

.fa-mouse:before {
	content: "";
}

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

.fa-mug-hot:before {
	content: "";
}

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

.fa-napster:before {
	content: "";
}

.fa-neos:before {
	content: "";
}

.fa-network-wired:before {
	content: "";
}

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

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

.fa-nimblr:before {
	content: "";
}

.fa-node:before {
	content: "";
}

.fa-node-js:before {
	content: "";
}

.fa-not-equal:before {
	content: "";
}

.fa-notes-medical:before {
	content: "";
}

.fa-npm:before {
	content: "";
}

.fa-ns8:before {
	content: "";
}

.fa-nutritionix:before {
	content: "";
}

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

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

.fa-octopus-deploy:before {
	content: "";
}

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

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

.fa-oil-can:before {
	content: "";
}

.fa-old-republic:before {
	content: "";
}

.fa-om:before {
	content: "";
}

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

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

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

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

.fa-orcid:before {
	content: "";
}

.fa-osi:before {
	content: "";
}

.fa-otter:before {
	content: "";
}

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

.fa-page4:before {
	content: "";
}

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

.fa-pager:before {
	content: "";
}

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

.fa-paint-roller:before {
	content: "";
}

.fa-palette:before {
	content: "";
}

.fa-palfed:before {
	content: "";
}

.fa-pallet:before {
	content: "";
}

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

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

.fa-parachute-box:before {
	content: "";
}

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

.fa-parking:before {
	content: "";
}

.fa-passport:before {
	content: "";
}

.fa-pastafarianism:before {
	content: "";
}

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

.fa-patreon:before {
	content: "";
}

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

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

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

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

.fa-peace:before {
	content: "";
}

.fa-pen:before {
	content: "";
}

.fa-pen-alt:before {
	content: "";
}

.fa-pen-fancy:before {
	content: "";
}

.fa-pen-nib:before {
	content: "";
}

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

.fa-pencil-alt:before {
	content: "";
}

.fa-pencil-ruler:before {
	content: "";
}

.fa-penny-arcade:before {
	content: "";
}

.fa-people-arrows:before {
	content: "";
}

.fa-people-carry:before {
	content: "";
}

.fa-pepper-hot:before {
	content: "";
}

.fa-perbyte:before {
	content: "";
}

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

.fa-percentage:before {
	content: "";
}

.fa-periscope:before {
	content: "";
}

.fa-person-booth:before {
	content: "";
}

.fa-phabricator:before {
	content: "";
}

.fa-phoenix-framework:before {
	content: "";
}

.fa-phoenix-squadron:before {
	content: "";
}

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

.fa-phone-alt:before {
	content: "";
}

.fa-phone-slash:before {
	content: "";
}

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

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

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

.fa-photo-video:before {
	content: "";
}

.fa-php:before {
	content: "";
}

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

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

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

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

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

.fa-piggy-bank:before {
	content: "";
}

.fa-pills:before {
	content: "";
}

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

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

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

.fa-pizza-slice:before {
	content: "";
}

.fa-place-of-worship:before {
	content: "";
}

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

.fa-plane-arrival:before {
	content: "";
}

.fa-plane-departure:before {
	content: "";
}

.fa-plane-slash:before {
	content: "";
}

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

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

.fa-playstation:before {
	content: "";
}

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

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

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

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

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

.fa-poll:before {
	content: "";
}

.fa-poll-h:before {
	content: "";
}

.fa-poo:before {
	content: "";
}

.fa-poo-storm:before {
	content: "";
}

.fa-poop:before {
	content: "";
}

.fa-portrait:before {
	content: "";
}

.fa-pound-sign:before {
	content: "";
}

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

.fa-pray:before {
	content: "";
}

.fa-praying-hands:before {
	content: "";
}

.fa-prescription:before {
	content: "";
}

.fa-prescription-bottle:before {
	content: "";
}

.fa-prescription-bottle-alt:before {
	content: "";
}

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

.fa-procedures:before {
	content: "";
}

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

.fa-project-diagram:before {
	content: "";
}

.fa-pump-medical:before {
	content: "";
}

.fa-pump-soap:before {
	content: "";
}

.fa-pushed:before {
	content: "";
}

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

.fa-python:before {
	content: "";
}

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

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

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

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

.fa-quidditch:before {
	content: "";
}

.fa-quinscape:before {
	content: "";
}

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

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

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

.fa-quran:before {
	content: "";
}

.fa-r-project:before {
	content: "";
}

.fa-radiation:before {
	content: "";
}

.fa-radiation-alt:before {
	content: "";
}

.fa-rainbow:before {
	content: "";
}

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

.fa-raspberry-pi:before {
	content: "";
}

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

.fa-react:before {
	content: "";
}

.fa-reacteurope:before {
	content: "";
}

.fa-readme:before {
	content: "";
}

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

.fa-receipt:before {
	content: "";
}

.fa-record-vinyl:before {
	content: "";
}

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

.fa-red-river:before {
	content: "";
}

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

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

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

.fa-redhat:before {
	content: "";
}

.fa-redo:before {
	content: "";
}

.fa-redo-alt:before {
	content: "";
}

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

.fa-remove-format:before {
	content: "";
}

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

.fa-reply:before {
	content: "";
}

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

.fa-replyd:before {
	content: "";
}

.fa-republican:before {
	content: "";
}

.fa-researchgate:before {
	content: "";
}

.fa-resolving:before {
	content: "";
}

.fa-restroom:before {
	content: "";
}

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

.fa-rev:before {
	content: "";
}

.fa-ribbon:before {
	content: "";
}

.fa-ring:before {
	content: "";
}

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

.fa-robot:before {
	content: "";
}

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

.fa-rocketchat:before {
	content: "";
}

.fa-rockrms:before {
	content: "";
}

.fa-route:before {
	content: "";
}

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

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

.fa-ruble-sign:before {
	content: "";
}

.fa-ruler:before {
	content: "";
}

.fa-ruler-combined:before {
	content: "";
}

.fa-ruler-horizontal:before {
	content: "";
}

.fa-ruler-vertical:before {
	content: "";
}

.fa-running:before {
	content: "";
}

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

.fa-rust:before {
	content: "";
}

.fa-sad-cry:before {
	content: "";
}

.fa-sad-tear:before {
	content: "";
}

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

.fa-salesforce:before {
	content: "";
}

.fa-sass:before {
	content: "";
}

.fa-satellite:before {
	content: "";
}

.fa-satellite-dish:before {
	content: "";
}

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

.fa-schlix:before {
	content: "";
}

.fa-school:before {
	content: "";
}

.fa-screwdriver:before {
	content: "";
}

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

.fa-scroll:before {
	content: "";
}

.fa-sd-card:before {
	content: "";
}

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

.fa-search-dollar:before {
	content: "";
}

.fa-search-location:before {
	content: "";
}

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

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

.fa-searchengin:before {
	content: "";
}

.fa-seedling:before {
	content: "";
}

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

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

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

.fa-servicestack:before {
	content: "";
}

.fa-shapes:before {
	content: "";
}

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

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

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

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

.fa-shekel-sign:before {
	content: "";
}

.fa-shield-alt:before {
	content: "";
}

.fa-shield-virus:before {
	content: "";
}

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

.fa-shipping-fast:before {
	content: "";
}

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

.fa-shoe-prints:before {
	content: "";
}

.fa-shopify:before {
	content: "";
}

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

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

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

.fa-shopware:before {
	content: "";
}

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

.fa-shuttle-van:before {
	content: "";
}

.fa-sign:before {
	content: "";
}

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

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

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

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

.fa-signature:before {
	content: "";
}

.fa-sim-card:before {
	content: "";
}

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

.fa-sink:before {
	content: "";
}

.fa-sistrix:before {
	content: "";
}

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

.fa-sith:before {
	content: "";
}

.fa-skating:before {
	content: "";
}

.fa-sketch:before {
	content: "";
}

.fa-skiing:before {
	content: "";
}

.fa-skiing-nordic:before {
	content: "";
}

.fa-skull:before {
	content: "";
}

.fa-skull-crossbones:before {
	content: "";
}

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

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

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

.fa-slack-hash:before {
	content: "";
}

.fa-slash:before {
	content: "";
}

.fa-sleigh:before {
	content: "";
}

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

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

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

.fa-smile-beam:before {
	content: "";
}

.fa-smile-wink:before {
	content: "";
}

.fa-smog:before {
	content: "";
}

.fa-smoking:before {
	content: "";
}

.fa-smoking-ban:before {
	content: "";
}

.fa-sms:before {
	content: "";
}

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

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

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

.fa-snowboarding:before {
	content: "";
}

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

.fa-snowman:before {
	content: "";
}

.fa-snowplow:before {
	content: "";
}

.fa-soap:before {
	content: "";
}

.fa-socks:before {
	content: "";
}

.fa-solar-panel:before {
	content: "";
}

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

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

.fa-sort-alpha-down-alt:before {
	content: "";
}

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

.fa-sort-alpha-up-alt:before {
	content: "";
}

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

.fa-sort-amount-down-alt:before {
	content: "";
}

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

.fa-sort-amount-up-alt:before {
	content: "";
}

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

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

.fa-sort-numeric-down-alt:before {
	content: "";
}

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

.fa-sort-numeric-up-alt:before {
	content: "";
}

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

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

.fa-sourcetree:before {
	content: "";
}

.fa-spa:before {
	content: "";
}

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

.fa-speakap:before {
	content: "";
}

.fa-speaker-deck:before {
	content: "";
}

.fa-spell-check:before {
	content: "";
}

.fa-spider:before {
	content: "";
}

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

.fa-splotch:before {
	content: "";
}

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

.fa-spray-can:before {
	content: "";
}

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

.fa-square-full:before {
	content: "";
}

.fa-square-root-alt:before {
	content: "";
}

.fa-squarespace:before {
	content: "";
}

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

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

.fa-stackpath:before {
	content: "";
}

.fa-stamp:before {
	content: "";
}

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

.fa-star-and-crescent:before {
	content: "";
}

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

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

.fa-star-of-david:before {
	content: "";
}

.fa-star-of-life:before {
	content: "";
}

.fa-staylinked:before {
	content: "";
}

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

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

.fa-steam-symbol:before {
	content: "";
}

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

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

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

.fa-sticker-mule:before {
	content: "";
}

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

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

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

.fa-stopwatch:before {
	content: "";
}

.fa-stopwatch-20:before {
	content: "";
}

.fa-store:before {
	content: "";
}

.fa-store-alt:before {
	content: "";
}

.fa-store-alt-slash:before {
	content: "";
}

.fa-store-slash:before {
	content: "";
}

.fa-strava:before {
	content: "";
}

.fa-stream:before {
	content: "";
}

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

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

.fa-stripe:before {
	content: "";
}

.fa-stripe-s:before {
	content: "";
}

.fa-stroopwafel:before {
	content: "";
}

.fa-studiovinari:before {
	content: "";
}

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

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

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

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

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

.fa-suitcase-rolling:before {
	content: "";
}

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

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

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

.fa-supple:before {
	content: "";
}

.fa-surprise:before {
	content: "";
}

.fa-suse:before {
	content: "";
}

.fa-swatchbook:before {
	content: "";
}

.fa-swift:before {
	content: "";
}

.fa-swimmer:before {
	content: "";
}

.fa-swimming-pool:before {
	content: "";
}

.fa-symfony:before {
	content: "";
}

.fa-synagogue:before {
	content: "";
}

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

.fa-sync-alt:before {
	content: "";
}

.fa-syringe:before {
	content: "";
}

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

.fa-table-tennis:before {
	content: "";
}

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

.fa-tablet-alt:before {
	content: "";
}

.fa-tablets:before {
	content: "";
}

.fa-tachometer-alt:before {
	content: "";
}

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

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

.fa-tape:before {
	content: "";
}

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

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

.fa-teamspeak:before {
	content: "";
}

.fa-teeth:before {
	content: "";
}

.fa-teeth-open:before {
	content: "";
}

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

.fa-telegram-plane:before {
	content: "";
}

.fa-temperature-high:before {
	content: "";
}

.fa-temperature-low:before {
	content: "";
}

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

.fa-tenge:before {
	content: "";
}

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

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

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

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

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

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

.fa-the-red-yeti:before {
	content: "";
}

.fa-theater-masks:before {
	content: "";
}

.fa-themeco:before {
	content: "";
}

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

.fa-thermometer:before {
	content: "";
}

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

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

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

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

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

.fa-think-peaks:before {
	content: "";
}

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

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

.fa-thumbtack:before {
	content: "";
}

.fa-ticket-alt:before {
	content: "";
}

.fa-tiktok:before {
	content: "";
}

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

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

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

.fa-tint-slash:before {
	content: "";
}

.fa-tired:before {
	content: "";
}

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

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

.fa-toilet:before {
	content: "";
}

.fa-toilet-paper:before {
	content: "";
}

.fa-toilet-paper-slash:before {
	content: "";
}

.fa-toolbox:before {
	content: "";
}

.fa-tools:before {
	content: "";
}

.fa-tooth:before {
	content: "";
}

.fa-torah:before {
	content: "";
}

.fa-torii-gate:before {
	content: "";
}

.fa-tractor:before {
	content: "";
}

.fa-trade-federation:before {
	content: "";
}

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

.fa-traffic-light:before {
	content: "";
}

.fa-trailer:before {
	content: "";
}

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

.fa-tram:before {
	content: "";
}

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

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

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

.fa-trash-alt:before {
	content: "";
}

.fa-trash-restore:before {
	content: "";
}

.fa-trash-restore-alt:before {
	content: "";
}

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

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

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

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

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

.fa-truck-loading:before {
	content: "";
}

.fa-truck-monster:before {
	content: "";
}

.fa-truck-moving:before {
	content: "";
}

.fa-truck-pickup:before {
	content: "";
}

.fa-tshirt:before {
	content: "";
}

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

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

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

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

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

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

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

.fa-typo3:before {
	content: "";
}

.fa-uber:before {
	content: "";
}

.fa-ubuntu:before {
	content: "";
}

.fa-uikit:before {
	content: "";
}

.fa-umbraco:before {
	content: "";
}

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

.fa-umbrella-beach:before {
	content: "";
}

.fa-uncharted:before {
	content: "";
}

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

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

.fa-undo-alt:before {
	content: "";
}

.fa-uniregistry:before {
	content: "";
}

.fa-unity:before {
	content: "";
}

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

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

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

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

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

.fa-unsplash:before {
	content: "";
}

.fa-untappd:before {
	content: "";
}

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

.fa-ups:before {
	content: "";
}

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

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

.fa-user-alt:before {
	content: "";
}

.fa-user-alt-slash:before {
	content: "";
}

.fa-user-astronaut:before {
	content: "";
}

.fa-user-check:before {
	content: "";
}

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

.fa-user-clock:before {
	content: "";
}

.fa-user-cog:before {
	content: "";
}

.fa-user-edit:before {
	content: "";
}

.fa-user-friends:before {
	content: "";
}

.fa-user-graduate:before {
	content: "";
}

.fa-user-injured:before {
	content: "";
}

.fa-user-lock:before {
	content: "";
}

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

.fa-user-minus:before {
	content: "";
}

.fa-user-ninja:before {
	content: "";
}

.fa-user-nurse:before {
	content: "";
}

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

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

.fa-user-shield:before {
	content: "";
}

.fa-user-slash:before {
	content: "";
}

.fa-user-tag:before {
	content: "";
}

.fa-user-tie:before {
	content: "";
}

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

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

.fa-users-cog:before {
	content: "";
}

.fa-users-slash:before {
	content: "";
}

.fa-usps:before {
	content: "";
}

.fa-ussunnah:before {
	content: "";
}

.fa-utensil-spoon:before {
	content: "";
}

.fa-utensils:before {
	content: "";
}

.fa-vaadin:before {
	content: "";
}

.fa-vector-square:before {
	content: "";
}

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

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

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

.fa-vest:before {
	content: "";
}

.fa-vest-patches:before {
	content: "";
}

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

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

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

.fa-vial:before {
	content: "";
}

.fa-vials:before {
	content: "";
}

.fa-viber:before {
	content: "";
}

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

.fa-video-slash:before {
	content: "";
}

.fa-vihara:before {
	content: "";
}

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

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

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

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

.fa-virus:before {
	content: "";
}

.fa-virus-slash:before {
	content: "";
}

.fa-viruses:before {
	content: "";
}

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

.fa-vnv:before {
	content: "";
}

.fa-voicemail:before {
	content: "";
}

.fa-volleyball-ball:before {
	content: "";
}

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

.fa-volume-mute:before {
	content: "";
}

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

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

.fa-vote-yea:before {
	content: "";
}

.fa-vr-cardboard:before {
	content: "";
}

.fa-vuejs:before {
	content: "";
}

.fa-walking:before {
	content: "";
}

.fa-wallet:before {
	content: "";
}

.fa-warehouse:before {
	content: "";
}

.fa-watchman-monitoring:before {
	content: "";
}

.fa-water:before {
	content: "";
}

.fa-wave-square:before {
	content: "";
}

.fa-waze:before {
	content: "";
}

.fa-weebly:before {
	content: "";
}

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

.fa-weight:before {
	content: "";
}

.fa-weight-hanging:before {
	content: "";
}

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

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

.fa-whatsapp-square:before {
	content: "";
}

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

.fa-whmcs:before {
	content: "";
}

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

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

.fa-wind:before {
	content: "";
}

.fa-window-close:before {
	content: "";
}

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

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

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

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

.fa-wine-bottle:before {
	content: "";
}

.fa-wine-glass:before {
	content: "";
}

.fa-wine-glass-alt:before {
	content: "";
}

.fa-wix:before {
	content: "";
}

.fa-wizards-of-the-coast:before {
	content: "";
}

.fa-wodu:before {
	content: "";
}

.fa-wolf-pack-battalion:before {
	content: "";
}

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

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

.fa-wordpress-simple:before {
	content: "";
}

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

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

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

.fa-wpressr:before {
	content: "";
}

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

.fa-x-ray:before {
	content: "";
}

.fa-xbox:before {
	content: "";
}

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

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

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

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

.fa-yammer:before {
	content: "";
}

.fa-yandex:before {
	content: "";
}

.fa-yandex-international:before {
	content: "";
}

.fa-yarn:before {
	content: "";
}

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

.fa-yen-sign:before {
	content: "";
}

.fa-yin-yang:before {
	content: "";
}

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

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

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

.fa-zhihu:before {
	content: "";
}

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

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

.fab {
	font-family: "Font Awesome 5 Brands";
}

.fab, .far {
	font-weight: 400;
}

.fa, .far, .fas {
	font-family: "Font Awesome 5 Free";
}

.fa, .fas {
	font-weight: 900;
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-container-3d {
	perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory;
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	text-transform: none;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #fff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000;
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white {
	--swiper-pagination-color: #fff;
}

.swiper-pagination-black {
	--swiper-pagination-color: #000;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1);
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	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-magnifying-glass:before {
	content: "";
}

.icon-right-arrow:before {
	content: "";
}

.icon-right-arrow1:before {
	content: "";
}

.icon-up-arrow:before {
	content: "";
}

.icon-down-arrow:before {
	content: "";
}

.icon-cashback:before {
	content: "";
}

.icon-insurance:before {
	content: "";
}

.icon-house:before {
	content: "";
}

.icon-family:before {
	content: "";
}

.icon-drive:before {
	content: "";
}

.icon-home:before {
	content: "";
}

.icon-heart-beat:before {
	content: "";
}

.icon-fire:before {
	content: "";
}

.icon-briefcase:before {
	content: "";
}

.icon-ring:before {
	content: "";
}

.icon-plane:before {
	content: "";
}

.icon-easy-to-use:before {
	content: "";
}

.icon-policy:before {
	content: "";
}

.icon-contract:before {
	content: "";
}

.icon-fund:before {
	content: "";
}

.icon-group:before {
	content: "";
}

.icon-insurance-1:before {
	content: "";
}

.icon-success:before {
	content: "";
}

.icon-life-insurance:before {
	content: "";
}

.icon-folder:before {
	content: "";
}

.icon-telephone:before {
	content: "";
}

.icon-email:before {
	content: "";
}

.icon-telephone-call:before {
	content: "";
}

.icon-pin:before {
	content: "";
}

.icon-cash-flow:before {
	content: "";
}

.icon-profits:before {
	content: "";
}

.icon-insurance-2:before {
	content: "";
}

.icon-select:before {
	content: "";
}

.icon-meeting:before {
	content: "";
}

.icon-agreement:before {
	content: "";
}

.icon-insurance-agent:before {
	content: "";
}

.icon-tick:before {
	content: "";
}

.icon-money-back:before {
	content: "";
}

.icon-employees:before {
	content: "";
}

.icon-mission:before {
	content: "";
}

.icon-computer:before {
	content: "";
}

.icon-chat:before {
	content: "";
}

.icon-file:before {
	content: "";
}

.icon-plus:before {
	content: "";
}

.icon-shield:before {
	content: "";
}

[class^="insur-two-icon-"], [class*=" insur-two-icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "insur-two-icon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.insur-two-icon-shopping-cart:before {
	content: "";
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

.owl-height {
	transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.html") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon.nitro-lazy {
	background-image: none !important;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
	margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}

.bi::before, [class*=" bi-"]::before, [class^=bi-]::before {
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: 400 !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bi-123::before {
	content: "";
}

.bi-alarm-fill::before {
	content: "";
}

.bi-alarm::before {
	content: "";
}

.bi-align-bottom::before {
	content: "";
}

.bi-align-center::before {
	content: "";
}

.bi-align-end::before {
	content: "";
}

.bi-align-middle::before {
	content: "";
}

.bi-align-start::before {
	content: "";
}

.bi-align-top::before {
	content: "";
}

.bi-alt::before {
	content: "";
}

.bi-app-indicator::before {
	content: "";
}

.bi-app::before {
	content: "";
}

.bi-archive-fill::before {
	content: "";
}

.bi-archive::before {
	content: "";
}

.bi-arrow-90deg-down::before {
	content: "";
}

.bi-arrow-90deg-left::before {
	content: "";
}

.bi-arrow-90deg-right::before {
	content: "";
}

.bi-arrow-90deg-up::before {
	content: "";
}

.bi-arrow-bar-down::before {
	content: "";
}

.bi-arrow-bar-left::before {
	content: "";
}

.bi-arrow-bar-right::before {
	content: "";
}

.bi-arrow-bar-up::before {
	content: "";
}

.bi-arrow-clockwise::before {
	content: "";
}

.bi-arrow-counterclockwise::before {
	content: "";
}

.bi-arrow-down-circle-fill::before {
	content: "";
}

.bi-arrow-down-circle::before {
	content: "";
}

.bi-arrow-down-left-circle-fill::before {
	content: "";
}

.bi-arrow-down-left-circle::before {
	content: "";
}

.bi-arrow-down-left-square-fill::before {
	content: "";
}

.bi-arrow-down-left-square::before {
	content: "";
}

.bi-arrow-down-left::before {
	content: "";
}

.bi-arrow-down-right-circle-fill::before {
	content: "";
}

.bi-arrow-down-right-circle::before {
	content: "";
}

.bi-arrow-down-right-square-fill::before {
	content: "";
}

.bi-arrow-down-right-square::before {
	content: "";
}

.bi-arrow-down-right::before {
	content: "";
}

.bi-arrow-down-short::before {
	content: "";
}

.bi-arrow-down-square-fill::before {
	content: "";
}

.bi-arrow-down-square::before {
	content: "";
}

.bi-arrow-down-up::before {
	content: "";
}

.bi-arrow-down::before {
	content: "";
}

.bi-arrow-left-circle-fill::before {
	content: "";
}

.bi-arrow-left-circle::before {
	content: "";
}

.bi-arrow-left-right::before {
	content: "";
}

.bi-arrow-left-short::before {
	content: "";
}

.bi-arrow-left-square-fill::before {
	content: "";
}

.bi-arrow-left-square::before {
	content: "";
}

.bi-arrow-left::before {
	content: "";
}

.bi-arrow-repeat::before {
	content: "";
}

.bi-arrow-return-left::before {
	content: "";
}

.bi-arrow-return-right::before {
	content: "";
}

.bi-arrow-right-circle-fill::before {
	content: "";
}

.bi-arrow-right-circle::before {
	content: "";
}

.bi-arrow-right-short::before {
	content: "";
}

.bi-arrow-right-square-fill::before {
	content: "";
}

.bi-arrow-right-square::before {
	content: "";
}

.bi-arrow-right::before {
	content: "";
}

.bi-arrow-up-circle-fill::before {
	content: "";
}

.bi-arrow-up-circle::before {
	content: "";
}

.bi-arrow-up-left-circle-fill::before {
	content: "";
}

.bi-arrow-up-left-circle::before {
	content: "";
}

.bi-arrow-up-left-square-fill::before {
	content: "";
}

.bi-arrow-up-left-square::before {
	content: "";
}

.bi-arrow-up-left::before {
	content: "";
}

.bi-arrow-up-right-circle-fill::before {
	content: "";
}

.bi-arrow-up-right-circle::before {
	content: "";
}

.bi-arrow-up-right-square-fill::before {
	content: "";
}

.bi-arrow-up-right-square::before {
	content: "";
}

.bi-arrow-up-right::before {
	content: "";
}

.bi-arrow-up-short::before {
	content: "";
}

.bi-arrow-up-square-fill::before {
	content: "";
}

.bi-arrow-up-square::before {
	content: "";
}

.bi-arrow-up::before {
	content: "";
}

.bi-arrows-angle-contract::before {
	content: "";
}

.bi-arrows-angle-expand::before {
	content: "";
}

.bi-arrows-collapse::before {
	content: "";
}

.bi-arrows-expand::before {
	content: "";
}

.bi-arrows-fullscreen::before {
	content: "";
}

.bi-arrows-move::before {
	content: "";
}

.bi-aspect-ratio-fill::before {
	content: "";
}

.bi-aspect-ratio::before {
	content: "";
}

.bi-asterisk::before {
	content: "";
}

.bi-at::before {
	content: "";
}

.bi-award-fill::before {
	content: "";
}

.bi-award::before {
	content: "";
}

.bi-back::before {
	content: "";
}

.bi-backspace-fill::before {
	content: "";
}

.bi-backspace-reverse-fill::before {
	content: "";
}

.bi-backspace-reverse::before {
	content: "";
}

.bi-backspace::before {
	content: "";
}

.bi-badge-3d-fill::before {
	content: "";
}

.bi-badge-3d::before {
	content: "";
}

.bi-badge-4k-fill::before {
	content: "";
}

.bi-badge-4k::before {
	content: "";
}

.bi-badge-8k-fill::before {
	content: "";
}

.bi-badge-8k::before {
	content: "";
}

.bi-badge-ad-fill::before {
	content: "";
}

.bi-badge-ad::before {
	content: "";
}

.bi-badge-ar-fill::before {
	content: "";
}

.bi-badge-ar::before {
	content: "";
}

.bi-badge-cc-fill::before {
	content: "";
}

.bi-badge-cc::before {
	content: "";
}

.bi-badge-hd-fill::before {
	content: "";
}

.bi-badge-hd::before {
	content: "";
}

.bi-badge-tm-fill::before {
	content: "";
}

.bi-badge-tm::before {
	content: "";
}

.bi-badge-vo-fill::before {
	content: "";
}

.bi-badge-vo::before {
	content: "";
}

.bi-badge-vr-fill::before {
	content: "";
}

.bi-badge-vr::before {
	content: "";
}

.bi-badge-wc-fill::before {
	content: "";
}

.bi-badge-wc::before {
	content: "";
}

.bi-bag-check-fill::before {
	content: "";
}

.bi-bag-check::before {
	content: "";
}

.bi-bag-dash-fill::before {
	content: "";
}

.bi-bag-dash::before {
	content: "";
}

.bi-bag-fill::before {
	content: "";
}

.bi-bag-plus-fill::before {
	content: "";
}

.bi-bag-plus::before {
	content: "";
}

.bi-bag-x-fill::before {
	content: "";
}

.bi-bag-x::before {
	content: "";
}

.bi-bag::before {
	content: "";
}

.bi-bar-chart-fill::before {
	content: "";
}

.bi-bar-chart-line-fill::before {
	content: "";
}

.bi-bar-chart-line::before {
	content: "";
}

.bi-bar-chart-steps::before {
	content: "";
}

.bi-bar-chart::before {
	content: "";
}

.bi-basket-fill::before {
	content: "";
}

.bi-basket::before {
	content: "";
}

.bi-basket2-fill::before {
	content: "";
}

.bi-basket2::before {
	content: "";
}

.bi-basket3-fill::before {
	content: "";
}

.bi-basket3::before {
	content: "";
}

.bi-battery-charging::before {
	content: "";
}

.bi-battery-full::before {
	content: "";
}

.bi-battery-half::before {
	content: "";
}

.bi-battery::before {
	content: "";
}

.bi-bell-fill::before {
	content: "";
}

.bi-bell::before {
	content: "";
}

.bi-bezier::before {
	content: "";
}

.bi-bezier2::before {
	content: "";
}

.bi-bicycle::before {
	content: "";
}

.bi-binoculars-fill::before {
	content: "";
}

.bi-binoculars::before {
	content: "";
}

.bi-blockquote-left::before {
	content: "";
}

.bi-blockquote-right::before {
	content: "";
}

.bi-book-fill::before {
	content: "";
}

.bi-book-half::before {
	content: "";
}

.bi-book::before {
	content: "";
}

.bi-bookmark-check-fill::before {
	content: "";
}

.bi-bookmark-check::before {
	content: "";
}

.bi-bookmark-dash-fill::before {
	content: "";
}

.bi-bookmark-dash::before {
	content: "";
}

.bi-bookmark-fill::before {
	content: "";
}

.bi-bookmark-heart-fill::before {
	content: "";
}

.bi-bookmark-heart::before {
	content: "";
}

.bi-bookmark-plus-fill::before {
	content: "";
}

.bi-bookmark-plus::before {
	content: "";
}

.bi-bookmark-star-fill::before {
	content: "";
}

.bi-bookmark-star::before {
	content: "";
}

.bi-bookmark-x-fill::before {
	content: "";
}

.bi-bookmark-x::before {
	content: "";
}

.bi-bookmark::before {
	content: "";
}

.bi-bookmarks-fill::before {
	content: "";
}

.bi-bookmarks::before {
	content: "";
}

.bi-bookshelf::before {
	content: "";
}

.bi-bootstrap-fill::before {
	content: "";
}

.bi-bootstrap-reboot::before {
	content: "";
}

.bi-bootstrap::before {
	content: "";
}

.bi-border-all::before {
	content: "";
}

.bi-border-bottom::before {
	content: "";
}

.bi-border-center::before {
	content: "";
}

.bi-border-inner::before {
	content: "";
}

.bi-border-left::before {
	content: "";
}

.bi-border-middle::before {
	content: "";
}

.bi-border-outer::before {
	content: "";
}

.bi-border-right::before {
	content: "";
}

.bi-border-style::before {
	content: "";
}

.bi-border-top::before {
	content: "";
}

.bi-border-width::before {
	content: "";
}

.bi-border::before {
	content: "";
}

.bi-bounding-box-circles::before {
	content: "";
}

.bi-bounding-box::before {
	content: "";
}

.bi-box-arrow-down-left::before {
	content: "";
}

.bi-box-arrow-down-right::before {
	content: "";
}

.bi-box-arrow-down::before {
	content: "";
}

.bi-box-arrow-in-down-left::before {
	content: "";
}

.bi-box-arrow-in-down-right::before {
	content: "";
}

.bi-box-arrow-in-down::before {
	content: "";
}

.bi-box-arrow-in-left::before {
	content: "";
}

.bi-box-arrow-in-right::before {
	content: "";
}

.bi-box-arrow-in-up-left::before {
	content: "";
}

.bi-box-arrow-in-up-right::before {
	content: "";
}

.bi-box-arrow-in-up::before {
	content: "";
}

.bi-box-arrow-left::before {
	content: "";
}

.bi-box-arrow-right::before {
	content: "";
}

.bi-box-arrow-up-left::before {
	content: "";
}

.bi-box-arrow-up-right::before {
	content: "";
}

.bi-box-arrow-up::before {
	content: "";
}

.bi-box-seam::before {
	content: "";
}

.bi-box::before {
	content: "";
}

.bi-braces::before {
	content: "";
}

.bi-bricks::before {
	content: "";
}

.bi-briefcase-fill::before {
	content: "";
}

.bi-briefcase::before {
	content: "";
}

.bi-brightness-alt-high-fill::before {
	content: "";
}

.bi-brightness-alt-high::before {
	content: "";
}

.bi-brightness-alt-low-fill::before {
	content: "";
}

.bi-brightness-alt-low::before {
	content: "";
}

.bi-brightness-high-fill::before {
	content: "";
}

.bi-brightness-high::before {
	content: "";
}

.bi-brightness-low-fill::before {
	content: "";
}

.bi-brightness-low::before {
	content: "";
}

.bi-broadcast-pin::before {
	content: "";
}

.bi-broadcast::before {
	content: "";
}

.bi-brush-fill::before {
	content: "";
}

.bi-brush::before {
	content: "";
}

.bi-bucket-fill::before {
	content: "";
}

.bi-bucket::before {
	content: "";
}

.bi-bug-fill::before {
	content: "";
}

.bi-bug::before {
	content: "";
}

.bi-building::before {
	content: "";
}

.bi-bullseye::before {
	content: "";
}

.bi-calculator-fill::before {
	content: "";
}

.bi-calculator::before {
	content: "";
}

.bi-calendar-check-fill::before {
	content: "";
}

.bi-calendar-check::before {
	content: "";
}

.bi-calendar-date-fill::before {
	content: "";
}

.bi-calendar-date::before {
	content: "";
}

.bi-calendar-day-fill::before {
	content: "";
}

.bi-calendar-day::before {
	content: "";
}

.bi-calendar-event-fill::before {
	content: "";
}

.bi-calendar-event::before {
	content: "";
}

.bi-calendar-fill::before {
	content: "";
}

.bi-calendar-minus-fill::before {
	content: "";
}

.bi-calendar-minus::before {
	content: "";
}

.bi-calendar-month-fill::before {
	content: "";
}

.bi-calendar-month::before {
	content: "";
}

.bi-calendar-plus-fill::before {
	content: "";
}

.bi-calendar-plus::before {
	content: "";
}

.bi-calendar-range-fill::before {
	content: "";
}

.bi-calendar-range::before {
	content: "";
}

.bi-calendar-week-fill::before {
	content: "";
}

.bi-calendar-week::before {
	content: "";
}

.bi-calendar-x-fill::before {
	content: "";
}

.bi-calendar-x::before {
	content: "";
}

.bi-calendar::before {
	content: "";
}

.bi-calendar2-check-fill::before {
	content: "";
}

.bi-calendar2-check::before {
	content: "";
}

.bi-calendar2-date-fill::before {
	content: "";
}

.bi-calendar2-date::before {
	content: "";
}

.bi-calendar2-day-fill::before {
	content: "";
}

.bi-calendar2-day::before {
	content: "";
}

.bi-calendar2-event-fill::before {
	content: "";
}

.bi-calendar2-event::before {
	content: "";
}

.bi-calendar2-fill::before {
	content: "";
}

.bi-calendar2-minus-fill::before {
	content: "";
}

.bi-calendar2-minus::before {
	content: "";
}

.bi-calendar2-month-fill::before {
	content: "";
}

.bi-calendar2-month::before {
	content: "";
}

.bi-calendar2-plus-fill::before {
	content: "";
}

.bi-calendar2-plus::before {
	content: "";
}

.bi-calendar2-range-fill::before {
	content: "";
}

.bi-calendar2-range::before {
	content: "";
}

.bi-calendar2-week-fill::before {
	content: "";
}

.bi-calendar2-week::before {
	content: "";
}

.bi-calendar2-x-fill::before {
	content: "";
}

.bi-calendar2-x::before {
	content: "";
}

.bi-calendar2::before {
	content: "";
}

.bi-calendar3-event-fill::before {
	content: "";
}

.bi-calendar3-event::before {
	content: "";
}

.bi-calendar3-fill::before {
	content: "";
}

.bi-calendar3-range-fill::before {
	content: "";
}

.bi-calendar3-range::before {
	content: "";
}

.bi-calendar3-week-fill::before {
	content: "";
}

.bi-calendar3-week::before {
	content: "";
}

.bi-calendar3::before {
	content: "";
}

.bi-calendar4-event::before {
	content: "";
}

.bi-calendar4-range::before {
	content: "";
}

.bi-calendar4-week::before {
	content: "";
}

.bi-calendar4::before {
	content: "";
}

.bi-camera-fill::before {
	content: "";
}

.bi-camera-reels-fill::before {
	content: "";
}

.bi-camera-reels::before {
	content: "";
}

.bi-camera-video-fill::before {
	content: "";
}

.bi-camera-video-off-fill::before {
	content: "";
}

.bi-camera-video-off::before {
	content: "";
}

.bi-camera-video::before {
	content: "";
}

.bi-camera::before {
	content: "";
}

.bi-camera2::before {
	content: "";
}

.bi-capslock-fill::before {
	content: "";
}

.bi-capslock::before {
	content: "";
}

.bi-card-checklist::before {
	content: "";
}

.bi-card-heading::before {
	content: "";
}

.bi-card-image::before {
	content: "";
}

.bi-card-list::before {
	content: "";
}

.bi-card-text::before {
	content: "";
}

.bi-caret-down-fill::before {
	content: "";
}

.bi-caret-down-square-fill::before {
	content: "";
}

.bi-caret-down-square::before {
	content: "";
}

.bi-caret-down::before {
	content: "";
}

.bi-caret-left-fill::before {
	content: "";
}

.bi-caret-left-square-fill::before {
	content: "";
}

.bi-caret-left-square::before {
	content: "";
}

.bi-caret-left::before {
	content: "";
}

.bi-caret-right-fill::before {
	content: "";
}

.bi-caret-right-square-fill::before {
	content: "";
}

.bi-caret-right-square::before {
	content: "";
}

.bi-caret-right::before {
	content: "";
}

.bi-caret-up-fill::before {
	content: "";
}

.bi-caret-up-square-fill::before {
	content: "";
}

.bi-caret-up-square::before {
	content: "";
}

.bi-caret-up::before {
	content: "";
}

.bi-cart-check-fill::before {
	content: "";
}

.bi-cart-check::before {
	content: "";
}

.bi-cart-dash-fill::before {
	content: "";
}

.bi-cart-dash::before {
	content: "";
}

.bi-cart-fill::before {
	content: "";
}

.bi-cart-plus-fill::before {
	content: "";
}

.bi-cart-plus::before {
	content: "";
}

.bi-cart-x-fill::before {
	content: "";
}

.bi-cart-x::before {
	content: "";
}

.bi-cart::before {
	content: "";
}

.bi-cart2::before {
	content: "";
}

.bi-cart3::before {
	content: "";
}

.bi-cart4::before {
	content: "";
}

.bi-cash-stack::before {
	content: "";
}

.bi-cash::before {
	content: "";
}

.bi-cast::before {
	content: "";
}

.bi-chat-dots-fill::before {
	content: "";
}

.bi-chat-dots::before {
	content: "";
}

.bi-chat-fill::before {
	content: "";
}

.bi-chat-left-dots-fill::before {
	content: "";
}

.bi-chat-left-dots::before {
	content: "";
}

.bi-chat-left-fill::before {
	content: "";
}

.bi-chat-left-quote-fill::before {
	content: "";
}

.bi-chat-left-quote::before {
	content: "";
}

.bi-chat-left-text-fill::before {
	content: "";
}

.bi-chat-left-text::before {
	content: "";
}

.bi-chat-left::before {
	content: "";
}

.bi-chat-quote-fill::before {
	content: "";
}

.bi-chat-quote::before {
	content: "";
}

.bi-chat-right-dots-fill::before {
	content: "";
}

.bi-chat-right-dots::before {
	content: "";
}

.bi-chat-right-fill::before {
	content: "";
}

.bi-chat-right-quote-fill::before {
	content: "";
}

.bi-chat-right-quote::before {
	content: "";
}

.bi-chat-right-text-fill::before {
	content: "";
}

.bi-chat-right-text::before {
	content: "";
}

.bi-chat-right::before {
	content: "";
}

.bi-chat-square-dots-fill::before {
	content: "";
}

.bi-chat-square-dots::before {
	content: "";
}

.bi-chat-square-fill::before {
	content: "";
}

.bi-chat-square-quote-fill::before {
	content: "";
}

.bi-chat-square-quote::before {
	content: "";
}

.bi-chat-square-text-fill::before {
	content: "";
}

.bi-chat-square-text::before {
	content: "";
}

.bi-chat-square::before {
	content: "";
}

.bi-chat-text-fill::before {
	content: "";
}

.bi-chat-text::before {
	content: "";
}

.bi-chat::before {
	content: "";
}

.bi-check-all::before {
	content: "";
}

.bi-check-circle-fill::before {
	content: "";
}

.bi-check-circle::before {
	content: "";
}

.bi-check-square-fill::before {
	content: "";
}

.bi-check-square::before {
	content: "";
}

.bi-check::before {
	content: "";
}

.bi-check2-all::before {
	content: "";
}

.bi-check2-circle::before {
	content: "";
}

.bi-check2-square::before {
	content: "";
}

.bi-check2::before {
	content: "";
}

.bi-chevron-bar-contract::before {
	content: "";
}

.bi-chevron-bar-down::before {
	content: "";
}

.bi-chevron-bar-expand::before {
	content: "";
}

.bi-chevron-bar-left::before {
	content: "";
}

.bi-chevron-bar-right::before {
	content: "";
}

.bi-chevron-bar-up::before {
	content: "";
}

.bi-chevron-compact-down::before {
	content: "";
}

.bi-chevron-compact-left::before {
	content: "";
}

.bi-chevron-compact-right::before {
	content: "";
}

.bi-chevron-compact-up::before {
	content: "";
}

.bi-chevron-contract::before {
	content: "";
}

.bi-chevron-double-down::before {
	content: "";
}

.bi-chevron-double-left::before {
	content: "";
}

.bi-chevron-double-right::before {
	content: "";
}

.bi-chevron-double-up::before {
	content: "";
}

.bi-chevron-down::before {
	content: "";
}

.bi-chevron-expand::before {
	content: "";
}

.bi-chevron-left::before {
	content: "";
}

.bi-chevron-right::before {
	content: "";
}

.bi-chevron-up::before {
	content: "";
}

.bi-circle-fill::before {
	content: "";
}

.bi-circle-half::before {
	content: "";
}

.bi-circle-square::before {
	content: "";
}

.bi-circle::before {
	content: "";
}

.bi-clipboard-check::before {
	content: "";
}

.bi-clipboard-data::before {
	content: "";
}

.bi-clipboard-minus::before {
	content: "";
}

.bi-clipboard-plus::before {
	content: "";
}

.bi-clipboard-x::before {
	content: "";
}

.bi-clipboard::before {
	content: "";
}

.bi-clock-fill::before {
	content: "";
}

.bi-clock-history::before {
	content: "";
}

.bi-clock::before {
	content: "";
}

.bi-cloud-arrow-down-fill::before {
	content: "";
}

.bi-cloud-arrow-down::before {
	content: "";
}

.bi-cloud-arrow-up-fill::before {
	content: "";
}

.bi-cloud-arrow-up::before {
	content: "";
}

.bi-cloud-check-fill::before {
	content: "";
}

.bi-cloud-check::before {
	content: "";
}

.bi-cloud-download-fill::before {
	content: "";
}

.bi-cloud-download::before {
	content: "";
}

.bi-cloud-drizzle-fill::before {
	content: "";
}

.bi-cloud-drizzle::before {
	content: "";
}

.bi-cloud-fill::before {
	content: "";
}

.bi-cloud-fog-fill::before {
	content: "";
}

.bi-cloud-fog::before {
	content: "";
}

.bi-cloud-fog2-fill::before {
	content: "";
}

.bi-cloud-fog2::before {
	content: "";
}

.bi-cloud-hail-fill::before {
	content: "";
}

.bi-cloud-hail::before {
	content: "";
}

.bi-cloud-haze-fill::before {
	content: "";
}

.bi-cloud-haze::before {
	content: "";
}

.bi-cloud-haze2-fill::before {
	content: "";
}

.bi-cloud-lightning-fill::before {
	content: "";
}

.bi-cloud-lightning-rain-fill::before {
	content: "";
}

.bi-cloud-lightning-rain::before {
	content: "";
}

.bi-cloud-lightning::before {
	content: "";
}

.bi-cloud-minus-fill::before {
	content: "";
}

.bi-cloud-minus::before {
	content: "";
}

.bi-cloud-moon-fill::before {
	content: "";
}

.bi-cloud-moon::before {
	content: "";
}

.bi-cloud-plus-fill::before {
	content: "";
}

.bi-cloud-plus::before {
	content: "";
}

.bi-cloud-rain-fill::before {
	content: "";
}

.bi-cloud-rain-heavy-fill::before {
	content: "";
}

.bi-cloud-rain-heavy::before {
	content: "";
}

.bi-cloud-rain::before {
	content: "";
}

.bi-cloud-slash-fill::before {
	content: "";
}

.bi-cloud-slash::before {
	content: "";
}

.bi-cloud-sleet-fill::before {
	content: "";
}

.bi-cloud-sleet::before {
	content: "";
}

.bi-cloud-snow-fill::before {
	content: "";
}

.bi-cloud-snow::before {
	content: "";
}

.bi-cloud-sun-fill::before {
	content: "";
}

.bi-cloud-sun::before {
	content: "";
}

.bi-cloud-upload-fill::before {
	content: "";
}

.bi-cloud-upload::before {
	content: "";
}

.bi-cloud::before {
	content: "";
}

.bi-clouds-fill::before {
	content: "";
}

.bi-clouds::before {
	content: "";
}

.bi-cloudy-fill::before {
	content: "";
}

.bi-cloudy::before {
	content: "";
}

.bi-code-slash::before {
	content: "";
}

.bi-code-square::before {
	content: "";
}

.bi-code::before {
	content: "";
}

.bi-collection-fill::before {
	content: "";
}

.bi-collection-play-fill::before {
	content: "";
}

.bi-collection-play::before {
	content: "";
}

.bi-collection::before {
	content: "";
}

.bi-columns-gap::before {
	content: "";
}

.bi-columns::before {
	content: "";
}

.bi-command::before {
	content: "";
}

.bi-compass-fill::before {
	content: "";
}

.bi-compass::before {
	content: "";
}

.bi-cone-striped::before {
	content: "";
}

.bi-cone::before {
	content: "";
}

.bi-controller::before {
	content: "";
}

.bi-cpu-fill::before {
	content: "";
}

.bi-cpu::before {
	content: "";
}

.bi-credit-card-2-back-fill::before {
	content: "";
}

.bi-credit-card-2-back::before {
	content: "";
}

.bi-credit-card-2-front-fill::before {
	content: "";
}

.bi-credit-card-2-front::before {
	content: "";
}

.bi-credit-card-fill::before {
	content: "";
}

.bi-credit-card::before {
	content: "";
}

.bi-crop::before {
	content: "";
}

.bi-cup-fill::before {
	content: "";
}

.bi-cup-straw::before {
	content: "";
}

.bi-cup::before {
	content: "";
}

.bi-cursor-fill::before {
	content: "";
}

.bi-cursor-text::before {
	content: "";
}

.bi-cursor::before {
	content: "";
}

.bi-dash-circle-dotted::before {
	content: "";
}

.bi-dash-circle-fill::before {
	content: "";
}

.bi-dash-circle::before {
	content: "";
}

.bi-dash-square-dotted::before {
	content: "";
}

.bi-dash-square-fill::before {
	content: "";
}

.bi-dash-square::before {
	content: "";
}

.bi-dash::before {
	content: "";
}

.bi-diagram-2-fill::before {
	content: "";
}

.bi-diagram-2::before {
	content: "";
}

.bi-diagram-3-fill::before {
	content: "";
}

.bi-diagram-3::before {
	content: "";
}

.bi-diamond-fill::before {
	content: "";
}

.bi-diamond-half::before {
	content: "";
}

.bi-diamond::before {
	content: "";
}

.bi-dice-1-fill::before {
	content: "";
}

.bi-dice-1::before {
	content: "";
}

.bi-dice-2-fill::before {
	content: "";
}

.bi-dice-2::before {
	content: "";
}

.bi-dice-3-fill::before {
	content: "";
}

.bi-dice-3::before {
	content: "";
}

.bi-dice-4-fill::before {
	content: "";
}

.bi-dice-4::before {
	content: "";
}

.bi-dice-5-fill::before {
	content: "";
}

.bi-dice-5::before {
	content: "";
}

.bi-dice-6-fill::before {
	content: "";
}

.bi-dice-6::before {
	content: "";
}

.bi-disc-fill::before {
	content: "";
}

.bi-disc::before {
	content: "";
}

.bi-discord::before {
	content: "";
}

.bi-display-fill::before {
	content: "";
}

.bi-display::before {
	content: "";
}

.bi-distribute-horizontal::before {
	content: "";
}

.bi-distribute-vertical::before {
	content: "";
}

.bi-door-closed-fill::before {
	content: "";
}

.bi-door-closed::before {
	content: "";
}

.bi-door-open-fill::before {
	content: "";
}

.bi-door-open::before {
	content: "";
}

.bi-dot::before {
	content: "";
}

.bi-download::before {
	content: "";
}

.bi-droplet-fill::before {
	content: "";
}

.bi-droplet-half::before {
	content: "";
}

.bi-droplet::before {
	content: "";
}

.bi-earbuds::before {
	content: "";
}

.bi-easel-fill::before {
	content: "";
}

.bi-easel::before {
	content: "";
}

.bi-egg-fill::before {
	content: "";
}

.bi-egg-fried::before {
	content: "";
}

.bi-egg::before {
	content: "";
}

.bi-eject-fill::before {
	content: "";
}

.bi-eject::before {
	content: "";
}

.bi-emoji-angry-fill::before {
	content: "";
}

.bi-emoji-angry::before {
	content: "";
}

.bi-emoji-dizzy-fill::before {
	content: "";
}

.bi-emoji-dizzy::before {
	content: "";
}

.bi-emoji-expressionless-fill::before {
	content: "";
}

.bi-emoji-expressionless::before {
	content: "";
}

.bi-emoji-frown-fill::before {
	content: "";
}

.bi-emoji-frown::before {
	content: "";
}

.bi-emoji-heart-eyes-fill::before {
	content: "";
}

.bi-emoji-heart-eyes::before {
	content: "";
}

.bi-emoji-laughing-fill::before {
	content: "";
}

.bi-emoji-laughing::before {
	content: "";
}

.bi-emoji-neutral-fill::before {
	content: "";
}

.bi-emoji-neutral::before {
	content: "";
}

.bi-emoji-smile-fill::before {
	content: "";
}

.bi-emoji-smile-upside-down-fill::before {
	content: "";
}

.bi-emoji-smile-upside-down::before {
	content: "";
}

.bi-emoji-smile::before {
	content: "";
}

.bi-emoji-sunglasses-fill::before {
	content: "";
}

.bi-emoji-sunglasses::before {
	content: "";
}

.bi-emoji-wink-fill::before {
	content: "";
}

.bi-emoji-wink::before {
	content: "";
}

.bi-envelope-fill::before {
	content: "";
}

.bi-envelope-open-fill::before {
	content: "";
}

.bi-envelope-open::before {
	content: "";
}

.bi-envelope::before {
	content: "";
}

.bi-eraser-fill::before {
	content: "";
}

.bi-eraser::before {
	content: "";
}

.bi-exclamation-circle-fill::before {
	content: "";
}

.bi-exclamation-circle::before {
	content: "";
}

.bi-exclamation-diamond-fill::before {
	content: "";
}

.bi-exclamation-diamond::before {
	content: "";
}

.bi-exclamation-octagon-fill::before {
	content: "";
}

.bi-exclamation-octagon::before {
	content: "";
}

.bi-exclamation-square-fill::before {
	content: "";
}

.bi-exclamation-square::before {
	content: "";
}

.bi-exclamation-triangle-fill::before {
	content: "";
}

.bi-exclamation-triangle::before {
	content: "";
}

.bi-exclamation::before {
	content: "";
}

.bi-exclude::before {
	content: "";
}

.bi-eye-fill::before {
	content: "";
}

.bi-eye-slash-fill::before {
	content: "";
}

.bi-eye-slash::before {
	content: "";
}

.bi-eye::before {
	content: "";
}

.bi-eyedropper::before {
	content: "";
}

.bi-eyeglasses::before {
	content: "";
}

.bi-facebook::before {
	content: "";
}

.bi-file-arrow-down-fill::before {
	content: "";
}

.bi-file-arrow-down::before {
	content: "";
}

.bi-file-arrow-up-fill::before {
	content: "";
}

.bi-file-arrow-up::before {
	content: "";
}

.bi-file-bar-graph-fill::before {
	content: "";
}

.bi-file-bar-graph::before {
	content: "";
}

.bi-file-binary-fill::before {
	content: "";
}

.bi-file-binary::before {
	content: "";
}

.bi-file-break-fill::before {
	content: "";
}

.bi-file-break::before {
	content: "";
}

.bi-file-check-fill::before {
	content: "";
}

.bi-file-check::before {
	content: "";
}

.bi-file-code-fill::before {
	content: "";
}

.bi-file-code::before {
	content: "";
}

.bi-file-diff-fill::before {
	content: "";
}

.bi-file-diff::before {
	content: "";
}

.bi-file-earmark-arrow-down-fill::before {
	content: "";
}

.bi-file-earmark-arrow-down::before {
	content: "";
}

.bi-file-earmark-arrow-up-fill::before {
	content: "";
}

.bi-file-earmark-arrow-up::before {
	content: "";
}

.bi-file-earmark-bar-graph-fill::before {
	content: "";
}

.bi-file-earmark-bar-graph::before {
	content: "";
}

.bi-file-earmark-binary-fill::before {
	content: "";
}

.bi-file-earmark-binary::before {
	content: "";
}

.bi-file-earmark-break-fill::before {
	content: "";
}

.bi-file-earmark-break::before {
	content: "";
}

.bi-file-earmark-check-fill::before {
	content: "";
}

.bi-file-earmark-check::before {
	content: "";
}

.bi-file-earmark-code-fill::before {
	content: "";
}

.bi-file-earmark-code::before {
	content: "";
}

.bi-file-earmark-diff-fill::before {
	content: "";
}

.bi-file-earmark-diff::before {
	content: "";
}

.bi-file-earmark-easel-fill::before {
	content: "";
}

.bi-file-earmark-easel::before {
	content: "";
}

.bi-file-earmark-excel-fill::before {
	content: "";
}

.bi-file-earmark-excel::before {
	content: "";
}

.bi-file-earmark-fill::before {
	content: "";
}

.bi-file-earmark-font-fill::before {
	content: "";
}

.bi-file-earmark-font::before {
	content: "";
}

.bi-file-earmark-image-fill::before {
	content: "";
}

.bi-file-earmark-image::before {
	content: "";
}

.bi-file-earmark-lock-fill::before {
	content: "";
}

.bi-file-earmark-lock::before {
	content: "";
}

.bi-file-earmark-lock2-fill::before {
	content: "";
}

.bi-file-earmark-lock2::before {
	content: "";
}

.bi-file-earmark-medical-fill::before {
	content: "";
}

.bi-file-earmark-medical::before {
	content: "";
}

.bi-file-earmark-minus-fill::before {
	content: "";
}

.bi-file-earmark-minus::before {
	content: "";
}

.bi-file-earmark-music-fill::before {
	content: "";
}

.bi-file-earmark-music::before {
	content: "";
}

.bi-file-earmark-person-fill::before {
	content: "";
}

.bi-file-earmark-person::before {
	content: "";
}

.bi-file-earmark-play-fill::before {
	content: "";
}

.bi-file-earmark-play::before {
	content: "";
}

.bi-file-earmark-plus-fill::before {
	content: "";
}

.bi-file-earmark-plus::before {
	content: "";
}

.bi-file-earmark-post-fill::before {
	content: "";
}

.bi-file-earmark-post::before {
	content: "";
}

.bi-file-earmark-ppt-fill::before {
	content: "";
}

.bi-file-earmark-ppt::before {
	content: "";
}

.bi-file-earmark-richtext-fill::before {
	content: "";
}

.bi-file-earmark-richtext::before {
	content: "";
}

.bi-file-earmark-ruled-fill::before {
	content: "";
}

.bi-file-earmark-ruled::before {
	content: "";
}

.bi-file-earmark-slides-fill::before {
	content: "";
}

.bi-file-earmark-slides::before {
	content: "";
}

.bi-file-earmark-spreadsheet-fill::before {
	content: "";
}

.bi-file-earmark-spreadsheet::before {
	content: "";
}

.bi-file-earmark-text-fill::before {
	content: "";
}

.bi-file-earmark-text::before {
	content: "";
}

.bi-file-earmark-word-fill::before {
	content: "";
}

.bi-file-earmark-word::before {
	content: "";
}

.bi-file-earmark-x-fill::before {
	content: "";
}

.bi-file-earmark-x::before {
	content: "";
}

.bi-file-earmark-zip-fill::before {
	content: "";
}

.bi-file-earmark-zip::before {
	content: "";
}

.bi-file-earmark::before {
	content: "";
}

.bi-file-easel-fill::before {
	content: "";
}

.bi-file-easel::before {
	content: "";
}

.bi-file-excel-fill::before {
	content: "";
}

.bi-file-excel::before {
	content: "";
}

.bi-file-fill::before {
	content: "";
}

.bi-file-font-fill::before {
	content: "";
}

.bi-file-font::before {
	content: "";
}

.bi-file-image-fill::before {
	content: "";
}

.bi-file-image::before {
	content: "";
}

.bi-file-lock-fill::before {
	content: "";
}

.bi-file-lock::before {
	content: "";
}

.bi-file-lock2-fill::before {
	content: "";
}

.bi-file-lock2::before {
	content: "";
}

.bi-file-medical-fill::before {
	content: "";
}

.bi-file-medical::before {
	content: "";
}

.bi-file-minus-fill::before {
	content: "";
}

.bi-file-minus::before {
	content: "";
}

.bi-file-music-fill::before {
	content: "";
}

.bi-file-music::before {
	content: "";
}

.bi-file-person-fill::before {
	content: "";
}

.bi-file-person::before {
	content: "";
}

.bi-file-play-fill::before {
	content: "";
}

.bi-file-play::before {
	content: "";
}

.bi-file-plus-fill::before {
	content: "";
}

.bi-file-plus::before {
	content: "";
}

.bi-file-post-fill::before {
	content: "";
}

.bi-file-post::before {
	content: "";
}

.bi-file-ppt-fill::before {
	content: "";
}

.bi-file-ppt::before {
	content: "";
}

.bi-file-richtext-fill::before {
	content: "";
}

.bi-file-richtext::before {
	content: "";
}

.bi-file-ruled-fill::before {
	content: "";
}

.bi-file-ruled::before {
	content: "";
}

.bi-file-slides-fill::before {
	content: "";
}

.bi-file-slides::before {
	content: "";
}

.bi-file-spreadsheet-fill::before {
	content: "";
}

.bi-file-spreadsheet::before {
	content: "";
}

.bi-file-text-fill::before {
	content: "";
}

.bi-file-text::before {
	content: "";
}

.bi-file-word-fill::before {
	content: "";
}

.bi-file-word::before {
	content: "";
}

.bi-file-x-fill::before {
	content: "";
}

.bi-file-x::before {
	content: "";
}

.bi-file-zip-fill::before {
	content: "";
}

.bi-file-zip::before {
	content: "";
}

.bi-file::before {
	content: "";
}

.bi-files-alt::before {
	content: "";
}

.bi-files::before {
	content: "";
}

.bi-film::before {
	content: "";
}

.bi-filter-circle-fill::before {
	content: "";
}

.bi-filter-circle::before {
	content: "";
}

.bi-filter-left::before {
	content: "";
}

.bi-filter-right::before {
	content: "";
}

.bi-filter-square-fill::before {
	content: "";
}

.bi-filter-square::before {
	content: "";
}

.bi-filter::before {
	content: "";
}

.bi-flag-fill::before {
	content: "";
}

.bi-flag::before {
	content: "";
}

.bi-flower1::before {
	content: "";
}

.bi-flower2::before {
	content: "";
}

.bi-flower3::before {
	content: "";
}

.bi-folder-check::before {
	content: "";
}

.bi-folder-fill::before {
	content: "";
}

.bi-folder-minus::before {
	content: "";
}

.bi-folder-plus::before {
	content: "";
}

.bi-folder-symlink-fill::before {
	content: "";
}

.bi-folder-symlink::before {
	content: "";
}

.bi-folder-x::before {
	content: "";
}

.bi-folder::before {
	content: "";
}

.bi-folder2-open::before {
	content: "";
}

.bi-folder2::before {
	content: "";
}

.bi-fonts::before {
	content: "";
}

.bi-forward-fill::before {
	content: "";
}

.bi-forward::before {
	content: "";
}

.bi-front::before {
	content: "";
}

.bi-fullscreen-exit::before {
	content: "";
}

.bi-fullscreen::before {
	content: "";
}

.bi-funnel-fill::before {
	content: "";
}

.bi-funnel::before {
	content: "";
}

.bi-gear-fill::before {
	content: "";
}

.bi-gear-wide-connected::before {
	content: "";
}

.bi-gear-wide::before {
	content: "";
}

.bi-gear::before {
	content: "";
}

.bi-gem::before {
	content: "";
}

.bi-geo-alt-fill::before {
	content: "";
}

.bi-geo-alt::before {
	content: "";
}

.bi-geo-fill::before {
	content: "";
}

.bi-geo::before {
	content: "";
}

.bi-gift-fill::before {
	content: "";
}

.bi-gift::before {
	content: "";
}

.bi-github::before {
	content: "";
}

.bi-globe::before {
	content: "";
}

.bi-globe2::before {
	content: "";
}

.bi-google::before {
	content: "";
}

.bi-graph-down::before {
	content: "";
}

.bi-graph-up::before {
	content: "";
}

.bi-grid-1x2-fill::before {
	content: "";
}

.bi-grid-1x2::before {
	content: "";
}

.bi-grid-3x2-gap-fill::before {
	content: "";
}

.bi-grid-3x2-gap::before {
	content: "";
}

.bi-grid-3x2::before {
	content: "";
}

.bi-grid-3x3-gap-fill::before {
	content: "";
}

.bi-grid-3x3-gap::before {
	content: "";
}

.bi-grid-3x3::before {
	content: "";
}

.bi-grid-fill::before {
	content: "";
}

.bi-grid::before {
	content: "";
}

.bi-grip-horizontal::before {
	content: "";
}

.bi-grip-vertical::before {
	content: "";
}

.bi-hammer::before {
	content: "";
}

.bi-hand-index-fill::before {
	content: "";
}

.bi-hand-index-thumb-fill::before {
	content: "";
}

.bi-hand-index-thumb::before {
	content: "";
}

.bi-hand-index::before {
	content: "";
}

.bi-hand-thumbs-down-fill::before {
	content: "";
}

.bi-hand-thumbs-down::before {
	content: "";
}

.bi-hand-thumbs-up-fill::before {
	content: "";
}

.bi-hand-thumbs-up::before {
	content: "";
}

.bi-handbag-fill::before {
	content: "";
}

.bi-handbag::before {
	content: "";
}

.bi-hash::before {
	content: "";
}

.bi-hdd-fill::before {
	content: "";
}

.bi-hdd-network-fill::before {
	content: "";
}

.bi-hdd-network::before {
	content: "";
}

.bi-hdd-rack-fill::before {
	content: "";
}

.bi-hdd-rack::before {
	content: "";
}

.bi-hdd-stack-fill::before {
	content: "";
}

.bi-hdd-stack::before {
	content: "";
}

.bi-hdd::before {
	content: "";
}

.bi-headphones::before {
	content: "";
}

.bi-headset::before {
	content: "";
}

.bi-heart-fill::before {
	content: "";
}

.bi-heart-half::before {
	content: "";
}

.bi-heart::before {
	content: "";
}

.bi-heptagon-fill::before {
	content: "";
}

.bi-heptagon-half::before {
	content: "";
}

.bi-heptagon::before {
	content: "";
}

.bi-hexagon-fill::before {
	content: "";
}

.bi-hexagon-half::before {
	content: "";
}

.bi-hexagon::before {
	content: "";
}

.bi-hourglass-bottom::before {
	content: "";
}

.bi-hourglass-split::before {
	content: "";
}

.bi-hourglass-top::before {
	content: "";
}

.bi-hourglass::before {
	content: "";
}

.bi-house-door-fill::before {
	content: "";
}

.bi-house-door::before {
	content: "";
}

.bi-house-fill::before {
	content: "";
}

.bi-house::before {
	content: "";
}

.bi-hr::before {
	content: "";
}

.bi-hurricane::before {
	content: "";
}

.bi-image-alt::before {
	content: "";
}

.bi-image-fill::before {
	content: "";
}

.bi-image::before {
	content: "";
}

.bi-images::before {
	content: "";
}

.bi-inbox-fill::before {
	content: "";
}

.bi-inbox::before {
	content: "";
}

.bi-inboxes-fill::before {
	content: "";
}

.bi-inboxes::before {
	content: "";
}

.bi-info-circle-fill::before {
	content: "";
}

.bi-info-circle::before {
	content: "";
}

.bi-info-square-fill::before {
	content: "";
}

.bi-info-square::before {
	content: "";
}

.bi-info::before {
	content: "";
}

.bi-input-cursor-text::before {
	content: "";
}

.bi-input-cursor::before {
	content: "";
}

.bi-instagram::before {
	content: "";
}

.bi-intersect::before {
	content: "";
}

.bi-journal-album::before {
	content: "";
}

.bi-journal-arrow-down::before {
	content: "";
}

.bi-journal-arrow-up::before {
	content: "";
}

.bi-journal-bookmark-fill::before {
	content: "";
}

.bi-journal-bookmark::before {
	content: "";
}

.bi-journal-check::before {
	content: "";
}

.bi-journal-code::before {
	content: "";
}

.bi-journal-medical::before {
	content: "";
}

.bi-journal-minus::before {
	content: "";
}

.bi-journal-plus::before {
	content: "";
}

.bi-journal-richtext::before {
	content: "";
}

.bi-journal-text::before {
	content: "";
}

.bi-journal-x::before {
	content: "";
}

.bi-journal::before {
	content: "";
}

.bi-journals::before {
	content: "";
}

.bi-joystick::before {
	content: "";
}

.bi-justify-left::before {
	content: "";
}

.bi-justify-right::before {
	content: "";
}

.bi-justify::before {
	content: "";
}

.bi-kanban-fill::before {
	content: "";
}

.bi-kanban::before {
	content: "";
}

.bi-key-fill::before {
	content: "";
}

.bi-key::before {
	content: "";
}

.bi-keyboard-fill::before {
	content: "";
}

.bi-keyboard::before {
	content: "";
}

.bi-ladder::before {
	content: "";
}

.bi-lamp-fill::before {
	content: "";
}

.bi-lamp::before {
	content: "";
}

.bi-laptop-fill::before {
	content: "";
}

.bi-laptop::before {
	content: "";
}

.bi-layer-backward::before {
	content: "";
}

.bi-layer-forward::before {
	content: "";
}

.bi-layers-fill::before {
	content: "";
}

.bi-layers-half::before {
	content: "";
}

.bi-layers::before {
	content: "";
}

.bi-layout-sidebar-inset-reverse::before {
	content: "";
}

.bi-layout-sidebar-inset::before {
	content: "";
}

.bi-layout-sidebar-reverse::before {
	content: "";
}

.bi-layout-sidebar::before {
	content: "";
}

.bi-layout-split::before {
	content: "";
}

.bi-layout-text-sidebar-reverse::before {
	content: "";
}

.bi-layout-text-sidebar::before {
	content: "";
}

.bi-layout-text-window-reverse::before {
	content: "";
}

.bi-layout-text-window::before {
	content: "";
}

.bi-layout-three-columns::before {
	content: "";
}

.bi-layout-wtf::before {
	content: "";
}

.bi-life-preserver::before {
	content: "";
}

.bi-lightbulb-fill::before {
	content: "";
}

.bi-lightbulb-off-fill::before {
	content: "";
}

.bi-lightbulb-off::before {
	content: "";
}

.bi-lightbulb::before {
	content: "";
}

.bi-lightning-charge-fill::before {
	content: "";
}

.bi-lightning-charge::before {
	content: "";
}

.bi-lightning-fill::before {
	content: "";
}

.bi-lightning::before {
	content: "";
}

.bi-link-45deg::before {
	content: "";
}

.bi-link::before {
	content: "";
}

.bi-linkedin::before {
	content: "";
}

.bi-list-check::before {
	content: "";
}

.bi-list-nested::before {
	content: "";
}

.bi-list-ol::before {
	content: "";
}

.bi-list-stars::before {
	content: "";
}

.bi-list-task::before {
	content: "";
}

.bi-list-ul::before {
	content: "";
}

.bi-list::before {
	content: "";
}

.bi-lock-fill::before {
	content: "";
}

.bi-lock::before {
	content: "";
}

.bi-mailbox::before {
	content: "";
}

.bi-mailbox2::before {
	content: "";
}

.bi-map-fill::before {
	content: "";
}

.bi-map::before {
	content: "";
}

.bi-markdown-fill::before {
	content: "";
}

.bi-markdown::before {
	content: "";
}

.bi-mask::before {
	content: "";
}

.bi-megaphone-fill::before {
	content: "";
}

.bi-megaphone::before {
	content: "";
}

.bi-menu-app-fill::before {
	content: "";
}

.bi-menu-app::before {
	content: "";
}

.bi-menu-button-fill::before {
	content: "";
}

.bi-menu-button-wide-fill::before {
	content: "";
}

.bi-menu-button-wide::before {
	content: "";
}

.bi-menu-button::before {
	content: "";
}

.bi-menu-down::before {
	content: "";
}

.bi-menu-up::before {
	content: "";
}

.bi-mic-fill::before {
	content: "";
}

.bi-mic-mute-fill::before {
	content: "";
}

.bi-mic-mute::before {
	content: "";
}

.bi-mic::before {
	content: "";
}

.bi-minecart-loaded::before {
	content: "";
}

.bi-minecart::before {
	content: "";
}

.bi-moisture::before {
	content: "";
}

.bi-moon-fill::before {
	content: "";
}

.bi-moon-stars-fill::before {
	content: "";
}

.bi-moon-stars::before {
	content: "";
}

.bi-moon::before {
	content: "";
}

.bi-mouse-fill::before {
	content: "";
}

.bi-mouse::before {
	content: "";
}

.bi-mouse2-fill::before {
	content: "";
}

.bi-mouse2::before {
	content: "";
}

.bi-mouse3-fill::before {
	content: "";
}

.bi-mouse3::before {
	content: "";
}

.bi-music-note-beamed::before {
	content: "";
}

.bi-music-note-list::before {
	content: "";
}

.bi-music-note::before {
	content: "";
}

.bi-music-player-fill::before {
	content: "";
}

.bi-music-player::before {
	content: "";
}

.bi-newspaper::before {
	content: "";
}

.bi-node-minus-fill::before {
	content: "";
}

.bi-node-minus::before {
	content: "";
}

.bi-node-plus-fill::before {
	content: "";
}

.bi-node-plus::before {
	content: "";
}

.bi-nut-fill::before {
	content: "";
}

.bi-nut::before {
	content: "";
}

.bi-octagon-fill::before {
	content: "";
}

.bi-octagon-half::before {
	content: "";
}

.bi-octagon::before {
	content: "";
}

.bi-option::before {
	content: "";
}

.bi-outlet::before {
	content: "";
}

.bi-paint-bucket::before {
	content: "";
}

.bi-palette-fill::before {
	content: "";
}

.bi-palette::before {
	content: "";
}

.bi-palette2::before {
	content: "";
}

.bi-paperclip::before {
	content: "";
}

.bi-paragraph::before {
	content: "";
}

.bi-patch-check-fill::before {
	content: "";
}

.bi-patch-check::before {
	content: "";
}

.bi-patch-exclamation-fill::before {
	content: "";
}

.bi-patch-exclamation::before {
	content: "";
}

.bi-patch-minus-fill::before {
	content: "";
}

.bi-patch-minus::before {
	content: "";
}

.bi-patch-plus-fill::before {
	content: "";
}

.bi-patch-plus::before {
	content: "";
}

.bi-patch-question-fill::before {
	content: "";
}

.bi-patch-question::before {
	content: "";
}

.bi-pause-btn-fill::before {
	content: "";
}

.bi-pause-btn::before {
	content: "";
}

.bi-pause-circle-fill::before {
	content: "";
}

.bi-pause-circle::before {
	content: "";
}

.bi-pause-fill::before {
	content: "";
}

.bi-pause::before {
	content: "";
}

.bi-peace-fill::before {
	content: "";
}

.bi-peace::before {
	content: "";
}

.bi-pen-fill::before {
	content: "";
}

.bi-pen::before {
	content: "";
}

.bi-pencil-fill::before {
	content: "";
}

.bi-pencil-square::before {
	content: "";
}

.bi-pencil::before {
	content: "";
}

.bi-pentagon-fill::before {
	content: "";
}

.bi-pentagon-half::before {
	content: "";
}

.bi-pentagon::before {
	content: "";
}

.bi-people-fill::before {
	content: "";
}

.bi-people::before {
	content: "";
}

.bi-percent::before {
	content: "";
}

.bi-person-badge-fill::before {
	content: "";
}

.bi-person-badge::before {
	content: "";
}

.bi-person-bounding-box::before {
	content: "";
}

.bi-person-check-fill::before {
	content: "";
}

.bi-person-check::before {
	content: "";
}

.bi-person-circle::before {
	content: "";
}

.bi-person-dash-fill::before {
	content: "";
}

.bi-person-dash::before {
	content: "";
}

.bi-person-fill::before {
	content: "";
}

.bi-person-lines-fill::before {
	content: "";
}

.bi-person-plus-fill::before {
	content: "";
}

.bi-person-plus::before {
	content: "";
}

.bi-person-square::before {
	content: "";
}

.bi-person-x-fill::before {
	content: "";
}

.bi-person-x::before {
	content: "";
}

.bi-person::before {
	content: "";
}

.bi-phone-fill::before {
	content: "";
}

.bi-phone-landscape-fill::before {
	content: "";
}

.bi-phone-landscape::before {
	content: "";
}

.bi-phone-vibrate-fill::before {
	content: "";
}

.bi-phone-vibrate::before {
	content: "";
}

.bi-phone::before {
	content: "";
}

.bi-pie-chart-fill::before {
	content: "";
}

.bi-pie-chart::before {
	content: "";
}

.bi-pin-angle-fill::before {
	content: "";
}

.bi-pin-angle::before {
	content: "";
}

.bi-pin-fill::before {
	content: "";
}

.bi-pin::before {
	content: "";
}

.bi-pip-fill::before {
	content: "";
}

.bi-pip::before {
	content: "";
}

.bi-play-btn-fill::before {
	content: "";
}

.bi-play-btn::before {
	content: "";
}

.bi-play-circle-fill::before {
	content: "";
}

.bi-play-circle::before {
	content: "";
}

.bi-play-fill::before {
	content: "";
}

.bi-play::before {
	content: "";
}

.bi-plug-fill::before {
	content: "";
}

.bi-plug::before {
	content: "";
}

.bi-plus-circle-dotted::before {
	content: "";
}

.bi-plus-circle-fill::before {
	content: "";
}

.bi-plus-circle::before {
	content: "";
}

.bi-plus-square-dotted::before {
	content: "";
}

.bi-plus-square-fill::before {
	content: "";
}

.bi-plus-square::before {
	content: "";
}

.bi-plus::before {
	content: "";
}

.bi-power::before {
	content: "";
}

.bi-printer-fill::before {
	content: "";
}

.bi-printer::before {
	content: "";
}

.bi-puzzle-fill::before {
	content: "";
}

.bi-puzzle::before {
	content: "";
}

.bi-question-circle-fill::before {
	content: "";
}

.bi-question-circle::before {
	content: "";
}

.bi-question-diamond-fill::before {
	content: "";
}

.bi-question-diamond::before {
	content: "";
}

.bi-question-octagon-fill::before {
	content: "";
}

.bi-question-octagon::before {
	content: "";
}

.bi-question-square-fill::before {
	content: "";
}

.bi-question-square::before {
	content: "";
}

.bi-question::before {
	content: "";
}

.bi-rainbow::before {
	content: "";
}

.bi-receipt-cutoff::before {
	content: "";
}

.bi-receipt::before {
	content: "";
}

.bi-reception-0::before {
	content: "";
}

.bi-reception-1::before {
	content: "";
}

.bi-reception-2::before {
	content: "";
}

.bi-reception-3::before {
	content: "";
}

.bi-reception-4::before {
	content: "";
}

.bi-record-btn-fill::before {
	content: "";
}

.bi-record-btn::before {
	content: "";
}

.bi-record-circle-fill::before {
	content: "";
}

.bi-record-circle::before {
	content: "";
}

.bi-record-fill::before {
	content: "";
}

.bi-record::before {
	content: "";
}

.bi-record2-fill::before {
	content: "";
}

.bi-record2::before {
	content: "";
}

.bi-reply-all-fill::before {
	content: "";
}

.bi-reply-all::before {
	content: "";
}

.bi-reply-fill::before {
	content: "";
}

.bi-reply::before {
	content: "";
}

.bi-rss-fill::before {
	content: "";
}

.bi-rss::before {
	content: "";
}

.bi-rulers::before {
	content: "";
}

.bi-save-fill::before {
	content: "";
}

.bi-save::before {
	content: "";
}

.bi-save2-fill::before {
	content: "";
}

.bi-save2::before {
	content: "";
}

.bi-scissors::before {
	content: "";
}

.bi-screwdriver::before {
	content: "";
}

.bi-search::before {
	content: "";
}

.bi-segmented-nav::before {
	content: "";
}

.bi-server::before {
	content: "";
}

.bi-share-fill::before {
	content: "";
}

.bi-share::before {
	content: "";
}

.bi-shield-check::before {
	content: "";
}

.bi-shield-exclamation::before {
	content: "";
}

.bi-shield-fill-check::before {
	content: "";
}

.bi-shield-fill-exclamation::before {
	content: "";
}

.bi-shield-fill-minus::before {
	content: "";
}

.bi-shield-fill-plus::before {
	content: "";
}

.bi-shield-fill-x::before {
	content: "";
}

.bi-shield-fill::before {
	content: "";
}

.bi-shield-lock-fill::before {
	content: "";
}

.bi-shield-lock::before {
	content: "";
}

.bi-shield-minus::before {
	content: "";
}

.bi-shield-plus::before {
	content: "";
}

.bi-shield-shaded::before {
	content: "";
}

.bi-shield-slash-fill::before {
	content: "";
}

.bi-shield-slash::before {
	content: "";
}

.bi-shield-x::before {
	content: "";
}

.bi-shield::before {
	content: "";
}

.bi-shift-fill::before {
	content: "";
}

.bi-shift::before {
	content: "";
}

.bi-shop-window::before {
	content: "";
}

.bi-shop::before {
	content: "";
}

.bi-shuffle::before {
	content: "";
}

.bi-signpost-2-fill::before {
	content: "";
}

.bi-signpost-2::before {
	content: "";
}

.bi-signpost-fill::before {
	content: "";
}

.bi-signpost-split-fill::before {
	content: "";
}

.bi-signpost-split::before {
	content: "";
}

.bi-signpost::before {
	content: "";
}

.bi-sim-fill::before {
	content: "";
}

.bi-sim::before {
	content: "";
}

.bi-skip-backward-btn-fill::before {
	content: "";
}

.bi-skip-backward-btn::before {
	content: "";
}

.bi-skip-backward-circle-fill::before {
	content: "";
}

.bi-skip-backward-circle::before {
	content: "";
}

.bi-skip-backward-fill::before {
	content: "";
}

.bi-skip-backward::before {
	content: "";
}

.bi-skip-end-btn-fill::before {
	content: "";
}

.bi-skip-end-btn::before {
	content: "";
}

.bi-skip-end-circle-fill::before {
	content: "";
}

.bi-skip-end-circle::before {
	content: "";
}

.bi-skip-end-fill::before {
	content: "";
}

.bi-skip-end::before {
	content: "";
}

.bi-skip-forward-btn-fill::before {
	content: "";
}

.bi-skip-forward-btn::before {
	content: "";
}

.bi-skip-forward-circle-fill::before {
	content: "";
}

.bi-skip-forward-circle::before {
	content: "";
}

.bi-skip-forward-fill::before {
	content: "";
}

.bi-skip-forward::before {
	content: "";
}

.bi-skip-start-btn-fill::before {
	content: "";
}

.bi-skip-start-btn::before {
	content: "";
}

.bi-skip-start-circle-fill::before {
	content: "";
}

.bi-skip-start-circle::before {
	content: "";
}

.bi-skip-start-fill::before {
	content: "";
}

.bi-skip-start::before {
	content: "";
}

.bi-slack::before {
	content: "";
}

.bi-slash-circle-fill::before {
	content: "";
}

.bi-slash-circle::before {
	content: "";
}

.bi-slash-square-fill::before {
	content: "";
}

.bi-slash-square::before {
	content: "";
}

.bi-slash::before {
	content: "";
}

.bi-sliders::before {
	content: "";
}

.bi-smartwatch::before {
	content: "";
}

.bi-snow::before {
	content: "";
}

.bi-snow2::before {
	content: "";
}

.bi-snow3::before {
	content: "";
}

.bi-sort-alpha-down-alt::before {
	content: "";
}

.bi-sort-alpha-down::before {
	content: "";
}

.bi-sort-alpha-up-alt::before {
	content: "";
}

.bi-sort-alpha-up::before {
	content: "";
}

.bi-sort-down-alt::before {
	content: "";
}

.bi-sort-down::before {
	content: "";
}

.bi-sort-numeric-down-alt::before {
	content: "";
}

.bi-sort-numeric-down::before {
	content: "";
}

.bi-sort-numeric-up-alt::before {
	content: "";
}

.bi-sort-numeric-up::before {
	content: "";
}

.bi-sort-up-alt::before {
	content: "";
}

.bi-sort-up::before {
	content: "";
}

.bi-soundwave::before {
	content: "";
}

.bi-speaker-fill::before {
	content: "";
}

.bi-speaker::before {
	content: "";
}

.bi-speedometer::before {
	content: "";
}

.bi-speedometer2::before {
	content: "";
}

.bi-spellcheck::before {
	content: "";
}

.bi-square-fill::before {
	content: "";
}

.bi-square-half::before {
	content: "";
}

.bi-square::before {
	content: "";
}

.bi-stack::before {
	content: "";
}

.bi-star-fill::before {
	content: "";
}

.bi-star-half::before {
	content: "";
}

.bi-star::before {
	content: "";
}

.bi-stars::before {
	content: "";
}

.bi-stickies-fill::before {
	content: "";
}

.bi-stickies::before {
	content: "";
}

.bi-sticky-fill::before {
	content: "";
}

.bi-sticky::before {
	content: "";
}

.bi-stop-btn-fill::before {
	content: "";
}

.bi-stop-btn::before {
	content: "";
}

.bi-stop-circle-fill::before {
	content: "";
}

.bi-stop-circle::before {
	content: "";
}

.bi-stop-fill::before {
	content: "";
}

.bi-stop::before {
	content: "";
}

.bi-stoplights-fill::before {
	content: "";
}

.bi-stoplights::before {
	content: "";
}

.bi-stopwatch-fill::before {
	content: "";
}

.bi-stopwatch::before {
	content: "";
}

.bi-subtract::before {
	content: "";
}

.bi-suit-club-fill::before {
	content: "";
}

.bi-suit-club::before {
	content: "";
}

.bi-suit-diamond-fill::before {
	content: "";
}

.bi-suit-diamond::before {
	content: "";
}

.bi-suit-heart-fill::before {
	content: "";
}

.bi-suit-heart::before {
	content: "";
}

.bi-suit-spade-fill::before {
	content: "";
}

.bi-suit-spade::before {
	content: "";
}

.bi-sun-fill::before {
	content: "";
}

.bi-sun::before {
	content: "";
}

.bi-sunglasses::before {
	content: "";
}

.bi-sunrise-fill::before {
	content: "";
}

.bi-sunrise::before {
	content: "";
}

.bi-sunset-fill::before {
	content: "";
}

.bi-sunset::before {
	content: "";
}

.bi-symmetry-horizontal::before {
	content: "";
}

.bi-symmetry-vertical::before {
	content: "";
}

.bi-table::before {
	content: "";
}

.bi-tablet-fill::before {
	content: "";
}

.bi-tablet-landscape-fill::before {
	content: "";
}

.bi-tablet-landscape::before {
	content: "";
}

.bi-tablet::before {
	content: "";
}

.bi-tag-fill::before {
	content: "";
}

.bi-tag::before {
	content: "";
}

.bi-tags-fill::before {
	content: "";
}

.bi-tags::before {
	content: "";
}

.bi-telegram::before {
	content: "";
}

.bi-telephone-fill::before {
	content: "";
}

.bi-telephone-forward-fill::before {
	content: "";
}

.bi-telephone-forward::before {
	content: "";
}

.bi-telephone-inbound-fill::before {
	content: "";
}

.bi-telephone-inbound::before {
	content: "";
}

.bi-telephone-minus-fill::before {
	content: "";
}

.bi-telephone-minus::before {
	content: "";
}

.bi-telephone-outbound-fill::before {
	content: "";
}

.bi-telephone-outbound::before {
	content: "";
}

.bi-telephone-plus-fill::before {
	content: "";
}

.bi-telephone-plus::before {
	content: "";
}

.bi-telephone-x-fill::before {
	content: "";
}

.bi-telephone-x::before {
	content: "";
}

.bi-telephone::before {
	content: "";
}

.bi-terminal-fill::before {
	content: "";
}

.bi-terminal::before {
	content: "";
}

.bi-text-center::before {
	content: "";
}

.bi-text-indent-left::before {
	content: "";
}

.bi-text-indent-right::before {
	content: "";
}

.bi-text-left::before {
	content: "";
}

.bi-text-paragraph::before {
	content: "";
}

.bi-text-right::before {
	content: "";
}

.bi-textarea-resize::before {
	content: "";
}

.bi-textarea-t::before {
	content: "";
}

.bi-textarea::before {
	content: "";
}

.bi-thermometer-half::before {
	content: "";
}

.bi-thermometer-high::before {
	content: "";
}

.bi-thermometer-low::before {
	content: "";
}

.bi-thermometer-snow::before {
	content: "";
}

.bi-thermometer-sun::before {
	content: "";
}

.bi-thermometer::before {
	content: "";
}

.bi-three-dots-vertical::before {
	content: "";
}

.bi-three-dots::before {
	content: "";
}

.bi-toggle-off::before {
	content: "";
}

.bi-toggle-on::before {
	content: "";
}

.bi-toggle2-off::before {
	content: "";
}

.bi-toggle2-on::before {
	content: "";
}

.bi-toggles::before {
	content: "";
}

.bi-toggles2::before {
	content: "";
}

.bi-tools::before {
	content: "";
}

.bi-tornado::before {
	content: "";
}

.bi-trash-fill::before {
	content: "";
}

.bi-trash::before {
	content: "";
}

.bi-trash2-fill::before {
	content: "";
}

.bi-trash2::before {
	content: "";
}

.bi-tree-fill::before {
	content: "";
}

.bi-tree::before {
	content: "";
}

.bi-triangle-fill::before {
	content: "";
}

.bi-triangle-half::before {
	content: "";
}

.bi-triangle::before {
	content: "";
}

.bi-trophy-fill::before {
	content: "";
}

.bi-trophy::before {
	content: "";
}

.bi-tropical-storm::before {
	content: "";
}

.bi-truck-flatbed::before {
	content: "";
}

.bi-truck::before {
	content: "";
}

.bi-tsunami::before {
	content: "";
}

.bi-tv-fill::before {
	content: "";
}

.bi-tv::before {
	content: "";
}

.bi-twitch::before {
	content: "";
}

.bi-twitter::before {
	content: "";
}

.bi-type-bold::before {
	content: "";
}

.bi-type-h1::before {
	content: "";
}

.bi-type-h2::before {
	content: "";
}

.bi-type-h3::before {
	content: "";
}

.bi-type-italic::before {
	content: "";
}

.bi-type-strikethrough::before {
	content: "";
}

.bi-type-underline::before {
	content: "";
}

.bi-type::before {
	content: "";
}

.bi-ui-checks-grid::before {
	content: "";
}

.bi-ui-checks::before {
	content: "";
}

.bi-ui-radios-grid::before {
	content: "";
}

.bi-ui-radios::before {
	content: "";
}

.bi-umbrella-fill::before {
	content: "";
}

.bi-umbrella::before {
	content: "";
}

.bi-union::before {
	content: "";
}

.bi-unlock-fill::before {
	content: "";
}

.bi-unlock::before {
	content: "";
}

.bi-upc-scan::before {
	content: "";
}

.bi-upc::before {
	content: "";
}

.bi-upload::before {
	content: "";
}

.bi-vector-pen::before {
	content: "";
}

.bi-view-list::before {
	content: "";
}

.bi-view-stacked::before {
	content: "";
}

.bi-vinyl-fill::before {
	content: "";
}

.bi-vinyl::before {
	content: "";
}

.bi-voicemail::before {
	content: "";
}

.bi-volume-down-fill::before {
	content: "";
}

.bi-volume-down::before {
	content: "";
}

.bi-volume-mute-fill::before {
	content: "";
}

.bi-volume-mute::before {
	content: "";
}

.bi-volume-off-fill::before {
	content: "";
}

.bi-volume-off::before {
	content: "";
}

.bi-volume-up-fill::before {
	content: "";
}

.bi-volume-up::before {
	content: "";
}

.bi-vr::before {
	content: "";
}

.bi-wallet-fill::before {
	content: "";
}

.bi-wallet::before {
	content: "";
}

.bi-wallet2::before {
	content: "";
}

.bi-watch::before {
	content: "";
}

.bi-water::before {
	content: "";
}

.bi-whatsapp::before {
	content: "";
}

.bi-wifi-1::before {
	content: "";
}

.bi-wifi-2::before {
	content: "";
}

.bi-wifi-off::before {
	content: "";
}

.bi-wifi::before {
	content: "";
}

.bi-wind::before {
	content: "";
}

.bi-window-dock::before {
	content: "";
}

.bi-window-sidebar::before {
	content: "";
}

.bi-window::before {
	content: "";
}

.bi-wrench::before {
	content: "";
}

.bi-x-circle-fill::before {
	content: "";
}

.bi-x-circle::before {
	content: "";
}

.bi-x-diamond-fill::before {
	content: "";
}

.bi-x-diamond::before {
	content: "";
}

.bi-x-octagon-fill::before {
	content: "";
}

.bi-x-octagon::before {
	content: "";
}

.bi-x-square-fill::before {
	content: "";
}

.bi-x-square::before {
	content: "";
}

.bi-x::before {
	content: "";
}

.bi-youtube::before {
	content: "";
}

.bi-zoom-in::before {
	content: "";
}

.bi-zoom-out::before {
	content: "";
}

.bi-bank::before {
	content: "";
}

.bi-bank2::before {
	content: "";
}

.bi-bell-slash-fill::before {
	content: "";
}

.bi-bell-slash::before {
	content: "";
}

.bi-cash-coin::before {
	content: "";
}

.bi-check-lg::before {
	content: "";
}

.bi-coin::before {
	content: "";
}

.bi-currency-bitcoin::before {
	content: "";
}

.bi-currency-dollar::before {
	content: "";
}

.bi-currency-euro::before {
	content: "";
}

.bi-currency-exchange::before {
	content: "";
}

.bi-currency-pound::before {
	content: "";
}

.bi-currency-yen::before {
	content: "";
}

.bi-dash-lg::before {
	content: "";
}

.bi-exclamation-lg::before {
	content: "";
}

.bi-file-earmark-pdf-fill::before {
	content: "";
}

.bi-file-earmark-pdf::before {
	content: "";
}

.bi-file-pdf-fill::before {
	content: "";
}

.bi-file-pdf::before {
	content: "";
}

.bi-gender-ambiguous::before {
	content: "";
}

.bi-gender-female::before {
	content: "";
}

.bi-gender-male::before {
	content: "";
}

.bi-gender-trans::before {
	content: "";
}

.bi-headset-vr::before {
	content: "";
}

.bi-info-lg::before {
	content: "";
}

.bi-mastodon::before {
	content: "";
}

.bi-messenger::before {
	content: "";
}

.bi-piggy-bank-fill::before {
	content: "";
}

.bi-piggy-bank::before {
	content: "";
}

.bi-pin-map-fill::before {
	content: "";
}

.bi-pin-map::before {
	content: "";
}

.bi-plus-lg::before {
	content: "";
}

.bi-question-lg::before {
	content: "";
}

.bi-recycle::before {
	content: "";
}

.bi-reddit::before {
	content: "";
}

.bi-safe-fill::before {
	content: "";
}

.bi-safe2-fill::before {
	content: "";
}

.bi-safe2::before {
	content: "";
}

.bi-sd-card-fill::before {
	content: "";
}

.bi-sd-card::before {
	content: "";
}

.bi-skype::before {
	content: "";
}

.bi-slash-lg::before {
	content: "";
}

.bi-translate::before {
	content: "";
}

.bi-x-lg::before {
	content: "";
}

.bi-safe::before {
	content: "";
}

.bi-apple::before {
	content: "";
}

.bi-microsoft::before {
	content: "";
}

.bi-windows::before {
	content: "";
}

.bi-behance::before {
	content: "";
}

.bi-dribbble::before {
	content: "";
}

.bi-line::before {
	content: "";
}

.bi-medium::before {
	content: "";
}

.bi-paypal::before {
	content: "";
}

.bi-pinterest::before {
	content: "";
}

.bi-signal::before {
	content: "";
}

.bi-snapchat::before {
	content: "";
}

.bi-spotify::before {
	content: "";
}

.bi-stack-overflow::before {
	content: "";
}

.bi-strava::before {
	content: "";
}

.bi-wordpress::before {
	content: "";
}

.bi-vimeo::before {
	content: "";
}

.bi-activity::before {
	content: "";
}

.bi-easel2-fill::before {
	content: "";
}

.bi-easel2::before {
	content: "";
}

.bi-easel3-fill::before {
	content: "";
}

.bi-easel3::before {
	content: "";
}

.bi-fan::before {
	content: "";
}

.bi-fingerprint::before {
	content: "";
}

.bi-graph-down-arrow::before {
	content: "";
}

.bi-graph-up-arrow::before {
	content: "";
}

.bi-hypnotize::before {
	content: "";
}

.bi-magic::before {
	content: "";
}

.bi-person-rolodex::before {
	content: "";
}

.bi-person-video::before {
	content: "";
}

.bi-person-video2::before {
	content: "";
}

.bi-person-video3::before {
	content: "";
}

.bi-person-workspace::before {
	content: "";
}

.bi-radioactive::before {
	content: "";
}

.bi-webcam-fill::before {
	content: "";
}

.bi-webcam::before {
	content: "";
}

.bi-yin-yang::before {
	content: "";
}

.bi-bandaid-fill::before {
	content: "";
}

.bi-bandaid::before {
	content: "";
}

.bi-bluetooth::before {
	content: "";
}

.bi-body-text::before {
	content: "";
}

.bi-boombox::before {
	content: "";
}

.bi-boxes::before {
	content: "";
}

.bi-dpad-fill::before {
	content: "";
}

.bi-dpad::before {
	content: "";
}

.bi-ear-fill::before {
	content: "";
}

.bi-ear::before {
	content: "";
}

.bi-envelope-check-fill::before {
	content: "";
}

.bi-envelope-check::before {
	content: "";
}

.bi-envelope-dash-fill::before {
	content: "";
}

.bi-envelope-dash::before {
	content: "";
}

.bi-envelope-exclamation-fill::before {
	content: "";
}

.bi-envelope-exclamation::before {
	content: "";
}

.bi-envelope-plus-fill::before {
	content: "";
}

.bi-envelope-plus::before {
	content: "";
}

.bi-envelope-slash-fill::before {
	content: "";
}

.bi-envelope-slash::before {
	content: "";
}

.bi-envelope-x-fill::before {
	content: "";
}

.bi-envelope-x::before {
	content: "";
}

.bi-explicit-fill::before {
	content: "";
}

.bi-explicit::before {
	content: "";
}

.bi-git::before {
	content: "";
}

.bi-infinity::before {
	content: "";
}

.bi-list-columns-reverse::before {
	content: "";
}

.bi-list-columns::before {
	content: "";
}

.bi-meta::before {
	content: "";
}

.bi-nintendo-switch::before {
	content: "";
}

.bi-pc-display-horizontal::before {
	content: "";
}

.bi-pc-display::before {
	content: "";
}

.bi-pc-horizontal::before {
	content: "";
}

.bi-pc::before {
	content: "";
}

.bi-playstation::before {
	content: "";
}

.bi-plus-slash-minus::before {
	content: "";
}

.bi-projector-fill::before {
	content: "";
}

.bi-projector::before {
	content: "";
}

.bi-qr-code-scan::before {
	content: "";
}

.bi-qr-code::before {
	content: "";
}

.bi-quora::before {
	content: "";
}

.bi-quote::before {
	content: "";
}

.bi-robot::before {
	content: "";
}

.bi-send-check-fill::before {
	content: "";
}

.bi-send-check::before {
	content: "";
}

.bi-send-dash-fill::before {
	content: "";
}

.bi-send-dash::before {
	content: "";
}

.bi-send-exclamation-fill::before {
	content: "";
}

.bi-send-exclamation::before {
	content: "";
}

.bi-send-fill::before {
	content: "";
}

.bi-send-plus-fill::before {
	content: "";
}

.bi-send-plus::before {
	content: "";
}

.bi-send-slash-fill::before {
	content: "";
}

.bi-send-slash::before {
	content: "";
}

.bi-send-x-fill::before {
	content: "";
}

.bi-send-x::before {
	content: "";
}

.bi-send::before {
	content: "";
}

.bi-steam::before {
	content: "";
}

.bi-terminal-dash::before {
	content: "";
}

.bi-terminal-plus::before {
	content: "";
}

.bi-terminal-split::before {
	content: "";
}

.bi-ticket-detailed-fill::before {
	content: "";
}

.bi-ticket-detailed::before {
	content: "";
}

.bi-ticket-fill::before {
	content: "";
}

.bi-ticket-perforated-fill::before {
	content: "";
}

.bi-ticket-perforated::before {
	content: "";
}

.bi-ticket::before {
	content: "";
}

.bi-tiktok::before {
	content: "";
}

.bi-window-dash::before {
	content: "";
}

.bi-window-desktop::before {
	content: "";
}

.bi-window-fullscreen::before {
	content: "";
}

.bi-window-plus::before {
	content: "";
}

.bi-window-split::before {
	content: "";
}

.bi-window-stack::before {
	content: "";
}

.bi-window-x::before {
	content: "";
}

.bi-xbox::before {
	content: "";
}

.bi-ethernet::before {
	content: "";
}

.bi-hdmi-fill::before {
	content: "";
}

.bi-hdmi::before {
	content: "";
}

.bi-usb-c-fill::before {
	content: "";
}

.bi-usb-c::before {
	content: "";
}

.bi-usb-fill::before {
	content: "";
}

.bi-usb-plug-fill::before {
	content: "";
}

.bi-usb-plug::before {
	content: "";
}

.bi-usb-symbol::before {
	content: "";
}

.bi-usb::before {
	content: "";
}

.bi-boombox-fill::before {
	content: "";
}

.bi-displayport::before {
	content: "";
}

.bi-gpu-card::before {
	content: "";
}

.bi-memory::before {
	content: "";
}

.bi-modem-fill::before {
	content: "";
}

.bi-modem::before {
	content: "";
}

.bi-motherboard-fill::before {
	content: "";
}

.bi-motherboard::before {
	content: "";
}

.bi-optical-audio-fill::before {
	content: "";
}

.bi-optical-audio::before {
	content: "";
}

.bi-pci-card::before {
	content: "";
}

.bi-router-fill::before {
	content: "";
}

.bi-router::before {
	content: "";
}

.bi-thunderbolt-fill::before {
	content: "";
}

.bi-thunderbolt::before {
	content: "";
}

.bi-usb-drive-fill::before {
	content: "";
}

.bi-usb-drive::before {
	content: "";
}

.bi-usb-micro-fill::before {
	content: "";
}

.bi-usb-micro::before {
	content: "";
}

.bi-usb-mini-fill::before {
	content: "";
}

.bi-usb-mini::before {
	content: "";
}

.bi-cloud-haze2::before {
	content: "";
}

.bi-device-hdd-fill::before {
	content: "";
}

.bi-device-hdd::before {
	content: "";
}

.bi-device-ssd-fill::before {
	content: "";
}

.bi-device-ssd::before {
	content: "";
}

.bi-displayport-fill::before {
	content: "";
}

.bi-mortarboard-fill::before {
	content: "";
}

.bi-mortarboard::before {
	content: "";
}

.bi-terminal-x::before {
	content: "";
}

.bi-arrow-through-heart-fill::before {
	content: "";
}

.bi-arrow-through-heart::before {
	content: "";
}

.bi-badge-sd-fill::before {
	content: "";
}

.bi-badge-sd::before {
	content: "";
}

.bi-bag-heart-fill::before {
	content: "";
}

.bi-bag-heart::before {
	content: "";
}

.bi-balloon-fill::before {
	content: "";
}

.bi-balloon-heart-fill::before {
	content: "";
}

.bi-balloon-heart::before {
	content: "";
}

.bi-balloon::before {
	content: "";
}

.bi-box2-fill::before {
	content: "";
}

.bi-box2-heart-fill::before {
	content: "";
}

.bi-box2-heart::before {
	content: "";
}

.bi-box2::before {
	content: "";
}

.bi-braces-asterisk::before {
	content: "";
}

.bi-calendar-heart-fill::before {
	content: "";
}

.bi-calendar-heart::before {
	content: "";
}

.bi-calendar2-heart-fill::before {
	content: "";
}

.bi-calendar2-heart::before {
	content: "";
}

.bi-chat-heart-fill::before {
	content: "";
}

.bi-chat-heart::before {
	content: "";
}

.bi-chat-left-heart-fill::before {
	content: "";
}

.bi-chat-left-heart::before {
	content: "";
}

.bi-chat-right-heart-fill::before {
	content: "";
}

.bi-chat-right-heart::before {
	content: "";
}

.bi-chat-square-heart-fill::before {
	content: "";
}

.bi-chat-square-heart::before {
	content: "";
}

.bi-clipboard-check-fill::before {
	content: "";
}

.bi-clipboard-data-fill::before {
	content: "";
}

.bi-clipboard-fill::before {
	content: "";
}

.bi-clipboard-heart-fill::before {
	content: "";
}

.bi-clipboard-heart::before {
	content: "";
}

.bi-clipboard-minus-fill::before {
	content: "";
}

.bi-clipboard-plus-fill::before {
	content: "";
}

.bi-clipboard-pulse::before {
	content: "";
}

.bi-clipboard-x-fill::before {
	content: "";
}

.bi-clipboard2-check-fill::before {
	content: "";
}

.bi-clipboard2-check::before {
	content: "";
}

.bi-clipboard2-data-fill::before {
	content: "";
}

.bi-clipboard2-data::before {
	content: "";
}

.bi-clipboard2-fill::before {
	content: "";
}

.bi-clipboard2-heart-fill::before {
	content: "";
}

.bi-clipboard2-heart::before {
	content: "";
}

.bi-clipboard2-minus-fill::before {
	content: "";
}

.bi-clipboard2-minus::before {
	content: "";
}

.bi-clipboard2-plus-fill::before {
	content: "";
}

.bi-clipboard2-plus::before {
	content: "";
}

.bi-clipboard2-pulse-fill::before {
	content: "";
}

.bi-clipboard2-pulse::before {
	content: "";
}

.bi-clipboard2-x-fill::before {
	content: "";
}

.bi-clipboard2-x::before {
	content: "";
}

.bi-clipboard2::before {
	content: "";
}

.bi-emoji-kiss-fill::before {
	content: "";
}

.bi-emoji-kiss::before {
	content: "";
}

.bi-envelope-heart-fill::before {
	content: "";
}

.bi-envelope-heart::before {
	content: "";
}

.bi-envelope-open-heart-fill::before {
	content: "";
}

.bi-envelope-open-heart::before {
	content: "";
}

.bi-envelope-paper-fill::before {
	content: "";
}

.bi-envelope-paper-heart-fill::before {
	content: "";
}

.bi-envelope-paper-heart::before {
	content: "";
}

.bi-envelope-paper::before {
	content: "";
}

.bi-filetype-aac::before {
	content: "";
}

.bi-filetype-ai::before {
	content: "";
}

.bi-filetype-bmp::before {
	content: "";
}

.bi-filetype-cs::before {
	content: "";
}

.bi-filetype-css::before {
	content: "";
}

.bi-filetype-csv::before {
	content: "";
}

.bi-filetype-doc::before {
	content: "";
}

.bi-filetype-docx::before {
	content: "";
}

.bi-filetype-exe::before {
	content: "";
}

.bi-filetype-gif::before {
	content: "";
}

.bi-filetype-heic::before {
	content: "";
}

.bi-filetype-html::before {
	content: "";
}

.bi-filetype-java::before {
	content: "";
}

.bi-filetype-jpg::before {
	content: "";
}

.bi-filetype-js::before {
	content: "";
}

.bi-filetype-jsx::before {
	content: "";
}

.bi-filetype-key::before {
	content: "";
}

.bi-filetype-m4p::before {
	content: "";
}

.bi-filetype-md::before {
	content: "";
}

.bi-filetype-mdx::before {
	content: "";
}

.bi-filetype-mov::before {
	content: "";
}

.bi-filetype-mp3::before {
	content: "";
}

.bi-filetype-mp4::before {
	content: "";
}

.bi-filetype-otf::before {
	content: "";
}

.bi-filetype-pdf::before {
	content: "";
}

.bi-filetype-php::before {
	content: "";
}

.bi-filetype-png::before {
	content: "";
}

.bi-filetype-ppt::before {
	content: "";
}

.bi-filetype-psd::before {
	content: "";
}

.bi-filetype-py::before {
	content: "";
}

.bi-filetype-raw::before {
	content: "";
}

.bi-filetype-rb::before {
	content: "";
}

.bi-filetype-sass::before {
	content: "";
}

.bi-filetype-scss::before {
	content: "";
}

.bi-filetype-sh::before {
	content: "";
}

.bi-filetype-svg::before {
	content: "";
}

.bi-filetype-tiff::before {
	content: "";
}

.bi-filetype-tsx::before {
	content: "";
}

.bi-filetype-ttf::before {
	content: "";
}

.bi-filetype-txt::before {
	content: "";
}

.bi-filetype-wav::before {
	content: "";
}

.bi-filetype-woff::before {
	content: "";
}

.bi-filetype-xls::before {
	content: "";
}

.bi-filetype-xml::before {
	content: "";
}

.bi-filetype-yml::before {
	content: "";
}

.bi-heart-arrow::before {
	content: "";
}

.bi-heart-pulse-fill::before {
	content: "";
}

.bi-heart-pulse::before {
	content: "";
}

.bi-heartbreak-fill::before {
	content: "";
}

.bi-heartbreak::before {
	content: "";
}

.bi-hearts::before {
	content: "";
}

.bi-hospital-fill::before {
	content: "";
}

.bi-hospital::before {
	content: "";
}

.bi-house-heart-fill::before {
	content: "";
}

.bi-house-heart::before {
	content: "";
}

.bi-incognito::before {
	content: "";
}

.bi-magnet-fill::before {
	content: "";
}

.bi-magnet::before {
	content: "";
}

.bi-person-heart::before {
	content: "";
}

.bi-person-hearts::before {
	content: "";
}

.bi-phone-flip::before {
	content: "";
}

.bi-plugin::before {
	content: "";
}

.bi-postage-fill::before {
	content: "";
}

.bi-postage-heart-fill::before {
	content: "";
}

.bi-postage-heart::before {
	content: "";
}

.bi-postage::before {
	content: "";
}

.bi-postcard-fill::before {
	content: "";
}

.bi-postcard-heart-fill::before {
	content: "";
}

.bi-postcard-heart::before {
	content: "";
}

.bi-postcard::before {
	content: "";
}

.bi-search-heart-fill::before {
	content: "";
}

.bi-search-heart::before {
	content: "";
}

.bi-sliders2-vertical::before {
	content: "";
}

.bi-sliders2::before {
	content: "";
}

.bi-trash3-fill::before {
	content: "";
}

.bi-trash3::before {
	content: "";
}

.bi-valentine::before {
	content: "";
}

.bi-valentine2::before {
	content: "";
}

.bi-wrench-adjustable-circle-fill::before {
	content: "";
}

.bi-wrench-adjustable-circle::before {
	content: "";
}

.bi-wrench-adjustable::before {
	content: "";
}

.bi-filetype-json::before {
	content: "";
}

.bi-filetype-pptx::before {
	content: "";
}

.bi-filetype-xlsx::before {
	content: "";
}

.bi-1-circle-fill::before {
	content: "";
}

.bi-1-circle::before {
	content: "";
}

.bi-1-square-fill::before {
	content: "";
}

.bi-1-square::before {
	content: "";
}

.bi-2-circle-fill::before {
	content: "";
}

.bi-2-circle::before {
	content: "";
}

.bi-2-square-fill::before {
	content: "";
}

.bi-2-square::before {
	content: "";
}

.bi-3-circle-fill::before {
	content: "";
}

.bi-3-circle::before {
	content: "";
}

.bi-3-square-fill::before {
	content: "";
}

.bi-3-square::before {
	content: "";
}

.bi-4-circle-fill::before {
	content: "";
}

.bi-4-circle::before {
	content: "";
}

.bi-4-square-fill::before {
	content: "";
}

.bi-4-square::before {
	content: "";
}

.bi-5-circle-fill::before {
	content: "";
}

.bi-5-circle::before {
	content: "";
}

.bi-5-square-fill::before {
	content: "";
}

.bi-5-square::before {
	content: "";
}

.bi-6-circle-fill::before {
	content: "";
}

.bi-6-circle::before {
	content: "";
}

.bi-6-square-fill::before {
	content: "";
}

.bi-6-square::before {
	content: "";
}

.bi-7-circle-fill::before {
	content: "";
}

.bi-7-circle::before {
	content: "";
}

.bi-7-square-fill::before {
	content: "";
}

.bi-7-square::before {
	content: "";
}

.bi-8-circle-fill::before {
	content: "";
}

.bi-8-circle::before {
	content: "";
}

.bi-8-square-fill::before {
	content: "";
}

.bi-8-square::before {
	content: "";
}

.bi-9-circle-fill::before {
	content: "";
}

.bi-9-circle::before {
	content: "";
}

.bi-9-square-fill::before {
	content: "";
}

.bi-9-square::before {
	content: "";
}

.bi-airplane-engines-fill::before {
	content: "";
}

.bi-airplane-engines::before {
	content: "";
}

.bi-airplane-fill::before {
	content: "";
}

.bi-airplane::before {
	content: "";
}

.bi-alexa::before {
	content: "";
}

.bi-alipay::before {
	content: "";
}

.bi-android::before {
	content: "";
}

.bi-android2::before {
	content: "";
}

.bi-box-fill::before {
	content: "";
}

.bi-box-seam-fill::before {
	content: "";
}

.bi-browser-chrome::before {
	content: "";
}

.bi-browser-edge::before {
	content: "";
}

.bi-browser-firefox::before {
	content: "";
}

.bi-browser-safari::before {
	content: "";
}

.bi-c-circle-fill::before {
	content: "";
}

.bi-c-circle::before {
	content: "";
}

.bi-c-square-fill::before {
	content: "";
}

.bi-c-square::before {
	content: "";
}

.bi-capsule-pill::before {
	content: "";
}

.bi-capsule::before {
	content: "";
}

.bi-car-front-fill::before {
	content: "";
}

.bi-car-front::before {
	content: "";
}

.bi-cassette-fill::before {
	content: "";
}

.bi-cassette::before {
	content: "";
}

.bi-cc-circle-fill::before {
	content: "";
}

.bi-cc-circle::before {
	content: "";
}

.bi-cc-square-fill::before {
	content: "";
}

.bi-cc-square::before {
	content: "";
}

.bi-cup-hot-fill::before {
	content: "";
}

.bi-cup-hot::before {
	content: "";
}

.bi-currency-rupee::before {
	content: "";
}

.bi-dropbox::before {
	content: "";
}

.bi-escape::before {
	content: "";
}

.bi-fast-forward-btn-fill::before {
	content: "";
}

.bi-fast-forward-btn::before {
	content: "";
}

.bi-fast-forward-circle-fill::before {
	content: "";
}

.bi-fast-forward-circle::before {
	content: "";
}

.bi-fast-forward-fill::before {
	content: "";
}

.bi-fast-forward::before {
	content: "";
}

.bi-filetype-sql::before {
	content: "";
}

.bi-fire::before {
	content: "";
}

.bi-google-play::before {
	content: "";
}

.bi-h-circle-fill::before {
	content: "";
}

.bi-h-circle::before {
	content: "";
}

.bi-h-square-fill::before {
	content: "";
}

.bi-h-square::before {
	content: "";
}

.bi-indent::before {
	content: "";
}

.bi-lungs-fill::before {
	content: "";
}

.bi-lungs::before {
	content: "";
}

.bi-microsoft-teams::before {
	content: "";
}

.bi-p-circle-fill::before {
	content: "";
}

.bi-p-circle::before {
	content: "";
}

.bi-p-square-fill::before {
	content: "";
}

.bi-p-square::before {
	content: "";
}

.bi-pass-fill::before {
	content: "";
}

.bi-pass::before {
	content: "";
}

.bi-prescription::before {
	content: "";
}

.bi-prescription2::before {
	content: "";
}

.bi-r-circle-fill::before {
	content: "";
}

.bi-r-circle::before {
	content: "";
}

.bi-r-square-fill::before {
	content: "";
}

.bi-r-square::before {
	content: "";
}

.bi-repeat-1::before {
	content: "";
}

.bi-repeat::before {
	content: "";
}

.bi-rewind-btn-fill::before {
	content: "";
}

.bi-rewind-btn::before {
	content: "";
}

.bi-rewind-circle-fill::before {
	content: "";
}

.bi-rewind-circle::before {
	content: "";
}

.bi-rewind-fill::before {
	content: "";
}

.bi-rewind::before {
	content: "";
}

.bi-train-freight-front-fill::before {
	content: "";
}

.bi-train-freight-front::before {
	content: "";
}

.bi-train-front-fill::before {
	content: "";
}

.bi-train-front::before {
	content: "";
}

.bi-train-lightrail-front-fill::before {
	content: "";
}

.bi-train-lightrail-front::before {
	content: "";
}

.bi-truck-front-fill::before {
	content: "";
}

.bi-truck-front::before {
	content: "";
}

.bi-ubuntu::before {
	content: "";
}

.bi-unindent::before {
	content: "";
}

.bi-unity::before {
	content: "";
}

.bi-universal-access-circle::before {
	content: "";
}

.bi-universal-access::before {
	content: "";
}

.bi-virus::before {
	content: "";
}

.bi-virus2::before {
	content: "";
}

.bi-wechat::before {
	content: "";
}

.bi-yelp::before {
	content: "";
}

.bi-sign-stop-fill::before {
	content: "";
}

.bi-sign-stop-lights-fill::before {
	content: "";
}

.bi-sign-stop-lights::before {
	content: "";
}

.bi-sign-stop::before {
	content: "";
}

.bi-sign-turn-left-fill::before {
	content: "";
}

.bi-sign-turn-left::before {
	content: "";
}

.bi-sign-turn-right-fill::before {
	content: "";
}

.bi-sign-turn-right::before {
	content: "";
}

.bi-sign-turn-slight-left-fill::before {
	content: "";
}

.bi-sign-turn-slight-left::before {
	content: "";
}

.bi-sign-turn-slight-right-fill::before {
	content: "";
}

.bi-sign-turn-slight-right::before {
	content: "";
}

.bi-sign-yield-fill::before {
	content: "";
}

.bi-sign-yield::before {
	content: "";
}

.bi-ev-station-fill::before {
	content: "";
}

.bi-ev-station::before {
	content: "";
}

.bi-fuel-pump-diesel-fill::before {
	content: "";
}

.bi-fuel-pump-diesel::before {
	content: "";
}

.bi-fuel-pump-fill::before {
	content: "";
}

.bi-fuel-pump::before {
	content: "";
}

.bi-0-circle-fill::before {
	content: "";
}

.bi-0-circle::before {
	content: "";
}

.bi-0-square-fill::before {
	content: "";
}

.bi-0-square::before {
	content: "";
}

.bi-rocket-fill::before {
	content: "";
}

.bi-rocket-takeoff-fill::before {
	content: "";
}

.bi-rocket-takeoff::before {
	content: "";
}

.bi-rocket::before {
	content: "";
}

.bi-stripe::before {
	content: "";
}

.bi-subscript::before {
	content: "";
}

.bi-superscript::before {
	content: "";
}

.bi-trello::before {
	content: "";
}

.bi-envelope-at-fill::before {
	content: "";
}

.bi-envelope-at::before {
	content: "";
}

.bi-regex::before {
	content: "";
}

.bi-text-wrap::before {
	content: "";
}

.bi-sign-dead-end-fill::before {
	content: "";
}

.bi-sign-dead-end::before {
	content: "";
}

.bi-sign-do-not-enter-fill::before {
	content: "";
}

.bi-sign-do-not-enter::before {
	content: "";
}

.bi-sign-intersection-fill::before {
	content: "";
}

.bi-sign-intersection-side-fill::before {
	content: "";
}

.bi-sign-intersection-side::before {
	content: "";
}

.bi-sign-intersection-t-fill::before {
	content: "";
}

.bi-sign-intersection-t::before {
	content: "";
}

.bi-sign-intersection-y-fill::before {
	content: "";
}

.bi-sign-intersection-y::before {
	content: "";
}

.bi-sign-intersection::before {
	content: "";
}

.bi-sign-merge-left-fill::before {
	content: "";
}

.bi-sign-merge-left::before {
	content: "";
}

.bi-sign-merge-right-fill::before {
	content: "";
}

.bi-sign-merge-right::before {
	content: "";
}

.bi-sign-no-left-turn-fill::before {
	content: "";
}

.bi-sign-no-left-turn::before {
	content: "";
}

.bi-sign-no-parking-fill::before {
	content: "";
}

.bi-sign-no-parking::before {
	content: "";
}

.bi-sign-no-right-turn-fill::before {
	content: "";
}

.bi-sign-no-right-turn::before {
	content: "";
}

.bi-sign-railroad-fill::before {
	content: "";
}

.bi-sign-railroad::before {
	content: "";
}

.bi-building-add::before {
	content: "";
}

.bi-building-check::before {
	content: "";
}

.bi-building-dash::before {
	content: "";
}

.bi-building-down::before {
	content: "";
}

.bi-building-exclamation::before {
	content: "";
}

.bi-building-fill-add::before {
	content: "";
}

.bi-building-fill-check::before {
	content: "";
}

.bi-building-fill-dash::before {
	content: "";
}

.bi-building-fill-down::before {
	content: "";
}

.bi-building-fill-exclamation::before {
	content: "";
}

.bi-building-fill-gear::before {
	content: "";
}

.bi-building-fill-lock::before {
	content: "";
}

.bi-building-fill-slash::before {
	content: "";
}

.bi-building-fill-up::before {
	content: "";
}

.bi-building-fill-x::before {
	content: "";
}

.bi-building-fill::before {
	content: "";
}

.bi-building-gear::before {
	content: "";
}

.bi-building-lock::before {
	content: "";
}

.bi-building-slash::before {
	content: "";
}

.bi-building-up::before {
	content: "";
}

.bi-building-x::before {
	content: "";
}

.bi-buildings-fill::before {
	content: "";
}

.bi-buildings::before {
	content: "";
}

.bi-bus-front-fill::before {
	content: "";
}

.bi-bus-front::before {
	content: "";
}

.bi-ev-front-fill::before {
	content: "";
}

.bi-ev-front::before {
	content: "";
}

.bi-globe-americas::before {
	content: "";
}

.bi-globe-asia-australia::before {
	content: "";
}

.bi-globe-central-south-asia::before {
	content: "";
}

.bi-globe-europe-africa::before {
	content: "";
}

.bi-house-add-fill::before {
	content: "";
}

.bi-house-add::before {
	content: "";
}

.bi-house-check-fill::before {
	content: "";
}

.bi-house-check::before {
	content: "";
}

.bi-house-dash-fill::before {
	content: "";
}

.bi-house-dash::before {
	content: "";
}

.bi-house-down-fill::before {
	content: "";
}

.bi-house-down::before {
	content: "";
}

.bi-house-exclamation-fill::before {
	content: "";
}

.bi-house-exclamation::before {
	content: "";
}

.bi-house-gear-fill::before {
	content: "";
}

.bi-house-gear::before {
	content: "";
}

.bi-house-lock-fill::before {
	content: "";
}

.bi-house-lock::before {
	content: "";
}

.bi-house-slash-fill::before {
	content: "";
}

.bi-house-slash::before {
	content: "";
}

.bi-house-up-fill::before {
	content: "";
}

.bi-house-up::before {
	content: "";
}

.bi-house-x-fill::before {
	content: "";
}

.bi-house-x::before {
	content: "";
}

.bi-person-add::before {
	content: "";
}

.bi-person-down::before {
	content: "";
}

.bi-person-exclamation::before {
	content: "";
}

.bi-person-fill-add::before {
	content: "";
}

.bi-person-fill-check::before {
	content: "";
}

.bi-person-fill-dash::before {
	content: "";
}

.bi-person-fill-down::before {
	content: "";
}

.bi-person-fill-exclamation::before {
	content: "";
}

.bi-person-fill-gear::before {
	content: "";
}

.bi-person-fill-lock::before {
	content: "";
}

.bi-person-fill-slash::before {
	content: "";
}

.bi-person-fill-up::before {
	content: "";
}

.bi-person-fill-x::before {
	content: "";
}

.bi-person-gear::before {
	content: "";
}

.bi-person-lock::before {
	content: "";
}

.bi-person-slash::before {
	content: "";
}

.bi-person-up::before {
	content: "";
}

.bi-scooter::before {
	content: "";
}

.bi-taxi-front-fill::before {
	content: "";
}

.bi-taxi-front::before {
	content: "";
}

.bi-amd::before {
	content: "";
}

.bi-database-add::before {
	content: "";
}

.bi-database-check::before {
	content: "";
}

.bi-database-dash::before {
	content: "";
}

.bi-database-down::before {
	content: "";
}

.bi-database-exclamation::before {
	content: "";
}

.bi-database-fill-add::before {
	content: "";
}

.bi-database-fill-check::before {
	content: "";
}

.bi-database-fill-dash::before {
	content: "";
}

.bi-database-fill-down::before {
	content: "";
}

.bi-database-fill-exclamation::before {
	content: "";
}

.bi-database-fill-gear::before {
	content: "";
}

.bi-database-fill-lock::before {
	content: "";
}

.bi-database-fill-slash::before {
	content: "";
}

.bi-database-fill-up::before {
	content: "";
}

.bi-database-fill-x::before {
	content: "";
}

.bi-database-fill::before {
	content: "";
}

.bi-database-gear::before {
	content: "";
}

.bi-database-lock::before {
	content: "";
}

.bi-database-slash::before {
	content: "";
}

.bi-database-up::before {
	content: "";
}

.bi-database-x::before {
	content: "";
}

.bi-database::before {
	content: "";
}

.bi-houses-fill::before {
	content: "";
}

.bi-houses::before {
	content: "";
}

.bi-nvidia::before {
	content: "";
}

.bi-person-vcard-fill::before {
	content: "";
}

.bi-person-vcard::before {
	content: "";
}

.bi-sina-weibo::before {
	content: "";
}

.bi-tencent-qq::before {
	content: "";
}

.bi-wikipedia::before {
	content: "";
}

.bi-alphabet-uppercase::before {
	content: "";
}

.bi-alphabet::before {
	content: "";
}

.bi-amazon::before {
	content: "";
}

.bi-arrows-collapse-vertical::before {
	content: "";
}

.bi-arrows-expand-vertical::before {
	content: "";
}

.bi-arrows-vertical::before {
	content: "";
}

.bi-arrows::before {
	content: "";
}

.bi-ban-fill::before {
	content: "";
}

.bi-ban::before {
	content: "";
}

.bi-bing::before {
	content: "";
}

.bi-cake::before {
	content: "";
}

.bi-cake2::before {
	content: "";
}

.bi-cookie::before {
	content: "";
}

.bi-copy::before {
	content: "";
}

.bi-crosshair::before {
	content: "";
}

.bi-crosshair2::before {
	content: "";
}

.bi-emoji-astonished-fill::before {
	content: "";
}

.bi-emoji-astonished::before {
	content: "";
}

.bi-emoji-grimace-fill::before {
	content: "";
}

.bi-emoji-grimace::before {
	content: "";
}

.bi-emoji-grin-fill::before {
	content: "";
}

.bi-emoji-grin::before {
	content: "";
}

.bi-emoji-surprise-fill::before {
	content: "";
}

.bi-emoji-surprise::before {
	content: "";
}

.bi-emoji-tear-fill::before {
	content: "";
}

.bi-emoji-tear::before {
	content: "";
}

.bi-envelope-arrow-down-fill::before {
	content: "";
}

.bi-envelope-arrow-down::before {
	content: "";
}

.bi-envelope-arrow-up-fill::before {
	content: "";
}

.bi-envelope-arrow-up::before {
	content: "";
}

.bi-feather::before {
	content: "";
}

.bi-feather2::before {
	content: "";
}

.bi-floppy-fill::before {
	content: "";
}

.bi-floppy::before {
	content: "";
}

.bi-floppy2-fill::before {
	content: "";
}

.bi-floppy2::before {
	content: "";
}

.bi-gitlab::before {
	content: "";
}

.bi-highlighter::before {
	content: "";
}

.bi-marker-tip::before {
	content: "";
}

.bi-nvme-fill::before {
	content: "";
}

.bi-nvme::before {
	content: "";
}

.bi-opencollective::before {
	content: "";
}

.bi-pci-card-network::before {
	content: "";
}

.bi-pci-card-sound::before {
	content: "";
}

.bi-radar::before {
	content: "";
}

.bi-send-arrow-down-fill::before {
	content: "";
}

.bi-send-arrow-down::before {
	content: "";
}

.bi-send-arrow-up-fill::before {
	content: "";
}

.bi-send-arrow-up::before {
	content: "";
}

.bi-sim-slash-fill::before {
	content: "";
}

.bi-sim-slash::before {
	content: "";
}

.bi-sourceforge::before {
	content: "";
}

.bi-substack::before {
	content: "";
}

.bi-threads-fill::before {
	content: "";
}

.bi-threads::before {
	content: "";
}

.bi-transparency::before {
	content: "";
}

.bi-twitter-x::before {
	content: "";
}

.bi-type-h4::before {
	content: "";
}

.bi-type-h5::before {
	content: "";
}

.bi-type-h6::before {
	content: "";
}

.bi-backpack-fill::before {
	content: "";
}

.bi-backpack::before {
	content: "";
}

.bi-backpack2-fill::before {
	content: "";
}

.bi-backpack2::before {
	content: "";
}

.bi-backpack3-fill::before {
	content: "";
}

.bi-backpack3::before {
	content: "";
}

.bi-backpack4-fill::before {
	content: "";
}

.bi-backpack4::before {
	content: "";
}

.bi-brilliance::before {
	content: "";
}

.bi-cake-fill::before {
	content: "";
}

.bi-cake2-fill::before {
	content: "";
}

.bi-duffle-fill::before {
	content: "";
}

.bi-duffle::before {
	content: "";
}

.bi-exposure::before {
	content: "";
}

.bi-gender-neuter::before {
	content: "";
}

.bi-highlights::before {
	content: "";
}

.bi-luggage-fill::before {
	content: "";
}

.bi-luggage::before {
	content: "";
}

.bi-mailbox-flag::before {
	content: "";
}

.bi-mailbox2-flag::before {
	content: "";
}

.bi-noise-reduction::before {
	content: "";
}

.bi-passport-fill::before {
	content: "";
}

.bi-passport::before {
	content: "";
}

.bi-person-arms-up::before {
	content: "";
}

.bi-person-raised-hand::before {
	content: "";
}

.bi-person-standing-dress::before {
	content: "";
}

.bi-person-standing::before {
	content: "";
}

.bi-person-walking::before {
	content: "";
}

.bi-person-wheelchair::before {
	content: "";
}

.bi-shadows::before {
	content: "";
}

.bi-suitcase-fill::before {
	content: "";
}

.bi-suitcase-lg-fill::before {
	content: "";
}

.bi-suitcase-lg::before {
	content: "";
}

.bi-suitcase::before {
	content: "豈";
}

.bi-suitcase2-fill::before {
	content: "更";
}

.bi-suitcase2::before {
	content: "車";
}

.bi-vignette::before {
	content: "賈";
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
	--insur-font: "DM Sans", sans-serif;
	--insur-reey-font: "reeyregular";
	--insur-gray: #696e77;
	--insur-gray-rgb: 105, 110, 119;
	--insur-white: #fff;
	--insur-white-rgb: 255, 255, 255;
	--insur-base: #015fc9;
	--insur-base-rgb: 1, 95, 201;
	--insur-black: #16243d;
	--insur-black-rgb: 22, 36, 61;
	--insur-primary: #0ce0ff;
	--insur-primary-rgb: 12, 224, 255;
	--insur-extra: #f2f5f9;
	--insur-extra-rgb: 242, 245, 249;
	--insur-bdr-color: #e0e4e8;
	--insur-bdr-color-rgb: 224, 228, 232;
	--insur-bdr-radius: 10px;
	--insur-letter-spacing: -.02em;
}

.black-title {
	color: var(--insur-black) !important;
}

.theme-color {
	color: var(--insur-primary) !important;
}

.row {
	--bs-gutter-x: 30px;
}

.gutter-y-30 {
	--bs-gutter-y: 30px;
}

body {
	font-family: var(--insur-font);
	color: var(--insur-gray);
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	direction: ltr;
}

body.locked {
	overflow: hidden;
}

a {
	color: var(--insur-gray);
}

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

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

::placeholder {
	color: inherit;
	opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
	color: var(--insur-black);
	margin: 0;
}

p {
	margin: 0;
}

dl, ol, ul {
	margin-top: 0;
	margin-bottom: 0;
}

.list-unstyled {
	padding-left: 0;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

::placeholder {
	color: inherit;
	opacity: 1;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
}

.container {
	padding-left: 15px;
	padding-right: 15px;
}

/* @media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
} */
::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

::placeholder {
	color: inherit;
	opacity: 1;
}

.section-separator {
	border-color: var(--insur-border);
	border-width: 1px;
	margin-top: 0;
	margin-bottom: 0;
}

#particles-js {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	opacity: .4;
	z-index: -1;
}

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
	width: 25px;
	height: 25px;
	border-radius: 100%;
	border: 1px solid var(--insur-base, #a47c68);
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	position: fixed;
	pointer-events: none;
	left: 0;
	top: 0;
	-webkit-transform: translate(calc(-50% + 5px), -50%);
	transform: translate(calc(-50% + 5px), -50%);
	z-index: 999991;
	display: none;
}

.custom-cursor__cursor-two {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: var(--insur-base);
	opacity: .3;
	position: fixed;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	pointer-events: none;
	-webkit-transition: width .3s, height .3s, opacity .3s;
	transition: width .3s, height .3s, opacity .3s;
	z-index: 999991;
	display: none;
}

.custom-cursor__hover {
	background-color: var(--insur-base);
	opacity: .4;
}

.custom-cursor__innerhover {
	width: 25px;
	height: 25px;
	opacity: .4;
}

.thm-btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	appearance: none;
	outline: none !important;
	background-color: var(--insur-base);
	color: var(--insur-white);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
	border-radius: var(--insur-bdr-radius);
	padding: 17px 40px 17px;
	transition: all .5s linear;
	overflow: hidden;
	z-index: 1;
}

.thm-btn:hover {
	color: var(--insur-white);
}

.thm-btn:before {
	position: absolute;
	content: "";
	background-color: var(--insur-black);
	width: 120%;
	height: 0;
	padding-bottom: 120%;
	top: -110%;
	left: -10%;
	border-radius: 50%;
	transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
	z-index: -1;
}

.thm-btn:hover::before {
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	transition: transform .4s cubic-bezier(.1, 0, .3, 1);
}

.thm-btn:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: var(--insur-black);
	transform: translate3d(0, -100%, 0);
	transition: transform .4s cubic-bezier(.1, 0, .3, 1);
	z-index: -1;
}

.thm-btn:hover::after {
	transform: translate3d(0, 0, 0);
	transition-duration: .05s;
	transition-delay: .4s;
	transition-timing-function: linear;
}

.section-title {
	position: relative;
	display: block;
	margin-top: -7px;
	margin-bottom: 48px;
}

.section-sub-title-box {
	position: relative;
	display: inline-block;
	margin-left: 40px;
}

.section-sub-title {
	font-size: 16px;
	color: var(--insur-black);
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 3px;
}

.section-title-shape-1 {
	position: absolute;
	top: -1px;
	left: -40px;
}

.section-title-shape-1 img {
	width: auto;
}

.section-title-shape-2 {
	position: absolute;
	top: -1px;
	right: -39px;
}

.section-title-shape-2 img {
	width: auto;
}

.section-title__title {
	margin: 0;
	color: var(--insur-black);
	font-size: 45px;
	line-height: 55px;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active, .bootstrap-select .btn-light:not(:disabled):not(.disabled):active, .bootstrap-select .show>.btn-light.dropdown-toggle {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: none !important;
}

.bootstrap-select .dropdown-menu {
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	z-index: 991;
	border-radius: 10px;
}

.bootstrap-select .dropdown-menu>li+li>a {
	border-top: 1px solid rgba(255, 255, 255, .2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
	background: var(--insur-primary);
	color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
	font-size: 16px;
	font-weight: 500;
	padding: 10px 20px;
	color: #fff;
	background: var(--insur-base);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
	background: var(--insur-white);
	color: var(--insur-base);
	cursor: pointer;
}

.preloader {
	position: fixed;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.preloader__image {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background-image: url("https://cdn-ilbjidl.nitrocdn.com/ZPXGoVYoNSXjhJZnLTEmhtUuOXhjJoXC/assets/images/optimized/rev-10f9e06/argfinance.com.au/wp-content/themes/argfinance/includes/images/loader.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px auto;
	width: 100%;
	height: 100%;
}

.preloader__image.nitro-lazy {
	background-image: none !important;
}

/* scroll to top */
.scroll-to-top {
	display: inline-block;
	display: none;
	width: 45px;
	height: 45px;
	background: var(--insur-base);
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 99;
	text-align: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	transition: all .4s ease;
	border-radius: 50%;
}

.scroll-to-top i {
	color: #fff;
	font-size: 18px;
	line-height: 45px;
}

.scroll-to-top:hover {
	background-color: var(--insur-base);
}

.scroll-to-top:hover i {
	color: #fff;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
	position: relative;
	position: relative;
	display: block;
	width: 100%;
	background: transparent;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 99;
}

.main-header__top {
	position: relative;
	display: block;
	background-color: var(--insur-black);
	padding: 7px 0;
}

.main-header__top-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main-header__top-address {
	position: relative;
	display: block;
}

.main-header__top-address-list {
	position: relative;
	display: flex;
	align-items: center;
}

.main-header__top-address-list li {
	position: relative;
	display: flex;
	align-items: center;
}

.main-header__top-address-list li+li {
	margin-left: 30px;
}

.main-header__top-address-list li .icon {
	position: relative;
	display: flex;
	align-items: center;
}

.main-header__top-address-list li .icon span {
	font-size: 13px;
	color: var(--insur-base);
}

.main-header__top-address-list li .text {
	margin-left: 10px;
}

.main-header__top-address-list li .text p {
	font-size: 13px;
	color: #97a2b7;
	line-height: 15px;
	letter-spacing: var(--insur-letter-spacing);
}

.main-header__top-address-list li .text p a {
	color: #97a2b7;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header__top-address-list li .text p a:hover {
	color: var(--insur-base);
}

.main-header__top-right {
	position: relative;
	display: flex;
	align-items: center;
}

.main-header__top-menu-box {
	position: relative;
	display: block;
}

.main-header__top-menu {
	position: relative;
	display: flex;
	align-items: center;
}

.main-header__top-menu li+li {
	margin-left: 20px;
}

.main-header__top-menu li a {
	font-size: 13px;
	color: #97a2b7;
	display: flex;
	align-items: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header__top-menu li a:hover {
	color: var(--insur-base);
}

.main-header__top-social-box {
	margin-left: 40px;
}

.main-header__top-social {
	position: relative;
	display: flex;
	align-items: center;
}

.main-header__top-social a {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 15px;
	color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header__top-social a:hover {
	color: var(--insur-base);
}

.main-header__top-social a+a {
	margin-left: 25px;
}

.main-menu {
	position: relative;
	display: block;
}

.main-menu__wrapper {
	position: relative;
	display: block;
}

.main-menu__wrapper-inner {
	display: block;
	padding: 30px 0;
}

.main-menu__left {
	display: block;
	float: left;
}

.main-menu__logo {
	float: left;
	display: block;
	padding: 11.2px 0px;
	margin-right: 45px;
}

.main-menu__main-menu-box {
	display: flex;
	float: left;
	align-items: center;
	background-color: var(--insur-extra);
	padding-left: 30px;
	border-radius: var(--insur-bdr-radius);
}

.main-menu__main-menu-box-inner {
	display: block;
}

.main-menu__main-menu-box-search-get-quote-btn {
	display: flex;
	align-items: center;
	padding-left: 70px;
}

.main-menu__main-menu-box-search {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 20px;
}

.main-menu__main-menu-box-search:before {
	position: absolute;
	top: -5px;
	bottom: -5px;
	content: "";
	left: -20px;
	width: 1px;
	background-color: var(--insur-bdr-color);
}

.main-menu__search {
	font-size: 20px;
	color: var(--insur-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu__search:hover {
	color: var(--insur-base);
}

.main-menu__main-menu-box-get-quote-btn {
	font-size: 14px;
	padding: 12px 30px 12px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.main-menu__right {
	position: relative;
	display: block;
	float: right;
}

.main-menu__call {
	position: relative;
	display: flex;
	align-items: center;
}

.main-menu__call-icon {
	position: relative;
	height: 50px;
	width: 50px;
	border: 2px solid var(--insur-bdr-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--insur-primary);
	font-size: 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu__call-icon:hover {
	background-color: var(--insur-base);
	border: 2px solid var(--insur-base);
	color: var(--insur-white);
}

.main-menu__call-content {
	position: relative;
	margin-left: 10px;
	top: -2px;
}

.main-menu__call-content a {
	font-size: 16px;
	font-weight: 700;
	color: var(--insur-black);
	display: inline-block;
	letter-spacing: var(--insur-letter-spacing);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu__call-content a:hover {
	color: var(--insur-base);
}

.main-menu__call-content p {
	font-size: 14px;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 16px;
}

.main-menu .main-menu__list, .main-menu .main-menu__list>li>ul, .main-menu .main-menu__list>li>ul>li>ul, .stricky-header .main-menu__list, .stricky-header .main-menu__list>li>ul, .stricky-header .main-menu__list>li>ul>li>ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: none;
}

@media (min-width: 1200px) {
	.main-menu .main-menu__list, .main-menu .main-menu__list>li>ul, .main-menu .main-menu__list>li>ul>li>ul, .stricky-header .main-menu__list, .stricky-header .main-menu__list>li>ul, .stricky-header .main-menu__list>li>ul>li>ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.main-menu .main-menu__list>li, .stricky-header .main-menu__list>li {
	padding-top: 12px;
	padding-bottom: 12px;
	position: relative;
}

.main-menu .main-menu__list>li+li, .stricky-header .main-menu__list>li+li {
	margin-left: 40px;
}

.main-menu .main-menu__list>li>a, .stricky-header .main-menu__list>li>a {
	font-size: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--insur-gray);
	letter-spacing: var(--insur-letter-spacing);
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 500;
}

.main-menu .main-menu__list>li>a::before, .stricky-header .main-menu__list>li>a::before {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 4px solid var(--insur-base);
	transform: translateX(-50%);
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu .main-menu__list>li.current>a::before, .main-menu .main-menu__list>li:hover>a::before, .stricky-header .main-menu__list>li.current>a::before, .stricky-header .main-menu__list>li:hover>a::before {
	opacity: 1;
}

.main-menu .main-menu__list>li.current>a, .main-menu .main-menu__list>li:hover>a, .stricky-header .main-menu__list>li.current>a, .stricky-header .main-menu__list>li:hover>a {
	color: var(--insur-black);
}

.main-menu .main-menu__list>li>ul, .main-menu .main-menu__list>li>ul>li>ul, .stricky-header .main-menu__list>li>ul, .stricky-header .main-menu__list>li>ul>li>ul {
	position: absolute;
	top: 160%;
	left: 0;
	min-width: 250px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	opacity: 0;
	visibility: hidden;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scaleY(0) translateZ(100px);
	transform: scaleY(0) translateZ(100px);
	-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
	z-index: 99;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .07);
	border-radius: var(--insur-bdr-radius);
	padding: 31px 20px 31px;
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul, .stricky-header .main-menu__list>li>ul>li>ul>li>ul {
	display: none;
}

.main-menu .main-menu__list>li:not(.megamenu-clickable):hover>ul, .main-menu .main-menu__list>li>ul>li:not(.megamenu-clickable):hover>ul, .stricky-header .main-menu__list>li:not(.megamenu-clickable):hover>ul, .stricky-header .main-menu__list>li>ul>li:not(.megamenu-clickable):hover>ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1) translateZ(0px);
	transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list>li>ul>li, .main-menu .main-menu__list>li>ul>li>ul>li, .stricky-header .main-menu__list>li>ul>li, .stricky-header .main-menu__list>li>ul>li>ul>li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%;
	position: relative;
}

.main-menu .main-menu__list>li>ul>li+li, .main-menu .main-menu__list>li>ul>li>ul>li+li, .stricky-header .main-menu__list>li>ul>li+li, .stricky-header .main-menu__list>li>ul>li>ul>li+li {
	border-top: none;
	margin-top: 10px;
}

.main-menu .main-menu__list>li>ul>li>a, .main-menu .main-menu__list>li>ul>li>ul>li>a, .stricky-header .main-menu__list>li>ul>li>a, .stricky-header .main-menu__list>li>ul>li>ul>li>a {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: var(--insur-gray);
	letter-spacing: 0;
	letter-spacing: var(--insur-letter-spacing);
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 4px 20px 3px;
	-webkit-transition: 500ms;
	transition: 500ms;
	background-color: var(--insur-white);
	border-radius: var(--insur-bdr-radius);
}

.main-menu .main-menu__list>li>ul>li:hover>a, .main-menu .main-menu__list>li>ul>li>ul>li:hover>a, .stricky-header .main-menu__list>li>ul>li:hover>a, .stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
	background-color: var(--insur-extra);
	color: var(--insur-black);
}

.main-menu .main-menu__list>li>ul>li>a::before, .main-menu .main-menu__list>li>ul>li>ul>li>a::before, .stricky-header .main-menu__list>li>ul>li>a::before, .stricky-header .main-menu__list>li>ul>li>ul>li>a::before {
	position: absolute;
	top: 50%;
	right: 20px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	font-size: 14px;
	color: var(--insur-base);
	transform: translateY(-50%) scale(0);
	-webkit-transition: 500ms;
	transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a::before, .main-menu .main-menu__list>li>ul>li>ul>li:hover>a::before, .stricky-header .main-menu__list>li>ul>li:hover>a::before, .stricky-header .main-menu__list>li>ul>li>ul>li:hover>a::before {
	transform: translateY(-50%) scale(1);
}

.main-menu .main-menu__list>li>ul>li>ul, .stricky-header .main-menu__list>li>ul>li>ul {
	top: 0;
	left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align, .stricky-header .main-menu__list li ul li>ul.right-align {
	top: 0;
	left: auto;
	right: 100%;
}

.main-menu-five__main-menu-box .main-menu__list>.megamenu, .main-menu-four__main-menu-box .main-menu__list>.megamenu, .main-menu-three__main-menu-box .main-menu__list>.megamenu, .main-menu-two__main-menu-box .main-menu__list>.megamenu, .main-menu__wrapper .main-menu__list>.megamenu {
	position: static;
}

.main-menu-five__main-menu-box .main-menu__list>.megamenu>ul, .main-menu-four__main-menu-box .main-menu__list>.megamenu>ul, .main-menu-three__main-menu-box .main-menu__list>.megamenu>ul, .main-menu-two__main-menu-box .main-menu__list>.megamenu>ul, .main-menu__wrapper .main-menu__list>.megamenu>ul {
	top: 100% !important;
	left: 0 !important;
	right: 0 !important;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.main-menu-five__main-menu-box .main-menu__list>.megamenu>ul>li, .main-menu-four__main-menu-box .main-menu__list>.megamenu>ul>li, .main-menu-three__main-menu-box .main-menu__list>.megamenu>ul>li, .main-menu-two__main-menu-box .main-menu__list>.megamenu>ul>li, .main-menu__wrapper .main-menu__list>.megamenu>ul>li {
	padding: 0 !important;
}

.stricky-header {
	position: fixed;
	z-index: 991;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	visibility: hidden;
	-webkit-transform: translateY(-120%);
	transform: translateY(-120%);
	-webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
	transition: visibility 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, visibility 500ms ease;
	transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .05);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .05);
}

@media (max-width: 1199px) {
	.stricky-header {
		display: none !important;
	}
}

.stricky-header.stricky-fixed {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}

.stricky-header .main-menu__inner {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-right: 0;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}

.mobile-nav__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: 10px;
}

@media (min-width: 1200px) {
	.mobile-nav__buttons {
		display: none;
	}
}

.mobile-nav__buttons a {
	font-size: 20px;
	color: var(--insur-base);
	cursor: pointer;
}

.mobile-nav__buttons a+a {
	margin-left: 10px;
}

.mobile-nav__buttons a:hover {
	color: var(--insur-base);
}

.main-menu .mobile-nav__toggler {
	font-size: 20px;
	color: var(--insur-white);
	cursor: pointer;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
	color: var(--insur-primary);
}

@media (min-width: 1200px) {
	.main-menu .mobile-nav__toggler {
		display: none;
	}
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
	transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
	transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
	transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
	visibility: hidden;
}

.mobile-nav__wrapper .container {
	padding-left: 0;
	padding-right: 0;
}

.mobile-nav__wrapper.expanded {
	opacity: 1;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	visibility: visible;
	-webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
	transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
	transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
	transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: .5;
	cursor: pointer;
}

.mobile-nav__content {
	width: 300px;
	background-color: var(--insur-black);
	z-index: 10;
	position: relative;
	height: 100%;
	overflow-y: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
	transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
	transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
	transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
	transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
	transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
	transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mobile-nav__close {
	position: absolute;
	top: 20px;
	right: 15px;
	font-size: 18px;
	color: var(--insur-white);
	cursor: pointer;
}

.mobile-nav__content .main-menu__list, .mobile-nav__content .main-menu__list>li>ul, .mobile-nav__content .main-menu__list>li>ul>li>ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul, .mobile-nav__content .main-menu__list>li>ul>li>ul {
	display: none;
	border-top: 1px solid rgba(255, 255, 255, .1);
	margin-left: .5em;
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
	display: none !important;
}

.mobile-nav__content .main-menu__list>li>a, .mobile-nav__content .main-menu__list>li>ul>li>a, .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	font-family: var(--insur-font, "Rubik", sans-serif);
	font-weight: 500;
	height: 46px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
	color: var(--insur-base);
}

.mobile-nav__content .main-menu__list>li>a>button, .mobile-nav__content .main-menu__list>li>ul>li>a>button, .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
	width: 30px;
	height: 30px;
	background-color: var(--insur-primary);
	border: none;
	outline: none;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded, .mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded, .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	background-color: #fff;
	color: var(--insur-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button, .mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
	display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
	position: relative;
	top: auto;
	right: auto;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
	font-size: 16px;
}

.mobile-nav__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
	color: var(--insur-text-dark);
}

.mobile-nav__container {
	border-top: 1px solid rgba(255, 255, 255, .1);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mobile-nav__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mobile-nav__social a {
	font-size: 16px;
	color: var(--insur-white);
	-webkit-transition: 500ms;
	transition: 500ms;
}

.mobile-nav__social a+a {
	margin-left: 30px;
}

.mobile-nav__social a:hover {
	color: var(--insur-primary);
}

.mobile-nav__contact {
	margin-bottom: 0;
	margin-bottom: 20px;
	margin-top: 20px;
}

.mobile-nav__contact li {
	color: var(--insur-text-dark);
	font-size: 14px;
	font-weight: 500;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mobile-nav__contact li+li {
	margin-top: 15px;
}

.mobile-nav__contact li a {
	color: #fff;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.mobile-nav__contact li a:hover {
	color: var(--insur-primary);
}

.mobile-nav__contact li>i {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: var(--insur-primary);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 11px;
	margin-right: 10px;
	color: #fff;
}

.mobile-nav__container .main-logo, .mobile-nav__container .topbar__buttons, .mobile-nav__container .main-menu__language, .mobile-nav__container .main-menu__login {
	display: none;
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.home-showcase {
	margin-top: -31px;
	margin-bottom: -31px;
}

.home-showcase__inner {
	background-color: #fff;
	padding: 40px 40px 34px;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .07);
	border-radius: var(--insur-bdr-radius);
}

.home-showcase .row {
	--bs-gutter-x: 42px;
	--bs-gutter-y: 20px;
}

.home-showcase__image {
	position: relative;
	background-color: var(--insur-base);
	overflow: hidden;
	border-radius: 10px;
}

.home-showcase__image>img {
	width: 100%;
	border-radius: 10px;
	-webkit-transition: 500ms ease;
	transition: 500ms ease;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.home-showcase__image:hover>img {
	opacity: .75;
}

.home-showcase__image:hover .home-showcase__buttons {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
	visibility: visible;
}

.home-showcase__buttons {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	opacity: 0;
	visibility: hidden;
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transition: 500ms ease;
	transition: 500ms ease;
}

.home-showcase__buttons__item {
	padding: 10px 20px;
	width: 150px;
	text-align: center;
}

.home-showcase__buttons__item+.home-showcase__buttons__item {
	margin-top: 10px;
}

.home-showcase__title {
	margin: 0;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: var(--insur-black);
	margin-top: 16px;
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase__inner {
	padding: 15px 0px;
	background-color: rgba(0, 0, 0, 0);
}

.mobile-nav__wrapper .home-showcase__title {
	color: var(--insur-white, #fff);
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
	width: 100%;
	background: transparent;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 99;
	position: relative;
}

.main-header-two__top {
	position: relative;
	display: block;
	background-color: transparent;
}

.main-header-two__top-social-box {
	position: relative;
	display: block;
	background-color: #fff;
	padding: 7px 0;
	z-index: 1;
}

.main-header-two__top-social-box-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main-header-two__top-social-text {
	font-size: 13px;
	letter-spacing: var(--insur-letter-spacing);
}

.main-header-two__top-social-text i {
	color: var(--insur-base);
}

.main-header-two__top-social-text span {
	color: var(--insur-black);
	font-weight: 700;
}

.main-header-two__top-menu-social-box {
	position: relative;
	display: flex;
	align-items: center;
}

.main-header-two__top-menu-box {
	position: relative;
	display: block;
}

.main-header-two__top-menu {
	position: relative;
	display: flex;
	align-items: center;
}

.main-header-two__top-menu li+li {
	margin-left: 20px;
}

.main-header-two__top-menu li a {
	position: relative;
	display: flex;
	font-size: 13px;
	letter-spacing: var(--insur-letter-spacing);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header-two__top-menu li a:hover {
	color: var(--insur-base);
}

.main-header-two__top-social {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 40px;
}

.main-header-two__top-social a {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 15px;
	color: var(--insur-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header-two__top-social a:hover {
	color: var(--insur-base);
}

.main-header-two__top-social a+a {
	margin-left: 25px;
}

.main-header-two__top-details {
	position: relative;
	display: block;
	padding: 29px 0 64px;
	background-color: #16243d;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .05);
}

.main-header-two__top-details-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main-header-two__top-details-list {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.main-header-two__top-details-list li {
	position: relative;
	display: flex;
	align-items: center;
}

.main-header-two__top-details-list li+li {
	margin-left: 40px;
}

.main-header-two__top-details-list li .icon {
	position: relative;
	display: flex;
	align-items: center;
}

.main-header-two__top-details-list li .icon span {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 39px;
	background: #01c8f8;
	background: linear-gradient(90deg, rgba(1, 200, 248, .84077380952381) 35%, rgba(1, 102, 195, .80996148459384) 71%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.main-header-two__top-details-list li .text {
	margin-left: 20px;
}

.main-header-two__top-details-list li .text h5 {
	font-size: 16px;
	font-weight: 700;
	color: var(--insur-white);
	line-height: 24px;
	letter-spacing: var(--insur-letter-spacing);
}

.main-header-two__top-details-list li .text p {
	font-size: 16px;
	color: #97a2b7;
	line-height: 24px;
	letter-spacing: var(--insur-letter-spacing);
}

.main-header-two__top-details-list li .text p a {
	color: #97a2b7;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header-two__top-details-list li .text p a:hover {
	color: var(--insur-primary);
}

.main-menu-two {
	margin-top: -35px;
}

.main-menu-two__wrapper {
	position: relative;
	display: block;
}

.main-menu-two__wrapper-inner {
	display: block;
	background-color: var(--insur-white);
	padding-left: 40px;
	border-radius: var(--insur-bdr-radius);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 5%);
}

.main-menu-two__left {
	display: block;
	float: left;
}

.main-menu-two__main-menu-box {
	display: block;
}

.main-menu-two__right {
	position: relative;
	display: block;
	float: right;
}

.main-menu-two__search-box-get-quote {
	position: relative;
	display: flex;
	align-items: center;
}

.main-menu-two__search-box {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 30px;
	padding: 25px 0;
}

.main-menu-two__search-box:before {
	position: absolute;
	top: 20px;
	left: -20px;
	bottom: 20px;
	content: "";
	width: 1px;
	background-color: var(--insur-bdr-color);
}

.main-menu-two__search {
	font-size: 20px;
	color: var(--insur-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu-two__search:hover {
	color: var(--insur-base);
}

.main-menu-two__get-quote-btn {
	padding-top: 22px;
	padding-bottom: 22px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.main-menu-two .main-menu__list>li, .stricky-header.main-menu-two .main-menu__list>li {
	padding-top: 22px;
	padding-bottom: 22px;
}

.stricky-header.main-menu-two {
	margin-top: 0;
}

.stricky-header .main-menu-two__wrapper-inner {
	display: block;
	background-color: var(--insur-white);
	padding-left: 0px;
	border-radius: 0;
	box-shadow: none;
}

.stricky-header .main-menu-two__get-quote-btn {
	border-radius: 0;
}

.main-menu-two .main-menu__list>li>ul, .main-menu-two .main-menu__list>li>ul>li>ul, .stricky-header.main-menu-two .main-menu__list>li>ul, .stricky-header.main-menu-two .main-menu__list>li>ul>li>ul {
	top: 100%;
}

.main-menu-two .main-menu__list>li>a::before, .stricky-header.main-menu-two .main-menu__list>li>a::before {
	display: none;
}

/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
	position: relative;
	display: block;
}

.main-menu-three__wrapper {
	position: relative;
	display: block;
}

.main-menu-three__wrapper-inner {
	display: block;
}

.main-menu-three__left {
	display: block;
	float: left;
}

.main-menu-three__logo {
	display: block;
	float: left;
	padding: 41px 0;
	padding-right: 170px;
}

.main-menu-three__main-menu-box {
	display: block;
	float: left;
}

.main-menu-three__right {
	display: block;
	float: right;
}

.main-menu-three__search-get-quote-btn {
	position: relative;
	display: flex;
	align-items: center;
	padding: 30px 0;
}

.main-menu-three__search-box {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 20px;
	padding: 15px 0;
}

.main-menu-three__search-box:before {
	position: absolute;
	top: 10px;
	left: -20px;
	bottom: 10px;
	content: "";
	width: 1px;
	background-color: var(--insur-bdr-color);
}

.main-menu-three__search {
	font-size: 20px;
	color: var(--insur-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu-three__search:hover {
	color: var(--insur-base);
}

.main-menu-three__get-quote-btn {
	font-size: 14px;
	padding: 12px 30px 12px;
}

.main-menu-three .main-menu__list>li, .stricky-header.main-menu-three .main-menu__list>li {
	padding-top: 42px;
	padding-bottom: 42px;
}

.main-menu-three .main-menu__list>li+li, .stricky-header.main-menu-three .main-menu__list>li+li {
	margin-left: 50px;
}

.main-menu-three .main-menu__list>li>ul, .main-menu-three .main-menu__list>li>ul>li>ul, .stricky-header.main-menu-three .main-menu__list>li>ul, .stricky-header.main-menu-three .main-menu__list>li>ul>li>ul {
	top: 100%;
}

.main-menu-three .main-menu__list>li>a::before, .stricky-header.main-menu-three .main-menu__list>li>a::before {
	display: none;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	padding-left: 20px;
	padding-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translateY(-110%);
	transform: translateY(-110%);
	-webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.search-popup__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--insur-black);
	opacity: .85;
	cursor: pointer;
}

.search-popup__content {
	width: 100%;
	max-width: 560px;
}

.search-popup__content form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.search-popup__content form input[type="search"], .search-popup__content form input[type="text"] {
	width: 100%;
	background-color: #fff;
	font-size: 16px;
	border: none;
	outline: none;
	height: 66px;
	padding-left: 30px;
}

.search-popup__content .thm-btn {
	padding: 0;
	width: 68px;
	height: 68px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	position: absolute;
	top: 0;
	right: -1px;
	border-radius: 0;
	background-color: var(--insur-base);
	border: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.search-popup__content .thm-btn:hover {
	background-color: var(--insur-black);
}

.search-popup__content .thm-btn:before, .search-popup__content .thm-btn:after {
	display: none;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
	position: relative;
	display: block;
	z-index: 91;
}

.main-slider .swiper-slide {
	position: relative;
	background-color: var(--insur-extra);
}

.main-slider .container {
	position: relative;
	padding-top: 134px;
	padding-bottom: 115px;
	z-index: 30;
}

.main-slider .image-layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 63%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
	transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
	transition: transform 7000ms ease, opacity 1500ms ease-in;
	transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
	z-index: 1;
}

.main-slider .swiper-slide-active .image-layer {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.main-slider .image-layer:before {
	position: absolute;
	left: -1px;
	top: 0px;
	bottom: 0;
	width: 535px;
	content: "";
	background-image: -moz-linear-gradient(0deg, #f3f6f8 0%, rgba(243, 246, 248, 0) 100%);
	background-image: -webkit-linear-gradient(0deg, #f3f6f8 0%, rgba(243, 246, 248, 0) 100%);
	background-image: -ms-linear-gradient(0deg, #f3f6f8 0%, rgba(243, 246, 248, 0) 100%);
	z-index: -1;
}

.main-slider-shape-1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	mix-blend-mode: luminosity;
	opacity: .2;
	z-index: -1;
}

.main-slider-shape-1 img {
	width: auto;
}

.main-slider__content {
	position: relative;
	display: block;
	text-align: left;
}

.main-slider__title {
	position: relative;
	font-size: 80px;
	color: var(--insur-black);
	font-weight: 400;
	line-height: 80px;
	letter-spacing: -.04em;
	margin-bottom: 29px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-120px);
	transform: translateY(-120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__title span {
	color: var(--insur-base);
	font-weight: 700;
}

.main-slider__title:before {
	position: absolute;
	top: -22px;
	left: 5px;
	height: 13px;
	width: 324px;
	content: "";
	background-image: -moz-linear-gradient(0deg, #015fc9 0%, #0ce0ff 100%);
	background-image: -webkit-linear-gradient(0deg, #015fc9 0%, #0ce0ff 100%);
	background-image: -ms-linear-gradient(0deg, #015fc9 0%, #0ce0ff 100%);
	border-radius: 6.5px;
}

.main-slider__text {
	font-size: 18px;
	color: var(--insur-gray);
	font-weight: 400;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 30px;
	padding-bottom: 41px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(120px);
	transform: translateY(120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__btn-box {
	position: relative;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(120px);
	transform: translateY(120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider .swiper-slide-active .main-slider__title, .main-slider .swiper-slide-active .main-slider__text, .main-slider .swiper-slide-active .main-slider__btn-box {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
}

.main-slider__nav {
	position: absolute;
	top: 50%;
	left: 120px;
	z-index: 100;
	transform: translateY(-50%) translateX(0);
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}

.main-slider__nav .swiper-button-next, .main-slider__nav .swiper-button-prev {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	z-index: 100;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: rgba(var(--insur-black-rgb), .2);
	border: 2px solid rgba(var(--insur-black-rgb), .2);
	border-radius: 50%;
	margin: 0;
	text-align: center;
	transition: all 500ms ease;
}

.main-slider__nav .swiper-button-next:hover, .main-slider__nav .swiper-button-prev:hover {
	color: rgba(var(--insur-black-rgb), 1);
	border: 2px solid rgba(var(--insur-black-rgb), 1);
}

.main-slider__nav .swiper-button-next::after, .main-slider__nav .swiper-button-prev::after {
	display: none;
}

.main-slider__nav .swiper-button-prev {
	margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
	position: relative;
	display: block;
	top: -35px;
	margin-bottom: -35px;
}

.main-slider-two .swiper-slide {
	position: relative;
}

.main-slider-two .container {
	position: relative;
	padding-top: 188px;
	padding-bottom: 160px;
	z-index: 30;
}

.image-layer-two {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
	transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
	transition: transform 7000ms ease, opacity 1500ms ease-in;
	transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
	z-index: 1;
}

.main-slider-two .swiper-slide-active .image-layer-two {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.image-layer-two:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	max-width: 940px;
	width: 100%;
	content: "";
	background-color: rgba(var(--insur-black-rgb), .85);
	clip-path: polygon(0 0, 87% 0, 100% 100%, 0% 100%);
	z-index: -1;
}

.image-layer-two:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 48%;
	width: 40px;
	content: "";
	background-color: rgba(var(--insur-black-rgb), .85);
	z-index: -1;
	transform: translateX(-50%) rotate(-10deg);
}

.main-slider-two__inner {
	position: relative;
	display: block;
}

.main-slider-two__content {
	position: relative;
	display: block;
}

.main-slider-two__content:before {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 188px;
	width: 5px;
	background-color: rgba(var(--insur-white-rgb), .1);
	content: "";
}

.main-slider-two__title {
	position: relative;
	font-size: 60px;
	color: var(--insur-white);
	font-weight: 700;
	line-height: 60px;
	letter-spacing: -.04em;
	margin-bottom: 21px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-120px);
	transform: translateY(-120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two__text {
	font-size: 18px;
	color: var(--insur-white);
	font-weight: 400;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 30px;
	margin-left: 30px;
	padding-bottom: 46px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(120px);
	transform: translateY(120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two .swiper-slide-active .main-slider-two__text {
	visibility: visible;
	opacity: .7;
	-webkit-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
}

.main-slider-two__btn-box {
	position: relative;
	display: block;
	margin-left: 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(120px);
	transform: translateY(120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-two .swiper-slide-active .main-slider-two__title, .main-slider-two .swiper-slide-active .main-slider-two__btn-box {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
}

.main-slider-two__right {
	position: relative;
	display: block;
}

.main-slider-two__video-link {
	position: absolute;
	left: 30px;
	top: 290px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.main-slider-two__video-icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 85px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	font-size: 18px;
	color: var(--insur-black);
	background-color: var(--insur-white);
	border-radius: 50%;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.main-slider-two__video-icon:hover {
	background-color: var(--insur-primary);
	color: var(--insur-black);
}

.main-slider-two__video-icon:before {
	position: absolute;
	top: -20px;
	left: -20px;
	right: -20px;
	bottom: -20px;
	content: "";
	border-radius: 50%;
	border: 1px solid var(--insur-white);
	opacity: .1;
	z-index: 1;
}

.main-slider-two__video-link .ripple, .main-slider-two__video-icon .ripple:before, .main-slider-two__video-icon .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 125px;
	height: 125px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-box-shadow: 0 0 0 0 rgba(var(--insur-primary-rgb), .6);
	-o-box-shadow: 0 0 0 0 rgba(var(--insur-primary-rgb), .6);
	-webkit-box-shadow: 0 0 0 0 rgba(var(--insur-primary-rgb), .6);
	box-shadow: 0 0 0 0 rgba(var(--insur-primary-rgb), .6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
	border-radius: 50%;
}

.main-slider-two__video-icon .ripple:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.main-slider-two__video-icon .ripple:after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

.main-slider-two__video-text {
	font-size: 16px;
	color: var(--insur-white);
	font-weight: 700;
	line-height: 19px;
	letter-spacing: var(--insur-letter-spacing);
	margin-left: 35px;
}

.main-slider-two .main-slider__nav {
	top: 52%;
}

.main-slider-two .main-slider__nav .swiper-button-next, .main-slider-two .main-slider__nav .swiper-button-prev {
	color: rgba(var(--insur-white-rgb), .2);
	border: 2px solid rgba(var(--insur-white-rgb), .2);
}

.main-slider-two .main-slider__nav .swiper-button-next:hover, .main-slider-two .main-slider__nav .swiper-button-prev:hover {
	color: rgba(var(--insur-white-rgb), 1);
	border: 2px solid rgba(var(--insur-white-rgb), 1);
}

/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
.main-slider-three {
	position: relative;
	display: block;
}

.main-slider-three .swiper-slide {
	position: relative;
}

.main-slider-three .container {
	position: relative;
	padding-top: 177px;
	padding-bottom: 185px;
	z-index: 30;
}

.image-layer-three {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
	transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
	transition: transform 7000ms ease, opacity 1500ms ease-in;
	transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
	z-index: 1;
}

.main-slider-three .swiper-slide-active .image-layer-three {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.image-layer-three:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: rgba(17, 29, 50, .6);
	z-index: -1;
}

.main-slider-three__content {
	position: relative;
	display: block;
}

.main-slider-three__title {
	position: relative;
	font-size: 70px;
	color: var(--insur-white);
	font-weight: 700;
	line-height: 70px;
	margin-bottom: 19px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-120px);
	transform: translateY(-120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three__text {
	font-size: 18px;
	color: var(--insur-white);
	font-weight: 400;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 30px;
	padding-bottom: 41px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(120px);
	transform: translateY(120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three .swiper-slide-active .main-slider-three__text {
	visibility: visible;
	opacity: .7;
	-webkit-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
}

.main-slider-three__btn-box {
	position: relative;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(120px);
	transform: translateY(120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-three .swiper-slide-active .main-slider-three__title, .main-slider-three .swiper-slide-active .main-slider-three__btn-box {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
}

.main-slider-three__nav {
	width: 100%;
	max-width: 1200px;
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	transform: translateY(-50%) translateX(-50%);
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}

.main-slider-three__nav .swiper-button-next, .main-slider-three__nav .swiper-button-prev {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	z-index: 100;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: rgba(var(--insur-white-rgb), .2);
	border: 2px solid rgba(var(--insur-white-rgb), .2);
	border-radius: 50%;
	margin: 0;
	text-align: center;
	transition: all 500ms ease;
}

.main-slider-three__nav .swiper-button-next:hover, .main-slider-three__nav .swiper-button-prev:hover {
	color: rgba(var(--insur-white-rgb), 1);
	border: 2px solid rgba(var(--insur-white-rgb), 1);
}

.main-slider-three__nav .swiper-button-next::after, .main-slider-three__nav .swiper-button-prev::after {
	display: none;
}

.main-slider-three__nav .swiper-button-prev {
	margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
.feature-one {
	position: relative;
	display: block;
	padding: 60px 0 90px;
}

.feature-one__inner {
	position: relative;
	display: block;
	counter-reset: count;
}

.feature-one__single {
	position: relative;
	display: block;
	background-color: #fff;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .07);
	border-radius: var(--insur-bdr-radius);
	margin-bottom: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.feature-one__single:hover {
	transform: translateY(-10px);
}

.feature-one__single-inner {
	position: relative;
	display: block;
	padding: 132px 50px 32px;
	border-radius: var(--insur-bdr-radius);
	overflow: hidden;
	z-index: 1;
}

.feature-one__single-inner:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: var(--insur-black);
	border-radius: var(--insur-bdr-radius);
	transition: all 500ms ease;
	transform: translate3d(0px, 100%, 0px);
	z-index: -1;
}

.feature-one__single:hover .feature-one__single-inner:before {
	transform: translate3d(0px, 0, 0px);
}

.feature-one__icon {
	position: absolute;
	left: -40px;
	top: -90px;
	border-radius: 50%;
	background-image: -moz-linear-gradient(90deg, #015fc9 0%, #0ce0ff 100%);
	background-image: -webkit-linear-gradient(90deg, #015fc9 0%, #0ce0ff 100%);
	background-image: -ms-linear-gradient(90deg, #015fc9 0%, #0ce0ff 100%);
	width: 197px;
	height: 197px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__icon {
	background-image: -moz-linear-gradient(0deg, #0ce0ff 0%, #015fc9 100%);
	background-image: -webkit-linear-gradient(0deg, #0ce0ff 0%, #015fc9 100%);
	background-image: -ms-linear-gradient(0deg, #0ce0ff 0%, #015fc9 100%);
}

.feature-one__icon span {
	font-size: 65px;
	color: var(--insur-white);
	position: relative;
	display: inline-block;
	top: 107px;
	left: 81px;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.feature-one__single:hover .feature-one__icon span {
	transform: scale(.9);
}

.feature-one__count {
	position: absolute;
	top: 50px;
	right: 54px;
	height: 45px;
	width: 56px;
	text-align: center;
}

.feature-one__count:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: transparent;
	-webkit-text-stroke: 1px #e0e4e8;
	font-size: 60px;
	line-height: 45px;
	font-weight: 700;
	counter-increment: count;
	content: counters(count, ".", decimal-leading-zero);
	letter-spacing: var(--insur-letter-spacing);
	transition: all 200ms linear;
	transition-delay: .1s;
}

.feature-one__single:hover .feature-one__count:before {
	-webkit-text-stroke: 1px var(--insur-primary);
}

.feature-one__shape {
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	transition-delay: 400ms;
	transform: translateX(100%);
	z-index: -1;
}

.feature-one__single:hover .feature-one__shape {
	transform: translateX(0%);
}

.feature-one__shape img {
	width: auto;
	mix-blend-mode: luminosity;
	opacity: .07;
}

.feature-one__title {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 34px;
	margin-bottom: 14px;
}

.feature-one__title a {
	color: var(--insur-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__title a {
	color: var(--insur-white);
}

.feature-one__text {
	letter-spacing: var(--insur-letter-spacing);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__text {
	color: #97a2b7;
}

/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
	position: relative;
	display: block;
	padding: 0 0 120px;
	background-color: var(--insur-white);
	z-index: 1;
}

.about-one-bg {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 826px;
	height: 627px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	mix-blend-mode: luminosity;
	opacity: .05;
	z-index: -1;
}

.about-one__left {
	position: relative;
	display: block;
	margin-right: 30px;
}

.about-one__img-box {
	position: relative;
	display: block;
}

.about-one__img {
	position: relative;
	display: block;
}

.about-one__img>img {
	width: 100%;
	border-radius: 20px;
}

.about-one__img-two {
	position: absolute;
	bottom: -105px;
	left: -80px;
}

.about-one__img-two>img {
	width: auto;
	border-radius: 20px;
}

.about-one__experience {
	position: absolute;
	bottom: -62px;
	left: 80px;
	display: flex;
	align-items: center;
	background-color: var(--insur-base);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 27px 40px 23px;
}

.about-one__experience:before {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	content: "";
	border: 2px dashed var(--insur-primary);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.about-one__experience:after {
	position: absolute;
	bottom: 0px;
	right: -65px;
	content: "";
	border-top: 0px solid transparent;
	border-left: 65px solid #0ce0ff;
	border-bottom: 62px solid transparent;
}

.about-one__experience-year {
	font-size: 60px;
	color: var(--insur-white);
	font-weight: 700;
	line-height: 60px;
	letter-spacing: var(--insur-letter-spacing);
}

.about-one__experience-text {
	font-size: 20px;
	color: var(--insur-white);
	line-height: 24px;
	font-weight: 500;
	letter-spacing: var(--insur-letter-spacing);
	margin-left: 18px;
}

.about-one__shape-1 {
	position: absolute;
	top: 35px;
	right: -30px;
	opacity: .3;
	z-index: -1;
}

.about-one__shape-1 img {
	width: auto;
}

.about-one__right {
	position: relative;
	display: block;
	margin-left: 70px;
}

.about-one__right .section-title {
	margin-bottom: 27px;
}

.about-one__text-1 {
	font-size: 24px;
	color: var(--insur-base);
	font-weight: 500;
	line-height: 40px;
	letter-spacing: var(--insur-letter-spacing);
}

.about-one__points {
	position: relative;
	display: block;
	margin-top: 33px;
	margin-bottom: 37px;
}

.about-one__points li {
	position: relative;
	display: flex;
	align-items: center;
}

.about-one__points li+li {
	margin-top: 8px;
}

.about-one__points li .icon {
	height: 16px;
	width: 16px;
	background-color: var(--insur-primary);
	font-size: 10px;
	color: var(--insur-white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-one__points li .text {
	margin-left: 15px;
}

.about-one__points li .text p {
	font-size: 18px;
	color: var(--insur-black);
	font-weight: 500;
	letter-spacing: var(--insur-letter-spacing);
}

.about-one__text-2 {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
}

.about-one__btn-call {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 41px;
}

.about-one__call {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 20px;
}

.about-one__call-icon {
	position: relative;
	height: 50px;
	width: 50px;
	border: 2px solid var(--insur-bdr-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--insur-primary);
	font-size: 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.about-one__call-icon:hover {
	background-color: var(--insur-base);
	color: var(--insur-white);
	border: 2px solid var(--insur-base);
}

.about-one__call-content {
	position: relative;
	margin-left: 10px;
	top: -2px;
}

.about-one__call-content a {
	font-size: 16px;
	font-weight: 700;
	color: var(--insur-black);
	display: inline-block;
	letter-spacing: var(--insur-letter-spacing);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.about-one__call-content a:hover {
	color: var(--insur-base);
}

.about-one__call-content p {
	font-size: 14px;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 16px;
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
	position: relative;
	display: block;
	background-color: var(--insur-extra);
	padding: 120px 0 90px;
}

.services-one__top {
	position: relative;
	display: block;
}

.services-one__top-left {
	position: relative;
	display: block;
}

.services-one__top-right {
	position: relative;
	display: block;
	margin-left: 170px;
	margin-top: 16px;
}

.services-one__top-text {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
}

.services-one__bottom {
	position: relative;
	display: block;
}

.services-one__container {
	position: relative;
	display: block;
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.services-one__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.service-one__img {
	position: relative;
	display: block;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	z-index: 1;
}

.service-one__img:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: rgba(var(--insur-black-rgb), .3);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	transition: all 500ms ease;
	transform: translate3d(0px, -100%, 0px);
	z-index: 1;
}

.services-one__single:hover .service-one__img:before {
	transform: translate3d(0px, 0, 0px);
}

.service-one__img img {
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-one__single:hover .service-one__img img {
	transform: scale(1.05);
}

.service-one__content {
	position: relative;
	display: block;
	background-color: #fff;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .07);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 37px 30px 28px;
}

.services-one__icon {
	position: absolute;
	top: -40px;
	right: 20px;
	height: 60px;
	width: 60px;
	background-color: #fff;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, .05);
	border-radius: var(--insur-bdr-radius);
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 3;
}

.services-one__single:hover .services-one__icon {
	background-color: var(--insur-base);
}

.services-one__icon span {
	position: relative;
	display: inline-block;
	font-size: 36px;
	color: var(--insur-base);
	transition: all 500ms linear;
	transition-delay: .1s;
	transform: scale(1);
}

.services-one__single:hover .services-one__icon span {
	color: var(--insur-white);
	transform: scale(.9);
}

.service-one__title {
	position: relative;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
	margin-bottom: 5px;
}

.service-one__title:before {
	position: absolute;
	content: "";
	left: 0;
	top: -16px;
	height: 4px;
	width: 40px;
	background-image: -moz-linear-gradient(0deg, #015fc9 0%, #0ce0ff 100%);
	background-image: -webkit-linear-gradient(0deg, #015fc9 0%, #0ce0ff 100%);
	background-image: -ms-linear-gradient(0deg, #015fc9 0%, #0ce0ff 100%);
}

.service-one__title a {
	color: var(--insur-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-one__single:hover .service-one__title a {
	color: var(--insur-base);
}

.service-one__text {
	font-size: 14px;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 24px;
}

/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
	position: relative;
	display: block;
	background-color: var(--insur-black);
	padding: 120px 0 110px;
	overflow: hidden;
	z-index: 1;
}

.why-choose-one-shape-1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: .02;
	z-index: -1;
}

.why-choose-one-shape-2 {
	position: absolute;
	right: 596px;
	top: -215px;
	z-index: 2;
}

.why-choose-one-shape-2 img {
	width: auto;
}

.why-choose-one-shape-3 {
	position: absolute;
	top: -260px;
	right: 150px;
}

.why-choose-one-shape-3 img {
	width: auto;
}

.why-choose-one-shape-4 {
	position: absolute;
	top: -81px;
	right: 0;
}

.why-choose-one-shape-4 img {
	width: auto;
}

.why-choose-one-shape-5 {
	position: absolute;
	bottom: -215px;
	right: 0;
	z-index: 1;
}

.why-choose-one-shape-5 img {
	width: auto;
}

.why-choose-one-shape-6 {
	position: absolute;
	bottom: -295px;
	right: 160px;
}

.why-choose-one-shape-6 img {
	width: auto;
}

.why-choose-one-img {
	position: absolute;
	top: -111px;
	bottom: 0;
	right: 0;
	z-index: 3;
}

.why-choose-one-img img {
	width: auto;
}

.why-choose-one__left {
	position: relative;
	display: block;
}

.why-choose-one__left .section-title {
	margin-bottom: 31px;
}

.why-choose-one__left .section-sub-title {
	color: var(--insur-white);
}

.why-choose-one__left .section-title__title {
	color: var(--insur-white);
}

.why-choose-one__text {
	color: #97a2b7;
	line-height: 28px;
	letter-spacing: var(--insur-letter-spacing);
}

.why-choose-one__list-box {
	position: relative;
	display: block;
	max-width: 510px;
	width: 100%;
	margin-top: 31px;
}

.why-choose-one__list {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

.why-choose-one__list li {
	position: relative;
	flex: 0 0 50%;
	max-width: 50%;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.why-choose-one__single {
	position: relative;
	display: block;
	background-color: #111d32;
	padding: 35px 20px 32px;
	overflow: hidden;
}

.why-choose-one__list-icon {
	position: relative;
	display: block;
	margin-bottom: 9px;
}

.why-choose-one__list-icon span {
	font-size: 45px;
	color: var(--insur-primary);
	position: relative;
	display: inline-block;
	transition: all 500ms linear;
	transition-delay: .1s;
	transform: scale(1);
}

.why-choose-one__single:hover .why-choose-one__list-icon span {
	transform: scale(.9);
}

.why-choose-one__list-title-box {
	position: relative;
	display: block;
}

.why-choose-one__list-title-inner {
	position: relative;
	display: block;
	transform: translateY(0%);
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
	visibility: visible;
	opacity: 1;
}

.why-choose-one__single:hover .why-choose-one__list-title-inner {
	transform: translateY(100px);
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
	visibility: hidden;
	opacity: 0;
}

.why-choose-one__list-title {
	font-size: 18px;
	color: var(--insur-white);
	line-height: 28px;
	letter-spacing: var(--insur-letter-spacing);
}

.why-choose-one__list-text-box {
	position: absolute;
	top: -6px;
	left: 0;
	right: 0;
	transform: translateY(-100px);
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
	visibility: hidden;
	opacity: 0;
}

.why-choose-one__single:hover .why-choose-one__list-text-box {
	visibility: visible;
	transform: translateY(0%);
	opacity: 1;
}

.why-choose-one__list-text {
	font-size: 14px;
	color: #97a2b7;
	line-height: 24px;
	letter-spacing: var(--insur-letter-spacing);
}

/*--------------------------------------------------------------
# Get Insurance
--------------------------------------------------------------*/
.get-insurance {
	position: relative;
	display: block;
	padding: 120px 0px 130px;
	background-color: var(--insur-white);
	z-index: 1;
}

.get-insurance:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-image: -moz-linear-gradient(90deg, #f2f5f9 0%, rgba(242, 245, 249, 0) 100%);
	background-image: -webkit-linear-gradient(90deg, #f2f5f9 0%, rgba(242, 245, 249, 0) 100%);
	background-image: -ms-linear-gradient(90deg, #f2f5f9 0%, rgba(242, 245, 249, 0) 100%);
	z-index: -1;
}

.get-insurance-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-blend-mode: luminosity;
	background-color: var(--insur-white);
	opacity: .06;
	z-index: -1;
}

.get-insurance__left {
	position: absolute;
	bottom: 0;
	left: 345px;
}

.get-insurance__img {
	position: relative;
	display: block;
	z-index: 3;
}

.get-insurance__img img {
	width: 100%;
}

.get-insurance__author {
	position: absolute;
	top: 40px;
	left: -176px;
	border-radius: 50%;
	background-color: #f2f5f9;
	width: 550px;
	height: 550px;
}

.get-insurance__author p {
	position: relative;
	display: inline-block;
	font-size: 34px;
	color: var(--insur-black);
	font-family: var(--insur-reey-font);
	top: 194px;
	left: 70px;
}

.get-insurance__circle {
	position: absolute;
	left: 313px;
	top: 173px;
	border-radius: 50%;
	background-color: #fff;
	width: 244px;
	height: 244px;
	z-index: 1;
}

.get-insurance__shape-1 {
	position: absolute;
	bottom: 0;
	left: -145px;
}

.get-insurance__shape-1 img {
	width: auto;
}

.get-insurance__right {
	position: relative;
	display: block;
}

.get-insurance__tab {
	position: relative;
	display: block;
}

.get-insurance__tab-box {
	position: relative;
	display: block;
	z-index: 2;
}

.get-insurance__tab-box .tab-buttons {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 35px;
}

.get-insurance__tab-box .tab-buttons .tab-btn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.get-insurance__tab-box .tab-buttons .tab-btn+.tab-btn {
	margin-left: 10px;
}

.get-insurance__tab-box .tab-buttons .tab-btn span {
	position: relative;
	display: inline-block;
	-webkit-transition: all 200ms linear;
	-webkit-transition: all .3s ease;
	transition: all 200ms linear;
	transition: all .3s ease;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	font-size: 14px;
	color: var(--insur-white);
	background-color: var(--insur-black);
	padding: 7px 25px 7px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	z-index: 1;
}

.get-insurance__tab-box .tab-buttons .tab-btn.active-btn span {
	color: var(--insur-white);
	background-color: var(--insur-base);
}

.get-insurance__tab-box .tab-buttons .tab-btn span:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	border-radius: 5px;
	content: "";
	background-color: var(--insur-base);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: -1;
}

.get-insurance__tab-box .tab-buttons .tab-btn.active-btn span:before {
	height: 100%;
}

.get-insurance__tab-box .tabs-content {
	position: relative;
	display: block;
}

.get-insurance__tab-box .tabs-content .tab {
	position: relative;
	display: none;
	-webkit-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
	z-index: 10;
}

.get-insurance__tab-box .tabs-content .tab.active-tab {
	display: block;
	margin-top: 0px;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.get-insurance__content {
	position: relative;
	display: block;
}

.get-insurance__form {
	position: relative;
	display: block;
}

.get-insurance__content-box {
	position: relative;
	display: block;
}

.get-insurance__input-box {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.get-insurance__input-box input[type="text"], .get-insurance__input-box input[type="email"] {
	height: 60px;
	width: 100%;
	border: 1px solid #dfe3e7;
	background-color: #fff;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .05);
	outline: none;
	font-size: 16px;
	color: var(--insur-gray);
	font-weight: 400;
	padding: 0 30px 0;
	border-radius: var(--insur-bdr-radius);
}

.get-insurance__input-box .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	position: relative;
	display: block;
	width: 100% !important;
}

.get-insurance__input-box .bootstrap-select>.dropdown-toggle::after {
	display: none;
}

.get-insurance__input-box .bootstrap-select>.dropdown-toggle {
	position: relative;
	height: 60px;
	outline: none !important;
	border-radius: var(--insur-bdr-radius);
	border: 1px solid #dfe3e7;
	background-color: #fff !important;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .05);
	box-shadow: none !important;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	padding-right: 30px;
	color: var(--insur-gray) !important;
	font-size: 16px;
	line-height: 60px;
	font-weight: 400;
	background-repeat: no-repeat;
	background-size: 14px 12px;
	background-position: right 25.75px center;
}

.get-insurance__input-box .bootstrap-select>.dropdown-toggle:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	font-family: "Font Awesome 5 Free";
	content: "";
	font-weight: 900;
	font-size: 14px;
	color: var(--insur-gray);
}

.get-insurance__progress {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 23px;
	margin-bottom: 50px;
}

.get-insurance__progress-single {
	position: relative;
	display: block;
}

.get-insurance__progress-title {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 14px;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
}

.get-insurance__progress .bar {
	position: relative;
	width: 100%;
	height: 11px;
	background-color: #fff;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .05);
	border-radius: 5px;
	border: 1px solid #dfe3e7;
}

.get-insurance__progress .bar-inner {
	position: relative;
	display: block;
	width: 0px;
	height: 11px;
	border-radius: 5px;
	background-image: -moz-linear-gradient(0deg, #015fc9 0%, #0ce0ff 100%);
	background-image: -webkit-linear-gradient(0deg, #015fc9 0%, #0ce0ff 100%);
	background-image: -ms-linear-gradient(0deg, #015fc9 0%, #0ce0ff 100%);
	-webkit-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	transition: all 1500ms ease;
}

.get-insurance__progress .count-text {
	position: absolute;
	right: -30px;
	bottom: -8px;
	opacity: 0;
	border-style: solid;
	border-width: 2px;
	border-color: #fff;
	border-radius: 50%;
	background-color: #16243d;
	width: 34px;
	height: 34px;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.get-insurance__progress .bar-inner.counted .count-text {
	opacity: 1;
}

.get-insurance__balance-box {
	position: absolute;
	top: 0;
	right: 0;
}

.get-insurance__balance {
	font-size: 16px;
	color: var(--insur-black);
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
}

.get-insurance__btn {
	border: none;
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
	position: relative;
	display: block;
	background-color: var(--insur-base);
	padding: 79px 0 71px;
}

.counter-one-shape-1 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: .2;
}

.counter-one-shape-1 img {
	width: auto;
}

.counter-one-shape-2 {
	position: absolute;
	bottom: -35px;
	right: 0;
	opacity: .2;
}

.counter-one-shape-2 img {
	width: auto;
}

.counter-one__single {
	position: relative;
	display: block;
}

.counter-one__top {
	position: relative;
	display: flex;
	margin-bottom: 13px;
}

.counter-one__icon {
	position: relative;
	display: block;
}

.counter-one__icon span {
	position: relative;
	display: flex;
	font-size: 60px;
	color: var(--insur-primary);
	transition: all 500ms linear;
	transition-delay: .1s;
	transform: scale(1);
}

.counter-one__single:hover .counter-one__icon span {
	color: var(--insur-white);
	transform: scale(.9);
}

.counter-one__count-box {
	position: relative;
	margin-left: 16px;
	margin-top: 27px;
}

.counter-one__count-box:before {
	position: absolute;
	top: -26px;
	left: 0;
	height: 4px;
	width: 40px;
	border-radius: 2px;
	content: "";
	background-image: -moz-linear-gradient(0deg, #f2f5f9 0%, #0ce0ff 100%);
	background-image: -webkit-linear-gradient(0deg, #f2f5f9 0%, #0ce0ff 100%);
	background-image: -ms-linear-gradient(0deg, #f2f5f9 0%, #0ce0ff 100%);
}

.counter-one__count-box-inner {
	position: relative;
	display: flex;
	align-items: center;
}

.counter-one__count-box-inner h3 {
	font-size: 36px;
	color: var(--insur-white);
	font-weight: 700;
	line-height: 36px !important;
	font-family: var(--insur-font) !important;
	letter-spacing: var(--insur-letter-spacing);
}

.counter-one__plus {
	font-size: 36px;
	color: var(--insur-white);
	font-weight: 700;
	line-height: 36px !important;
	font-family: var(--insur-font) !important;
	letter-spacing: var(--insur-letter-spacing);
}

.counter-one__text {
	font-size: 24px;
	color: #c2dfff;
	line-height: 34px;
	letter-spacing: var(--insur-letter-spacing);
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	overflow: hidden;
}

.team-one__shape-1 {
	position: absolute;
	top: -90px;
	right: 0;
	mix-blend-mode: luminosity;
}

.team-one__shape-1 img {
	width: auto;
	mix-blend-mode: luminosity;
	opacity: .15;
	z-index: -1;
}

.team-one .container {
	max-width: 1070px;
}

.team-one .row {
	--bs-gutter-x: 108px;
}

.team-one .section-title {
	margin-bottom: 63px;
}

.team-one .section-sub-title-box {
	margin-left: 0;
}

.team-one__single {
	position: relative;
	display: block;
	margin-top: 53px;
}

.team-one__img {
	position: relative;
	display: block;
	border-radius: 20px;
	z-index: 1;
}

.team-one__img:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	border-radius: 8px;
	border: 2px dashed var(--insur-bdr-color);
	transform: rotate(-7deg);
	transition: all 500ms ease;
	z-index: -1;
}

.team-one__single:hover .team-one__img:after {
	border: 2px dashed var(--insur-primary);
}

.team-one__img-box {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 8px;
	z-index: 1;
}

.team-one__img-box:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	border-radius: var(--insur-bdr-radius);
	background-color: rgba(var(--insur-black-rgb), .5);
	-webkit-transform: perspective(400px) rotateX(90deg) scaleY(.5);
	-ms-transform: perspective(400px) rotateX(90deg) scaleY(.5);
	transform: perspective(400px) rotateX(90deg) scaleY(.5);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	z-index: 1;
}

.team-one__single:hover .team-one__img-box:before {
	-webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
	-ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
	transform: perspective(400px) rotateX(0deg) scaleY(1);
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .7s;
	transition-property: all;
}

.team-one__img-box img {
	width: 100%;
	border-radius: 8px;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 500ms ease;
}

.team-one__single:hover .team-one__img-box img {
	transform: scale(1.05);
}

.team-one__social {
	position: absolute;
	right: 20px;
	bottom: 25px;
	background-color: var(--insur-base);
	text-align: center;
	padding: 20px 17.5px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	transform: scaleY(0);
	transform-origin: center;
	transform-origin: bottom center;
	transform-style: preserve-3d;
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	z-index: 2;
}

.team-one__single:hover .team-one__social {
	transform: scaleY(1);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.team-one__social li+li {
	margin-top: 25px;
}

.team-one__social li a {
	font-size: 15px;
	color: var(--insur-white);
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-one__social li a:hover {
	color: var(--insur-primary);
}

.team-one__content {
	position: relative;
	display: block;
	padding-top: 28px;
}

.team-one__sub-title {
	font-size: 14px;
	color: var(--insur-primary);
	text-transform: uppercase;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 4px;
}

.team-one__name {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 30px;
}

.team-one__name a {
	color: var(--insur-black);
	transition: all 500ms ease;
}

.team-one__name a:hover {
	color: var(--insur-base);
}

.team-one__social-two {
	position: absolute;
	right: 20px;
	top: -25px;
	background-color: var(--insur-primary);
	padding: 17.5px 18.4px;
	border-radius: 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 2;
}

.team-one__single:hover .team-one__social-two {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-color: var(--insur-base);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.team-one__social-two li a {
	font-size: 15px;
	color: var(--insur-white);
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-one__social-two li a:hover {
	color: var(--insur-primary);
}

.team-one__bottom {
	position: relative;
	display: block;
	text-align: center;
	max-width: 560px;
	width: 100%;
	margin: 35px auto 0;
	border: 2px dashed var(--insur-base);
	border-radius: var(--insur-bdr-radius);
	padding: 10px 0;
}

.team-one__bottom-text {
	font-weight: 500;
}

.team-one__bottom-text span {
	color: var(--insur-primary);
	font-weight: 700;
}

/* inner page title start  */
h2.innerpage-title {
	font-size: 35px;
	line-height: 42px;
	font-weight: 700;
}

/* inner page title end  */

/* about page start  */
.team-section  .header-title-home {
	margin-bottom: 0px;
}

.team-section  .row {
	--bs-gutter-x: 108px;
}

.team-section .col-xl-3 {
	padding: 0 54px;
}

.team-social-con {
	position: absolute;
	bottom: 0;
	right: 10px;
	padding: 0;
	z-index: 1;
}

.team-one__img-box {
	position: relative;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .2);
}

.team-social-con li {
	list-style: none;
	margin-bottom: 10px;
}

.team-social-con li a {
	color: var(--insur-primary);
	height: 35px;
	font-size: 16px;
	width: 35px;
	background: #fff;
	transition: .5s ease;
	border-radius: var(--insur-bdr-radius);
	display: flex;
	align-items: center;
	justify-content: center;
}

.team-social-con li a span {
	margin-top: 2px;
}

.team-social-con li a:hover {
	background: var(--insur-primary);
	color: var(--insur-white);
}

/* loan secton start  */
.loan-content-title h2.innerpage-title {
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
}

.loan-about .col-xl-3 {
	margin: 8px 0;
}

.loan-about .loan-box {
	background-color: var(--insur-white);
	padding: 30px 42px 30px 28px;
	text-align: center;
	border-radius: var(--insur-bdr-radius);
	height: 100%;
}

.loan-about .header-title-home h2 {
	color: var(--insur-white);
}

.loan-about h4 {
	color: var(--insur-primary);
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 700;
}

.loan-about .loan-section {
	position: relative;
	z-index: 1;
}

.loan-about .loan-box ul li:not(:last-of-type) {
	padding-bottom: 7px;
}

.loan-about .loan-section::before {
	background-color: rgba(0, 0, 0, .822);
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	content: "";
	z-index: -1;
}

.loan-btn .thm-btn {
	background: var(--insur-primary);
	text-transform: uppercase;
}

.loan-btn {
	text-align: center;
}

.loan-about .loan-btn {
	margin-top: 30px;
}

.loan-about  .risk {
	margin-bottom: 30px;
	text-align: center;
}

/* about page end  */

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
	position: relative;
	display: block;
	background-color: var(--insur-extra);
	padding: 120px 0 120px;
	overflow: hidden;
	z-index: 1;
}

.testimonial-one-shape-2 {
	position: absolute;
	top: -40px;
	right: 0;
	mix-blend-mode: luminosity;
}

.testimonial-one-shape-2 img {
	width: auto;
	mix-blend-mode: luminosity;
	opacity: .15;
}

.testimonial-one-shape-3 {
	position: absolute;
	bottom: -90px;
	left: 0;
	mix-blend-mode: luminosity;
}

.testimonial-one-shape-3 img {
	width: auto;
	mix-blend-mode: luminosity;
	opacity: .15;
}

.testimonial-one .container {
	max-width: 1160px;
}

.testimonial-one__top {
	position: relative;
	display: block;
}

.testimonial-one__top-left {
	position: relative;
	display: block;
}

.testimonial-one__top-right {
	position: relative;
	display: block;
	margin-left: 70px;
	margin-top: 16px;
}

.testimonial-one__top-text {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
}

.testimonial-one__bottom {
	position: relative;
	display: block;
}

.testimonial-one__carousel {
	position: relative;
	display: block;
}

.testimonial-one__single {
	position: relative;
	display: block;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .05);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.testimonial-one__single:hover {
	transform: translateY(-10px);
}

.testimonial-one__single-inner {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 65px 60px 55px;
	border-radius: 20px;
	background-color: var(--insur-white);
}

.testimonial-one__shape-1 {
	position: absolute;
	top: 0;
	right: 0;
}

.testimonial-one__shape-1>img {
	width: auto !important;
	mix-blend-mode: luminosity;
	border-top-right-radius: 20px;
	opacity: .2;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.testimonial-one__single:hover .testimonial-one__shape-1>img {
	mix-blend-mode: normal;
	opacity: 1;
}

.testimonial-one__client-info {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 5px;
	margin-bottom: 26px;
}

.testimonial-one__client-img-box {
	position: relative;
	display: block;
	width: 100%;
	max-width: 115px;
	z-index: 1;
}

.testimonial-one__client-img-box:before {
	position: absolute;
	content: "";
	top: -5px;
	bottom: -5px;
	left: -5px;
	right: -5px;
	background-image: -moz-linear-gradient(-29deg, #015fc9 0%, #0ce0ff 100%);
	background-image: -webkit-linear-gradient(-29deg, #015fc9 0%, #0ce0ff 100%);
	background-image: -ms-linear-gradient(-29deg, #015fc9 0%, #0ce0ff 100%);
	border-top-left-radius: 45px;
	z-index: -1;
}

.testimonial-one__client-img-box>img {
	width: 100% !important;
	border-top-left-radius: 45px;
	border: 6px solid var(--insur-white);
}

.testimonial-one__quote {
	position: absolute;
	top: -28px;
	right: -33px;
	height: 58px;
	width: 58px;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, .07);
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-one__quote>img {
	width: auto !important;
}

.testimonial-one__client-content {
	margin-left: 45px;
	position: relative;
	top: 3px;
}

.testimonial-one__client-review {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 14px;
}

.testimonial-one__client-review i {
	font-size: 15px;
	color: #fab600;
}

.testimonial-one__client-details {
	position: relative;
	display: block;
}

.testimonial-one__client-name {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 34px;
}

.testimonial-one__client-sub-title {
	font-size: 14px;
	color: var(--insur-base);
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 500;
}

.testimonial-one__text {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
}

.testimonial-one__carousel.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.testimonial-one__carousel.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.testimonial-one__carousel.owl-carousel .owl-item {
	opacity: 0;
	visibility: hidden;
	transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-one__carousel.owl-carousel .owl-item.active {
	opacity: 1;
	visibility: visible;
}

/*--------------------------------------------------------------
# News One
--------------------------------------------------------------*/
.news-one {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

.news-one .section-sub-title-box {
	margin-left: 0;
}

.news-one__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.news-one__img {
	position: relative;
	display: block;
	overflow: hidden;
	border-top-left-radius: var(--insur-bdr-radius);
	border-top-right-radius: var(--insur-bdr-radius);
	z-index: 1;
}

.news-one__img:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-top-left-radius: var(--insur-bdr-radius);
	border-top-right-radius: var(--insur-bdr-radius);
	background-color: rgba(var(--insur-black-rgb), .5);
	-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-70%);
	transform: translateY(-70%);
	z-index: 1;
}

.news-one__single:hover .news-one__img:before {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}

.news-one__img img {
	width: 100%;
	border-top-left-radius: var(--insur-bdr-radius);
	border-top-right-radius: var(--insur-bdr-radius);
	transition: all 500ms ease;
}

.news-one__single:hover .news-one__img img {
	transform: scale(1.05);
}

.news-one__tag {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: var(--insur-base);
	padding: 14px 20px;
	border-top-left-radius: var(--insur-bdr-radius);
	z-index: 2;
}

.news-one__tag p {
	font-size: 12px;
	color: var(--insur-white);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 12px;
}

.news-one__tag p i {
	font-size: 12px;
	padding-right: 3px;
}

.news-one__arrow-box {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.news-one__arrow {
	height: 50px;
	width: 50px;
	border: 2px solid var(--insur-white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--insur-white);
	font-size: 15px;
	opacity: 0;
	transform: translateY(70px);
	transition: all 500ms ease;
}

.news-one__single:hover .news-one__arrow {
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 500ms;
}

.news-one__arrow:hover {
	border: 2px solid var(--insur-primary);
	color: var(--insur-primary);
}

.news-one__content {
	position: relative;
	display: block;
	border-bottom-left-radius: var(--insur-bdr-radius);
	border-bottom-right-radius: var(--insur-bdr-radius);
	border: 1px solid var(--insur-bdr-color);
	border-top: 0;
	padding: 25px 38px 32px;
	transition: all 500ms ease;
}

.news-one__single:hover .news-one__content {
	background-color: #fff;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .1);
}

.news-one__meta {
	position: relative;
	display: flex;
	align-items: center;
}

.news-one__meta li+li {
	margin-left: 10px;
}

.news-one__meta li a {
	font-size: 14px;
	color: var(--insur-gray);
	font-weight: 500;
	letter-spacing: var(--insur-letter-spacing);
	transition: all 500ms ease;
}

.news-one__meta li a:hover {
	color: var(--insur-base);
}

.news-one__meta li a i {
	font-size: 15px;
	color: var(--insur-base);
	padding-right: 2px;
}

.news-one__title {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
	font-weight: 700;
	margin-top: 8px;
	margin-bottom: 15px;
}

.news-one__title a {
	color: var(--insur-black);
	transition: all 500ms ease;
}

.news-one__single:hover .news-one__title a {
	color: var(--insur-base);
}

.news-one__text {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
}

.news-one__read-more {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 11px;
}

.news-one__read-more a {
	font-size: 15px;
	color: var(--insur-black);
	font-weight: 500;
	display: flex;
	align-items: center;
	transition: all 500ms ease;
}

.news-one__read-more a i {
	font-size: 13px;
	position: relative;
	padding-left: 5px;
	top: 2px;
}

.news-one__single:hover .news-one__read-more a {
	color: var(--insur-primary);
}

/*--------------------------------------------------------------
# Tracking
--------------------------------------------------------------*/
.tracking {
	position: relative;
	display: block;
}

.tracking__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 57px 80px 57px;
	background-color: var(--insur-base);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	overflow: hidden;
}

.tracking-shape-1 {
	position: absolute;
	bottom: 0;
	left: -55px;
}

.tracking-shape-1 img {
	width: auto;
}

.tracking-shape-2 {
	position: absolute;
	top: 50px;
	left: -100px;
}

.tracking-shape-2 img {
	width: auto;
}

.tracking-shape-3 {
	position: absolute;
	top: -15px;
	right: -192px;
	z-index: 2;
}

.tracking-shape-3 img {
	width: auto;
}

.tracking-shape-4 {
	position: absolute;
	top: 50px;
	right: -55px;
}

.tracking-shape-4 img {
	width: auto;
}

.tracking__left {
	position: relative;
	display: flex;
}

.tracking__icon {
	position: relative;
	display: flex;
}

.tracking__icon span {
	font-size: 65px;
	color: var(--insur-white);
	position: relative;
	display: inline-block;
}

.tracking__content {
	position: relative;
	margin-left: 30px;
	top: -7px;
}

.tracking__sub-title {
	font-size: 14px;
	color: #c2dfff;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 24px;
	font-weight: 500;
}

.tracking__title {
	font-size: 36px;
	color: var(--insur-white);
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 47px;
}

.tracking__btn-box {
	position: relative;
	display: block;
	z-index: 2;
}

.tracking__btn {
	background-color: var(--insur-white);
	color: var(--insur-black);
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
	position: relative;
	display: block;
	background-color: var(--insur-black);
	z-index: 1;
}

.site-footer-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1709px;
	mix-blend-mode: color-burn;
	opacity: .15;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}

.site-footer__top {
	position: relative;
	display: block;
	padding: 100px 0 82px;
}

.footer-widget__logo {
	position: relative;
	display: inline-block;
	margin-bottom: 33px;
	margin-top: -8px;
}

.footer-widget__about {
	position: relative;
	display: block;
}

.footer-widget__about-text-box {
	position: relative;
	display: block;
}

.footer-widget__about-text {
	color: #97a2b7;
	line-height: 26px;
	font-size: 15px;
	letter-spacing: var(--insur-letter-spacing);
}

.site-footer__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 32px;
}

.site-footer__social a {
	position: relative;
	height: 43px;
	width: 43px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--insur-white);
	font-size: 15px;
	border-radius: 17px;
	border: 2px solid var(--insur-base);
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.site-footer__social a:hover {
	color: var(--insur-base);
	background-color: var(--insur-white);
	border: 2px solid var(--insur-white);
}

.site-footer__social a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: var(--insur-white);
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: all;
	transition-property: all;
	opacity: 1;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: -1;
}

.site-footer__social a:hover:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.site-footer__social a+a {
	margin-left: 10px;
}

.footer-widget__title {
	font-size: 20px;
	color: var(--insur-white);
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 20px;
	margin-bottom: 40px;
}

.footer-widget__contact {
	position: relative;
	display: block;
}

.footer-widget__contact-list {
	position: relative;
	display: block;
}

.footer-widget__contact-list li {
	position: relative;
	display: flex;
}

.footer-widget__contact-list li+li {
	margin-top: 20px;
}

.footer-widget__contact-list li .icon {
	position: relative;
	display: block;
}

.footer-widget__contact-list li .icon span {
	font-size: 14px;
	color: var(--insur-base);
}

.footer-widget__contact-list li .text {
	margin-left: 14px;
}

.footer-widget__contact-list li .text p {
	font-size: 15px;
	color: #97a2b7;
	line-height: 25px;
	letter-spacing: var(--insur-letter-spacing);
}

.footer-widget__contact-list li .text p a {
	color: #97a2b7;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__contact-list li .text p a:hover {
	color: var(--insur-primary);
}

.footer-widget__open-hour {
	position: relative;
	display: block;
	margin-top: 26px;
}

.footer-widget__open-hour-title {
	font-size: 15px;
	color: var(--insur-white);
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 25px;
	margin-bottom: 10px;
}

.footer-widget__open-hour-text {
	font-size: 15px;
	color: #97a2b7;
	line-height: 26px;
	letter-spacing: var(--insur-letter-spacing);
}

.footer-widget__gallery {
	position: relative;
	display: block;
}

.footer-widget__gallery-list {
	position: relative;
	display: block;
	margin-right: -5px;
	margin-left: -5px;
	padding-top: 7px;
}

.footer-widget__gallery-list li {
	position: relative;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 15px;
}

.footer-widget__gallery-img {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	z-index: 1;
}

.footer-widget__gallery-img:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: rgba(var(--insur-base-rgb), .9);
	transition: all 700ms ease;
	transform: translateY(-100%);
	border-radius: 5px;
	z-index: 1;
}

.footer-widget__gallery-list li:hover .footer-widget__gallery-img:before {
	transform: translateY(0%);
}

.footer-widget__gallery-img img {
	width: 100%;
	border-radius: 5px;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .7s;
	transition-property: all;
	transform: scale(1);
}

.footer-widget__gallery-list li:hover .footer-widget__gallery-img img {
	transform: scale(1.05);
}

.footer-widget__gallery-img a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: var(--insur-white);
	transform: translateY(100px);
	opacity: 0;
	transition: all 700ms ease;
	z-index: 2;
}

.footer-widget__gallery-list li:hover .footer-widget__gallery-img a {
	transform: translateY(0px);
	opacity: 1;
	transition-delay: .3s;
}

.footer-widget__newsletter {
	position: relative;
	display: block;
}

.footer-widget__newsletter-text {
	color: #97a2b7;
	line-height: 26px;
	font-size: 15px;
	letter-spacing: var(--insur-letter-spacing);
}

.footer-widget__newsletter-form {
	position: relative;
	display: block;
	margin-top: 27px;
	margin-bottom: 27px;
}

.footer-widget__newsletter-input-box {
	position: relative;
	display: block;
}

.footer-widget__newsletter-input-box input[type="email"] {
	height: 60px;
	width: 100%;
	border: none;
	outline: none;
	padding-left: 20px;
	padding-right: 60px;
	background-color: #111d32;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #97a2b7;
	letter-spacing: var(--insur-letter-spacing);
}

.footer-widget__newsletter-btn {
	position: absolute;
	top: 50%;
	right: 10px;
	height: 35px;
	width: 35px;
	border: none;
	font-size: 15px;
	background-color: transparent;
	color: var(--insur-white);
	transform: translateY(-50%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__newsletter-btn:hover {
	color: var(--insur-base);
}

.footer-widget__phone {
	position: relative;
	display: flex;
	align-items: center;
}

.footer-widget__phone-icon {
	position: relative;
	display: flex;
	align-items: center;
}

.footer-widget__phone-icon span {
	font-size: 37px;
	color: var(--insur-primary);
	position: relative;
	display: inline-block;
}

.footer-widget__phone-text {
	position: relative;
	margin-left: 15px;
}

.footer-widget__phone-text a {
	font-size: 18px;
	color: var(--insur-white);
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__phone-text a:hover {
	color: var(--insur-primary);
}

.footer-widget__phone-text p {
	font-size: 14px;
	color: #97a2b7;
	line-height: 26px;
	letter-spacing: var(--insur-letter-spacing);
}

.site-footer__bottom {
	position: relative;
	display: block;
}

.site-footer__bottom-inner {
	position: relative;
	display: block;
	text-align: center;
	border-top: 1px solid rgba(var(--insur-white-rgb), .1);
	padding: 34px 0;
}

.site-footer__bottom-text {
	color: #97a2b7;
	letter-spacing: var(--insur-letter-spacing);
}

.site-footer__bottom-text a {
	color: #97a2b7;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
	color: var(--insur-white);
}

/*--------------------------------------------------------------
# Feature Two
--------------------------------------------------------------*/
.feature-two {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

.feature-two__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-two__single:hover {
	transform: translateY(-10px);
}

.feature-two__img {
	position: relative;
	display: block;
	border-radius: var(--insur-bdr-radius);
	overflow: hidden;
}

.feature-two__img:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	border-radius: var(--insur-bdr-radius);
	background-color: rgba(var(--insur-base-rgb), .3);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 1;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: 1;
}

.feature-two__single:hover .feature-two__img:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.feature-two__img img {
	width: 100%;
	border-radius: var(--insur-bdr-radius);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-two__single:hover .feature-two__img img {
	transform: scale(1.05);
}

.feature-two__content {
	position: relative;
	display: block;
	background-color: #fff;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .1);
	margin-right: 70px;
	margin-top: -55px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	z-index: 1;
}

.feature-two__content-inner {
	position: relative;
	display: flex;
	align-items: center;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
	z-index: 1;
}

.feature-two__content-inner:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: var(--insur-base);
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	transform: translateX(-100%);
	transition: all 700ms ease;
	z-index: -1;
}

.feature-two__single:hover .feature-two__content-inner:before {
	transform: translateX(0);
}

.feature-two__icon {
	position: relative;
	display: flex;
	align-items: center;
	max-width: 84px;
	width: 100%;
	min-height: 100px;
	justify-content: center;
	background-color: var(--insur-base);
	border-bottom-left-radius: 10px;
}

.feature-two__icon span {
	font-size: 40px;
	color: var(--insur-white);
	position: relative;
	display: inline-block;
}

.feature-two__text-box {
	position: relative;
	display: block;
	padding-left: 20px;
}

.feature-two__text-box:before {
	position: absolute;
	content: "";
	top: 1px;
	bottom: -2px;
	left: 0;
	width: 2px;
	background-color: rgba(var(--insur-white-rgb), .1);
	transform: scaleY(0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-two__single:hover .feature-two__text-box:before {
	transform: scaleY(1);
	transition-delay: 700ms;
}

.feature-two__text {
	font-size: 20px;
	font-weight: 700;
	color: var(--insur-black);
	letter-spacing: var(--insur-letter-spacing);
	line-height: 25px;
	transition: all 700ms ease;
}

.feature-two__text a {
	color: var(--insur-black);
	transition: all 700ms ease;
}

.feature-two__single:hover .feature-two__text a {
	color: var(--insur-white);
}

/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about-two {
	position: relative;
	display: block;
	padding: 0 0 120px;
}

.about-two__left {
	position: relative;
	display: block;
	margin-right: 42px;
}

.about-two__left .section-title {
	margin-bottom: 39px;
}

.about-two__text {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
}

.about-two__points {
	position: relative;
	display: block;
	margin-top: 36px;
	margin-bottom: 42px;
}

.about-two__points li {
	position: relative;
	display: flex;
	align-items: center;
}

.about-two__points li+li {
	margin-top: 8px;
}

.about-two__points li .icon {
	height: 16px;
	width: 16px;
	background-color: var(--insur-primary);
	font-size: 10px;
	color: var(--insur-white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-two__points li .text {
	margin-left: 20px;
}

.about-two__points li .text p {
	font-size: 18px;
	color: var(--insur-black);
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
}

.about-two__middle {
	position: relative;
	display: block;
	margin-right: 40px;
}

.about-two__img-box {
	position: relative;
	display: block;
}

.about-two__img {
	position: relative;
	display: block;
}

.about-two__img img {
	width: 100%;
	border-radius: 20px;
}

.about-two__awards-box {
	position: absolute;
	bottom: 45px;
	left: -150px;
	background-color: #fff;
	box-shadow: inset 0px 0px 18px 0px rgba(0, 0, 0, .2);
	border-radius: 25px;
	padding: 15px;
	z-index: 1;
}

.about-two__awards-box:before {
	position: absolute;
	bottom: -46px;
	left: 70px;
	content: "";
	background-image: url("https://cdn-ilbjidl.nitrocdn.com/ZPXGoVYoNSXjhJZnLTEmhtUuOXhjJoXC/assets/images/optimized/rev-10f9e06/argfinance.com.au/wp-content/themes/argfinance/includes/images/shapes/about-two-awards-shape-1.png");
	background-repeat: no-repeat;
	width: 73px;
	height: 46px;
	z-index: -1;
}

.about-two__awards-inner {
	position: relative;
	display: block;
	background-color: var(--insur-black);
	border: 4px solid var(--insur-primary);
	border-radius: 20px;
	padding-top: 17px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 40px;
	overflow: hidden;
}

.about-two__awards-shape-2 {
	position: absolute;
	top: -36px;
	right: -38px;
}

.about-two__awards-shape-2 img {
	width: auto;
}

.about-two__awards-year {
	font-size: 72px;
	color: var(--insur-white);
	font-weight: 700;
	line-height: 72px;
	letter-spacing: var(--insur-letter-spacing);
}

.about-two__awards-content {
	font-size: 20px;
	color: var(--insur-white);
	font-weight: 700;
	line-height: 23px;
	letter-spacing: var(--insur-letter-spacing);
}

.about-two__dots {
	position: absolute;
	bottom: 225px;
	left: -80px;
	z-index: -1;
}

.about-two__dots img {
	width: auto;
	opacity: .2;
}

.about-two__counter {
	position: relative;
	display: block;
	text-align: right;
	margin-left: -20px;
	margin-top: -8px;
}

.about-two__counter-list {
	position: relative;
	display: block;
}

.about-two__counter-list li {
	position: relative;
	display: block;
	padding-bottom: 33px;
	margin-bottom: 32px;
}

.about-two__counter-list li:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 14px;
	right: 0;
	background-color: var(--insur-bdr-color);
	height: 2px;
}

.about-two__counter-list li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.about-two__counter-list li:last-child:before {
	display: none;
}

.about-two__counter-single {
	position: relative;
	display: block;
}

.about-two__counter-count {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.about-two__counter-count h3 {
	font-size: 48px;
	font-weight: 700;
	line-height: 48px !important;
	color: var(--insur-base);
	font-family: var(--insur-font) !important;
	letter-spacing: var(--insur-letter-spacing);
}

.about-two__counter-percent {
	font-size: 48px;
	font-weight: 700;
	line-height: 48px !important;
	color: var(--insur-base);
	font-family: var(--insur-font) !important;
	letter-spacing: var(--insur-letter-spacing);
}

.about-two__counter-text-1 {
	font-size: 20px;
	color: var(--insur-black);
	font-weight: 700;
	line-height: 24px;
	letter-spacing: var(--insur-letter-spacing);
	margin-top: 15px;
	margin-bottom: 4px;
}

.about-two__counter-text-2 {
	font-size: 15px;
	line-height: 28px;
	letter-spacing: var(--insur-letter-spacing);
}

.about-two__counter .odometer-formatting-mark {
	display: none;
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
	position: relative;
	display: block;
	background-color: var(--insur-black);
	padding: 120px 0 90px;
	z-index: 1;
}

.services-two-shape-1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-position: center;
	background-size: cover;
	opacity: .02;
	z-index: -1;
}

.services-two__top {
	position: relative;
	display: block;
}

.services-two__top-left {
	position: relative;
	display: block;
}

.services-two__top-left .section-sub-title {
	color: #97a2b7;
}

.services-two__top-left .section-title__title {
	color: var(--insur-white);
}

.services-two__top-right {
	position: relative;
	display: block;
	margin-left: 70px;
	margin-top: 14px;
}

.services-two__top-text {
	font-size: 18px;
	color: #97a2b7;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
}

.services-two__bottom {
	position: relative;
	display: block;
}

.services-two__single {
	position: relative;
	display: block;
	background-color: #1c2a44;
	border-radius: var(--insur-bdr-radius);
	text-align: center;
	padding: 40px 35px 33px;
	border-bottom: 3px solid transparent;
	margin-bottom: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-two__single:hover {
	border-bottom: 3px solid var(--insur-primary);
	transform: translateY(-10px);
	background-color: #111d32;
}

.services-two__icon-box {
	position: relative;
	display: block;
}

.services-two__icon-box:before {
	position: absolute;
	content: "";
	bottom: -9px;
	left: 50%;
	height: 4px;
	width: 40px;
	background-color: #111d32;
	transform: translateX(-50%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-two__single:hover .services-two__icon-box:before {
	background-color: #070e1b;
}

.services-two__icon {
	position: relative;
	height: 85px;
	width: 85px;
	background-color: #111d32;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 auto;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.services-two__icon:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	content: "";
	background-image: -moz-linear-gradient(0deg, #015fc9 0%, #0ce0ff 100%);
	background-image: -webkit-linear-gradient(0deg, #015fc9 0%, #0ce0ff 100%);
	background-image: -ms-linear-gradient(0deg, #015fc9 0%, #0ce0ff 100%);
	border-radius: 50%;
	background-color: var(--insur-white);
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: all;
	transition-property: all;
	opacity: 1;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: -1;
}

.services-two__single:hover .services-two__icon:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.services-two__icon span {
	position: relative;
	display: inline-block;
	font-size: 36px;
	background: #0161ca;
	background: linear-gradient(90deg, rgba(1, 97, 202, 1) 41%, rgba(12, 222, 254, 1) 67%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-two__single:hover .services-two__icon span {
	-webkit-text-fill-color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-two__title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 30px;
	margin-top: 26px;
	margin-bottom: 5px;
}

.services-two__title a {
	color: var(--insur-white);
}

.services-two__text {
	font-size: 14px;
	color: #97a2b7;
	line-height: 24px;
	letter-spacing: var(--insur-letter-spacing);
}

/*--------------------------------------------------------------
# Work Together
--------------------------------------------------------------*/
.work-together {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

.work-together__left {
	position: relative;
	display: block;
}

.work-together__left .section-title {
	margin-bottom: 38px;
}

.work-together__content-box {
	position: relative;
	display: flex;
	align-items: center;
}

.work-together__img {
	position: relative;
	display: block;
}

.work-together__img img {
	width: auto;
	border-radius: 7px;
}

.work-together__text-box {
	margin-left: 30px;
}

.work-together__text {
	font-weight: 500;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
}

.work-together__progress {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 24px;
}

.work-together__progress-single {
	position: relative;
	display: block;
}

.work-together__progress-title {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 7px;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
}

.work-together__progress .bar {
	position: relative;
	width: 100%;
	height: 13px;
	background-color: var(--insur-extra);
	border-radius: 6px;
}

.work-together__progress .bar-inner {
	position: relative;
	display: block;
	width: 0px;
	height: 13px;
	border-radius: 6px;
	background-color: var(--insur-primary);
	-webkit-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	transition: all 1500ms ease;
}

.work-together__progress .count-text {
	position: absolute;
	right: -13px;
	bottom: 20px;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	font-size: 14px;
	font-weight: 500;
	color: var(--insur-gray);
	letter-spacing: var(--insur-letter-spacing);
}

.work-together__progress .bar-inner.counted .count-text {
	opacity: 1;
}

.work-together__right {
	position: relative;
	display: block;
}

.faq-one-accrodion .accrodion {
	position: relative;
	display: block;
	border: 1px solid var(--insur-bdr-color);
	border-radius: 20px;
	background-color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active {
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .1);
}

.faq-one-accrodion .accrodion-title {
	position: relative;
	display: block;
	cursor: pointer;
	transition: all 200ms linear;
	transition-delay: .1s;
	border-radius: 20px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 15px;
	padding-right: 40px;
	border-bottom: 1px solid transparent;
}

.faq-one-accrodion .accrodion-title h4 {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	color: var(--insur-black);
	letter-spacing: var(--insur-letter-spacing);
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.faq-one-accrodion .accrodion-title h4 span {
	position: relative;
	height: 37px;
	width: 37px;
	background-color: var(--insur-base);
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 37px;
	color: var(--insur-white);
	margin-right: 10px;
}

.faq-one-accrodion .accrodion+.accrodion {
	margin-top: 20px;
}

.faq-one-accrodion .accrodion.active .accrodion-title {
	color: var(--insur-base);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 1px solid var(--insur-bdr-color);
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
	color: var(--insur-base);
}

.faq-one-accrodion .accrodion-title h4::before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 18px;
	color: var(--insur-black);
	position: absolute;
	top: 51%;
	right: -15px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	text-align: center;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
	content: "";
	color: var(--insur-primary);
	height: 20px;
	width: 20px;
	border-radius: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.faq-one-accrodion .accrodion-content {
	position: relative;
	padding: 12px 30px 20px;
}

.faq-one-accrodion .accrodion-content p {
	margin: 0;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.cta-one {
	position: relative;
	display: block;
	padding: 0 0 80px;
	z-index: 1;
}

.cta-one__content {
	position: relative;
	display: block;
	border-radius: 30px;
	background-color: #fff;
	box-shadow: inset 0px 0px 18px 0px rgba(0, 0, 0, .2);
	padding: 15px;
	z-index: 1;
}

.cta-one__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--insur-black);
	border-radius: 20px;
	border: 4px solid var(--insur-primary);
	padding: 51px 55px 51px;
	overflow: hidden;
	z-index: 1;
}

.cta-one__left {
	position: relative;
	display: block;
}

.cta-one__title {
	font-size: 36px;
	font-weight: 700;
	color: var(--insur-white);
	line-height: 36px;
	letter-spacing: var(--insur-letter-spacing);
}

.cta-one__right {
	position: relative;
	display: flex;
	align-items: center;
}

.cta-one__call {
	position: relative;
	display: flex;
	align-items: center;
}

.cta-one__call-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	border: 2px solid var(--insur-primary);
	border-radius: 50%;
	color: var(--insur-primary);
	font-size: 20px;
}

.cta-one__call-number {
	position: relative;
	top: -1px;
	margin-left: 10px;
}

.cta-one__call-number a {
	font-size: 16px;
	color: var(--insur-white);
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.cta-one__call-number a:hover {
	color: var(--insur-primary);
}

.cta-one__call-number p {
	font-size: 14px;
	color: #97a2b7;
	line-height: 18px;
	letter-spacing: var(--insur-letter-spacing);
}

.cta-one__btn-box {
	margin-left: 40px;
}

.cta-one__btn:hover {
	color: var(--insur-black);
}

.cta-one__btn:before {
	background-color: var(--insur-white);
}

.cta-one__btn:after {
	background-color: var(--insur-white);
}

.cta-one__img {
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: luminosity;
	opacity: .1;
	z-index: -1;
}

.cta-one__img img {
	width: auto;
}

.cta-two {
	padding: 120px 0 120px;
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
	position: relative;
	display: block;
	border-top: 1px solid var(--insur-bdr-color);
	padding: 59px 0 60px;
	z-index: 1;
}

.brand-one__title {
	position: relative;
	display: block;
	margin-right: 60px;
	margin-top: 9px;
}

.brand-one__title h2 {
	font-size: 16px;
	color: var(--insur-black);
	font-weight: 700;
	line-height: 28px;
	letter-spacing: var(--insur-letter-spacing);
}

.brand-one__main-content {
	position: relative;
	display: block;
}

.brand-one__main-content .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.brand-one__main-content .swiper-slide img {
	-webkit-transition: 500ms;
	transition: 500ms;
	opacity: .3;
}

.brand-one__main-content .swiper-slide img:hover {
	opacity: 1;
}

/*--------------------------------------------------------------
# Get Insuracne Two
--------------------------------------------------------------*/
.get-insuracne-two {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	background-color: var(--insur-white);
	z-index: 1;
}

.get-insuracne-two:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 208px;
	right: 0;
	border-style: solid;
	border-width: 1px;
	border-color: #dfe3e7;
	background-color: #fff;
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, .07);
	content: "";
	border-top-left-radius: 377.5px;
	border-bottom-left-radius: 377.5px;
	z-index: -1;
}

.get-insuracne-two-shape-3 {
	position: absolute;
	top: 0;
	right: -18px;
	mix-blend-mode: luminosity;
	opacity: .03;
	z-index: -1;
}

.get-insuracne-two-shape-3 img {
	width: auto;
}

.get-insuracne-two__left {
	position: relative;
	display: block;
}

.get-insuracne-two__shape-box {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.get-insuracne-two-shape-1 {
	position: absolute;
	top: -44px;
	bottom: -42px;
	left: -375px;
	width: 814px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
}

.get-insuracne-two-shape-2 {
	position: absolute;
	top: -34px;
	bottom: 0;
	left: -375px;
	mix-blend-mode: luminosity;
	opacity: .15;
}

.get-insuracne-two-shape-2 img {
	width: auto;
}

.get-insuracne-two__img {
	position: relative;
	display: block;
	border-radius: 50%;
	margin-left: -139px;
	margin-right: 102px;
}

.get-insuracne-two__img img {
	width: 100%;
	border-radius: 50%;
}

.get-insuracne-two__right {
	position: relative;
	display: block;
}

.get-insuracne-two__right .section-title {
	margin-bottom: 38px;
}

.get-insuracne-two__tab {
	position: relative;
	display: block;
}

.get-insuracne-two__tab-box {
	position: relative;
	display: block;
	z-index: 2;
}

.get-insuracne-two__inner {
	position: relative;
	display: block;
}

.get-insuracne-two__tab-left {
	position: relative;
	display: block;
	max-width: 160px;
	width: 100%;
	float: left;
}

.get-insuracne-two__tab-box .tab-buttons {
	position: relative;
	display: block;
}

.get-insuracne-two__tab-box .tab-buttons .tab-btn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
}

.get-insuracne-two__tab-box .tab-buttons .tab-btn+.tab-btn {
	margin-top: 10px;
}

.get-insuracne-two__tab-btn-content {
	position: relative;
	display: flex;
	align-items: center;
	border: 1px solid #dfe3e7;
	border-radius: var(--insur-bdr-radius);
	padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 20px;
	padding-right: 30px;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.get-insuracne-two__tab-box .tab-buttons .tab-btn.active-btn .get-insuracne-two__tab-btn-content {
	border: 1px solid var(--insur-base);
}

.get-insuracne-two__tab-btn-content:before {
	position: absolute;
	top: 50%;
	right: -6px;
	content: "";
	border-top: 8px solid transparent;
	border-left: 6px solid var(--insur-base);
	border-bottom: 8px solid transparent;
	transform: translateY(-50%) scale(0);
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.get-insuracne-two__tab-box .tab-buttons .tab-btn.active-btn .get-insuracne-two__tab-btn-content:before {
	transform: translateY(-50%) scale(1);
}

.get-insuracne-two__tab-icon {
	position: relative;
	display: flex;
	align-items: center;
}

.get-insuracne-two__tab-icon img {
	width: auto;
}

.get-insuracne-two__tab-text-box {
	margin-left: 14px;
}

.get-insuracne-two__tab-text {
	font-size: 14px;
	color: var(--insur-black);
	font-weight: 700;
	line-height: 17px;
	letter-spacing: var(--insur-letter-spacing);
}

.get-insuracne-two__tab-box .tabs-content {
	position: relative;
	display: block;
}

.get-insuracne-two__tab-box .tabs-content .tab {
	position: relative;
	display: none;
	-webkit-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
	z-index: 10;
}

.get-insuracne-two__tab-box .tabs-content .tab.active-tab {
	display: block;
	margin-top: 0px;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.get-insuracne-two__tab-right {
	position: relative;
	display: block;
	max-width: 510px;
	width: 100%;
	padding-left: 40px;
	float: right;
}

.get-insuracne-two__content {
	position: relative;
	display: block;
}

.get-insuracne-two__form {
	position: relative;
	display: block;
}

.get-insuracne-two__content-box {
	position: relative;
	display: block;
}

.get-insuracne-two__input-box {
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.get-insuracne-two__input-box input[type="text"], .get-insuracne-two__input-box input[type="email"] {
	height: 60px;
	width: 100%;
	border: 0;
	background-color: var(--insur-extra);
	outline: none;
	font-size: 16px;
	color: var(--insur-gray);
	font-weight: 400;
	padding: 0 30px 0;
	border-radius: var(--insur-bdr-radius);
}

.get-insuracne-two__input-box .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	position: relative;
	display: block;
	width: 100% !important;
}

.get-insuracne-two__input-box .bootstrap-select>.dropdown-toggle::after {
	display: none;
}

.get-insuracne-two__input-box .bootstrap-select>.dropdown-toggle {
	position: relative;
	height: 60px;
	outline: none !important;
	border-radius: var(--insur-bdr-radius);
	border: 0;
	background-color: var(--insur-extra) !important;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	padding-right: 30px;
	color: var(--insur-gray) !important;
	font-size: 16px;
	line-height: 60px;
	font-weight: 400;
	box-shadow: none !important;
	background-repeat: no-repeat;
	background-size: 14px 12px;
	background-position: right 25.75px center;
}

.get-insuracne-two__input-box .bootstrap-select>.dropdown-toggle:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	font-family: "Font Awesome 5 Free";
	content: "";
	font-weight: 900;
	font-size: 14px;
	color: var(--insur-gray);
}

.get-insuracne-two__progress {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 13px;
	margin-bottom: 20px;
}

.get-insuracne-two__progress-single {
	position: relative;
	display: block;
}

.get-insuracne-two__progress-title {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 14px;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
}

.get-insuracne-two__progress .bar {
	position: relative;
	width: 100%;
	height: 13px;
	background-color: var(--insur-extra);
	border-radius: 6px;
	border: 0;
}

.get-insuracne-two__progress .bar-inner {
	position: relative;
	display: block;
	width: 0px;
	height: 13px;
	border-radius: 6px;
	background-image: -moz-linear-gradient(0deg, #015fc9 0%, #0ce0ff 100%);
	background-image: -webkit-linear-gradient(0deg, #015fc9 0%, #0ce0ff 100%);
	background-image: -ms-linear-gradient(0deg, #015fc9 0%, #0ce0ff 100%);
	-webkit-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	transition: all 1500ms ease;
}

.get-insuracne-two__progress .count-text {
	position: absolute;
	right: -30px;
	bottom: -8px;
	opacity: 0;
	border-style: solid;
	border-width: 2px;
	border-color: #fff;
	border-radius: 50%;
	background-color: #16243d;
	width: 30px;
	height: 30px;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.get-insuracne-two__progress .bar-inner.counted .count-text {
	opacity: 1;
}

.get-insuracne-two__balance-box {
	position: absolute;
	top: 0;
	right: 0;
}

.get-insuracne-two__balance {
	font-size: 16px;
	color: var(--insur-black);
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
}

.get-insuracne-two__content-bottom {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.get-insuracne-two__btn {
	border: none;
}

.get-insuracne-two__content-bottom-text-box p {
	line-height: 24px;
	letter-spacing: var(--insur-letter-spacing);
}

.get-insuracne-two__content-bottom-text-box h5 {
	font-size: 16px;
	color: var(--insur-black);
	line-height: 24px;
	letter-spacing: var(--insur-letter-spacing);
}

/*--------------------------------------------------------------
# Process
--------------------------------------------------------------*/
.process {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

.process .section-title {
	margin-bottom: 18px;
}

.process .section-sub-title-box {
	margin-left: 0;
}

.process__inner {
	position: relative;
	display: block;
	counter-reset: count;
}

.process-shape-1 {
	position: absolute;
	top: 0;
	left: 135px;
}

.process-shape-1 img {
	width: auto;
}

.process__single {
	position: relative;
	display: block;
	text-align: center;
	padding: 0 40px 0;
	margin-bottom: 22px;
}

.process__icon-box {
	position: relative;
	display: block;
	height: 150px;
	width: 150px;
	margin: 0 auto;
}

.process__icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-style: solid;
	border-width: 1px;
	border-color: #dfe3e7;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, .1);
	height: 148px;
	width: 148px;
	margin: 0 auto;
	z-index: 1;
}

.process__icon:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	border-radius: 50%;
	background-color: var(--insur-base);
	transform: scale(0);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: all .4s cubic-bezier(.62, .21, .45, 1.52);
	z-index: -1;
}

.process__single:hover .process__icon:before {
	transform: scaleX(1);
}

.process__icon span {
	position: relative;
	display: inline-block;
	font-size: 60px;
	color: var(--insur-base);
	transition: all 500ms linear;
	transition-delay: .1s;
	transform: scale(1);
}

.process__single:hover .process__icon span {
	transform: scale(.9);
	color: var(--insur-white);
}

.process__count {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color: var(--insur-primary);
	z-index: 2;
}

.process__count:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: var(--insur-white);
	font-size: 14px;
	line-height: 40px;
	font-weight: 700;
	border-radius: 50%;
	counter-increment: count;
	content: counters(count, ".", decimal-leading-zero);
	transition: all 200ms linear;
	transition-delay: .1s;
}

.process__single:hover .process__count:before {
	background-color: var(--insur-black);
}

.process__content {
	position: relative;
	display: block;
	margin-top: 21px;
}

.process__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
	margin-bottom: 7px;
}

.process__text {
	font-size: 15px;
	letter-spacing: var(--insur-letter-spacing);
}

.process__bottom {
	position: relative;
	display: block;
	margin-top: 35px;
}

.process__contact {
	position: relative;
	display: block;
}

.process__input-box {
	position: relative;
	display: block;
	max-width: 580px;
	width: 100%;
	margin: 0 auto;
}

.process__input-box input[type="text"] {
	height: 50px;
	width: 100%;
	border: 0;
	background-color: var(--insur-extra);
	border-radius: var(--insur-bdr-radius);
	font-size: 16px;
	font-weight: 500;
	color: var(--insur-gray);
	letter-spacing: var(--insur-letter-spacing);
	padding-left: 50px;
	padding-right: 195px;
	outline: none;
}

.process__btn {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	border: 0;
	width: 158px;
	background-color: var(--insur-base);
	font-size: 14px;
	color: var(--insur-white);
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
	border-top-right-radius: var(--insur-bdr-radius);
	border-bottom-right-radius: var(--insur-bdr-radius);
	text-align: center;
	transition: all 500ms ease;
}

.process__btn:hover {
	background-color: var(--insur-primary);
	color: var(--insur-black);
}

.process__single-2 {
	margin-top: 100px;
}

.process__single-2 .process__count {
	bottom: 0;
	right: 0;
	top: inherit;
	left: inherit;
}

.process__single-3 {
	margin-top: 50px;
}

.process__single-4 .process__count {
	bottom: 0;
	right: 0;
	top: inherit;
	left: inherit;
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
	position: relative;
	display: block;
	background-color: var(--insur-extra);
	padding: 120px 0 90px;
	z-index: 1;
}

.testimonial-two-shape-1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1432px;
	mix-blend-mode: luminosity;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	opacity: .3;
	z-index: -1;
}

.testimonial-two__left {
	position: relative;
	display: block;
	margin-right: 50px;
	z-index: 5;
}

.testimonial-two__left .section-title {
	margin-bottom: 28px;
}

.testimonial-two__text {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
}

.testimonial-two__point-box {
	position: relative;
	display: block;
	overflow: hidden;
	margin-top: 37px;
}

.testimonial-two__point {
	position: relative;
	display: block;
	float: left;
}

.testimonial-two__point li {
	position: relative;
	display: flex;
	align-items: center;
}

.testimonial-two__point li+li {
	margin-top: 31px;
}

.testimonial-two__point li .icon {
	position: relative;
	height: 43px;
	width: 43px;
	background-color: #fff;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .05);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: var(--insur-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.testimonial-two__point li:hover .icon {
	background-color: var(--insur-base);
	color: var(--insur-white);
}

.testimonial-two__point li .text {
	margin-left: 14px;
}

.testimonial-two__point li .text p {
	font-size: 16px;
	color: var(--insur-black);
	font-weight: 700;
	line-height: 26px;
}

.testimonial-two__point-two {
	margin-left: 33px;
}

.testimonial-two__right {
	position: relative;
	display: block;
	margin-left: 20px;
}

.testimonial-two__carousel {
	position: relative;
	display: block;
}

.testimonial-two__wrap {
	position: relative;
	display: block;
}

.testimonial-two__single {
	position: relative;
	display: block;
	background-color: #fff;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .05);
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-bottom: 30px;
}

.testimonial-two__single:before {
	position: absolute;
	top: 0;
	left: -39px;
	content: "";
	border-top: 0px solid transparent;
	border-right: 40px solid #fff;
	border-bottom: 40px solid transparent;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .05);
}

.testimonial-two__single-inner {
	position: relative;
	display: block;
	overflow: hidden;
	padding-top: 42px;
	padding-bottom: 26px;
	background-color: var(--insur-white);
	border-top-right-radius: 20px;
	z-index: 1;
}

.testimonial-two-shape-2 {
	position: absolute;
	top: -20px;
	right: 0;
	mix-blend-mode: luminosity;
	opacity: .1;
	z-index: -1;
}

.testimonial-two-shape-2>img {
	width: auto;
}

.testimonial-two__content-box {
	position: relative;
	display: block;
	max-width: 296px;
	width: 100%;
	margin-left: 50px;
}

.testimonial-two__client-name {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: var(--insur-letter-spacing);
	margin-bottom: 2px;
}

.testimonial-two__text-2 {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
}

.testimonial-two__client-review {
	position: absolute;
	display: flex;
	align-items: center;
	top: 50px;
	right: 55px;
}

.testimonial-two__client-review i {
	font-size: 15px;
	color: #fab600;
}

.testimonial-two__client-review i+i {
	margin-left: 2px;
}

.testimonial-two__founder-box {
	position: relative;
	display: block;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .05);
	background-color: var(--insur-base);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.testimonial-two__founder {
	position: relative;
	display: block;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding-left: 50px;
	padding-top: 23px;
	padding-bottom: 23px;
	overflow: hidden;
	z-index: 1;
}

.testimonial-two__founder-text {
	font-size: 14px;
	color: var(--insur-white);
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 14px;
}

.testimonial-two__client-img-box {
	position: absolute;
	bottom: 20px;
	right: 30px;
	height: 150px;
	width: 150px;
	border-radius: 50%;
	background-color: var(--insur-white);
	padding: 10px;
	z-index: 1;
}

.testimonial-two__client-img {
	position: relative;
	display: block;
	width: 131px;
	height: 131px;
	padding: 6px;
	border-radius: 50%;
	background-image: -moz-linear-gradient(-29deg, #015fc9 0%, #0ce0ff 100%);
	background-image: -webkit-linear-gradient(-29deg, #015fc9 0%, #0ce0ff 100%);
	background-image: -ms-linear-gradient(-29deg, #015fc9 0%, #0ce0ff 100%);
}

.testimonial-two__client-img>img {
	width: 100% !important;
	border-radius: 50%;
	border: 6px solid var(--insur-white);
}

.testimonial-two__quote {
	position: absolute;
	top: 50%;
	left: -28px;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, .07);
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-two__quote>img {
	width: auto !important;
}

.testimonial-two__founder-shape {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.testimonial-two__founder-shape>img {
	width: auto;
}

.testimonial-two__carousel.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.testimonial-two__carousel.owl-carousel .owl-item {
	opacity: 0;
	visibility: hidden;
	transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-two__carousel.owl-carousel .owl-item.active {
	opacity: 1;
	visibility: visible;
}

.testimonial-two__carousel.owl-carousel .owl-dots {
	position: absolute;
	right: -185px;
	top: 265px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	height: 10px;
	max-width: 300px;
	width: 100%;
	border-radius: 5px;
	background-color: var(--insur-white);
	margin-top: 0px !important;
	transform: rotate(-90deg);
}

.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	height: 10px;
	width: 100px;
	border-radius: 5px;
	background-color: transparent;
	margin: 0;
	padding: 0 !important;
	-webkit-transition: all 100ms linear;
	transition: all 100ms linear;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.testimonial-two__carousel.owl-carousel .owl-dot.active {
	background-color: var(--insur-primary);
	opacity: 1;
}

.testimonial-two__carousel.owl-carousel .owl-dot:focus {
	outline: none;
}

.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot span {
	display: none;
}

/*--------------------------------------------------------------
# News Two
--------------------------------------------------------------*/
.news-two {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

.news-two .section-sub-title-box {
	margin-left: 0;
}

.news-two__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.news-two__img {
	position: relative;
	display: block;
	border-top-left-radius: var(--insur-bdr-radius);
	border-top-right-radius: var(--insur-bdr-radius);
	overflow: hidden;
	z-index: 1;
}

.news-two__img:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-top-left-radius: var(--insur-bdr-radius);
	border-top-right-radius: var(--insur-bdr-radius);
	background-color: rgba(var(--insur-black-rgb), .5);
	-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-70%);
	transform: translateY(-70%);
	z-index: 1;
}

.news-two__single:hover .news-two__img:before {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}

.news-two__img img {
	width: 100%;
	border-top-left-radius: var(--insur-bdr-radius);
	border-top-right-radius: var(--insur-bdr-radius);
	transition: all 500ms ease;
}

.news-two__single:hover .news-two__img img {
	transform: scale(1.05);
}

.news-two__arrow-box {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.news-two__arrow {
	height: 50px;
	width: 50px;
	border: 2px solid var(--insur-white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--insur-white);
	font-size: 15px;
	opacity: 0;
	transform: translateY(70px);
	transition: all 500ms ease;
}

.news-two__single:hover .news-two__arrow {
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 500ms;
}

.news-two__arrow:hover {
	border: 2px solid var(--insur-primary);
	color: var(--insur-primary);
}

.news-two__content {
	position: relative;
	display: block;
	border-bottom-left-radius: var(--insur-bdr-radius);
	border-bottom-right-radius: var(--insur-bdr-radius);
	border: 1px solid var(--insur-bdr-color);
	background-color: var(--insur-white);
	border-top: 0;
	padding: 33px 40px 40px;
	transition: all 500ms ease;
}

.news-two__single:hover .news-two__content {
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .1);
}

.news-two__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
	margin-bottom: 23px;
}

.news-two__title a {
	color: var(--insur-black);
	transition: all 500ms ease;
}

.news-two__single:hover .news-two__title a {
	color: var(--insur-base);
}

.news-two__client {
	position: relative;
	display: flex;
	align-items: center;
}

.news-two__client-img {
	position: relative;
	display: inline-block;
}

.news-two__client-img img {
	border: 2px solid var(--insur-primary);
	border-radius: 50%;
}

.news-two__client-content {
	margin-left: 15px;
}

.news-two__client-content p {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 24px;
}

.news-two__client-content h5 {
	font-size: 14px;
	color: var(--insur-base);
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 24px;
}

.news-two__tag {
	position: absolute;
	top: -20px;
	right: 20px;
	background-color: #fff;
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, .1);
	padding: 14px 20px;
	border-radius: var(--insur-bdr-radius);
	z-index: 2;
}

.news-two__tag p {
	font-size: 12px;
	color: var(--insur-black);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 12px;
}

.news-two__tag p i {
	font-size: 12px;
	padding-right: 3px;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
	position: relative;
	display: block;
	background-color: var(--insur-extra);
}

.google-map__one {
	position: relative;
	display: block;
	border: none;
	height: 420px;
	width: 100%;
	mix-blend-mode: luminosity;
}

/*--------------------------------------------------------------
# Feature Three
--------------------------------------------------------------*/
.feature-three {
	position: relative;
	display: block;
	padding: 0 0 90px;
	margin-top: -30px;
	z-index: 2;
}

.feature-three-shape {
	position: absolute;
	top: 30px;
	right: -30px;
	z-index: -1;
}

.feature-three-shape img {
	width: auto;
}

.feature-three__single {
	position: relative;
	display: flex;
	align-items: center;
	background-color: #fff;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .07);
	border-radius: var(--insur-bdr-radius);
	padding: 30px 40px 30px;
	margin-bottom: 30px;
	z-index: 1;
}

.feature-three__single:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	content: "";
	border-radius: var(--insur-bdr-radius);
	background-color: var(--insur-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 1;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: -1;
}

.feature-three__single:hover:after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.feature-three__icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 85px;
	width: 85px;
	background-color: var(--insur-extra);
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-three__single:hover .feature-three__icon {
	background-color: var(--insur-primary);
}

.feature-three__icon span {
	position: relative;
	display: inline-block;
	font-size: 36px;
	color: var(--insur-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-three__single:hover .feature-three__icon span {
	color: var(--insur-white);
}

.feature-three__content {
	position: relative;
	margin-left: 20px;
}

.feature-three__sub-title {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 2px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-three__single:hover .feature-three__sub-title {
	color: var(--insur-white);
}

.feature-three__title {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 26px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-three__single:hover .feature-three__title {
	color: var(--insur-white);
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.about-three {
	position: relative;
	display: block;
	padding: 0 0 120px;
}

.about-three__left {
	position: relative;
	display: block;
	margin-right: 70px;
}

.about-three__img-box {
	position: relative;
	display: block;
}

.about-three__img {
	position: relative;
	display: block;
	z-index: 1;
}

.about-three__img>img {
	width: 100%;
	border-radius: var(--insur-bdr-radius);
}

.about-three__shape-1 {
	position: absolute;
	top: 42px;
	left: 0;
	right: 0;
}

.about-three__shape-1>img {
	width: 100%;
	border-radius: var(--insur-bdr-radius);
}

.about-three__location {
	position: absolute;
	bottom: 135px;
	left: -68px;
	height: 150px;
	width: 190px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.about-three__location-text {
	font-size: 20px;
	color: var(--insur-white);
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 24px;
}

.about-three__location-bg {
	position: absolute;
	top: 0;
	left: 8px;
	right: -8px;
	bottom: 0;
	z-index: -1;
}

.about-three__right {
	position: relative;
	display: block;
}

.about-three__right .section-title {
	margin-bottom: 34px;
}

.about-three__business-start {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.about-three__business-start-icon {
	position: relative;
	display: flex;
	align-items: center;
}

.about-three__business-start-icon span {
	font-size: 60px;
	color: var(--insur-base);
	position: relative;
	display: inline-block;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.about-three__business-start:hover .about-three__business-start-icon span {
	transform: scale(.9);
}

.about-three__business-start-text-box {
	position: relative;
	margin-left: 30px;
}

.about-three__business-start-text {
	font-size: 24px;
	color: var(--insur-black);
	font-weight: 700;
	line-height: 36px;
	letter-spacing: var(--insur-letter-spacing);
}

.about-three__business-start-text span {
	color: var(--insur-primary);
	position: relative;
	display: inline-block;
}

.about-three__business-start-text span:before {
	position: absolute;
	bottom: 4px;
	left: 0;
	right: 0;
	height: 1px;
	content: "";
	background-color: var(--insur-primary);
}

.about-three__text {
	font-size: 18px;
	line-height: 34px;
	letter-spacing: var(--insur-letter-spacing);
}

.about-three__bottom {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 41px;
}

.about-three__founder {
	position: relative;
	display: flex;
	align-items: center;
}

.about-three__founder-img {
	position: relative;
	display: flex;
	align-items: center;
}

.about-three__founder-img img {
	border-radius: 50%;
	border: 2px solid var(--insur-primary);
	width: auto;
}

.about-three__founder-content {
	position: relative;
	margin-left: 30px;
	top: 10px;
}

.about-three__founder-name {
	font-size: 20px;
	letter-spacing: var(--insur-letter-spacing);
	font-family: var(--insur-reey-font);
	line-height: 22px;
}

.about-three__founder-sub-title {
	font-size: 14px;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 26px;
	margin-left: -16px;
}

.about-three__btn-box {
	margin-left: 20px;
}

/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three {
	position: relative;
	display: block;
	padding: 0 0 90px;
	z-index: 1;
}

.services-three__inner {
	position: relative;
	display: block;
	z-index: 1;
}

.services-three-shape-1 {
	position: absolute;
	bottom: -126px;
	right: -160px;
	opacity: .05;
	-webkit-animation-name: shapeMover-2;
	animation-name: shapeMover-2;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	z-index: 1;
}

.services-three-shape-1 img {
	width: auto;
}

.services-three__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.services-three .section-title {
	margin-bottom: 0;
}

.services-three__img {
	position: relative;
	display: block;
	border-radius: var(--insur-bdr-radius);
	overflow: hidden;
	z-index: 1;
}

.services-three__img::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: #16243d;
	background: linear-gradient(0deg, rgba(22, 36, 61, .91640406162465) 14%, rgba(22, 36, 61, .036852240896359) 58%);
	z-index: 1;
}

.services-three__img:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: rgba(var(--insur-black-rgb), .3);
	transition: all 500ms ease;
	transform: translate3d(0px, -100%, 0px);
}

.services-three__single:hover .services-three__img:after {
	transform: translate3d(0px, 0, 0px);
}

.services-three__img img {
	width: 100%;
	border-radius: var(--insur-bdr-radius);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-three__single:hover .services-three__img img {
	transform: scale(1.05);
}

.services-three__content {
	position: absolute;
	bottom: 25px;
	left: 30px;
	z-index: 2;
}

.services-three__title {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: var(--insur-letter-spacing);
}

.services-three__title a {
	color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-three__single:hover .services-three__title a {
	color: var(--insur-primary);
}

.services-three__get-quote {
	position: relative;
	display: block;
	background-color: var(--insur-extra);
	border-radius: var(--insur-bdr-radius);
	padding: 39px 60px 50px;
}

.services-three__get-quote-sub-title {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 33px;
}

.services-three__get-quote-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: var(--insur-letter-spacing);
	margin-bottom: 26px;
}

.services-three__get-quote-btn {
	padding: 12px 30px 12px;
	font-size: 14px;
}

/*--------------------------------------------------------------
# Benefits
--------------------------------------------------------------*/
.benefits {
	position: relative;
	display: block;
	background-color: var(--insur-extra);
	padding: 120px 0 110px;
	z-index: 1;
}

.benefits-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 886px;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: cover;
	z-index: 1;
}

.benefits-bg-2 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1424px;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: cover;
	opacity: .3;
	z-index: -1;
}

.benefits__left {
	position: relative;
	display: block;
	margin-right: 20px;
}

.benefits__left .section-title {
	margin-bottom: 30px;
}

.benefits__text {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
}

.benefits__point-box {
	position: relative;
	display: block;
	overflow: hidden;
	margin-top: 41px;
}

.benefits__point {
	position: relative;
	display: block;
	float: left;
}

.benefits__point li {
	position: relative;
	display: flex;
	align-items: center;
	background-color: var(--insur-white);
	border-radius: var(--insur-bdr-radius);
	padding-top: 22px;
	padding-bottom: 22px;
	padding-left: 30px;
	padding-right: 35px;
	margin-bottom: 10px;
	transition: all 500ms ease;
}

.benefits__point li:hover {
	background-color: var(--insur-base);
}

.benefits__point li .icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 16px;
	width: 16px;
	background-color: var(--insur-base);
	border-radius: 50%;
	color: var(--insur-white);
	font-size: 8px;
	transition: all 500ms ease;
}

.benefits__point li:hover .icon {
	background-color: var(--insur-primary);
	color: var(--insur-base);
}

.benefits__point li .text {
	margin-left: 10px;
}

.benefits__point li .text p {
	font-size: 18px;
	color: var(--insur-black);
	font-weight: 500;
	letter-spacing: var(--insur-letter-spacing);
	transition: all 500ms ease;
}

.benefits__point li:hover .text p {
	color: var(--insur-white);
}

.benefits__point-two {
	margin-left: 10px;
}

/*--------------------------------------------------------------
# Testimonial Three
--------------------------------------------------------------*/
.testimonial-three {
	position: relative;
	display: block;
	padding: 120px 0 170px;
}

.testimonial-three__top {
	position: relative;
	display: block;
	margin-bottom: 108px;
}

.testimonial-three__left {
	position: relative;
	display: block;
}

.testimonial-three__left .section-title {
	margin-bottom: 0px;
}

.testimonial-three__right {
	position: relative;
	display: block;
	margin-left: 100px;
	margin-top: 16px;
}

.testimonial-three__right-text {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
}

.testimonial-three__bottom {
	position: relative;
	display: block;
}

.testimonial-three__carousel {
	position: relative;
	display: block;
}

.testimonial-three__single {
	position: relative;
	display: block;
	text-align: center;
	border: 1px solid var(--insur-bdr-color);
	border-radius: 20px;
	padding: 108px 48px 51px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.testimonial-three__single:hover {
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .05);
	transform: translateY(-10px);
}

.testimonial-three__client-img-box {
	position: absolute;
	top: -73px;
	left: 50%;
	transform: translateX(-50%);
	height: 150px;
	width: 150px;
	border-radius: 50%;
	background-color: var(--insur-white);
	padding: 10px;
	z-index: 1;
}

.testimonial-three__client-img {
	position: relative;
	display: block;
	width: 131px;
	height: 131px;
	padding: 6px;
	border-radius: 50%;
	background-image: -moz-linear-gradient(-29deg, #015fc9 0%, #0ce0ff 100%);
	background-image: -webkit-linear-gradient(-29deg, #015fc9 0%, #0ce0ff 100%);
	background-image: -ms-linear-gradient(-29deg, #015fc9 0%, #0ce0ff 100%);
}

.testimonial-three__client-img>img {
	width: 100% !important;
	border-radius: 50%;
	border: 6px solid var(--insur-white);
}

.testimonial-three__quote {
	position: absolute;
	bottom: -17px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, .07);
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-three__quote>img {
	width: auto !important;
}

.testimonial-three__star {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-three__star i {
	font-size: 15px;
	color: #fab600;
}

.testimonial-three__text {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
	padding-top: 23px;
	padding-bottom: 23px;
}

.testimonial-three__client {
	position: relative;
	display: block;
}

.testimonial-three__client-name {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: var(--insur-letter-spacing);
}

.testimonial-three__client-sub-title {
	font-size: 14px;
	color: var(--insur-base);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.testimonial-three__carousel.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.testimonial-three__carousel.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.testimonial-three__carousel.owl-carousel .owl-item {
	opacity: 0;
	visibility: hidden;
	transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-three__carousel.owl-carousel .owl-item.active {
	opacity: 1;
	visibility: visible;
}

.testimonial-three__carousel.owl-carousel .owl-dots {
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	max-width: 300px;
	width: 100%;
	margin: 0 auto !important;
	border-radius: 5px;
	height: 10px;
	background-color: var(--insur-extra);
}

.testimonial-three__carousel.owl-carousel .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 10px;
	border-radius: 5px;
	background-color: transparent;
	margin: 0;
	padding: 0 !important;
	-webkit-transition: all 100ms linear;
	transition: all 100ms linear;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.testimonial-three__carousel.owl-carousel .owl-dot.active {
	background-color: var(--insur-primary);
	opacity: 1;
}

.testimonial-three__carousel.owl-carousel .owl-dot:focus {
	outline: none;
}

.testimonial-three__carousel.owl-carousel .owl-dots .owl-dot span {
	display: none;
}

/*--------------------------------------------------------------
# Download
--------------------------------------------------------------*/
.download {
	position: relative;
	display: block;
	background-color: var(--insur-base);
	padding: 120px 0 0;
	overflow: hidden;
	z-index: 1;
}

.download-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -1px;
	width: 828px;
	mix-blend-mode: luminosity;
	background-repeat: no-repeat;
	background-position: top center;
	opacity: .08;
	z-index: -1;
}

.download-shape-1 {
	position: absolute;
	top: -240px;
	left: 0;
}

.download-shape-1 img {
	width: auto;
}

.download-shape-2 {
	position: absolute;
	bottom: 87px;
	left: 0;
}

.download-shape-2 img {
	width: auto;
}

.download__left {
	position: relative;
	display: block;
	margin-top: 9px;
}

.download__sub-title {
	font-size: 18px;
	color: var(--insur-white);
	letter-spacing: var(--insur-letter-spacing);
}

.download__title {
	font-size: 50px;
	color: var(--insur-white);
	font-weight: 700;
	line-height: 60px;
	letter-spacing: var(--insur-letter-spacing);
	margin-top: 7px;
	margin-bottom: 47px;
}

.download__apps {
	position: relative;
	display: flex;
	align-items: center;
}

.download__app-one {
	position: relative;
	display: block;
	max-width: 215px;
	width: 100%;
}

.download__app-one>a {
	position: relative;
	display: flex;
	align-items: center;
	background-color: var(--insur-white);
	border-radius: var(--insur-bdr-radius);
	padding: 9px 40px 18px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.download__app-one:hover>a {
	background-color: var(--insur-primary);
}

.download__app-one>a>i {
	font-size: 20px;
	color: var(--insur-black);
	position: relative;
	top: 6px;
}

.download__app-one>a>p {
	font-size: 18px;
	color: var(--insur-black);
	font-weight: 700;
	margin-left: 15px;
	line-height: 20px;
}

.download__app-one>a>p>span {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.download__app-one--two {
	margin-left: 10px;
}

.download__app-one--two>a {
	background-color: var(--insur-black);
}

.download__app-one--two>a>i {
	color: var(--insur-white);
}

.download__app-one--two>a>p {
	color: var(--insur-white);
}

.download__right {
	position: relative;
	display: block;
	margin-left: 58px;
}

.download__img {
	position: relative;
	display: block;
	top: 1px;
}

.download__img>img {
	width: 100%;
}

.download__badge {
	position: absolute;
	top: 10px;
	left: -98px;
}

.download__badge>img {
	width: auto;
}

/*--------------------------------------------------------------
# We Provide
--------------------------------------------------------------*/
.we-provide {
	position: relative;
	display: block;
	background-color: var(--insur-extra);
	padding: 120px 0 120px;
	z-index: 1;
}

.we-provide-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	mix-blend-mode: luminosity;
	opacity: .2;
	z-index: -1;
}

.we-provide .section-sub-title-box {
	margin-left: 0;
}

.we-provide__tab {
	position: relative;
	display: block;
}

.we-provide__tab-box {
	position: relative;
	display: block;
	z-index: 2;
}

.we-provide__tab-btn-box {
	position: relative;
	display: block;
	margin-right: -30px;
}

.we-provide__tab-box .tab-buttons {
	position: relative;
	display: block;
	background-color: var(--insur-white);
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-right: 18px;
	z-index: 1;
}

.we-provide__tab-box .tab-buttons:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: "";
	width: 6px;
	background-color: var(--insur-bdr-color);
	z-index: -1;
}

.we-provide__tab-box .tab-buttons .tab-btn {
	position: relative;
	display: block;
	border-bottom: 2px solid var(--insur-bdr-color);
}

.we-provide__tab-box .tab-buttons .tab-btn.active-btn {
	border-bottom: 2px solid transparent;
}

.we-provide__tab-box .tab-buttons .tab-btn:last-child {
	border-bottom: 0;
}

.we-provide__tab-box .tab-buttons .tab-btn+.tab-btn {
	margin-left: 0px;
}

.we-provide__tab-box .tab-buttons .tab-btn span {
	position: relative;
	display: block;
	-webkit-transition: all 200ms linear;
	-webkit-transition: all .3s ease;
	transition: all 200ms linear;
	transition: all .3s ease;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	font-size: 18px;
	color: var(--insur-black);
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
	cursor: pointer;
	z-index: 1;
	z-index: 1;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-left: 47px;
	max-width: 282px;
	width: 100%;
	padding-top: 26px;
	padding-bottom: 26px;
}

.we-provide__tab-box .tab-buttons .tab-btn.active-btn span {
	color: var(--insur-white);
}

.we-provide__tab-box .tab-buttons .tab-btn span:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	content: "";
	background-color: var(--insur-black);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: -1;
}

.we-provide__tab-box .tab-buttons .tab-btn.active-btn span:before {
	height: 100%;
}

.we-provide__tab-box .tab-buttons .tab-btn span:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 6px;
	content: "";
	background-color: var(--insur-primary);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	transform: scaleY(0);
	z-index: -1;
}

.we-provide__tab-box .tab-buttons .tab-btn.active-btn span:after {
	transform: scaleY(1);
}

.we-provide__tab-main-content {
	position: relative;
	display: block;
	margin-left: 30px;
}

.we-provide__tab-box .tabs-content {
	position: relative;
	display: block;
}

.we-provide__tab-box .tabs-content .tab {
	position: relative;
	display: none;
	-webkit-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
	z-index: 10;
}

.we-provide__tab-box .tabs-content .tab.active-tab {
	display: block;
	margin-top: 0px;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.we-provide__tab-main-content-inner {
	position: relative;
	display: flex;
	background-color: #fff;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .05);
	border-radius: var(--insur-bdr-radius);
	padding-left: 60px;
	padding-right: 50px;
	padding-top: 49px;
	padding-bottom: 49px;
	z-index: 1;
}

.we-provide-shape-1 {
	position: absolute;
	top: 0;
	right: 0;
	opacity: .1;
	z-index: -1;
}

.we-provide-shape-1 img {
	width: auto;
}

.we-provide__tab-main-content-left {
	position: relative;
	display: block;
	max-width: 396px;
	width: 100%;
}

.we-provide__tab-main-content-icon {
	position: relative;
	display: block;
}

.we-provide__tab-main-content-icon span {
	position: relative;
	display: inline-block;
	font-size: 64px;
	color: var(--insur-base);
}

.we-provide__tab-main-content-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: var(--insur-letter-spacing);
	margin-top: 15px;
	margin-bottom: 13px;
}

.we-provide__tab-main-content-text {
	line-height: 28px;
	letter-spacing: var(--insur-letter-spacing);
}

.we-provide__tab-main-content-points {
	position: relative;
	display: block;
	margin-top: 16px;
}

.we-provide__tab-main-content-points li {
	position: relative;
	display: flex;
	align-items: center;
}

.we-provide__tab-main-content-points li+li {
	margin-top: 8px;
}

.we-provide__tab-main-content-points li .icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 16px;
	width: 16px;
	background-color: var(--insur-primary);
	font-size: 9px;
	color: var(--insur-white);
	border-radius: 50%;
}

.we-provide__tab-main-content-points li .text {
	margin-left: 10px;
}

.we-provide__tab-main-content-points li .text p {
	font-size: 18px;
	color: var(--insur-black);
	font-weight: 700;
}

.we-provide__tab-main-content-right {
	position: relative;
	display: block;
	margin-left: 64px;
}

.we-provide__tab-main-content-right-img {
	position: relative;
	display: block;
}

.we-provide__tab-main-content-right-img img {
	width: auto;
	border-radius: var(--insur-bdr-radius);
}

/*--------------------------------------------------------------
# News Three
--------------------------------------------------------------*/
.news-three {
	position: relative;
	display: block;
	padding: 0 0 90px;
}

.news-three .section-sub-title-box {
	margin-left: 0;
}

.news-three__single {
	position: relative;
	display: block;
	border: 1px solid var(--insur-bdr-color);
	border-radius: var(--insur-bdr-radius);
	padding: 59px 59px 55px;
	overflow: hidden;
	transition: all 500ms ease;
	margin-bottom: 30px;
	z-index: 1;
}

.news-three__single:hover {
	border: 1px solid transparent;
}

.news-three-bg {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: var(--insur-bdr-radius);
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	transform-origin: top;
	transform-style: preserve-3d;
	transform: scaleY(0);
	z-index: -1;
}

.news-three-bg:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	border-radius: var(--insur-bdr-radius);
	background-color: rgba(var(--insur-black-rgb), .7);
}

.news-three__single:hover .news-three-bg {
	transform: scaleY(1);
}

.news-three__client-info {
	position: relative;
	display: flex;
	align-items: center;
}

.news-three__client-img {
	position: relative;
	display: inline-block;
}

.news-three__client-img img {
	border: 2px solid var(--insur-primary);
	border-radius: 50%;
}

.news-three__client-content {
	position: relative;
	display: block;
	margin-left: 15px;
}

.news-three__client-content p {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 24px;
	transition: all 500ms ease;
}

.news-three__single:hover .news-three__client-content p {
	color: var(--insur-white);
}

.news-three__client-content p i {
	color: var(--insur-primary);
	padding-right: 5px;
	transition: all 500ms ease;
}

.news-three__single:hover .news-three__client-content p i {
	color: var(--insur-white);
}

.news-three__client-content h5 {
	font-size: 14px;
	color: var(--insur-base);
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 24px;
	transition: all 500ms ease;
}

.news-three__single:hover .news-three__client-content h5 {
	color: var(--insur-white);
}

.news-three__content {
	position: relative;
	display: block;
	margin-top: 22px;
}

.news-three__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: var(--insur-letter-spacing);
}

.news-three__title a {
	color: var(--insur-black);
	transition: all 500ms ease;
}

.news-three__single:hover .news-three__title a {
	color: var(--insur-white);
}

.news-three__arrow {
	position: relative;
	display: block;
	margin-top: 27px;
}

.news-three__arrow a {
	font-size: 16px;
	color: var(--insur-black);
	display: flex;
	align-items: center;
	transition: all 500ms ease;
}

.news-three__single:hover .news-three__arrow a {
	color: var(--insur-white);
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
	position: relative;
	display: block;
	padding: 110px 0 110px;
	background-color: var(--insur-extra);
	z-index: 1;
}

.page-header-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.page-header-bg:before {
	position: absolute;
	top: 0;
	left: -1px;
	bottom: 0;
	width: 100%;
	content: "";
	background: linear-gradient(90deg, rgba(239, 235, 232, 1) 19%, rgba(239, 235, 232, 1) 22%, rgba(35, 37, 37, 0) 67%);
}

.page-header-shape-1 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	mix-blend-mode: luminosity;
	opacity: .2;
}

.page-header-shape-1 img {
	width: auto;
}

.page-header__inner {
	position: relative;
	display: block;
	z-index: 15;
}

.page-header__inner h2, .page-header__inner h1 {
	font-size: 40px;
	color: var(--insur-black);
	font-weight: 600;
	line-height: 48px;
	letter-spacing: .5px;
}

.thm-breadcrumb {
	position: relative;
	display: block;
	margin-top: 10px;
}

.thm-breadcrumb li {
	position: relative;
	display: inline-block;
	color: var(--insur-black);
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	line-height: normal;
}

.thm-breadcrumb li span {
	margin-right: 4px;
}

.thm-breadcrumb li a {
	position: relative;
	display: inline-block;
	color: var(--insur-black);
	font-weight: 400;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
	color: var(--insur-primary);
}

/*--------------------------------------------------------------
# News Carousel Page
--------------------------------------------------------------*/
.news-carousel-page {
	position: relative;
	display: block;
	padding: 120px 0 133px;
}

.carousel-dot-style.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.carousel-dot-style.owl-carousel .owl-item {
	opacity: 0;
	visibility: hidden;
	transition: opacity 500ms ease, visibility 500ms ease;
}

.carousel-dot-style.owl-carousel .owl-item.active {
	opacity: 1;
	visibility: visible;
}

.carousel-dot-style.owl-carousel .owl-dots {
	position: absolute;
	bottom: -13px;
	left: 0px;
	right: 0;
	text-align: center;
	margin: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.carousel-dot-style.owl-carousel .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: rgba(var(--insur-base-rgb), .3);
	margin: 0px 5px;
	padding: 0px;
	transition: all 100ms linear;
	transition-delay: .1s;
}

.carousel-dot-style.owl-carousel .owl-dot.active {
	background-color: rgba(var(--insur-primary-rgb), 1);
}

.carousel-dot-style.owl-carousel .owl-dot:focus {
	outline: none;
}

.carousel-dot-style.owl-carousel .owl-dots .owl-dot span {
	display: none;
}

/*--------------------------------------------------------------
# News Sidebar
--------------------------------------------------------------*/
.news-sidebar {
	position: relative;
	display: block;
}

.news-sideabr__left {
	position: relative;
	display: block;
}

.news-sideabr__content {
	position: relative;
	display: block;
}

.news-sideabr__single {
	position: relative;
	display: block;
}

.news-sideabr__single+.news-sideabr__single {
	margin-top: 40px;
}

.news-sideabr__img {
	position: relative;
	display: block;
	border-radius: var(--insur-bdr-radius);
}

.news-sideabr__img img {
	width: 100%;
	border-radius: var(--insur-bdr-radius);
}

.news-sideabr__content-box {
	position: relative;
	display: block;
	margin-top: 14px;
}

.news-sideabr__meta {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.news-sideabr__meta li+li {
	margin-left: 15px;
}

.news-sideabr__meta li a {
	font-size: 14px;
	color: var(--insur-black);
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-sideabr__meta li a:hover {
	color: var(--insur-base);
}

.news-sideabr__meta li a i {
	color: var(--insur-primary);
	font-size: 16px;
}

.news-sideabr__title {
	font-size: 34px;
	font-weight: 700;
	line-height: 44px;
	margin-top: 4px;
	margin-bottom: 8px;
	letter-spacing: var(--insur-letter-spacing);
}

.news-sideabr__title a {
	color: var(--insur-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-sideabr__title a:hover {
	color: var(--insur-primary);
}

.news-sideabr__text {
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: var(--insur-letter-spacing);
}

.news-sideabr__btn {
	font-size: 12px;
	font-weight: 500;
	color: var(--insur-gray);
	letter-spacing: var(--insur-letter-spacing);
	padding: 7px 30px 7px;
	background-color: var(--insur-extra);
	border-radius: var(--insur-bdr-radius);
}

.news-sideabr__bottom-box {
	position: relative;
	display: block;
	background-color: var(--insur-extra);
	padding: 50px 60px 45px;
	margin-top: 30px;
	border-radius: var(--insur-bdr-radius);
}

.news-sideabr__bottom-box-icon {
	margin-bottom: 21px;
}

.news-sideabr__bottom-box-text {
	margin: 0;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
}

.news-sideabr__delivering-services {
	position: relative;
	display: block;
	background-color: var(--insur-extra);
	padding: 50px 60px 47px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: var(--insur-bdr-radius);
}

.news-sideabr__delivering-services-icon {
	margin-bottom: 21px;
}

.news-sideabr__delivering-services-title {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
}

.news-sideabr__delivering-services-title a {
	color: var(--insur-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-sideabr__delivering-services-title a:hover {
	color: var(--insur-base);
}

.news-sideabr__video-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.news-sideabr__video-icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 97px;
	height: 97px;
	line-height: 97px;
	text-align: center;
	font-size: 23px;
	color: var(--insur-white);
	background-color: var(--insur-primary);
	border-radius: 50%;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.news-sideabr__video-icon:hover {
	background-color: var(--insur-white);
	color: var(--insur-base);
}

.news-sideabr__video-icon:before {
	position: absolute;
	top: -15px;
	left: -15px;
	right: -15px;
	bottom: -15px;
	content: "";
	border-radius: 50%;
	border: 1px solid var(--insur-white);
	opacity: .1;
	z-index: 1;
}

.news-sideabr__video-link .ripple, .news-sideabr__video-icon .ripple:before, .news-sideabr__video-icon .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 125px;
	height: 125px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-box-shadow: 0 0 0 0 rgba(var(--insur-primary-rgb), .6);
	-o-box-shadow: 0 0 0 0 rgba(var(--insur-primary-rgb), .6);
	-webkit-box-shadow: 0 0 0 0 rgba(var(--insur-primary-rgb), .6);
	box-shadow: 0 0 0 0 rgba(var(--insur-primary-rgb), .6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
	border-radius: 50%;
}

.news-sideabr__video-icon .ripple:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.news-sideabr__video-icon .ripple:after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
	.sidebar {
		margin-bottom: 30px;
	}
}

.sidebar__single+.sidebar__single {
	margin-top: 30px;
}

.sidebar__title {
	margin: 0;
	font-size: 22px;
	margin-bottom: 5px;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
}

.sidebar__search {
	position: relative;
	display: block;
}

.sidebar__search-form {
	position: relative;
}

.sidebar-filter {
	display: none;
}

.sidebar__search-form input[type="text"] {
	display: block;
	border: none;
	outline: none;
	background-color: var(--insur-primary);
	color: var(--insur-white);
	font-size: 17px;
	padding-left: 30px;
	height: 70px;
	width: 100%;
	padding-right: 60px;
	border-radius: var(--insur-bdr-radius);
	font-weight: 600;
}

.sidebar__search-form ::-webkit-input-placeholder {
	color: var(--insur-white);
	opacity: 1;
	font-weight: 600;
}

.sidebar__search-form :-ms-input-placeholder {
	color: var(--insur-white);
	opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
	color: var(--insur-white);
	opacity: 1;
}

.sidebar__search-form ::placeholder {
	color: var(--insur-white);
	opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
	color: var(--insur-white);
}

.sidebar__search-form ::-ms-input-placeholder {
	color: var(--insur-white);
}

.sidebar__search-form button[type="submit"] {
	background-color: transparent;
	color: var(--insur-white);
	font-size: 22px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 52px;
	outline: none;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}

.sidebar__post {
	position: relative;
	display: block;
	padding: 20px 15px;
	background-color: #f8f5f4;
	border-radius: var(--insur-bdr-radius);
}

.sidebar__post .sidebar__title {
	margin-left: 15px;
}

.sidebar__post-list {
	margin: 0;
}

.sidebar__post-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: start;
	padding: 10px 15px 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border-radius: var(--insur-bdr-radius);
}

.sidebar__post-list li a {
	flex-shrink: 0;
}

.sidebar__post-list li:hover {
	background-color: var(--insur-white);
}

/* .sidebar__post-list li+li {
  margin-top: 10px;
} */
.sidebar__post-image {
	margin-right: 20px;
	margin-top: 5px;
}

.sidebar__post-image>img {
	width: 70px;
	border-radius: var(--insur-bdr-radius);
}

.sidebar__post-content {
	position: relative;
}

.sidebar__post-content h3 {
	font-size: 16px;
	margin: 0;
	line-height: 26px;
}

.sidebar__post-content h3 span {
	margin-top: 5px;
	display: inline-block;
	font-size: 14px;
}

.sidebar__post-content-meta {
	font-size: 14px;
	font-weight: 500;
	color: var(--insur-gray) !important;
	letter-spacing: var(--insur-letter-spacing);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__post-content-meta i {
	color: var(--insur-base);
	font-size: 14px;
	padding-right: 1px;
}

.sidebar__post-content h3 a {
	color: var(--insur-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-top: 1px;
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
}

.sidebar__post-content h3 a:hover {
	color: var(--insur-primary);
}

.sidebar__category {
	position: relative;
	display: block;
	background-color: #f8f5f4;
	padding: 20px;
	border-radius: var(--insur-bdr-radius);
}

.sidebar__category .sidebar__title {
	margin-left: 10px;
	margin-bottom: 11px;
}

.sidebar__category-list {
	margin: 0;
}

.sidebar__category-list li+li {
	margin-top: 3px;
}

.sidebar__category-list li a {
	color: var(--insur-gray);
	font-size: 16px;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	background: none;
	padding: 7px 10px 7px;
	border-radius: var(--insur-bdr-radius);
	font-weight: 500;
}

.sidebar__category-list li a:hover {
	background-color: var(--insur-white);
}

.sidebar__category-list li.active a {
	background-color: var(--insur-white);
}

/* .sidebar__category-list li a:hover {
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: var(--insur-base);
}

.sidebar__category-list li.active a {
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: var(--insur-base);
} */
.sidebar__category-list li a span {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: var(--insur-base);
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 15px;
}

.sidebar__category-list li a:hover span {
	color: var(--insur-base);
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}

.sidebar__category-list li.active a span {
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	color: var(--insur-base);
}

.sidebar__tags {
	position: relative;
	display: block;
	background: #f8f5f4;
	padding: 20px 25px;
	border-radius: var(--insur-bdr-radius);
}

.sidebar__tags .sidebar__title {
	margin-left: 5px;
	margin-bottom: 30px;
}

.sidebar__tags-list {
	margin-top: -10px;
}

.sidebar__tags-list a {
	font-size: 14px;
	color: var(--insur-gray);
	letter-spacing: var(--insur-letter-spacing);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background: var(--insur-white);
	display: inline-block;
	padding: 7px 20px 7px;
	margin-left: 5px;
	font-weight: 500;
	border-radius: var(--insur-bdr-radius);
}

.sidebar__tags-list a.active {
	background-color: var(--insur-primary);
	color: #fff;
}

.sidebar__category-list li.active a {
	color: var(--insur-primary);
}

.sidebar__category-list li  a:hover {
	color: var(--insur-primary);
}

.sidebar__tags-list a+a {
	margin-left: 5px;
	margin-top: 10px;
}

.sidebar__tags-list a:hover {
	color: var(--insur-white);
	background: var(--insur-primary);
}

.sidebar__comments {
	position: relative;
	display: block;
	background: #f8f5f4;
	padding: 45px 50px 43px;
	border-radius: var(--insur-bdr-radius);
}

.sidebar__comments .sidebar__title {
	margin-bottom: 25px;
}

.sidebar__comments-list {
	position: relative;
	display: block;
}

.sidebar__comments-list li {
	position: relative;
	display: block;
	padding-left: 65px;
}

.sidebar__comments-list li+li {
	margin-top: 23px;
}

.sidebar__comments-icon {
	height: 45px;
	width: 45px;
	background-color: var(--insur-white);
	border-radius: 50%;
	font-size: 15px;
	color: var(--insur-black);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
	background-color: var(--insur-primary);
	color: var(--insur-white);
}

.sidebar__comments-text-box p {
	font-size: 15px;
	margin: 0;
	line-height: 26px;
	font-weight: 500;
	letter-spacing: var(--insur-letter-spacing);
}

.sidebar__comments-text-box p span {
	color: var(--insur-base);
}

.sidebar__comments-text-box h5 {
	font-size: 15px;
	margin: 0;
	line-height: 26px;
	color: var(--insur-gray);
	font-weight: 500;
	letter-spacing: var(--insur-letter-spacing);
}

.news-sidebar .thm-btn {
	font-size: 14px;
	padding: 7px 26px 7px;
	background-color: var(--insur-black);
}

.news-sidebar .thm-btn::before, .news-sidebar .thm-btn::after {
	background-color: var(--insur-primary);
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.news-details {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

.news-details__left {
	position: relative;
	display: block;
}

.news-details__img {
	position: relative;
	display: block;
	border-radius: var(--insur-bdr-radius);
}

.news-details__img img {
	width: 100%;
	border-radius: var(--insur-bdr-radius);
}

.news-details__content {
	position: relative;
	display: block;
	margin-top: 24px;
}

.news-details__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.news-details__meta li+li {
	margin-left: 15px;
}

.news-details__meta li a {
	font-size: 14px;
	color: var(--insur-gray);
	font-weight: 500;
	letter-spacing: var(--insur-letter-spacing);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-details__meta li a:hover {
	color: var(--insur-base);
}

.news-details__meta li a i {
	color: var(--insur-base);
}

.news-details__title {
	font-size: 34px;
	line-height: 44px;
	margin-bottom: 12px;
	margin-top: 4px;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
}

.news-details__text-1 {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
}

.news-details__text-2 {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
	padding-top: 31px;
}

.news-details__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 30px 0 30px;
	margin-top: 56px;
	border-top: 1px solid var(--insur-bdr-color);
}

.news-details__bottom p {
	margin: 0;
}

.news-details__tags span {
	color: var(--insur-black);
	font-size: 16px;
	margin-right: 15px;
	font-weight: 600;
	letter-spacing: var(--insur-letter-spacing);
}

.news-details__tags a {
	position: relative;
	color: var(--insur-primary) !important;
	background-color: #f8f5f4;
	display: inline-block;
	padding: 7px 20px 7px;
	font-weight: 500;
	letter-spacing: var(--insur-letter-spacing);
	border-radius: var(--insur-bdr-radius);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-sideabr__meta li .news-details__tags a {
	font-size: 16px;
	line-height: normal;
	padding: 5px 10px;
}

.news-sideabr__meta li .news-details__tags  a:hover {
	background-color: var(--insur-black);
	color: var(--insur-white) !important;
}

.news-details__tags a+a {
	margin-left: 6px;
}

.news-details__social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.news-details__social-list a {
	position: relative;
	height: 43px;
	width: 43px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--insur-base);
	font-size: 15px;
	border-radius: 17px;
	border: 2px solid var(--insur-base);
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.news-details__social-list a:hover {
	color: var(--insur-white);
}

.news-details__social-list a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: var(--insur-base);
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: all;
	transition-property: all;
	opacity: 1;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: -1;
}

.news-details__social-list a:hover:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.news-details__social-list a+a {
	margin-left: 10px;
}

.blgo-details__pagenation-box {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 53px;
}

.news-details__pagenation {
	position: relative;
	display: block;
}

.news-details__pagenation li {
	position: relative;
	float: left;
	font-size: 20px;
	color: var(--insur-black);
	font-weight: 700;
	background-color: var(--insur-extra);
	line-height: 34px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	max-width: 370px;
	width: 100%;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 50px;
	padding-bottom: 50px;
	border-radius: var(--insur-bdr-radius);
}

.news-details__pagenation li+li {
	margin-left: 30px;
}

.news-details__pagenation li:hover {
	background-color: var(--insur-base);
	color: var(--insur-white);
}

/* blog detail start  */

/* sidebar start  */
.blog-details-desk p a, .blog-details-desk  a {
	color: var(--insur-primary);
	text-transform: capitalize;
}

.blog-details-desk p a:hover, .blog-details-desk a:hover {
	text-decoration: underline;
}

.blog-details-desk ul, .blog-details-desk  ol {
	padding: 0 0 15px 25px;
}

.blog-details-desk   ul li, .blog-details-desk ol li {
	padding-bottom: 8px;
}

.blog-details-desk  h1 {
	padding-top: 16px;
	padding-bottom: 6px;
	font-size: 38px;
	line-height: 46px;
	color: #000;
	font-weight: 700;
}

.blog-details-desk  h2 {
	padding-top: 16px;
	padding-bottom: 6px;
	font-size: 34px;
	line-height: 40px;
	color: #000;
	font-weight: 700;
}

.blog-details-desk  h3 {
	padding-top: 16px;
	padding-bottom: 6px;
	font-size: 26px;
	line-height: 32px;
	color: #000;
	font-weight: 700;
}

.blog-details-desk  h4 {
	padding-top: 16px;
	padding-bottom: 6px;
	font-size: 22px;
	line-height: 30px;
	color: #000;
	font-weight: 700;
}

.blog-details-desk  h5 {
	padding-top: 16px;
	padding-bottom: 6px;
	font-size: 20px;
	line-height: 28px;
	color: #000;
	font-weight: 700;
}

.blog-details-desk  h6 {
	padding-top: 16px;
	padding-bottom: 6px;
	font-size: 18px;
	line-height: 26px;
	color: #000;
	font-weight: 700;
}

/* blog detail end  */

/* pagnation start  */
.pagination {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.pagination .page-link {
	border: 1px solid var(--insur-primary);
	border-radius: var(--insur-primary);
	border-radius: var(--insur-bdr-radius);
	height: 46px;
	width: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--insur-black);
}

.pagination li:not(:last-of-type) {
	margin-right: 9px;
}

.pagination .page-item:not(:first-child) .page-link {
	margin-left: 0;
}

.pagination  .page-item.active .page-link {
	background-color: var(--insur-primary);
	border-color: var(--insur-primary);
}

.pagination  .page-item .page-link:focus {
	box-shadow: none;
	background-color: #fff;
}

.pagination  .page-item .page-link i {
	font-size: 20px;
}

.pagination  .page-item .page-link:hover {
	background-color: var(--insur-primary);
	color: var(--insur-white);
}

/* pagnation end  */

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-one__title, .comment-form__title {
	margin: 0;
	color: var(--insur-black);
	font-size: 30px;
	margin-bottom: 52px;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
}

.comment-one__single {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid var(--insur-bdr-color);
	padding-bottom: 60px;
	margin-bottom: 60px;
}

.comment-one__content {
	position: relative;
	margin-left: 45px;
}

.comment-one__content h3 {
	margin: 0;
	font-size: 20px;
	color: var(--insur-black);
	margin-bottom: 26px;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
}

.comment-one__content p {
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	letter-spacing: var(--insur-letter-spacing);
}

.comment-one__btn {
	padding: 7px 30px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--insur-extra);
	font-size: 14px;
	font-weight: 500;
	color: var(--insur-gray);
}

.comment-one__image {
	position: relative;
	display: block;
	border-radius: 50%;
}

.comment-one__image img {
	border-radius: 50%;
}

.comment-form .comment-form__title {
	margin-top: -7px;
}

.comment-one__form .row {
	--bs-gutter-x: 20px;
}

.comment-form__input-box {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.comment-form__input-box input[type="text"], .comment-form__input-box input[type="email"] {
	height: 60px;
	width: 100%;
	border: none;
	background-color: var(--insur-extra);
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
	font-size: 14px;
	color: var(--insur-gray);
	display: block;
	border-radius: var(--insur-bdr-radius);
	font-weight: 500;
	letter-spacing: var(--insur-letter-spacing);
}

.comment-form__input-box textarea {
	font-size: 14px;
	color: var(--insur-gray);
	height: 180px;
	width: 100%;
	background-color: var(--insur-extra);
	padding: 15px 30px 30px;
	border: none;
	border-radius: var(--insur-bdr-radius);
	outline: none;
	margin-bottom: 0px;
	font-weight: 500;
}

.comment-form__btn {
	border: none;
}

.comment-form__input-box.text-message-box {
	height: 180px;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

.contact-page__left {
	position: relative;
	display: block;
}

.contact-page__left .section-title {
	margin-bottom: 32px;
}

.contact-page__call-email {
	position: relative;
	display: block;
	padding-left: 70px;
}

.contact-page__call-icon {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	border: 2px solid var(--insur-bdr-color);
	border-radius: 50%;
	color: var(--insur-primary);
	font-size: 19px;
	top: 5px;
	left: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-page__call-icon:hover {
	background-color: var(--insur-base);
	border: 2px solid var(--insur-base);
	color: var(--insur-white);
}

.contact-page__call-email-content {
	position: relative;
	display: block;
}

.contact-page__call-email-content h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
}

.contact-page__call-number {
	position: relative;
	display: block;
	color: var(--insur-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-page__call-number:hover {
	color: var(--insur-primary);
}

.contact-page__email {
	position: relative;
	display: block;
	color: var(--insur-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-page__email:hover {
	color: var(--insur-primary);
}

.contact-page__location-text {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
	font-weight: 500;
	padding-top: 36px;
}

.contact-page__right {
	position: relative;
	display: block;
}

.contact-page__form {
	position: relative;
	display: block;
}

/* contact page start  */
.contact-page__left {
	padding-right: 90px;
}

.contact-section  h2.section-title__title {
	font-size: 35px;
	line-height: 46px;
}

/* form start  */
.contact-section  .contact-page__left li.line {
	padding-right: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

.contact-section  .contact-page__left li .icon {
	height: 40px;
	width: 40px;
	border-radius: 100%;
	border: 1px solid #d2d2d2;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-section    .contact-page__left ul {
	display: block;
}

.contact-section  .contact-page__left li .icon span {
	font-size: 18px;
	color: var(--insur-primary);
}

.contact-section  .contact-page__left li {
	display: flex;
	align-items: center;
}

.contact-section  .contact-page__left li.line:after {
	content: initial;
}

.contact-section .label.error {
	color: rgba(0, 0, 0, 0) !important;
}

.contact-section .contact-left {
	background: transparent;
	padding: 0px;
}

.contact-section .form-group  input[type="text"], .contact-section .form-group  input[type="email"], .contact-section  .form-group  input[type="tel"], .contact-section .form-group textarea {
	background-color: #f8f5f4;
}

.contact-section .form-group textarea {
	height: 180px;
}

.contact-section  label.error {
	color: #000;
}

.contact-section input:not(input[type="submit"]), .contact-section select {
	margin-bottom: 20px;
}

.contact-section input[type="checkbox"], .contact-section input[type="radio"] {
	margin-bottom: 0px !important;
}

.contact-section input:not(input[type="submit"]).wpcf7-not-valid {
	margin-bottom: 0;
}

.contact-section .wpcf7-not-valid-tip {
	margin-bottom: 12px;
}

.contact-section input[type="submit"] {
	margin-top: 0px;
}

.contact-section  .contact-page__left  li .text {
	margin-left: 10px;
}

.contact-section .contact-page__left li a, .contact-section .contact-page__left li b {
	font-size: 20px;
	font-weight: 700 !important;
	color: var(--insur-black);
}

.contact-section .form-check label {
	color: var(--insur-primary);
}

.contact-section .contact-page__form .form-check {
	margin: 0px 0 10px;
}

.contact-section .contact-page__form .form-check  .wpcf7-list-item {
	margin: 0;
}

.form-check-input {
	border-color: var(--insur-primary);
	border-radius: 0 !important;
}

.form-check-input:checked {
	background-color: var(--insur-primary);
	border-color: var(--insur-primary);
	border-radius: 0;
}

.form-check-input:focus {
	box-shadow: none;
	border-color: var(--insur-primary);
}

.contact-section  .comment-form__btn-box {
	margin-top: 15px;
	position: relative;
}

.contact-section  .form-group input::placeholder, .contact-section .form-group  textarea::placeholder {
	color: #000;
}

.contact-section  .chackbox-content {
	margin-top: 22px;
}

/* form end  */

/* map section start  */
.map-section .col-md-6:first-child {
	padding-left: 0;
}

.map-section .col-md-6:last-child {
	padding-right: 0;
}

.map-section .col-md-6:first-child  .map-location, .map-section .col-md-6:first-child  iframe {
	border-radius: 0px 8px 0px 0;
}

.map-section .col-md-6:last-child  .map-location, .map-section .col-md-6:last-child iframe {
	border-radius: 8px 0 0 0;
}

.map-section  .map-box {
	position: relative;
}

.map-section .col-md-6:first-child .map-location {
	right: 0;
}

.map-section  .map-location a {
	color: var(--insur-white);
	font-size: 18px;
	line-height: normal;
}

.map-section  .map-location a span {
	font-weight: 700;
	display: block;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 5px;
}

.map-section  .map-location a span i {
	position: absolute;
	top: 0;
	left: -30px;
	font-size: 22px;
}

.map-section  .map-location {
	min-height: 150px;
	width: 325px;
	background: var(--insur-primary);
	padding: 21px 45px 21px 48px;
	position: absolute;
	top: 0;
	z-index: 1;
}

.map-box iframe {
	width: 100%;
	height: 440px;
	margin-bottom: -8px;
}

/* map section end  */

/* contact page end  */

/* service page start  */

/* service banner start  */
.page-header.service-banner  .banner-content {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 860px;
	margin: auto;
}

.mo-nomber {
	position: absolute;
	background: #fff;
	color: var(--insur-primary);
	padding: 3px 19px;
	z-index: 9;
	border-radius: var(--insur-bdr-radius);
	font-size: 20px;
	top: 38px;
	left: 50%;
	transform-origin: bottom center;
	white-space: nowrap;
	animation: mor 3s linear infinite;
	transform: translateX(-50%);
}

@keyframes mor {
	0% {
		transform: translateX(-50%) rotate(3deg);
	}
	
	50% {
		transform: translateX(-50%) rotate(-3deg);
	}
	
	100% {
		transform: translateX(-50%) rotate(3deg);
	}
}

.mo-nomber::before {
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -7px;
	content: "";
	display: block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #fff;
}

.page-header.service-banner .service-banner-text {
	text-align: center;
	color: #fff;
}

.page-header.service-banner .service-banner-text h2, .page-header.service-banner .service-banner-text h1 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 15px;
	font-weight: 700;
}

.page-header.service-banner .service-banner-text .thm-btn {
	background: var(--insur-primary);
	margin-top: 14px;
}

.page-header.service-banner {
	padding: 48px 0 48px;
	position: relative;
}

.phone-animation {
	margin-right: 20px;
	position: relative;
}

.page-header.service-banner:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .849);
}

.service-banner .phone-animation span {
	border-radius: 100%;
	border: 1px solid #474747;
	z-index: 1;
	padding: 27px;
	display: inline-flex;
}

.service-banner .phone-animation span i {
	height: 44px;
	width: 44px;
	border-radius: 100%;
	border: 2px solid var(--insur-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--insur-primary);
	font-size: 20px;
}

.service-banner .phone-animation.highlight span.round-1 {
	animation: r1 .5s linear;
	animation-delay: 1s;
}

.service-banner .phone-animation.highlight span.round-2 {
	animation: r1 1s linear;
	animation-delay: .5s;
}

.service-banner .phone-animation.highlight span.round-3 {
	animation: r1 1.5s linear;
	animation-delay: s;
	border-color: #474747;
}

@keyframes r1 {
	0% {
		border-color: var(--insur-primary);
	}
	
	80% {
		border-color: var(--insur-primary);
	}
	
	100% {
		border-color: #474747;
	}
}

/* service banner end  */

/* service faq start  */
.service-faq .faq-accrodions .accrodion {
	border: 1px solid #ddd;
}

/* service faq end  */

/* service why us start  */
.service-why-choose-us .why-choose-left .why-choose-content {
	max-width: 560px;
}

/* service why us end  */

/* service content start */
.service-loan-content {
	background-color: #f8f5f4;
}

.service-loan-content h1 {
	font-weight: 700;
	margin-bottom: 10px;
}

.service-loan-content h2.innerpage-title {
	color: var(--insur-primary);
	margin-bottom: 12px;
}

.service-loan-content h2.innerpage-title:not(:first-child) {
	padding-top: 16px;
}

.service-loan-content  h4 {
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 10px;
}

.service-loan-content h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 10px;
}

.service-loan-content  .service-banner-btn {
	padding-top: 15px;
}

.service-loan-content .loan-content:not(:first-of-type) {
	padding-top: 30px;
}

.service-loan-content ul li:not(:last-of-type) {
	padding-bottom: 10px;
}

.extra-number {
	padding-left: 10px;
}

.extra-number li:not(:last-of-type) {
	padding-bottom: 12px !important;
}

.extra-number li {
	position: relative;
	padding-left: 40px;
	list-style: none !important;
}

.extra-number li span {
	border-radius: 100%;
	position: absolute;
	top: -2px;
	left: 0;
	height: 30px;
	width: 30px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: var(--insur-primary);
}

.service-loan-content ul {
	padding-bottom: 15px;
}

.service-loan-content ol li:not(:last-of-type) {
	padding-bottom: 10px;
}

.service-loan-content ol {
	padding-bottom: 15px;
}

.thm-btn-three {
	color: #fff !important;
	text-decoration: none !important;
}

.service-loan-content p a, .service-loan-content li a {
	color: var(--insur-primary);
}

.service-loan-content p a:hover, .service-loan-content li a:hover {
	text-decoration: underline;
}

.service-loan-content .fill-width-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.service-loan-content .fill-width-btn .service-banner-btn {
	padding: 5px 0;
	margin: 0 5px;
}

/* table start  */
.service-loan-content table th {
	color: #fff;
}

.table-FAQ table th {
	color: #fff;
}

.service-loan-content table {
	border: 1px solid #dbdbdb;
}

.service-loan-content .table-bordered>:not(caption)>*>* {
	border-width: 0 1px;
}

.service-loan-content table td, .service-loan-content table th {
	padding: 10px !important;
	border: 1px solid #dbdbdb;
}

/* table end  */

/* service content  end */

/* left right start  */
.left-right .row:nth-child(even) .left-right-content {
	padding-right: 70px;
}

.left-right .row:nth-child(odd) .left-right-content {
	padding-left: 70px;
}

.left-right  .header-title-home h2 {
	margin-top: 0px;
}

.left-right-content  h4 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
}

.left-right  .header-title-home {
	margin-bottom: 20px;
}

.left-right .left-right-img img {
	width: 100%;
	border-radius: var(--insur-bdr-radius);
}

.left-right-content ul {
	margin-bottom: 12px;
}

.left-right-content ul:last-child {
	margin-bottom: 0px;
}

.left-right-content ol {
	margin-bottom: 12px;
}

.left-right-content ol:last-child {
	margin-bottom: 0px;
}

.left-right-content h3 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 10px;
}

.left-right-content p a, .left-right-content li a {
	color: var(--insur-primary);
	text-decoration: none;
}

.left-right-content p a:hover, .left-right-content li a:hover {
	text-decoration: underline;
}

.cta-common-content p a {
	color: var(--insur-white);
	text-decoration: underline;
}

.cta-common-content p a:hover {
	text-decoration: none;
}

.left-right .thm-btn {
	background-color: var(--insur-primary);
	margin-top: 18px;
}

.left-right-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}

.left-right-content ul li:not(:last-of-type) {
	padding-bottom: 7px;
}

.left-right-content ol li:not(:last-of-type) {
	padding-bottom: 7px;
}

.left-right-content ul li {
	list-style: disc;
}

.left-right .row:first-child .left-right-content {
	padding-top: 0px;
}

.left-right .row:last-child .left-right-content {
	padding-bottom: 0px;
}

/* left right end  */

/* service page end  */

/*--------------------------------------------------------------
# CTA Three
--------------------------------------------------------------*/
.cta-three {
	padding: 0 0 0;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map-two {
	position: relative;
	display: block;
	background-color: var(--insur-extra);
	margin-top: -60px;
}

.google-map__two {
	position: relative;
	display: block;
	border: none;
	height: 420px;
	width: 100%;
	mix-blend-mode: luminosity;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
	position: relative;
	display: block;
	padding: 114px 0 90px;
}

.portfolio-filter {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 26px;
}

.portfolio-filter.style1 li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.portfolio-filter.style1 li .filter-text {
	position: relative;
	display: inline-block;
	display: block;
	color: var(--insur-gray);
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	transition: all .4s ease;
}

.portfolio-filter.style1 li .filter-text:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	content: "";
	background: var(--insur-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border-radius: 0;
	transform: scale(0);
}

.portfolio-filter.style1 li .filter-text:hover:before, .portfolio-filter.style1 li.active .filter-text:before {
	transform: scale(1);
}

.portfolio-filter.style1 li:hover .filter-text, .portfolio-filter.style1 li.active .filter-text {
	color: var(--insur-black);
}

.portfolio-filter.style1 li .count {
	color: var(--insur-black);
	font-size: 12px;
	line-height: 26px;
	font-weight: 500;
	display: inline-block;
	padding: 0 0;
	opacity: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: relative;
	top: -4px;
}

.portfolio-filter.style1 li:hover .count, .portfolio-filter.style1 li.active .count {
	color: var(--insur-black);
	opacity: 1;
}

.portfolio-filter.style1 li+li {
	margin-left: 30px;
}

.portfolio__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.portfolio__img {
	position: relative;
	display: block;
	border-radius: 20px;
	overflow: hidden;
	z-index: 1;
}

.portfolio__img:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	border-radius: 20px;
	background-image: -moz-linear-gradient(90deg, #111d32 0%, rgba(17, 29, 50, 0) 100%);
	background-image: -webkit-linear-gradient(90deg, #111d32 0%, rgba(17, 29, 50, 0) 100%);
	background-image: -ms-linear-gradient(90deg, #111d32 0%, rgba(17, 29, 50, 0) 100%);
	transform: scale(1, 0);
	transition: transform 500ms ease;
	transform-origin: top center;
	z-index: 1;
}

.portfolio__single:hover .portfolio__img:before {
	transform: scale(1, 1);
	transform-origin: bottom center;
}

.portfolio__img img {
	width: 100%;
	border-radius: 20px;
}

.portfolio__plus {
	position: absolute;
	top: 30px;
	right: 30px;
	height: 50px;
	width: 50px;
	background-color: var(--insur-primary);
	border-radius: var(--insur-bdr-radius);
	display: flex;
	align-items: center;
	justify-content: center;
	transform: scale(0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 2;
}

.portfolio__single:hover .portfolio__plus {
	transform: scale(1);
	transition-delay: 500ms;
}

.portfolio__plus a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: var(--insur-white);
}

.portfolio__content {
	position: absolute;
	bottom: 38px;
	left: 40px;
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 2;
}

.portfolio__single:hover .portfolio__content {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

.portfolio__sub-title {
	font-size: 14px;
	color: var(--insur-white);
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 24px;
	opacity: .6;
}

.portfolio__title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
}

.portfolio__title a {
	color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.portfolio__title a:hover {
	color: var(--insur-primary);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

.portfolio-details__img {
	position: relative;
	display: block;
	border-radius: 20px;
}

.portfolio-details__img img {
	width: 100%;
	border-radius: 20px;
}

.portfolio-details__content {
	position: relative;
	display: block;
	padding-top: 50px;
}

.portfolio-details__content-left {
	position: relative;
	display: block;
	margin-top: -4px;
}

.portfolio-details__title {
	font-size: 34px;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 34px;
	margin-bottom: 24px;
}

.portfolio-details__text-1 {
	font-size: 18px;
	line-height: 34px;
	letter-spacing: var(--insur-letter-spacing);
	padding-bottom: 34px;
}

.portfolio-details__text-2 {
	font-size: 18px;
	line-height: 34px;
	letter-spacing: var(--insur-letter-spacing);
}

.portfolio-details__content-right {
	position: relative;
	display: block;
}

.portfolio-details__details-box {
	position: relative;
	border-radius: var(--insur-bdr-radius);
	background-color: var(--insur-extra);
	padding: 42px 50px 50px;
}

.portfolio-details__details-list {
	position: relative;
	display: block;
}

.portfolio-details__details-list li {
	position: relative;
	display: block;
}

.portfolio-details__details-list li+li {
	margin-top: 32px;
}

.portfolio-details__client {
	font-size: 18px;
	color: var(--insur-black);
	font-weight: 700;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
}

.portfolio-details__name {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
}

.portfolio-details__social {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 9px;
}

.portfolio-details__social a {
	position: relative;
	height: 43px;
	width: 43px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--insur-base);
	font-size: 15px;
	border-radius: 17px;
	border: 2px solid var(--insur-base);
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.portfolio-details__social a:hover {
	background-color: var(--insur-base);
	color: var(--insur-white);
}

.portfolio-details__social a+a {
	margin-left: 10px;
}

.projectc-details__pagination-box {
	position: relative;
	display: block;
	text-align: center;
	border-top: 1px solid var(--insur-bdr-color);
	border-bottom: 1px solid var(--insur-bdr-color);
	padding: 30px 0;
	margin-top: 109px;
}

.projectc-details__pagination {
	position: relative;
	display: block;
}

.projectc-details__pagination li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.projectc-details__pagination li.next {
	float: left;
	position: relative;
}

.projectc-details__pagination li a {
	font-size: 14px;
	color: var(--insur-gray);
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.projectc-details__pagination li a:hover {
	color: var(--insur-base);
}

.projectc-details__pagination li p {
	color: var(--insur-black);
	font-weight: 700;
	line-height: 18px;
	letter-spacing: var(--insur-letter-spacing);
	margin-top: 3px;
}

.projectc-details__pagination li span {
	font-size: 14px;
	line-height: 14px;
	letter-spacing: var(--insur-letter-spacing);
}

.projectc-details__pagination li.next i {
	position: relative;
	height: 50px;
	width: 50px;
	border: 2px solid rgba(var(--insur-black-rgb), .2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	color: rgba(var(--insur-black-rgb), .2);
	font-size: 17px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-right: 20px;
	z-index: 1;
}

.projectc-details__pagination li.previous {
	position: relative;
	float: right;
}

.projectc-details__pagination li.previous i {
	position: relative;
	height: 50px;
	width: 50px;
	border: 2px solid rgba(var(--insur-black-rgb), .2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	color: rgba(var(--insur-black-rgb), .2);
	font-size: 17px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-left: 20px;
	z-index: 1;
}

.projectc-details__pagination li a:hover i {
	color: rgba(var(--insur-black-rgb), 1);
	border: 2px solid rgba(var(--insur-black-rgb), 1);
}

.projectc-details__pagination li .content {
	position: relative;
	display: block;
	top: -3px;
}

.projectc-details__pagination li.next .content {
	text-align: left;
}

.projectc-details__pagination li.previous .content {
	text-align: right;
}

/*--------------------------------------------------------------
# Similar Portfolio
--------------------------------------------------------------*/
.similar-portfolio {
	position: relative;
	display: block;
	padding: 0 0 90px;
}

.similar-portfolio .section-sub-title-box {
	margin-left: 0;
}

/*--------------------------------------------------------------
# Portfolio Carousel
--------------------------------------------------------------*/
.portfolio-carousel-page {
	position: relative;
	display: block;
	padding: 120px 0 133px;
}

/*--------------------------------------------------------------
# Insurance Page One
--------------------------------------------------------------*/
.insurance-page-one {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

/*--------------------------------------------------------------
# Insurance Page Two
--------------------------------------------------------------*/
.insurance-page-two {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

.insurance-page-two .services-two__single {
	background-color: transparent;
	border-radius: var(--insur-bdr-radius);
	border: 1px solid var(--insur-bdr-color);
}

.insurance-page-two .services-two__single:hover {
	border: 1px solid transparent;
	border-bottom: 3px solid var(--insur-primary);
	background-color: #fff;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .07), inset 0px -3px 0px 0px rgba(12, 224, 255, .004);
}

.insurance-page-two .services-two__icon {
	background-color: var(--insur-extra);
}

.insurance-page-two .services-two__icon-box:before {
	background-color: var(--insur-extra);
}

.insurance-page-two .services-two__single:hover .services-two__icon-box:before {
	background-color: var(--insur-extra);
}

.insurance-page-two .services-two__title a {
	color: var(--insur-black);
}

/*--------------------------------------------------------------
# Why Choose Two
--------------------------------------------------------------*/
.why-choose-two {
	position: relative;
	display: block;
	padding: 120px 0 107px;
}

.why-choose-two__left {
	position: relative;
	display: block;
	margin-right: -23px;
}

.why-choose-two__left .section-title {
	margin-bottom: 27px;
}

.why-choose-two__text {
	font-size: 18px;
	line-height: 34px;
	letter-spacing: var(--insur-letter-spacing);
}

.why-choose-two__right {
	position: relative;
	display: block;
	margin-left: 60px;
}

.why-choose-two__list-box {
	position: relative;
	display: block;
	max-width: 510px;
	width: 100%;
}

.why-choose-two__list {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

.why-choose-two__list li {
	position: relative;
	flex: 0 0 50%;
	max-width: 50%;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.why-choose-two__single {
	position: relative;
	display: block;
	padding: 35px 20px 27px;
	border: 2px solid var(--insur-bdr-color);
	overflow: hidden;
}

.why-choose-two__list-icon {
	position: relative;
	display: block;
	margin-bottom: 9px;
}

.why-choose-two__list-icon span {
	font-size: 45px;
	color: var(--insur-base);
	position: relative;
	display: inline-block;
	transition: all 500ms linear;
	transition-delay: .1s;
	transform: scale(1);
}

.why-choose-two__single:hover .why-choose-two__list-icon span {
	transform: scale(.9);
}

.why-choose-two__list-title-box {
	position: relative;
	display: block;
}

.why-choose-two__list-title-inner {
	position: relative;
	display: block;
	transform: translateY(0%);
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
	visibility: visible;
	opacity: 1;
}

.why-choose-two__single:hover .why-choose-two__list-title-inner {
	transform: translateY(100px);
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
	visibility: hidden;
	opacity: 0;
}

.why-choose-two__list-title {
	font-size: 18px;
	color: var(--insur-black);
	line-height: 28px;
	letter-spacing: var(--insur-letter-spacing);
}

.why-choose-two__list-text-box {
	position: absolute;
	top: -6px;
	left: 0;
	right: 0;
	transform: translateY(-100px);
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
	visibility: hidden;
	opacity: 0;
}

.why-choose-two__single:hover .why-choose-two__list-text-box {
	visibility: visible;
	transform: translateY(0%);
	opacity: 1;
}

.why-choose-two__list-text {
	font-size: 14px;
	color: var(--insur-gray);
	line-height: 24px;
	letter-spacing: var(--insur-letter-spacing);
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.benefits-two {
	position: relative;
	display: block;
	padding: 0 0 120px;
}

.benefits-two__left {
	position: relative;
	display: block;
	margin-right: 30px;
}

.benefits-two__img {
	position: relative;
	display: block;
}

.benefits-two__img img {
	width: 100%;
	border-radius: 20px;
}

.benefits-two__right {
	position: relative;
	display: block;
	margin-left: 70px;
}

.benefits-two__right .section-title {
	margin-bottom: 33px;
}

.benefits-two__points {
	position: relative;
	display: block;
}

.benefits-two__points li {
	position: relative;
	display: flex;
	align-items: center;
}

.benefits-two__points li+li {
	margin-top: 14px;
}

.benefits-two__points li .icon {
	position: relative;
	height: 16px;
	width: 16px;
	background-color: var(--insur-primary);
	font-size: 10px;
	color: var(--insur-white);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transform: scale(1) rotateY(0deg);
	transform: scale(1) rotateY(0deg);
}

.benefits-two__points li:hover .icon {
	-webkit-transform: scale(.9) rotateY(360deg);
	transform: scale(.9) rotateY(360deg);
	background-color: var(--insur-base);
}

.benefits-two__points li .text {
	margin-left: 15px;
}

.benefits-two__points li .text p {
	font-size: 18px;
	color: var(--insur-black);
	font-weight: 500;
	letter-spacing: var(--insur-letter-spacing);
}

/*--------------------------------------------------------------
# Feature Four
--------------------------------------------------------------*/
.feature-four {
	position: relative;
	display: block;
	background-color: var(--insur-extra);
}

.feature-four__top {
	position: relative;
	display: block;
	padding: 100px 0 100px;
}

.feature-four__top-inner {
	position: relative;
	display: block;
	padding-left: 305px;
	min-height: 245px;
	margin-left: 70px;
}

.feature-four__top-call {
	position: absolute;
	top: 0;
	left: 0;
}

.feature-four__top-call-box {
	position: relative;
	border: 1px solid var(--insur-bdr-color);
	border-radius: 50%;
	height: 245px;
	width: 245px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.feature-four__top-call-box-two {
	position: relative;
	border: 1px solid var(--insur-bdr-color);
	border-radius: 50%;
	height: 175px;
	width: 175px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.feature-four__top-call-box-three {
	position: relative;
	border: 1px solid var(--insur-bdr-color);
	border-radius: 50%;
	height: 107px;
	width: 107px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.feature-four__top-call-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	border: 2px solid var(--insur-primary);
	border-radius: 50%;
	color: var(--insur-primary);
	font-size: 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-four__top-call-icon:hover {
	border: 2px solid var(--insur-base);
	color: var(--insur-base);
}

.feature-four__top-call-number-box {
	position: absolute;
	top: 65px;
	left: calc(50% - 91px);
	max-width: 182px;
	width: 100%;
	background-color: var(--insur-base);
	text-align: center;
	border-radius: var(--insur-bdr-radius);
	padding: 4px 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 2;
}

.feature-four__top-call-number-box:hover {
	background-color: var(--insur-primary);
}

.feature-four__top-call-number-box:before {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 50%;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 6px solid var(--insur-base);
	transform: translateX(-50%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-four__top-call-number-box:hover:before {
	border-top: 6px solid var(--insur-primary);
}

.feature-four__top-call-number-box a {
	font-size: 14px;
	color: var(--insur-white);
	letter-spacing: var(--insur-letter-spacing);
}

.feature-four__top-content {
	position: relative;
	display: block;
	top: 11px;
}

.feature-four__top-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: var(--insur-letter-spacing);
}

.feature-four__top-text {
	font-size: 18px;
	line-height: 34px;
	letter-spacing: var(--insur-letter-spacing);
	padding-bottom: 29px;
	padding-top: 20px;
}

.feature-four__bottom {
	position: relative;
	display: block;
	padding: 0 0 90px;
}

.feature-four__single {
	position: relative;
	display: block;
	background-color: var(--insur-white);
	border-radius: var(--insur-bdr-radius);
	padding: 50px 50px 45px;
	margin-bottom: 30px;
}

.feature-four__single-top {
	position: relative;
	display: flex;
	align-items: center;
}

.feature-four__icon {
	font-size: 40px;
	color: var(--insur-base);
	display: flex;
	align-items: center;
}

.feature-four__icon span {
	position: relative;
	display: inline-block;
	transition: all 500ms linear;
	transition-delay: .1s;
	transform: scale(1);
}

.feature-four__single:hover .feature-four__icon span {
	transform: scale(.9);
	color: var(--insur-primary);
}

.feature-four__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: var(--insur-letter-spacing);
	margin-left: 20px;
}

.feature-four__text {
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
	padding-top: 19px;
	padding-bottom: 34px;
}

.feature-four__points {
	position: relative;
	display: block;
}

.feature-four__points li {
	position: relative;
	display: flex;
	align-items: center;
}

.feature-four__points li+li {
	margin-top: 5px;
}

.feature-four__points li .icon {
	height: 15px;
	width: 15px;
	background-color: var(--insur-base);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 9px;
	color: var(--insur-white);
}

.feature-four__points li .text {
	margin-left: 10px;
}

.feature-four__points li .text p {
	color: var(--insur-black);
	font-weight: 500;
	letter-spacing: var(--insur-letter-spacing);
}

.feature-four__points-two {
	position: relative;
	display: block;
}

.feature-four__points-two li {
	position: relative;
	display: block;
}

.feature-four__points-two li+li {
	margin-top: 6px;
}

.feature-four__points-two li a {
	font-size: 16px;
	color: var(--insur-base);
	font-weight: 500;
	letter-spacing: var(--insur-letter-spacing);
	transition: all 500ms;
	-webkit-transition: all 500ms;
}

.feature-four__points-two li a:hover {
	color: var(--insur-primary);
}

/*--------------------------------------------------------------
# FaQ One
--------------------------------------------------------------*/
.faq-one {
	position: relative;
	display: block;
	padding: 120px 0 100px;
}

.faq-one .section-sub-title-box {
	margin-left: 0px;
}

.faq-one__single {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
# About Four
--------------------------------------------------------------*/
.about-four {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

.about-four__left {
	position: relative;
	display: block;
	margin-right: 100px;
}

.about-four__img-box {
	position: relative;
	display: block;
}

.about-four__img {
	position: relative;
	display: block;
	border-radius: var(--insur-bdr-radius);
}

.about-four__img>img {
	width: 100%;
	border-radius: var(--insur-bdr-radius);
}

.about-four__img-two {
	position: absolute;
	right: -130px;
	bottom: -145px;
	border-radius: var(--insur-bdr-radius);
}

.about-four__img-two>img {
	width: auto;
	border-radius: var(--insur-bdr-radius);
}

.about-four__right {
	position: relative;
	display: block;
	margin-left: 70px;
}

.about-four__right .section-title {
	margin-bottom: 33px;
}

.about-four__text-1 {
	font-size: 22px;
	color: var(--insur-base);
	font-weight: 500;
	line-height: 34px;
	letter-spacing: var(--insur-letter-spacing);
	padding-bottom: 9px;
}

.about-four__text-2 {
	font-size: 18px;
	line-height: 34px;
	letter-spacing: var(--insur-letter-spacing);
}

.about-four__founder {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 51px;
}

.about-four__founder-img {
	position: relative;
	display: flex;
	align-items: center;
}

.about-four__founder-img img {
	border-radius: 50%;
	border: 2px solid var(--insur-primary);
	width: auto;
}

.about-four__founder-content {
	position: relative;
	margin-left: 20px;
	top: 3px;
}

.about-four__founder-name {
	font-size: 24px;
	letter-spacing: var(--insur-letter-spacing);
	font-family: var(--insur-reey-font);
	line-height: 36px;
	margin-left: 20px;
}

.about-four__founder-sub-title {
	font-size: 16px;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 26px;
	color: var(--insur-base);
}

/*--------------------------------------------------------------
# CTA Four
--------------------------------------------------------------*/
.cta-four {
	padding: 120px 0 120px;
	background-color: var(--insur-white);
	overflow: hidden;
}

.cta-four-shape-1 {
	position: absolute;
	top: -90px;
	right: -29px;
	mix-blend-mode: luminosity;
}

.cta-four-shape-1 img {
	width: auto;
	mix-blend-mode: luminosity;
	opacity: .15;
}

/*--------------------------------------------------------------
# Team Two
--------------------------------------------------------------*/
.team-two {
	padding: 0 0 90px;
}

/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/
.team-page {
	padding: 135px 0 70px;
}

.team-page .container {
	max-width: 1070px;
}

.team-page .row {
	--bs-gutter-x: 108px;
}

.team-page .team-one__single {
	margin-bottom: 43px;
}

/*--------------------------------------------------------------
# Team Page Carousel
--------------------------------------------------------------*/
.team-page-carousel {
	padding: 135px 0 133px;
}

/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.team-details {
	position: relative;
	display: block;
}

.team-loan-detail {
	border: 1px solid var(--insur-primary);
	background: #efebe8;
	padding: 10px 30px;
	margin: 30px 0 15px;
	border-radius: 40px;
	display: block;
	color: #000;
}

.team-details__top-content .header-title-home__tagline {
	margin-top: 15px;
}

.team-details__top {
	position: relative;
	display: block;
}

.team-details__top-left {
	position: relative;
	display: block;
}

.team-details__top-img {
	position: relative;
	display: block;
	border-radius: var(--insur-bdr-radius);
}

.team-details__top-img img {
	width: 100%;
	border-radius: var(--insur-bdr-radius);
}

.team-details__big-text {
	font-size: 80px;
	line-height: 80px;
	text-transform: uppercase;
	color: var(--insur-extra);
	letter-spacing: .35em;
	position: absolute;
	transform: rotate(-90deg);
	top: 209px;
	left: -319px;
}

.team-details__top-right {
	position: relative;
	display: block;
	margin-left: 70px;
}

.team-details__top-content {
	position: relative;
	display: block;
	margin-top: -7px;
}

.team-details__top-name {
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: var(--insur-letter-spacing);
	margin-top: 2px;
}

.team-details__top-title {
	font-size: 14px;
	color: var(--insur-gray);
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	line-height: 24px;
}

.team-details__social {
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 25px;
	margin-bottom: 15px;
}

.team-details__social a  span {
	position: relative;
	height: 42px;
	width: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--insur-primary);
	font-size: 22px;
	margin-right: 8px;
	border-radius: 6px;
	border: 2px solid var(--insur-primary);
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.team-details ul {
	padding-bottom: 15px;
}

.team-details ul li {
	padding-bottom: 7px;
}

.team-details ul li span a, .team-details p a {
	color: var(--insur-primary);
}

.team-details ul li span a:hover, .team-details p a:hover {
	text-decoration: underline;
}

.team-details__social a {
	align-items: center;
	display: flex;
	margin-bottom: 15px;
	font-weight: 600;
}

.team-details h3, .team-details h5 {
	margin-bottom: 10px;
	margin-top: 10px;
}

.team-details .arg-btn-box {
	padding-top: 10px;
}

.team-details__social a:hover span {
	background-color: var(--insur-primary);
	color: var(--insur-white);
}

.team-details__top-text-1 {
	font-size: 30px;
	color: var(--insur-base);
	line-height: 46px;
	letter-spacing: var(--insur-letter-spacing);
}

.team-details__top-text-2 {
	font-size: 18px;
	line-height: 34px;
	padding-top: 33px;
	padding-bottom: 35px;
	letter-spacing: var(--insur-letter-spacing);
}

.team-details__top-text-3 {
	font-size: 18px;
	line-height: 34px;
	letter-spacing: var(--insur-letter-spacing);
}

.team-details__bottom {
	position: relative;
	display: block;
	border-top: 1px solid var(--insur-bdr-color);
	padding-top: 112px;
	padding-bottom: 120px;
}

.team-details__bottom-left {
	position: relative;
	display: block;
	margin-right: 70px;
	margin-top: -2px;
}

.team-details__bottom-left-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 46px;
	letter-spacing: var(--insur-letter-spacing);
}

.team-details__bottom-left-text {
	font-size: 18px;
	line-height: 34px;
	padding-top: 30px;
	letter-spacing: var(--insur-letter-spacing);
}

.team-details__bottom-right {
	position: relative;
	display: block;
	margin-left: 70px;
}

.team-details__progress {
	position: relative;
	display: block;
	width: 100%;
}

.team-details__progress-single {
	position: relative;
	display: block;
}

.team-details__progress-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	color: var(--insur-black);
	margin-bottom: 6px;
	letter-spacing: var(--insur-letter-spacing);
}

.team-details__progress .bar {
	position: relative;
	width: 100%;
	height: 13px;
	background-color: var(--insur-extra);
	border-radius: 7px;
	margin-bottom: 12px;
}

.team-details__progress .bar-inner {
	position: relative;
	display: block;
	width: 0px;
	height: 13px;
	border-radius: 7px;
	background-color: var(--insur-primary);
	-webkit-transition: all 1500ms ease;
	transition: all 1500ms ease;
}

.team-details__progress .count-text {
	position: absolute;
	right: 0px;
	bottom: 21px;
	color: var(--insur-gray);
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-details__progress .bar-inner.counted .count-text {
	opacity: 1;
}

.team-details__progress .bar.marb-0 {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Message One
--------------------------------------------------------------*/
.message-one {
	position: relative;
	display: block;
	background-color: var(--insur-extra);
	padding: 120px 0 120px;
	overflow: hidden;
	z-index: 1;
}

.message-one-shape-1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: .02;
	z-index: -1;
}

.message-one-shape-2 {
	position: absolute;
	top: -110px;
	left: 0;
	right: 0;
	height: 414px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	mix-blend-mode: luminosity;
	opacity: .15;
	z-index: -1;
}

.message-one .section-sub-title-box {
	margin-left: 0px;
}

.message-one .container {
	max-width: 770px;
	width: 100%;
}

.message-one .comment-form__btn {
	margin: 20px auto 0;
	display: block;
}

.message-one .comment-form__input-box input[type="text"], .message-one .comment-form__input-box input[type="email"] {
	background-color: var(--insur-white);
}

.message-one .comment-form__input-box.text-message-box {
	height: 180px;
}

.message-one .comment-form__input-box textarea {
	background-color: var(--insur-white);
	height: 180px;
}

/*--------------------------------------------------------------
# Testimonial Page
--------------------------------------------------------------*/
.testimonial-page {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

.testimonial-page .container {
	max-width: 1160px;
}

.testimonial-page .testimonial-one__single {
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Testimonial Carousel Page
--------------------------------------------------------------*/
.testimonial-carousel-page {
	position: relative;
	display: block;
	padding: 120px 0 133px;
}

.testimonial-carousel-page .testimonial-one__single {
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page--two {
	background-color: var(--insur-extra);
	overflow: hidden;
	z-index: 1;
}

.contact-page-two-shape-1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: .02;
	z-index: -1;
}

.contact-page-two-shape-2 {
	position: absolute;
	top: -165px;
	left: 0;
	right: 0;
	height: 414px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	mix-blend-mode: luminosity;
	opacity: .15;
	z-index: -1;
}

.contact-page--two .contact-page__call-icon {
	background-color: var(--insur-white);
}

.contact-page--two .contact-page__call-icon:hover {
	background-color: var(--insur-base);
	border: 2px solid var(--insur-base);
	color: var(--insur-white);
}

.contact-page--two .comment-form__input-box input[type="text"], .contact-page--two .comment-form__input-box input[type="email"] {
	background-color: var(--insur-white);
}

.contact-page--two .comment-form__input-box textarea {
	background-color: var(--insur-white);
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
	position: relative;
	display: block;
	padding: 81px 0 120px;
}

.error-page-shape-1 {
	position: absolute;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center 53%;
	background-size: 100%;
}

@media (max-width: 991px) {
	.error-page-shape-1 {
		background-position: center 55%;
	}
}

@media (max-width: 767px) {
	.error-page-shape-1 {
		display: none;
	}
}

.error-page__inner {
	position: relative;
	display: block;
	text-align: center;
}

.error-page__title-box {
	position: relative;
	display: block;
	margin-bottom: 192px;
}

@media (max-width: 991px) {
	.error-page__title-box {
		margin-bottom: 100px;
	}
}

@media (max-width: 767px) {
	.error-page__title-box {
		margin-bottom: 30px;
	}
}

.error-page__title {
	position: relative;
	display: inline-block;
	font-size: 280px;
	line-height: 280px;
	font-weight: 400;
	margin-bottom: 0;
	color: var(--insur-black);
}

.error-page__sub-title {
	font-size: 40px;
	font-weight: 400;
	letter-spacing: .1em;
	text-transform: uppercase;
	line-height: 50px;
	margin-top: -16px;
}

.error-page__text {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
	text-align: center;
}

.error-page__form {
	position: relative;
	display: block;
	margin: 42px auto 20px;
}

.error-page__form-input {
	position: relative;
	display: block;
	max-width: 570px;
	width: 100%;
	margin: 0 auto;
}

.error-page__form input[type="search"] {
	height: 60px;
	width: 100%;
	border: none;
	outline: none;
	background-color: var(--insur-extra);
	font-size: 18px;
	color: var(--insur-gray);
	font-weight: 400;
	letter-spacing: var(--insur-letter-spacing);
	padding-left: 50px;
	padding-right: 75px;
	border-radius: var(--insur-bdr-radius);
}

.error-page__form button[type="submit"] {
	background-color: transparent;
	color: var(--insur-black);
	font-size: 22px;
	position: absolute;
	top: 0;
	right: 0px;
	bottom: 0;
	width: 72px;
	outline: none;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

.pricing .section-title {
	margin-bottom: 38px;
}

.pricing .section-sub-title-box {
	margin-left: 0px;
}

.pricing__tab {
	position: relative;
	display: block;
}

.pricing__tab-box {
	position: relative;
	display: block;
	z-index: 2;
}

.pricing__tab-box .tab-buttons {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}

.pricing__tab-box .tab-buttons .tab-btn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pricing__tab-box .tab-buttons .tab-btn:first-child span {
	border-top-left-radius: var(--insur-bdr-radius);
	border-bottom-left-radius: var(--insur-bdr-radius);
}

.pricing__tab-box .tab-buttons .tab-btn:last-child span {
	border-top-right-radius: var(--insur-bdr-radius);
	border-bottom-right-radius: var(--insur-bdr-radius);
}

.pricing__tab-box .tab-buttons .tab-btn span {
	position: relative;
	display: inline-block;
	-webkit-transition: all 200ms linear;
	-webkit-transition: all .3s ease;
	transition: all 200ms linear;
	transition: all .3s ease;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	font-size: 14px;
	color: var(--insur-black);
	background-color: var(--insur-extra);
	padding: 12px 30px 12px;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
	cursor: pointer;
	text-align: center;
	z-index: 1;
}

.pricing__tab-box .tab-buttons .tab-btn.active-btn span {
	color: var(--insur-white);
	background-color: var(--insur-base);
}

.pricing__tab-box .tab-buttons .tab-btn span:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	border-radius: 5px;
	content: "";
	background-color: var(--insur-base);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: -1;
}

.pricing__tab-box .tab-buttons .tab-btn:first-child span:before {
	border-top-left-radius: var(--insur-bdr-radius);
	border-bottom-left-radius: var(--insur-bdr-radius);
}

.pricing__tab-box .tab-buttons .tab-btn:last-child span:before {
	border-top-right-radius: var(--insur-bdr-radius);
	border-bottom-right-radius: var(--insur-bdr-radius);
}

.pricing__tab-box .tab-buttons .tab-btn.active-btn span:before {
	height: 100%;
}

.pricing__tab-box .tabs-content {
	position: relative;
	display: block;
}

.pricing__tab-box .tabs-content .tab {
	position: relative;
	display: none;
	-webkit-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
	z-index: 10;
}

.pricing__tab-box .tabs-content .tab.active-tab {
	display: block;
	margin-top: 0px;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.pricing__main-content-box {
	position: relative;
	display: block;
}

.pricing__single {
	position: relative;
	display: block;
	border: 1px solid #dfe3e7;
	border-radius: var(--insur-bdr-radius);
	padding: 40px 40px 40px;
	background-color: #fff;
	margin-bottom: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.pricing__single:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	border: 2px solid transparent;
	border-radius: var(--insur-bdr-radius);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.pricing__single:hover:before {
	border: 2px solid var(--insur-base);
}

.pricing__single:hover {
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .1);
	border: 1px solid transparent;
}

.pricing-shape-1 {
	position: absolute;
	bottom: 30px;
	right: 0;
	z-index: -1;
}

.pricing-shape-1 img {
	width: auto;
}

.pricing__single-top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pricing__img img {
	width: auto;
}

.pricing__content {
	position: relative;
	display: block;
	text-align: right;
}

.pricing__content h3 {
	font-size: 60px;
	color: var(--insur-base);
	font-weight: 700;
	line-height: 60px;
	letter-spacing: var(--insur-letter-spacing);
}

.pricing__content p {
	color: var(--insur-primary);
	font-weight: 500;
	letter-spacing: var(--insur-letter-spacing);
}

.pricing__single-bottom {
	position: relative;
	display: block;
	margin-top: 34px;
}

.pricing__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
	margin-bottom: 26px;
}

.pricing__points {
	position: relative;
	display: block;
}

.pricing__points li {
	position: relative;
	display: flex;
	align-items: center;
}

.pricing__points li+li {
	margin-top: 10px;
}

.pricing__points li .icon i {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 15px;
	color: var(--insur-primary);
}

.pricing__points li .text {
	margin-left: 20px;
}

.pricing__points li .text p {
	letter-spacing: var(--insur-letter-spacing);
}

.pricing__btn-box {
	position: relative;
	display: block;
	margin-top: 32px;
}

.pricing__btn {
	background-color: var(--insur-black);
}

.pricing__btn:before {
	background-color: var(--insur-base);
}

.pricing__btn:after {
	background-color: var(--insur-base);
}

.pricing__single:hover .pricing__btn:before {
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	transition: transform .4s cubic-bezier(.1, 0, .3, 1);
}

.pricing__single:hover .pricing__btn:after {
	transform: translate3d(0, 0, 0);
	transition-duration: .05s;
	transition-delay: .4s;
	transition-timing-function: linear;
}

/*--------------------------------------------------------------
# Boxed Version
--------------------------------------------------------------*/
body.boxed-wrapper {
	background-color: var(--ambed-extra, #f2f5f9);
}

.boxed-wrapper .page-wrapper {
	max-width: 1530px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, .08);
	box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, .08);
}

@media (min-width: 1531px) {
	body.boxed-wrapper .get-insurance__left {
		left: 120px;
	}
}

/* insur get balance updated css */
.get-insurance__progress-range .irs-single, .get-insurance__progress-range .irs-from, .get-insurance__progress-range .irs-to {
	display: none;
}

.get-insurance__progress-range .irs--flat {
	height: 29px;
}

.get-insurance__progress-range .irs--flat .irs-handle, .get-insurance__progress-range .irs--flat .irs-line, .get-insurance__progress-range .irs--flat .irs-bar {
	top: 0;
}

.get-insurance__progress-range .irs--flat .irs-line {
	height: 12px;
	border-radius: 6px;
	border-style: solid;
	border-width: 1px;
	border-color: #dfe3e7;
	background-color: #fff;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .05);
}

.get-insurance__progress-range .irs--flat .irs-bar {
	height: 12px;
	border-radius: 6px;
	background-image: linear-gradient(90deg, var(--insur-base) 0%, var(--insur-primary) 100%);
}

.get-insurance__progress-range .irs--flat .irs-handle {
	height: 29px;
	width: 29px;
	background-color: var(--insur-black);
	border: 2px solid #fff;
	border-radius: 50%;
	top: -9px;
}

.get-insurance__progress-range .irs--flat .irs-handle i {
	display: none;
}

.get-insurance__progress {
	margin-bottom: 33px;
}

/*--------------------------------------------------------------
# Product
--------------------------------------------------------------*/
.product {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

.product__items {
	position: relative;
	display: block;
}

.product__showing-result {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.product__showing-text-box {
	position: relative;
	display: block;
}

.product__showing-text {
	font-size: 18px;
}

.product__showing-sort {
	position: relative;
	display: block;
	max-width: 340px;
	width: 100%;
}

.product__showing-sort .select-box .nice-select {
	position: relative;
	height: 70px;
	outline: none;
	border-radius: var(--insur-bdr-radius);
	border: 0;
	background-color: var(--insur-extra);
	margin: 0;
	padding: 0;
	padding-left: 30px;
	padding-right: 30px;
	color: var(--insur-gray);
	font-size: 14px;
	line-height: 70px;
	font-weight: 400;
	box-shadow: none;
	letter-spacing: var(--insur-letter-spacing);
}

.product__showing-sort .select-box .nice-select:after {
	position: absolute;
	right: 30px;
}

.product__all {
	position: relative;
	display: block;
}

.product__all-single {
	position: relative;
	display: block;
	margin-bottom: 30px;
	z-index: 1;
}

.product__all-img {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 20px;
	z-index: 1;
}

.product__all-img:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 20px;
	background-color: rgba(var(--insur-black-rgb), .5);
	-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-70%);
	transform: translateY(-70%);
	z-index: 1;
}

.product__all-single:hover .product__all-img:before {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}

.product__all-img img {
	width: 100%;
	border-radius: 20px;
	transition: all 500ms ease;
}

.product__all-single:hover .product__all-img img {
	transform: scale(1.05);
}

.product__all-btn-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(45deg) scale(1);
	transition: all 600ms ease;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
}

.product__all-single:hover .product__all-btn-box {
	transform: rotate(0deg) scale(1);
	visibility: visible;
	opacity: 1;
	transition-delay: 400ms;
}

.product__all-content {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 14px;
}

.product__all-title {
	font-size: 20px;
	font-weight: 800;
	line-height: 26px;
	margin-bottom: 2px;
	letter-spacing: var(--insur-letter-spacing);
}

.product__all-title a {
	color: var(--insur-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.product__all-title a:hover {
	color: var(--insur-base);
}

.product__all-price {
	font-weight: 500;
}

.product__all-review {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 7px;
}

.product__all-review i {
	font-size: 15px;
	color: var(--insur-primary);
}

.product__all-review i+i {
	margin-left: 5px;
}

.product__sidebar {
	position: relative;
	display: block;
}

.product__sidebar-single+.product__sidebar-single {
	margin-top: 30px;
}

.product__sidebar-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
	margin-bottom: 22px;
	letter-spacing: var(--insur-letter-spacing);
}

.shop-search {
	position: relative;
	display: block;
}

.shop-search form {
	border-radius: 0px;
	border-radius: var(--insur-bdr-radius);
	position: relative;
	background-color: var(--insur-base);
}

.shop-search form input[type=search], .shop-search form input[type=text] {
	width: 100%;
	height: 70px;
	background-color: var(--insur-base);
	border-radius: var(--insur-bdr-radius);
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px;
	color: var(--insur-white);
	font-family: var(--insur-font);
	border: none;
	outline: none;
	font-weight: 500;
	letter-spacing: var(--insur-letter-spacing);
}

.shop-search form ::placeholder {
	color: inherit;
	opacity: 1;
}

.product__price-ranger {
	position: relative;
	padding: 27px 30px 26px;
	margin: 0;
	border: 1px solid var(--insur-bdr-color);
	border-radius: var(--insur-bdr-radius);
}

.product__price-ranger.price-ranger {
	margin-top: 7px;
	margin-bottom: 0px;
}

.product__price-ranger .price-ranger .ui-widget-content {
	background: var(--insur-extra);
	border: none;
	height: 6px;
	border-radius: 2px;
}

.product__price-ranger .price-ranger .ui-slider-handle {
	position: absolute;
	top: -5px;
	background: var(--insur-primary);
	border: 0;
	height: 14px;
	width: 14px !important;
	border-radius: 50%;
	margin-left: -2px;
	outline: medium none;
	cursor: pointer;
	z-index: 2;
}

.product__price-ranger .price-ranger .ui-slider .ui-slider-range {
	background: var(--insur-primary);
}

.product__price-ranger .price-ranger #slider-range {
	margin-left: 3px;
	margin-right: 0;
	margin-top: 0;
}

.product__price-ranger .price-ranger .ranger-min-max-block {
	position: relative;
	display: block;
	margin-top: 11px;
}

.product__price-ranger .price-ranger .ranger-min-max-block input {
	display: inline-block;
}

.product__price-ranger .price-ranger .ranger-min-max-block input[type="submit"] {
	position: relative;
	display: block;
	background: var(--insur-base);
	float: right;
	text-align: center;
	border: none;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin-top: 0;
	text-transform: capitalize;
	cursor: pointer;
	padding: 7px 20px;
	border-radius: 10px;
}

.product__price-ranger .price-ranger .ranger-min-max-block input[type="text"] {
	position: relative;
	display: inline-block;
	color: var(--insur-gray);
	font-size: 14px;
	font-weight: 500;
	width: 40px;
	line-height: 30px;
	border: none;
	padding: 0;
	text-align: center;
}

.product__price-ranger .price-ranger .ranger-min-max-block span {
	position: relative;
	display: inline-block;
	color: var(--insur-gray);
	font-size: 14px;
	font-weight: 600;
	line-height: 40px;
	left: -2px;
}

.shop-category {
	position: relative;
	display: block;
	border: 1px solid var(--insur-bdr-color);
	padding: 27px 15px 15px;
	border-radius: var(--insur-bdr-radius);
}

.shop-category .product__sidebar-title {
	margin-left: 15px;
	margin-bottom: 13px;
}

.shop-category ul {
	position: relative;
	display: block;
}

.shop-category ul li {
	position: relative;
	line-height: 24px;
	font-size: 16px;
	text-transform: capitalize;
	color: var(--insur-gray);
	margin-bottom: 7px;
}

.shop-category ul li:last-child {
	margin-bottom: 0;
}

.shop-category ul li a {
	position: relative;
	display: block;
	line-height: 24px;
	font-size: 16px;
	text-transform: capitalize;
	color: var(--insur-gray);
	font-weight: 500;
	border-radius: 0;
	border-radius: var(--insur-bdr-radius);
	transition: all .3s ease;
	z-index: 1;
	padding: 8px 15px 8px;
}

.shop-category ul li a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background: var(--insur-extra);
	border-radius: var(--insur-bdr-radius);
	z-index: -1;
	transform: scaleY(0);
	transform-origin: left;
	transform-style: preserve-3d;
	transition: all 200ms linear;
	transition-delay: .1s;
}

.shop-category ul li a:hover:before {
	transform: scaleY(1);
}

.shop-category ul li:hover a, .shop-category ul li.active a {
	font-weight: 500;
	background: var(--insur-extra);
}

.shop-category ul li a:after {
	position: absolute;
	right: 15px;
	top: 5px;
	font-family: "Font Awesome 5 Free";
	content: "";
	opacity: 1;
	font-size: 10px;
	line-height: 30px;
	font-weight: 700;
	transition: all 200ms linear;
	transition-delay: .1s;
	z-index: 1;
}

.shop-category ul li a:hover:after, .shop-category ul li.active a:after {
	color: var(--insur-base);
}

/*--------------------------------------------------------------
# Product Details
--------------------------------------------------------------*/
.product-details {
	position: relative;
	display: block;
	padding: 120px 0px 56px;
}

.product-details__img {
	position: relative;
	display: block;
	overflow: hidden;
}

.product-details__img img {
	width: 100%;
	border-radius: 20px;
}

.product-details__top {
	position: relative;
	display: block;
	margin-top: -8px;
}

.product-details__title {
	font-size: 40px;
	line-height: 44px;
	font-weight: 700;
	margin: 0;
	letter-spacing: var(--insur-letter-spacing);
}

.product-details__title span {
	position: relative;
	display: inline-block;
	color: var(--insur-base);
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	margin-left: 20px;
	letter-spacing: 0;
}

.product-details__reveiw {
	display: flex;
	align-items: center;
	margin-top: 22px;
	padding-bottom: 20px;
	margin-bottom: 31px;
	border-bottom: 1px solid var(--insur-bdr-color);
}

.product-details__reveiw i {
	font-size: 16px;
	color: var(--insur-primary);
}

.product-details__reveiw i+i {
	margin-left: 4px;
}

.product-details__reveiw span {
	position: relative;
	top: 1px;
	line-height: 1;
	font-size: 16px;
	color: var(--insur-gray);
	margin-left: 18px;
	letter-spacing: var(--insur-letter-spacing);
}

.product-details__content {
	position: relative;
	display: block;
}

.product-details__content-text1 {
	font-size: 18px;
	line-height: 34px;
	margin: 0;
	margin-bottom: 33px;
	letter-spacing: var(--insur-letter-spacing);
}

.product-details__content-text2 {
	font-size: 18px;
	line-height: 34px;
	margin: 0;
	letter-spacing: var(--insur-letter-spacing);
}

.product-details__quantity {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.product-details__quantity-title {
	margin: 0;
	color: var(--insur-black);
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin-right: 20px;
	letter-spacing: var(--insur-letter-spacing);
}

.product-details__quantity .quantity-box {
	position: relative;
	width: 98px;
	border-radius: 10px;
	height: 60px;
}

.product-details__quantity .quantity-box input {
	width: 98px;
	border-radius: 10px;
	height: 60px;
	border: 1px solid #e0e4e8;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	font-family: var(--insur-font);
	padding-left: 30px;
	outline: none;
	font-size: 18px;
	font-weight: 500;
	color: var(--insur-gray);
}

.product-details__quantity .quantity-box button {
	width: 29px;
	height: 29px;
	background-color: transparent;
	background-color: #fff;
	color: var(--insur-gray);
	font-size: 8px;
	position: absolute;
	top: 1px;
	right: 1px;
	border: none;
	border-left: 1px solid #e0e4e8;
	border-top-right-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
}

.product-details__quantity .quantity-box button.sub {
	bottom: 1px;
	top: auto;
	border-top: 1px solid #eeede5;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 10px;
}

.product-details__buttons {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	margin-top: 40px;
}

.product-details__buttons-1 {
	position: relative;
	display: block;
}

.product-details__buttons-2 {
	position: relative;
	display: block;
	margin-left: 10px;
}

.product-details__buttons-2 .thm-btn {
	background-color: var(--insur-black);
}

.product-details__buttons-2 .thm-btn:before {
	background-color: var(--insur-base);
}

.product-details__buttons-2 .thm-btn:after {
	background-color: var(--insur-base);
}

.product-details__social {
	position: relative;
	display: flex;
	align-items: center;
}

.product-details__social .title {
	position: relative;
	display: block;
}

.product-details__social .title h3 {
	color: var(--insur-black);
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
}

.product-details__social-link {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 30px;
}

.product-details__social-link a {
	position: relative;
	height: 43px;
	width: 43px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--insur-base);
	font-size: 15px;
	border-radius: 17px;
	border: 2px solid var(--insur-base);
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.product-details__social-link a+a {
	margin-left: 10px;
}

.product-details__social-link a:hover {
	background-color: var(--insur-base);
	color: var(--insur-white);
}

/*--------------------------------------------------------------
# Product Description
--------------------------------------------------------------*/
.product-description {
	position: relative;
	display: block;
	background: #fff;
	padding: 0px 0px 47px;
}

.product-description__title {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 26px;
	letter-spacing: var(--insur-letter-spacing);
}

.product-description__text1 {
	font-size: 18px;
	line-height: 30px;
	margin: 0;
}

.product-description__tex2 {
	font-size: 18px;
	line-height: 30px;
	margin: 0;
	padding-top: 28px;
}

/*--------------------------------------------------------------
# Review One
--------------------------------------------------------------*/
.review-one {
	position: relative;
	display: block;
}

.comments-area {
	position: relative;
	display: block;
}

.review-one__title {
	position: relative;
	display: block;
	margin-bottom: 36px;
}

.review-one__title h3 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	margin: 0;
	letter-spacing: var(--insur-letter-spacing);
}

.comments-area .comment-box {
	position: relative;
	display: block;
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid var(--insur-bdr-color);
}

.comments-area .comment {
	position: relative;
	display: flex;
}

.comments-area .comment-box .author-thumb {
	position: relative;
	display: block;
	width: 165px;
	height: 165px;
	border-radius: 50%;
	overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
	width: 100%;
}

.comments-area .comment-box .author-thumb figure {
	margin: 0;
}

.review-one__content {
	position: relative;
	display: block;
	padding-left: 35px;
	margin-top: -7px;
	flex: 1;
}

.review-one__content-top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 22px;
}

.review-one__content-top .info {
	position: relative;
	display: block;
}

.review-one__content-top .info h2 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
}

.review-one__content-top .info h2 span {
	color: var(--insur-base);
	font-size: 16px;
	font-weight: 500;
	display: block;
}

.review-one__content-top .reply-btn {
	position: relative;
	display: block;
}

.review-one__content-top .reply-btn i:before {
	color: var(--insur-primary);
	font-size: 15px;
}

.review-one__content-bottom {
	position: relative;
	display: block;
}

.review-one__content-bottom p {
	font-size: 16px;
	line-height: 30px;
	margin: 0px;
	letter-spacing: var(--insur-letter-spacing);
}

/*--------------------------------------------------------------
# Review Form One
--------------------------------------------------------------*/
.review-form-one {
	position: relative;
	display: block;
	padding: 0px 0 120px;
	margin-top: -4px;
}

.review-form-one__inner {
	position: relative;
	display: block;
}

.review-form-one__title {
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
}

.review-form-one__rate-box {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 28px;
	margin-bottom: 33px;
}

.review-form-one__rate-text {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: var(--insur-letter-spacing);
}

.review-form-one__rate {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 20px;
}

.review-form-one__rate i {
	font-size: 16px;
	color: var(--insur-primary);
}

.review-form-one__rate i+i {
	margin-left: 5px;
}

.review-form-one__form {
	position: relative;
	display: block;
}

.review-form-one__form .row {
	--bs-gutter-x: 20px;
}

.review-form-one__input-box textarea {
	font-size: 14px;
	color: var(--insur-gray);
	height: 180px;
	width: 100%;
	background-color: var(--insur-extra);
	padding: 25px 30px 30px;
	border: none;
	outline: none;
	margin-bottom: 0px;
	font-weight: 500;
	border-radius: var(--insur-bdr-radius);
	letter-spacing: var(--insur-letter-spacing);
}

.review-form-one__input-box.text-message-box {
	height: 180px;
}

.review-form-one__input-box {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.review-form-one__input-box input[type="text"], .review-form-one__input-box input[type="email"] {
	height: 60px;
	width: 100%;
	border: none;
	background-color: var(--insur-extra);
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
	font-size: 14px;
	color: var(--insur-gray);
	display: block;
	font-weight: 500;
	border-radius: var(--insur-bdr-radius);
	letter-spacing: var(--insur-letter-spacing);
}

.review-form-one__btn {
	border: none;
}

/*--------------------------------------------------------------
# Cart Page
--------------------------------------------------------------*/
.cart-page {
	position: relative;
	display: block;
	background: var(--insur-white);
	padding: 113px 0px 120px;
}

.cart-page .table-responsive {
	position: relative;
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

@media (max-width: 1199px) {
	.cart-table {
		min-width: 1170px;
	}
}

.cart-table {
	margin-bottom: 60px;
}

.cart-table thead th {
	color: var(--insur-black);
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	padding: 0;
	border: none;
	padding-bottom: 23px;
	letter-spacing: var(--insur-letter-spacing);
}

.cart-table thead th:last-child {
	text-align: right;
}

.cart-table tbody tr {
	vertical-align: middle;
}

.cart-table tbody tr:last-child {
	border-bottom: 1px solid #eeede5;
}

.cart-table tbody td {
	font-size: 18px;
	color: var(--insur-gray);
	vertical-align: middle;
	border-top: 1px solid #e0e4e8;
	border-bottom: 1px solid #e0e4e8;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 0;
	padding-right: 0;
	font-weight: 500;
	letter-spacing: var(--insur-letter-spacing);
}

.cart-table tbody td:last-child {
	text-align: right;
}

.cart-table .product-box {
	display: flex;
	align-items: center;
}

.cart-table .product-box .img-box {
	position: relative;
	display: block;
	width: 120px;
	border-radius: var(--insur-bdr-radius);
	overflow: hidden;
	margin-right: 35px;
}

.cart-table .product-box .img-box img {
	width: 100%;
	border-radius: var(--insur-bdr-radius);
}

.cart-table h3 {
	color: var(--insur-black);
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	letter-spacing: var(--insur-letter-spacing);
}

.cart-table h3 a {
	color: var(--insur-black);
	transition: all 200ms linear;
	transition-delay: .1s;
}

.cart-table h3 a:hover {
	color: var(--insur-base);
}

.cart-table .quantity-box {
	position: relative;
	width: 98px;
	border-radius: 10px;
	height: 60px;
}

.cart-table .quantity-box input {
	width: 98px;
	border-radius: 10px;
	height: 60px;
	border: 1px solid #e0e4e8;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	font-family: var(--insur-font);
	padding-left: 30px;
	outline: none;
	font-size: 18px;
	font-weight: 500;
	color: var(--insur-gray);
}

.cart-table .quantity-box button {
	width: 29px;
	height: 29px;
	background-color: transparent;
	background-color: #fff;
	color: var(--insur-gray);
	font-size: 8px;
	position: absolute;
	top: 1px;
	right: 1px;
	border: none;
	border-left: 1px solid #e0e4e8;
	border-top-right-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
}

.cart-table .quantity-box button.sub {
	bottom: 1px;
	top: auto;
	border-top: 1px solid #eeede5;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 10px;
}

.cart-table .cross-icon {
	position: relative;
	display: block;
}

.cart-table .cross-icon i:before {
	position: relative;
	display: inline-block;
	color: var(--insur-black);
	font-size: 16px;
}

.cart-cupon__form {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.cart-cupon__input {
	width: 100%;
	max-width: 375px;
	border-radius: var(--insur-bdr-radius);
	background-color: var(--insur-extra);
	padding-left: 30px;
	padding-right: 30px;
	margin-right: 20px;
	font-family: var(--insur-font);
	font-size: 14px;
	color: var(--insur-gray);
	height: 60px;
	margin-bottom: 20px;
	border: none;
	outline: none;
	font-weight: 500;
	letter-spacing: var(--insur-letter-spacing);
}

.cart-cupon__form ::placeholder {
	color: var(--insur-gray);
	opacity: 1;
}

.cart-cupon__form button {
	top: -1px;
	border: none;
	outline: none !important;
	background-color: var(--insur-base);
}

.cart-cupon__form button:before {
	background-color: var(--insur-black);
}

.cart-total {
	position: relative;
	display: block;
	margin-bottom: 25px;
	margin-top: -4px;
}

.cart-total li {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: var(--insur-gray);
	font-size: 18px;
	font-weight: 400;
}

.cart-total li+li {
	margin-top: 20px;
}

.cart-total li span:first-child {
	display: block;
	color: var(--insur-black);
	font-size: 24px;
	margin-right: 75px;
	font-weight: 700;
	width: 155px;
	text-align: right;
	letter-spacing: var(--insur-letter-spacing);
}

.cart-total li:nth-child(2) span:first-child {
	position: relative;
	right: 6px;
}

.cart-total-amount {
	color: var(--insur-primary);
	font-weight: 500;
}

.cart-page__buttons {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.cart-page__buttons-1 {
	position: relative;
	display: block;
}

.cart-page__buttons-1 .thm-btn {
	background: var(--insur-black);
}

.cart-page__buttons-1 .thm-btn::before {
	background: var(--insur-base);
}

.cart-page__buttons-1 .thm-btn::after {
	background: var(--insur-base);
}

.cart-page__buttons-2 {
	position: relative;
	display: block;
	margin-left: 10px;
}

.cart-page__buttons-2 .thm-btn {
	background-color: var(--insur-base);
}

.cart-page__buttons-2 .thm-btn:before {
	background-color: var(--insur-black);
}

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
.checkout-page {
	position: relative;
	display: block;
	padding: 113px 0 120px;
}

.checkout-page .billing_details {
	position: relative;
	display: block;
}

.billing_title {
	position: relative;
	display: block;
	margin-bottom: 41px;
}

.billing_title p {
	font-size: 16px;
	margin: 0;
	font-weight: 500;
	letter-spacing: var(--insur-letter-spacing);
}

.billing_title span {
	color: var(--insur-base);
}

.billing_title h2 {
	font-size: 40px;
	line-height: 45px;
	margin: 0;
	font-weight: 700;
	margin-top: 4px;
	letter-spacing: -.04em;
}

.billing_details_form {
	position: relative;
	display: block;
}

.billing_details_form .bs-gutter-x-20 {
	--bs-gutter-x: 20px;
}

.billing_details_form .btn-light {
	border: none;
}

.billing_details_form .btn-light:hover {
	border: none;
}

.billing_input_box {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.billing_input_box input[type="text"], .billing_input_box input[type="email"], .billing_input_box input[type="tel"] {
	height: 60px;
	width: 100%;
	border: none;
	background-color: var(--insur-extra);
	padding-left: 30px;
	padding-right: 30px;
	border-radius: var(--insur-bdr-radius);
	outline: none;
	font-size: 14px;
	color: var(--insur-gray);
	display: block;
	font-weight: 500;
}

.billing_details .checked-box {
	position: relative;
	display: block;
	margin-top: -2px;
}

.billing_details .checked-box label {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	margin-right: 0px;
	margin-bottom: 0;
	color: var(--insur-gray);
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	text-transform: none;
	cursor: pointer;
	font-family: var(--insur-font);
}

.billing_details .checked-box input[type="checkbox"] {
	display: none;
}

.billing_details .checked-box input[type="checkbox"]+label span {
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	vertical-align: middle;
	background-color: transparent;
	background: var(--insur-primary);
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 0;
}

.billing_details .checked-box label span:before {
	position: absolute;
	top: 4px;
	left: 6px;
	display: block;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	width: 6px;
	height: 9px;
	pointer-events: none;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	opacity: 0;
}

.billing_details.checked-box input[type="checkbox"]:checked+label span {
	border-color: #fff;
}

.billing_details .checked-box input[type="checkbox"]:checked+label span:before {
	opacity: 1;
}

.ship_different_address_title {
	margin-top: 28px;
}

.ship_different_address_title h2 span::before {
	position: relative;
	display: inline-block;
	color: var(--insur-primary);
	font-size: 19px;
	top: -2px;
	left: 15px;
}

.ship_different_address_form .ship_different_input {
	position: relative;
	display: block;
	height: 170px;
}

.ship_different_address_form .ship_different_input textarea {
	font-size: 14px;
	color: var(--insur-gray);
	height: 170px;
	width: 100%;
	background-color: var(--insur-extra);
	padding: 15px 30px 20px;
	border: none;
	outline: none;
	margin-bottom: 0px;
	border-radius: var(--insur-bdr-radius);
	font-weight: 500;
}

.billing_details_form .select-box .nice-select {
	background-color: var(--insur-extra);
	border-radius: var(--insur-bdr-radius);
	color: var(--insur-gray);
	font-size: 14px;
	font-weight: 500;
	height: 60px;
	line-height: 60px;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
	margin-bottom: 20px;
	letter-spacing: var(--insur-letter-spacing);
}

.billing_details_form .select-box .nice-select:after {
	position: absolute;
	right: 30px;
}

.your_order {
	position: relative;
	display: block;
	padding-top: 54px;
}

.your_order h2 {
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	margin: 0;
	margin-bottom: 54px;
	letter-spacing: -.04em;
}

.order_table_box {
	position: relative;
	width: 100%;
	border-bottom: 1px solid var(--insur-bdr-color);
	padding-bottom: 24px;
}

.order_table_detail {
	position: relative;
	width: 100%;
}

.order_table_head {
	position: relative;
	width: 100%;
	border-bottom: 1px solid var(--insur-bdr-color);
	border-top: 1px solid var(--insur-bdr-color);
}

.order_table_head th {
	font-size: 20px;
	color: var(--insur-black);
	font-weight: 700;
	margin: 0;
	padding: 24px 0 24px;
	letter-spacing: var(--insur-letter-spacing);
}

.order_table_head th.right {
	float: right;
}

.order_table_detail tbody td {
	padding: 29px 0 2px;
}

.order_table_detail tbody td.pro__title {
	color: var(--insur-gray);
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	letter-spacing: var(--insur-letter-spacing);
}

.order_table_detail tbody td.pro__price {
	color: var(--insur-gray);
	font-size: 16px;
	line-height: 18px;
	text-align: right;
	font-weight: 400;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.checkout__payment {
	background-color: var(--insur-extra);
	border-radius: var(--insur-bdr-radius);
	padding: 49px 50px 18px;
	margin-bottom: 30px;
}

.checkout__payment__item+.checkout__payment__item {
	margin-top: 41px;
}

.checkout__payment__title {
	display: flex;
	color: var(--insur-black);
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	align-items: center;
	margin-bottom: 27px;
	cursor: pointer;
	letter-spacing: -.04em;
}

.checkout__payment__title::before {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 2px solid #e0e4e8;
	border-radius: 50%;
	margin-right: 10px;
	margin-right: 15px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 10px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	top: 0px;
	transition: all 500ms ease;
}

.checkout__payment__title img {
	margin-left: 15px;
}

.checkout__payment__item--active .checkout__payment__title::before {
	background-color: var(--insur-primary);
	border-color: var(--insur-primary);
	content: "";
}

.checkout__payment__content {
	font-size: 16px;
	line-height: 30px;
	color: var(--insur-gray);
	font-weight: 500;
	letter-spacing: var(--insur-letter-spacing);
	margin-left: 35px;
}

.main-menu__cart {
	font-size: 20px;
	color: var(--insur-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-left: 10px;
}

.main-menu__cart:hover {
	color: var(--insur-base);
}

.main-menu__main-menu-box-search-get-quote-btn {
	padding-left: 44px;
}

.main-menu__main-menu-box-search:before {
	left: 0;
}

.main-menu__main-menu-box-search {
	padding-left: 20px;
}

.main-menu__right {
	float: left;
	margin-left: 20px;
}

.main-menu .main-menu__list>li+li, .stricky-header .main-menu__list>li+li {
	margin-left: 35px;
}

.main-menu-two__cart {
	font-size: 20px;
	color: var(--insur-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-left: 10px;
}

.main-menu-two__cart:hover {
	color: var(--insur-base);
}

.main-menu-three__cart {
	font-size: 20px;
	color: var(--insur-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-left: 10px;
}

.main-menu-three__cart:hover {
	color: var(--insur-base);
}

/*--------------------------------------------------------------
# Update 10/02/2023
--------------------------------------------------------------*/

/* Section Title Two Start */
.section-title-two {
	position: relative;
	display: block;
	margin-top: -5px;
	margin-bottom: 39px;
}

.section-title-two__sub-title-box {
	position: relative;
	display: block;
}

.section-title-two__sub-title {
	text-transform: uppercase;
	letter-spacing: .1em;
}

.section-title-two__slash-one {
	position: relative;
	display: inline-block;
	color: var(--insur-base);
	padding-right: 4px;
}

.section-title-two__slash-two {
	position: relative;
	display: inline-block;
	color: var(--insur-base);
	padding-left: 4px;
}

.section-title-two__title {
	font-size: 45px;
	font-weight: 700;
	line-height: 53px;
	letter-spacing: var(--insur-letter-spacing);
	margin-top: 4px;
}

/* Section Title Three Start */
.section-title-three {
	position: relative;
	display: block;
	margin-top: -7px;
	margin-bottom: 49px;
}

.section-title-three__sub-title-box {
	position: relative;
	display: inline-block;
}

.section-title-three__shape {
	position: absolute;
	top: 13px;
	right: -55px;
	width: 45px;
	height: 2px;
	background-color: var(--insur-base);
}

.section-title-three__shape:before {
	content: "";
	position: absolute;
	top: -2px;
	right: 0;
	height: 6px;
	width: 6px;
	background-color: var(--insur-base);
	border-radius: 50%;
}

.section-title-three__title {
	font-size: 45px;
	font-weight: 700;
	line-height: 53px;
	letter-spacing: var(--insur-letter-spacing);
	margin-top: 4px;
}

/* Thm Btn Two */
.thm-btn-two {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	appearance: none;
	outline: none !important;
	background-color: var(--insur-base);
	color: var(--insur-white);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
	padding: 17px 40px 17px;
	transition: all .5s linear;
	overflow: hidden;
	z-index: 1;
}

.thm-btn-two:hover {
	color: var(--insur-white);
}

.thm-btn-two:before {
	position: absolute;
	content: "";
	background-color: var(--insur-black);
	width: 120%;
	height: 0;
	padding-bottom: 120%;
	top: -110%;
	left: -10%;
	border-radius: 50%;
	transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
	z-index: -1;
}

.thm-btn-two:hover::before {
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	transition: transform .4s cubic-bezier(.1, 0, .3, 1);
}

.thm-btn-two:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: var(--insur-black);
	transform: translate3d(0, -100%, 0);
	transition: transform .4s cubic-bezier(.1, 0, .3, 1);
	z-index: -1;
}

.thm-btn-two:hover::after {
	transform: translate3d(0, 0, 0);
	transition-duration: .05s;
	transition-delay: .4s;
	transition-timing-function: linear;
}

/*--------------------------------------------------------------
# Feature Five
--------------------------------------------------------------*/
.feature-five {
	position: relative;
	display: block;
}

.feature-five .container {
	max-width: 1280px;
}

.feature-five__list {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background-color: #fff;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .07);
	padding: 0 0 22px;
	z-index: 1;
}

.feature-five__list li {
	position: relative;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	width: 100%;
}

.feature-five__single {
	position: relative;
	display: block;
	padding: 0 70px 0px;
	margin-bottom: 22px;
}

.feature-five__single:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 16px;
	right: 0;
	width: 1px;
	background-color: #cedade;
}

.feature-five__list li:last-child .feature-five__single:before {
	display: none;
}

.feature-five__icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 94px;
	width: 94px;
	background-color: var(--insur-base);
	border-radius: 50%;
	overflow: hidden;
	z-index: 1;
}

.feature-five__icon:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	content: "";
	background-color: var(--insur-black);
	border-radius: 50%;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: all;
	transition-property: all;
	opacity: 1;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: -1;
}

.feature-five__single:hover .feature-five__icon:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.feature-five__icon span {
	position: relative;
	display: inline-block;
	font-size: 62px;
	color: var(--insur-white);
	transition: all 500ms linear;
	transition-delay: .1s;
	transform: scale(1);
}

.feature-five__single:hover .feature-five__icon span {
	transform: scale(.9);
}

.feature-five__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	padding-top: 12px;
	margin-bottom: 14px;
	letter-spacing: var(--insur-letter-spacing);
}

.feature-five__title a {
	color: var(--insur-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-five__title a:hover {
	color: var(--insur-base);
}

.feature-five__text {
	letter-spacing: var(--insur-letter-spacing);
}

/*--------------------------------------------------------------
# About Five
--------------------------------------------------------------*/
.about-five {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

.about-five__left {
	position: relative;
	display: block;
}

.about-five__img-box {
	position: relative;
	display: block;
}

.about-five__img {
	position: relative;
	display: block;
	border-radius: 50%;
	overflow: hidden;
	z-index: 1;
}

.about-five__img img {
	width: 100%;
	border-radius: 50%;
}

.about-five__img-two {
	position: absolute;
	top: 40px;
	left: -102px;
	z-index: 2;
}

.about-five__img-two img {
	width: auto;
	border-radius: 50%;
}

.about-five__call {
	position: absolute;
	bottom: 102px;
	left: -60px;
	background-color: #fff;
	box-shadow: 14.982px 29.403px 87px 0px rgba(0, 0, 0, .1);
	display: flex;
	align-items: center;
	padding: 24px 40px 24px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	z-index: 2;
}

.about-five__call-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	border: 1px solid #cfdbdf;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.about-five__call-icon:hover {
	background-color: var(--insur-base);
	border: 1px solid var(--insur-base);
}

.about-five__call-icon i {
	position: relative;
	display: inline-block;
	font-size: 20px;
	color: var(--insur-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.about-five__call-icon:hover i {
	color: var(--insur-white);
}

.about-five__call-content {
	margin-left: 10px;
}

.about-five__call-sub-title {
	font-size: 18px;
	letter-spacing: var(--insur-letter-spacing);
}

.about-five__call-number {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
	margin-top: 7px;
}

.about-five__call-number a {
	color: var(--insur-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.about-five__call-number a:hover {
	color: var(--insur-base);
}

.about-five__shape-1 {
	position: absolute;
	bottom: 0;
	left: -17px;
	height: 55px;
	width: 55px;
	background-color: var(--insur-base);
	border-radius: 50%;
}

.about-five__arrow {
	position: absolute;
	bottom: -40px;
	right: -47px;
	z-index: -1;
}

.about-five__arrow img {
	width: auto;
}

.about-five__right {
	position: relative;
	display: block;
	margin-left: 70px;
}

.about-five__right .section-title-two {
	margin-bottom: 32px;
}

.about-five__text {
	letter-spacing: var(--insur-letter-spacing);
}

.about-five__points-and-counter-box {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 37px;
}

.about-five__points-box {
	position: relative;
	display: block;
}

.about-five__points {
	position: relative;
	display: block;
	margin-bottom: 48px;
}

.about-five__points li {
	position: relative;
	display: flex;
	align-items: center;
}

.about-five__points li+li {
	margin-top: 15px;
}

.about-five__points li .icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 17px;
	width: 17px;
	background-color: var(--insur-base);
	border-radius: 50%;
	font-size: 9px;
	color: var(--insur-white);
}

.about-five__points li .text {
	margin-left: 10px;
}

.about-five__points li .text h4 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
}

.about-five__btn-box {
	position: relative;
	display: block;
}

.about-five__counter-box {
	position: relative;
	display: block;
	background-color: #fff;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .07);
	padding: 38px 40px 38px;
	margin-top: 3px;
	margin-left: 45px;
}

.about-five__counter-list {
	position: relative;
	display: block;
}

.about-five__counter-list li {
	position: relative;
	display: block;
	border-bottom: 1px solid #cedade;
	padding-bottom: 28px;
	margin-bottom: 27px;
}

.about-five__counter-list li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.about-five__counter-single {
	position: relative;
	display: block;
}

.about-five__count-box {
	position: relative;
	display: flex;
	align-items: center;
}

.about-five__count-box h3 {
	font-size: 30px;
	font-weight: 700;
	color: var(--insur-base);
	letter-spacing: var(--insur-letter-spacing);
	line-height: 40px;
}

.about-five__count-percent {
	font-size: 30px;
	font-weight: 700;
	color: var(--insur-base);
	letter-spacing: var(--insur-letter-spacing);
	line-height: 40px;
}

.about-five__counter-text {
	letter-spacing: var(--insur-letter-spacing);
	padding-top: 3px;
}

/*--------------------------------------------------------------
# Services Four
--------------------------------------------------------------*/
.services-four {
	position: relative;
	display: block;
	padding: 120px 0 160px;
	background-color: #e5eff2;
	z-index: 1;
}

.services-four:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 370px;
	background-color: var(--insur-white);
	z-index: -1;
}

.services-four__bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	mix-blend-mode: soft-light;
	opacity: .6;
	z-index: -1;
}

.services-four .container {
	max-width: 1460px;
}

.services-four__carousel {
	position: relative;
	display: block;
}

.services-four__carousel.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.services-four__carousel.owl-carousel .owl-item {
	opacity: 0;
	visibility: hidden;
	transition: opacity 500ms ease, visibility 500ms ease;
}

.services-four__carousel.owl-carousel .owl-item.active {
	opacity: 1;
	visibility: visible;
}

.services-four__carousel.owl-carousel .owl-dots {
	position: absolute;
	bottom: -60px;
	left: 0;
	right: 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	margin-top: 0 !important;
}

.services-four__carousel.owl-carousel .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	width: 185px;
	height: 3px;
	border-radius: 0px;
	background-color: #e5eff2;
	margin: 0;
	padding: 0 !important;
	-webkit-transition: all 100ms linear;
	transition: all 100ms linear;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.services-four__carousel.owl-carousel .owl-dots .owl-dot+.owl-dot {
	margin-left: 10px;
}

.services-four__carousel.owl-carousel .owl-dot.active {
	background-color: var(--insur-black);
	opacity: 1;
}

.services-four__carousel.owl-carousel .owl-dot:focus {
	outline: none;
}

.services-four__carousel.owl-carousel .owl-dots .owl-dot span {
	display: none;
}

.services-four__single {
	position: relative;
	display: block;
}

.services-four__img-box {
	position: relative;
	display: block;
	z-index: 2;
}

.services-four__img {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 2;
}

.services-four__img img {
	width: 100%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-four__single:hover .services-four__img img {
	transform: scale(1.05);
}

.services-four__content-box {
	position: relative;
	display: block;
	margin-top: -20px;
	z-index: 1;
}

.services-four__icon {
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	height: 57px;
	width: 57px;
	background-color: var(--insur-base);
	z-index: 2;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-four__single:hover .services-four__icon {
	background-color: var(--insur-black);
}

.services-four__icon span {
	position: relative;
	display: inline-block;
	font-size: 36px;
	color: var(--insur-white);
	transition: all 500ms linear;
	transition-delay: .1s;
	transform: scale(1);
}

.services-four__single:hover .services-four__icon span {
	transform: scale(.9);
}

.services-four__content {
	position: relative;
	display: block;
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .07);
	padding: 42px 0 35px;
}

.services-four__title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 30px;
	margin-bottom: 14px;
}

.services-four__title a {
	color: var(--insur-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-four__title a:hover {
	color: var(--insur-base);
}

.services-four__text {
	letter-spacing: var(--insur-letter-spacing);
}

/*--------------------------------------------------------------
# Tracking Two
--------------------------------------------------------------*/
.tracking-two {
	position: relative;
	display: block;
	padding: 0 0 150px;
	z-index: 1;
}

.tracking-two__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 53px 60px 51px;
	background-color: var(--insur-base);
}

.tracking-two__left {
	position: relative;
	display: flex;
}

.tracking-two__icon {
	position: relative;
	display: flex;
}

.tracking-two__icon span {
	font-size: 65px;
	color: var(--insur-white);
	position: relative;
	display: inline-block;
}

.tracking-two__content {
	position: relative;
	margin-left: 30px;
	top: -7px;
}

.tracking-two__sub-title {
	font-size: 14px;
	color: #b4fccf;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 24px;
	font-weight: 500;
}

.tracking-two__title {
	font-size: 36px;
	color: var(--insur-white);
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 47px;
}

.tracking-two__btn-box {
	position: relative;
	display: block;
	z-index: 2;
}

.tracking-two__btn {
	background-color: var(--insur-white);
	color: var(--insur-black);
}

/*--------------------------------------------------------------
# Why Choose Three
--------------------------------------------------------------*/
.why-choose-three {
	position: relative;
	display: block;
	z-index: 1;
}

.why-choose-three__shape-4 {
	position: absolute;
	top: 0;
	left: -375px;
	mix-blend-mode: multiply;
	opacity: .5;
	z-index: -1;
}

.why-choose-three__shape-4 img {
	width: auto;
}

.why-choose-three__left {
	position: relative;
	display: block;
	padding-top: 120px;
	padding-bottom: 120px;
	z-index: 1;
}

.why-choose-three__left:before {
	position: absolute;
	top: 0;
	left: -10000000px;
	right: -201px;
	bottom: 0;
	content: "";
	background-color: var(--insur-black);
	z-index: -1;
	transform: skewX(-25deg);
}

.why-choose-three__left .section-title-two {
	margin-bottom: 33px;
}

.why-choose-three__left .section-title-two__sub-title {
	color: #83a9b8;
}

.why-choose-three__left .section-title-two__title {
	color: var(--insur-white);
}

.why-choose-three__text-1 {
	font-size: 20px;
	color: var(--insur-base);
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
}

.why-choose-three__points-box {
	position: relative;
	display: block;
	margin-top: 28px;
	margin-bottom: 50px;
}

.why-choose-three__points {
	position: relative;
	display: block;
}

.why-choose-three__points li {
	position: relative;
	display: block;
}

.why-choose-three__points li+li {
	margin-top: 30px;
}

.why-choose-three__points-single {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.why-choose-three__points-icon-box {
	position: relative;
	display: flex;
	align-items: center;
	max-width: 196px;
	width: 100%;
}

.why-choose-three__points-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 57px;
	width: 57px;
	background-color: var(--insur-base);
	border-radius: 50%;
	font-size: 15px;
	color: var(--insur-white);
	transition: background 500ms ease, color 500ms ease;
}

.why-choose-three__points-icon:hover {
	background-color: #fff;
	color: var(--insur-black);
}

.why-choose-three__points-icon i, .why-choose-three__points-icon span {
	display: block;
	transform: scale(1);
	transition: transform 500ms ease;
}

.why-choose-three__points-icon:hover i, .why-choose-three__points-icon:hover span {
	transform: scale(.8);
}

.why-choose-three__points-icon-text {
	font-size: 20px;
	color: var(--insur-white);
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 24px;
	margin-left: 30px;
}

.why-choose-three__points-content-box {
	position: relative;
	display: block;
	max-width: 290px;
	width: 100%;
	margin-left: 72px;
}

.why-choose-three__points-content-box:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -30px;
	width: 1px;
	background-color: rgba(var(--insur-white-rgb), .1);
}

.why-choose-three__points-content {
	font-size: 16px;
	color: #83a9b8;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 30px;
}

.why-choose-three__btn-box {
	position: relative;
	display: block;
}

.why-choose-three__btn:hover {
	color: var(--insur-base);
}

.why-choose-three__btn:before {
	background-color: var(--insur-white);
}

.why-choose-three__btn:after {
	background-color: var(--insur-white);
}

.why-choose-three__right {
	position: relative;
	display: block;
	margin-left: -105px;
	margin-right: -375px;
	margin-top: -40px;
}

.why-choose-three-shape-1 {
	position: absolute;
	top: 0px;
	left: 251px;
	height: 41px;
	width: 110px;
	background-color: var(--insur-base);
	clip-path: polygon(13% 0, 100% 0%, 80% 100%, 0 100%);
	z-index: 2;
}

.why-choose-three-shape-2 {
	position: absolute;
	top: 0;
	left: 339px;
	height: 41px;
	width: 105px;
	background-color: var(--insur-black);
	clip-path: polygon(19% 0, 0% 100%, 100% 100%);
	z-index: 2;
}

.why-choose-three-shape-3 {
	position: absolute;
	bottom: -1px;
	left: -27px;
	height: 41px;
	width: 50px;
	background-color: var(--insur-black);
	clip-path: polygon(0 0, 56% 100%, 100% 0);
	z-index: 2;
}

.why-choose-three__img {
	position: relative;
	display: block;
	clip-path: polygon(29% 0, 100% 0%, 100% 100%, 0 100%);
}

.why-choose-three__img img {
	width: 100%;
}

/*--------------------------------------------------------------
# Team Three
--------------------------------------------------------------*/
.team-three {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

.team-three__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.team-three__img-box {
	position: relative;
	display: block;
	margin-left: 15px;
	margin-right: 15px;
	z-index: 1;
}

.team-three__img {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}

.team-three__img:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: rgba(var(--insur-black-rgb), .5);
	-webkit-transform: perspective(400px) rotateX(90deg) scaleY(.5);
	-ms-transform: perspective(400px) rotateX(90deg) scaleY(.5);
	transform: perspective(400px) rotateX(90deg) scaleY(.5);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	z-index: 1;
}

.team-three__single:hover .team-three__img:before {
	-webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
	-ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
	transform: perspective(400px) rotateX(0deg) scaleY(1);
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .7s;
	transition-property: all;
}

.team-three__img img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 500ms ease;
}

.team-three__single:hover .team-three__img img {
	transform: scale(1.05);
}

.team-three__social-two {
	position: absolute;
	right: 20px;
	bottom: -20px;
	background-color: var(--insur-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 2;
}

.team-three__social-two li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	font-size: 15px;
	color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-three__social-two li a:hover {
	color: var(--insur-primary);
}

.team-three__social {
	position: absolute;
	right: 20px;
	bottom: 20px;
	background-color: var(--insur-white);
	text-align: center;
	padding: 20px 12.5px;
	transform: scaleY(0);
	transform-origin: center;
	transform-origin: bottom center;
	transform-style: preserve-3d;
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	z-index: 2;
}

.team-three__single:hover .team-three__social {
	transform: scaleY(1);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.team-three__social li+li {
	margin-top: 20px;
}

.team-three__social li a {
	font-size: 15px;
	color: var(--insur-black);
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-three__social li a:hover {
	color: var(--insur-base);
}

.team-three__content {
	position: relative;
	display: block;
	background-image: -moz-linear-gradient(90deg, #e5eff2 0%, #fff 100%);
	background-image: -webkit-linear-gradient(90deg, #e5eff2 0%, #fff 100%);
	background-image: -ms-linear-gradient(90deg, #e5eff2 0%, #fff 100%);
	padding: 200px 30px 38px;
	margin-top: -173px;
}

.team-three__name {
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: -.04em;
	margin-bottom: 7px;
}

.team-three__name a {
	color: var(--insur-black);
	transition: all 500ms ease;
}

.team-three__name a:hover {
	color: var(--insur-base);
}

.team-three__sub-title {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 12px;
}

/*--------------------------------------------------------------
# Counter Two
--------------------------------------------------------------*/
.counter-two {
	position: relative;
	display: block;
	padding: 0 0 70px;
	z-index: 1;
}

.counter-two__bg-box {
	position: absolute;
	top: 76px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--insur-base);
	z-index: -1;
}

.counter-two__bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: .02;
	z-index: -1;
}

.counter-two__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.counter-two__icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-image: -moz-linear-gradient(90deg, #e5eff2 0%, #fff 100%);
	background-image: -webkit-linear-gradient(90deg, #e5eff2 0%, #fff 100%);
	background-image: -ms-linear-gradient(90deg, #e5eff2 0%, #fff 100%);
	width: 116px;
	height: 116px;
	margin: 0 auto 0;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.counter-two__icon:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	content: "";
	border-radius: 50%;
	background-color: var(--insur-base);
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: all;
	transition-property: all;
	opacity: 1;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: -1;
}

.counter-two__single:hover .counter-two__icon:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.counter-two__icon span {
	position: relative;
	display: inline-block;
	font-size: 65px;
	color: var(--insur-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.counter-two__single:hover .counter-two__icon span {
	color: var(--insur-white);
}

.counter-two__content-box {
	position: relative;
	display: block;
	text-align: center;
	background-color: var(--insur-white);
	padding: 55px 0 32px;
	margin-top: -40px;
}

.counter-two__count-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.counter-two__count-box h3 {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 50px;
}

.counter-two__letter {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 50px;
	color: var(--insur-black);
}

.counter-two__text {
	padding-top: 5px;
}

/*--------------------------------------------------------------
# Get Insurance Three
--------------------------------------------------------------*/
.get-insurance-three {
	position: relative;
	display: block;
	background-color: #eaf1f5;
	padding: 120px 0 120px;
	z-index: 1;
}

.get-insurance-three__bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	mix-blend-mode: luminosity;
	opacity: .05;
	z-index: -1;
}

.get-insurance-three__left {
	position: relative;
	display: block;
	margin-right: 70px;
}

.get-insurance-three__img {
	position: relative;
	display: block;
	z-index: 1;
}

.get-insurance-three__img:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -100px;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #2cbc63;
	width: 415px;
	height: 422px;
	z-index: -1;
}

.get-insurance-three__img img {
	width: 100%;
}

.get-insurance-three__right {
	position: relative;
	display: block;
}

.get-insurance-three__main-tab-box {
	position: relative;
	display: block;
}

.get-insurance-three__main-tab-box .tab-buttons {
	position: absolute;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	top: 0;
	left: -137px;
}

.get-insurance-three__main-tab-box .tab-buttons .tab-btn {
	position: relative;
	display: inline-block;
}

.get-insurance-three__main-tab-box .tab-buttons .tab-btn+.tab-btn {
	margin-top: 10px;
}

.get-insurance-three__main-tab-box .tab-buttons .tab-btn .icon-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 73px;
	width: 73px;
	border-radius: 50%;
	background-color: var(--insur-white);
	cursor: pointer;
	z-index: 1;
}

.get-insurance-three__main-tab-box .tab-buttons .tab-btn .icon-box:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	content: "";
	border-radius: 50%;
	background-color: var(--insur-base);
	transform: scale(0);
	transform-style: preserve-3d;
	transition: all .4s cubic-bezier(.62, .21, .45, 1.52);
	z-index: -1;
}

.get-insurance-three__main-tab-box .tab-buttons .tab-btn:hover .icon-box:after, .get-insurance-three__main-tab-box .tab-buttons .tab-btn.active-btn .icon-box:after {
	transform: scale(1);
}

.get-insurance-three__main-tab-box .tab-buttons .tab-btn .icon-box span {
	position: relative;
	display: inline-block;
	font-size: 32px;
	color: var(--insur-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.get-insurance-three__main-tab-box .tab-buttons .tab-btn:hover .icon-box span, .get-insurance-three__main-tab-box .tab-buttons .tab-btn.active-btn .icon-box span {
	color: var(--insur-white);
}

.get-insurance-three__main-tab-box .tab-buttons .tab-btn .icon-box .overlay-text {
	position: absolute;
	top: 0;
	right: 100%;
	width: 200px;
	text-align: right;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 15px;
	opacity: 0;
	transform: translateX(20px);
	transition: all 200ms linear;
	transition-delay: .1s;
	z-index: -1;
}

.get-insurance-three__main-tab-box .tab-buttons .tab-btn:hover .icon-box .overlay-text, .get-insurance-three__main-tab-box .tab-buttons .tab-btn.active-btn .icon-box .overlay-text {
	opacity: 1;
	transform: translateX(0px);
}

.get-insurance-three__main-tab-box .tab-buttons .tab-btn .icon-box .overlay-text p {
	position: relative;
	display: inline-block;
	background-color: #fff;
	padding: 13px 20px 13px;
	color: var(--insur-black);
	font-family: var(--insur-font);
	letter-spacing: var(--insur-letter-spacing);
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	transition: all 200ms linear;
	transition-delay: .1s;
}

.get-insurance-three__main-tab-box .tab-buttons .tab-btn .icon-box .overlay-text p:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -6px;
	transform: translateY(-50%);
	border-left: 6px solid #fff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.get-insurance-three__main-tab-box .tabs-content {
	position: relative;
	display: block;
}

.get-insurance-three__main-tab-box .tabs-content .tab {
	position: relative;
	display: none;
	-webkit-transform: translateY(35px);
	-ms-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	z-index: 10;
}

.get-insurance-three__main-tab-box .tabs-content .tab.active-tab {
	display: block;
	margin-top: 0px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.get-insurance-three__content {
	position: relative;
	display: block;
}

.get-insurance-three__form {
	position: relative;
	display: block;
}

.get-insurance-three__content-box {
	position: relative;
	display: block;
}

.get-insurance-three__input-box {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.get-insurance-three__input-box input[type="text"], .get-insurance-three__input-box input[type="email"] {
	height: 60px;
	width: 100%;
	border: 0;
	background-color: var(--insur-white);
	outline: none;
	font-size: 16px;
	color: var(--insur-gray);
	font-weight: 400;
	padding: 0 30px 0;
	letter-spacing: var(--insur-letter-spacing);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .05);
}

.get-insurance-three__input-box .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	position: relative;
	display: block;
	width: 100% !important;
}

.get-insurance-three__input-box .bootstrap-select>.dropdown-toggle::after {
	display: none;
}

.get-insurance-three__input-box .bootstrap-select>.dropdown-toggle {
	position: relative;
	height: 60px;
	outline: none !important;
	border-radius: 0;
	border: 0;
	background-color: var(--insur-white) !important;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	padding-right: 30px;
	color: var(--insur-gray) !important;
	font-size: 16px;
	line-height: 60px;
	font-weight: 400;
	box-shadow: none !important;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .05);
	background-repeat: no-repeat;
	background-size: 14px 12px;
	background-position: right 25.75px center;
	letter-spacing: var(--insur-letter-spacing);
}

.get-insurance-three__input-box .bootstrap-select>.dropdown-toggle:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	font-family: "Font Awesome 5 Free";
	content: "";
	font-weight: 900;
	font-size: 14px;
	color: var(--insur-gray);
}

.get-insurance-three__input-box .bootstrap-select .dropdown-menu>li.selected>a {
	background: var(--insur-black);
}

.get-insurance-three__input-box .bootstrap-select .dropdown-menu>li>a:hover {
	background: var(--insur-white);
	color: var(--insur-base);
	cursor: pointer;
}

.get-insurance-three__input-box .bootstrap-select .dropdown-menu {
	border-radius: 0;
}

.get-insurance-three__progress {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 23px;
	margin-bottom: 30px;
}

.get-insurance-three__progress-single {
	position: relative;
	display: block;
}

.get-insurance-three__progress-title {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 15px;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
}

.get-insurance-three__progress .bar {
	position: relative;
	width: 100%;
	height: 12px;
	background-color: var(--insur-white);
	border-radius: 0px;
	border: 0;
}

.get-insurance-three__progress .bar-inner {
	position: relative;
	display: block;
	width: 0px;
	height: 12px;
	border-radius: 0px;
	background-color: var(--insur-base);
	-webkit-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	transition: all 1500ms ease;
}

.get-insurance-three .get-insurance__progress-range .irs--flat .irs-bar {
	background-image: none;
	background-color: var(--insur-base);
}

.get-insurance-three .get-insurance__progress-range .irs--flat .irs-bar.nitro-lazy {
	background-image: none !important;
}

.get-insurance-three .get-insurance__progress-range .irs--flat .irs-bar {
	border-radius: 0;
}

.get-insurance-three .get-insurance__progress-range .irs--flat .irs-line {
	border-radius: 0;
}

.get-insurance-three .get-insurance__progress {
	margin-bottom: 12px;
}

.get-insurance-three__progress .count-text {
	position: absolute;
	right: -30px;
	bottom: -8px;
	opacity: 0;
	border-style: solid;
	border-width: 2px;
	border-color: #fff;
	border-radius: 50%;
	background-color: #16243d;
	width: 30px;
	height: 30px;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.get-insurance-three__progress .bar-inner.counted .count-text {
	opacity: 1;
}

.get-insurance-three__balance-box {
	position: absolute;
	top: 0;
	right: 0;
}

.get-insurance-three__balance {
	font-size: 16px;
	color: var(--insur-black);
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
}

.get-insurance-three__content-bottom {
	position: relative;
	display: block;
}

.get-insurance-three__btn {
	border: none;
}

/*--------------------------------------------------------------
# Testimonial Four
--------------------------------------------------------------*/
.testimonial-four {
	position: relative;
	display: block;
	background-color: var(--insur-black);
	padding: 120px 0 150px;
	z-index: 1;
}

.testimonial-four__bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 58.2%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	mix-blend-mode: multiply;
	opacity: .2;
	z-index: -1;
}

.testimonial-four__left {
	position: relative;
	display: block;
	z-index: 15;
}

.testimonial-four__left .section-title-two__sub-title {
	color: #83a9b8;
}

.testimonial-four__left .section-title-two__title {
	color: var(--insur-white);
}

.testimonial-four__right {
	position: relative;
	display: block;
}

.testimonial-four__carousel {
	position: relative;
	display: block;
}

.testimonial-four__carousel.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.testimonial-four__carousel.owl-carousel .owl-item {
	opacity: 0;
	visibility: hidden;
	transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-four__carousel.owl-carousel .owl-item.active {
	opacity: 1;
	visibility: visible;
}

.testimonial-four__carousel.owl-theme .owl-nav {
	position: absolute;
	bottom: -9px;
	left: -398px;
}

.testimonial-four__carousel.owl-theme .owl-nav .owl-next {
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	color: var(--insur-white);
	border: 0;
	background-color: #012f42;
	font-size: 15px;
	margin: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.testimonial-four__carousel.owl-theme .owl-nav .owl-prev {
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	color: var(--insur-white);
	border: 0;
	background-color: #012f42;
	font-size: 15px;
	margin: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.testimonial-four__carousel.owl-theme .owl-nav .owl-next {
	margin-left: 5px;
}

.testimonial-four__carousel.owl-theme .owl-nav .owl-prev {
	margin-right: 5px;
}

.testimonial-four__carousel.owl-theme .owl-nav .owl-next span, .testimonial-four__carousel.owl-theme .owl-nav .owl-prev span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-four__carousel.owl-theme .owl-nav .owl-next:hover, .testimonial-four__carousel.owl-theme .owl-nav .owl-prev:hover {
	background-color: var(--insur-white);
	color: var(--insur-base);
}

.testimonial-four__single {
	position: relative;
	display: block;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .05);
	z-index: 1;
}

.testimonial-four__single-inner {
	position: relative;
	display: block;
	background-color: #fff;
	padding: 38px 50px 42px;
	overflow: hidden;
	z-index: 1;
}

.testimonial-four__single-inner:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	background-image: -moz-linear-gradient(0deg, #fff 0%, #2cbc63 100%);
	background-image: -webkit-linear-gradient(0deg, #fff 0%, #2cbc63 100%);
	background-image: -ms-linear-gradient(0deg, #fff 0%, #2cbc63 100%);
}

.testimonial-four__shape-1 {
	position: absolute;
	top: -250px;
	left: -200px;
	border-radius: 50%;
	background-color: #f3f8f9;
	width: 408px;
	height: 408px;
	z-index: -1;
}

.testimonial-four__text {
	font-size: 18px;
	line-height: 36px;
	letter-spacing: var(--insur-letter-spacing);
}

.testimonial-four__client-info-box {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 25px;
}

.testimonial-four__client-info {
	position: relative;
	display: block;
}

.testimonial-four__client-name {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 20px;
	margin-bottom: 5px;
}

.testimonial-four__client-sub-title {
	letter-spacing: var(--insur-letter-spacing);
}

.testimonial-four__rating {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 130px;
}

.testimonial-four__rating i {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 15px;
	color: var(--insur-base);
}

.testimonial-four__rating i+i {
	margin-left: 4px;
}

.testimonial-four__client-img {
	position: absolute;
	bottom: -30px;
	right: 60px;
	width: 86px;
	z-index: 2;
}

.testimonial-four__client-img img {
	border: 7px solid var(--insur-base);
}

/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/
.brand-two {
	border-top: 0;
	border-bottom: 1px solid rgba(206, 218, 222, .4);
}

/*--------------------------------------------------------------
# News Four
--------------------------------------------------------------*/
.news-four {
	position: relative;
	display: block;
	padding: 120px 0 90px;
}

.news-four__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.news-four__img {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}

.news-four__img:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(var(--insur-black-rgb), .5);
	-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-70%);
	transform: translateY(-70%);
	z-index: 1;
}

.news-four__single:hover .news-four__img:before {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}

.news-four__img img {
	width: 100%;
	transition: all 500ms ease;
}

.news-four__single:hover .news-four__img img {
	transform: scale(1.05);
}

.news-four__content {
	position: relative;
	display: block;
	background-color: #fff;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .07);
	padding: 24px 30px 0;
	margin-right: 20px;
	z-index: 2;
}

.news-four__date {
	position: absolute;
	top: -75px;
	right: 0;
	background-color: var(--insur-base);
	padding-top: 23px;
	padding-bottom: 12px;
	padding-left: 50px;
	padding-right: 30px;
	text-align: right;
	border-top-left-radius: 70px;
	z-index: 2;
}

.news-four__date p {
	font-size: 14px;
	font-weight: 700;
	color: var(--insur-white);
	letter-spacing: .1em;
	line-height: 14px;
}

.news-four__date span {
	font-size: 14px;
	color: var(--insur-white);
	letter-spacing: .1em;
	line-height: 14px;
	text-transform: uppercase;
}

.news-four__meta {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.news-four__meta li+li {
	margin-left: 10px;
}

.news-four__meta li a {
	font-size: 14px;
	letter-spacing: var(--insur-letter-spacing);
	transition: all 500ms ease;
}

.news-four__meta li a i {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: var(--insur-base);
	padding-right: 3px;
	transition: all 500ms ease;
}

.news-four__meta li a:hover {
	color: var(--insur-base);
}

.news-four__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
}

.news-four__title a {
	color: var(--insur-black);
	transition: all 500ms ease;
}

.news-four__title a:hover {
	color: var(--insur-base);
}

.news-four__read-more {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 14px;
	border-top: 1px solid rgba(206, 218, 222, .4);
	padding: 12px 0;
	margin-top: 23px;
	transition: all 500ms ease;
}

.news-four__read-more span {
	position: relative;
	display: inline-block;
	font-size: 15px;
	padding-left: 8px;
	top: 2px;
	transition: all 500ms ease;
}

.news-four__read-more:hover {
	color: var(--insur-base);
}

/*--------------------------------------------------------------
# Site Footer Two
--------------------------------------------------------------*/
.site-footer-two {
	position: relative;
	display: block;
	background-color: var(--insur-black);
	z-index: 1;
}

.site-footer-two__top {
	position: relative;
	display: block;
	padding: 118px 0 100px;
	z-index: 2;
}

.footer-widget-two__about {
	position: relative;
	display: block;
}

.footer-widget-two__logo {
	position: relative;
	display: block;
	margin-top: 3px;
}

.footer-widget-two__about-text-box {
	position: relative;
	display: block;
	margin-top: 33px;
	margin-bottom: 22px;
}

.footer-widget-two__about-text {
	font-size: 15px;
	color: #83a9b8;
	letter-spacing: var(--insur-letter-spacing);
}

.site-footer-two__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-footer-two__social a {
	position: relative;
	height: 40px;
	width: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--insur-white);
	background-color: #012f42;
	font-size: 15px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.site-footer-two__social a:hover {
	color: var(--insur-base);
	background-color: var(--insur-white);
}

.site-footer-two__social a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	border-radius: 50%;
	background-color: var(--insur-white);
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: all;
	transition-property: all;
	opacity: 1;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: -1;
}

.site-footer-two__social a:hover:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.site-footer-two__social a+a {
	margin-left: 10px;
}

.footer-widget-two__links {
	position: relative;
	display: block;
}

.footer-widget-two__title {
	font-size: 20px;
	color: var(--insur-white);
	font-weight: 700;
	line-height: 20px;
	letter-spacing: var(--insur-letter-spacing);
	margin-bottom: 30px;
}

.footer-widget-two__links-list {
	position: relative;
	display: block;
}

.footer-widget-two__links-list li {
	position: relative;
	display: block;
}

.footer-widget-two__links-list li+li {
	margin-top: 10px;
}

.footer-widget-two__links-list li a {
	position: relative;
	display: inline-block;
	color: #83a9b8;
	letter-spacing: var(--insur-letter-spacing);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget-two__links-list li a:hover {
	color: var(--insur-base);
}

.footer-widget-two__latest-news {
	position: relative;
	display: block;
}

.footer-widget-two__latest-news-list {
	position: relative;
	display: block;
	padding-top: 5px;
}

.footer-widget-two__latest-news-list li {
	position: relative;
	display: flex;
	align-items: center;
}

.footer-widget-two__latest-news-list li+li {
	margin-top: 38px;
}

.footer-widget-two__latest-news-img {
	position: relative;
	display: block;
	width: 72px;
	border-radius: 50%;
}

.footer-widget-two__latest-news-img img {
	width: 100%;
	border-radius: 50%;
}

.footer-widget-two__latest-news-content {
	margin-left: 20px;
}

.footer-widget-two__latest-news-date {
	font-size: 14px;
	color: var(--insur-base);
	letter-spacing: var(--insur-letter-spacing);
	line-height: 14px;
}

.footer-widget-two__latest-news-title {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 26px;
	margin-top: 11px;
}

.footer-widget-two__latest-news-title a {
	color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget-two__latest-news-title a:hover {
	color: var(--insur-base);
}

.footer-widget-two__contact {
	position: relative;
	display: block;
}

.footer-widget-two__contact-text {
	color: #83a9b8;
	letter-spacing: var(--insur-letter-spacing);
	padding-bottom: 36px;
}

.footer-widget-two__contact-list {
	position: relative;
	display: block;
}

.footer-widget-two__contact-list li {
	position: relative;
	display: flex;
	align-items: center;
}

.footer-widget-two__contact-list li+li {
	margin-top: 5px;
}

.footer-widget-two__contact-list li .icon {
	position: relative;
	display: flex;
	align-items: center;
}

.footer-widget-two__contact-list li .icon span {
	font-size: 17px;
	color: var(--insur-base);
}

.footer-widget-two__contact-list li .text {
	margin-left: 15px;
}

.footer-widget-two__contact-list li .text p {
	font-weight: 700;
	color: var(--insur-white);
	letter-spacing: var(--insur-letter-spacing);
}

.footer-widget-two__contact-list li .text p a {
	color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget-two__contact-list li .text p a:hover {
	color: var(--insur-base);
}

.site-footer-two__newsletter {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 40px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #012f42;
	z-index: 2;
}

.site-footer-two__newsletter-left {
	position: relative;
	display: flex;
	align-items: center;
	padding: 15px 0;
}

.site-footer-two__newsletter-icon {
	position: relative;
	display: flex;
	align-items: center;
}

.site-footer-two__newsletter-icon span {
	position: relative;
	display: inline-block;
	font-size: 30px;
	color: var(--insur-base);
}

.site-footer-two__newsletter-content {
	font-size: 20px;
	color: var(--insur-white);
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
	margin-left: 10px;
}

.site-footer-two__newsletter-right {
	position: relative;
	display: block;
	max-width: 680px;
	width: 100%;
}

.site-footer-two__newsletter-right:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -30px;
	width: 2px;
	background-color: #023a51;
	content: "";
}

.site-footer-two__newsletter-form {
	position: relative;
	display: block;
}

.site-footer-two__newsletter-input-box {
	position: relative;
	display: block;
}

.site-footer-two__newsletter-input-box input[type="email"] {
	height: 60px;
	width: 100%;
	border: none;
	background-color: transparent;
	font-size: 16px;
	font-weight: 400;
	color: #83a9b8;
	letter-spacing: var(--insur-letter-spacing);
	outline: none;
	padding-right: 210px;
}

.newsletter__btn {
	border: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

.site-footer-two__bottom {
	position: relative;
	display: block;
	text-align: center;
	background-color: var(--insur-base);
	padding: 59px 0 32px;
	margin-top: -29px;
}

.site-footer-two__bottom-inner {
	position: relative;
	display: block;
}

.site-footer-two__bottom-text {
	color: var(--insur-white);
	letter-spacing: var(--insur-letter-spacing);
}

.site-footer-two__bottom-text a {
	color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.site-footer-two__bottom-text a:hover {
	color: var(--insur-black);
}

/*--------------------------------------------------------------
# Services Five
--------------------------------------------------------------*/
.services-five {
	position: relative;
	display: block;
	z-index: 100;
}

.services-five__inner {
	position: relative;
	display: block;
	z-index: 1;
}

.services-five__inner:before {
	content: "";
	position: absolute;
	top: -100px;
	left: -100px;
	right: -100px;
	height: 383px;
	background-color: #fff;
	box-shadow: 0px -10px 50px 0px rgba(0, 0, 0, .05);
	border-radius: var(--insur-bdr-radius);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	z-index: -1;
}

.services-five__single {
	position: relative;
	display: block;
}

.services-five__img-box {
	position: relative;
	display: block;
}

.services-five__img {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: var(--insur-bdr-radius);
	z-index: 1;
}

.services-five__img img {
	width: 100%;
	border-radius: var(--insur-bdr-radius);
}

.services-five__title-box {
	position: absolute;
	bottom: -20px;
	left: 15px;
	right: 15px;
	background-color: #fff;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .07);
	border-radius: var(--insur-bdr-radius);
	text-align: center;
	padding: 40px 0 27px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 2;
}

.services-five__single:hover .services-five__title-box {
	opacity: 0;
	visibility: hidden;
	transition-delay: 300ms;
}

.services-five__title {
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
}

.services-five__title a {
	color: var(--insur-black);
}

.services-five__icon {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	height: 57px;
	width: 57px;
	background-color: var(--insur-base);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-five__icon span {
	position: relative;
	display: inline-block;
	font-size: 28px;
	color: var(--insur-white);
}

.services-five__hover-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	border-radius: var(--insur-bdr-radius);
	padding: 40px 0 0;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	transform-origin: top;
	transform-style: preserve-3d;
	transform: scaleY(0);
	z-index: 2;
}

.services-five__single:hover .services-five__hover-content {
	transform: scaleY(1);
}

.services-five__hover-content:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: var(--insur-bdr-radius);
	background-image: -moz-linear-gradient(90deg, #ff494a 0%, #191c1e 100%);
	background-image: -webkit-linear-gradient(90deg, #ff494a 0%, #191c1e 100%);
	background-image: -ms-linear-gradient(90deg, #ff494a 0%, #191c1e 100%);
	opacity: .902;
	z-index: -1;
}

.services-five__hover-content-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 57px;
	width: 57px;
	background-color: var(--insur-white);
	border-radius: 50%;
	font-size: 30px;
	color: var(--insur-base);
	margin: 0 auto 0;
}

.services-five__hover-content-title {
	font-size: 18px;
	font-weight: 700;
	color: var(--insur-white);
	text-transform: uppercase;
	margin-top: 16px;
	margin-bottom: 16px;
}

.services-five__hover-content-title a {
	color: var(--insur-white);
}

.services-five__hover-content-text {
	font-size: 14px;
	color: var(--insur-white);
	letter-spacing: var(--insur-letter-spacing);
}

.thm-owl__carousel--range__input {
	max-width: 640px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
}

.thm-owl__carousel--range__input .irs-min, .thm-owl__carousel--range__input .irs-single, .thm-owl__carousel--range__input .irs-max {
	visibility: hidden !important;
}

.thm-owl__carousel--range__input .irs--flat .irs-line {
	height: 5px;
	background-color: var(--insur-primary);
	border-radius: 3px;
}

.thm-owl__carousel--range__input .irs--flat .irs-bar {
	border-radius: 3px;
	background-color: var(--insur-base);
	height: 5px;
}

.thm-owl__carousel--range__input .irs--flat .irs-handle {
	width: 20px;
	height: 20px;
	background-color: var(--insur-black);
	border-radius: 50%;
	border: 2px solid var(--insur-white);
	top: 17px;
}

.thm-owl__carousel--range__input .irs--flat .irs-handle>i:first-child {
	display: none;
}

.services-five__carousel.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.services-five__carousel.owl-carousel .owl-item {
	opacity: 0;
	visibility: hidden;
	transition: opacity 500ms ease, visibility 500ms ease;
}

.services-five__carousel.owl-carousel .owl-item.active {
	opacity: 1;
	visibility: visible;
}

/*--------------------------------------------------------------
# About Five
--------------------------------------------------------------*/
.about-six {
	position: relative;
	display: block;
	padding: 120px 0 150px;
	z-index: 1;
}

.about-six__left {
	position: relative;
	display: block;
}

.about-six__img-box {
	position: relative;
	display: block;
}

.about-six__img {
	position: relative;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	z-index: 1;
}

.about-six__img img {
	width: 100%;
	border-radius: 10px;
}

.about-six__help {
	position: absolute;
	bottom: -53px;
	left: 0;
	border-radius: 10px;
	background-image: -moz-linear-gradient(90deg, #ff494a 0%, #191c1e 100%);
	background-image: -webkit-linear-gradient(90deg, #ff494a 0%, #191c1e 100%);
	background-image: -ms-linear-gradient(90deg, #ff494a 0%, #191c1e 100%);
	display: flex;
	align-items: center;
	padding-left: 60px;
	padding-right: 96px;
	padding-top: 53px;
	padding-bottom: 53px;
	z-index: 2;
}

.about-six__help-icon {
	position: relative;
	display: flex;
	align-items: center;
}

.about-six__help-icon span {
	position: relative;
	display: inline-block;
	font-size: 55px;
	color: var(--insur-white);
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.about-six__help:hover .about-six__help-icon span {
	transform: scale(.9);
}

.about-six__help-content {
	margin-left: 15px;
}

.about-six__help-text {
	font-size: 26px;
	color: var(--insur-white);
	font-weight: 700;
	line-height: 31px;
	letter-spacing: -.04em;
}

.about-six__right {
	position: relative;
	display: block;
	margin-left: 70px;
}

.about-six__right .section-title-three {
	margin-bottom: 33px;
}

.about-six__text-1 {
	font-size: 20px;
	color: var(--insur-base);
	font-weight: 700;
	line-height: 26px;
	letter-spacing: -.04em;
}

.about-six__text-2 {
	line-height: 30px;
	padding-top: 25px;
}

.about-six__progress-ber {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 40px;
	flex-wrap: wrap;
}

.about-six__progress-single {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 24px;
}

.about-six__progress-single+.about-six__progress-single {
	margin-left: 70px;
}

.about-six__progress-box {
	position: relative;
	display: inline-block;
}

.about-six__progress-box canvas {
	transform: rotate(90deg);
}

.about-six__progress-box .circle-progress {
	height: 118px;
}

.about-six__progress-box .about-six__pack {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
}

.about-six__progress-box .about-six__pack p {
	font-size: 20px;
	font-weight: 700;
	color: var(--insur-base);
}

.about-six__progress-box .about-six__pack span {
	position: relative;
	display: block;
	line-height: 20px;
}

.about-six__progress-text {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: var(--insur-black);
	margin-top: 7px;
	letter-spacing: var(--insur-letter-spacing);
}

/*--------------------------------------------------------------
# Get Insurance Four
--------------------------------------------------------------*/
.get-insurance-four {
	position: relative;
	display: block;
	background-color: var(--insur-primary);
	padding: 120px 0 190px;
	overflow: hidden;
	z-index: 1;
}

.get-insurance-four__shape-1 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 275px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	z-index: -1;
}

.get-insurance-four__shape-2 {
	position: absolute;
	top: -30px;
	right: 0;
	opacity: .6;
	z-index: -1;
}

.get-insurance-four__shape-2 img {
	width: auto;
}

.get-insurance-four__main-tab-box {
	position: relative;
	display: block;
}

.get-insurance-four__main-tab-box .tab-buttons {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin-right: 70px;
}

.get-insurance-four__main-tab-box .tab-buttons .tab-btn {
	position: relative;
	display: inline-block;
}

.get-insurance-four__main-tab-box .tab-buttons .tab-btn+.tab-btn {
	margin-top: 10px;
}

.get-insurance-four__main-tab-box .tab-buttons .tab-btn .content-box {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border: 1px solid #d7d7d7;
	padding: 9px 20px 9px;
	border-radius: 10px;
	cursor: pointer;
	z-index: 1;
}

.get-insurance-four__main-tab-box .tab-buttons .tab-btn .content-box:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -6px;
	transform: translateY(-50%);
	border-left: 6px solid var(--insur-base);
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.get-insurance-four__main-tab-box .tab-buttons .tab-btn:hover .content-box:before, .get-insurance-four__main-tab-box .tab-buttons .tab-btn.active-btn .content-box:before {
	opacity: 1;
}

.get-insurance-four__main-tab-box .tab-buttons .tab-btn .content-box:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background: var(--insur-base);
	border-radius: 10px;
	z-index: -1;
	transform: scaleY(0);
	transform-origin: left;
	transform-style: preserve-3d;
	transition: all 200ms linear;
	transition-delay: .1s;
}

.get-insurance-four__main-tab-box .tab-buttons .tab-btn:hover .content-box:after, .get-insurance-four__main-tab-box .tab-buttons .tab-btn.active-btn .content-box:after {
	transform: scale(1);
}

.get-insurance-four__main-tab-box .tab-buttons .tab-btn .icon-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 54px;
	width: 54px;
	border-radius: 50%;
	background-color: var(--insur-white);
	z-index: 1;
}

.get-insurance-four__main-tab-box .tab-buttons .tab-btn .icon-box span {
	position: relative;
	display: inline-block;
	font-size: 22px;
	color: var(--insur-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.get-insurance-four__main-tab-box .tab-buttons .tab-btn:hover .icon-box span, .get-insurance-four__main-tab-box .tab-buttons .tab-btn.active-btn .icon-box span {
	color: var(--insur-base);
}

.get-insurance-four__main-tab-box .tab-buttons .tab-btn .text-box {
	margin-left: 20px;
}

.get-insurance-four__main-tab-box .tab-buttons .tab-btn .text-box p {
	font-size: 16px;
	color: var(--insur-black);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .1em;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.get-insurance-four__main-tab-box .tab-buttons .tab-btn:hover .text-box p, .get-insurance-four__main-tab-box .tab-buttons .tab-btn.active-btn .text-box p {
	color: var(--insur-white);
}

.get-insurance-four__main-tab-box .tabs-content {
	position: relative;
	display: block;
	margin-left: -30px;
}

.get-insurance-four__main-tab-box .tabs-content .tab {
	position: relative;
	display: none;
	-webkit-transform: translateY(35px);
	-ms-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	z-index: 10;
}

.get-insurance-four__main-tab-box .tabs-content .tab.active-tab {
	display: block;
	margin-top: 0px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.get-insurance-four__main-content {
	position: relative;
	display: flex;
}

.get-insurance-four__main-content-left {
	position: relative;
	display: block;
	max-width: 300px;
	width: 100%;
}

.get-insurance-four__main-content-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: -.04em;
	margin-bottom: 16px;
}

.get-insurance-four__main-content-text {
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
}

.get-insurance-four__call {
	position: relative;
	display: flex;
	align-items: center;
	border-top: 1px solid #d7d7d7;
	padding-top: 40px;
	margin-top: 30px;
}

.get-insurance-four__call-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 54px;
	width: 54px;
	background-color: var(--insur-base);
	border-radius: 50%;
	color: var(--insur-white);
	font-size: 23px;
	transition: all 500ms ease;
}

.get-insurance-four__call-icon i {
	display: inline-flex;
	transform: scale(1);
	transition: transform 500ms ease;
}

.get-insurance-four__call:hover .get-insurance-four__call-icon i {
	transform: scale(.9);
}

.get-insurance-four__call:hover .get-insurance-four__call-icon {
	background-color: var(--insur-black);
	color: #fff;
}

.get-insurance-four__call-content {
	margin-left: 20px;
}

.get-insurance-four__call-content p {
	letter-spacing: var(--insur-letter-spacing);
	line-height: 16px;
	margin-bottom: 6px;
}

.get-insurance-four__call-content a {
	font-size: 24px;
	font-weight: 700;
	color: var(--insur-black);
	letter-spacing: var(--insur-letter-spacing);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.get-insurance-four__call-content a:hover {
	color: var(--insur-base);
}

.get-insurance-four__main-content-right {
	position: relative;
	display: block;
	max-width: 500px;
	width: 100%;
	margin-left: 30px;
}

.get-insurance-four__form {
	position: relative;
	display: block;
}

.get-insurance-four__content-box {
	position: relative;
	display: block;
}

.get-insurance-four__input-box {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.get-insurance-four__input-box input[type="text"], .get-insurance-four__input-box input[type="email"] {
	height: 60px;
	width: 100%;
	border: 0;
	background-color: var(--insur-white);
	outline: none;
	font-size: 16px;
	color: #838383;
	font-weight: 400;
	padding: 0 30px 0;
	letter-spacing: var(--insur-letter-spacing);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .05);
	border-radius: var(--insur-bdr-radius);
}

.get-insurance-four__input-box .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	position: relative;
	display: block;
	width: 100% !important;
}

.get-insurance-four__input-box .bootstrap-select>.dropdown-toggle::after {
	display: none;
}

.get-insurance-four__input-box .bootstrap-select>.dropdown-toggle {
	position: relative;
	height: 60px;
	outline: none !important;
	border-radius: var(--insur-bdr-radius);
	border: 0;
	background-color: var(--insur-white) !important;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	padding-right: 30px;
	color: #838383 !important;
	font-size: 16px;
	line-height: 60px;
	font-weight: 400;
	box-shadow: none !important;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .05);
	background-repeat: no-repeat;
	background-size: 14px 12px;
	background-position: right 25.75px center;
	letter-spacing: var(--insur-letter-spacing);
}

.get-insurance-four__input-box .bootstrap-select>.dropdown-toggle:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	font-family: "Font Awesome 5 Free";
	content: "";
	font-weight: 900;
	font-size: 14px;
	color: #838383;
}

.get-insurance-four__input-box .bootstrap-select .dropdown-menu>li.selected>a {
	background: var(--insur-black);
}

.get-insurance-four__input-box .bootstrap-select .dropdown-menu>li>a:hover {
	background: var(--insur-white);
	color: var(--insur-base);
	cursor: pointer;
}

.get-insurance-four__input-box .bootstrap-select .dropdown-menu {
	border-radius: 10px;
}

.get-insurance-four__progress {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 23px;
	margin-bottom: 30px;
}

.get-insurance-four__progress-single {
	position: relative;
	display: block;
}

.get-insurance-four__progress-title {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 15px;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
}

.get-insurance-four__progress .bar {
	position: relative;
	width: 100%;
	height: 12px;
	background-color: var(--insur-white);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .05);
	border-radius: 6px;
	border: 0;
}

.get-insurance-four__progress .bar-inner {
	position: relative;
	display: block;
	width: 0px;
	height: 12px;
	border-radius: 6px;
	background-image: -moz-linear-gradient(0deg, #191c1e 0%, #ff494a 100%);
	background-image: -webkit-linear-gradient(0deg, #191c1e 0%, #ff494a 100%);
	background-image: -ms-linear-gradient(0deg, #191c1e 0%, #ff494a 100%);
	-webkit-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	transition: all 1500ms ease;
}

.get-insurance-four .get-insurance__progress-range .irs--flat .irs-bar {
	background-image: linear-gradient(90deg, var(--insur-black) 0%, var(--insur-base) 100%);
}

.get-insurance-four .get-insurance__progress-range .irs--flat .irs-line {
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, .05);
	border-color: #fff;
}

.get-insurance-four .get-insurance__progress {
	margin-bottom: 12px;
}

.get-insurance-four__progress .count-text {
	position: absolute;
	right: -30px;
	bottom: -8px;
	opacity: 0;
	border-style: solid;
	border-width: 2px;
	border-color: #fff;
	border-radius: 50%;
	background-color: #16243d;
	width: 30px;
	height: 30px;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.get-insurance-four__progress .bar-inner.counted .count-text {
	opacity: 1;
}

.get-insurance-four__balance-box {
	position: absolute;
	top: 0;
	right: 0;
}

.get-insurance-four__balance {
	font-size: 16px;
	color: var(--insur-black);
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
}

.get-insurance-four__content-bottom {
	position: relative;
	display: block;
}

.get-insurance-four__btn {
	border: none;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 17px 50px 17px;
	border-radius: 30px;
}

/*--------------------------------------------------------------
# Team Four
--------------------------------------------------------------*/
.team-four {
	position: relative;
	display: block;
	padding: 100px 0 90px;
	overflow: hidden;
	z-index: 1;
}

.team-four__inner {
	position: relative;
	display: block;
	padding: 0 28px;
}

.team-four__inner .row {
	--bs-gutter-x: 83px;
}

.team-four__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.team-four__img-box {
	position: relative;
	display: block;
}

.team-four__img {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 100px;
	z-index: 1;
}

.team-four__img:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: rgba(var(--insur-black-rgb), .5);
	border-radius: 100px;
	-webkit-transform: perspective(400px) rotateX(90deg) scaleY(.5);
	-ms-transform: perspective(400px) rotateX(90deg) scaleY(.5);
	transform: perspective(400px) rotateX(90deg) scaleY(.5);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	z-index: 1;
}

.team-four__single:hover .team-four__img:before {
	-webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
	-ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
	transform: perspective(400px) rotateX(0deg) scaleY(1);
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .7s;
	transition-property: all;
}

.team-four__img img {
	width: 100%;
	border-radius: 100px;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 500ms ease;
}

.team-four__single:hover .team-four__img img {
	transform: scale(1.05);
}

.team-four__content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background-color: rgba(var(--insur-base-rgb), .9);
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
	padding: 25px 0 22px;
	z-index: 2;
}

.team-four__name {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -.04em;
	line-height: 24px;
	margin-bottom: 9px;
}

.team-four__name a {
	color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-four__name a:hover {
	color: var(--insur-black);
}

.team-four__text {
	color: var(--insur-white);
}

.team-four__social-two {
	position: absolute;
	right: 20px;
	top: -25px;
	background-color: var(--insur-black);
	border-radius: var(--insur-bdr-radius);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 2;
}

.team-four__social-two li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	font-size: 15px;
	color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-four__social-two li a:hover {
	color: var(--insur-primary);
}

.team-four__social {
	position: absolute;
	right: 20px;
	top: -208px;
	background-color: var(--insur-white);
	text-align: center;
	padding: 20px 17.5px;
	border-radius: var(--insur-bdr-radius);
	transform: scaleY(0);
	transform-origin: center;
	transform-origin: bottom center;
	transform-style: preserve-3d;
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	z-index: 2;
}

.team-four__single:hover .team-four__social {
	transform: scaleY(1);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

.team-four__social li+li {
	margin-top: 24px;
}

.team-four__social li a {
	font-size: 15px;
	color: var(--insur-black);
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-four__social li a:hover {
	color: var(--insur-base);
}

/*--------------------------------------------------------------
# Why Choose Four
--------------------------------------------------------------*/
.why-choose-four {
	position: relative;
	display: block;
	background-color: var(--insur-primary);
	padding: 120px 0 120px;
	z-index: 1;
}

.why-choose-four__bg-box {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	background-color: var(--insur-base);
	z-index: -1;
}

.why-choose-four__bg-one {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	mix-blend-mode: color-burn;
}

.why-choose-four__bg-box-two {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: var(--insur-black);
	width: 50%;
	z-index: -1;
}

.why-choose-four__bg-two {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	mix-blend-mode: luminosity;
	opacity: .6;
}

.why-choose-four__left {
	position: relative;
	display: block;
	margin-right: 70px;
}

.why-choose-four__left .section-title-three {
	margin-bottom: 31px;
}

.why-choose-four__left .section-title-three__sub-title {
	color: #ffe1e1;
}

.why-choose-four__left .section-title-three__title {
	color: var(--insur-white);
}

.why-choose-four__text {
	line-height: 30px;
	color: #ffe1e1;
	letter-spacing: var(--insur-letter-spacing);
}

.why-choose-four__btn-box {
	position: relative;
	display: block;
	margin-top: 40px;
}

.why-choose-four__btn {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .1em;
	border-radius: 30px;
	padding: 17px 50px 17px;
	background-color: var(--insur-black);
}

.why-choose-four__btn:hover {
	color: var(--insur-base);
}

.why-choose-four__btn:before {
	background-color: var(--insur-white);
}

.why-choose-four__btn:after {
	background-color: var(--insur-white);
}

.why-choose-four__right {
	position: relative;
	display: block;
	margin-left: 105px;
}

.why-choose-four__points {
	position: relative;
	display: block;
}

.why-choose-four__points li {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: var(--insur-white);
	border-radius: var(--insur-bdr-radius);
	padding-left: 30px;
	padding-right: 45px;
	padding-top: 30px;
	padding-bottom: 31px;
}

.why-choose-four__points li+li {
	margin-top: 10px;
}

.why-choose-four__points-icon-box {
	position: relative;
	display: flex;
	align-items: center;
}

.why-choose-four__points-icon {
	position: relative;
	display: flex;
	align-items: center;
}

.why-choose-four__points-icon span {
	position: relative;
	display: inline-block;
	font-size: 45px;
	color: var(--insur-base);
	transition: all 500ms linear;
	transition-delay: .1s;
	transform: scale(1);
}

.why-choose-four__points li:hover .why-choose-four__points-icon span {
	transform: scale(.9);
}

.why-choose-four__points-text {
	margin-left: 20px;
}

.why-choose-four__points-text p {
	font-size: 20px;
	color: var(--insur-black);
	font-weight: 700;
	line-height: 24px;
	letter-spacing: var(--insur-letter-spacing);
}

.why-choose-four__points-content-box {
	position: relative;
	display: block;
	max-width: 160px;
	width: 100%;
}

.why-choose-four__points-content-box:before {
	content: "";
	position: absolute;
	top: 3px;
	bottom: 4px;
	left: -30px;
	width: 1px;
	background-color: #d7d7d7;
}

.why-choose-four__points-content {
	line-height: 24px;
	letter-spacing: var(--insur-letter-spacing);
}

/*--------------------------------------------------------------
# Testimonial Five
--------------------------------------------------------------*/
.testimonial-five {
	position: relative;
	display: block;
	background-color: var(--insur-primary);
	padding: 120px 0 116px;
	z-index: 1;
}

.testimonial-five__shape-1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 622px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	mix-blend-mode: luminosity;
	opacity: .3;
	z-index: -1;
}

.testimonial-five__carousel {
	position: relative;
	display: block;
}

.testimonial-five__single {
	position: relative;
	display: block;
}

.testimonial-five__content {
	position: relative;
	display: block;
	background-color: #fff;
	box-shadow: 0px 3px 29px 0px rgba(21, 21, 21, .08);
	padding: 30px 55px 40px;
	text-align: center;
	border-radius: var(--insur-bdr-radius);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.testimonial-five__single:hover .testimonial-five__content {
	background-color: var(--insur-black);
}

.testimonial-five__content:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	border-top: 20px solid white;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.testimonial-five__single:hover .testimonial-five__content:before {
	border-top: 20px solid var(--insur-black);
}

.testimonial-five__rating {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--insur-base);
	max-width: 230px;
	width: 100%;
	margin: 0 auto 21px;
	border-radius: var(--insur-bdr-radius);
	padding: 12.5px 0;
}

.testimonial-five__rating span {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 15px;
	color: var(--insur-white);
}

.testimonial-five__rating span+span {
	margin-left: 4px;
}

.testimonial-five__text {
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.testimonial-five__single:hover .testimonial-five__text {
	color: #83888b;
}

.testimonial-five__client-info {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 40px;
}

.testimonial-five__client-img {
	position: relative;
	display: block;
	width: 75px;
	border-radius: 50%;
	margin: 0 auto 0;
	z-index: 1;
}

.testimonial-five__client-img:before {
	content: "";
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	border: 5px solid var(--insur-base);
	border-radius: 50%;
	opacity: 0;
	transform: scale(0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: -1;
}

.testimonial-five__single:hover .testimonial-five__client-img:before {
	opacity: 1;
	transform: scale(1);
}

.testimonial-five__client-img img {
	border-radius: 50%;
}

.testimonial-five__client-content {
	position: relative;
	display: block;
	margin-top: 17px;
}

.testimonial-five__client-sub-title {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 15px;
}

.testimonial-five__client-name {
	font-size: 22px;
	font-weight: 700;
	line-height: 22px;
	margin-top: 4px;
}

.testimonial-five__carousel.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.testimonial-five__carousel.owl-carousel .owl-item {
	opacity: 0;
	visibility: hidden;
	transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-five__carousel.owl-carousel .owl-item.active {
	opacity: 1;
	visibility: visible;
}

/*--------------------------------------------------------------
# News Five
--------------------------------------------------------------*/
.news-five {
	position: relative;
	display: block;
	padding: 120px 0 113px;
	z-index: 1;
}

.news-five__top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 49px;
}

.news-five__top .section-title-three {
	margin-bottom: 0;
}

.news-five__top-btn-box {
	position: relative;
	display: block;
}

.news-five__top-btn {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .1em;
	border-radius: 25px;
	background-color: var(--insur-primary);
	color: var(--insur-black);
	padding: 12px 40px 12px;
}

.news-five__left {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.news-five__left-img {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: var(--insur-bdr-radius);
	z-index: 1;
}

.news-five__left-img:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 10px;
	background-image: -moz-linear-gradient(90deg, #191c1e 0%, rgba(25, 28, 30, 0) 100%);
	background-image: -webkit-linear-gradient(90deg, #191c1e 0%, rgba(25, 28, 30, 0) 100%);
	background-image: -ms-linear-gradient(90deg, #191c1e 0%, rgba(25, 28, 30, 0) 100%);
	z-index: 1;
}

.news-five__left-img img {
	width: 100%;
	border-radius: var(--insur-bdr-radius);
	transition: all 500ms ease;
}

.news-five__left:hover .news-five__left-img img {
	transform: scale(1.05);
}

.news-five__left-content {
	position: absolute;
	left: 60px;
	bottom: 53px;
	z-index: 2;
}

.news-five__meta {
	position: relative;
	display: flex;
	align-items: center;
}

.news-five__meta li+li {
	margin-left: 10px;
}

.news-five__meta li a {
	font-size: 14px;
	color: var(--insur-white);
	letter-spacing: var(--insur-letter-spacing);
	transition: all 500ms ease;
}

.news-five__meta li a i {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: var(--insur-base);
	padding-right: 3px;
	transition: all 500ms ease;
}

.news-five__meta li a:hover {
	color: var(--insur-base);
}

.news-five__title {
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: var(--insur-letter-spacing);
	margin-top: 7px;
}

.news-five__title a {
	color: var(--insur-white);
	transition: all 500ms ease;
}

.news-five__title a:hover {
	color: var(--insur-base);
}

.news-five__right {
	position: relative;
	display: block;
}

.news-five__list {
	position: relative;
	display: block;
}

.news-five__list>li {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-radius: var(--insur-bdr-radius);
	margin-bottom: 30px;
	z-index: 1;
}

.news-five__list>li:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 1px solid #d7d7d7;
	border-radius: var(--insur-bdr-radius);
}

.news-five__list-img {
	position: relative;
	display: block;
	overflow: hidden;
	max-width: 270px;
	width: 100%;
	border-radius: var(--insur-bdr-radius);
	background-color: var(--insur-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-five__list-img img {
	width: 100%;
	border-radius: var(--insur-bdr-radius);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-five__list>li:hover .news-five__list-img img {
	transform: scale(1.05);
	opacity: .5;
}

.news-five__list-content {
	position: relative;
	display: block;
	margin-left: 40px;
	z-index: 2;
}

.news-five__meta-two {
	position: relative;
	display: flex;
	align-items: center;
}

.news-five__meta-two li+li {
	margin-left: 10px;
}

.news-five__meta-two li a {
	font-size: 14px;
	color: var(--insur-gray);
	letter-spacing: var(--insur-letter-spacing);
	transition: all 500ms ease;
}

.news-five__meta-two li a i {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: var(--insur-base);
	padding-right: 3px;
	transition: all 500ms ease;
}

.news-five__meta-two li a:hover {
	color: var(--insur-base);
}

.news-five__title-two {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
	margin-top: 5px;
}

.news-five__title-two a {
	color: var(--insur-black);
	transition: all 500ms ease;
}

.news-five__title-two a:hover {
	color: var(--insur-base);
}

/*--------------------------------------------------------------
# Tracking Three
--------------------------------------------------------------*/
.tracking-three {
	position: relative;
	display: block;
	padding: 0 0 142px;
	z-index: 1;
}

.tracking-three .container {
	max-width: 1560px;
}

.tracking-three__inner {
	position: relative;
	display: block;
	text-align: center;
	background-image: -moz-linear-gradient(0deg, #191c1e 0%, #ff494a 100%);
	background-image: -webkit-linear-gradient(0deg, #191c1e 0%, #ff494a 100%);
	background-image: -ms-linear-gradient(0deg, #191c1e 0%, #ff494a 100%);
	border-radius: var(--insur-bdr-radius);
	padding: 92px 0 100px;
	z-index: 1;
}

.tracking-three__bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	mix-blend-mode: overlay;
	opacity: .3;
	z-index: -1;
}

.tracking-three__shape-1 {
	position: absolute;
	top: -20px;
	left: -20px;
	right: -20px;
	bottom: -20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.tracking-three__title-box {
	position: relative;
	display: block;
	margin-bottom: 39px;
}

.tracking-three__sub-title {
	font-size: 14px;
	color: var(--insur-white);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.tracking-three__title {
	font-size: 36px;
	color: var(--insur-white);
	font-weight: 700;
	line-height: 46px;
	letter-spacing: var(--insur-letter-spacing);
}

.tracking-three__form-box {
	position: relative;
	display: block;
	max-width: 715px;
	width: 100%;
	margin: 0 auto 0;
}

.tracking-three__form {
	position: relative;
	display: block;
}

.tracking-three__input-box {
	position: relative;
	display: block;
}

.tracking-three__input-box input[type="text"] {
	height: 80px;
	width: 100%;
	background-color: var(--insur-white);
	outline: none;
	font-size: 15px;
	color: var(--insur-gray);
	font-weight: 400;
	border: none;
	border-radius: var(--insur-bdr-radius);
	padding-right: 273px;
	padding-left: 30px;
}

.tracking-three__btn {
	font-size: 14px;
	letter-spacing: .1em;
	text-transform: uppercase;
	border: none;
	border-radius: 30px;
	padding: 17px 50px 17px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Site Footer Three
--------------------------------------------------------------*/
.site-footer-three {
	position: relative;
	display: block;
	background-color: var(--insur-black);
	z-index: 1;
}

.site-footer-three__top {
	position: relative;
	display: block;
	padding: 117px 0 100px;
	z-index: 2;
}

.footer-widget-three__about {
	position: relative;
	display: block;
	margin-right: 105px;
}

.footer-widget-three__logo {
	position: relative;
	display: block;
	margin-top: 3px;
}

.footer-widget-three__about-text-box {
	position: relative;
	display: block;
	margin-top: 33px;
	margin-bottom: 32px;
}

.footer-widget-three__about-text {
	font-size: 15px;
	color: #83888b;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 26px;
}

.footer-widget-three__btn-box {
	position: relative;
	display: block;
}

.footer-widget-three__btn {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .1em;
	border-radius: 25px;
	padding: 12px 40px 12px;
}

.footer-widget-three__btn:hover {
	color: var(--insur-base);
}

.footer-widget-three__btn:before {
	background-color: var(--insur-white);
}

.footer-widget-three__btn:after {
	background-color: var(--insur-white);
}

.footer-widget-three__links {
	position: relative;
	display: block;
}

.footer-widget-three__title {
	font-size: 20px;
	color: var(--insur-white);
	font-weight: 700;
	line-height: 20px;
	letter-spacing: var(--insur-letter-spacing);
	margin-bottom: 30px;
}

.footer-widget-three__links-list {
	position: relative;
	display: block;
}

.footer-widget-three__links-list li {
	position: relative;
	display: block;
}

.footer-widget-three__links-list li+li {
	margin-top: 10px;
}

.footer-widget-three__links-list li a {
	position: relative;
	display: inline-block;
	color: #83888b;
	letter-spacing: var(--insur-letter-spacing);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget-three__links-list li a:hover {
	color: var(--insur-base);
}

.footer-widget-three__latest-news {
	position: relative;
	display: block;
}

.footer-widget-three__latest-news-list {
	position: relative;
	display: block;
	padding-top: 3px;
}

.footer-widget-three__latest-news-list li {
	position: relative;
	display: flex;
	align-items: center;
}

.footer-widget-three__latest-news-list li+li {
	margin-top: 38px;
}

.footer-widget-three__latest-news-img {
	position: relative;
	display: block;
	width: 70px;
}

.footer-widget-three__latest-news-img img {
	width: 100%;
}

.footer-widget-three__latest-news-content {
	margin-left: 20px;
	position: relative;
	display: block;
	top: 2px;
}

.footer-widget-three__latest-news-date {
	font-size: 14px;
	color: var(--insur-base);
	letter-spacing: var(--insur-letter-spacing);
	line-height: 14px;
}

.footer-widget-three__latest-news-title {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 26px;
	margin-top: 11px;
}

.footer-widget-three__latest-news-title a {
	color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget-three__latest-news-title a:hover {
	color: var(--insur-base);
}

.footer-widget-three__contact {
	position: relative;
	display: block;
	background-color: #121415;
	border-radius: var(--insur-bdr-radius);
	padding: 37px 40px 32px;
}

.footer-widget-three-contact__title {
	font-size: 20px;
	color: var(--insur-white);
	font-weight: 700;
	line-height: 20px;
	letter-spacing: var(--insur-letter-spacing);
	margin-bottom: 30px;
}

.footer-widget-three__contact-list {
	position: relative;
	display: block;
}

.footer-widget-three__contact-list li {
	position: relative;
	display: flex;
}

.footer-widget-three__contact-list li+li {
	margin-top: 18px;
}

.footer-widget-three__contact-list li .icon {
	position: relative;
	display: block;
}

.footer-widget-three__contact-list li .icon span {
	font-size: 17px;
	color: var(--insur-base);
	position: relative;
	top: 3px;
}

.footer-widget-three__contact-list li .text {
	margin-left: 15px;
}

.footer-widget-three__contact-list li .text p {
	font-weight: 400;
	color: #83888b;
	letter-spacing: var(--insur-letter-spacing);
}

.footer-widget-three__contact-list li .text p a {
	color: #83888b;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget-three__contact-list li .text p a:hover {
	color: var(--insur-base);
}

.site-footer-three__bottom {
	position: relative;
	display: block;
	text-align: center;
}

.site-footer-three__bottom-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, .1);
	padding: 35px 0;
}

.site-footer-three__bottom-text {
	color: #83888b;
	letter-spacing: var(--insur-letter-spacing);
}

.site-footer-three__bottom-text a {
	color: #83888b;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.site-footer-three__bottom-text a:hover {
	color: var(--insur-base);
}

.site-footer-three__social {
	position: relative;
	display: flex;
	align-items: center;
}

.site-footer-three__social a {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 15px;
	color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.site-footer-three__social a:hover {
	color: var(--insur-base);
}

.site-footer-three__social a+a {
	margin-left: 25px;
}

/*--------------------------------------------------------------
# Navigations Four
--------------------------------------------------------------*/
.main-header-four {
	background: transparent;
	position: absolute;
	left: 0px;
	top: 20px;
	right: 0;
	width: 100%;
	transition: all 500ms ease;
	z-index: 999;
}

.main-menu-four__wrapper {
	position: relative;
	display: block;
	max-width: 1250px;
	width: 100%;
	margin: 0 auto 0;
}

.main-menu-four__wrapper-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main-menu-four__left {
	display: block;
	width: 20%;
	background-color: var(--insur-black);
	text-align: center;
}

.main-menu-four__logo {
	position: relative;
	display: block;
}

.main-menu-four__logo a {
	position: relative;
	display: flex;
	background-color: var(--insur-black);
	padding: 48px 0px 48px;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .07);
	align-items: center;
	justify-content: center;
}

.main-menu-four__right {
	display: block;
	width: 80%;
}

.main-menu-four__top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: var(--insur-black);
}

.main-menu-four__top-address-list {
	position: relative;
	display: flex;
	align-items: center;
}

.main-menu-four__top-address-list li {
	position: relative;
	display: flex;
	align-items: center;
}

.main-menu-four__top-address-list li+li {
	margin-left: 25px;
}

.main-menu-four__top-address-list li .icon {
	position: relative;
	display: flex;
	align-items: center;
}

.main-menu-four__top-address-list li .icon span {
	font-size: 13px;
	color: var(--insur-base);
}

.main-menu-four__top-address-list li .text {
	margin-left: 10px;
}

.main-menu-four__top-address-list li .text p {
	font-size: 13px;
	color: #83a9b8;
	line-height: 15px;
	letter-spacing: var(--insur-letter-spacing);
}

.main-menu-four__top-address-list li .text p a {
	color: #83a9b8;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu-four__top-address-list li .text p a:hover {
	color: var(--insur-base);
}

.main-menu-four__top-social-btn {
	position: relative;
	display: flex;
	align-items: center;
}

.main-menu-four__top-social {
	position: relative;
	display: flex;
	align-items: center;
}

.main-menu-four__top-social a {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 15px;
	color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu-four__top-social a:hover {
	color: var(--insur-base);
}

.main-menu-four__top-social a+a {
	margin-left: 25px;
}

.main-menu-four__btn-box {
	margin-left: 40px;
}

.main-menu-four__btn {
	font-size: 14px;
	padding: 7px 40px 7px;
}

.main-menu-four__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: #fff;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .07);
	padding: 0 40px 0;
}

.main-menu-four__main-menu-box {
	display: block;
}

.main-menu-four__call-search-cart {
	display: flex;
	align-items: center;
	padding: 23.5px 0;
}

.main-menu-four__call {
	display: flex;
	align-items: center;
}

.main-menu-four__call-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 43px;
	width: 43px;
	background-color: #e5eff2;
	border-radius: 50%;
	font-size: 15px;
	color: var(--insur-black);
	transition: all 500ms ease;
}

.main-menu-four__call-icon:hover {
	background-color: var(--insur-base);
	color: #fff;
}

.main-menu-four__call-content {
	margin-left: 10px;
	position: relative;
	top: 4px;
}

.main-menu-four__call-content p {
	font-size: 12px;
	line-height: 12px;
}

.main-menu-four__call-content a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: var(--insur-black);
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu-four__call-content a:hover {
	color: var(--insur-base);
}

.main-menu-four__search-cart-box {
	position: relative;
	display: flex;
	align-items: center;
	padding: 9.5px 0;
	margin-left: 60px;
}

.main-menu-four__search-cart-box:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -30px;
	width: 1px;
	background-color: #cedade;
}

.main-menu-four__search {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 24px;
	color: var(--insur-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu-four__search:hover {
	color: var(--insur-base);
}

.main-menu-four__cart {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 24px;
	color: var(--insur-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-left: 30px;
}

.main-menu-four__cart:hover {
	color: var(--insur-base);
}

.main-menu-four .main-menu__list>li, .stricky-header.main-menu-four .main-menu__list>li {
	padding-top: 32px;
	padding-bottom: 32px;
}

.main-menu-four .main-menu__list>li+li, .stricky-header.main-menu-four .main-menu__list>li+li {
	margin-left: 40px;
}

.main-menu-four .main-menu__list>li>a::before, .stricky-header.main-menu-four .main-menu__list>li>a::before {
	display: none;
}

.main-menu-four .main-menu__list>li>a, .stricky-header.main-menu-four .main-menu__list>li>a {
	font-size: 16px;
}

.main-menu-four .main-menu__list>li.current>a, .main-menu-four .main-menu__list>li:hover>a, .stricky-header.main-menu-four .main-menu__list>li.current>a, .stricky-header.main-menu-four .main-menu__list>li:hover>a {
	color: var(--insur-black);
	text-shadow: 1px 0 0 rgba(2, 58, 81, .8);
}

.main-menu-four .main-menu__list>li>ul, .main-menu-four .main-menu__list>li>ul>li>ul, .stricky-header.main-menu-four .main-menu__list>li>ul, .stricky-header.main-menu-four .main-menu__list>li>ul>li>ul {
	top: 100%;
}

.stricky-header.stricky-fixed.main-menu-four {
	background-color: transparent;
	box-shadow: none;
}

/*--------------------------------------------------------------
# Navigations Five
--------------------------------------------------------------*/
.main-header-five {
	background: transparent;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0;
	width: 100%;
	transition: all 500ms ease;
	z-index: 999;
}

.main-header-five__top {
	position: relative;
	display: block;
	background-color: var(--insur-black);
}

.main-header-five__top-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 17.5px 0;
}

.main-header-five__top-address {
	position: relative;
	display: block;
}

.main-header-five__top-address-list {
	position: relative;
	display: flex;
	align-items: center;
}

.main-header-five__top-address-list li {
	position: relative;
	display: flex;
	align-items: center;
}

.main-header-five__top-address-list li+li {
	margin-left: 20px;
}

.main-header-five__top-address-list li .icon {
	position: relative;
	display: flex;
	align-items: center;
}

.main-header-five__top-address-list li .icon span {
	font-size: 13px;
	color: var(--insur-base);
}

.main-header-five__top-address-list li .text {
	margin-left: 10px;
}

.main-header-five__top-address-list li .text p {
	font-size: 13px;
	color: #84898c;
	line-height: 15px;
	letter-spacing: var(--insur-letter-spacing);
}

.main-header-five__top-address-list li .text p a {
	color: #84898c;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header-five__top-address-list li .text p a:hover {
	color: var(--insur-base);
}

.main-header-five__top-social {
	position: relative;
	display: flex;
	align-items: center;
}

.main-header-five__top-social a {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 15px;
	color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header-five__top-social a:hover {
	color: var(--insur-base);
}

.main-header-five__top-social a+a {
	margin-left: 25px;
}

.main-menu-five__wrapper {
	position: relative;
	display: block;
}

.main-menu-five__wrapper-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main-menu-five__left {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.main-menu-five__logo {
	display: block;
	margin-right: 150px;
}

.main-menu-five__main-menu-box {
	display: block;
}

.main-menu-five__right {
	display: block;
}

.main-menu-five__search-get-quote-btn {
	position: relative;
	display: flex;
	align-items: center;
	padding: 30px 0;
}

.main-menu-five__search-box {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 20px;
	padding: 15px 0;
}

.main-menu-five__search-box:before {
	position: absolute;
	top: 10px;
	left: -20px;
	bottom: 10px;
	content: "";
	width: 1px;
	background-color: var(--insur-bdr-color);
}

.main-menu-five__search {
	font-size: 20px;
	color: var(--insur-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu-five__search:hover {
	color: var(--insur-base);
}

.main-menu-five__get-quote-btn {
	font-size: 12px;
	padding: 12px 40px 12px;
	text-transform: uppercase;
	letter-spacing: .1em;
	border-radius: 25px;
}

.main-menu-five .main-menu__list>li, .stricky-header.main-menu-five .main-menu__list>li {
	padding-top: 42px;
	padding-bottom: 42px;
}

.main-menu-five .main-menu__list>li+li, .stricky-header.main-menu-five .main-menu__list>li+li {
	margin-left: 50px;
}

.main-menu-five .main-menu__list>li>a, .stricky-header.main-menu-five .main-menu__list>li>a {
	font-size: 18px;
	font-weight: 400;
}

.main-menu-five .main-menu__list>li.current>a, .main-menu-five .main-menu__list>li:hover>a, .stricky-header.main-menu-five .main-menu__list>li.current>a, .stricky-header.main-menu-five .main-menu__list>li:hover>a {
	color: var(--insur-black);
	text-shadow: 1px 0 0 rgba(25, 28, 30, .8);
}

.main-menu-five .main-menu__list>li>ul, .main-menu-five .main-menu__list>li>ul>li>ul, .stricky-header.main-menu-five .main-menu__list>li>ul, .stricky-header.main-menu-five .main-menu__list>li>ul>li>ul {
	top: 100%;
}

.main-menu-five .main-menu__list>li>a::before, .stricky-header.main-menu-five .main-menu__list>li>a::before {
	display: none;
}

/*--------------------------------------------------------------
# Main Slider Four
--------------------------------------------------------------*/
.main-slider-four {
	position: relative;
	display: block;
	z-index: 91;
}

.main-slider-four .swiper-slide {
	position: relative;
	background-color: #e5eff2;
}

.main-slider-four .container {
	position: relative;
	padding-top: 302px;
	padding-bottom: 220px;
	z-index: 30;
}

.main-slider-four__img {
	position: absolute;
	bottom: 0;
	right: 0;
	mix-blend-mode: darken;
	transform: translateX(500px);
	opacity: 0;
	z-index: 2;
}

.main-slider-four__img img {
	width: auto;
}

.main-slider-four .swiper-slide-active .main-slider-four__img {
	opacity: 1;
	transform: translate(0);
	transition-delay: 2500ms;
	transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
}

.main-slider-four__shape-1 {
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: luminosity;
	opacity: .8;
	z-index: 1;
}

.main-slider-four__shape-1 img {
	width: auto;
}

.main-slider-four__shape-2 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.main-slider-four__shape-2 img {
	width: auto;
}

.main-slider-four__shadow {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 307px;
	background: #fff;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 8%, rgba(255, 255, 255, 0) 100%);
	z-index: 2;
}

.main-slider-four__content {
	position: relative;
	display: block;
}

.main-slider-four__sub-title {
	font-size: 14px;
	color: var(--insur-gray);
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 30px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	text-align: center;
	background-color: var(--insur-white);
	padding: 5px 25px 5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-120px);
	transform: translateY(-120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-four__title {
	position: relative;
	font-size: 70px;
	color: var(--insur-black);
	font-weight: 700;
	line-height: 70px;
	text-transform: uppercase;
	margin-top: 32px;
	margin-bottom: 28px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-120px);
	transform: translateY(-120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-four__title span {
	color: var(--insur-base);
}

.main-slider-four__btn-box {
	position: relative;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(120px);
	transform: translateY(120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-four .swiper-slide-active .main-slider-four__title, .main-slider-four .swiper-slide-active .main-slider-four__sub-title, .main-slider-four .swiper-slide-active .main-slider-four__btn-box {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
}

.main-slider-four__nav {
	position: absolute;
	top: 51%;
	left: 80px;
	z-index: 100;
	transform: translateY(-50%) translateX(0);
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}

.main-slider-four__nav .swiper-button-next, .main-slider-four__nav .swiper-button-prev {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	z-index: 100;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: rgba(var(--insur-black-rgb), 1);
	background-color: var(--insur-white);
	border: 0;
	border-radius: 50%;
	margin: 0;
	text-align: center;
	transition: all 500ms ease;
}

.main-slider-four__nav .swiper-button-next:hover, .main-slider-four__nav .swiper-button-prev:hover {
	color: rgba(var(--insur-white-rgb), 1);
	background-color: var(--insur-black);
}

.main-slider-four__nav .swiper-button-next::after, .main-slider-four__nav .swiper-button-prev::after {
	display: none;
}

.main-slider-four__nav .swiper-button-prev {
	margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Main Slider Five
--------------------------------------------------------------*/
.main-slider-five {
	position: relative;
	display: block;
	z-index: 91;
}

.main-slider-five .swiper-slide {
	position: relative;
	background-color: #f3f3f3;
}

.main-slider-five .container {
	position: relative;
	padding-top: 289px;
	padding-bottom: 187px;
	z-index: 30;
}

.main-slider-five__img {
	position: absolute;
	bottom: 0;
	right: -20px;
	mix-blend-mode: darken;
	transform: translateX(500px);
	opacity: 0;
	z-index: 2;
}

.main-slider-five__img img {
	width: auto;
}

.main-slider-five .swiper-slide-active .main-slider-five__img {
	opacity: 1;
	transform: translate(0);
	transition-delay: 2500ms;
	transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
}

.main-slider-five__shape-1 {
	position: absolute;
	bottom: 0;
	right: -30px;
	mix-blend-mode: darken;
	opacity: .4;
	z-index: 1;
}

.main-slider-five__shape-1 img {
	width: auto;
}

.main-slider-five__shape-2 {
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: darken;
	z-index: 1;
}

.main-slider-five__shape-2 img {
	width: auto;
}

.main-slider-five__content {
	position: relative;
	display: block;
}

.main-slider-five__title {
	position: relative;
	font-size: 80px;
	color: var(--insur-black);
	font-weight: 700;
	line-height: 80px;
	margin-bottom: 18px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-120px);
	transform: translateY(-120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-five__text {
	font-size: 16px;
	color: var(--insur-gray);
	font-weight: 400;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 30px;
	padding-bottom: 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-120px);
	transform: translateY(-120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-five__btn-box {
	position: relative;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(120px);
	transform: translateY(120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-five__btn {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 17px 50px 17px;
	border-radius: 30px;
}

.main-slider-five .swiper-slide-active .main-slider-five__title, .main-slider-five .swiper-slide-active .main-slider-five__text, .main-slider-five .swiper-slide-active .main-slider-five__btn-box {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
}

.main-slider-five__nav {
	position: absolute;
	bottom: 50px;
	left: 50px;
	z-index: 100;
	display: flex;
	align-items: center;
}

.main-slider-five__nav .swiper-button-next, .main-slider-five__nav .swiper-button-prev {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	z-index: 100;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: rgba(var(--insur-black-rgb), 1);
	background-color: var(--insur-white);
	border: 0;
	border-radius: 50%;
	margin: 0;
	text-align: center;
	transition: all 500ms ease;
}

.main-slider-five__nav .swiper-button-next:hover, .main-slider-five__nav .swiper-button-prev:hover {
	color: rgba(var(--insur-white-rgb), 1);
	background-color: var(--insur-black);
}

.main-slider-five__nav .swiper-button-next::after, .main-slider-five__nav .swiper-button-prev::after {
	display: none;
}

.main-slider-five__nav .swiper-button-prev {
	margin-right: 10px;
}

/*--------------------------------------------------------------
# Insurance Details
--------------------------------------------------------------*/
.insurance-details {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	z-index: 1;
}

.insurance-details__left {
	position: relative;
	display: block;
}

.insurance-details__services-box {
	position: relative;
	display: block;
	margin-bottom: 56px;
	background-color: var(--insur-extra);
	padding: 20px 20px 20px;
	border-radius: 10px;
}

.insurance-details__services-list {
	position: relative;
	display: block;
}

.insurance-details__services-list li {
	position: relative;
	display: block;
}

.insurance-details__services-list li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	font-weight: 700;
	background-image: -moz-linear-gradient(90deg, #f0f3f7 0%, #fff 100%);
	background-image: -webkit-linear-gradient(90deg, #f0f3f7 0%, #fff 100%);
	background-image: -ms-linear-gradient(90deg, #f0f3f7 0%, #fff 100%);
	color: var(--insur-gray);
	padding: 14px 30px 14px;
	border-radius: var(--insur-bdr-radius);
	letter-spacing: var(--insur-letter-spacing);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.insurance-details__services-list li a:hover {
	color: var(--insur-base);
	text-shadow: .5px 0 0 rgba(1, 95, 201, .8);
}

.insurance-details__services-list li.current a {
	color: var(--insur-base);
	text-shadow: .5px 0 0 rgba(1, 95, 201, .8);
}

.insurance-details__services-list li a span {
	color: var(--insur-gray);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.insurance-details__services-list li a:hover span {
	color: var(--insur-primary);
}

.insurance-details__services-list li.current a span {
	color: var(--insur-primary);
}

.insurance-details__download {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.insurance-details__download .row {
	--bs-gutter-x: 10px;
}

.insurance-details__download-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: -.04em;
	margin-bottom: 25px;
}

.insurance-details__download-single {
	position: relative;
	display: block;
	border: 1px solid var(--insur-bdr-color);
	border-radius: var(--insur-bdr-radius);
	text-align: center;
	padding: 20px 20px 20px;
	margin-bottom: 30px;
}

.insurance-details__download-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 51px;
	height: 51px;
	background-color: var(--insur-primary);
	border-radius: 50%;
	margin: 0 auto 5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.insurance-details__download-icon:hover {
	background-color: var(--insur-black);
}

.insurance-details__download-icon span {
	position: relative;
	display: inline-block;
	font-size: 24px;
	color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.insurance-details__download-icon:hover span {
	color: var(--insur-white);
}

.insurance-details__download-mb {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: .1em;
}

.insurance-details__download-title-2 {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: var(--insur-letter-spacing);
	margin-bottom: 15px;
}

.insurance-details__download-title-2 a {
	color: var(--insur-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.insurance-details__download-title-2 a:hover {
	color: var(--insur-primary);
}

.insurance-details__download-btn-box {
	position: relative;
	display: block;
}

.insurance-details__download-btn {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
	padding: 7px 20px 8px;
}

.insurance-details__need-help {
	position: relative;
	display: block;
	padding: 50px 50px 46px;
	text-align: center;
	z-index: 1;
	background-color: var(--insur-black);
	border-radius: var(--insur-bdr-radius);
}

.insurance-details__need-help-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .1;
	background-blend-mode: luminosity;
	z-index: -1;
}

.insurance-details__need-help-icon {
	height: 85px;
	width: 85px;
	background-color: var(--insur-primary);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 auto 22px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.insurance-details__need-help-icon:hover {
	background-color: var(--insur-white);
}

.insurance-details__need-help-icon span {
	font-size: 37px;
	color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.insurance-details__need-help-icon:hover span {
	color: var(--insur-black);
}

.insurance-details__need-help-title {
	font-size: 26px;
	color: var(--insur-white);
	line-height: 34px;
	font-weight: 700;
	letter-spacing: -.04em;
}

.insurance-details__need-help-contact {
	position: relative;
	display: block;
	margin-top: 30px;
}

.insurance-details__need-help-contact a {
	font-size: 16px;
	color: var(--insur-white);
	font-weight: 700;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	letter-spacing: var(--insur-letter-spacing);
}

.insurance-details__need-help-contact a:hover {
	color: var(--insur-primary);
}

.insurance-details__need-help-contact p {
	font-size: 14px;
	color: var(--insur-white);
	margin: 0;
	line-height: 18px;
	letter-spacing: var(--insur-letter-spacing);
}

.insurance-details__right {
	position: relative;
	display: block;
}

.insurance-details__img-1 {
	position: relative;
	display: block;
}

.insurance-details__img-1 img {
	width: 100%;
	border-radius: var(--insur-bdr-radius);
}

.insurance-details__age-box {
	position: relative;
	display: flex;
	align-items: center;
	padding: 16px 40px 16px;
	margin-top: 20px;
	margin-bottom: 33px;
	background-color: var(--insur-extra);
	border-radius: var(--insur-bdr-radius);
}

.insurance-details__age-title-box {
	position: relative;
	display: block;
}

.insurance-details__age-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
}

.insurance-details__age-list {
	position: relative;
	display: flex;
	align-items: center;
	top: 2px;
	margin-left: 30px;
}

.insurance-details__age-list li {
	position: relative;
	display: block;
}

.insurance-details__age-list li+li {
	margin-left: 35px;
}

.insurance-details__age-list li p {
	letter-spacing: var(--insur-letter-spacing);
}

.insurance-details__age-list li p span {
	font-weight: 700;
	color: var(--insur-base);
}

.insurance-details__text-1 {
	letter-spacing: var(--insur-letter-spacing);
}

.insurance-details__text-2 {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	color: var(--insur-black);
	letter-spacing: var(--insur-letter-spacing);
	margin-top: 31px;
	margin-bottom: 33px;
}

.insurance-details__text-3 {
	letter-spacing: var(--insur-letter-spacing);
}

.insurance-details__opportunities {
	position: relative;
	display: flex;
	margin-top: 55px;
	margin-bottom: 60px;
}

.insurance-details__opportunities-img {
	position: relative;
	display: block;
	max-width: 370px;
	width: 100%;
}

.insurance-details__opportunities-img img {
	width: 100%;
	border-radius: 20px;
}

.insurance-details__opportunities-hope {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: -moz-linear-gradient(180deg, #0ce0ff 0%, #015fc9 100%);
	background-image: -webkit-linear-gradient(180deg, #0ce0ff 0%, #015fc9 100%);
	background-image: -ms-linear-gradient(180deg, #0ce0ff 0%, #015fc9 100%);
	padding: 18px 0 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.insurance-details__opportunities-hope p {
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	letter-spacing: -.04em;
	text-align: center;
	color: var(--insur-white);
}

.insurance-details__opportunities-points-box {
	position: relative;
	display: block;
	max-width: 355px;
	width: 100%;
	margin-left: 30px;
	margin-top: -9px;
}

.insurance-details__opportunities-points-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: -.04em;
}

.insurance-details__opportunities-points-text {
	letter-spacing: var(--insur-letter-spacing);
	margin-bottom: 26px;
	margin-top: 13px;
}

.insurance-details__opportunities-list {
	position: relative;
	display: block;
}

.insurance-details__opportunities-list li {
	position: relative;
	display: flex;
	align-items: center;
}

.insurance-details__opportunities-list li+li {
	margin-top: 12px;
}

.insurance-details__opportunities-list li .icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	background-color: var(--insur-primary);
	border-radius: 50%;
}

.insurance-details__opportunities-list li .icon span {
	position: relative;
	display: inline-block;
	font-size: 9px;
	color: var(--insur-white);
}

.insurance-details__opportunities-list li .text {
	margin-left: 15px;
}

.insurance-details__opportunities-list li .text p {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 28px;
	color: var(--insur-black);
}

.insurance-details__points {
	position: relative;
	display: block;
}

.insurance-details__points li {
	position: relative;
	display: flex;
	align-items: center;
	background-color: #fff;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .1);
	border-radius: var(--insur-bdr-radius);
	padding: 26px 50px 27px;
}

.insurance-details__points li+li {
	margin-top: 10px;
}

.insurance-details__points-left {
	position: relative;
	display: flex;
	align-items: center;
	max-width: 248px;
	width: 100%;
}

.insurance-details__points-left::before {
	position: absolute;
	top: -7px;
	right: 0;
	bottom: -7px;
	width: 1px;
	content: "";
	background-color: var(--insur-bdr-color);
}

.insurance-details__points-icon {
	position: relative;
	display: inline-block;
}

.insurance-details__points-icon span {
	position: relative;
	display: inline-block;
	font-size: 44px;
	color: var(--insur-primary);
}

.insurance-details__points-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: var(--insur-letter-spacing);
	margin-left: 33px;
}

.insurance-details__points-right {
	padding-left: 40px;
}

.insurance-details__points-right p {
	letter-spacing: var(--insur-letter-spacing);
}

.insurance-details__title-1 {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: var(--insur-letter-spacing);
	margin-top: 50px;
	margin-bottom: 23px;
}

.insurance-details__text-4 {
	letter-spacing: var(--insur-letter-spacing);
}

.insurance-details__email-box {
	position: relative;
	display: flex;
	align-items: center;
	max-width: 572px;
	width: 100%;
	margin-top: 35px;
}

.insurance-details__email-input-box {
	position: relative;
	display: block;
	max-width: 353px;
	width: 100%;
}

.insurance-details__email-input-box input[type="text"] {
	height: 60px;
	width: 100%;
	background-color: var(--insur-extra);
	outline: none;
	font-size: 16px;
	border: none;
	padding-left: 40px;
	padding-right: 40px;
	color: var(--insur-gray);
	letter-spacing: var(--insur-letter-spacing);
	border-radius: var(--insur-bdr-radius);
}

.insurance-details__subscribe-btn {
	outline: none;
	border: none;
	background-color: var(--insur-base);
	margin-left: 10px;
}

/*--------------------------------------------------------------
# Sign In
--------------------------------------------------------------*/
.sign-in {
	position: relative;
	display: block;
	padding: 120px 0 90px;
	z-index: 1;
}

.sign-in__top {
	position: relative;
	display: block;
	background-color: var(--insur-extra);
	padding: 17px 30px 17px;
	border-radius: var(--insur-bdr-radius);
	margin-bottom: 50px;
}

.sign-in__top p {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: var(--insur-letter-spacing);
}

.sign-in__top p span {
	color: var(--insur-black);
}

.sign-in__top p .span-two {
	color: var(--insur-base);
}

.sign-in__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.sign-in__title {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: -.04em;
	margin-bottom: 30px;
}

.sign-in__form {
	position: relative;
	display: block;
	padding: 60px 60px 60px;
	border-radius: var(--insur-bdr-radius);
	border: 1px solid var(--insur-bdr-color);
	background-color: #fff;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .05);
}

.sign-in__form-input-box {
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.sign-in__form-input-box input[type="email"], .sign-in__form-input-box input[type="password"] {
	height: 60px;
	width: 100%;
	border: none;
	background-color: var(--insur-extra);
	padding-left: 30px;
	padding-right: 30px;
	border-radius: var(--insur-bdr-radius);
	outline: none;
	font-size: 14px;
	color: var(--insur-gray);
	display: block;
	font-weight: 500;
	letter-spacing: var(--insur-letter-spacing);
}

.sign-in__form-btn-box {
	position: relative;
	display: flex;
	align-items: center;
}

.sign-in__form-btn {
	border: none;
}

.sign-in__form .checked-box {
	position: relative;
	display: block;
	margin-top: -5px;
	margin-bottom: 15px;
}

.sign-in__form .checked-box label {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	margin-right: 0px;
	margin-bottom: 0;
	color: var(--insur-gray);
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	text-transform: none;
	cursor: pointer;
	letter-spacing: var(--insur-letter-spacing);
}

.sign-in__form .checked-box input[type="checkbox"] {
	display: none;
}

.sign-in__form .checked-box input[type="checkbox"]+label span {
	position: absolute;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	vertical-align: middle;
	background: var(--insur-white);
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	border: 1px solid #e1e5e8;
}

.sign-in__form .checked-box label span:before {
	position: absolute;
	top: 2px;
	left: 3px;
	display: block;
	border-bottom: 2px solid #e1e5e8;
	border-right: 2px solid #e1e5e8;
	content: "";
	width: 6px;
	height: 9px;
	pointer-events: none;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	opacity: 1;
}

.sign-in__form.checked-box input[type="checkbox"]:checked+label span {
	border-color: #e1e5e8;
}

.sign-in__form .checked-box input[type="checkbox"]:checked+label span:before {
	opacity: 0;
}

.sign-in__form-forgot-password {
	position: relative;
	display: block;
	margin-left: 20px;
}

.sign-in__form-forgot-password a {
	font-size: 14px;
	font-weight: 500;
	color: var(--insur-gray);
	position: relative;
	display: inline-block;
	letter-spacing: var(--insur-letter-spacing);
}

.sign-in__form-btn {
	padding: 18px 40px 16px;
}

.sign-in__form-btn:before {
	top: -93%;
}

/*--------------------------------------------------------------
# Make a claim
--------------------------------------------------------------*/
.make-a-claim {
	position: relative;
	display: block;
	padding: 120px 0 120px;
}

.make-a-claim__left {
	position: relative;
	display: block;
	margin-top: -9px;
}

.make-a-claim__title-1 {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: -.04em;
}

.make-a-claim__text-1 {
	letter-spacing: var(--insur-letter-spacing);
	margin-top: 33px;
	margin-bottom: 55px;
}

.make-a-claim__img-and-points-box {
	position: relative;
	display: block;
}

.make-a-claim__img {
	position: relative;
	display: block;
}

.make-a-claim__img img {
	width: 100%;
	border-radius: 20px;
}

.make-a-claim__points-box {
	position: relative;
	display: block;
	margin-top: -7px;
}

.make-a-claim__points-text {
	letter-spacing: var(--insur-letter-spacing);
}

.make-a-claim__points-list {
	position: relative;
	display: block;
	margin-top: 24px;
}

.make-a-claim__points-list li {
	position: relative;
	display: flex;
}

.make-a-claim__points-list li+li {
	margin-top: 30px;
}

.make-a-claim__points-list li .icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 21px;
	height: 21px;
	background-color: var(--insur-primary);
	border-radius: 50%;
	width: 100%;
	top: 8px;
}

.make-a-claim__points-list li .icon span {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: var(--insur-white);
}

.make-a-claim__points-list li .text {
	margin-left: 20px;
}

.make-a-claim__points-list li .text p {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
	color: var(--insur-black);
}

.make-a-claim__title-2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: -.04em;
	margin-top: 50px;
	margin-bottom: 13px;
}

.make-a-claim__text-2 {
	letter-spacing: var(--insur-letter-spacing);
}

.make-a-claim__procedure-box {
	position: relative;
	display: block;
	counter-reset: count;
	margin-top: 42px;
	margin-bottom: 35px;
}

.make-a-claim__procedure-shape-1 {
	position: absolute;
	top: 60px;
	left: 135px;
}

.make-a-claim__procedure-shape-1 img {
	width: auto;
}

.make-a-claim__procedure {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.make-a-claim__procedure li {
	position: relative;
	display: block;
	margin-bottom: 22px;
}

.make-a-claim__procedure-icon-box {
	position: relative;
	display: block;
	height: 150px;
	width: 150px;
	margin: 0 auto;
}

.make-a-claim__procedure-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #dfe3e7;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, .1);
	height: 148px;
	width: 148px;
	margin: 0 auto;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.make-a-claim__procedure li:hover .make-a-claim__procedure-icon {
	border: 1px solid var(--insur-base);
}

.make-a-claim__procedure-icon:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	border-radius: 50%;
	background-color: var(--insur-base);
	transform: scale(0);
	transform-origin: center;
	transform-style: preserve-3d;
	transition: all .4s cubic-bezier(.62, .21, .45, 1.52);
	z-index: -1;
}

.make-a-claim__procedure li:hover .make-a-claim__procedure-icon:before {
	transform: scaleX(1);
}

.make-a-claim__procedure-icon span {
	position: relative;
	display: inline-block;
	font-size: 60px;
	color: var(--insur-base);
	transition: all 500ms linear;
	transition-delay: .1s;
	transform: scale(1);
}

.make-a-claim__procedure li:hover .make-a-claim__procedure-icon span {
	transform: scale(.9);
	color: var(--insur-white);
}

.make-a-claim__procedure-icon-count {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color: var(--insur-primary);
	text-align: center;
	z-index: 2;
}

.make-a-claim__procedure-icon-count:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: var(--insur-white);
	font-size: 14px;
	line-height: 40px;
	font-weight: 700;
	border-radius: 50%;
	counter-increment: count;
	content: counters(count, ".", decimal-leading-zero);
	letter-spacing: var(--insur-letter-spacing);
	transition: all 200ms linear;
	transition-delay: .1s;
}

.make-a-claim__procedure li:hover .make-a-claim__procedure-icon-count:before {
	background-color: var(--insur-black);
}

.make-a-claim__procedure li:nth-child(2) .make-a-claim__procedure-icon-count {
	top: inherit;
	right: 8px;
	bottom: 0;
	left: inherit;
}

.make-a-claim__procedure-content {
	position: relative;
	display: block;
	text-align: center;
	margin-top: 10px;
}

.make-a-claim__procedure-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: var(--insur-letter-spacing);
}

.make-a-claim__right {
	position: relative;
	display: block;
}

.make-a-claim__claim-box {
	position: relative;
	display: block;
	background-color: var(--insur-extra);
	padding: 20px 20px 20px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.make-a-claim__claim-list {
	position: relative;
	display: block;
}

.make-a-claim__claim-list li {
	position: relative;
	display: block;
}

.make-a-claim__claim-list li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	font-weight: 700;
	background-image: -moz-linear-gradient(90deg, #f0f3f7 0%, #fff 100%);
	background-image: -webkit-linear-gradient(90deg, #f0f3f7 0%, #fff 100%);
	background-image: -ms-linear-gradient(90deg, #f0f3f7 0%, #fff 100%);
	color: var(--insur-gray);
	padding: 14px 30px 14px;
	border-radius: var(--insur-bdr-radius);
	letter-spacing: var(--insur-letter-spacing);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.make-a-claim__claim-list li a:hover {
	color: var(--insur-base);
	text-shadow: .5px 0 0 rgba(1, 95, 201, 80%);
}

.make-a-claim__claim-list li.current a {
	color: var(--insur-base);
	text-shadow: .5px 0 0 rgba(1, 95, 201, 80%);
}

.make-a-claim__claim-list li a span {
	color: var(--insur-gray);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.make-a-claim__claim-list li a:hover span {
	color: var(--insur-primary);
}

.make-a-claim__claim-list li.current a span {
	color: var(--insur-primary);
}

/*--------------------------------------------------------------
# Policy Proposal
--------------------------------------------------------------*/
.policy-proposal {
	position: relative;
	display: block;
	padding: 113px 0 120px;
}

.policy-proposal__inner {
	position: relative;
	display: block;
	margin-right: 200px;
}

.policy-proposal__text-1 {
	margin-bottom: 38px;
}

.policy-proposal__form {
	position: relative;
	display: block;
}

.policy-proposal__input-box {
	position: relative;
	display: block;
	margin-bottom: 16px;
}

.policy-proposal__input-title {
	font-size: 16px;
	color: var(--insur-black);
	font-weight: 700;
	line-height: 20px;
	letter-spacing: var(--insur-letter-spacing);
	margin-bottom: 5px;
}

.policy-proposal__input-box input[type="text"], .policy-proposal__input-box input[type="email"] {
	height: 60px;
	width: 100%;
	border: none;
	background-color: var(--insur-extra);
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
	font-size: 14px;
	color: var(--insur-gray);
	display: block;
	border-radius: var(--insur-bdr-radius);
	font-weight: 500;
	letter-spacing: var(--insur-letter-spacing);
}

.policy-proposal__input-box .select-box .nice-select {
	position: relative;
	height: 60px;
	outline: none;
	border-radius: var(--insur-bdr-radius);
	border: 0;
	background-color: var(--insur-extra);
	margin: 0;
	padding: 0;
	padding-left: 30px;
	padding-right: 30px;
	color: var(--insur-gray);
	font-size: 14px;
	line-height: 60px;
	font-weight: 500;
	box-shadow: none;
	letter-spacing: var(--insur-letter-spacing);
	float: none;
}

.policy-proposal__input-box .select-box .nice-select:after {
	position: absolute;
	right: 30px;
}

.policy-proposal__messages-boxes {
	position: relative;
	display: block;
	margin-top: -3px;
	margin-right: 250px;
}

.policy-proposal__message-one {
	position: relative;
	display: block;
	margin-bottom: 13px;
}

.policy-proposal__message-one-title {
	font-size: 16px;
	color: var(--insur-black);
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
	margin-bottom: 2px;
}

.policy-proposal__textarea-one {
	position: relative;
	display: block;
	height: 140px;
}

.policy-proposal__textarea-one textarea {
	font-size: 14px;
	color: var(--insur-gray);
	height: 140px;
	width: 100%;
	background-color: var(--insur-extra);
	padding: 15px 30px 30px;
	border: none;
	border-radius: var(--insur-bdr-radius);
	outline: none;
	margin-bottom: 0px;
	font-weight: 500;
}

.policy-proposal__message-two {
	position: relative;
	display: block;
	margin-bottom: 13px;
}

.policy-proposal__message-two-title {
	margin-bottom: 5px;
}

.policy-proposal__textarea-two {
	position: relative;
	display: block;
	height: 140px;
}

.policy-proposal__textarea-two textarea {
	font-size: 14px;
	color: var(--insur-gray);
	height: 140px;
	width: 100%;
	background-color: var(--insur-extra);
	padding: 15px 30px 30px;
	border: none;
	border-radius: var(--insur-bdr-radius);
	outline: none;
	margin-bottom: 0px;
	font-weight: 500;
}

.policy-proposal__message-three {
	position: relative;
	display: block;
	margin-bottom: 25px;
}

.policy-proposal__message-three-title {
	font-size: 16px;
	color: var(--insur-black);
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
	margin-bottom: 2px;
}

.policy-proposal__textarea-three {
	position: relative;
	display: block;
	height: 140px;
}

.policy-proposal__textarea-three textarea {
	font-size: 14px;
	color: var(--insur-gray);
	height: 140px;
	width: 100%;
	background-color: var(--insur-extra);
	padding: 15px 30px 30px;
	border: none;
	border-radius: var(--insur-bdr-radius);
	outline: none;
	margin-bottom: 0px;
	font-weight: 500;
}

.policy-proposal__btn {
	border: none;
}

/*--------------------------------------------------------------
# Mobile Nav Content Two
--------------------------------------------------------------*/
.mobile-nav__content--two .main-menu__list>li>a>button, .mobile-nav__content--two .main-menu__list>li>ul>li>a>button, .mobile-nav__content--two .main-menu__list>li>ul>li>ul>li>a>button {
	background-color: #2cbc63;
	color: #fff;
}

.mobile-nav__content--two .main-menu__list>li>a>button.expanded, .mobile-nav__content--two .main-menu__list>li>ul>li>a>button.expanded, .mobile-nav__content--two .main-menu__list>li>ul>li>ul>li>a>button.expanded {
	color: var(--insur-base);
}

.mobile-nav__contact--two li>i {
	background-color: var(--insur-base);
}

/*--------------------------------------------------------------
# Mobile Nav Content Three
--------------------------------------------------------------*/
.mobile-nav__content--three .main-menu__list>li>a>button, .mobile-nav__content--three .main-menu__list>li>ul>li>a>button, .mobile-nav__content--three .main-menu__list>li>ul>li>ul>li>a>button {
	background-color: var(--insur-base);
	color: #fff;
}

.mobile-nav__content--three .main-menu__list>li>a>button.expanded, .mobile-nav__content--three .main-menu__list>li>ul>li>a>button.expanded, .mobile-nav__content--three .main-menu__list>li>ul>li>ul>li>a>button.expanded {
	color: var(--insur-base);
}

.mobile-nav__contact--three li>i {
	background-color: var(--insur-base);
}

/*--------------------------------------------------------------
# Demos One
--------------------------------------------------------------*/
.demos-one {
	padding-top: 90px;
	padding-bottom: 90px;
}

@media (min-width: 1200px) {
	.demos-one {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

.demos-one .row {
	--bs-gutter-y: 30px;
}

.demos-one__single {
	background-color: #fff;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .1);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
}

.demos-one__single:hover {
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .2);
}

.demos-one__single:hover .demos-one__image img {
	opacity: .7;
}

.demos-one__single:hover .demos-one__buttons {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.demos-one__image {
	overflow: hidden;
	position: relative;
	background-color: var(--layerdrops-landing-primary, #101a2c);
}

.demos-one__image img {
	width: 100%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.demos-one__buttons {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	-webkit-transform: translateY(10%);
	transform: translateY(10%);
	-webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, transform 500ms ease;
	transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}

.demos-one__buttons .thm-btn {
	line-height: 1;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 14.5px;
	padding-bottom: 14.5px;
	font-size: 14px;
}

.demos-one__buttons .thm-btn+.thm-btn {
	margin-left: 15px;
}

.demos-one__text {
	text-align: center;
	padding-top: 35px;
	padding-bottom: 35px;
}

.demos-one__text h3 {
	font-size: 20px;
	margin: 0;
	font-weight: bold;
	color: var(--layerdrops-landing-black, #000);
}

.demos-one__text h3 a {
	color: inherit;
}

.demos-one__new {
	position: absolute;
	top: 0;
	left: -6px;
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	background-color: var(--insur-base);
	line-height: 1em;
	padding: 3.5px 5.5px;
	display: inline-block;
	z-index: 10;
}

.demos-one__new::after {
	content: "";
	width: 8px;
	height: 6px;
	background-color: var(--insur-base);
	position: absolute;
	top: 100%;
	left: 0;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}

/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/
.main-menu-seven__main-menu-box .main-menu__list>.megamenu-clickable>ul, .main-menu-six__main-menu-box .main-menu__list>.megamenu-clickable>ul, .main-menu-five__main-menu-box .main-menu__list>.megamenu-clickable>ul, .main-menu-four__main-menu-box .main-menu__list>.megamenu-clickable>ul, .main-menu-three__main-menu-box .main-menu__list>.megamenu-clickable>ul, .main-menu-two__main-menu-box .main-menu__list>.megamenu-clickable>ul, .main-menu__wrapper .main-menu__list>.megamenu-clickable>ul, .mobile-nav__content .main-menu__list>li.megamenu-clickable>ul {
	position: fixed;
	top: 0 !important;
	left: 0 !important;
	width: 100vw;
	height: 100vh;
	visibility: visible;
	visibility: hidden;
	overflow-y: scroll;
	overflow-y: scroll;
	opacity: 0;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	transition: transform .7s ease, opacity .7s ease, visibility .7s ease;
	z-index: 999999;
	-ms-overflow-style: none;
	scrollbar-width: none;
	padding: 0;
	background-color: #fff;
	display: block !important;
	margin: 0;
}

.main-menu__list>li.megamenu-clickable>ul::-webkit-scrollbar {
	display: none;
}

.mobile-nav__content .main-menu__list>li.megamenu-clickable>ul.megamenu-clickable--active, .main-menu__list>li.megamenu-clickable>ul.megamenu-clickable--active {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
	visibility: visible;
	transition: transform .7s ease, opacity .7s ease, visibility .7s ease;
}

body.megamenu-popup-active {
	overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
	bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
	overflow: unset;
}

.mobile-nav__content .demos-one .container {
	padding-left: 15px;
	padding-right: 15px;
}

.megamenu-popup {
	position: relative;
}

.megamenu-popup .megamenu-clickable--close a {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	display: block;
}

@media (min-width: 768px) {
	.megamenu-popup .megamenu-clickable--close a {
		top: 50px;
		right: 50px;
		width: 35px;
		height: 35px;
	}
}

.megamenu-popup .megamenu-clickable--close a::before, .megamenu-popup .megamenu-clickable--close a::after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	background-color: var(--insur-black);
}

.megamenu-popup .megamenu-clickable--close a::before {
	width: 2px;
	height: 100%;
}

.is-new-menu>a {
	position: relative;
}

.is-new-menu>a>span {
	position: absolute;
	bottom: 100%;
	left: -50%;
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	background-color: var(--insur-base);
	line-height: 1em;
	padding: 3.5px 5.5px;
	display: inline-block;
}

.is-new-menu>a>span::after {
	content: "";
	width: 8px;
	height: 6px;
	background-color: var(--insur-base);
	position: absolute;
	top: 100%;
	right: 0;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}

ul li ul .is-new-menu>a>span {
	left: 6%;
	bottom: 70%;
}

ul li ul .is-new-menu>a>span::after {
	right: auto;
	left: 0;
}

/*--------------------------------------------------------------
# Insur Update 17-06-2023
--------------------------------------------------------------*/

/* Thm Btn Three */
.thm-btn-three span {
	position: relative;
	top: 2px;
	margin-left: 9px;
	font-size: 16px;
}

.thm-btn-three:hover {
	color: var(--insur-white);
}

.thm-btn-three:before {
	position: absolute;
	content: "";
	background-color: var(--insur-black);
	width: 120%;
	height: 0;
	padding-bottom: 120%;
	top: -110%;
	left: -10%;
	border-radius: 50%;
	transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
	z-index: -1;
}

.thm-btn-three:hover::before {
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	transition: transform .4s cubic-bezier(.1, 0, .3, 1);
}

.thm-btn-three:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: var(--insur-black);
	transform: translate3d(0, -100%, 0);
	transition: transform .4s cubic-bezier(.1, 0, .3, 1);
	z-index: -1;
}

.thm-btn-three:hover::after {
	transform: translate3d(0, 0, 0);
	transition-duration: .05s;
	transition-delay: .4s;
	transition-timing-function: linear;
}

/* Thm Btn Four */
.thm-btn-four {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	appearance: none;
	outline: none !important;
	background-color: var(--insur-primary);
	color: var(--insur-white);
	font-size: 16px;
	font-weight: 500;
	padding: 18px 35px 16px;
	transition: all .5s linear;
	overflow: hidden;
	z-index: 1;
}

.thm-btn-four span {
	position: relative;
	margin-left: 9px;
	font-size: 15px;
}

.thm-btn-four:hover {
	color: var(--insur-white);
}

.thm-btn-four:before {
	position: absolute;
	content: "";
	background-color: var(--insur-black);
	width: 120%;
	height: 0;
	padding-bottom: 120%;
	top: -110%;
	left: -10%;
	border-radius: 50%;
	transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
	z-index: -1;
}

.thm-btn-four:hover::before {
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	transition: transform .4s cubic-bezier(.1, 0, .3, 1);
}

.thm-btn-four:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: var(--insur-black);
	transform: translate3d(0, -100%, 0);
	transition: transform .4s cubic-bezier(.1, 0, .3, 1);
	z-index: -1;
}

.thm-btn-four:hover::after {
	transform: translate3d(0, 0, 0);
	transition-duration: .05s;
	transition-delay: .4s;
	transition-timing-function: linear;
}

/* Section Title Four */
.section-title-four {
	position: relative;
	display: block;
	margin-bottom: 70px;
	z-index: 1;
}

.section-title-four__tagline {
	position: relative;
	display: inline-block;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #fff;
	background-color: var(--insur-black);
	padding: 7px 18px 7px;
	padding-right: 15px;
}

.section-title-four__tagline::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 6px;
	background-color: var(--insur-base);
}

.section-title-four__title {
	font-weight: 700;
	font-size: 42px;
	line-height: 53px;
	text-transform: capitalize;
	margin-top: 29px;
}

/* Section Title Five */
.section-title-five {
	position: relative;
	display: block;
	margin-top: -5px;
	margin-bottom: 49px;
	z-index: 1;
}

.section-title-five__tagline {
	position: relative;
	display: inline-block;
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	color: var(--insur-primary);
}

.section-title-five__title {
	font-weight: 700;
	font-size: 45px;
	line-height: 52px;
	margin-top: 15px;
}

/*--------------------------------------------------------------
# Feature Six
--------------------------------------------------------------*/
.feature-six {
	position: relative;
	display: block;
	padding: 120px 0 90px;
	z-index: 1;
}

.feature-six__single {
	position: relative;
	display: block;
	background-color: #fff;
	box-shadow: 0px 0px 30px rgba(23, 70, 90, .1);
	margin-bottom: 30px;
}

.feature-six__single-inner {
	position: relative;
	display: block;
	padding: 28px 30px 25px;
	padding-right: 50px;
	overflow: hidden;
	z-index: 1;
}

.feature-six__shape-1 {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	background-position: center left;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	transform-origin: left;
	transform-style: preserve-3d;
	transform: scaleY(1);
	z-index: -1;
}

.feature-six__single:hover .feature-six__shape-1 {
	transform: scaleY(0);
}

.feature-six__shape-2 {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	background-position: center left;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	transform-origin: left;
	transform-style: preserve-3d;
	transform: scaleY(0);
	z-index: -1;
}

.feature-six__single:hover .feature-six__shape-2 {
	transform: scaleY(1);
}

.feature-six__shape-1 img {
	width: auto;
}

.feature-six__icon {
	position: relative;
	display: inline-block;
}

.feature-six__icon span {
	position: relative;
	display: inline-block;
	font-size: 58px;
	color: var(--insur-base);
	transition: all 500ms linear;
	transition-delay: .1s;
	transform: scale(1);
}

.feature-six__single:hover .feature-six__icon span {
	transform: scale(.9);
	color: var(--insur-white);
}

.feature-six__title {
	font-weight: 600;
	font-size: 29px;
	line-height: 37px;
	margin-top: 13px;
	margin-bottom: 13px;
}

.feature-six__title a {
	color: var(--insur-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.feature-six__text {
	font-weight: 400;
	font-size: 15px;
	line-height: 28px;
}

/*--------------------------------------------------------------
# About Seven
--------------------------------------------------------------*/
.about-seven {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	background-color: var(--insur-primary);
	z-index: 1;
}

.about-seven__shape-4 {
	position: absolute;
	bottom: 190px;
	left: 115px;
	width: 27px;
	height: 27px;
	border: 3px solid var(--insur-base);
	border-radius: 50%;
}

.about-seven__shape-5 {
	position: absolute;
	top: 104px;
	right: 68px;
	width: 27px;
	height: 27px;
	border: 3px solid var(--insur-base);
	border-radius: 50%;
}

.about-seven__shape-6 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.about-seven__shape-6 img {
	width: auto;
}

.about-seven__shape-7 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.about-seven__shape-7 img {
	width: auto;
}

.about-seven__left {
	position: relative;
	display: block;
	margin-left: 111px;
	margin-right: -20px;
}

.about-seven__img-box {
	position: relative;
	display: block;
}

.about-seven__img {
	position: relative;
	display: block;
	z-index: 1;
}

.about-seven__img img {
	width: 100%;
}

.about-seven__experience {
	position: absolute;
	bottom: 0;
	left: -111px;
	background-color: var(--insur-base);
	max-width: 230px;
	width: 100%;
	padding: 26px 42px 42px;
	z-index: 2;
}

.about-seven__experience-count-box {
	position: relative;
	display: flex;
	align-items: center;
}

.about-seven__experience-count-box h3 {
	font-weight: 800;
	font-size: 55px;
	line-height: 55px !important;
	text-transform: uppercase;
	font-family: var(--insur-font) !important;
	color: var(--insur-white);
}

.about-seven__experience-plus {
	font-size: 31px;
	line-height: 31px !important;
	text-transform: uppercase;
	font-family: var(--insur-font) !important;
	color: var(--insur-white);
	top: 6px;
	position: relative;
}

.about-seven__experience-text {
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	color: var(--insur-white);
	margin-top: 10px;
	margin-bottom: 11px;
}

.about-seven__shape-1 {
	position: relative;
	display: block;
}

.about-seven__shape-1 img {
	width: auto;
}

.about-seven__shape-2 {
	position: absolute;
	top: -69px;
	left: -69px;
	opacity: .2;
	z-index: -1;
}

.about-seven__shape-2 img {
	width: auto;
}

.about-seven__right {
	position: relative;
	display: block;
	margin-left: 67px;
}

.about-seven__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 29px;
	color: #8e9095;
}

.about-seven .section-title-four {
	margin-bottom: 21px;
}

.about-seven__right-bottom {
	position: relative;
	display: flex;
	align-items: center;
}

.about-seven__right-bottom-left {
	position: relative;
	display: block;
}

.about-seven__points {
	position: relative;
	display: block;
	margin-bottom: 18px;
	margin-top: 24px;
}

.about-seven__points li {
	position: relative;
	display: flex;
	align-items: center;
}

.about-seven__points li+li {
	margin-top: 5px;
}

.about-seven__points li .icon {
	position: relative;
	display: inline-block;
}

.about-seven__points li .icon span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border: 2px solid var(--insur-base);
	border-radius: 50%;
	font-size: 9px;
	font-weight: 900;
	color: var(--insur-base);
}

.about-seven__points li .text {
	margin-left: 10px;
}

.about-seven__points li .text p {
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
	font-family: var(--insur-font-two);
	color: #121212;
}

.about-seven__contact {
	position: relative;
	display: flex;
	align-items: center;
}

.about-seven__contact .icon {
	position: relative;
	display: block;
}

.about-seven__contact .icon img {
	width: auto;
}

.about-seven__contact .content {
	position: relative;
	display: block;
	margin-left: 8px;
}

.about-seven__contact .content>p {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #8e9095;
}

.about-seven__contact .content>h3 {
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	margin-top: 10px;
}

.about-seven__contact .content>h3>a {
	color: #023a51;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.about-seven__contact .content>h3>a:hover {
	color: var(--insur-base);
}

.about-seven__btn-box {
	position: relative;
	display: block;
	margin-top: 25px;
}

.about-seven__right-counter {
	position: relative;
	display: block;
	margin-left: 90px;
	background-color: #f1f2f4;
	max-width: 190px;
	width: 100%;
}

.about-seven__right-counter-list {
	position: relative;
	display: block;
	padding: 25px 26px 26px;
}

.about-seven__right-counter-list li {
	position: relative;
	display: block;
	border-bottom: 1px solid #8e9095;
}

.about-seven__right-counter-list li+li {
	margin-top: 28px;
}

.about-seven__right-counter-list li:last-child {
	border-bottom: 0;
}

.about-seven__count-box {
	position: relative;
	display: flex;
	align-items: center;
}

.about-seven__count {
	position: relative;
	display: block;
}

.about-seven__count .count-text {
	font-weight: 700;
	font-size: 30px;
	line-height: 38px;
	color: var(--insur-base);
}

.about-seven__count-plus {
	font-weight: 700;
	font-size: 30px;
	line-height: 38px;
	color: var(--insur-base);
}

.about-seven__right-counter-list li p {
	font-weight: 500;
	font-size: 16px;
	line-height: 27px;
	color: var(--insur-black);
	padding-bottom: 30px;
}

.about-seven__right-counter-list li:last-child p {
	padding-bottom: 0;
}

.about-seven__shape-3 {
	position: absolute;
	bottom: 12px;
	left: -68px;
	width: 27px;
	height: 27px;
	border: 3px solid var(--insur-base);
	border-radius: 50%;
}

/*--------------------------------------------------------------
# Services six
--------------------------------------------------------------*/
.services-six {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	z-index: 1;
}

.services-six .section-title-four {
	margin-bottom: 80px;
}

.services-six__bottom {
	position: relative;
	display: block;
}

.services-six__carousel {
	position: relative;
	display: block;
}

.services-six__single {
	position: relative;
	display: block;
	background-color: var(--insur-primary);
	padding: 41px 30px 41px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	overflow: hidden;
	z-index: 1;
}

.services-six__shape-1 {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: .05;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-six__single:hover .services-six__shape-1 {
	opacity: 1;
}

.services-six__shape-1 img {
	width: auto;
}

.services-six__single:hover {
	background-color: #01cde6;
}

.services-six__icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	background-color: var(--insur-base);
	border-radius: 50%;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-six__single:hover .services-six__icon {
	background-color: var(--insur-white);
}

.services-six__icon span {
	position: relative;
	display: inline-block;
	font-size: 42px;
	color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-six__single:hover .services-six__icon span {
	color: var(--insur-base);
}

.services-six__icon-shape-1 {
	position: absolute;
	bottom: -7px;
	left: 11px;
	width: 25px;
	height: 25px;
	background-color: var(--insur-black);
	border-radius: 50%;
}

.services-six__icon-shape-2 {
	position: absolute;
	top: -7px;
	right: 9px;
	width: 25px;
	height: 25px;
	background-color: var(--insur-black);
	border-radius: 50%;
}

.services-six__title {
	font-weight: 700;
	font-size: 22px;
	line-height: 29px;
	text-transform: uppercase;
	margin-top: 23px;
	margin-bottom: 23px;
}

.services-six__title a {
	color: var(--insur-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-six__single:hover .services-six__title a {
	color: var(--insur-white);
}

.services-six__text {
	font-weight: 400;
	font-size: 15px;
	line-height: 28px;
	color: var(--insur-gray);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-six__single:hover .services-six__text {
	color: var(--insur-white);
}

.services-six__btn-box {
	position: relative;
	display: block;
	margin-top: 21px;
}

.services-six__btn {
	background-color: var(--insur-black);
	font-size: 15px;
	font-weight: 400;
	padding: 12px 30px 10px;
}

.services-six__btn:hover {
	color: var(--insur-black);
}

.services-six__btn span {
	font-size: 15px;
}

.services-six__btn:before {
	background-color: var(--insur-white);
}

.services-six__btn:after {
	background-color: var(--insur-white);
}

.services-six__carousel.owl-theme .owl-nav {
	position: relative;
	display: block;
	margin: 60px 0 0;
}

.services-six__carousel.owl-theme .owl-nav .owl-next {
	height: 62px;
	width: 62px;
	line-height: 62px;
	border-radius: 0;
	color: var(--insur-black);
	background-color: var(--insur-primary);
	font-size: 16px;
	margin: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.services-six__carousel.owl-theme .owl-nav .owl-prev {
	height: 62px;
	width: 62px;
	line-height: 62px;
	border-radius: 0;
	color: var(--insur-black);
	background-color: var(--insur-primary);
	font-size: 16px;
	margin: 0;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
	display: inline-block;
}

.services-six__carousel.owl-theme .owl-nav .owl-next span, .services-six__carousel.owl-theme .owl-nav .owl-prev span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.services-six__carousel.owl-theme .owl-nav .owl-next {
	margin-left: 18px;
}

.services-six__carousel.owl-theme .owl-nav .owl-next::before {
	content: "";
	position: absolute;
	top: 21px;
	left: 50%;
	bottom: 21px;
	width: 2px;
	background-color: #e0e5f7;
	transform: translateX(-50%);
}

.services-six__carousel.owl-theme .owl-nav .owl-prev {
	margin-right: 18px;
}

.services-six__carousel.owl-theme .owl-nav .owl-next:hover, .services-six__carousel.owl-theme .owl-nav .owl-prev:hover {
	background-color: var(--insur-base);
	color: var(--insur-black);
}

/*--------------------------------------------------------------
# Counter Three
--------------------------------------------------------------*/
.counter-three {
	position: relative;
	display: block;
	background-color: var(--insur-black);
	z-index: 1;
}

.counter-three__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .02;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.counter-three__inner {
	position: relative;
	display: block;
	padding: 58px 0 35px;
}

.counter-three__count-box {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.counter-three__count-box li {
	position: relative;
	display: block;
	margin-bottom: 22px;
}

.counter-three__icon {
	position: relative;
	display: inline-block;
}

.counter-three__icon span {
	position: relative;
	display: inline-block;
	font-size: 58px;
	color: var(--insur-white);
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.counter-three__count-box li:hover .counter-three__icon span {
	transform: scale(.9);
}

.counter-three__count {
	position: relative;
	display: block;
	margin-top: 28px;
	margin-bottom: 7px;
}

.counter-three__count h3 {
	font-weight: 700;
	font-size: 48px;
	line-height: 48px;
	color: var(--insur-white);
}

.counter-three__text {
	font-weight: 500;
	font-size: 19px;
	line-height: 29px;
	color: var(--insur-white);
}

.counter-three__shape-1 {
	position: absolute;
	top: 50%;
	right: -160px;
	transform: translateY(-50%);
}

.counter-three__shape-1 img {
	width: auto;
}

.counter-three__count-box li:last-child .counter-three__shape-1 {
	display: none;
}

/*--------------------------------------------------------------
# Testimonial Six
--------------------------------------------------------------*/
.testimonial-six {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	z-index: 1;
}

.testimonial-six .container {
	overflow: hidden;
}

.testimonial-six .section-title-four {
	margin-bottom: 129px;
}

.testimonial-six__bottom {
	position: relative;
	display: block;
}

.testimonial-six__carousel {
	position: relative;
	display: block;
	max-width: 416px;
	width: 100%;
	margin: 0 auto;
}

.testimonial-six__carousel.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.testimonial-six__single {
	position: relative;
	display: block;
	background-color: var(--insur-primary);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.testimonial-six__carousel.owl-carousel .owl-stage-outer .owl-item.active .testimonial-six__single {
	transform: translateY(-60px);
}

.testimonial-six__single:hover {
	background-color: var(--insur-black);
}

.testimonial-six__carousel.owl-carousel .owl-stage-outer .owl-item.active .testimonial-six__single {
	background-color: var(--insur-black);
}

.testimonial-six__single-top {
	position: relative;
	display: block;
	padding: 30px 30px 0;
}

.testimonial-six__ratting {
	position: relative;
	display: flex;
	align-items: center;
}

.testimonial-six__ratting span {
	position: relative;
	display: inline-block;
	font-size: 19px;
	color: #ffba08;
}

.testimonial-six__ratting span+span {
	margin-left: 7px;
}

.testimonial-six__text {
	line-height: 29px;
	margin-top: 39px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.testimonial-six__single:hover .testimonial-six__text {
	color: var(--insur-white);
}

.testimonial-six__carousel.owl-carousel .owl-stage-outer .owl-item.active .testimonial-six__text {
	color: var(--insur-white);
}

.testimonial-six__client-info-box {
	position: relative;
	display: flex;
	align-items: center;
	border-top: 1px solid #e3e3e3;
	margin-top: 50px;
	padding: 38px 30px 28px;
}

.testimonial-six__client-img {
	position: relative;
	display: block;
	border-radius: 50%;
}

.testimonial-six__client-img img {
	width: auto;
	border-radius: 50%;
}

.testimonial-six__client-info {
	position: relative;
	display: block;
	margin-left: 20px;
}

.testimonial-six__client-info h3 {
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.testimonial-six__single:hover .testimonial-six__client-info h3 {
	color: var(--insur-white);
}

.testimonial-six__carousel.owl-carousel .owl-stage-outer .owl-item.active .testimonial-six__client-info h3 {
	color: var(--insur-white);
}

.testimonial-six__client-info p {
	color: var(--insur-base);
	margin-top: 1px;
}

.testimonial-six__quote-icon {
	position: absolute;
	top: -24px;
	right: 38px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--insur-base);
	border-radius: 50%;
}

.testimonial-six__quote-icon img {
	width: auto !important;
}

.testimonial-six__carousel.owl-theme .owl-nav {
	position: relative;
	display: block;
	margin: 60px 0 0;
}

.testimonial-six__carousel.owl-theme .owl-nav .owl-next {
	height: 62px;
	width: 62px;
	line-height: 62px;
	border-radius: 0;
	color: var(--insur-white);
	background-color: var(--insur-black);
	font-size: 16px;
	margin: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.testimonial-six__carousel.owl-theme .owl-nav .owl-prev {
	height: 62px;
	width: 62px;
	line-height: 62px;
	border-radius: 0;
	color: var(--insur-white);
	background-color: var(--insur-black);
	font-size: 16px;
	margin: 0;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
	display: inline-block;
}

.testimonial-six__carousel.owl-theme .owl-nav .owl-next span, .testimonial-six__carousel.owl-theme .owl-nav .owl-prev span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-six__carousel.owl-theme .owl-nav .owl-next {
	margin-left: 10px;
}

.testimonial-six__carousel.owl-theme .owl-nav .owl-prev {
	margin-right: 10px;
}

.testimonial-six__carousel.owl-theme .owl-nav .owl-next:hover, .testimonial-six__carousel.owl-theme .owl-nav .owl-prev:hover {
	background-color: var(--insur-base);
	color: var(--insur-white);
}

/*--------------------------------------------------------------
# Team Five
--------------------------------------------------------------*/
.team-five {
	position: relative;
	display: block;
	padding: 0 0 90px;
	z-index: 1;
}

.team-five__bg-box {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 534px;
	background-color: var(--insur-base);
	z-index: -1;
}

.team-five__bg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.team-five__single {
	position: relative;
	display: block;
	padding: 30px 27px 0;
	margin-bottom: 30px;
}

.team-five__single-bg-color {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 165px;
	background-color: var(--insur-primary);
}

.team-five__content {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 30px;
}

.team-five__name {
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
}

.team-five__name a {
	color: var(--insur-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-five__name a:hover {
	color: var(--insur-base);
}

.team-five__sub-title {
	font-size: 12px;
	line-height: 30px;
	color: var(--insur-base);
	text-transform: uppercase;
	margin-top: 3px;
}

.team-five__img-box {
	position: relative;
	display: block;
}

.team-five__img {
	position: relative;
	display: block;
	overflow: hidden;
}

.team-five__img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(196, 196, 196, 0) 41.15%, #023a51 100%);
	background-position: bottom left;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.team-five__single:hover .team-five__img::before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.team-five__img img {
	width: 100%;
}

.team-five__social {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: right left;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
	z-index: 2;
}

.team-five__single:hover .team-five__social {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.team-five__social a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: var(--insur-white);
	font-size: 16px;
	color: var(--insur-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-five__social a:hover {
	background-color: var(--insur-base);
	color: var(--insur-white);
}

.team-five__social a+a {
	margin-left: 10px;
}

/*--------------------------------------------------------------
# Why Choose Five
--------------------------------------------------------------*/
.why-choose-five {
	position: relative;
	display: block;
	padding: 150px 0 150px;
	z-index: 1;
}

.why-choose-five__left {
	position: relative;
	display: block;
	margin-right: 16px;
}

.why-choose-five__img-box {
	position: relative;
	display: block;
	z-index: 1;
}

.why-choose-five__img {
	position: relative;
	display: block;
}

.why-choose-five__img img {
	width: 100%;
}

.why-choose-five__shape-1 {
	position: absolute;
	top: -30px;
	left: -30px;
	z-index: -1;
}

.why-choose-five__shape-1 img {
	width: auto;
}

.why-choose-five__shape-2 {
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: -1;
}

.why-choose-five__shape-2 img {
	width: auto;
}

.why-choose-five__shape-3 {
	position: absolute;
	bottom: -30px;
	right: -36px;
	z-index: -1;
}

.why-choose-five__shape-3 img {
	width: auto;
}

.why-choose-five__shape-4 {
	position: absolute;
	bottom: -10px;
	right: -13px;
	z-index: -1;
}

.why-choose-five__shape-4 img {
	width: auto;
}

.why-choose-five__right {
	position: relative;
	display: block;
	margin-left: 70px;
}

.why-choose-five__right .section-title-four {
	margin-bottom: 30px;
}

.why-choose-five__points-list {
	position: relative;
	display: block;
}

.why-choose-five__points-list li {
	position: relative;
	display: flex;
	align-items: center;
	background-color: var(--insur-primary);
	padding: 25px 22px 25px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.why-choose-five__points-list li:hover {
	background-color: var(--insur-base);
}

.why-choose-five__points-list li+li {
	margin-top: 30px;
}

.why-choose-five__points-list li .icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: var(--insur-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.why-choose-five__points-list li:hover .icon {
	background-color: var(--insur-white);
}

.why-choose-five__points-list li .icon span {
	position: relative;
	display: inline-block;
	font-size: 45px;
	color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.why-choose-five__points-list li:hover .icon span {
	color: var(--insur-base);
}

.why-choose-five__points-list li .content {
	position: relative;
	display: block;
	margin-left: 20px;
}

.why-choose-five__points-list li .content h3 {
	color: var(--insur-black);
	font-size: 22px;
	font-weight: 700;
	line-height: 29px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.why-choose-five__points-list li:hover .content h3 {
	color: var(--insur-white);
}

.why-choose-five__points-list li .content p {
	position: relative;
	margin-top: 2px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.why-choose-five__points-list li:hover .content p {
	color: var(--insur-white);
}

/*--------------------------------------------------------------
# Get Insuracne Three
--------------------------------------------------------------*/
.get-insuracne-three {
	position: relative;
	display: block;
	padding: 120px 0 120px;
	background-color: var(--insur-primary);
	z-index: 1;
}

.get-insuracne-three__shape-1 {
	position: absolute;
	top: 0;
	right: 0;
	opacity: .03;
	z-index: -1;
}

.get-insuracne-three__shape-1 img {
	width: auto;
}

.get-insuracne-three__bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 69%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.get-insuracne-three__left {
	position: relative;
	display: block;
	margin-left: 270px;
	margin-top: 260px;
}

.get-insuracne-three__video-link {
	position: relative;
	display: block;
}

.get-insuracne-three__video-icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 26px;
	color: var(--insur-base);
	background-color: var(--insur-white);
	border-radius: 50%;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	z-index: 1;
}

.get-insuracne-three__video-icon:hover {
	background-color: var(--insur-base);
	color: var(--insur-white);
}

.get-insuracne-three__video-icon:before {
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	content: "";
	border-radius: 50%;
	border: 10px solid rgba(var(--insur-white-rgb), .6);
	z-index: -1;
}

.get-insuracne-three__video-link .ripple, .get-insuracne-three__video-icon .ripple:before, .get-insuracne-three__video-icon .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 120px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-box-shadow: 0 0 0 0 rgba(var(--insur-white-rgb), .6);
	-o-box-shadow: 0 0 0 0 rgba(var(--insur-white-rgb), .6);
	-webkit-box-shadow: 0 0 0 0 rgba(var(--insur-white-rgb), .6);
	box-shadow: 0 0 0 0 rgba(var(--insur-white-rgb), .6);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
	border-radius: 50%;
}

.get-insuracne-three__video-icon .ripple:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.get-insuracne-three__video-icon .ripple:after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

.get-insuracne-three__right {
	position: relative;
	display: block;
	background-color: var(--insur-black);
	padding: 58px 66px 58px;
	margin-left: 72px;
	z-index: 1;
}

.get-insuracne-three__right-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.get-insuracne-three__right .section-title-four {
	margin-bottom: 30px;
}

.get-insuracne-three__right .section-title-four__tagline {
	color: var(--insur-black);
	background-color: var(--insur-white);
}

.get-insuracne-three__right .section-title-four__title {
	color: var(--insur-white);
	text-transform: uppercase;
	margin-top: 21px;
}

.get-insuracne-three__tab {
	position: relative;
	display: block;
}

.get-insuracne-three__tab-box {
	position: relative;
	display: block;
	z-index: 2;
}

.get-insuracne-three__inner {
	position: relative;
	display: block;
}

.get-insuracne-three__tab-top {
	position: relative;
	display: block;
}

.get-insuracne-three__tab-box .tab-buttons {
	position: relative;
	display: flex;
	align-items: center;
}

.get-insuracne-three__tab-box .tab-buttons .tab-btn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
}

.get-insuracne-three__tab-box .tab-buttons .tab-btn+.tab-btn {
	margin-left: 20px;
}

.get-insuracne-three__tab-btn-content {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 7px 7px 1px;
	background-color: transparent;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.get-insuracne-three__tab-box .tab-buttons .tab-btn.active-btn .get-insuracne-three__tab-btn-content {
	background-color: var(--insur-base);
}

.get-insuracne-three__tab-icon {
	position: relative;
	display: inline-block;
}

.get-insuracne-three__tab-icon span {
	position: relative;
	display: inline-block;
	color: var(--insur-base);
	font-size: 30px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.get-insuracne-three__tab-box .tab-buttons .tab-btn.active-btn .get-insuracne-three__tab-icon span {
	color: var(--insur-white);
}

.get-insuracne-three__tab-text-box {
	margin-left: 11px;
}

.get-insuracne-three__tab-text {
	font-size: 16px;
	color: var(--insur-white);
	font-weight: 400;
	line-height: 16px;
}

.get-insuracne-three__tab-box .tabs-content {
	position: relative;
	display: block;
}

.get-insuracne-three__tab-box .tabs-content .tab {
	position: relative;
	display: none;
	-webkit-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
	z-index: 10;
}

.get-insuracne-three__tab-box .tabs-content .tab.active-tab {
	display: block;
	margin-top: 0px;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.get-insuracne-three__tab-bottom {
	position: relative;
	display: block;
	margin-top: 20px;
}

.get-insuracne-three__content {
	position: relative;
	display: block;
}

.get-insuracne-three__form {
	position: relative;
	display: block;
}

.get-insuracne-three__content-box {
	position: relative;
	display: block;
}

.get-insuracne-three__input-box {
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.get-insuracne-three__input-box input[type="text"], .get-insuracne-three__input-box input[type="email"] {
	height: 60px;
	width: 100%;
	border: 0;
	background-color: var(--insur-white);
	outline: none;
	font-size: 16px;
	color: var(--insur-gray);
	font-weight: 400;
	padding: 0 30px 0;
}

.get-insuracne-three__input-box .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	position: relative;
	display: block;
	width: 100% !important;
}

.get-insuracne-three__input-box .bootstrap-select>.dropdown-toggle::after {
	display: none;
}

.get-insuracne-three__input-box .bootstrap-select>.dropdown-toggle {
	position: relative;
	height: 60px;
	outline: none !important;
	border: 0;
	background-color: var(--insur-white) !important;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	padding-right: 30px;
	color: var(--insur-gray) !important;
	font-size: 16px;
	line-height: 60px;
	font-weight: 400;
	box-shadow: none !important;
	background-repeat: no-repeat;
	background-size: 14px 12px;
	background-position: right 25.75px center;
	border-radius: 0;
}

.get-insuracne-three__input-box .bootstrap-select>.dropdown-toggle:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	font-family: "Font Awesome 5 Free";
	content: "";
	font-weight: 900;
	font-size: 14px;
	color: var(--insur-gray);
}

.get-insuracne-three__input-box .bootstrap-select .dropdown-menu {
	border-radius: 0;
}

.get-insuracne-three__input-box .bootstrap-select .dropdown-menu>li.selected>a {
	background: var(--insur-white);
	color: var(--insur-base);
}

.get-insuracne-three__progress {
	position: relative;
	display: block;
	width: 100%;
	margin-top: 13px;
	margin-bottom: 30px;
}

.get-insuracne-three__progress-single {
	position: relative;
	display: block;
}

.get-insuracne-three__progress-title {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 3px;
	font-weight: 500;
	color: var(--insur-white);
}

.get-insuracne-three__progress .bar {
	position: relative;
	width: 100%;
	height: 8px;
	border-radius: 6px;
	background-color: var(--insur-white);
	border: 0;
}

.get-insuracne-three__progress .bar-inner {
	position: relative;
	display: block;
	width: 0px;
	height: 8px;
	border-radius: 6px;
	background-color: var(--insur-base);
	-webkit-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	transition: all 1500ms ease;
}

.get-insuracne-three__progress .count-text {
	position: absolute;
	right: -24px;
	bottom: 11px;
	font-size: 16px;
	font-weight: 500;
	color: var(--insur-white);
}

.get-insuracne-three__content-bottom {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.get-insuracne-three__btn {
	border: none;
	padding: 19px 40px 17px;
}

.get-insuracne-three__btn:hover {
	color: var(--insur-base);
}

.get-insuracne-three__btn::before {
	background-color: var(--insur-white);
}

.get-insuracne-three__btn::after {
	background-color: var(--insur-white);
}

/*--------------------------------------------------------------
# News Six
--------------------------------------------------------------*/
.news-six {
	position: relative;
	display: block;
	padding: 120px 0 90px;
	z-index: 1;
}

.news-six .section-title-four {
	margin-bottom: 80px;
}

.news-six__single {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.news-six__img-box {
	position: relative;
	display: block;
}

.news-six__img {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}

.news-six__img:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(var(--insur-black-rgb), .5);
	-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-70%);
	transform: translateY(-70%);
	z-index: 1;
}

.news-six__single:hover .news-six__img:before {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}

.news-six__img img {
	width: 100%;
	transition: all 500ms ease;
}

.news-six__single:hover .news-six__img img {
	transform: scale(1.05);
}

.news-six__date {
	position: absolute;
	bottom: -45px;
	left: 45px;
	background-color: var(--insur-black);
	text-align: center;
	width: 90px;
	padding: 10px 0 14px;
	z-index: 2;
}

.news-six__date p {
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
	color: var(--insur-white);
	position: relative;
}

.news-six__date span {
	font-size: 12px;
	font-weight: 600;
	line-height: 12px;
	text-transform: uppercase;
	color: var(--insur-white);
	letter-spacing: .2em;
	top: -4px;
	position: relative;
}

.news-six__content {
	position: relative;
	display: block;
	background-color: var(--insur-primary);
	padding: 76px 40px 40px;
}

.news-six__shape-1 {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: .1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-six__single:hover .news-six__shape-1 {
	opacity: 100;
}

.news-six__shape-1 img {
	width: auto;
}

.news-six__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 35px;
	text-transform: capitalize;
}

.news-six__title a {
	color: #0d1c37;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.news-six__title a:hover {
	color: var(--insur-base);
}

.news-six__text {
	color: #6a6d7a;
	font-size: 16px;
	line-height: 29px;
	margin-top: 13px;
	margin-bottom: 24px;
}

.news-six__btn-box {
	position: relative;
	display: block;
}

.news-six__btn {
	background-color: #dee4e6;
	color: var(--insur-black);
	font-size: 15px;
	padding: 12px 26px 10px;
}

.news-six__btn::before {
	background-color: var(--insur-base);
}

.news-six__btn::after {
	background-color: var(--insur-base);
}

/*--------------------------------------------------------------
# CTA Five
--------------------------------------------------------------*/
.cta-five {
	position: relative;
	display: block;
	background-color: var(--insur-base);
	overflow: hidden;
	z-index: 1;
}

.cta-five__shape-1 {
	position: absolute;
	left: 390px;
	bottom: 63px;
	width: 559px;
	height: 559px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .15);
}

.cta-five__shape-2 {
	position: absolute;
	top: 115px;
	right: -125px;
	width: 559px;
	height: 559px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .15);
}

.cta-five__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 72px 0 66px;
}

.cta-five__title {
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--insur-white);
}

.cta-five__subscribe-box {
	position: relative;
	display: block;
	max-width: 586px;
	width: 100%;
}

.cta-five__email-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cta-five__email-input-box {
	position: relative;
	display: block;
	max-width: 375px;
	width: 100%;
}

.cta-five__email-input-box input[type="email"] {
	height: 62px;
	width: 100%;
	background-color: var(--insur-white);
	outline: none;
	font-size: 16px;
	border: none;
	padding-left: 35px;
	padding-right: 35px;
	color: #8e9095;
}

.cta-five__subscribe-btn {
	border: none;
	padding: 19px 38px 17px;
	text-transform: uppercase;
	background-color: var(--insur-black);
	font-family: var(--insur-font);
}

.cta-five__subscribe-btn:hover {
	color: var(--insur-base);
}

.cta-five__subscribe-btn::before {
	background-color: var(--insur-white);
}

.cta-five__subscribe-btn::after {
	background-color: var(--insur-white);
}

.cta-six__subscribe-btn {
	padding: 19px 32px 17px;
	background-color: #023a51;
}

/*--------------------------------------------------------------
# Site Footer Four
--------------------------------------------------------------*/
.site-footer-four {
	position: relative;
	display: block;
	background-color: var(--insur-black);
	z-index: 1;
}

.site-footer-four__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .2;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.site-footer-four__top {
	position: relative;
	display: block;
	padding: 100px 0 93px;
}

.footer-widget-four__logo {
	position: relative;
	display: inline-block;
	margin-bottom: 33px;
	margin-top: -8px;
}

.footer-widget-four__about {
	position: relative;
	display: block;
}

.footer-widget-four__about-text-box {
	position: relative;
	display: block;
}

.footer-widget__about-text {
	color: var(--insur-white);
	line-height: 30px;
	font-size: 16px;
}

.site-footer-four__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 22px;
}

.site-footer-four__social a {
	position: relative;
	height: 48px;
	width: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--insur-black);
	font-size: 15px;
	border-radius: 50%;
	overflow: hidden;
	background-color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.site-footer-four__social a:hover {
	color: var(--insur-white);
	background-color: var(--insur-base);
}

.site-footer-four__social a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: var(--insur-base);
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: all;
	transition-property: all;
	opacity: 1;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	z-index: -1;
}

.site-footer-four__social a:hover:after {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.site-footer-four__social a+a {
	margin-left: 15px;
}

.footer-widget-four__services {
	margin-left: 60px;
	margin-right: -20px;
}

.footer-widget-four__title {
	font-size: 23px;
	font-weight: 700;
	line-height: 33px;
	color: var(--insur-white);
	margin-bottom: 26px;
}

.footer-widget-four__services-list {
	position: relative;
	display: block;
	padding-left: 26px;
	padding-top: 38px;
}

.footer-widget-four__services-list::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 5px;
	background-color: var(--insur-base);
}

.footer-widget-four__services-list::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 5px;
	background-color: var(--insur-white);
}

.footer-widget-four__services-list li {
	position: relative;
	display: block;
}

.footer-widget-four__services-list li::before {
	content: "";
	position: absolute;
	top: 14px;
	left: -26px;
	width: 5px;
	height: 2px;
	background-color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget-four__services-list li:hover::before {
	background-color: var(--insur-base);
}

.footer-widget-four__services-list li+li {
	margin-top: 13px;
}

.footer-widget-four__services-list li a {
	color: var(--insur-white);
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget-four__services-list li:hover:hover a {
	color: var(--insur-base);
}

.footer-widget-four__contact {
	position: relative;
	display: block;
	margin-left: 66px;
}

.footer-widget-four__contact .footer-widget-four__title {
	margin-bottom: 37px;
}

.footer-widget-four__contact-list {
	position: relative;
	display: block;
}

.footer-widget-four__contact-list li {
	position: relative;
	display: flex;
	align-items: center;
}

.footer-widget-four__contact-list li+li {
	margin-top: 30px;
}

.footer-widget-four__contact-list li .icon {
	position: relative;
	display: inline-block;
}

.footer-widget-four__contact-list li .icon span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	background-color: var(--insur-base);
	border-radius: 50%;
	font-size: 23px;
	color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget-four__contact-list li .icon:hover span {
	background-color: var(--insur-white);
	color: var(--insur-base);
}

.footer-widget-four__contact-list li .content {
	margin-left: 30px;
}

.footer-widget-four__contact-list li .content p {
	color: #01cde6;
	font-size: 15px;
	font-weight: 500;
}

.footer-widget-four__contact-list li .content h3 {
	font-size: 25px;
	font-weight: 700;
	margin-top: 10px;
}

.footer-widget-four__contact-list li .content h3 a {
	color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget-four__contact-list li .content h3 a:hover {
	color: var(--insur-base);
}

.footer-widget-four__news {
	position: relative;
	display: block;
}

.footer-widget-four__news .footer-widget-four__title {
	margin-bottom: 40px;
}

.footer-widget-four__news-list {
	position: relative;
	display: block;
}

.footer-widget-four__news-list li {
	position: relative;
	display: flex;
	align-items: center;
}

.footer-widget-four__news-img {
	position: relative;
	display: block;
	max-width: 80px;
	width: 100%;
}

.footer-widget-four__news-img img {
	width: 100%;
}

.footer-widget-four__news-list li .content {
	position: relative;
	display: block;
	margin-left: 16px;
}

.footer-widget-four__news-list li+li {
	margin-top: 18px;
}

.footer-widget-four__news-list li .content h3 {
	font-size: 17px;
	font-weight: 500;
	line-height: 26px;
}

.footer-widget-four__news-list li .content h3 a {
	color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget-four__news-list li .content h3 a:hover {
	color: var(--insur-base);
}

.footer-widget-four__news-list li .content p {
	font-size: 14px;
	margin-top: 4px;
}

.footer-widget-four__news-list li .content p span {
	font-size: 15px;
	color: var(--insur-base);
	margin-right: 10px;
	position: relative;
	top: 2px;
}

.site-footer-four__bottom {
	position: relative;
	display: block;
}

.site-footer-four__bottom-inner {
	position: relative;
	display: block;
	text-align: center;
	border-top: 1px solid rgba(var(--insur-white-rgb), .1);
	padding: 34px 0;
}

.site-footer-four__bottom-text {
	color: var(--insur-white);
	font-size: 14px;
}

.site-footer-four__bottom-text a {
	color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.site-footer-four__bottom-text a:hover {
	color: var(--insur-base);
}

/*--------------------------------------------------------------
# Home Seven Css
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Reg Insurance
--------------------------------------------------------------*/
.reg-insurance {
	position: relative;
	display: block;
	background-color: var(--insur-black);
	padding: 89px 0px 100px;
	overflow: hidden;
	z-index: 1;
}

.reg-insurance__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}

.reg-insurance__shape-1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}

.reg-insurance__shape-2 {
	position: absolute;
	top: 0;
	right: -30px;
	z-index: -1;
}

.reg-insurance__shape-2 img {
	width: auto;
}

.reg-insurance__inner {
	position: relative;
	display: block;
	text-align: center;
}

.reg-insurance__title {
	font-size: 45px;
	color: var(--insur-white);
	font-weight: 700;
	line-height: 55px;
	margin-bottom: 14px;
}

.reg-insurance__text {
	font-size: 18px;
	font-weight: 500;
	color: var(--insur-white);
	line-height: 26px;
}

.reg-insurance__btn-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 33px;
}

.reg-insurance__btn-two {
	background-color: var(--insur-base);
	margin-left: 10px;
}

/*--------------------------------------------------------------
# Services Seven
--------------------------------------------------------------*/
.services-seven {
	position: relative;
	display: block;
	padding: 120px 0 84px;
}

.services-seven__single {
	position: relative;
	display: block;
	border: 1px dashed var(--insur-base);
	padding: 37px 40px 39px;
	background-color: #f6f6f6;
	overflow: hidden;
	margin-bottom: 36px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 1;
}

.services-seven__single:hover {
	border: 1px solid transparent;
}

.services-seven__title {
	font-size: 26px;
	font-weight: 700;
	line-height: 26px;
	position: relative;
	display: block;
	z-index: 2;
}

.services-seven__title a {
	color: var(--insur-black);
}

.services-seven__text {
	margin-top: 20px;
	margin-bottom: 22px;
	font-family: var(--insur-font-three);
	font-size: 15px;
	line-height: 28px;
	position: relative;
	display: block;
	z-index: 2;
}

.services-seven__btn {
	font-size: 15px;
	font-weight: 400;
	padding: 12px 30px 10px;
	font-family: var(--insur-font-three);
}

.services-seven__img {
	position: absolute;
	bottom: -2px;
	right: -4px;
	z-index: 1;
}

.services-seven__img img {
	width: auto;
}

.services-seven__hover-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--insur-black);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	transform-origin: top;
	transform-style: preserve-3d;
	transform: scaleY(0);
	z-index: 2;
}

.services-seven__single:hover .services-seven__hover-box {
	transform: scaleY(1);
}

.services-seven__hover-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: .2;
	z-index: -1;
}

.services-seven__hover-title {
	font-size: 26px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 26px;
}

.services-seven__hover-title a {
	color: var(--insur-white);
}

.services-seven__btn-two {
	font-size: 15px;
	font-weight: 400;
	padding: 12px 30px 10px;
	background-color: var(--insur-white);
	color: var(--insur-primary);
	font-family: var(--insur-font-three);
}

/*--------------------------------------------------------------
# Team Six
--------------------------------------------------------------*/
.team-six {
	position: relative;
	display: block;
	z-index: 2;
}

.team-six__single {
	position: relative;
	display: block;
	margin-bottom: 36px;
}

.team-six__img-box {
	position: relative;
	display: block;
	padding: 0 58px 0;
	z-index: 1;
}

.team-six__img-box:before {
	content: "";
	position: absolute;
	top: 175px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--insur-base);
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	z-index: -1;
}

.team-six__img {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	z-index: 1;
}

.team-six__img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(var(--insur-black-rgb), .5);
	border-radius: 5px;
	width: 0%;
	transform: translateY(100%);
	transition: all 500ms ease;
	z-index: 1;
}

.team-six__single:hover .team-six__img:before {
	transform: translateY(0);
	width: 100%;
}

.team-six__img img {
	width: 100%;
	border-radius: 5px;
}

.team-six__social {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: .9s;
	-o-transition: .9s;
	transition: .9s;
	transform: perspective(400px) scaleY(0);
	transform-origin: bottom;
	z-index: 2;
}

.team-six__single:hover .team-six__social {
	transform: perspective(400px) scaleY(1);
}

.team-six__social a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	width: 48px;
	background-color: var(--insur-white);
	border-radius: 50%;
	font-size: 15px;
	color: var(--insur-primary);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-six__social a+a {
	margin-left: 15px;
}

.team-six__social a:hover {
	background-color: var(--insur-primary);
	color: var(--insur-white);
}

.team-six__content {
	position: relative;
	display: block;
	background-color: var(--insur-base);
	text-align: center;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 28px 58px 22px;
	z-index: 1;
}

.team-six__name {
	font-size: 22px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 8px;
}

.team-six__name a {
	color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-six__name a:hover {
	color: var(--insur-primary);
}

.team-six__sub-title {
	font-size: 14px;
	color: var(--insur-white);
	text-transform: uppercase;
}

.team-six__shape-1 {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: .05;
	z-index: -1;
}

.team-six__shape-1 img {
	width: auto;
}

/*--------------------------------------------------------------
# Counter Four
--------------------------------------------------------------*/
.counter-four {
	position: relative;
	display: block;
	background-color: #f6f6f6;
	padding: 395px 0 78px;
	margin-top: -305px;
	z-index: 1;
}

.counter-four__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.counter-four__inner {
	position: relative;
	display: block;
}

.counter-four__count-box {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.counter-four__count-box li {
	position: relative;
	display: block;
	margin-bottom: 22px;
}

.counter-four__icon {
	position: relative;
	display: inline-block;
}

.counter-four__icon span {
	position: relative;
	display: inline-block;
	font-size: 58px;
	color: var(--insur-black);
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.counter-four__count-box li:hover .counter-four__icon span {
	transform: scale(.9);
}

.counter-four__count {
	position: relative;
	display: block;
	margin-top: 28px;
	margin-bottom: 7px;
}

.counter-four__count h3 {
	font-weight: 700;
	font-size: 48px;
	line-height: 48px;
	color: var(--insur-black);
	font-family: var(--insur-font-three);
}

.counter-four__text {
	font-weight: 500;
	font-size: 19px;
	line-height: 29px;
	color: var(--insur-black);
	font-family: var(--insur-font-three);
}

.counter-four__shape-1 {
	position: absolute;
	top: 50%;
	right: -160px;
	transform: translateY(-50%);
}

.counter-four__shape-1 img {
	width: auto;
}

.counter-four__count-box li:last-child .counter-four__shape-1 {
	display: none;
}

/*--------------------------------------------------------------
# Why Choose Six
--------------------------------------------------------------*/
.why-choose-six {
	position: relative;
	display: block;
	padding: 120px 0 90px;
	z-index: 1;
}

.why-choose-six__top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 49px;
}

.why-choose-six__top .section-title-five {
	margin-bottom: 0;
}

.why-choose-six__btn-box {
	position: relative;
	display: block;
}

.why-choose-six__single {
	position: relative;
	display: block;
	background-color: var(--insur-base);
	padding: 60px 45px 51px;
	margin-bottom: 30px;
	z-index: 1;
}

.why-choose-six__single-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition-delay: .1s;
	transition-timing-function: ease-in-out;
	transition-duration: .5s;
	transition-property: all;
	transform-origin: top;
	transform-style: preserve-3d;
	transform: scaleY(0);
	z-index: -1;
}

.why-choose-six__single-bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(var(--insur-black-rgb), .7);
	z-index: -1;
}

.why-choose-six__single:hover .why-choose-six__single-bg {
	transform: scaleY(1);
}

.why-choose-six__content {
	position: relative;
	display: block;
	text-align: center;
}

.why-choose-six__icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	width: 80px;
	background-color: var(--insur-white);
	border-radius: 50%;
	font-size: 45px;
	color: var(--insur-base);
	margin: 0 auto 22px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.why-choose-six__icon:hover {
	background-color: var(--insur-primary);
	color: var(--insur-white);
}

.why-choose-six__title {
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
	font-family: var(--insur-font-three);
	margin-bottom: 14px;
}

.why-choose-six__title a {
	color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.why-choose-six__title a:hover {
	color: var(--insur-primary);
}

.why-choose-six__text {
	font-size: 17px;
	line-height: 30px;
	color: var(--insur-white);
	font-family: var(--insur-font-three);
}

/*--------------------------------------------------------------
# Testimonial Seven
--------------------------------------------------------------*/
.testimonial-seven {
	position: relative;
	display: block;
	background-color: #f6f6f6;
	z-index: 1;
}

.testimonial-seven__sec-img {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: .1;
	z-index: -1;
}

.testimonial-seven__sec-img img {
	width: auto;
}

.testimonial-seven__left {
	position: relative;
	display: block;
	margin-top: 75px;
	margin-right: 105px;
}

.testimonial-seven__title {
	position: relative;
	display: block;
	text-align: center;
	font-size: 42px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 42px;
	margin-bottom: 53px;
}

.testimonial-seven__carousel-outer {
	position: relative;
	display: block;
	background-color: var(--insur-white);
	border-radius: 5px;
	text-align: center;
	padding: 40px 50px 48px;
	z-index: 1;
}

.testimonial-seven__carousel {
	position: relative;
	display: block;
}

.testimonial-seven__carousel.owl-theme .owl-nav {
	position: absolute;
	bottom: -140px;
	left: 0;
	right: 0;
}

.testimonial-seven__carousel.owl-theme .owl-nav .owl-next {
	height: 62px;
	width: 62px;
	line-height: 62px;
	border-radius: 50%;
	color: var(--insur-white);
	background-color: var(--insur-primary);
	font-size: 16px;
	margin: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.testimonial-seven__carousel.owl-theme .owl-nav .owl-prev {
	height: 62px;
	width: 62px;
	line-height: 62px;
	border-radius: 50%;
	color: var(--insur-white);
	background-color: var(--insur-primary);
	font-size: 16px;
	margin: 0;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
	display: inline-block;
}

.testimonial-seven__carousel.owl-theme .owl-nav .owl-next span, .testimonial-seven__carousel.owl-theme .owl-nav .owl-prev span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-seven__carousel.owl-theme .owl-nav .owl-next {
	margin-left: 18px;
}

.testimonial-seven__carousel.owl-theme .owl-nav .owl-next::before {
	content: "";
	position: absolute;
	top: 21px;
	left: 50%;
	bottom: 21px;
	width: 2px;
	background-color: #181818;
	transform: translateX(-50%);
}

.testimonial-seven__carousel.owl-theme .owl-nav .owl-prev {
	margin-right: 18px;
}

.testimonial-seven__carousel.owl-theme .owl-nav .owl-next:hover, .testimonial-seven__carousel.owl-theme .owl-nav .owl-prev:hover {
	background-color: var(--insur-base);
	color: var(--insur-white);
}

.testimonial-seven__single {
	position: relative;
	display: block;
	z-index: 1;
}

.testimonial-seven__quote {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: -1;
}

.testimonial-seven__quote img {
	width: auto !important;
}

.testimonial-seven__text {
	font-size: 20px;
	font-weight: 700;
	color: var(--insur-black);
	line-height: 37px;
}

.testimonial-seven__client {
	position: relative;
	display: block;
	margin-top: 30px;
}

.testimonial-seven__client-name {
	font-size: 25px;
	line-height: 25px;
	font-weight: 700;
	margin-bottom: 15px;
}

.testimonial-seven__client-sub-title {
	font-size: 13px;
	font-weight: 500;
	color: var(--insur-primary);
	text-transform: uppercase;
	line-height: 13px;
}

.testimonial-seven__right {
	position: relative;
	display: block;
	margin-left: -36px;
}

.testimonial-seven__right-content {
	position: relative;
	display: block;
	background-color: var(--insur-black);
	padding: 59px 80px 60px;
	z-index: 1;
}

.testimonial-seven__shape-1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}

.testimonial-seven__title-box {
	position: relative;
	display: block;
	margin-bottom: 53px;
}

.testimonial-seven__sub-title {
	font-size: 18px;
	color: var(--insur-primary);
	text-transform: uppercase;
	font-weight: 500;
	line-height: 18px;
	margin-bottom: 22px;
}

.testimonial-seven__title-two {
	font-size: 42px;
	color: var(--insur-white);
	font-weight: 700;
	line-height: 42px;
}

.testimonial-seven__main-tab-box {
	position: relative;
	display: block;
}

.testimonial-seven__main-tab-box .tab-buttons {
	position: absolute;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	top: 0;
	left: -110px;
}

.testimonial-seven__main-tab-box .tab-buttons .tab-btn {
	position: relative;
	display: inline-block;
}

.testimonial-seven__main-tab-box .tab-buttons .tab-btn+.tab-btn {
	margin-top: 20px;
}

.testimonial-seven__main-tab-box .tab-buttons .tab-btn .icon-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background-color: var(--insur-base);
	cursor: pointer;
	z-index: 1;
}

.testimonial-seven__main-tab-box .tab-buttons .tab-btn .icon-box:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	content: "";
	border-radius: 50%;
	background-color: var(--insur-primary);
	transform: scale(0);
	transform-style: preserve-3d;
	transition: all .4s cubic-bezier(.62, .21, .45, 1.52);
	z-index: -1;
}

.testimonial-seven__main-tab-box .tab-buttons .tab-btn:hover .icon-box:after, .testimonial-seven__main-tab-box .tab-buttons .tab-btn.active-btn .icon-box:after {
	transform: scale(1);
}

.testimonial-seven__main-tab-box .tab-buttons .tab-btn .icon-box span {
	position: relative;
	display: inline-block;
	font-size: 25px;
	color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.testimonial-seven__main-tab-box .tab-buttons .tab-btn:hover .icon-box span, .testimonial-seven__main-tab-box .tab-buttons .tab-btn.active-btn .icon-box span {
	color: var(--insur-white);
}

.testimonial-seven__main-tab-box .tabs-content {
	position: relative;
	display: block;
}

.testimonial-seven__main-tab-box .tabs-content .tab {
	position: relative;
	display: none;
	-webkit-transform: translateY(35px);
	-ms-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	z-index: 10;
}

.testimonial-seven__main-tab-box .tabs-content .tab.active-tab {
	display: block;
	margin-top: 0px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.testimonial-seven__content {
	position: relative;
	display: block;
}

.testimonial-seven__form {
	position: relative;
	display: block;
}

.testimonial-seven__content-box {
	position: relative;
	display: block;
}

.testimonial-seven__input-box {
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.testimonial-seven__input-box input[type="text"], .testimonial-seven__input-box input[type="email"] {
	height: 60px;
	width: 100%;
	border: 0;
	background-color: var(--insur-white);
	outline: none;
	font-size: 16px;
	color: var(--insur-gray);
	font-weight: 400;
	padding: 0 30px 0;
}

.testimonial-seven__input-box .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	position: relative;
	display: block;
	width: 100% !important;
}

.testimonial-seven__input-box .bootstrap-select>.dropdown-toggle::after {
	display: none;
}

.testimonial-seven__input-box .bootstrap-select>.dropdown-toggle {
	position: relative;
	height: 60px;
	outline: none !important;
	border-radius: 0;
	border: 0;
	background-color: var(--insur-white) !important;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	padding-right: 30px;
	color: var(--insur-gray) !important;
	font-size: 16px;
	line-height: 60px;
	font-weight: 400;
	box-shadow: none !important;
	background-repeat: no-repeat;
	background-size: 14px 12px;
	background-position: right 25.75px center;
}

.testimonial-seven__input-box .bootstrap-select>.dropdown-toggle:before {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	font-family: "Font Awesome 5 Free";
	content: "";
	font-weight: 900;
	font-size: 14px;
	color: var(--insur-gray);
}

.testimonial-seven__input-box .bootstrap-select .dropdown-menu>li.selected>a {
	background: var(--insur-black);
}

.testimonial-seven__input-box .bootstrap-select .dropdown-menu>li>a:hover {
	background: var(--insur-white);
	color: var(--insur-base);
	cursor: pointer;
}

.testimonial-seven__input-box .bootstrap-select .dropdown-menu {
	border-radius: 0;
}

.testimonial-seven__progress {
	position: relative;
	display: block;
	padding-top: 4px;
}

.testimonial-seven__progress-title {
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 2px;
	color: var(--insur-white);
}

.testimonial-seven__progress .bar {
	position: relative;
	width: 100%;
	height: 8px;
	background-color: #fff;
	border-radius: 4px;
}

.testimonial-seven__progress .bar-inner {
	position: relative;
	display: block;
	width: 0px;
	height: 8px;
	border-radius: 4px;
	background-color: var(--insur-base);
	-webkit-transition: all 1500ms ease;
	-ms-transition: all 1500ms ease;
	-o-transition: all 1500ms ease;
	-moz-transition: all 1500ms ease;
	transition: all 1500ms ease;
}

.testimonial-seven__progress .count-text {
	position: absolute;
	right: 0px;
	bottom: 11px;
	color: var(--insur-white);
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.testimonial-seven__progress .bar-inner.counted .count-text {
	opacity: 1;
}

.testimonial-seven__progress .bar.marb-0 {
	margin-bottom: 0;
}

.testimonial-seven__content-bottom {
	position: relative;
	display: block;
	margin-top: 30px;
}

.testimonial-seven__btn {
	border: none;
	padding: 18px 45px 16px;
	font-family: var(--insur-font-three);
}

.testimonial-seven__btn:before {
	background-color: var(--insur-primary);
}

.testimonial-seven__btn:after {
	background-color: var(--insur-primary);
}

/*--------------------------------------------------------------
# Process Two
--------------------------------------------------------------*/
.process-two {
	position: relative;
	display: block;
	counter-reset: count;
	padding: 120px 0 90px;
	z-index: 1;
}

.process-two .section-title-five {
	margin-bottom: 69px;
}

.process-two__inner {
	position: relative;
	display: block;
}

.process-two__list {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.process-two__list li {
	position: relative;
	display: block;
}

.process-two__list li::before {
	content: "";
	position: absolute;
	top: 28px;
	right: -82px;
	bottom: 54px;
	width: 1px;
	background-color: rgba(117, 126, 130, .5);
}

.process-two__list li:last-child:before {
	display: none;
}

.process-two__single {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 22px;
}

.process-two__arrow {
	position: absolute;
	top: 130px;
	right: -100px;
}

.process-two__arrow i {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 17px;
	color: rgba(117, 126, 130, .5);
	border: 1px solid rgba(117, 126, 130, .5);
	background-color: var(--insur-white);
}

.process-two__img-border {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 270px;
	height: 270px;
	border: 1px solid var(--insur-primary);
	border-radius: 50%;
	margin: 0 auto;
}

.process-two__img {
	position: relative;
	display: block;
	width: 230px;
	border-radius: 50%;
	overflow: hidden;
}

.process-two__img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	background-color: rgba(var(--insur-black-rgb), .7);
	transform: scale(1);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.process-two__single:hover .process-two__img::before {
	transform: scale(0);
}

.process-two__img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	background-color: rgba(var(--insur-base-rgb), .7);
	transform: scale(0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.process-two__single:hover .process-two__img::after {
	transform: scale(1);
}

.process-two__img img {
	width: 100%;
	border-radius: 50%;
}

.process-two__count {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.process-two__count:before {
	position: absolute;
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
	counter-increment: count;
	content: "0" counter(count);
	color: transparent;
	-webkit-text-stroke: 1px var(--insur-white);
}

.process-two__title {
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 18px;
}

.process-two__text {
	color: rgba(117, 126, 130, .5);
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
}

.process-two__btn {
	position: relative;
	display: inline-block;
	margin-top: 26px;
}

.process-two__btn a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	text-transform: capitalize;
	color: var(--insur-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.process-two__btn a:hover {
	color: var(--insur-primary);
}

.process-two__btn a span {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: var(--insur-primary);
	margin-right: 10px;
}

/*--------------------------------------------------------------
# Cta Six
--------------------------------------------------------------*/
.cta-six .cta-five__shape-1 {
	background: rgba(255, 255, 255, .05);
}

.cta-six .cta-five__shape-2 {
	background: rgba(255, 255, 255, .05);
}

.cta-six .cta-five__subscribe-btn {
	padding: 19px 32px 17px;
	background-color: #023a51;
}

/*--------------------------------------------------------------
# Navigations Six
--------------------------------------------------------------*/
.main-header-six {
	position: relative;
	display: block;
	width: 100%;
	transition: all 500ms ease;
	z-index: 999;
}

.main-header-six__top {
	position: relative;
	display: block;
	background-color: var(--insur-black);
}

.main-header-six__top-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0px 200px 0px;
	padding-left: 640px;
	z-index: 1;
}

.main-header-six__top-shape-1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: .05;
	z-index: -1;
}

.main-header-six__top-address {
	position: relative;
	display: block;
	padding: 15px 0;
}

.main-header-six__top-address-list {
	position: relative;
	display: flex;
	align-items: center;
}

.main-header-six__top-address-list li {
	position: relative;
	display: flex;
	align-items: center;
}

.main-header-six__top-address-list li:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -40px;
	width: 1px;
	background-color: rgba(var(--insur-white-rgb), .2);
}

.main-header-six__top-address-list li:first-child:before {
	display: none;
}

.main-header-six__top-address-list li+li {
	margin-left: 80px;
}

.main-header-six__top-address-list li .icon {
	position: relative;
	display: flex;
	align-items: center;
}

.main-header-six__top-address-list li .icon span {
	font-size: 20px;
	color: var(--insur-base);
}

.main-header-six__top-address-list li .text {
	margin-left: 15px;
}

.main-header-six__top-address-list li .text p {
	font-size: 15px;
	color: var(--insur-white);
	line-height: 15px;
	font-weight: 500;
}

.main-header-six__top-address-list li .text p a {
	color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header-six__top-address-list li .text p a:hover {
	color: var(--insur-base);
}

.main-header-six__top-right {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background-color: rgba(var(--insur-white-rgb), .2);
	padding: 12px 30px;
	padding-right: 50px;
}

.main-header-six__top-right:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	width: 5px;
	background-color: var(--insur-black);
}

.language-switcher {
	position: relative;
	display: flex;
	align-items: center;
}

.language-switcher .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 90px;
}

.language-switcher .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) span img {
	margin-right: 10px;
}

.language-switcher .bootstrap-select .dropdown-menu {
	min-width: 120px;
	border-radius: 0;
}

.language-switcher .bootstrap-select .dropdown-menu>li>a {
	padding: 7px 10px;
	font-size: 14px;
}

.language-switcher .bootstrap-select .dropdown-menu>li.selected>a {
	background: var(--insur-primary);
	color: #00cde5;
}

.language-switcher .bootstrap-select>.dropdown-toggle {
	color: var(--insur-white);
	font-size: 15px;
	font-weight: 500;
	border: 0;
	padding: 0;
	line-height: 0;
	border-radius: 0;
	background-color: transparent;
}

.language-switcher .bootstrap-select>.dropdown-toggle::after {
	color: var(--insur-white);
	font-size: 12px;
	margin: 0;
	border: none;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.main-header-six__top-social {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 40px;
}

.main-header-six__top-social:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
	width: 1px;
	background-color: rgba(18, 18, 18, .5);
}

.main-header-six__top-social a {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 15px;
	color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header-six__top-social a:hover {
	color: var(--insur-base);
}

.main-header-six__top-social a+a {
	margin-left: 15px;
}

.main-menu-six__wrapper {
	position: relative;
	display: block;
}

.main-menu-six__wrapper-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 640px;
	padding-right: 200px;
}

.main-menu-six__left {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.main-menu-six__logo-box {
	position: absolute;
	top: -50px;
	left: 200px;
	bottom: 0;
	padding-right: 140px;
	background-color: var(--insur-base);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.main-menu-six__logo {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	padding-right: 140px;
	background-color: var(--insur-base);
	display: flex;
	align-items: center;
	justify-content: center;
	clip-path: polygon(0 0, 78% 0, 100% 100%, 0% 100%);
	z-index: 1;
}

.main-menu-six__logo-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: -10000000px;
	right: -140px;
	bottom: 0;
	background-color: var(--insur-base);
	z-index: -1;
}

.main-menu-six__main-menu-box {
	display: block;
}

.main-menu-six__right {
	display: block;
}

.main-menu-six__search-user-get-quote-btn {
	position: relative;
	display: flex;
	align-items: center;
	padding: 19px 0;
}

.main-menu-six__search-box {
	position: relative;
	display: flex;
	align-items: center;
}

.main-menu-six__search {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 20px;
	color: var(--insur-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu-six__search:hover {
	color: var(--insur-base);
}

.main-menu-six__user {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 35px;
	margin-right: 35px;
}

.main-menu-six__user a {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 20px;
	color: var(--insur-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu-six__user a:hover {
	color: var(--insur-base);
}

.main-menu-six__get-quote-btn {
	text-transform: uppercase;
}

.main-menu-six__get-quote-btn span {
	top: 0;
}

.stricky-header .main-menu-six__logo-box {
	top: 0;
}

.main-menu-six .main-menu__list>li, .stricky-header.main-menu-six .main-menu__list>li {
	padding-top: 37px;
	padding-bottom: 37px;
}

.main-menu-six .main-menu__list>li+li, .stricky-header.main-menu-six .main-menu__list>li+li {
	margin-left: 50px;
}

.main-menu-six .main-menu__list>li>a, .stricky-header.main-menu-six .main-menu__list>li>a {
	font-size: 16px;
	font-weight: 500;
	color: var(--insur-black);
	font-family: var(--insur-font);
	letter-spacing: 0;
}

.main-menu-six .main-menu__list>li.current>a, .main-menu-six .main-menu__list>li:hover>a, .stricky-header.main-menu-six .main-menu__list>li.current>a, .stricky-header.main-menu-six .main-menu__list>li:hover>a {
	color: var(--insur-black);
	text-shadow: 1px 0 0 rgba(2, 58, 81, .8);
}

.main-menu-six .main-menu__list>li>ul, .main-menu-six .main-menu__list>li>ul>li>ul, .stricky-header.main-menu-six .main-menu__list>li>ul, .stricky-header.main-menu-six .main-menu__list>li>ul>li>ul {
	top: 100%;
}

.main-menu-six .main-menu__list>li>a::before, .stricky-header.main-menu-six .main-menu__list>li>a::before {
	display: none;
}

/*--------------------------------------------------------------
# Navigations Seven
--------------------------------------------------------------*/
.main-header-seven {
	position: relative;
	display: block;
	width: 100%;
	transition: all 500ms ease;
	z-index: 999;
}

.main-header-seven__top {
	position: relative;
	display: block;
}

.main-header-seven__top .container {
	max-width: 1440px;
}

.main-header-seven__top-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	z-index: 1;
}

.main-header-seven__top-address {
	position: relative;
	display: block;
	padding: 15px 0;
}

.main-header-seven__top-address-list {
	position: relative;
	display: flex;
	align-items: center;
}

.main-header-seven__top-address-list li {
	position: relative;
	display: flex;
	align-items: center;
}

.main-header-seven__top-address-list li:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -40px;
	width: 1px;
	background-color: rgba(var(--insur-white-rgb), .2);
}

.main-header-seven__top-address-list li:first-child:before {
	display: none;
}

/* .main-header-seven__top-address-list li+li {
  margin-left: 80px;
} */
.main-header-seven__top-address-list li .icon {
	position: relative;
	display: flex;
	align-items: center;
}

.main-header-seven__top-address-list li .icon span {
	font-size: 20px;
	color: var(--insur-primary);
}

.main-header-seven__top-address-list li .text {
	margin-left: 15px;
}

.main-header-seven__top-address-list li .text p {
	font-size: 15px;
	color: var(--insur-white);
	line-height: 15px;
	font-weight: 500;
	font-family: var(--insur-font-three);
}

.main-header-seven__top-address-list li .text p a {
	color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header-seven__top-address-list li .text p a:hover {
	color: var(--insur-primary);
}

.main-header-seven__top-right {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.main-header-seven__solicl-title {
	font-size: 15px;
	color: var(--insur-white);
	font-weight: 500;
	font-family: var(--insur-font-three);
	line-height: 15px;
}

.main-header-seven__top-social {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 25px;
}

.main-header-seven__top-social a {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 15px;
	color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header-seven__top-social a:hover {
	color: var(--insur-primary);
}

.main-header-seven__top-social a+a {
	margin-left: 15px;
}

.main-menu-seven__wrapper {
	position: relative;
	display: block;
}

.main-menu-seven__wrapper .container {
	max-width: 1440px;
}

.main-menu-seven__wrapper-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main-menu-seven__left {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.main-menu-seven__logo {
	display: block;
	padding: 24.5px 0;
	z-index: 1;
}

.main-menu-seven__main-menu-box {
	display: block;
}

.main-menu-seven__right {
	display: block;
}

.main-menu-seven__search-get-quote-btn {
	position: relative;
	display: flex;
	align-items: center;
	padding: 19px 0;
}

.main-menu-seven__search-box {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 70px;
}

.main-menu-seven__search {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: var(--insur-primary);
	height: 62px;
	width: 62px;
	background-color: #f6f6f6;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu-seven__search:hover {
	color: var(--insur-white);
	background-color: var(--insur-primary);
}

.main-menu-seven__get-quote-btn {
	text-transform: uppercase;
	background-color: var(--insur-primary);
}

.main-menu-seven__get-quote-btn span {
	top: 0;
}

.stricky-header .main-menu-seven__logo-box {
	top: 0;
}

.main-menu-seven .main-menu__list>li, .stricky-header.main-menu-seven .main-menu__list>li {
	padding-top: 37px;
	padding-bottom: 37px;
}

.main-menu-seven .main-menu__list>li+li, .stricky-header.main-menu-seven .main-menu__list>li+li {
	margin-left: 50px;
}

.main-menu-seven .main-menu__list>li>a, .stricky-header.main-menu-seven .main-menu__list>li>a {
	font-size: 16px;
	font-weight: 500;
	color: var(--insur-black);
	font-family: var(--insur-font);
	letter-spacing: 0;
}

.main-menu-seven .main-menu__list>li>ul, .main-menu-seven .main-menu__list>li>ul>li>ul, .stricky-header.main-menu-seven .main-menu__list>li>ul, .stricky-header.main-menu-seven .main-menu__list>li>ul>li>ul {
	top: 100%;
}

.main-menu-seven .main-menu__list>li>a::before, .stricky-header.main-menu-seven .main-menu__list>li>a::before {
	display: none;
}

/*--------------------------------------------------------------
# Main Slider Six
--------------------------------------------------------------*/
.main-slider-six {
	position: relative;
	display: block;
	z-index: 91;
}

.main-slider-six .swiper-slide {
	position: relative;
	background-color: var(--insur-extra);
}

.main-slider-six .container {
	position: relative;
	padding-top: 190px;
	padding-bottom: 204px;
	z-index: 30;
}

.main-slider-six .image-layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
	transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
	transition: transform 7000ms ease, opacity 1500ms ease-in;
	transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
	z-index: 1;
}

.main-slider-six .swiper-slide-active .image-layer {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.main-slider-six .image-layer:before {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	content: "";
	background: linear-gradient(90deg, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .2) 46.88%, rgba(18, 18, 18, 0) 100%);
	z-index: -1;
}

.main-slider-six__content {
	position: relative;
	display: block;
	text-align: left;
}

.main-slider-six__title {
	position: relative;
	font-size: 70px;
	color: var(--insur-white);
	font-weight: 800;
	line-height: 78px;
	letter-spacing: 0;
	margin-bottom: 19px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-120px);
	transform: translateY(-120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-six__text {
	font-size: 18px;
	color: var(--insur-white);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 30px;
	opacity: .78;
	opacity: 0;
	padding-bottom: 31px;
	visibility: hidden;
	-webkit-transform: translateY(120px);
	transform: translateY(120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-six .swiper-slide-active .main-slider-six__text {
	visibility: visible;
	opacity: .78;
	-webkit-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
}

.main-slider-six__btn-box {
	position: relative;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(120px);
	transform: translateY(120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-six .swiper-slide-active .main-slider-six__title, .main-slider-six .swiper-slide-active .main-slider-six__btn-box {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
}

.main-slider-six__nav {
	position: absolute;
	top: 42%;
	right: 0;
	left: 0;
	z-index: 100;
	transform: translateY(-50%) translateX(0);
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	max-width: 1350px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	line-height: 0;
	height: 0;
}

.main-slider-six__nav .swiper-button-next, .main-slider-six__nav .swiper-button-prev {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	z-index: 100;
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: var(--insur-base);
	background-color: var(--insur-white);
	border-radius: 50%;
	padding: 26px 0;
	margin: 0;
	text-align: center;
	transition: all 500ms ease;
}

.main-slider-six__nav .swiper-button-next:hover, .main-slider-six__nav .swiper-button-prev:hover {
	color: var(--insur-white);
	background-color: var(--insur-base);
}

.main-slider-six__nav .swiper-button-next::after, .main-slider-six__nav .swiper-button-prev::after {
	display: none;
}

.main-slider-six__nav .swiper-button-prev {
	margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Main Slider Seven
--------------------------------------------------------------*/
.main-slider-seven {
	position: relative;
	display: block;
	z-index: 91;
}

.main-slider-seven .swiper-slide {
	position: relative;
	background-color: var(--insur-extra);
}

.main-slider-seven .container {
	position: relative;
	z-index: 1;
}

.main-slider-seven__bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.main-slider-seven__bg:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 90px;
	background-color: var(--insur-white);
	z-index: -1;
}

.main-slider-seven__shape-bg {
	position: absolute;
	top: 0;
	bottom: 90px;
	right: 0;
	width: 515px;
	z-index: 1;
	background-color: var(--insur-base);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main-slider-seven__img {
	position: absolute;
	top: 100px;
	right: 205px;
	transform: translateX(500px);
	opacity: 0;
	z-index: 2;
}

.main-slider-seven .swiper-slide-active .main-slider-seven__img {
	opacity: 1;
	transform: translate(0);
	transition-delay: 2500ms;
	transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
}

.main-slider-seven__img img {
	width: auto;
}

.main-slider-seven__support {
	position: absolute;
	bottom: 163px;
	left: -250px;
	background-color: var(--insur-white);
	display: flex;
	align-items: center;
	padding: 30px 40px 30px;
	z-index: 2;
}

.main-slider-seven__support-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	width: 60px;
	background-color: var(--insur-base);
	border-radius: 50%;
	font-size: 24px;
	color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-slider-seven__support-icon:hover {
	background-color: var(--insur-primary);
}

.main-slider-seven__support-content {
	margin-left: 20px;
}

.main-slider-seven__support-title {
	font-size: 28px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 12px;
}

.main-slider-seven__support-number {
	font-size: 16px;
	color: var(--insur-gray);
	line-height: 16px;
}

.main-slider-seven__support-number a {
	color: var(--insur-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-slider-seven__support-number a:hover {
	color: var(--insur-primary);
}

.main-slider-seven__shape-1 {
	position: absolute;
	top: 126px;
	left: 129px;
	z-index: 1;
}

.main-slider-seven__shape-1 img {
	width: auto;
}

.main-slider-seven__content {
	position: relative;
	display: block;
}

.main-slider-seven__title {
	position: relative;
	font-size: 65px;
	color: var(--insur-black);
	font-weight: 700;
	line-height: 67px;
	letter-spacing: 0;
	margin-bottom: 17px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-120px);
	transform: translateY(-120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-seven__title span {
	color: var(--insur-base);
}

.main-slider-seven__text {
	font-size: 18px;
	color: var(--insur-gray);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 30px;
	opacity: .78;
	opacity: 0;
	padding-bottom: 31px;
	visibility: hidden;
	-webkit-transform: translateY(120px);
	transform: translateY(120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-seven .swiper-slide-active .main-slider-seven__text {
	visibility: visible;
	opacity: .78;
	-webkit-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
}

.main-slider-seven__email {
	position: relative;
	display: block;
	max-width: 530px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(120px);
	transform: translateY(120px);
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
	-webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease;
	transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-seven__email-box {
	position: relative;
	display: block;
}

.main-slider-seven__email-input-box {
	position: relative;
	display: block;
}

.main-slider-seven__email-input-box input[type="email"] {
	height: 62px;
	width: 100%;
	background-color: var(--insur-white);
	outline: none;
	font-size: 15px;
	border: none;
	padding-left: 60px;
	padding-right: 160px;
	color: var(--insur-gray);
}

.main-slider-seven__contact-btn {
	border: none;
	background-color: var(--insur-base);
	position: absolute;
	top: 7px;
	bottom: 7px;
	right: 7px;
	font-size: 16px;
	line-height: 16px;
	color: var(--insur-white);
	font-weight: 500;
	padding: 18px 30px 18px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-slider-seven__contact-btn:hover {
	background-color: var(--insur-primary);
}

.main-slider-seven__email-icon {
	position: absolute;
	top: 57%;
	left: 30px;
	transform: translateY(-50%);
}

.main-slider-seven__email-icon span {
	font-size: 20px;
	color: var(--insur-gray);
}

.main-slider-seven .swiper-slide-active .main-slider-seven__title, .main-slider-seven .swiper-slide-active .main-slider-seven__email {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
}

.main-slider-seven__nav {
	position: absolute;
	top: 40%;
	right: 0;
	left: 0;
	z-index: 100;
	transform: translateY(-50%) translateX(0);
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
	padding: 0 70px;
	line-height: 0;
	height: 0;
}

.main-slider-seven__nav .swiper-button-next, .main-slider-seven__nav .swiper-button-prev {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	z-index: 100;
	padding: 0;
	margin: 0;
	font-size: 25px;
	color: var(--insur-white);
	display: flex;
	align-items: center;
	transition: all 500ms ease;
}

.main-slider-seven__nav .swiper-button-next:hover, .main-slider-seven__nav .swiper-button-prev:hover {
	color: var(--insur-white);
}

.main-slider-seven__nav .swiper-button-prev span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	background-color: rgba(var(--insur-white-rgb), .2);
	border-radius: 50%;
	font-size: 14px;
	line-height: 14px;
	padding: 0 11px;
	margin-right: 10px;
}

.main-slider-seven__nav .swiper-button-next span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	width: 50px;
	background-color: rgba(var(--insur-white-rgb), .2);
	border-radius: 50%;
	font-size: 14px;
	line-height: 14px;
	padding: 0 11px;
	margin-left: 10px;
}

.main-slider-seven__nav .swiper-button-next::after, .main-slider-seven__nav .swiper-button-prev::after {
	display: none;
}

.main-slider-seven__nav .swiper-button-prev {
	margin-bottom: 10px;
}

/* bug fix */
.about-five__right {
	margin-left: 66px;
}

/* common css start  */

/* common css end  */

/* thankyou page start  */
.thankyou {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.thankyou h1 {
	font-size: 80px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 75px;
	margin-bottom: 5px;
}

.thankyou img {
	height: 150px;
	margin-bottom: 20px;
}

.thankyou p {
	font-size: 22px;
	line-height: 30px;
}

/* thankyou page end  */

/* careers page start  */
.careers .loan-section.ptb-70 {
	padding-bottom: 0px;
	padding-top: 430px;
	background-position-x: center !important;
}

.careers  .loan-about .loan-section::before {
	background: transparent;
}

.careers  .loan-about .loan-box ul {
	padding-left: 18px;
}

.careers .loan-about   .container {
	background: #fff;
	border-radius: 20px 20px 0 0;
	box-shadow: 0px -4px 8px -5px rgba(0, 0, 0, .85);
	margin-top: -100px;
	position: relative;
	z-index: 9;
	overflow: hidden;
}

.careers  .about-repeter-section {
	margin: 0 15px;
}

.careers .loan-about   .container .loan-box {
	background-color: transparent;
	padding: 25px 10px;
	text-align: left;
}

.careers .loan-about .container  .col-lg-4:nth-child(2) {
	background-color: var(--insur-primary);
}

.careers .loan-about  .container  .col-lg-4:nth-child(2) .loan-box {
	color: #fff;
}

.careers .loan-about  .container  .col-lg-4:nth-child(2) .loan-box h4 {
	color: #fff;
}

.careers .loan-about .container  .col-lg-4:nth-child(2)  .loan-box h4:before {
	filter: invert(1);
}

.careers .loan-about  .container  .col-lg-4 {
	margin-bottom: 0;
}

.careers .loan-box h4 {
	display: flex;
	align-items: center;
}

.careers .loan-box h4:before {
	content: "";
	margin-right: 8px;
	width: 50px;
	height: 50px;
	display: flex;
	filter: invert(68%) sepia(31%) saturate(7187%) hue-rotate(338deg) brightness(100%) contrast(93%);
}

.careers .loan-box h4.our-vision-icon:before {
	background-image: url("https://cdn-ilbjidl.nitrocdn.com/ZPXGoVYoNSXjhJZnLTEmhtUuOXhjJoXC/assets/images/source/rev-10f9e06/argfinance.com.au/wp-content/themes/argfinance/includes/images/vision-icon-white.svg");
	background-repeat: no-repeat;
	filter: invert(36%) sepia(31%) saturate(7187%) hue-rotate(338deg) brightness(100%) contrast(93%);
}

.careers .loan-box h4.our-mission-icon:before {
	background-image: url("https://cdn-ilbjidl.nitrocdn.com/ZPXGoVYoNSXjhJZnLTEmhtUuOXhjJoXC/assets/images/source/rev-10f9e06/argfinance.com.au/wp-content/themes/argfinance/includes/images/mission-icon-black.svg");
	background-repeat: no-repeat;
}

.careers .loan-box h4.our-values-icon:before {
	background-image: url("https://cdn-ilbjidl.nitrocdn.com/ZPXGoVYoNSXjhJZnLTEmhtUuOXhjJoXC/assets/images/source/rev-10f9e06/argfinance.com.au/wp-content/themes/argfinance/includes/images/values-icon-black.svg");
	background-repeat: no-repeat;
}

/* form start  */
.form-control[type=file]:focus {
	box-shadow: none;
}

.careers-contact {
	background-color: #f8f5f4;
}

.careers-contact .form-control[type=file]:not(:disabled):not([readonly]) {
	border: 0;
}

.careers-contact.contact-section  .chackbox-content {
	margin-top: 0;
}

.careers-contact.contact-section .form-group  input[type="text"], .careers-contact.contact-section .form-group  input[type="email"], .careers-contact.contact-section  .form-group  input[type="tel"], .careers-contact.contact-section .form-group textarea {
	background-color: var(--insur-white);
}

.careers-contact .header-title-home h2 {
	color: var(--insur-black);
}

.careers-contact .header-title-home {
	margin-bottom: 15px;
}

.contact-section.careers-contact textarea {
	margin-bottom: 15px;
}

/*.careers-contact .chackbox-content .form-check{padding-left: 0px;}
.careers-contact .chackbox-content .form-check .form-check-input{float: initial;margin-left: initial;}*/
.contact-section  .wpcf7-spinner {
	left: 120px;
	z-index: 9;
}

.careers-contact  .comment-form__btn-box {
	position: relative;
}

/* form end  */

/* careers page end  */

/* loan inquery start  */
.loan-equity .col-md-6 {
	padding: 0 0;
}

.loan-equity .col-md-6 img {
	width: 100%;
}

.loan-equity #wpcf7-f541-o1 {
	width: 100%;
	height: 100%;
}

.loan-equity .step-form  .step-form-heading {
	margin-bottom: 0;
}

.loan-equity form {
	height: 100%;
}

.loan-equity .step-form-heading h2.innerpage-title {
	font-size: 22px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 15px;
}

.loan-equity .loan-equity-image {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	min-height: 490px;
	background-size: cover;
}

.loan-equity .step-form #step1 .step-form-heading h2 {
	margin-bottom: 58px;
}

.loan-equity .step-form #step2 .step-form-heading h2 {
	margin-bottom: 20px;
}

.loan-equity .step-form  .bs-stepper-line {
	width: 65px;
	height: 1px;
	background-color: #9e9e9e;
}

.loan-equity {
	background-color: var(--insur-white);
}

.loan-equity .loan-equity-form {
	background-color: #f8f5f4;
	max-width: 1060px;
	margin: 0 auto;
}

.loan-equity .step-form  .form-group  input[type="text"], .loan-equity .step-form  .form-group  input[type="tel"], .loan-equity .step-form   .form-group  input[type="email"], .loan-equity .step-form   select.form-select, .loan-equity .step-form  input[type="number"] {
	width: 100%;
	border: 1px solid #ddd;
}

.loan-equity .step-form {
	padding: 30px 30px 30px 45px;
	height: 100%;
	flex-direction: column;
	display: flex;
}

.loan-equity .step-form .bs-stepper-header {
	justify-content: space-between;
	display: flex;
	padding: 0 !important;
	align-items: center;
	margin-bottom: 30px;
}

.loan-equity .step-trigger {
	background-color: var(--insur-primary);
	color: var(--insur-white);
	border: 0;
	border-radius: var(--insur-bdr-radius);
	padding: 5px 14px;
	font-weight: 600;
}

.loan-equity .step-trigger span {
	font-size: 16px !important;
}

.loan-equity  .step-trigger:disabled {
	color: #000;
	background-color: transparent;
	font-weight: 400;
}

.loan-equity  .step-trigger.prev-tab {
	font-weight: 600;
}

.loan-equity .step-form  .step-navigation {
	margin-top: auto;
	display: flex;
	justify-content: end;
}

.loan-equity .step-form #prevBtn2, .loan-equity .step-form #nextBtn2 {
	margin-top: 8px;
}

.loan-equity .step-form #prevBtn2, .loan-equity .step-form #prevBtn3 {
	background-color: var(--insur-white);
	color: var(--insur-black);
}

.loan-equity .step-form  #step2 .step-navigation {
	justify-content: space-between;
}

.loan-equity .step-form .step-navigation input {
	background: var(--insur-primary);
	border: 0;
	border-radius: var(--insur-bdr-radius);
	color: var(--insur-white);
	padding: 7px 20px;
	font-weight: 500;
}

.loan-equity .radio-img img {
	height: 40px;
	width: auto !important;
}

.loan-equity .radio-img {
	margin: 5px 0;
	position: relative;
	background-color: var(--insur-white);
	padding: 10px 7px;
	display: flex;
	width: 23%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: var(--insur-bdr-radius);
}

.loan-equity .radio-img span {
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}

.loan-equity .step-form .radio1, .loan-equity .step-form .radio2 {
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
}

.loan-equity .step-form  .step {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.radio-img input:checked::before {
	height: 100%;
	width: 100%;
	content: "";
	display: block;
	left: 0;
	top: 0;
	position: absolute;
	border-radius: var(--insur-bdr-radius);
	border: 2px solid var(--insur-primary);
	opacity: 1;
	visibility: visible;
}

.radio-img input {
	height: 100%;
	width: 100%;
	margin-bottom: 0 !important;
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.careers-contact .wpcf7-form-control-wrap {
	display: block;
}

.careers-contact .chackbox-content .wpcf7-list-item {
	margin-left: 0;
	margin-bottom: 5px;
}

.loan-equity .step-form .step-navigation {
	position: relative;
}

.radio-img input:checked {
	opacity: 1;
}

.wpcf7-spinner {
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
}

.error-message {
	color: red;
	font-size: 13px;
}

/* loan inquery end  */

/* home-loan-tools-health-check-borrowing-capacity page start  */
.repeater-box .icon img {
	height: 80px;
}

.repeater-box .col-12 {
	text-align: center;
}

.repeater-box .col-12 .title {
	margin-bottom: 10px;
}

.repeater-box .col-12 .title h4 {
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
}

.repeater-box .icon {
	margin-bottom: 15px;
}

.repeater-box .col-md-6 {
	margin-top: 35px;
}

.repeater-box .cal-content:hover {
	box-shadow: 0px 0 30px 0px rgba(0, 0, 0, .15);
}

.repeater-box .cal-content {
	transition: .5s ease;
	border-radius: var(--insur-bdr-radius);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: #f8f5f4;
	padding: 30px 50px;
}

.repeater-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
}

.repeater-box .repeater-description {
	margin-top: 10px;
}

/* home-loan-tools-health-check-borrowing-capacity page end */

/* areas-we-serve-page top_location btn start  */
.areas-we-serve-page .loan-content {
	text-align: center;
}

ul.top_location {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	margin: 30px 0 15px 0;
	justify-content: center;
}

ul.top_location  li {
	width: 25%;
	list-style: none;
}

ul.top_location li a {
	width: 92%;
	display: flex;
	justify-content: center;
}

.areas-we-serve.service ul.top_location li a {
	justify-content: start;
}

.areas-we-serve.service ul.top_location li a i {
	margin-right: 5px;
}

ul.top_location li a span {
	margin-left: 0;
}

/*areas-we-serve-page  top_location btn end  */

/* inner page logo section start  */
.lender-panel-gallery .client-logo-box {
	height: 100%;
	padding: 10px;
}

.lender-panel-gallery .client-logo-box img {
	height: initial;
}

.lender-panel-gallery .col-6 {
	margin: 10px 0;
}

/* inner page logo section end  */

/* left_right_step_inner page start  */
.left-right-step-section  h2 {
	text-align: center;
	margin-bottom: 30px;
}

.left-right-step-section  h4 {
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 0px;
}

.left-right-step-section .left_right_step_box p:nth-child(3) {
	margin-top: 10px !important;
}

.left-right-step-repeter {
	position: relative;
}

.left-right-step-repeter::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: 1px;
	background-color: var(--insur-primary);
	content: "";
}

.left_right_step_inner span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -20px;
	height: 40px;
	width: 40px;
	border-radius: 100%;
	border: 2px solid var(--insur-primary);
	background: var(--insur-white);
}

.left_right_step_inner span::before {
	position: absolute;
	top: 0;
	left: 0px;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	background: var(--insur-primary);
	content: "";
}

.left_right_step_inner {
	width: 50%;
	position: relative;
}

.left_right_step_inner .left_right_step_box {
	background-color: #f8f5f4;
	border-radius: var(--insur-bdr-radius);
	padding: 30px;
}

.left_right_step:nth-child(even) .left_right_step_inner span {
	right: -20px;
	left: inherit;
}

.left_right_step:nth-child(even) .left_right_step_box {
	text-align: right;
}

.left_right_step:nth-child(odd) .left_right_step_inner {
	padding-left: 50px;
}

.left_right_step:nth-child(even) .left_right_step_inner {
	padding-right: 50px;
}

.left_right_step:nth-child(odd) {
	display: flex;
	justify-content: end;
}

.left_right_step:nth-child(even) {
	display: flex;
	justify-content: start;
}

.left_right_step_inner .left_right_step_box:before {
	display: block;
	height: 40px;
	width: 40px;
	background: inherit;
	border: inherit;
	position: absolute;
	clip-path: polygon(0px 0px, 30px 30px, 0px 30px);
	transform: rotate(45deg);
	top: calc(50% - 15px);
	left: 32px;
	content: "";
	background-color: #f8f5f4;
}

.left_right_step:nth-child(even) .left_right_step_inner .left_right_step_box:before {
	right: 32px;
	left: inherit;
	clip-path: polygon(0px 0px, 30px 0px, 30px 30px);
}

.left_right_step .left_right_step_box:hover span:before {
	content: "";
}

/* left_right_step_inner page end  */

/* award section innerpage start  */
.client-logo.is_award .client-logo-box {
	height: initial;
	padding: 20px 15px;
}

/* award section innerpage end  */

/* site map page start  */
.site-map-page ul li {
	list-style: none;
	position: relative;
}

.site-map-page ul li::before {
	position: absolute;
	height: 5px;
	width: 5px;
	background-color: var(--insur-gray);
	border-radius: 100%;
	left: -16px;
	top: 10px;
	content: "";
}

.site-map-page ul .children {
	padding-top: 7px;
}

.site-map-page ul .children li a {
	font-weight: 400;
}

.site-map-page ul.page-link-list {
	padding-left: 17px;
	list-style: disc;
}

.site-map-page ul.page-link-list ul {
	padding-left: 15px;
}

.site-map-page ul li a {
	display: inline-block;
	color: var(--insur-gray);
	color: var(--insur-primary);
	width: 100%;
	width: fit-content;
	line-height: 24px;
}

.site-map-page ul .page_item_has_children a {
	font-weight: 700;
}

.site-map-page ul li a:hover {
	color: var(--insur-primary);
}

.site-map-page span.fas.fa-arrow-right {
	font-size: 14px;
}

.site-map-page ul li:not(:last-of-type) {
	padding-bottom: 5px;
}

/* site map page end  */

/* cms details page start  */
.cms-details h4 {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	padding-top: 7px;
	padding-bottom: 5px;
}

/* cms details page end  */

/* landing page counter start  */
.landing-page .page-header.service-banner {
	padding-bottom: 230px;
}

.usp-home-main.count_repeter {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	max-width: 860px;
	margin: auto;
	right: 0;
	overflow: hidden;
}

.usp-home-main.count_repeter .swiper-container {
	background-color: #fff;
	border-radius: 20px 20px 0 0;
	margin: 0 15px;
}

.usp-home-main.count_repeter .usp-box {
	padding: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}

.usp-home-main.count_repeter .usp-box h3, .usp-home-main.count_repeter .usp-box span {
	font-size: 40px;
	font-weight: 700;
	color: #000;
}

.usp-home-main.count_repeter .usp-box p {
	font-weight: 700;
	margin-top: 5px;
	text-align: center;
	line-height: 20px;
}

.usp-home-main.count_repeter  .swiper-wrapper .swiper-slide {
	height: auto;
}

.usp-home-main.count_repeter  .usp-icon-count {
	display: flex;
	align-items: center;
}

.usp-home-main.count_repeter  .swiper-wrapper .swiper-slide:nth-child(2) .usp-box {
	background-color: var(--insur-primary);
	color: rgba(255, 255, 255, 1) !important;
}

.usp-home-main.count_repeter  .swiper-wrapper .swiper-slide:nth-child(2) .usp-box h3, .usp-home-main.count_repeter  .swiper-wrapper .swiper-slide:nth-child(2) .usp-box span {
	color: #fff;
}

/* landing page counter end  */

/* calculator page start */
.iframe-title .innerpage-title {
	margin-bottom: 10px;
}

.iframe-section .service-banner-btn {
	margin-top: 20px;
}

.demo-income-tax-calculator .iframe-section form {
	background-color: #f8f5f4;
	padding: 30px;
	border-radius: var(--insur-bdr-radius);
}

.demo-income-tax-calculator .iframe-section form .innerpage-title {
	margin-bottom: 15px;
}

.iframe-section  input[type="submit"] {
	margin-top: 0px;
	margin-bottom: 10px;
}

/* calculator page end */

/* home loans victoria page start  */
.loan-content .img-title-box h5 {
	font-size: 20px;
}

.loan-content .img-title-box {
	display: flex;
	align-items: center;
	padding: 10px 0;
}

.loan-content .home-loans-victoria-img {
	flex-shrink: 0;
	margin-right: 5px;
}

.loan-content .home-loans-victoria-img img {
	height: 70px;
}

.service-loan-content .loanType_box {
	display: flex;
	align-items: center;
}

.service-loan-content .loanType_box img {
	flex-shrink: 0;
	height: 70px;
}

/* home loans victoria page end  */

/* commercial-and-business-loan start  */
.business-loan-row {
	padding-top: 5px;
	margin-bottom: 10px;
}

.business-loan-row .col-12 {
	margin: 10px 0;
}

.loan-content .business-loan-div h4 {
	font-weight: 700;
	color: var(--insur-gray);
	margin-bottom: 0;
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 26px;
}

.commercial-and-business-loan .loan-content .business-loan-div h4 {
	margin-bottom: 0;
}

.loan-content .business-loan-div {
	background-color: #fff;
	padding: 15px 15px 20px;
	border-radius: var(--insur-bdr-radius);
	height: 100%;
	border-left: 5px solid var(--insur-primary);
}

.loan-content .business-loan-row.home-loans-contain .business-loan-div {
	border-left: 0;
	text-align: center;
}

/* commercial-and-business-loan end */

/* repayment page start  */

/* .loan-about.repayment-section {margin-top: 20px;} */
.loan-about.repayment-section .header-title-home  p {
	padding-bottom: 0;
	padding-top: 0;
	color: #fff;
}

.loan-about.repayment-section .header-title-home h2 {
	margin-bottom: 15px;
}

/* repayment page end  */

/* calculators-and-financial-tool page start  */
.calculators-btn.repeater-box  .row {
	display: flex;
	justify-content: center;
}

.calculators-btn.repeater-box  .cal-content {
	padding: 20px 15px;
	background-color: #fff;
	box-shadow: 0px 0 5px 0px rgba(0, 0, 0, .15);
}

.calculators-btn.repeater-box  .cal-content:hover {
	background: var(--insur-primary);
	box-shadow: none;
}

.calculators-btn.repeater-box  .cal-content:hover  .repeater-title {
	color: #fff;
	transition: .5s ease;
}

.calculators-btn.repeater-box  .cal-content:hover  .icon img {
	filter: brightness(0) invert(1);
	transition: .5s ease;
}

.calculators-btn.repeater-box .col-6 {
	margin: 10px 0;
}

.calculators-btn.repeater-box .icon img {
	height: 60px;
	transition: .5s ease;
}

.calculators-btn.repeater-box .repeater-title {
	font-size: 18px;
	line-height: 26px;
	transition: .5s ease;
}

/* calculators-and-financial-tool page end  */
.book-a-call-repayment-content {
	text-align: left;
}

.book-a-call-repayment-content ul {
	color: #fff;
	margin-bottom: 5px;
}

.book-a-call-repayment-content ul li {
	padding-bottom: 6px;
}

.book-a-call.repayment .loan-btn {
	text-align: left;
}

/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-one__left {
		max-width: 600px;
		margin: 0 auto 0;
	}
	
	.about-one__right {
		max-width: 600px;
		margin: 165px auto 0;
	}
	
	.services-one__top-right {
		margin-left: 0;
	}
	
	.why-choose-one-img {
		top: 144px;
		right: -480px;
	}
	
	.why-choose-one-img img {
		width: 60%;
	}
	
	.get-insurance__left {
		position: relative;
		bottom: 0;
		left: 0;
		max-width: 600px;
		margin: 0 auto;
	}
	
	.get-insurance__right {
		max-width: 600px;
		margin: 60px auto 0;
	}
	
	.counter-one__text {
		font-size: 23px;
	}
	
	.testimonial-one__top-left .section-title {
		margin-bottom: 40px;
	}
	
	.testimonial-one__top-right {
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 51px;
	}
	
	.news-one__content {
		padding: 25px 22px 32px;
	}
	
	.footer-widget__newsletter {
		margin-top: 39px;
	}
	
	.footer-widget__gallery {
		margin-top: 39px;
	}
	
	.feature-two__text {
		font-size: 16px;
	}
	
	.feature-two__content {
		margin-right: 50px;
	}
	
	.about-two__left {
		margin-right: 0;
		max-width: 600px;
	}
	
	.about-two__middle {
		margin-right: 0;
		max-width: 600px;
		margin-top: 60px;
		margin-bottom: 52px;
	}
	
	.about-two__counter {
		margin-left: 0;
		margin-top: 0;
		max-width: 600px;
	}
	
	.about-two__awards-box {
		left: 0;
	}
	
	.about-two {
		padding: 0 0 111px;
	}
	
	.services-two__top-right {
		margin-left: 0;
	}
	
	.cta-one__inner {
		padding: 51px 20px 51px;
	}
	
	.cta-one__btn-box {
		margin-left: 10px;
	}
	
	.brand-one__title {
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 49px;
		text-align: center;
	}
	
	.brand-one {
		padding: 52px 0 60px;
	}
	
	.get-insuracne-two__left {
		max-width: 700px;
		margin: 0 auto;
	}
	
	.get-insuracne-two__img {
		margin-left: 0;
		margin-right: 0;
	}
	
	.get-insuracne-two__shape-box {
		display: none;
	}
	
	.get-insuracne-two__right {
		max-width: 700px;
		margin: 60px auto 0;
	}
	
	.process__single {
		padding: 0 0px 0;
	}
	
	.process-shape-1 {
		left: 31px;
	}
	
	.feature-three__single {
		padding: 30px 15px 30px;
	}
	
	.feature-three__title {
		font-size: 19px;
	}
	
	.about-three__left {
		max-width: 600px;
		margin: 0 auto 60px;
	}
	
	.about-three__right {
		max-width: 600px;
		margin: 0 auto 0;
	}
	
	.benefits-bg {
		display: none;
	}
	
	.testimonial-three__right {
		margin-left: 0;
	}
	
	.download__title {
		font-size: 37px;
	}
	
	.download__right {
		margin-left: 40px;
	}
	
	.download__badge {
		left: -80px;
	}
	
	.we-provide__tab-main-content-inner {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.we-provide__tab-main-content-right {
		margin-left: 20px;
	}
	
	.news-three__single {
		padding: 59px 20px 55px;
	}
	
	.testimonial-two__left {
		max-width: 600px;
		margin: 0 auto;
	}
	
	.testimonial-two__right {
		max-width: 600px;
		margin: 60px auto 0;
	}
	
	.about-four__left {
		max-width: 600px;
		margin: 0 auto 205px;
	}
	
	.about-four__right {
		max-width: 600px;
		margin: 0 auto;
	}
	
	/* .team-details__top {
        padding: 120px 0 109px;
    } */
	.why-choose-two__right {
		margin-left: 0;
	}
	
	.benefits-two__right {
		margin-left: 0;
	}
	
	.benefits-two {
		padding: 0 0 115px;
	}
	
	.feature-four__single {
		padding: 50px 25px 45px;
	}
	
	.portfolio-details__details-box {
		padding: 42px 20px 50px;
	}
	
	.news-details__pagenation li+li {
		margin-left: 0;
		margin-top: 30px;
	}
	
	.cart-page .table-responsive {
		margin-bottom: 30px;
	}
	
	.billing_title h2 {
		font-size: 35px;
	}
}

@media only screen and (max-width: 991px) {
	/* blog page start  */
	.news-sidebar .sidebar {
		display: none;
	}
	
	.sidebar-filter {
		display: block;
		border: 0;
		background: var(--insur-primary);
		color: #fff;
		padding: 8px 20px;
		border-radius: var(--insur-bdr-radius);
		margin-bottom: 15px;
		transition: .5s ease;
	}
	
	.sidebar-filter:hover {
		background: var(--insur-black);
	}
	
	.news-sidebar  .row {
		flex-direction: column-reverse;
	}
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-one__left {
		max-width: 600px;
		margin: 0 auto 0;
	}
	
	.about-one__right {
		max-width: 600px;
		margin: 165px auto 0;
	}
	
	.services-one__top-right {
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 51px;
	}
	
	.services-one__top-left .section-title {
		margin-bottom: 40px;
	}
	
	.why-choose-one-img {
		display: none;
	}
	
	.why-choose-one-shape-2, .why-choose-one-shape-3, .why-choose-one-shape-4, .why-choose-one-shape-5, .why-choose-one-shape-6 {
		display: none;
	}
	
	.get-insurance__left {
		position: relative;
		bottom: 0;
		left: 0;
		max-width: 600px;
		margin: 0 auto;
	}
	
	.get-insurance__right {
		max-width: 600px;
		margin: 60px auto 0;
	}
	
	.get-insurance__right .section-title__title {
		font-size: 40px;
		line-height: 50px;
	}
	
	.get-insurance__author {
		left: -145px;
	}
	
	.counter-one__single {
		margin-bottom: 21px;
	}
	
	.counter-one {
		padding: 79px 0 50px;
	}
	
	.testimonial-one__top-left .section-title {
		margin-bottom: 40px;
	}
	
	.testimonial-one__top-right {
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 51px;
	}
	
	.tracking__inner {
		flex-direction: column;
	}
	
	.tracking__btn-box {
		margin-top: 27px;
	}
	
	.footer-widget__newsletter {
		margin-top: 39px;
	}
	
	.footer-widget__gallery {
		margin-top: 39px;
	}
	
	.about-two__left {
		margin-right: 0;
		max-width: 600px;
	}
	
	.about-two__middle {
		margin-right: 0;
		max-width: 600px;
		margin-top: 60px;
		margin-bottom: 52px;
	}
	
	.about-two__counter {
		margin-left: 0;
		margin-top: 0;
		max-width: 600px;
	}
	
	.about-two__awards-box {
		left: 0;
	}
	
	.about-two {
		padding: 0 0 111px;
	}
	
	.services-two__top-left .section-title {
		margin-bottom: 40px;
	}
	
	.services-two__top-right {
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 52px;
	}
	
	.work-together__left {
		margin-bottom: 60px;
	}
	
	.cta-one__inner {
		flex-direction: column;
		padding: 39px 55px 51px;
	}
	
	.cta-one__right {
		margin-top: 24px;
	}
	
	.brand-one__title {
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 49px;
		text-align: center;
	}
	
	.brand-one {
		padding: 52px 0 60px;
	}
	
	.get-insuracne-two__left {
		max-width: 700px;
		margin: 0 auto;
	}
	
	.get-insuracne-two__img {
		margin-left: 0;
		margin-right: 0;
	}
	
	.get-insuracne-two__shape-box {
		display: none;
	}
	
	.get-insuracne-two__right {
		max-width: 700px;
		margin: 60px auto 0;
	}
	
	.process-shape-1 {
		display: none;
	}
	
	.about-three__left {
		max-width: 600px;
		margin: 0 auto 60px;
	}
	
	.about-three__right {
		max-width: 600px;
		margin: 0 auto 0;
	}
	
	.benefits-bg {
		display: none;
	}
	
	.testimonial-three__right {
		margin-left: 0;
		margin-top: 40px;
		margin-bottom: 5px;
	}
	
	.download {
		padding: 114px 0 0;
	}
	
	.download__left {
		margin-top: 0;
	}
	
	.download__right {
		margin-left: 97px;
		margin-top: 60px;
	}
	
	.we-provide__tab-btn-box {
		margin-right: 0;
		max-width: 300px;
		margin-bottom: 40px;
	}
	
	.we-provide__tab-main-content {
		margin-left: 0;
	}
	
	.we-provide__tab-main-content-inner {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.we-provide__tab-main-content-right {
		margin-left: 20px;
	}
	
	.testimonial-two__left {
		max-width: 600px;
		margin: 0 auto;
	}
	
	.testimonial-two__right {
		max-width: 600px;
		margin: 60px auto 0;
	}
	
	.about-four__left {
		max-width: 600px;
		margin: 0 auto 205px;
	}
	
	.about-four__right {
		max-width: 600px;
		margin: 0 auto;
	}
	
	.team-details__top-right {
		margin-left: 0;
	}
	
	/* .team-details__top {
        padding: 120px 0 109px;
    } */
	.team-details__bottom-right {
		margin-left: 0;
		margin-top: 41px;
	}
	
	.testimonial-carousel-page .testimonial-one__single-inner {
		padding: 65px 20px 55px;
	}
	
	.contact-page__left {
		margin-bottom: 51px;
	}
	
	.why-choose-two__right {
		margin-left: 0;
		margin-top: 50px;
	}
	
	.benefits-two__right {
		margin-left: 0;
		margin-top: 60px;
	}
	
	.benefits-two {
		padding: 0 0 115px;
	}
	
	.portfolio-details__content-right {
		margin-top: 40px;
	}
	
	.news-carousel-page .news-one__content {
		padding: 25px 25px 32px;
	}
	
	.news-details__pagenation li+li {
		margin-left: 0;
		margin-top: 30px;
	}
	
	.product__sidebar {
		margin-bottom: 50px;
	}
	
	.product-details__img {
		margin-bottom: 50px;
	}
	
	.cart-page .table-responsive {
		margin-bottom: 30px;
	}
	
	.cart-total li {
		justify-content: flex-start;
	}
	
	.cart-total li span:first-child {
		text-align: left;
	}
	
	.cart-page__buttons {
		justify-content: start;
	}
	
	.order_table_box {
		margin-bottom: 50px;
	}
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
	.section-title__title {
		font-size: 35px;
		line-height: 45px;
	}
	
	.section-title__title br {
		display: none;
	}
	
	.about-one__left {
		margin-right: 0;
	}
	
	.about-one__img-two {
		display: none;
	}
	
	.about-one__shape-1 {
		display: none;
	}
	
	.about-one__experience {
		left: 0;
	}
	
	.about-one__right {
		margin-left: 0;
		margin-top: 122px;
	}
	
	.about-one__btn-call {
		flex-direction: column;
		align-items: baseline;
	}
	
	.about-one__call {
		margin-left: 0;
		margin-top: 20px;
	}
	
	.services-one__top-right {
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 51px;
	}
	
	.services-one__top-left .section-title {
		margin-bottom: 40px;
	}
	
	.why-choose-one-img {
		display: none;
	}
	
	.why-choose-one-shape-2, .why-choose-one-shape-3, .why-choose-one-shape-4, .why-choose-one-shape-5, .why-choose-one-shape-6 {
		display: none;
	}
	
	.why-choose-one__list {
		flex-direction: column;
	}
	
	.why-choose-one__list li {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.get-insurance__left {
		position: relative;
		bottom: 0;
		left: 0;
	}
	
	.get-insurance__author {
		display: none;
	}
	
	.get-insurance__circle {
		display: none;
	}
	
	.get-insurance__right {
		margin-top: 60px;
	}
	
	.get-insurance__tab-box .tab-buttons {
		flex-direction: column;
		align-items: baseline;
	}
	
	.get-insurance__tab-box .tab-buttons .tab-btn+.tab-btn {
		margin-left: 0;
		margin-top: 10px;
	}
	
	.counter-one__single {
		margin-bottom: 21px;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		justify-content: center;
	}
	
	.counter-one {
		padding: 79px 0 50px;
	}
	
	.testimonial-one__top-left .section-title {
		margin-bottom: 40px;
	}
	
	.testimonial-one__top-right {
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 51px;
	}
	
	.testimonial-one__single-inner {
		padding: 65px 20px 55px;
	}
	
	.news-one__content {
		padding: 25px 22px 32px;
	}
	
	.tracking__inner {
		flex-direction: column;
		padding: 57px 20px 57px;
		text-align: center;
	}
	
	.tracking__btn-box {
		margin-top: 27px;
	}
	
	.tracking__left {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	
	.tracking__title {
		font-size: 34px;
	}
	
	.tracking__icon {
		margin-bottom: 30px;
	}
	
	.tracking-shape-1, .tracking-shape-2, .tracking-shape-3, .tracking-shape-4 {
		display: none;
	}
	
	.footer-widget__contact {
		margin-top: 47px;
		margin-bottom: 39px;
	}
	
	.footer-widget__newsletter {
		margin-top: 32px;
	}
	
	.feature-two__text {
		font-size: 16px;
	}
	
	.feature-two__content {
		margin-right: 50px;
	}
	
	.about-two__left {
		margin-right: 0;
	}
	
	.about-two__middle {
		margin-right: 0;
		margin-top: 60px;
		margin-bottom: 52px;
	}
	
	.about-two__awards-box {
		left: 0;
	}
	
	.about-two__counter {
		margin-top: 0;
	}
	
	.about-two {
		padding: 0 0 111px;
	}
	
	.services-two__top-left .section-title {
		margin-bottom: 40px;
	}
	
	.services-two__top-right {
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 52px;
	}
	
	.work-together__left {
		margin-bottom: 60px;
	}
	
	.work-together__content-box {
		flex-direction: column;
		align-items: baseline;
	}
	
	.work-together__text-box {
		margin-left: 0;
		margin-top: 20px;
	}
	
	.cta-one__inner {
		flex-direction: column;
		padding: 39px 20px 51px;
		text-align: center;
	}
	
	.cta-one__right {
		margin-top: 24px;
		flex-direction: column;
	}
	
	.cta-one__btn-box {
		margin-left: 0;
		margin-top: 25px;
	}
	
	.brand-one__title {
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 49px;
		text-align: center;
	}
	
	.brand-one {
		padding: 52px 0 60px;
	}
	
	.get-insuracne-two__img {
		margin-left: 0;
		margin-right: 0;
	}
	
	.get-insuracne-two__shape-box {
		display: none;
	}
	
	.get-insuracne-two:before {
		left: 0;
	}
	
	.get-insuracne-two__tab-right {
		padding-left: 0;
		float: left;
		margin-top: 50px;
	}
	
	.get-insuracne-two__content-bottom {
		justify-content: inherit;
		flex-direction: column;
		align-items: baseline;
	}
	
	.get-insuracne-two__content-bottom-text-box {
		margin-top: 10px;
	}
	
	.get-insuracne-two {
		padding: 120px 0 116px;
	}
	
	.get-insuracne-two__right {
		margin-top: 60px;
	}
	
	.process-shape-1 {
		display: none;
	}
	
	.process__single-2 {
		margin-top: 0;
	}
	
	.process__single-3 {
		margin-top: 0;
	}
	
	.feature-three__single {
		padding: 30px 15px 30px;
	}
	
	.feature-three__title {
		font-size: 19px;
	}
	
	.about-three__left {
		margin-right: 0;
	}
	
	.about-three__location {
		display: none;
	}
	
	.about-three__right {
		margin-top: 60px;
	}
	
	.about-three__bottom {
		flex-direction: column;
		align-items: baseline;
	}
	
	.about-three__btn-box {
		margin-left: 0;
		margin-top: 20px;
	}
	
	.services-three__get-quote {
		padding: 39px 20px 50px;
	}
	
	.benefits-bg {
		display: none;
	}
	
	.benefits__point-two {
		margin-left: 0;
	}
	
	.testimonial-three__right {
		margin-left: 0;
		margin-top: 40px;
		margin-bottom: 5px;
	}
	
	.testimonial-three__single {
		padding: 108px 30px 51px;
	}
	
	.download__title {
		font-size: 45px;
		line-height: 55px;
	}
	
	.download__apps {
		flex-direction: column;
		align-items: baseline;
	}
	
	.download__app-one--two {
		margin-left: 0;
		margin-top: 10px;
	}
	
	.download__right {
		margin-left: 80px;
		margin-top: 60px;
	}
	
	.we-provide__tab-btn-box {
		margin-right: 0;
		max-width: 300px;
		margin-bottom: 40px;
	}
	
	.we-provide__tab-main-content {
		margin-left: 0;
	}
	
	.we-provide__tab-main-content-inner {
		padding-left: 20px;
		padding-right: 20px;
		flex-direction: column;
	}
	
	.we-provide__tab-main-content-right {
		margin-left: 20px;
	}
	
	.we-provide__tab-main-content-right {
		margin-left: 0;
		margin-top: 15px;
	}
	
	.we-provide__tab-main-content-right-img img {
		width: 100%;
	}
	
	.we-provide__tab-main-content-points li .text p {
		font-size: 16px;
	}
	
	.news-three__single {
		padding: 59px 20px 55px;
	}
	
	.testimonial-two__left {
		margin-right: 0;
	}
	
	.testimonial-two__point {
		float: none;
	}
	
	.testimonial-two__point-two {
		margin-left: 0;
		margin-top: 31px;
	}
	
	.testimonial-two__right {
		margin-left: 0;
		margin-top: 60px;
	}
	
	.testimonial-two__client-img-box {
		position: relative;
		bottom: 0;
		right: 0;
		left: 50px;
	}
	
	.testimonial-two__founder-shape {
		display: none;
	}
	
	.testimonial-two__founder-box {
		padding-bottom: 25px;
	}
	
	.testimonial-two__single-inner {
		padding-right: 20px;
	}
	
	.testimonial-two__client-review {
		position: relative;
		top: 0;
		right: 0;
		left: 50px;
		margin-top: 10px;
	}
	
	.testimonial-two__carousel.owl-carousel .owl-dots {
		display: none;
	}
	
	.about-four__left {
		margin-right: 0;
		margin-bottom: 60px;
	}
	
	.about-four__img-two {
		display: none;
	}
	
	.about-four__right {
		margin-left: 0;
	}
	
	.about-four__founder-name {
		font-size: 22px;
	}
	
	.team-details__top-right {
		margin-left: 0;
		margin-top: 30px;
	}
	
	/* 
    .team-details__top {
        padding: 120px 0 109px;
    } */
	.team-details__bottom-right {
		margin-left: 0;
		margin-top: 41px;
	}
	
	.contact-page__left {
		margin-bottom: 25px;
	}
	
	.error-page__title {
		font-size: 155px;
		line-height: 155px;
	}
	
	.error-page {
		padding: 99px 0 120px;
	}
	
	.why-choose-two__right {
		margin-left: 0;
		margin-top: 50px;
	}
	
	.why-choose-two__list {
		flex-direction: column;
		align-items: baseline;
	}
	
	.why-choose-two__list li {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.benefits-two__right {
		margin-left: 0;
		margin-top: 60px;
	}
	
	.benefits-two {
		padding: 0 0 115px;
	}
	
	.benefits-two__left {
		margin-right: 0;
	}
	
	.feature-four__single {
		padding: 50px 25px 45px;
	}
	
	.feature-four__top-inner {
		padding-left: 0;
		margin-left: 0;
	}
	
	.feature-four__top-call {
		position: relative;
	}
	
	.feature-four__top-content {
		top: 0;
		margin-top: 20px;
	}
	
	.portfolio-details__content-right {
		margin-top: 40px;
	}
	
	.portfolio-details__details-box {
		padding: 42px 20px 50px;
	}
	
	.projectc-details__pagination li.next {
		float: none;
		margin-bottom: 20px;
	}
	
	.projectc-details__pagination li.previous {
		float: none;
	}
	
	.projectc-details__pagination li {
		justify-content: center;
	}
	
	.news-sideabr__bottom-box {
		padding: 50px 30px 45px;
	}
	
	.news-sideabr__delivering-services {
		padding: 50px 30px 47px;
	}
	
	.sidebar__post {
		padding: 45px 20px 30px;
	}
	
	.sidebar__category {
		padding: 45px 20px 35px;
	}
	
	.sidebar__tags {
		padding: 45px 35px 50px;
	}
	
	.sidebar__comments {
		padding: 45px 20px 43px;
	}
	
	.news-details__bottom {
		flex-direction: column;
	}
	
	.news-details__social-list {
		margin-top: 25px;
	}
	
	.news-details__pagenation li+li {
		margin-left: 0;
		margin-top: 30px;
	}
	
	.news-details__pagenation li {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	.comment-one__single {
		flex-direction: column;
	}
	
	.comment-one__content {
		margin-left: 0;
		margin-top: 20px;
	}
	
	.product__sidebar {
		margin-bottom: 50px;
	}
	
	.product__showing-result {
		flex-direction: column;
	}
	
	.product__showing-text-box {
		margin-bottom: 20px;
	}
	
	.product-details__img {
		margin-bottom: 50px;
	}
	
	.product-details__title span {
		margin-left: 0;
		display: block;
	}
	
	.product-details__buttons {
		flex-direction: column;
		align-items: baseline;
	}
	
	.product-details__buttons-2 {
		margin-left: 0;
		margin-top: 10px;
	}
	
	.product-details__social {
		flex-direction: column;
		align-items: baseline;
	}
	
	.product-details__social-link {
		margin-left: 0;
		margin-top: 20px;
	}
	
	.comments-area .comment {
		flex-direction: column;
	}
	
	.review-one__content {
		padding-left: 0;
		margin-top: 18px;
	}
	
	.cart-page .table-responsive {
		margin-bottom: 30px;
	}
	
	.cart-total li {
		justify-content: flex-start;
	}
	
	.cart-total li span:first-child {
		text-align: left;
	}
	
	.cart-page__buttons {
		justify-content: start;
		flex-direction: column;
		align-items: baseline;
		margin-left: 0;
	}
	
	.cart-page__buttons-2 {
		margin-left: 0;
		margin-top: 10px;
	}
	
	.billing_title h2 {
		font-size: 35px;
	}
	
	.order_table_box {
		margin-bottom: 50px;
	}
	
	.checkout__payment {
		padding: 49px 20px 18px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1679px) {
	.why-choose-one-img {
		top: 30px;
		right: -145px;
	}
	
	.why-choose-one-img img {
		width: 85%;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.why-choose-one-img {
		top: 165px;
		right: -280px;
	}
	
	.why-choose-one-img img {
		width: 70%;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1779px) {
	.get-insurance__left {
		left: 142px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.get-insurance__left {
		left: 113px;
	}
	
	.get-insurance__img img {
		width: 90%;
	}
	
	.get-insurance__right .section-title__title {
		font-size: 40px;
		line-height: 50px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
	.benefits-bg {
		margin-right: -150px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1250px) {
	.testimonial-two__carousel.owl-carousel .owl-dots {
		right: -158px;
	}
	
	.testimonial-two__right {
		margin-left: 0;
	}
}

/*--------------------------------------------------------------
# Slider All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
	.main-slider__nav {
		left: inherit;
		right: 120px;
	}
	
	.main-slider__nav .swiper-button-next, .main-slider__nav .swiper-button-prev {
		color: rgba(var(--insur-primary-rgb), .5);
		border: 2px solid rgba(var(--insur-primary-rgb), .5);
	}
	
	.main-slider__nav .swiper-button-next:hover, .main-slider__nav .swiper-button-prev:hover {
		color: rgba(var(--insur-primary-rgb), 1);
		border: 2px solid rgba(var(--insur-primary-rgb), 1);
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-slider__nav {
		left: inherit;
		right: 120px;
	}
	
	.main-slider__nav .swiper-button-next, .main-slider__nav .swiper-button-prev {
		color: rgba(var(--insur-primary-rgb), .5);
		border: 2px solid rgba(var(--insur-primary-rgb), .5);
	}
	
	.main-slider__nav .swiper-button-next:hover, .main-slider__nav .swiper-button-prev:hover {
		color: rgba(var(--insur-primary-rgb), 1);
		border: 2px solid rgba(var(--insur-primary-rgb), 1);
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-slider__nav {
		left: inherit;
		right: 120px;
	}
	
	.main-slider__nav .swiper-button-next, .main-slider__nav .swiper-button-prev {
		color: rgba(var(--insur-primary-rgb), .5);
		border: 2px solid rgba(var(--insur-primary-rgb), .5);
	}
	
	.main-slider__nav .swiper-button-next:hover, .main-slider__nav .swiper-button-prev:hover {
		color: rgba(var(--insur-primary-rgb), 1);
		border: 2px solid rgba(var(--insur-primary-rgb), 1);
	}
	
	.main-slider-two__video-link {
		left: 310px;
		top: -75px;
	}
}

@media only screen and (max-width: 767px) {
	.main-slider__nav {
		display: none;
	}
	
	.main-slider__title {
		font-size: 50px;
		line-height: 50px;
		margin-bottom: 29px;
	}
	
	.main-slider__title br {
		display: none;
	}
	
	.main-slider__title:before {
		width: 300px;
	}
	
	.main-slider__text br {
		display: none;
	}
	
	.main-slider__text {
		padding-bottom: 36px;
	}
	
	.main-slider .container {
		padding-top: 138px;
		padding-bottom: 115px;
	}
	
	.main-slider-two__video-link {
		display: none;
	}
	
	.main-slider-two__title {
		font-size: 40px;
		line-height: 50px;
	}
	
	.main-slider-two__text br {
		display: none;
	}
	
	.main-slider-three__nav {
		display: none;
	}
	
	.main-slider-three__title {
		font-size: 33px;
		line-height: 43px;
	}
}

/*--------------------------------------------------------------
# Main Menu All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1210px) {
	.main-menu__logo {
		margin-right: 35px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-menu .mobile-nav__toggler {
		color: var(--insur-base);
		display: inline-block;
		padding: 12px 0;
	}
	
	.main-menu .mobile-nav__toggler:hover {
		color: var(--insur-black);
	}
	
	.main-menu-two .mobile-nav__toggler {
		color: var(--insur-base);
		display: inline-block;
		padding: 22px 0;
	}
	
	.main-menu-three .mobile-nav__toggler {
		color: var(--insur-base);
		display: inline-block;
		padding: 42px 0;
	}
	
	.main-menu-three__logo {
		padding-right: 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-header__top {
		display: none;
	}
	
	.main-menu .mobile-nav__toggler {
		color: var(--insur-base);
		display: inline-block;
		padding: 12px 0;
	}
	
	.main-menu .mobile-nav__toggler:hover {
		color: var(--insur-black);
	}
	
	.main-menu-two .mobile-nav__toggler {
		color: var(--insur-base);
		display: inline-block;
		padding: 22px 0;
	}
	
	.main-header-two__top-social-box {
		display: none;
	}
	
	.main-header-two__top-details-list {
		display: none;
	}
	
	.main-header-two__top-details-inner {
		justify-content: center;
	}
	
	.main-menu-three .mobile-nav__toggler {
		color: var(--insur-base);
		display: inline-block;
		padding: 42px 0;
	}
	
	.main-menu-three__logo {
		padding-right: 50px;
	}
}

@media (max-width: 767px) {
	.main-header__top {
		display: none;
	}
	
	.main-menu .mobile-nav__toggler {
		color: var(--insur-base);
		display: inline-block;
		padding: 12px 0;
	}
	
	.main-menu .mobile-nav__toggler:hover {
		color: var(--insur-black);
	}
	
	.main-menu__right {
		display: none;
	}
	
	.main-menu__left {
		float: none;
	}
	
	.main-menu__logo {
		margin-right: 0;
	}
	
	.main-menu__main-menu-box {
		float: right;
		padding-right: 21px;
		padding-left: 21px;
	}
	
	.main-menu__main-menu-box-search-get-quote-btn {
		display: none;
	}
	
	.main-menu-two .mobile-nav__toggler {
		color: var(--insur-base);
		display: inline-block;
		padding: 22px 0;
	}
	
	.main-header-two__top-social-box {
		display: none;
	}
	
	.main-header-two__top-details-list {
		display: none;
	}
	
	.main-header-two__top-details-inner {
		justify-content: center;
	}
	
	.main-menu-two__search-box {
		display: none;
	}
	
	.main-menu-three .mobile-nav__toggler {
		color: var(--insur-base);
		display: inline-block;
		padding: 42px 0;
	}
	
	.main-menu-three__left {
		float: none;
	}
	
	.main-menu-three__logo {
		padding-right: 0;
	}
	
	.main-menu-three__right {
		display: none;
	}
	
	.main-menu-three__main-menu-box {
		float: right;
	}
}

/*--------------------------------------------------------------
# Update 10/02/2023 All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1210px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.feature-five__single {
		padding: 0 20px 0px;
	}
	
	.about-five__left {
		max-width: 600px;
		margin: 0 auto 0;
	}
	
	.about-five__right {
		max-width: 600px;
		margin: 60px auto 0;
	}
	
	.tracking-two__inner {
		flex-direction: column;
	}
	
	.tracking-two__btn-box {
		margin-top: 25px;
	}
	
	.why-choose-three__points-content-box {
		margin-left: 44px;
	}
	
	.get-insurance-three__right .section-title-two__title {
		font-size: 40px;
	}
	
	.testimonial-four__single-inner {
		padding: 38px 30px 42px;
	}
	
	.testimonial-four__carousel.owl-theme .owl-nav {
		bottom: -110px;
		left: 0;
	}
	
	.testimonial-four {
		padding: 120px 0 230px;
	}
	
	.footer-widget-two__latest-news {
		margin-top: 39px;
	}
	
	.footer-widget-two__contact {
		margin-top: 39px;
	}
	
	.site-footer-two__newsletter {
		padding-right: 40px;
		flex-direction: column;
	}
	
	.about-six__left {
		max-width: 600px;
		margin: 0 auto 0;
	}
	
	.about-six__right {
		max-width: 600px;
		margin: 103px auto 0;
	}
	
	.about-six {
		padding: 120px 0 90px;
	}
	
	.get-insurance-four__main-tab-box .tab-buttons {
		margin-bottom: 50px;
		margin-right: 0;
		max-width: 310px;
	}
	
	.get-insurance-four__main-tab-box .tabs-content {
		margin-left: 0;
	}
	
	.team-four__inner .row {
		--bs-gutter-x: 30px;
	}
	
	.why-choose-four__left {
		margin-right: 0;
	}
	
	.why-choose-four__left .section-title-three__title {
		font-size: 42px;
	}
	
	.why-choose-four__text br {
		display: none;
	}
	
	.why-choose-four__right {
		margin-left: 0;
	}
	
	.news-five__list>li {
		flex-direction: column;
		align-items: baseline;
		padding: 0 30px 20px;
	}
	
	.news-five__list-content {
		margin-left: 0;
		margin-top: 20px;
	}
	
	.footer-widget-three__contact {
		margin-top: 42px;
	}
	
	.footer-widget-three__latest-news {
		margin-top: 42px;
	}
	
	.policy-proposal__text-1 br {
		display: none;
	}
	
	.make-a-claim__points-box {
		margin-top: 23px;
	}
	
	.make-a-claim__procedure-shape-1 {
		display: none;
	}
	
	.insurance-details__opportunities {
		flex-direction: column;
	}
	
	.insurance-details__opportunities-points-box {
		margin-left: 0;
		margin-top: 21px;
	}
	
	.insurance-details__points li {
		flex-direction: column;
	}
	
	.insurance-details__points-left::before {
		display: none;
	}
	
	.insurance-details__points-right {
		padding-left: 0;
		text-align: center;
		padding-top: 15px;
	}
	
	.insurance-details__email-box {
		flex-direction: column;
		align-items: baseline;
		max-width: 100%;
	}
	
	.insurance-details__email-input-box {
		max-width: 100%;
		margin-bottom: 15px;
	}
	
	.insurance-details__age-box {
		flex-direction: column;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.feature-five__single {
		padding: 0 25px 0px;
	}
	
	.about-five__left {
		max-width: 600px;
		margin: 0 auto 0;
	}
	
	.about-five__right {
		max-width: 600px;
		margin: 60px auto 0;
	}
	
	.tracking-two__inner {
		flex-direction: column;
	}
	
	.tracking-two__btn-box {
		margin-top: 25px;
	}
	
	.why-choose-three__left:before {
		transform: skewX(0deg);
	}
	
	.why-choose-three__img {
		clip-path: none;
	}
	
	.why-choose-three__right {
		margin-left: 0;
		margin-right: 0;
		margin-top: 50px;
	}
	
	.why-choose-three-shape-1, .why-choose-three-shape-2, .why-choose-three-shape-3 {
		display: none;
	}
	
	.get-insurance-three__left {
		margin-right: 0;
	}
	
	.get-insurance-three__right {
		margin-top: 60px;
	}
	
	.get-insurance-three__main-tab-box .tab-buttons {
		position: relative;
		left: 0;
		margin-left: 166px;
		margin-bottom: 30px;
	}
	
	.testimonial-four__single-inner {
		padding: 38px 30px 42px;
	}
	
	.testimonial-four__carousel.owl-theme .owl-nav {
		bottom: -110px;
		left: 0;
	}
	
	.testimonial-four__client-info-box {
		flex-direction: column;
		align-items: baseline;
	}
	
	.testimonial-four__rating {
		margin-left: 0;
		margin-top: 10px;
	}
	
	.testimonial-four {
		padding: 120px 0 230px;
	}
	
	.footer-widget-two__latest-news {
		margin-top: 39px;
	}
	
	.footer-widget-two__contact {
		margin-top: 39px;
	}
	
	.site-footer-two__newsletter {
		padding-right: 40px;
		flex-direction: column;
	}
	
	.about-six__left {
		max-width: 600px;
		margin: 0 auto 0;
	}
	
	.about-six__right {
		max-width: 600px;
		margin: 103px auto 0;
	}
	
	.about-six {
		padding: 120px 0 90px;
	}
	
	.get-insurance-four__main-tab-box .tab-buttons {
		margin-bottom: 50px;
		margin-right: 0;
		max-width: 310px;
	}
	
	.get-insurance-four__main-tab-box .tabs-content {
		margin-left: 0;
	}
	
	.team-four__inner .row {
		--bs-gutter-x: 30px;
	}
	
	.why-choose-four__left {
		margin-right: 0;
	}
	
	.why-choose-four__right {
		margin-left: 0;
		margin-top: 50px;
	}
	
	.testimonial-five__content {
		padding: 30px 30px 40px;
	}
	
	.news-five__top {
		flex-direction: column;
		align-items: baseline;
	}
	
	.footer-widget-three__contact {
		margin-top: 42px;
	}
	
	.footer-widget-three__latest-news {
		margin-top: 42px;
	}
	
	.policy-proposal__messages-boxes {
		margin-right: 0;
	}
	
	.make-a-claim__points-box {
		margin-top: 23px;
	}
	
	.make-a-claim__procedure-shape-1 {
		display: none;
	}
	
	.make-a-claim__right {
		margin-top: 50px;
	}
	
	.insurance-details__left {
		margin-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.section-title-two__title {
		font-size: 35px;
		line-height: 45px;
	}
	
	.section-title-two__title br {
		display: none;
	}
	
	.section-title-three__title {
		font-size: 30px;
		line-height: 40px;
	}
	
	.section-title-three__title br {
		display: none;
	}
	
	.feature-five__single {
		padding: 0 15px 0px;
	}
	
	.feature-five__list li {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.about-five__img-two {
		display: none;
	}
	
	.about-five__shape-1, .about-five__arrow {
		display: none;
	}
	
	.about-five__right {
		margin-left: 0;
		margin-top: 60px;
	}
	
	.about-five__call {
		bottom: 0;
		left: 0;
		padding: 24px 35px 24px;
	}
	
	.about-five__points-and-counter-box {
		flex-direction: column;
		align-items: baseline;
	}
	
	.about-five__counter-box {
		margin-top: 30px;
		margin-left: 0;
	}
	
	.tracking-two__inner {
		padding: 53px 20px 51px;
		flex-direction: column;
	}
	
	.tracking-two__left {
		flex-direction: column;
		text-align: center;
	}
	
	.tracking-two__content {
		margin-left: 0;
		top: 0;
	}
	
	.tracking-two__icon {
		justify-content: center;
		margin-bottom: 20px;
	}
	
	.tracking-two__content {
		margin-left: 0;
		top: 0;
		margin-bottom: 20px;
	}
	
	.why-choose-three__left:before {
		transform: skewX(0deg);
	}
	
	.why-choose-three__img {
		clip-path: none;
	}
	
	.why-choose-three__right {
		margin-left: 0;
		margin-right: 0;
		margin-top: 50px;
	}
	
	.why-choose-three-shape-1, .why-choose-three-shape-2, .why-choose-three-shape-3 {
		display: none;
	}
	
	.why-choose-three__points-single {
		flex-direction: column;
		align-items: baseline;
	}
	
	.why-choose-three__points-content-box {
		margin-left: 0;
		margin-top: 20px;
	}
	
	.why-choose-three__points-content-box:before {
		display: none;
	}
	
	.get-insurance-three__left {
		margin-right: 0;
	}
	
	.get-insurance-three__right {
		margin-top: 60px;
	}
	
	.get-insurance-three__main-tab-box .tab-buttons {
		position: relative;
		left: 0;
		margin-left: 166px;
		margin-bottom: 30px;
	}
	
	.get-insurance-three__img:before {
		display: none;
	}
	
	.testimonial-four__single-inner {
		padding: 38px 20px 42px;
	}
	
	.testimonial-four__carousel.owl-theme .owl-nav {
		bottom: -110px;
		left: 0;
	}
	
	.testimonial-four__client-info-box {
		flex-direction: column;
		align-items: baseline;
	}
	
	.testimonial-four__rating {
		margin-left: 0;
		margin-top: 10px;
	}
	
	.testimonial-four {
		padding: 120px 0 230px;
	}
	
	.footer-widget-two__links {
		margin-top: 47px;
		margin-bottom: 39px;
	}
	
	.footer-widget-two__contact {
		margin-top: 44px;
	}
	
	.site-footer-two__newsletter {
		padding-left: 10px;
		padding-right: 10px;
		flex-direction: column;
	}
	
	.site-footer-two__newsletter-input-box input[type="email"] {
		padding-right: 0;
	}
	
	.newsletter__btn {
		position: relative;
	}
	
	.about-six__help {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.about-six__help-text {
		font-size: 22px;
	}
	
	.about-six__right {
		margin-left: 0;
		margin-top: 103px;
	}
	
	.about-six__progress-ber {
		flex-direction: column;
		align-items: baseline;
	}
	
	.about-six__progress-single+.about-six__progress-single {
		margin-left: 0;
	}
	
	.about-six {
		padding: 120px 0 90px;
	}
	
	.get-insurance-four__main-tab-box .tab-buttons {
		margin-right: 0;
		margin-bottom: 50px;
	}
	
	.get-insurance-four__main-tab-box .tab-buttons .tab-btn .text-box p {
		font-size: 15px;
	}
	
	.get-insurance-four__main-tab-box .tabs-content {
		margin-left: 0;
	}
	
	.get-insurance-four__main-content {
		flex-direction: column;
		align-items: baseline;
	}
	
	.get-insurance-four__main-content-right {
		margin-left: 0;
		margin-top: 50px;
	}
	
	.team-four__inner .row {
		--bs-gutter-x: 30px;
	}
	
	.why-choose-four__left {
		margin-right: 0;
	}
	
	.why-choose-four__right {
		margin-left: 0;
		margin-top: 50px;
	}
	
	.why-choose-four__bg-box {
		width: 100%;
	}
	
	.why-choose-four__bg-box-two {
		display: none;
	}
	
	.why-choose-four__text br {
		display: none;
	}
	
	.why-choose-four__points li {
		padding-left: 20px;
		padding-right: 20px;
		flex-direction: column;
		align-items: baseline;
	}
	
	.why-choose-four__points-content-box {
		margin-top: 20px;
	}
	
	.why-choose-four__points-content-box:before {
		display: none;
	}
	
	.testimonial-five__content {
		padding: 30px 20px 40px;
	}
	
	.news-five__top-btn-box {
		margin-top: 25px;
	}
	
	.news-five__left-content {
		left: 20px;
		right: 20px;
	}
	
	.news-five__title {
		font-size: 22px;
		line-height: 35px;
	}
	
	.news-five__list>li {
		flex-direction: column;
		align-items: baseline;
		padding: 0 30px 20px;
	}
	
	.news-five__list-content {
		margin-left: 0;
		margin-top: 20px;
	}
	
	.tracking-three__inner {
		padding: 92px 10px 100px;
	}
	
	.tracking-three__input-box input[type="text"] {
		padding-right: 30px;
	}
	
	.tracking-three__btn {
		position: relative;
		top: 0;
		transform: translateY(0%);
		margin-top: 20px;
	}
	
	.footer-widget-three__about {
		margin-right: 0;
	}
	
	.footer-widget-three__links {
		margin-top: 47px;
		margin-bottom: 39px;
	}
	
	.footer-widget-three__contact {
		margin-top: 46px;
	}
	
	.site-footer-three__bottom-inner {
		flex-direction: column;
	}
	
	.site-footer-three__social {
		margin-top: 15px;
	}
	
	.sign-in__form {
		padding: 60px 20px 60px;
	}
	
	.policy-proposal__inner {
		margin-right: 0;
	}
	
	.policy-proposal__messages-boxes {
		margin-right: 0;
	}
	
	.policy-proposal__text-1 br {
		display: none;
	}
	
	.make-a-claim__points-box {
		margin-top: 23px;
	}
	
	.make-a-claim__procedure-shape-1 {
		display: none;
	}
	
	.make-a-claim__right {
		margin-top: 50px;
	}
	
	.make-a-claim__procedure {
		flex-direction: column;
	}
	
	.insurance-details__left {
		margin-bottom: 50px;
	}
	
	.insurance-details__opportunities {
		flex-direction: column;
	}
	
	.insurance-details__opportunities-points-box {
		margin-left: 0;
		margin-top: 21px;
	}
	
	.insurance-details__points li {
		flex-direction: column;
		padding: 26px 20px 27px;
	}
	
	.insurance-details__points-left::before {
		display: none;
	}
	
	.insurance-details__points-right {
		padding-left: 0;
		text-align: center;
		padding-top: 15px;
	}
	
	.insurance-details__email-box {
		flex-direction: column;
		align-items: baseline;
		max-width: 100%;
	}
	
	.insurance-details__email-input-box {
		max-width: 100%;
		margin-bottom: 15px;
	}
	
	.insurance-details__age-box {
		flex-direction: column;
		padding: 16px 10px 16px;
	}
}

/*--------------------------------------------------------------
# Update 10/02/2023 Main Menu All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1249px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-menu-four__top-social {
		display: none;
	}
	
	.main-menu-four__left {
		width: 25.5%;
		background-color: var(--insur-black);
		text-align: center;
	}
	
	.main-menu-four__right {
		width: 74.5%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-menu-four__left {
		width: 30%;
		background-color: var(--insur-black);
		text-align: center;
	}
	
	.main-menu-four__right {
		width: 70%;
	}
	
	.main-menu-four__logo a {
		padding: 28px 0px 28px;
	}
	
	.main-menu-four__top {
		display: none;
	}
	
	.main-header-five__top {
		display: none;
	}
}

@media (max-width: 767px) {
	.main-menu-four__wrapper-inner {
		background-color: var(--insur-white);
	}
	
	.main-menu-four__left {
		width: auto;
		background-color: var(--insur-black);
		text-align: center;
	}
	
	.main-menu-four__right {
		width: auto;
	}
	
	.main-menu-four__logo a {
		padding: 28px 15px 28px;
	}
	
	.main-menu-four__bottom {
		justify-content: flex-end;
		padding: 20px 15px 20px;
		box-shadow: none;
	}
	
	.main-menu-four__call-search-cart {
		display: none;
	}
	
	.main-menu-four__top {
		display: none;
	}
	
	.main-header-five__top {
		display: none;
	}
	
	.main-menu-five__right {
		display: none;
	}
	
	.main-menu-five__logo {
		margin-right: 0;
	}
	
	.main-menu-five__left {
		justify-content: space-between;
		flex: 1;
	}
	
	.main-menu-five .mobile-nav__toggler {
		padding: 32px 0;
	}
}

/*--------------------------------------------------------------
# Update 10/02/2023 Main Slider All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-slider-four__img {
		display: none;
	}
	
	.main-slider-four__shape-2 {
		display: none;
	}
	
	.main-slider-four__nav {
		left: inherit;
		right: 120px;
	}
	
	.main-slider-five__shape-2 {
		display: none;
	}
	
	.main-slider-five__img {
		display: none;
	}
	
	.main-slider-five__nav {
		bottom: inherit;
		left: inherit;
		right: 120px;
		top: 50%;
		align-items: flex-end;
		flex-direction: column;
		transform: translateX(0) translateY(-50%);
	}
	
	.main-slider-five__nav .swiper-button-prev {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-slider-four__img {
		display: none;
	}
	
	.main-slider-four__shape-2 {
		display: none;
	}
	
	.main-slider-four__nav {
		left: inherit;
		right: 100px;
	}
	
	.main-slider-five__shape-2 {
		display: none;
	}
	
	.main-slider-five__img {
		display: none;
	}
	
	.main-slider-five__nav {
		bottom: inherit;
		left: inherit;
		right: 70px;
		top: 50%;
		align-items: flex-end;
		flex-direction: column;
		transform: translateX(0) translateY(-50%);
	}
	
	.main-slider-five__nav .swiper-button-prev {
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	.main-slider-five__title {
		font-size: 70px;
	}
	
	.main-slider-five .container {
		padding-top: 217px;
	}
}

@media (max-width: 767px) {
	.main-slider-four__nav {
		display: none;
	}
	
	.main-slider-four__img {
		display: none;
	}
	
	.main-slider-four__shape-2 {
		display: none;
	}
	
	.main-slider-four__title {
		font-size: 35px;
		line-height: 45px;
	}
	
	.main-slider-five__shape-2 {
		display: none;
	}
	
	.main-slider-five__img {
		display: none;
	}
	
	.main-slider-five__nav {
		display: none;
	}
	
	.main-slider-five__title {
		font-size: 34px;
		line-height: 44px;
	}
	
	.main-slider-five__text br {
		display: none;
	}
	
	.main-slider-five .container {
		padding-top: 199px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1650px) {
	.main-slider-four__img {
		right: -360px;
	}
	
	.main-slider-four__img img {
		width: 80%;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.main-slider-four__img {
		right: -360px;
	}
	
	.main-slider-four__img img {
		width: 80%;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
	.main-slider-four__nav {
		left: inherit;
		right: 120px;
	}
	
	.main-slider-five__shape-2 {
		display: none;
	}
	
	.main-slider-five__img {
		right: -365px;
	}
	
	.main-slider-five__img img {
		width: 90%;
	}
	
	.main-slider-five__nav {
		bottom: inherit;
		left: inherit;
		right: 120px;
		top: 50%;
		align-items: flex-end;
		flex-direction: column;
		transform: translateX(0) translateY(-50%);
	}
	
	.main-slider-five__nav .swiper-button-prev {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

/*--------------------------------------------------------------
# Update 17/06/2023 Main Slider All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1350px) {
	.get-insuracne-three__right {
		margin-left: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-header-six__top {
		display: none;
	}
	
	.main-menu-six__wrapper-inner {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.main-menu-six__logo-box {
		position: relative;
		top: 0;
		left: 0;
		padding: 24.5px 0;
	}
	
	.main-menu-six__logo-box:before {
		right: 0;
	}
	
	.main-menu-six__logo {
		position: relative;
		padding-right: 20px;
		clip-path: none;
	}
	
	.main-slider-seven__img {
		display: none;
	}
	
	.feature-six__single-inner {
		padding-right: 30px;
	}
	
	.about-seven__left {
		max-width: 600px;
		margin: 0 auto 0;
	}
	
	.about-seven__right {
		max-width: 600px;
		margin: 60px auto 0;
	}
	
	.counter-three__shape-1 {
		right: -50px;
	}
	
	.why-choose-five__left {
		max-width: 600px;
		margin: 0 auto 0;
	}
	
	.why-choose-five__right {
		max-width: 600px;
		margin: 60px auto 0;
	}
	
	.get-insuracne-three__right {
		margin-left: 0;
	}
	
	.get-insuracne-three__left {
		margin-left: 100px;
	}
	
	.cta-five__inner {
		flex-direction: column;
	}
	
	.cta-five__title {
		margin-bottom: 20px;
	}
	
	.footer-widget-four__services {
		margin-left: 0;
		margin-right: 0;
	}
	
	.footer-widget-four__contact {
		margin-left: 0;
		margin-top: 35px;
	}
	
	.footer-widget-four__news {
		margin-top: 35px;
	}
	
	.about-eight__left {
		max-width: 600px;
		margin: 0 auto 0;
	}
	
	.about-eight__right {
		max-width: 600px;
		margin: 350px auto 0;
	}
	
	/* .about-eight {
        padding: 30px 0 50px;
    } */
	.team-six__img-box {
		padding: 0 30px 0;
	}
	
	.counter-four__shape-1 {
		right: -50px;
	}
	
	.why-choose-six__single {
		padding: 60px 30px 51px;
	}
	
	.testimonial-seven__left {
		max-width: 600px;
		margin: 75px auto 0;
	}
	
	.testimonial-seven__right {
		max-width: 600px;
		margin: 152px auto 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-header-six__top {
		display: none;
	}
	
	.main-menu-six__wrapper-inner {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.main-menu-six__logo-box {
		position: relative;
		top: 0;
		left: 0;
		padding: 24.5px 0;
	}
	
	.main-menu-six__logo-box:before {
		right: 0;
	}
	
	.main-menu-six__logo {
		position: relative;
		padding-right: 20px;
		clip-path: none;
	}
	
	.main-menu-six__search-box, .main-menu-six__user {
		display: none;
	}
	
	.main-header-seven__top {
		display: none;
	}
	
	.main-slider-seven__img {
		display: none;
	}
	
	.main-slider-seven__title {
		font-size: 60px;
	}
	
	.main-slider-seven__title span {
		color: var(--insur-primary);
	}
	
	.main-slider-seven__text {
		color: var(--insur-black);
	}
	
	.about-seven__left {
		max-width: 600px;
		margin: 0 auto 0;
	}
	
	.about-seven__right {
		max-width: 600px;
		margin: 60px auto 0;
	}
	
	.about-seven__experience {
		left: 0;
	}
	
	.counter-three__shape-1 {
		display: none;
	}
	
	.why-choose-five__left {
		max-width: 600px;
		margin: 0 auto 0;
	}
	
	.why-choose-five__right {
		max-width: 600px;
		margin: 60px auto 0;
	}
	
	.get-insuracne-three__right {
		margin-left: 0;
	}
	
	.get-insuracne-three__left {
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 80px;
	}
	
	.cta-five__inner {
		flex-direction: column;
	}
	
	.cta-five__title {
		margin-bottom: 20px;
	}
	
	.footer-widget-four__services {
		margin-left: 0;
		margin-right: 0;
	}
	
	.footer-widget-four__contact {
		margin-left: 0;
		margin-top: 35px;
	}
	
	.footer-widget-four__news {
		margin-top: 35px;
	}
	
	.about-eight__left {
		max-width: 600px;
		margin: 0 auto 0;
	}
	
	.about-eight__right {
		max-width: 600px;
		margin: 350px auto 0;
	}
	
	/* .about-eight {
        padding: 30px 0 120px;
    } */
	.services-seven__single {
		padding: 37px 20px 39px;
	}
	
	.counter-four__shape-1 {
		display: none;
	}
	
	.why-choose-six__top {
		flex-direction: column;
		align-items: baseline;
	}
	
	.why-choose-six__btn-box {
		margin-top: 30px;
	}
	
	.testimonial-seven__left {
		max-width: 600px;
		margin: 75px auto 0;
	}
	
	.testimonial-seven__right {
		max-width: 600px;
		margin: 152px auto 0;
	}
	
	.process-two__list {
		flex-direction: column;
	}
	
	.process-two__list li::before {
		display: none;
	}
	
	.process-two__arrow {
		display: none;
	}
}

@media (max-width: 767px) {
	.main-header-six__top {
		display: none;
	}
	
	.main-menu-six__wrapper-inner {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.main-menu-six__logo-box {
		position: relative;
		top: 0;
		left: 0;
		padding: 24.5px 0;
	}
	
	.main-menu-six__logo-box:before {
		right: 0;
	}
	
	.main-menu-six__logo {
		position: relative;
		padding-right: 0;
		clip-path: none;
	}
	
	.main-menu-six__right {
		display: none;
	}
	
	.main-header-seven__top {
		display: none;
	}
	
	.main-menu-seven__right {
		display: none;
	}
	
	.main-slider-six__nav {
		display: none;
	}
	
	.main-slider-six__title {
		font-size: 32px;
		line-height: 40px;
	}
	
	.main-slider-six__text br {
		display: none;
	}
	
	.main-slider-seven__img {
		display: none;
	}
	
	.main-slider-seven__shape-bg {
		display: none;
	}
	
	.main-slider-seven__nav {
		display: none;
	}
	
	.main-slider-seven__title {
		font-size: 35px;
		line-height: 45px;
	}
	
	.main-slider-seven__text br {
		display: none;
	}
	
	.main-slider-seven .container {
		padding-bottom: 245px;
	}
	
	.section-title-four__title {
		font-size: 30px;
		line-height: 40px;
	}
	
	.section-title-four__title br {
		display: none;
	}
	
	.feature-six__single-inner {
		padding-right: 30px;
	}
	
	.about-seven__left {
		margin-left: 0;
		margin-right: 0;
	}
	
	.about-seven__experience {
		display: none;
	}
	
	.about-seven__right {
		margin-left: 0;
		margin-top: 60px;
	}
	
	.about-seven__right-bottom {
		flex-direction: column;
		align-items: baseline;
	}
	
	.about-seven__right-counter {
		margin-left: 0;
		margin-top: 30px;
	}
	
	.counter-three__shape-1 {
		display: none;
	}
	
	.counter-three__count-box {
		flex-direction: column;
		text-align: center;
	}
	
	.why-choose-five__left {
		margin-right: 0;
	}
	
	.why-choose-five__right {
		margin-left: 0;
		margin-top: 80px;
	}
	
	.why-choose-five__points-list li {
		flex-direction: column;
		align-items: baseline;
	}
	
	.why-choose-five__points-list li .content {
		margin-left: 0;
		margin-top: 20px;
	}
	
	.get-insuracne-three__right {
		margin-left: 0;
		padding: 58px 15px 58px;
	}
	
	.get-insuracne-three__left {
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 80px;
	}
	
	.get-insuracne-three__tab-box .tab-buttons {
		flex-direction: column;
	}
	
	.get-insuracne-three__tab-box .tab-buttons .tab-btn+.tab-btn {
		margin-left: 0;
	}
	
	.news-six__content {
		padding: 76px 20px 40px;
	}
	
	.cta-five__inner {
		flex-direction: column;
		align-items: baseline;
	}
	
	.cta-five__title {
		margin-bottom: 20px;
		font-size: 19px;
	}
	
	.cta-five__email-box {
		flex-direction: column;
		align-items: baseline;
	}
	
	.cta-five__subscribe-btn {
		margin-top: 10px;
	}
	
	.footer-widget-four__services {
		margin-left: 0;
		margin-right: 0;
		margin-top: 42px;
		margin-bottom: 35px;
	}
	
	.footer-widget-four__contact {
		margin-left: 0;
	}
	
	.footer-widget-four__news {
		margin-top: 42px;
	}
	
	.about-eight {
		padding: 30px 0 120px;
	}
	
	.about-eight__left {
		margin-left: 0;
	}
	
	.about-eight__img-two {
		display: none;
	}
	
	.about-eight__experience {
		position: relative;
		right: 0;
		bottom: 0;
		margin-top: 30px;
	}
	
	.about-eight__right {
		margin-left: 0;
		margin-top: 60px;
	}
	
	.section-title-five__title {
		font-size: 30px;
		line-height: 40px;
	}
	
	.section-title-five__title br {
		display: none;
	}
	
	.about-eight__service {
		flex-direction: column;
		align-items: baseline;
	}
	
	.about-eight__service li+li {
		margin-top: 20px;
	}
	
	.reg-insurance__btn-box {
		flex-direction: column;
	}
	
	.reg-insurance__btn-two {
		margin-left: 0;
		margin-top: 10px;
	}
	
	.services-seven__single {
		padding: 37px 20px 39px;
	}
	
	.team-six__img-box {
		padding: 0 30px 0;
	}
	
	.counter-four__shape-1 {
		display: none;
	}
	
	.counter-four__count-box {
		flex-direction: column;
		text-align: center;
	}
	
	.why-choose-six__top {
		flex-direction: column;
		align-items: baseline;
	}
	
	.why-choose-six__btn-box {
		margin-top: 30px;
	}
	
	.why-choose-six__single {
		padding: 60px 30px 51px;
	}
	
	.testimonial-seven__left {
		margin-right: 0;
	}
	
	.testimonial-seven__carousel-outer {
		padding: 40px 20px 48px;
	}
	
	.testimonial-seven__right {
		margin-left: 0;
	}
	
	.testimonial-seven__right-content {
		padding: 59px 20px 60px;
	}
	
	.testimonial-seven__main-tab-box .tab-buttons {
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 50px;
	}
	
	.process-two__list {
		flex-direction: column;
	}
	
	.process-two__list li::before {
		display: none;
	}
	
	.process-two__arrow {
		display: none;
	}
}

@media only screen and (min-width: 1600px) and (max-width: 1895px) {
	.main-header-six__top-inner {
		padding: 0px 50px 0px;
		padding-left: 50px;
	}
	
	.main-menu-six__wrapper-inner {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.main-menu-six__logo-box {
		position: relative;
		top: 0;
		left: 0;
		padding: 24.5px 0;
	}
	
	.main-menu-six__logo-box:before {
		right: 0;
	}
	
	.main-menu-six__logo {
		position: relative;
		padding-right: 40px;
		clip-path: none;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
	.main-header-six__top-inner {
		padding: 0px 50px 0px;
		padding-left: 50px;
	}
	
	.main-menu-six__wrapper-inner {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.main-menu-six__logo-box {
		position: relative;
		top: 0;
		left: 0;
		padding: 24.5px 0;
	}
	
	.main-menu-six__logo-box:before {
		right: 0;
	}
	
	.main-menu-six__logo {
		position: relative;
		padding-right: 40px;
		clip-path: none;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.main-header-six__top-inner {
		padding: 0px 50px 0px;
		padding-left: 50px;
	}
	
	.main-menu-six__wrapper-inner {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.main-menu-six__logo-box {
		position: relative;
		top: 0;
		left: 0;
		padding: 24.5px 0;
	}
	
	.main-menu-six__logo-box:before {
		right: 0;
	}
	
	.main-menu-six__logo {
		position: relative;
		padding-right: 20px;
		clip-path: none;
	}
	
	.main-menu-six__search-box, .main-menu-six__user {
		display: none;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 1730px) {
	.main-slider-seven__img {
		right: 20px;
	}
	
	.main-slider-seven__img img {
		width: 80%;
	}
	
	.main-slider-seven__support {
		left: -100px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.main-slider-seven__img {
		display: none;
	}
}

@media only screen and (max-width: 1199px) {
	/* common css start  */
	h2.innerpage-title {
		font-size: 30px;
		line-height: 38px;
	}
	
	/* common css end  */
	
	/* hero banner start  */
	.page-header {
		padding: 95px 0 95px;
	}
	
	.page-header__inner h2, .page-header__inner h1 {
		font-size: 36px;
		line-height: 44px;
	}
	
	/* hero banner start  */
	
	/* blog page start  */
	
	/* sidebar start  */
	.sidebar__search-form input[type="text"] {
		height: 60px;
	}
	
	.sidebar__post {
		padding: 20px 10px;
	}
	
	.sidebar__tags {
		padding: 20px 20px;
	}
	
	.sidebar__title {
		font-size: 20px;
	}
	
	.sidebar__category {
		padding: 20px 15px;
	}
	
	.sidebar__post-image {
		margin-right: 15px;
	}
	
	.sidebar__single+.sidebar__single {
		margin-top: 25px;
	}
	
	/* sidebar end */
	.news-sideabr__title {
		font-size: 30px;
		line-height: 38px;
		margin-bottom: 8px;
	}
	
	/* blog page end  */
	
	/* blog detail start  */
	.blog-details-desk  h1 {
		font-size: 32px;
		line-height: 40px;
	}
	
	.blog-details-desk h2 {
		font-size: 30px;
		line-height: 38px;
	}
	
	/* pagnation start  */
	.pagination {
		margin-top: 30px;
	}
	
	/* pagnation end */
	
	/* blog detail end  */
	
	/* about page start  */
	.team-section  .row {
		--bs-gutter-x: 80px;
	}
	
	.team-one__single {
		margin-top: 35px;
	}
	
	.team-section .col-xl-3 {
		padding: 0px 40px;
	}
	
	.loan-about .loan-box {
		padding: 25px;
	}
	
	.team-one__name {
		font-size: 20px;
		line-height: 28px;
	}
	
	.loan-about .loan-box {
		padding: 20px;
	}
	
	/* about loan section start  */
	.loan-content-title h2.innerpage-title {
		margin-bottom: 22px;
	}
	
	/* about loan section end  */
	
	/* about page end  */
	
	/* contact page start  */
	
	/* contact section start  */
	.contact-page__left {
		padding-right: 0;
	}
	
	.contact-section  h2.section-title__title {
		font-size: 32px;
		line-height: 42px;
	}
	
	.contact-section .form-group textarea {
		height: 150px;
	}
	
	/* contact section end */
	
	/* map section start  */
	.map-box iframe {
		height: 400px;
	}
	
	.map-section  .map-location a {
		font-size: 17px;
	}
	
	.map-section  .map-location a span i {
		left: -24px;
		font-size: 18px;
	}
	
	.map-section  .map-location {
		min-height: 136px;
		padding: 15px 15px 15px 35px;
	}
	
	/* map section end  */
	
	/* contact page end  */
	
	/* service page start  */
	.page-header.service-banner {
		padding: 35px 0px;
	}
	
	/* left right start  */
	.left-right  .header-title-home {
		margin-bottom: 12px;
	}
	
	.left-right .row:nth-child(even) .left-right-content {
		padding-right: 30px;
	}
	
	.left-right .row:nth-child(odd) .left-right-content {
		padding-left: 30px;
	}
	
	.left-right-content {
		padding-top: 15px;
	}
	
	/* left right end  */
	
	/* service page end  */
	.service-loan-content h2.innerpage-title {
		margin-bottom: 10px;
	}
	
	/* service page end  */
	
	/* thankyou page start  */
	.thankyou h1 {
		font-size: 70px;
		line-height: 62px;
	}
	
	.thankyou img {
		height: 120px;
	}
	
	.thankyou p {
		font-size: 20px;
		line-height: 28px;
	}
	
	/* thankyou page end  */
	
	/* calculator page start */
	.demo-income-tax-calculator .iframe-section form {
		padding: 20px;
	}
	
	/* calculator page end */
	
	/* areas-we-serve-page top_location btn start  */
	ul.top_location  li {
		width: 33%;
	}
	
	/* areas-we-serve-page top_location btn end  */
	
	/* cms details page start  */
	.cms-details h4 {
		font-size: 22px;
		line-height: 30px;
	}
	
	/* cms details page end  */
	
	/* landing page start */
	.landing-page .page-header.service-banner {
		padding-bottom: 170px;
	}
	
	.usp-home-main.count_repeter .usp-box h3, .usp-home-main.count_repeter .usp-box span {
		font-size: 35px;
	}
	
	.usp-home-main.count_repeter .usp-box p {
		margin-top: 3px;
	}
	
	/* landing page end */
	
	/* careers  page start  */
	.careers .loan-section.ptb-70 {
		padding-top: 300px;
	}
	
	.careers .loan-box h4:before {
		width: 44px;
		height: 44px;
	}
	
	/* careers  page end  */
	
	/* home loans victoria page start  */
	.loan-content .img-title-box h5 {
		font-size: 18px;
	}
}

@media only screen and (max-width: 991px) {
	/* common css start  */
	h2.innerpage-title {
		font-size: 28px;
		line-height: 36px;
	}
	
	/* common css end  */
	
	/* hero banner start  */
	.page-header {
		padding: 75px 0 75px;
	}
	
	.page-header__inner h2, .page-header__inner h1 {
		font-size: 32px;
		line-height: 40px;
	}
	
	/* hero banner start  */
	
	/* blog page start  */
	
	/* sidebar start  */
	.sidebar__search-form button[type="submit"] {
		width: 51px;
	}
	
	.sidebar__search-form input[type="text"] {
		height: 50px;
	}
	
	.sidebar__post-list li {
		padding: 8px 10px;
	}
	
	.sidebar__post {
		padding: 20px 10px;
	}
	
	.sidebar__single+.sidebar__single {
		margin-top: 20px;
	}
	
	.sidebar__tags {
		padding: 20px 15px;
	}
	
	.sidebar__category {
		padding: 20px 10px;
	}
	
	/* sidebar end */
	.news-sideabr__title {
		font-size: 26px;
		line-height: 34px;
	}
	
	/* blog page end  */
	
	/* blog detail start  */
	.blog-details-desk  h1 {
		font-size: 32px;
		line-height: 40px;
	}
	
	.blog-details-desk h2 {
		font-size: 30px;
		line-height: 38px;
	}
	
	/* blog detail end  */
	
	/* blog detail start  */
	.blog-details-desk ul, .blog-details-desk  ol {
		padding: 0 0 10px 25px;
	}
	
	.blog-details-desk  h1 {
		padding-top: 12px;
		padding-bottom: 5px;
		font-size: 30px;
		line-height: 38px;
	}
	
	.blog-details-desk  h2 {
		padding-top: 12px;
		padding-bottom: 5px;
		font-size: 28px;
		line-height: 36px;
	}
	
	.blog-details-desk  h3 {
		padding-top: 12px;
		padding-bottom: 5px;
		font-size: 24px;
		line-height: 32px;
	}
	
	.blog-details-desk  h4 {
		padding-top: 12px;
		padding-bottom: 5px;
		font-size: 22px;
		line-height: 30px;
	}
	
	.blog-details-desk  h5 {
		padding-top: 12px;
		padding-bottom: 5px;
	}
	
	.blog-details-desk  h6 {
		padding-top: 12px;
		padding-bottom: 5px;
	}
	
	/* pagnation start  */
	.pagination {
		margin-top: 25px;
	}
	
	.pagination .page-link {
		height: 35px;
		width: 35px;
	}
	
	.pagination  .page-item .page-link i {
		font-size: 17px;
	}
	
	/* pagnation end  */
	
	/* blog detail end  */
	
	/* about page start  */
	.loan-about .col-lg-4 {
		margin-bottom: 20px;
	}
	
	.loan-about .col-lg-4:last-child {
		margin-bottom: 0;
	}
	
	.loan-about .loan-btn {
		margin-top: 20px;
	}
	
	.loan-about .loan-box {
		padding: 15px;
	}
	
	.team-one__content {
		padding-top: 22px;
	}
	
	.team-section  .row {
		--bs-gutter-x: 60px;
	}
	
	.team-one__name {
		font-size: 18px;
		line-height: 22px;
	}
	
	.team-one__single {
		margin-top: 30px;
	}
	
	.team-section .col-xl-3 {
		padding: 0px 30px;
	}
	
	.loan-about h4 {
		margin-bottom: 10px;
	}
	
	/* about page end  */
	
	/* contact page start  */
	
	/* contact section start  */
	.contact-section .contact-page__left .section-title {
		margin-bottom: 22px;
	}
	
	.contact-section .contact-page__left li .icon span {
		font-size: 15px;
	}
	
	.contact-section .contact-page__left li a, .contact-section .contact-page__left li b {
		font-size: 18px;
	}
	
	.contact-section  .contact-page__left ul li.line {
		margin-bottom: 10px;
	}
	
	.contact-section .form-group textarea {
		height: 120px;
	}
	
	.contact-section  .contact-page__left li .icon {
		height: 35px;
		width: 35px;
	}
	
	.contact-section  h2.section-title__title {
		font-size: 26px;
		line-height: 36px;
	}
	
	/* contact section end  */
	
	/* map section start  */
	.map-section  .map-location {
		width: 270px;
	}
	
	.map-box iframe {
		height: 370px;
	}
	
	.map-section  .map-location a {
		font-size: 16px;
	}
	
	/* map section end  */
	
	/* contact page end  */
	
	/* service page start  */
	
	/* service banner start  */
	.service-banner .phone-animation span {
		padding: 20px;
	}
	
	.page-header.service-banner .service-banner-text .thm-btn {
		margin-top: 12px;
	}
	
	.mo-nomber {
		font-size: 17px;
		top: 23px;
	}
	
	.page-header.service-banner .service-banner-text h2, .page-header.service-banner .service-banner-text h1 {
		font-size: 28px;
		margin-bottom: 12px;
	}
	
	/* service banner end  */
	
	/* service content start  */
	.service-loan-content .loan-content:not(:first-of-type) {
		padding-top: 20px;
	}
	
	.service-loan-content h2.innerpage-title {
		margin-bottom: 8px;
	}
	
	.service-loan-content h2.innerpage-title:not(:first-child) {
		padding-top: 8px;
	}
	
	.service-loan-content  .service-banner-btn {
		padding-top: 10px;
	}
	
	.service-loan-content h3 {
		font-size: 22px;
		line-height: 30px;
	}
	
	/* service content end  */
	
	/* left right start  */
	.left-right-content h3 {
		font-size: 20px;
	}
	
	.left-right-content  h4 {
		font-size: 20px;
		line-height: 28px;
	}
	
	/* left right end */
	
	/* service page end  */
	
	/* thankyou page start  */
	.thankyou h1 {
		font-size: 60px;
		line-height: 55px;
	}
	
	.thankyou img {
		height: 110px;
		margin-bottom: 12px;
	}
	
	.thankyou p {
		font-size: 18px;
		line-height: 26px;
	}
	
	/* thankyou page end  */
	
	/* step form start  */
	.loan-equity .radio-img {
		width: 31%;
	}
	
	.loan-equity .step-form #step1 .step-form-heading h2 {
		margin-bottom: 30px;
	}
	
	.loan-equity .step-form  .bs-stepper-line {
		width: 15px;
	}
	
	/* step form end */
	
	/* leasing calculator page start  */
	.leasing-calculator .iframe-part .iframe-title {
		margin-bottom: 15px;
	}
	
	/* leasing calculator page end  */
	
	/* home-loan-tools-health-check-borrowing-capacity page start  */
	.repeater-box .col-md-6 {
		margin-top: 25px;
	}
	
	.repeater-box .cal-content {
		padding: 30px 30px;
	}
	
	/* home-loan-tools-health-check-borrowing-capacity page end */
	
	/* left_right_step_inner page start  */
	.left-right-step-section  h4 {
		font-size: 20px;
		line-height: 26px;
	}
	
	.left-right-step-section p:first-child {
		margin-top: 8px;
	}
	
	/* left_right_step_inner page end  */
	
	/* cms details page start  */
	.cms-details h4 {
		font-size: 20px;
		line-height: 28px;
	}
	
	/* cms details page end  */
	
	/* landing page start */
	.landing-page .page-header.service-banner {
		padding-bottom: 145px;
	}
	
	.usp-home-main.count_repeter {
		max-width: 720px;
	}
	
	.usp-home-main.count_repeter .usp-box h3, .usp-home-main.count_repeter .usp-box span {
		font-size: 30px;
	}
	
	.usp-home-main.count_repeter .usp-box {
		padding: 20px;
	}
	
	/* landing page end */
	
	/* careers  page start  */
	.careers .loan-section.ptb-70 {
		padding-top: 270px;
	}
	
	.careers .loan-box h4:before {
		width: 40px;
		height: 40px;
	}
	
	.careers .loan-about .container  .col-lg-4:nth-child(2) {
		border-radius: 0 20px 0 0;
	}
	
	.careers .loan-about   .container {
		margin-top: -85px;
	}
	
	.careers  .loan-about .loan-box ul {
		column-count: 2;
		gap: 30px;
	}
}

@media only screen and (min-width: 768px) {
	/* left right start section  */
	.left-right .row:nth-child(even) {
		flex-direction: row-reverse;
	}
	
	.left-right .row:nth-child(odd) .col-md-6:first-child {
		padding-right: 0;
	}
	
	.left-right .row:nth-child(odd) .col-md-6:last-child {
		padding-left: 0;
	}
	
	.left-right .row:nth-child(even) .col-md-6:first-child {
		padding-left: 0;
	}
	
	.left-right .row:nth-child(.row:nth-child(even)) .col-md-6:last-child {
		padding-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	/* common css start  */
	h2.innerpage-title {
		font-size: 26px;
		line-height: 34px;
	}
	
	/* common css end  */
	
	/* hero banner start  */
	.page-header {
		padding: 50px 0 50px;
	}
	
	.page-header__inner h2, .page-header__inner h1 {
		font-size: 28px;
		line-height: 34px;
	}
	
	.thm-breadcrumb li {
		font-size: 14px;
	}
	
	/* hero banner start  */
	
	/* about page start  */
	
	/* about loan section start  */
	.loan-about  .risk {
		margin-bottom: 20px;
	}
	
	.loan-content-title h2.innerpage-title {
		margin-bottom: 18px;
	}
	
	.loan-about h4 {
		margin-bottom: 7px;
	}
	
	.team-one__sub-title {
		font-size: 12px;
	}
	
	/* about loan section end  */
	
	/* about page end  */
	
	/* blog page start  */
	
	/* sidebar start  */
	
	/* sidebar end */
	.news-sideabr__title {
		font-size: 22px;
		line-height: 28px;
	}
	
	.news-sideabr__single+.news-sideabr__single {
		margin-top: 30px;
	}
	
	/* sidebar start  */
	.sidebar__post {
		padding: 15px 5px;
	}
	
	.sidebar__tags .sidebar__title {
		margin-bottom: 15px;
		margin-left: 10px;
	}
	
	.sidebar__tags {
		padding: 15px 10px;
	}
	
	.sidebar__category {
		padding: 15px 5px;
	}
	
	.sidebar__search-form button[type="submit"] {
		width: 43px;
	}
	
	.sidebar__search-form input[type="text"] {
		padding-left: 20px;
	}
	
	/* sidebar end */
	.news-sideabr__content-box .news-sideabr__meta {
		margin-bottom: 10px !important;
	}
	
	.news-sideabr__text {
		padding-bottom: 4px;
	}
	
	.news-sideabr__meta li a i {
		font-size: 14px;
	}
	
	.news-sideabr__meta li a {
		font-size: 12px;
	}
	
	.news-details__tags span {
		font-size: 14px;
	}
	
	.news-sideabr__meta li .news-details__tags a {
		font-size: 14px;
	}
	
	/* blog page end  */
	
	/* blog detail start  */
	.news-sideabr__text {
		font-size: 15px;
		line-height: 24px;
	}
	
	.blog-details-desk ul, .blog-details-desk  ol {
		padding: 0 0 10px 25px;
	}
	
	.blog-details-desk  h1 {
		font-size: 28px;
		line-height: 36px;
	}
	
	.blog-details-desk  h2 {
		font-size: 24px;
		line-height: 32px;
	}
	
	.blog-details-desk  h3 {
		font-size: 22px;
		line-height: 30px;
	}
	
	.blog-details-desk  h4 {
		font-size: 20px;
		line-height: 28px;
	}
	
	.blog-details-desk  h5 {
		font-size: 18px;
		line-height: 26px;
	}
	
	.blog-details-desk  h6 {
		font-size: 17px;
		line-height: 25px;
	}
	
	/* blog detail end  */
	
	/* contact pagr start  */
	
	/* contact section start  */
	.contact-section .contact-page__left .section-title {
		margin-bottom: 16px;
	}
	
	.contact-section  h2.section-title__title {
		font-size: 24px;
		line-height: 32px;
	}
	
	.contact-section .contact-page__left li a, .contact-section .main-header-seven__top-address-list li b {
		font-size: 16px;
	}
	
	.contact-section  .contact-page__left li .icon {
		height: 30px;
		width: 30px;
	}
	
	.contact-section .contact-page__left li .icon span {
		font-size: 14px;
	}
	
	.map-section  .map-location {
		min-height: initial;
	}
	
	/* contact section end  */
	
	/* map section start  */
	.map-section .col-md-6:first-child {
		padding-left: 15px;
	}
	
	.map-section .col-md-6:last-child {
		padding-right: 15px;
	}
	
	.map-box iframe {
		height: 280px;
	}
	
	.map-section .col-md-6:first-child  .map-box {
		margin-bottom: 25px;
	}
	
	.map-section .col-md-6:last-child  .map-location, .map-section .col-md-6:last-child iframe {
		border-radius: 0px 8px 0 0;
	}
	
	.map-section  .map-location {
		right: 0;
	}
	
	/* map section end  */
	
	/* service page start  */
	
	/* service banner start  */
	.page-header.service-banner .service-banner-text h2, .page-header.service-banner .service-banner-text h1 {
		font-size: 26px;
		margin-bottom: 10px;
	}
	
	/* service banner end  */
	.page-header.service-banner {
		padding: 25px 0px;
	}
	
	/* left right start  */
	.left-right .row:nth-child(odd) .left-right-content {
		padding-left: 0;
	}
	
	.left-right .row:nth-child(even) .left-right-content {
		padding-right: 0;
	}
	
	.left-right  .header-title-home {
		margin-bottom: 8px;
	}
	
	.left-right .thm-btn {
		margin-top: 16px;
	}
	
	.left-right .row:first-child .left-right-content {
		padding-top: 15px;
	}
	
	.left-right-content h3 {
		font-size: 18px;
		line-height: 26px;
	}
	
	.left-right-content  h4 {
		font-size: 18px;
		line-height: 26px;
	}
	
	/* left right end  */
	
	/* service faq start  */
	.service-faq .col-xl-6:first-child .faq-right {
		margin-bottom: 25px;
	}
	
	/* service page end */
	
	/* service content start  */
	.service-loan-content .loan-content:not(:first-of-type) {
		padding-top: 18px;
	}
	
	.service-loan-content  h4 {
		font-size: 18px;
		line-height: 26px;
	}
	
	.table-responsive {
		margin-bottom: 20px;
	}
	
	/* service content end  */
	
	/* thankyou page start  */
	.thankyou h1 {
		font-size: 50px;
		line-height: 50px;
	}
	
	.thankyou img {
		height: 100px;
	}
	
	.thankyou p {
		font-size: 16px;
		line-height: 24px;
	}
	
	/* thankyou page end  */
	
	/* step form start  */
	.loan-equity .col-md-6 {
		padding: 0 15px;
	}
	
	.loan-equity .step-form {
		padding: 20px;
	}
	
	.loan-equity-image {
		display: none;
	}
	
	.loan-equity .step-form  .bs-stepper-line {
		width: 85px;
	}
	
	.loan-equity .step-form-heading h2.innerpage-title {
		font-size: 20px;
	}
	
	/* step form end */
	
	/* leasing calculator page start  */
	.iframe-section  .iframe-part .iframe-title {
		margin-bottom: 15px;
	}
	
	.iframe-section .service-banner-btn {
		margin-bottom: 20px;
		margin-top: 15px;
	}
	
	/* leasing calculator page end  */
	
	/* home-loan-tools-health-check-borrowing-capacity page start  */
	.repeater-box .col-12 .title h4 {
		font-size: 20px;
		line-height: 26px;
	}
	
	.repeater-box .col-md-6 {
		margin-top: 20px;
	}
	
	.repeater-box .cal-content {
		padding: 25px 25px;
	}
	
	/* home-loan-tools-health-check-borrowing-capacity page end */
	
	/* areas-we-serve-page top_location btn start  */
	ul.top_location  li {
		width: 50%;
	}
	
	/* areas-we-serve-page top_location btn end  */
	
	/* left_right_step_inner page start  */
	.left-right-step-section  h2 {
		text-align: left;
		margin-bottom: 20px;
	}
	
	.left-right-step-section  h4 {
		font-size: 18px;
		line-height: 24px;
	}
	
	.left_right_step:nth-child(even) {
		justify-content: end;
	}
	
	.left-right-step-repeter::before {
		left: 15px;
	}
	
	.left_right_step_inner span {
		left: 0px;
		height: 32px;
		width: 32px;
	}
	
	.left_right_step_inner span::before {
		height: 14px;
		width: 14px;
	}
	
	.left_right_step_inner {
		width: 100%;
	}
	
	.left_right_step:nth-child(even) .left_right_step_inner {
		padding-right: 0px;
		padding-left: 55px;
	}
	
	.left_right_step:nth-child(even) .left_right_step_inner .left_right_step_box:before {
		right: initial;
		left: 32px;
		clip-path: polygon(0px 0px, 30px 30px, 0px 30px);
	}
	
	.left_right_step:nth-child(even) .left_right_step_inner span {
		right: initial;
		left: 0px;
	}
	
	.left_right_step:nth-child(even) .left_right_step_inner .left_right_step_box:before {
		left: 40px;
	}
	
	.left_right_step_inner .left_right_step_box:before {
		left: 40px;
	}
	
	.left_right_step:nth-child(even) .left_right_step_box {
		text-align: left;
	}
	
	.left_right_step:not(:last-of-type) {
		margin-bottom: 20px;
	}
	
	.left_right_step:nth-child(odd) .left_right_step_inner {
		padding-left: 55px;
	}
	
	.left_right_step_inner .left_right_step_box {
		padding: 15px;
	}
	
	/* left_right_step_inner page end  */
	
	/* team details start  */
	.team-details .arg-btn-box {
		padding-top: 5px;
	}
	
	.team-loan-detail {
		padding: 8px 20px;
		border-radius: 20px;
	}
	
	/* team details end  */
	
	/* landing page start */
	.landing-page .page-header.service-banner {
		padding-bottom: 135px;
	}
	
	.usp-home-main.count_repeter .usp-box h3, .usp-home-main.count_repeter .usp-box span {
		font-size: 25px;
	}
	
	.usp-home-main.count_repeter {
		max-width: 540px;
	}
	
	.usp-home-main.count_repeter .usp-box {
		padding: 15px;
	}
	
	/* landing page end */
	
	/* careers  page start  */
	.careers .loan-about   .container {
		margin-top: -70px;
	}
	
	.careers .loan-about .container .loan-box {
		padding: 20px 0px;
	}
	
	.careers .loan-box h4:before {
		width: 35px;
		height: 35px;
	}
	
	.careers .loan-section.ptb-70 {
		padding-top: 230px;
	}
	
	/* careers  page end  */
	
	/* commercial-and-business-loan start  */
	.loan-content .business-loan-row.home-loans-contain .business-loan-div {
		display: flex;
	}
	
	.loan-content .business-loan-div {
		padding: 15px 15px 15px;
	}
	
	.loan-content .business-loan-row.home-loans-contain .business-loan-div .loan-img {
		flex-shrink: 0;
		margin-top: -7px;
		margin-right: 8px;
	}
	
	.loan-content .business-loan-row.home-loans-contain .business-loan-div .loan-img img {
		height: 70px;
		width: auto;
	}
	
	.loan-content .business-loan-row.home-loans-contain .business-loan-div {
		text-align: start;
	}
	
	/* commercial-and-business-loan end  */
	
	/* home loans victoria page start  */
	.loan-content .img-title-box h5 {
		font-size: 16px;
	}
	
	.loan-content .img-title-box {
		padding: 3px 0;
	}
	
	.service-loan-content .type-of-loan {
		margin-bottom: 20px;
	}
	
	/* home loans victoria page end */
	
	/* calculators-and-financial-tool page start  */
	.calculators-btn.repeater-box .repeater-title {
		font-size: 16px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 575px) {
	/* common css start  */
	h2.innerpage-title {
		font-size: 24px;
		line-height: 32px;
	}
	
	/* common css end  */
	
	/* hero banner start  */
	.page-header {
		padding: 40px 0 40px;
	}
	
	.page-header__inner h2, .page-header__inner h1 {
		font-size: 26px;
		line-height: 32px;
	}
	
	/* hero banner start  */
	
	/* blog page start  */
	
	/* sidebar start  */
	.sidebar__single+.sidebar__single {
		margin-top: 15px;
	}
	
	/* sidebar end */
	.news-sideabr__title {
		font-size: 20px;
		line-height: 28px;
	}
	
	/* blog page end  */
	
	/* blog detail start  */
	.blog-details-desk ul, .blog-details-desk  ol {
		padding: 0 0 10px 25px;
	}
	
	.blog-details-desk  h1 {
		font-size: 26px;
		line-height: 32px;
	}
	
	.blog-details-desk  h4 {
		font-size: 19px;
		line-height: 27px;
	}
	
	/* blog detail end  */
	
	/* service page start  */
	
	/* service banner start  */
	.page-header.service-banner  .banner-content {
		flex-direction: column;
		align-items: center;
	}
	
	.service-banner .phone-animation span {
		padding: 17px;
	}
	
	.mo-nomber {
		font-size: 16px;
		top: 15px;
	}
	
	.phone-animation {
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	/* service banner end  */
	
	/* google review start  */
	.ti-footer.source-Google {
		margin-bottom: 15px !important;
	}
	
	/* google review end */
	
	/* about team section start  */
	.team-section  .row {
		--bs-gutter-x: 30px;
	}
	
	/* about team section start  */
	
	/* left right start  */
	.left-right-content h3 {
		font-size: 17px;
		line-height: 25px;
	}
	
	/* left right end  */
	.service-loan-content  .service-banner-btn {
		padding-top: 5px;
	}
	
	/* service page end  */
	
	/* thankyou page start  */
	.thankyou h1 {
		font-size: 40px;
		line-height: 40px;
	}
	
	.thankyou img {
		height: 90px;
	}
	
	/* thankyou page end  */
	
	/* step form start  */
	.loan-equity .step-form  .bs-stepper-line {
		width: 60px;
	}
	
	/* step form end */
	
	/* home-loan-tools-health-check-borrowing-capacity page start  */
	.repeater-box .col-12 .title h4 {
		font-size: 18px;
		line-height: 24px;
	}
	
	.repeater-box .col-md-6 {
		margin-top: 15px;
	}
	
	.repeater-box .cal-content {
		padding: 20px 20px;
	}
	
	/* home-loan-tools-health-check-borrowing-capacity page end */
	
	/* contact pagr start  */
	
	/* contact section start  */
	.contact-section  h2.section-title__title {
		font-size: 22px;
		line-height: 30px;
	}
	
	/* contact section end  */
	
	/* contact pagr end  */
	
	/* careers page start  */
	.careers .loan-about .container  .col-lg-4:nth-child(2) {
		border-radius: 0;
	}
	
	.careers .loan-section.ptb-70 {
		padding-top: 165px;
	}
	
	.careers .loan-about   .container {
		margin-top: -35px;
	}
	
	.careers  .loan-about .loan-box ul {
		column-count: initial;
	}
	
	.careers .loan-about   .container .loan-box {
		padding: 15px 0px;
	}
	
	/* careers page end  */
	
	/* site map page start  */
	.site-map-page .col-12.col-sm-6:last-child {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 479px) {
	/* common css start  */
	h2.innerpage-title {
		font-size: 22px;
		line-height: 30px;
	}
	
	/* common css end  */
	
	/* blog page start  */
	.news-sideabr__title {
		font-size: 18px;
		line-height: 26px;
	}
	
	/* blog page end  */
	
	/* blog detail start  */
	.news-sideabr__meta {
		flex-wrap: wrap;
	}
	
	/* .news-sideabr__meta li+li { margin-left: 0px;}   */
	
	/* pagination start  */
	.pagination .page-link {
		height: 26px;
		width: 26px;
		font-size: 14px;
	}
	
	.pagination  .page-item .page-link i {
		font-size: 15px;
	}
	
	.pagination li:not(:last-of-type) {
		margin-right: 5px;
	}
	
	/* pagination end  */
	
	/* blog detail end  */
	
	/* about page start  */
	.loan-about .col-lg-4 {
		margin-bottom: 10px;
	}
	
	.team-section .col-6 {
		width: 100%;
	}
	
	/* team section start  */
	.team-section .col-xl-3 {
		padding: 0px 50px;
	}
	
	/* loan contant start  */
	.loan-about h4 {
		font-size: 18px;
	}
	
	/* about page end  */
	
	/* servive page start  */
	.service-loan-content .loan-content h2.innerpage-title {
		font-size: 20px;
		line-height: 26px;
	}
	
	/* servive page end  */
	
	/* step form start  */
	.loan-equity .step-form  .bs-stepper-line {
		width: 60px;
	}
	
	.loan-equity .radio-img {
		width: 48%;
	}
	
	.loan-equity .step-form  .bs-stepper-line {
		width: 0px;
	}
	
	/* step form end */
	
	/* areas-we-serve-page top_location btn start  */
	ul.top_location  li {
		width: 75%;
	}
	
	ul.top_location li a {
		width: 100%;
	}
	
	ul.top_location {
		margin: 20px 0 15px 0;
	}
	
	/* areas-we-serve-page top_location btn end  */
	
	/* careers page start  */
	.careers .loan-section.ptb-70 {
		padding-top: 120px;
	}
	
	.careers .loan-about   .container {
		margin-top: -20px;
	}
	
	/* careers page end  */
	
	/* calculators-and-financial-tool page start  */
	.calculators-btn.repeater-box .col-6 {
		width: 100%;
	}
	
	.repeater-box .icon {
		margin-bottom: 10px;
	}
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
	--insur-font: "DM Sans", sans-serif;
	--insur-reey-font: "reeyregular";
	--insur-gray: #555557;
	--insur-gray-rgb: 105, 110, 119;
	--insur-white: #fff;
	--insur-white-rgb: 255, 255, 255;
	--insur-base: #015fc9;
	--insur-base-rgb: 1, 95, 201;
	--insur-black: #000;
	--insur-black-rgb: 0, 0, 0;
	--insur-primary: #0ce0ff;
	--insur-primary-rgb: 12, 224, 255;
	--insur-extra: #f2f5f9;
	--insur-extra-rgb: 242, 245, 249;
	--insur-bdr-color: #e0e4e8;
	--insur-bdr-color-rgb: 224, 228, 232;
	--insur-bdr-radius: 6px;
	--insur-letter-spacing: -.02em;
}

.row {
	--bs-gutter-x: 30px;
}

.gutter-y-30 {
	--bs-gutter-y: 30px;
}

body {
	font-family: var(--insur-font);
	color: var(--insur-gray);
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	direction: ltr;
}

body.locked {
	overflow: hidden;
}

a {
	color: var(--insur-gray);
}

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

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

::placeholder {
	color: inherit;
	opacity: 1;
}

img {
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: var(--insur-black);
	margin: 0;
}

p {
	margin-bottom: 12px;
}

p:last-child {
	margin-bottom: 0;
}

dl, ol, ul {
	margin-top: 0;
	margin-bottom: 0;
}

.list-unstyled {
	padding-left: 0;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

::placeholder {
	color: inherit;
	opacity: 1;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
}

.container {
	padding-left: 15px;
	padding-right: 15px;
}

/* @media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
} */
::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

::placeholder {
	color: inherit;
	opacity: 1;
}

.section-separator {
	border-color: var(--insur-border);
	border-width: 1px;
	margin-top: 0;
	margin-bottom: 0;
}

#particles-js {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	opacity: .4;
	z-index: -1;
}

.thm-btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	appearance: none;
	outline: none !important;
	background-color: var(--insur-base);
	color: var(--insur-white);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: var(--insur-letter-spacing);
	border-radius: var(--insur-bdr-radius);
	padding: 15px 30px 15px;
	transition: all .5s linear;
	overflow: hidden;
	z-index: 1;
}

.thm-btn span {
	margin-left: 9px;
	font-size: 13px;
}

.thm-btn:hover {
	color: var(--insur-white);
}

.thm-btn:before {
	position: absolute;
	content: "";
	background-color: var(--insur-black);
	width: 120%;
	height: 0;
	padding-bottom: 120%;
	top: -110%;
	left: -10%;
	border-radius: 50%;
	transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
	z-index: -1;
}

.thm-btn:hover::before {
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	transition: transform .4s cubic-bezier(.1, 0, .3, 1);
}

.thm-btn:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: var(--insur-black);
	transform: translate3d(0, -100%, 0);
	transition: transform .4s cubic-bezier(.1, 0, .3, 1);
	z-index: -1;
}

.thm-btn:hover::after {
	transform: translate3d(0, 0, 0);
	transition-duration: .05s;
	transition-delay: .4s;
	transition-timing-function: linear;
}

.section-title {
	position: relative;
	display: block;
	margin-top: -7px;
	margin-bottom: 48px;
}

.section-sub-title-box {
	position: relative;
	display: inline-block;
	margin-left: 40px;
}

.section-sub-title {
	font-size: 16px;
	color: var(--insur-black);
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 3px;
}

.section-title-shape-1 {
	position: absolute;
	top: -1px;
	left: -40px;
}

.section-title-shape-1 img {
	width: auto;
}

.section-title-shape-2 {
	position: absolute;
	top: -1px;
	right: -39px;
}

.section-title-shape-2 img {
	width: auto;
}

.section-title__title {
	margin: 0;
	color: var(--insur-black);
	font-size: 45px;
	line-height: 55px;
	font-weight: 700;
	letter-spacing: var(--insur-letter-spacing);
}

/* Section Title Five start */
.header-title-home {
	position: relative;
	display: block;
	margin-top: -5px;
	margin-bottom: 30px;
	z-index: 1;
}

.header-title-home__tagline {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	color: var(--insur-primary);
	margin-bottom: 15px;
}

.header-title-home h2 {
	font-weight: 700;
	font-size: 45px;
	line-height: 52px;
}

.header-title-home p {
	padding-top: 20px;
	padding-bottom: 45px;
}

/* Section Title Five end */
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active, .bootstrap-select .btn-light:not(:disabled):not(.disabled):active, .bootstrap-select .show>.btn-light.dropdown-toggle {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: none !important;
}

.bootstrap-select .dropdown-menu {
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	z-index: 991;
	border-radius: 10px;
}

.bootstrap-select .dropdown-menu>li+li>a {
	border-top: 1px solid rgba(255, 255, 255, .2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
	background: var(--insur-primary);
	color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
	font-size: 16px;
	font-weight: 500;
	padding: 10px 20px;
	color: #fff;
	background: var(--insur-base);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
	background: var(--insur-white);
	color: var(--insur-base);
	cursor: pointer;
}

.preloader {
	position: fixed;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.preloader__image {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background-image: url("https://cdn-ilbjidl.nitrocdn.com/ZPXGoVYoNSXjhJZnLTEmhtUuOXhjJoXC/assets/images/optimized/rev-10f9e06/argfinance.com.au/wp-content/themes/argfinance/includes/images/loader.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px auto;
	width: 100%;
	height: 100%;
}

.preloader__image.nitro-lazy {
	background-image: none !important;
}

/* scroll to top */
.scroll-to-top {
	display: inline-block;
	display: none;
	width: 45px;
	height: 45px;
	background: var(--insur-base);
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 99;
	text-align: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	transition: all .4s ease;
	border-radius: 50%;
}

.scroll-to-top i {
	color: #fff;
	font-size: 18px;
	line-height: 45px;
}

.scroll-to-top:hover {
	background-color: var(--insur-base);
}

.scroll-to-top:hover i {
	color: #fff;
}

a {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

a:hover {
	color: var(--insur-primary);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

/*--------------------------------------------------------------
# Padding
--------------------------------------------------------------*/
.ptb-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.pt-70 {
	padding-top: 70px;
}

.pb-70 {
	padding-bottom: 70px;
}

.mtb-70 {
	margin-top: 70px;
	margin-bottom: 70px;
}

.mt-70 {
	margin-top: 70px;
}

.mb-70 {
	margin-bottom: 70px;
}

.ptb-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.pt-60 {
	padding-top: 60px;
}

.pb-60 {
	padding-bottom: 60px;
}

.bg-gray {
	background-color: var(--bg-gray);
}

.border-radius-6 {
	border-radius: var(--insur-bdr-radius);
}

/*--------------------------------------------------------------
# Insur Update 17-06-2024 Button
--------------------------------------------------------------*/

/* Thm Btn Three */
.arg-btn-box {
	display: inline-block;
	position: relative;
}

.thm-btn-three {
	position: relative;
	display: flex;
	align-items: center;
	vertical-align: middle;
	-webkit-appearance: none;
	appearance: none;
	outline: none !important;
	background-color: var(--insur-primary);
	color: var(--insur-white);
	font-size: 16px;
	font-weight: 500;
	padding: 15px 30px 15px;
	transition: all .5s linear;
	overflow: hidden;
	z-index: 1;
	border-radius: 6px;
	width: fit-content;
}

.thm-btn-three span {
	position: relative;
	margin-left: 9px;
	font-size: 15px;
}

.thm-btn-three:hover {
	color: var(--insur-white);
}

.thm-btn-three:before {
	position: absolute;
	content: "";
	background-color: var(--insur-black);
	width: 120%;
	height: 0;
	padding-bottom: 120%;
	top: -110%;
	left: -10%;
	border-radius: 50%;
	transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
	z-index: -1;
}

.thm-btn-three:hover::before {
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	transition: transform .4s cubic-bezier(.1, 0, .3, 1);
}

.thm-btn-three:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: var(--insur-black);
	transform: translate3d(0, -100%, 0);
	transition: transform .4s cubic-bezier(.1, 0, .3, 1);
	z-index: -1;
}

.thm-btn-three:hover::after {
	transform: translate3d(0, 0, 0);
	transition-duration: .05s;
	transition-delay: .4s;
	transition-timing-function: linear;
}

/* ---------  btn black Start ------------ */
.thm-btn-black {
	position: relative;
	display: flex;
	align-items: center;
	vertical-align: middle;
	-webkit-appearance: none;
	appearance: none;
	outline: none !important;
	background-color: var(--insur-black);
	color: var(--insur-white);
	font-size: 16px;
	font-weight: 500;
	padding: 15px 30px 15px;
	transition: all .5s linear;
	overflow: hidden;
	z-index: 1;
	border-radius: 6px;
}

.thm-btn-black span {
	position: relative;
	margin-left: 9px;
	font-size: 15px;
}

.thm-btn-black:hover {
	color: var(--insur-white);
}

.thm-btn-black:before {
	position: absolute;
	content: "";
	background-color: var(--insur-primary);
	width: 120%;
	height: 0;
	padding-bottom: 120%;
	top: -110%;
	left: -10%;
	border-radius: 50%;
	transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
	z-index: -1;
}

.thm-btn-black:hover::before {
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	transition: transform .4s cubic-bezier(.1, 0, .3, 1);
}

.thm-btn-black:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: var(--insur-primary);
	transform: translate3d(0, -100%, 0);
	transition: transform .4s cubic-bezier(.1, 0, .3, 1);
	z-index: -1;
}

.thm-btn-black:hover::after {
	transform: translate3d(0, 0, 0);
	transition-duration: .05s;
	transition-delay: .4s;
	transition-timing-function: linear;
}

/* ---------  btn black end ------------*/

/* ---------  Link btn Start ------------*/
.link-btn {
	color: var(--insur-primary);
	font-weight: 500;
	position: relative;
}

.link-btn:hover {
	color: var(--insur-black);
}

.link-btn::after {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 15px;
	padding-left: 10px;
}

/* ---------  Link btn end ------------*/

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-menu {
	position: relative;
	display: block;
}

.main-menu__wrapper {
	position: relative;
	display: block;
}

.main-menu__wrapper-inner {
	display: block;
	padding: 30px 0;
}

.main-menu__left {
	display: block;
	float: left;
}

.main-menu__logo {
	float: left;
	display: block;
	padding: 11.2px 0px;
	margin-right: 45px;
}

.main-menu__main-menu-box {
	display: flex;
	float: left;
	align-items: center;
	background-color: var(--insur-extra);
	padding-left: 30px;
	border-radius: var(--insur-bdr-radius);
}

.main-menu__main-menu-box-inner {
	display: block;
}

.main-menu__main-menu-box-search-get-quote-btn {
	display: flex;
	align-items: center;
	padding-left: 70px;
}

.main-menu__main-menu-box-search {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 20px;
}

.main-menu__main-menu-box-search:before {
	position: absolute;
	top: -5px;
	bottom: -5px;
	content: "";
	left: -20px;
	width: 1px;
	background-color: var(--insur-bdr-color);
}

.main-menu__search {
	font-size: 20px;
	color: var(--insur-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu__search:hover {
	color: var(--insur-base);
}

.main-menu__main-menu-box-get-quote-btn {
	font-size: 14px;
	padding: 12px 30px 12px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.main-menu__right {
	position: relative;
	display: block;
	float: right;
}

.main-menu__call {
	position: relative;
	display: flex;
	align-items: center;
}

.main-menu__call-icon {
	position: relative;
	height: 50px;
	width: 50px;
	border: 2px solid var(--insur-bdr-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--insur-primary);
	font-size: 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu__call-icon:hover {
	background-color: var(--insur-base);
	border: 2px solid var(--insur-base);
	color: var(--insur-white);
}

.main-menu__call-content {
	position: relative;
	margin-left: 10px;
	top: -2px;
}

.main-menu__call-content a {
	font-size: 16px;
	font-weight: 700;
	color: var(--insur-black);
	display: inline-block;
	letter-spacing: var(--insur-letter-spacing);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu__call-content a:hover {
	color: var(--insur-base);
}

.main-menu__call-content p {
	font-size: 14px;
	letter-spacing: var(--insur-letter-spacing);
	line-height: 16px;
}

.main-menu .main-menu__list, .main-menu .main-menu__list>li>ul, .main-menu .main-menu__list>li>ul>li>ul, .stricky-header .main-menu__list, .stricky-header .main-menu__list>li>ul, .stricky-header .main-menu__list>li>ul>li>ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: none;
}

/* header latest start  */
header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1> li > a.mega-menu-link {
	font-weight: 600 !important;
	padding: 0 !important;
	transition: .5s ease;
}

header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li {
	padding: 35px 0 !important;
}

header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li:not(:first-of-type) {
	margin-left: 36px;
}

/* mega sub menu start  */
header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1  > li > .mega-sub-menu {
	box-shadow: 0px 7px 16px 3px rgba(0, 0, 0, .07);
	top: 101px !important;
	border-top: 2px solid var(--insur-primary) !important;
}

header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1  > li > .mega-sub-menu>li.custom-main-mega-menu .mega-menu-column {
	padding: 20px 0;
}

header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1  > li > .mega-sub-menu>li>ul {
	display: flex !important;
}

.mega-sub-menu .widget_media_image  img {
	height: 55px !important;
	width: auto;
	flex-shrink: 0;
	margin-right: 15px;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
}

.mega-sub-menu .widget_media_image a {
	display: flex !important;
	align-items: center;
}

.mega-sub-menu .widget_media_image h4 {
	order: 2;
	font-size: 22px !important;
	font-weight: 700 !important;
	color: var(--insur-black) !important;
	padding-bottom: 0 !important;
}

.mega-sub-menu li.widget_media_image h4 span {
	color: var(--insur-primary) !important;
}

.menu-none > a {
	display: none !important;
}

.mega-sub-menu .mega-menu-column.mega-menu-columns-3-of-12:not(:last-of-type) {
	border-right: 1px solid #ddd !important;
}

.mega-sub-menu  li.custom-mega-des  .menu-none {
	display: none !important;
}

header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1  > li > .mega-sub-menu>li.custom-main-mega-menu .mega-menu-column .text-end {
	text-align: start !important;
}

.mega-sub-menu .mega-menu-column .mega-menu-none  ul li.mega-menu-item  a {
	padding-left: 18px !important;
	transition: .5s ease !important;
}

.mega-sub-menu .mega-menu-column .mega-menu-none  ul li.mega-menu-item  a:hover {
	color: var(--insur-primary) !important;
}

.mega-sub-menu .mega-menu-column .mega-menu-none  ul li.mega-menu-item  a:before {
	content: "" !important;
	height: 7px !important;
	width: 7px !important;
	border-radius: 100%;
	background-color: #666 !important;
	position: absolute !important;
	left: 0 !important;
	top: 10px !important;
	font-size: 14px !important;
	font-family: bootstrap-icons !important;
	font-weight: 600 !important;
}

.mega-sub-menu .mega-menu-column .mega-menu-none  ul li {
	position: relative !important;
}

.mega-sub-menu .mega-menu-column .mega-menu-none  ul li:not(:last-of-type) {
	margin-bottom: 5px !important;
}

.last-calulator a {
	background: var(--insur-primary) !important;
	color: rgba(255, 255, 255, 1) !important;
	text-align: center !important;
}

/* mega sub menu end */

/* droup down start  */
.custom-dropdown-menu .mega-sub-menu li:not(:last-of-type) {
	border-bottom: 1px solid #ddd !important;
}

.custom-dropdown-menu .mega-sub-menu li a {
	padding: 4px 10px !important;
}

.custom-dropdown-menu .mega-sub-menu li a i {
	margin-right: 3px;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
	content: "" !important;
	margin-top: 3px;
	font-family: bootstrap-icons !important;
	font-weight: 600 !important;
	font-size: 16px !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	margin-left: 4px !important;
}

/* stycky start  */
header.sticky-header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li {
	padding: 20px 0 !important;
}

header.sticky-header  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1  > li > .mega-sub-menu {
	top: 67px !important;
}

header.sticky-header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1> li > a.mega-menu-link {
	font-size: 16px !important;
}

header.sticky-header  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li:not(:first-of-type) {
	margin-left: 28px;
}

header.sticky-header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
	font-size: 14px !important;
}

/* header latest end    */
header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li > .mega-sub-menu {
	background: #f1f1f1 url("https://cdn-ilbjidl.nitrocdn.com/ZPXGoVYoNSXjhJZnLTEmhtUuOXhjJoXC/assets/images/optimized/rev-10f9e06/argfinance.com.au/wp-content/themes/argfinance/includes/images/megamenu-bg.jpg") !important;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
	position: relative;
}

header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li > .mega-sub-menu.nitro-lazy {
	background-image: none !important;
}

/* .mega-sub-menu{opacity: 1 !important;visibility: visible !important;} */

/* header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li > .mega-sub-menu > li::before{ content: "" !important; background-color:#f1f1f1;top: 0;left: 0;z-index: 1;position: absolute;height: 100%;width: 100%;} */

/* sticky header start  */
header.sticky-header {
	position: fixed;
	width: 100%;
	top: 0;
	animation: sticky-header 1s;
	transition: .5s;
	background-color: #fff;
	z-index: 999;
}

@keyframes sticky-header {
	0% {
		transform: translateY(-50px);
	}
	
	100% {
		transform: translateY(0px);
	}
}

header.sticky-header .main-menu-seven__logo img {
	height: 50px;
}

header.sticky-header .main-menu-seven .main-menu__list>li, header.stricky-header .main-menu-seven .main-menu__list>li {
	padding-top: 20px;
	padding-bottom: 20px;
}

header.sticky-header  .main-header-seven__top-address {
	padding: 7px 0;
}

header.sticky-header .main-menu-seven__logo {
	padding: 7px 0;
}

header.sticky-header  .main-header-seven__top-address-list li .text a {
	font-size: 15px;
}

header.sticky-header .main-header-seven__top-address-list li .icon span {
	font-size: 16px;
}

header.sticky-header .main-menu-seven .main-menu__list>li>a, .stricky-header.main-menu-seven .main-menu__list>li>a {
	font-size: 16px;
}

header.sticky-header .header-btn-rate {
	font-size: 15px;
}

header.sticky-header .header-btn-calc {
	font-size: 15px;
}

header.sticky-header .main-menu-seven__get-quote-btn {
	font-size: 16px;
}

header.sticky-header .header-btn-calc {
	margin-right: 15px;
}

header.sticky-header .main-menu-seven__get-quote-btn span img {
	width: 30px;
	height: 30px;
}

header.sticky-header {
	box-shadow: 0 0 9px rgba(0, 0, 0, .1);
}

/* sticky header end  */
@media (min-width: 1200px) {
	.main-menu .main-menu__list, .main-menu .main-menu__list>li>ul, .main-menu .main-menu__list>li>ul>li>ul, .stricky-header .main-menu__list, .stricky-header .main-menu__list>li>ul, .stricky-header .main-menu__list>li>ul>li>ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.main-menu .main-menu__list>li, .stricky-header .main-menu__list>li {
	padding-top: 12px;
	padding-bottom: 12px;
	position: relative;
}

.main-menu .main-menu__list>li+li, .stricky-header .main-menu__list>li+li {
	margin-left: 40px;
}

.main-menu .main-menu__list>li>a, .stricky-header .main-menu__list>li>a {
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--insur-black);
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 600;
}

.main-menu .main-menu__list>li>a::before, .stricky-header .main-menu__list>li>a::before {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 4px solid var(--insur-base);
	transform: translateX(-50%);
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu .main-menu__list>li.current>a::before, .main-menu .main-menu__list>li:hover>a::before, .stricky-header .main-menu__list>li.current>a::before, .stricky-header .main-menu__list>li:hover>a::before {
	opacity: 1;
}

.main-menu .main-menu__list>li.current>a, .main-menu .main-menu__list>li:hover>a, .stricky-header .main-menu__list>li.current>a, .stricky-header .main-menu__list>li:hover>a {
	color: var(--insur-black);
}

.main-menu .main-menu__list>li>ul, .main-menu .main-menu__list>li>ul>li>ul, .stricky-header .main-menu__list>li>ul, .stricky-header .main-menu__list>li>ul>li>ul {
	position: absolute;
	top: 160%;
	left: 0;
	min-width: 250px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	opacity: 0;
	visibility: hidden;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scaleY(0) translateZ(100px);
	transform: scaleY(0) translateZ(100px);
	-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
	z-index: 99;
	background-color: #fff;
	overflow: initial;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .07);
	border-radius: 0 0 6px 6px;
	padding: 20px;
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul, .stricky-header .main-menu__list>li>ul>li>ul>li>ul {
	display: none;
}

.main-menu .main-menu__list>li:not(.megamenu-clickable):hover>ul, .main-menu .main-menu__list>li>ul>li:not(.megamenu-clickable):hover>ul, .stricky-header .main-menu__list>li:not(.megamenu-clickable):hover>ul, .stricky-header .main-menu__list>li>ul>li:not(.megamenu-clickable):hover>ul {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1) translateZ(0px);
	transform: scaleY(1) translateZ(0px);
	display: flex;
}

.main-menu .main-menu__list>li>ul>li, .main-menu .main-menu__list>li>ul>li>ul>li, .stricky-header .main-menu__list>li>ul>li, .stricky-header .main-menu__list>li>ul>li>ul>li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	width: 100%;
	position: relative;
}

.main-menu .main-menu__list>li>ul>li+li, .main-menu .main-menu__list>li>ul>li>ul>li+li, .stricky-header .main-menu__list>li>ul>li+li, .stricky-header .main-menu__list>li>ul>li>ul>li+li {
	border-top: none;
	margin-top: 10px;
}

.main-menu .main-menu__list>li>ul>li>a, .main-menu .main-menu__list>li>ul>li>ul>li>a, .stricky-header .main-menu__list>li>ul>li>a, .stricky-header .main-menu__list>li>ul>li>ul>li>a {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: var(--insur-gray);
	letter-spacing: 0;
	letter-spacing: var(--insur-letter-spacing);
	font-weight: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 4px 20px 3px;
	-webkit-transition: 500ms;
	transition: 500ms;
	background-color: var(--insur-white);
	border-radius: var(--insur-bdr-radius);
}

.main-menu .main-menu__list>li>ul>li:hover>a, .main-menu .main-menu__list>li>ul>li>ul>li:hover>a, .stricky-header .main-menu__list>li>ul>li:hover>a, .stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
	background-color: var(--insur-extra);
	color: var(--insur-black);
}

.main-menu .main-menu__list>li>ul>li>a::before, .main-menu .main-menu__list>li>ul>li>ul>li>a::before, .stricky-header .main-menu__list>li>ul>li>a::before, .stricky-header .main-menu__list>li>ul>li>ul>li>a::before {
	position: absolute;
	top: 50%;
	right: 6px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	font-size: 14px;
	color: var(--insur-base);
	transform: translateY(-50%) scale(0);
	-webkit-transition: 500ms;
	transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a::before, .main-menu .main-menu__list>li>ul>li>ul>li:hover>a::before, .stricky-header .main-menu__list>li>ul>li:hover>a::before, .stricky-header .main-menu__list>li>ul>li>ul>li:hover>a::before {
	transform: translateY(-50%) scale(1);
}

.main-menu .main-menu__list>li>ul>li>ul, .stricky-header .main-menu__list>li>ul>li>ul {
	top: 0;
	left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align, .stricky-header .main-menu__list li ul li>ul.right-align {
	top: 0;
	left: auto;
	right: 100%;
}

.main-menu-five__main-menu-box .main-menu__list>.megamenu, .main-menu-four__main-menu-box .main-menu__list>.megamenu, .main-menu-three__main-menu-box .main-menu__list>.megamenu, .main-menu-two__main-menu-box .main-menu__list>.megamenu, .main-menu__wrapper .main-menu__list>.megamenu {
	position: static;
}

.main-menu-five__main-menu-box .main-menu__list>.megamenu>ul, .main-menu-four__main-menu-box .main-menu__list>.megamenu>ul, .main-menu-three__main-menu-box .main-menu__list>.megamenu>ul, .main-menu-two__main-menu-box .main-menu__list>.megamenu>ul, .main-menu__wrapper .main-menu__list>.megamenu>ul {
	top: 100% !important;
	left: 0 !important;
	right: 0 !important;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.main-menu-five__main-menu-box .main-menu__list>.megamenu>ul>li, .main-menu-four__main-menu-box .main-menu__list>.megamenu>ul>li, .main-menu-three__main-menu-box .main-menu__list>.megamenu>ul>li, .main-menu-two__main-menu-box .main-menu__list>.megamenu>ul>li, .main-menu__wrapper .main-menu__list>.megamenu>ul>li {
	padding: 0 !important;
}

.stricky-header {
	position: fixed;
	z-index: 991;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 100%;
	visibility: hidden;
	-webkit-transform: translateY(-120%);
	transform: translateY(-120%);
	-webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
	transition: visibility 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, visibility 500ms ease;
	transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .05);
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .05);
}

@media (max-width: 1199px) {
	.stricky-header {
		display: none !important;
	}
}

.stricky-header.stricky-fixed .main-menu-seven__logo img {
	height: 50px;
}

.stricky-fixed.stricky-header.main-menu-seven .main-menu__list>li {
	padding-top: 20px;
	padding-bottom: 20px;
}

.stricky-header.stricky-fixed {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}

.stricky-header .main-menu__inner {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-right: 0;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}

.mobile-nav__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	margin-right: 10px;
}

@media (min-width: 1200px) {
	.mobile-nav__buttons {
		display: none;
	}
}

.mobile-nav__buttons a {
	font-size: 20px;
	color: var(--insur-base);
	cursor: pointer;
}

.mobile-nav__buttons a+a {
	margin-left: 10px;
}

.mobile-nav__buttons a:hover {
	color: var(--insur-base);
}

.main-menu .mobile-nav__toggler {
	font-size: 20px;
	color: var(--insur-blsck);
	cursor: pointer;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
	color: var(--insur-primary);
}

@media (min-width: 1200px) {
	.main-menu .mobile-nav__toggler {
		display: none;
	}
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
	transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
	transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
	transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
	visibility: hidden;
}

.mobile-nav__wrapper .container {
	padding-left: 0;
	padding-right: 0;
}

.mobile-nav__wrapper.expanded {
	opacity: 1;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	visibility: visible;
	-webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
	transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
	transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
	transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: .5;
	cursor: pointer;
}

.mobile-nav__content {
	width: 300px;
	background-color: var(--insur-white);
	z-index: 10;
	position: relative;
	height: 100%;
	overflow-y: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
	transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
	transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
	transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
	transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
	transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
	transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mobile-nav__close {
	position: absolute;
	top: 20px;
	right: 15px;
	font-size: 18px;
	color: var(--insur-black);
	cursor: pointer;
}

.mobile-nav__content .main-menu__list, .mobile-nav__content .main-menu__list>li>ul, .mobile-nav__content .main-menu__list>li>ul>li>ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul, .mobile-nav__content .main-menu__list>li>ul>li>ul {
	display: none;
	border-top: 1px solid rgba(0, 0, 0, .1);
	margin-left: 0;
}

.mobile-nav__content .main-menu__list>li>ul li a {
	font-size: 14px !important;
	padding-left: 12px !important;
}

.mobile-nav__content .main-menu__list>li> ul li  > ul li a {
	padding-left: 24px !important;
}

.mobile-nav__content .main-menu__list>li, .mobile-nav__content .main-menu__list>li>ul>li:not(:last-child), .mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
	display: none !important;
}

.mobile-nav__content .main-menu__list>li>a, .mobile-nav__content .main-menu__list>li>ul>li>a, .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 30px;
	color: var(--insur-black);
	font-size: 15px;
	font-family: var(--insur-font, "Rubik", sans-serif);
	font-weight: 500;
	height: 42px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 500ms;
	background: transparent;
	transition: 500ms;
	padding: 0;
}

.mobile-nav__content .main-menu__list li a.active, .mobile-nav__content .main-menu__list li a.expanded {
	color: var(--insur-primary) !important;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
	color: var(--insur-base);
}

.mobile-nav__content .main-menu__list>li>a>button, .mobile-nav__content .main-menu__list>li>ul>li>a>button, .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
	width: 30px;
	height: 30px;
	background-color: transparent;
	border: none;
	outline: none;
	color: var(--insur-primary);
	font-size: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
	padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded, .mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded, .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button, .mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
	display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
	position: relative;
	top: auto;
	right: auto;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
	font-size: 16px;
}

.mobile-nav__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
	color: var(--insur-text-dark);
}

.mobile-nav__container {
	border-top: 1px solid rgba(255, 255, 255, .1);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mobile-nav__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mobile-nav__social a {
	font-size: 16px;
	color: var(--insur-black);
	-webkit-transition: 500ms;
	transition: 500ms;
}

.mobile-nav__social a+a {
	margin-left: 30px;
}

.mobile-nav__social a:hover {
	color: var(--insur-primary);
}

.mobile-nav__contact {
	margin-bottom: 0;
	margin-bottom: 20px;
	margin-top: 20px;
}

.mobile-nav__contact li {
	color: var(--insur-text-dark);
	font-size: 14px;
	font-weight: 500;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mobile-nav__contact li+li {
	margin-top: 15px;
}

.mobile-nav__contact li a {
	color: #000;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.mobile-nav__contact li a:hover {
	color: var(--insur-primary);
}

.mobile-nav__contact li>i {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: var(--insur-primary);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 11px;
	margin-right: 10px;
	color: #fff;
}

.mobile-nav__container .main-logo, .mobile-nav__container .topbar__buttons, .mobile-nav__container .main-menu__language, .mobile-nav__container .main-menu__login {
	display: none;
}

/*--------------------------------------------------------------
# Navigations Seven
--------------------------------------------------------------*/
.main-header-seven {
	position: relative;
	display: block;
	width: 100%;
	transition: all 500ms ease;
	z-index: 999;
}

.main-header-seven__top {
	position: relative;
	display: block;
	background-color: #efebe8;
}

.main-header-seven__top .container {
	max-width: 1440px;
}

.main-header-seven__top-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	z-index: 1;
}

.main-header-seven__top-address {
	position: relative;
	display: block;
	padding: 12px 0;
}

.main-header-seven__top-address-list {
	position: relative;
	display: flex;
	align-items: center;
}

.main-header-seven__top-address-list li {
	position: relative;
	display: flex;
	align-items: center;
}

.main-header-seven__top-address-list li:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -40px;
	width: 1px;
	background-color: rgba(var(--insur-white-rgb), .2);
}

.main-header-seven__top-address-list li:first-child:before {
	display: none;
}

.main-header-seven__top-address-list li .icon {
	position: relative;
	display: flex;
	align-items: center;
}

.main-header-seven__top-address-list li + li i span::before {
	display: flex;
}

.main-header-seven__top-address-list li .icon span {
	font-size: 18px;
	color: var(--insur-primary);
}

.main-header-seven__top-address-list li.line {
	padding-right: 30px;
	margin-right: 30px;
}

.main-header-seven__top-address-list li.line:after {
	content: "";
	width: 1px;
	height: 20px;
	background-color: #b8b6b4;
	display: block;
	position: absolute;
	right: 0;
}

.main-header-seven__top-address-list li .text {
	margin-left: 10px;
}

.main-header-seven__top-address-list li .text.phone {
	font-size: 18px;
}

.main-header-seven__top-address-list li .text a b {
	font-weight: 600;
}

.main-header-seven__top-address-list li .text a {
	color: var(--insur-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-header-seven__top-address-list li .text a:hover {
	color: var(--insur-primary);
}

.main-header-seven__top-right {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.header-btn-rate {
	border-radius: 30px;
	background-color: #fff;
	padding-right: 20px;
	color: var(--insur-primary);
	box-shadow: 0 0px 3px 0px rgba(197, 197, 197, 1);
	display: flex;
	align-items: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 500;
}

.header-btn-rate:hover {
	background-color: var(--insur-black);
	color: var(--insur-white);
}

.header-btn-rate span {
	background-color: var(--insur-primary);
	box-shadow: 0 0px 3px 0px rgba(197, 197, 197, 1);
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	padding: 6px 10px 6px 20px;
	display: flex;
	align-items: center;
	margin-right: 9px;
}

.header-btn-rate span img {
	height: 18px;
	width: auto;
}

.header-btn-calc {
	border-radius: 30px;
	background-color: var(--insur-black);
	padding-right: 20px;
	color: var(--insur-white);
	box-shadow: 0 0px 3px 0px rgba(197, 197, 197, 1);
	display: flex;
	align-items: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 500;
}

.header-btn-calc:hover {
	background-color: var(--insur-primary);
	color: var(--insur-white);
}

.header-btn-calc span {
	padding: 7px 10px 7px 20px;
	display: flex;
	align-items: center;
}

.main-menu-seven__wrapper {
	position: relative;
	display: block;
}

.main-menu-seven__wrapper .container {
	max-width: 1440px;
}

.main-menu-seven__wrapper-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main-menu-seven__left {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.main-menu-seven__logo {
	display: block;
	padding: 10px 0;
	z-index: 1;
}

.main-menu-seven__main-menu-box {
	display: block;
}

.main-menu-seven__right {
	display: block;
}

.main-menu-seven__get-quote-btn {
	background-color: var(--insur-primary);
	text-transform: initial;
	font-size: 18px;
	display: flex;
	align-items: center;
	padding: 9px 25px 9px;
}

.main-menu-seven__get-quote-btn span {
	top: 0;
	margin-left: 0;
	margin-right: 10px;
}

.main-menu-seven__get-quote-btn span img {
	width: 32px;
	height: 32px;
}

.stricky-header .main-menu-seven__logo-box {
	top: 0;
}

.main-menu-seven .main-menu__list>li, .stricky-header.main-menu-seven .main-menu__list>li {
	padding-top: 37px;
	padding-bottom: 37px;
}

.main-menu-seven .main-menu__list>li+li, .stricky-header.main-menu-seven .main-menu__list>li+li {
	margin-left: 36px;
}

.main-menu-seven .main-menu__list>li>a, .stricky-header.main-menu-seven .main-menu__list>li>a {
	font-size: 18px;
	font-weight: 600;
	color: var(--insur-black);
	font-family: var(--insur-font);
	letter-spacing: 0;
}

.main-menu-seven .main-menu__list>li.current>a, .main-menu-seven .main-menu__list>li.active>a, .main-menu-seven .main-menu__list>li:hover>a, .stricky-header.main-menu-seven .main-menu__list>li.current>a, .stricky-header.main-menu-seven .main-menu__list>li:hover>a {
	color: var(--insur-primary);
}

.main-menu-seven .main-menu__list>li>ul, .main-menu-seven .main-menu__list>li>ul>li>ul, .stricky-header.main-menu-seven .main-menu__list>li>ul, .stricky-header.main-menu-seven .main-menu__list>li>ul>li>ul {
	top: 100%;
}

.main-menu-seven .main-menu__list>li>ul>li>ul {
	top: 0 !important;
}

.main-menu-seven .main-menu__list>li>a::before, .stricky-header.main-menu-seven .main-menu__list>li>a::before {
	display: none;
}

/*--------------------------------------------------------------
# CTA Start
--------------------------------------------------------------*/
.cta-common {
	position: relative;
	display: block;
	z-index: 1;
}

.cta-common-content {
	position: relative;
	display: flex;
	align-items: center;
	border-radius: var(--insur-bdr-radius);
	background-color: var(--insur-primary);
	padding: 30px;
	z-index: 1;
}

.cta-common-left {
	position: relative;
	display: block;
	width: 76%;
}

.cta-common-left h3 {
	font-size: 36px;
	font-weight: 600;
	color: var(--insur-white);
	line-height: 42px;
	padding-bottom: 23px;
}

.cta-common-left p {
	font-size: 18px;
	color: var(--insur-black);
	font-weight: 700;
}

.cta-common-left h4 {
	margin-top: 10px;
}

.cta-common-right {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: end;
	width: 25%;
}

.cta-common-btn-box {
	margin-left: 40px;
}

.cta-common-btn {
	background: var(--insur-white);
	color: var(--insur-black);
}

.cta-common-btn:hover {
	color: var(--insur-white);
}

.cta-common-btn:before {
	background-color: var(--insur-black);
}

.cta-common-btn:after {
	background-color: var(--insur-black);
}

/*--------------------------------------------------------------
# CTA End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# About Eight Home start
--------------------------------------------------------------*/
.about-eight {
	position: relative;
	display: block;
	z-index: 1;
}

.about-eight__left {
	position: relative;
	display: block;
	margin-left: 76px;
}

.about-eight__img-box {
	position: relative;
	display: block;
}

.about-eight__img {
	position: relative;
	display: block;
}

.about-eight__img img {
	width: 100%;
}

.about-two-btm {
	position: relative;
}

.about-eight__img-two {
	position: relative;
	margin-top: -100px;
	left: -130px;
	z-index: 1;
}

.about-eight__img-two img {
	width: auto;
	border: 5px solid #fff;
}

.about-eight__experience {
	width: 223px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: var(--insur-gray);
	padding-top: 60px;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 57px;
	text-align: center;
	z-index: 1;
	border: solid 5px #fff;
	box-shadow: 0 0px 5px 0px rgba(226, 232, 240, 1);
}

.about-eight__experience:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("https://cdn-ilbjidl.nitrocdn.com/ZPXGoVYoNSXjhJZnLTEmhtUuOXhjJoXC/assets/images/optimized/rev-10f9e06/argfinance.com.au/wp-content/themes/argfinance/includes/images/map-h.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}

.about-eight__experience h3 {
	font-size: 70px;
	font-weight: 700;
	color: var(--insur-white);
	line-height: 52px;
	margin-bottom: 17px;
}

.about-eight__experience p {
	font-size: 30px;
	color: var(--insur-white);
	line-height: 40px;
	font-weight: 700;
}

.about-eight__right {
	position: relative;
	display: block;
	margin-left: 65px;
}

/****** About tabs start******/
.about_tab {
	position: relative;
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
}

.about_tab-box {
	position: relative;
	display: block;
	z-index: 2;
}

.about_tab-box .tab-buttons {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: start;
}

.about_tab-box .tab-buttons .tab-btn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 33.33%;
}

.about_tab-box .tab-buttons .tab-btn:first-child span {
	border-top-left-radius: var(--insur-bdr-radius);
}

.about_tab-box .tab-buttons .tab-btn:last-child span {
	border-top-right-radius: var(--insur-bdr-radius);
}

.about_tab-box .tab-buttons .tab-btn span {
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
	text-align: left;
	-webkit-transition: all 200ms linear;
	-webkit-transition: all .3s ease;
	transition: all 200ms linear;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	font-size: 20px;
	color: var(--insur-black);
	background-color: var(--insur-white);
	padding: 12px 30px 12px;
	font-weight: 600;
	cursor: pointer;
	z-index: 1;
}

.about_tab-box .tab-buttons .tab-btn.active-btn span {
	color: var(--insur-white);
	background-color: var(--insur-primary);
	display: flex;
	align-items: center;
}

.about_tab-box .tab-buttons .tab-btn span:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	content: "";
	background-color: var(--insur-primary);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: -1;
}

.about_tab-box .tab-buttons .tab-btn:first-child span:before {
	border-top-left-radius: var(--insur-bdr-radius);
}

.about_tab-box .tab-buttons .tab-btn:last-child span:before {
	border-top-right-radius: var(--insur-bdr-radius);
}

.about_tab-box .tab-buttons .tab-btn.active-btn span:before {
	height: 100%;
}

.about_tab-box .tabs-content {
	position: relative;
	display: block;
	background: var(--insur-white);
	border-bottom-right-radius: var(--insur-bdr-radius);
	border-bottom-left-radius: var(--insur-bdr-radius);
	padding: 30px;
}

.about_tab-box .tabs-content .tab {
	position: relative;
	display: none;
	-webkit-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
	z-index: 10;
}

.about_tab-box .tabs-content .tab.active-tab {
	display: block;
	margin-top: 0px;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.our-vision-icon span e, .our-mission-icon span e, .our-values-icon span e {
	padding-right: 15px;
}

.our-vision-icon span e:before {
	content: "";
	background-image: url("https://cdn-ilbjidl.nitrocdn.com/ZPXGoVYoNSXjhJZnLTEmhtUuOXhjJoXC/assets/images/source/rev-10f9e06/argfinance.com.au/wp-content/themes/argfinance/includes/images/vision-icon-black.svg");
	width: 40px;
	height: 40px;
	display: flex;
}

.active-btn.our-vision-icon span e:before {
	content: "";
	background-image: url("https://cdn-ilbjidl.nitrocdn.com/ZPXGoVYoNSXjhJZnLTEmhtUuOXhjJoXC/assets/images/source/rev-10f9e06/argfinance.com.au/wp-content/themes/argfinance/includes/images/vision-icon-white.svg");
	width: 40px;
	height: 40px;
	display: flex;
}

.our-mission-icon span e:before {
	content: "";
	background-image: url("https://cdn-ilbjidl.nitrocdn.com/ZPXGoVYoNSXjhJZnLTEmhtUuOXhjJoXC/assets/images/source/rev-10f9e06/argfinance.com.au/wp-content/themes/argfinance/includes/images/mission-icon-black.svg");
	width: 40px;
	height: 40px;
	display: flex;
}

.active-btn.our-mission-icon span e:before {
	content: "";
	background-image: url("https://cdn-ilbjidl.nitrocdn.com/ZPXGoVYoNSXjhJZnLTEmhtUuOXhjJoXC/assets/images/source/rev-10f9e06/argfinance.com.au/wp-content/themes/argfinance/includes/images/mission-icon-white.svg");
	width: 40px;
	height: 40px;
	display: flex;
}

.our-values-icon span e:before {
	content: "";
	background-image: url("https://cdn-ilbjidl.nitrocdn.com/ZPXGoVYoNSXjhJZnLTEmhtUuOXhjJoXC/assets/images/source/rev-10f9e06/argfinance.com.au/wp-content/themes/argfinance/includes/images/values-icon-black.svg");
	width: 40px;
	height: 40px;
	display: flex;
}

.active-btn.our-values-icon span e:before {
	content: "";
	background-image: url("https://cdn-ilbjidl.nitrocdn.com/ZPXGoVYoNSXjhJZnLTEmhtUuOXhjJoXC/assets/images/source/rev-10f9e06/argfinance.com.au/wp-content/themes/argfinance/includes/images/values-icon-white.svg");
	width: 40px;
	height: 40px;
	display: flex;
}

.about-tab-content-box ul {
	padding: 0;
	margin: 0;
	column-count: 2;
}

.about-tab-content-box ul li {
	position: relative;
	list-style: none;
	padding-left: 15px;
	padding-bottom: 8px;
}

.about-tab-content-box ul li:last-child {
	padding-bottom: 0;
}

.about-tab-content-box ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	background: #555557;
	width: 6px;
	height: 6px;
	border-radius: 10px;
}

/* About tabs end*/

/*--------------------------------------------------------------
# About Eight Home End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# why choose home start
--------------------------------------------------------------*/
.why-choose-us-home .col-md-6:last-child {
	padding-top: 30px;
	padding-bottom: 30px;
}

.why-choose-us-home .col-md-6:first-child {
	padding-left: 0;
}

.why-choose-left {
	padding: 112px 135px 112px 100px;
	background: var(--insur-primary);
	color: var(--insur-white);
	position: relative;
	z-index: 1;
	border-radius: 7px;
	height: 100%;
}

.why-choose-left::before {
	top: 0;
	left: 0;
	background: url("https://cdn-ilbjidl.nitrocdn.com/ZPXGoVYoNSXjhJZnLTEmhtUuOXhjJoXC/assets/images/optimized/rev-10f9e06/argfinance.com.au/wp-content/themes/argfinance/includes/images/why-choose-bg.png") no-repeat center;
	background-size: cover;
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	z-index: -1;
}

.why-choose-left h2 {
	color: var(--insur-white);
}

.why-choose-left ul li:not(:last-of-type) {
	padding-bottom: 10px;
}

.why-choose-left ul {
	margin-bottom: 15px;
}

.why-choose-left .header-title-home {
	margin-bottom: 24px;
}

.why-choose-left .header-title-home span {
	color: var(--insur-white);
}

.why-choose-left .thm-btn {
	margin-left: 0;
}

.why-choose-left .why-choose-content {
	max-width: 510px;
}

.why-choose-left .why-choose-content .why-choose-btn {
	margin-top: 35px;
}

/* faq start  */
.accrodion .accrodion-title {
	position: relative;
}

.accrodion .accrodion-title::before {
	content: "";
	font-size: 20px;
	font-weight: 600;
	font-family: bootstrap-icons !important;
	position: absolute;
	right: 0;
	top: 24px;
	color: #000;
}

.accrodion.active .accrodion-title::before {
	content: "";
}

.why-choose-us-home .why-choose-right {
	position: relative;
	height: 100%;
}

/* .why-choose-us-home .why-choose-faq{position: absolute;top: 0;max-width: 1080px;left: -159px; bottom: 0;height: 100%; z-index: 1;padding: 34px 80px;  background-color: #f8f5f4;border-radius: 7px;} */
.why-choose-us-home .why-choose-faq {
	margin-left: -156px;
	max-width: 1080px;
	height: 100%;
	z-index: 1;
	padding: 34px 80px;
	background-color: #f8f5f4;
	border-radius: 7px;
}

.why-choose-us-home .accrodion-title {
	padding: 26px 22px 26px 0;
	color: #000;
	cursor: pointer;
}

.why-choose-us-home .accrodion-content {
	padding: 0 0 10px 0;
	max-height: 140px;
	margin-bottom: 10px;
	overflow-y: auto;
	overflow-x: hidden;
}

.accrodion-content ul li, .accrodion-content ol li {
	margin-bottom: 7px;
}

.accrodion-content ul, .accrodion-content ol {
	margin-bottom: 15px;
}

.accrodion-content h3 {
	margin-bottom: 8px;
	font-weight: 700;
}

.why-choose-us-home .accrodion:last-child .accrodion-content {
	margin-bottom: 0;
}

/* width */
.why-choose-us-home .accrodion-content::-webkit-scrollbar {
	width: 5px;
}

/* Handle */
.why-choose-us-home .accrodion-content::-webkit-scrollbar-thumb {
	background: rgba(136, 136, 136, .21);
	border-radius: 20px;
}

.why-choose-us-home .accrodion:not(:last-of-type) {
	border-bottom: 1px solid #ddd;
}

.accrodion p a {
	color: var(--insur-primary);
}

.accrodion p a:hover {
	text-decoration: underline;
}

.why-choose-us-home .accrodion h4 {
	font-size: 20px;
	font-weight: 700;
}

.why-choose-us-home .accrodion.active h4 {
	color: var(--insur-primary);
}

.why-choose-us-home .accrodion h4 span {
	flex-shrink: 0;
	position: relative;
	height: 37px;
	width: 37px;
	background-color: var(--insur-primary);
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 37px;
	color: var(--insur-white);
	margin-right: 15px;
}

.why-choose-us-home .accrodion.active .accrodion-title {
	padding-bottom: 12px;
}

/* faq end  */

/*--------------------------------------------------------------
# why choose home end
--------------------------------------------------------------*/

/* google review start  */
.google-review .ti-widget-container {
	align-items: center !important;
	margin-bottom: 0 !important;
}

.ti-footer.source-Google {
	margin-top: 0 !important;
}

.ti-reviews-container {
	margin-bottom: 0 !important;
}

.ti-widget.ti-goog .ti-controls-line {
	margin-bottom: 0 !important;
}

.google-review-text {
	margin-bottom: 30px;
	text-align: center;
}

.google-review-text .header-title-home {
	margin-bottom: 10px;
}

/* google review end */

/*--------------------------------------------------------------
# form and faq start
--------------------------------------------------------------*/
.home-form-faq .form-faq-bg {
	background-color: #f8f5f4;
	max-width: 1410px;
	margin: 0 auto;
	border-radius: var(--insur-bdr-radius);
}

.home-form-faq .form-faq-bg .contact-left {
	background: rgba(255, 255, 255, 1);
}

.home-form-faq .form-faq-bg .contact-left h2 {
	color: #000;
}

/* form start */
.contact-left h2 {
	color: var(--insur-white);
	margin-top: 0;
}

.contact-left {
	background: #575655;
	border-radius: var(--insur-bdr-radius);
	padding: 25px 30px 30px 30px;
}

.form-group {
	position: relative;
	display: block;
}

input:not(input[type="submit"]), .form-group select {
	margin-bottom: 15px;
}

input:not(input[type="submit"]).wpcf7-not-valid, .form-group select {
	margin-bottom: 0;
}

.form-group input:not(input[type="submit"]).wpcf7-not-valid, .form-group select {
	margin-bottom: 0;
}

.wpcf7-not-valid-tip {
	margin-bottom: 8px;
}

input[type="submit"] {
	margin-top: 15px;
}

.contact-section .wpcf7-list-item {
	margin: 0 1em 0 0em;
}

.contact-section .wpcf7-radio .wpcf7-list-item label {
	display: flex;
	align-items: center;
}

.contact-section  .wpcf7-list-item label input {
	margin-right: 5px;
}

.contact-section .wpcf7-form-control.wpcf7-radio {
	margin-bottom: 15px;
	display: inline-block;
}

.form-group  input[type="text"], .form-group  input[type="tel"], .form-group  input[type="email"], select.form-select, input[type="number"] {
	height: 60px;
	width: 100%;
	border: none;
	background-color: #fff;
	padding: 15px;
	outline: none;
	display: block;
	border-radius: var(--insur-bdr-radius);
	letter-spacing: var(--insur-letter-spacing);
}

.form-control::-webkit-file-upload-button {
	height: 60px;
	border: 0;
}

.wpcf7-not-valid {
	border: 1px solid #dc3232 !important;
}

select.form-select {
	font-size: 16px;
}

.form-group input::placeholder, .form-group  textarea::placeholder {
	color: #777;
}

.form-group  input[type="text"]:focus, .form-group  input[type="tel"]:focus, .form-group  input[type="email"]:focus, select.form-select:focus, input[type="number"]:focus {
	box-shadow: none;
	outline: none;
}

.home-form-faq .wpcf7-not-valid-tip, .home-form-faq .wpcf7-response-output {
	color: #fff;
}

.form-group  textarea {
	height: 100px;
	width: 100%;
	background-color: #fff;
	display: block;
	padding: 15px;
	border: none;
	border-radius: var(--insur-bdr-radius);
	outline: none;
	margin-bottom: 0px;
}

label.error {
	color: var(--insur-white);
	font-size: 13px;
	line-height: normal;
}

.comment-form__btn-box .thm-btn {
	background-color: var(--insur-primary);
	border: 0;
}

.comment-form__btn-box .thm-btn:hover {
	background-color: #000;
}

.wpcf7 form .wpcf7-response-output {
	margin: 1em 0 0;
}

.wpcf7-not-valid-tip {
	font-size: 12px;
}

/* form end  */

/* faq start  */
.faq-accrodions .accrodion+.accrodion {
	margin-top: 15px;
}

.faq-accrodions .accrodion {
	position: relative;
	display: block;
	border-radius: var(--insur-bdr-radius);
	background-color: var(--insur-white);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.faq-accrodions .accrodion-title {
	position: relative;
	display: block;
	cursor: pointer;
	transition: all 200ms linear;
	transition-delay: .1s;
	border-radius: var(--insur-bdr-radius);
	padding: 14px 40px 14px 20px;
}

.faq-accrodions .accrodion-content {
	padding: 0px 20px;
}

.faq-accrodions .accrodion .accrodion-content .inner {
	border-top: 1px solid #ddd;
	padding: 15px 0;
}

.faq-accrodions .accrodion-title h4 span {
	flex-shrink: 0;
	position: relative;
	height: 37px;
	width: 37px;
	background-color: var(--insur-primary);
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	line-height: 37px;
	color: var(--insur-white);
	margin-right: 15px;
}

.faq-accrodions .accrodion-title h4 {
	display: flex;
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	color: #000;
	letter-spacing: var(--insur-letter-spacing);
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.faq-accrodions .accrodion-title h4 label {
	margin-top: 5px;
}

.faq-accrodions .accrodion .accrodion-title::before {
	right: 20px;
	top: 20px;
	transform: inherit;
}

/* faq table start  */
.table-FAQ .faq-accrodions table th {
	color: #fff;
}

.table-FAQ  .faq-accrodions table th, .faq-accrodions table td {
	padding: 10px;
	border: 1px solid #e6e6e6;
}

.table-FAQ .faq-accrodions .accrodion-title, .table-FAQ  .faq-accrodions .accrodion {
	background-color: #f8f5f4;
}

/* faq table end  */

/* faq end  */

/*--------------------------------------------------------------
# form and faq end
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# client logo slider start
--------------------------------------------------------------*/
.client-logo-box {
	background: #fff;
	border-radius: var(--insur-bdr-radius);
	box-shadow: 0 0px 4px 0px rgba(152, 152, 152, .397);
	padding: 10px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	margin: 2px;
}

.client-logo h2 {
	margin-top: 0;
}

.client-logo .arg-btn-box {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.client-logo-slider .service-banner-btn {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

/*--------------------------------------------------------------
# client logo slider end
--------------------------------------------------------------*/
.modal-contact-form .btn-close-help {
	border: 0;
	position: absolute;
	top: -10px;
	right: -10px;
	border-radius: 100%;
	background-color: var(--insur-primary);
	color: #fff;
	font-size: 23px;
	height: 27px;
	width: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* ================contact form sidebar start ================*/
.signup-btn {
	text-align: center;
	width: 140px;
	height: 38px;
	line-height: 40px;
	letter-spacing: .5px;
	position: fixed;
	right: -51px;
	background: var(--insur-primary);
	z-index: 99992;
	cursor: pointer;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	transform: rotate(270deg) translateX(-50%);
	transition: ease-in-out all .5s;
	top: calc(100vh - 61%);
}

.signup-btn:hover {
	background: #000;
}

.signup-btn a {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}

.signup-btn a:hover {
	text-decoration: none;
	color: #fff;
}

.form-control:focus, .form-select:focus {
	box-shadow: none;
}

.appointment-box {
	position: fixed;
	right: -400px;
	top: 0;
	width: 430px;
	max-width: 100%;
	height: 100%;
	overflow-y: auto;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.appointment-form-visible .appointment-box {
	right: 0px;
	opacity: 1;
	visibility: visible;
}

.appointment-box .inner-box {
	position: absolute;
	overflow-x: hidden;
	background-color: var(--insur-primary);
	right: 0;
	padding: 70px 20px 20px;
	height: 100%;
	overflow-y: auto;
	margin-left: 40px;
}

.appointment-box .inner-box::-webkit-scrollbar {
	width: 5px;
}

.appointment-box .inner-box::-webkit-scrollbar-thumb {
	background: #fff;
	border-radius: 20px;
}

.appointment-box.sidebar-form-box .cross-icon {
	left: initial;
	top: 15px;
}

/*.inner-box */
.appointment-box .cross-icon {
	position: absolute;
	z-index: 99;
	left: 0;
	top: 50%;
	cursor: pointer;
	color: #fff;
}

/*.inner-box*/
.appointment-box  .cross-icon a span {
	font-size: 28px;
}

/*.inner-box*/
.appointment-box  .cross-icon a span i {
	font-size: 60px;
	color: #bc141b;
}

/*.inner-box*/
.appointment-box  .cross-icon a span i:after {
	background: #fff;
	content: "";
	width: 40px;
	height: 40px;
	display: block;
	left: 10px;
	top: 10px;
	position: absolute;
	z-index: -1;
	transition: ease-in-out all .5s;
}

/*.inner-box*/
.appointment-box  .cross-icon a:hover span i:after {
	background: #ffd700;
}

.appointment-box input:not([type=submit]), .appointment-box select {
	-webkit-appearance: none;
	height: auto;
	height: initial !important;
	border-radius: 4px;
	margin-bottom: 16px;
	background-color: #fff;
	border: 1px solid #eaeaea;
	padding: 10px 15px !important;
	color: #6c757d;
}

.appointment-box textarea {
	height: 125px;
	border-radius: 4px;
	background: #fff;
	margin-bottom: 15px;
	border: none;
	padding: 10px 15px;
}

.appointment-box input[type=submit] {
	border: none;
	background: #fff;
	display: inline-block;
	font-weight: 500;
	text-decoration: none;
	position: relative;
	z-index: 2;
	overflow: hidden;
	text-shadow: 0 0 1px rgba(255, 255, 255, 30%);
	white-space: nowrap;
	padding: 10px 32px;
	color: #1b1a1a;
	width: auto;
	height: auto;
	border-radius: 4px;
	margin-top: 0;
	margin-bottom: 0 !important;
	transition: ease-in-out all .5s;
}

.appointment-box input[type=submit]:hover {
	background: #1b1a1a;
	color: #fff;
}

.appointment-box .wpcf7-spinner {
	position: absolute;
	left: 130px;
	margin-top: 0px;
	z-index: 9;
}

.appointment-box .form-loader-class {
	position: relative;
}

.appointment-box input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
	margin: 0;
}

.appointment-box span.wpcf7-not-valid-tip {
	margin-bottom: 10px;
	font-size: 13px;
	color: #fff;
}

.appointment-box .wpcf7 form.invalid .wpcf7-response-output {
	border-color: #ffd700;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	margin: 5px 0 0 0px;
}

.appointment-box select.form-select:focus {
	border-color: transparent;
}

#appointment-close span img {
	height: 20px;
	filter: contrast(1000%) invert(1);
}

.form-back-drop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0, 0, 0, .7);
	visibility: hidden;
	z-index: 99999;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.appointment-form-visible .form-back-drop {
	opacity: 1;
	visibility: visible;
}

/* ================contact form sidebar end==============  */

/*--------------------------------------------------------------
# footer start
--------------------------------------------------------------*/

/* news latter start  */
.top-footer {
	position: relative;
}

.footer-news-later .row {
	align-items: center;
}

.footer-news-later {
	background: #f8f5f4;
	border-radius: 50px;
	padding: 41px 55px;
}

.footer-news-later::before {
	content: "";
	background: #555557;
	height: 50%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.footer-news-later .email-icon {
	margin-right: 15px;
	flex-shrink: 0;
}

.footer-news-later .email-text p {
	font-size: 18px;
	font-weight: 600;
	color: #000;
}

.newslater-left {
	display: flex;
	align-items: center;
}

.footer-news-later .newsletter-type form {
	flex-wrap: wrap;
	border-bottom: 1px solid #000;
	display: flex;
	padding-bottom: 2px;
	justify-content: space-between;
}

.footer-news-later .newsletter-type form .footer_contact {
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: relative;
}

.footer-news-later .wpcf7-not-valid-tip {
	position: absolute;
	left: 0;
	bottom: -25px;
}

.footer-news-later .wpcf7-spinner {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.footer-news-later .wpcf7-form-control-wrap {
	position: initial;
}

.footer-news-later .wpcf7-response-output {
	margin: 30px 0 0 0 !important;
}

.footer-news-later .newsletter-type form input {
	border: 0;
	border: 0 !important;
	background: transparent;
	width: 100%;
	padding: 0;
	height: 100%;
}

.footer-news-later .newsletter-type form input::placeholder {
	color: #777;
}

.footer-news-later .newsletter-type form input:focus {
	border: 0;
	outline: 0;
	box-shadow: none;
}

.footer-news-later .newsletter-type form #newsletter-btn {
	display: none;
}

.footer-news-later .newsletter-type form .newsletter-btn {
	border: 0;
	transition: .5s ease;
	background: var(--insur-primary);
	padding: 14px 26px;
	cursor: pointer;
	border-radius: var(--insur-bdr-radius);
}

.footer-news-later .newsletter-type form .newsletter-btn:hover {
	background: #000;
}

.newsletter-btn {
	display: flex;
	justify-content: end;
}

/* news latter end  */

/* footer main start  */
.footer-middle {
	padding: 60px 0 30px 0;
}

footer ul {
	margin: 0;
	padding: 0;
}

footer li {
	list-style: none;
}

.footer-main .col-lg-3 {
	margin-bottom: 30px;
}

.footer-main {
	background: #555557;
	padding-bottom: 20px;
}

.footer-main h5 {
	color: #fff;
	font-weight: 700;
	margin-bottom: 15px;
}

.footer-main  a, .footer-main p, .footer-main li {
	color: #fff;
}

.footer-main  a:hover {
	color: var(--insur-primary);
}

.footer-main  .f-logo {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #7e7e7e;
}

.footer-main ul li {
	line-height: 22px;
}

.footer-main ul li:not(:last-of-type) {
	padding-bottom: 8px;
}

.footer-main .social-icon li:not(:last-of-type) {
	margin-right: 10px;
	padding: 0;
}

.footer-main .about-footer p a {
	color: var(--insur-primary);
	text-decoration: underline;
	transition: .5s ease;
}

.footer-main .about-footer p a:hover {
	text-decoration: none;
}

/* footer social icon start  */
.social-icon {
	display: flex;
}

.social-icon li  a {
	height: 30px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 4px;
	color: var(--insur-primary);
	font-size: 20px;
}

.social-icon li  a:hover {
	background: var(--insur-primary);
	color: #fff;
}

/* footer social icon end  */

/* footer location start  */
.location ul li {
	position: relative;
}

.location ul li {
	padding-left: 27px;
}

.location ul li i {
	position: absolute;
	top: 1px;
	left: 0;
	color: var(--insur-primary);
	font-size: 17px;
}

.location ul li p span {
	font-weight: 700;
	display: flex;
	margin-bottom: 4px;
}

.location ul li .call {
	font-weight: 700;
}

.location ul li .call, .location ul li .email {
	font-size: 18px;
}

.footer-main  .location ul li:not(:last-of-type) {
	padding-bottom: 15px;
}

.f-logo img {
	max-width: 100%;
}

/* footer location end  */

/* footer newsletter start  */
.newsletter-footer-form p {
	font-style: italic;
	font-size: 14px;
	font-weight: 700;
}

.news-letter-form .news-email {
	background-color: #f7f4f3;
	border-radius: 10px;
	height: 38px;
	min-height: 30px;
	margin-bottom: 0;
	margin-right: 40px;
	padding: 15px;
	font-size: 14px;
	transition: all .5s;
	width: 100%;
	border: none;
	box-shadow: none;
	color: #555557;
	font-weight: 600;
}

.news-letter-form .group {
	display: flex;
	align-items: center;
	gap: 5px;
}

.news-letter-form .wpcf7-submit {
	background: #f58634;
	color: #fff;
	padding: 5px 15px;
	border-radius: 6px;
	font-weight: 500;
	margin-top: 0px;
	border: none;
	box-shadow: none;
	transition: .5s;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
	background: #000;
}

/* footer newsletter end  */

/* footer main end  */

/* copy right start  */
.copy-right {
	background-color: #fff;
	border-radius: 40px;
	padding: 10px 40px;
}

.copy-right p {
	color: #555557;
	line-height: normal;
}

.copy-right .col-md-5, .copy-right .col-md-2 {
	display: flex;
	align-items: center;
}

.copy-right .col-md-5:last-child {
	justify-content: end;
}

.copy-right  p span {
	color: var(--insur-primary);
}

.copy-right-logo {
	display: flex;
	justify-content: center;
	width: 100%;
}

/* copy right start  */

/*--------------------------------------------------------------
# footer end
--------------------------------------------------------------*/
.page-template-service ul.thm-breadcrumb.list-unstyled {
	display: none;
}

@media only screen  and (max-width: 1400px) {
	/*--------------------------------------------------------------
  # home aboutstart
  --------------------------------------------------------------*/
	.about-eight__img-two {
		left: -92px;
	}
	
	.about-eight__img-two img {
		height: 350px;
	}
	
	.about-eight__experience {
		padding-top: 31px;
		padding-bottom: 31px;
	}
	
	/*--------------------------------------------------------------
  # home about end
  --------------------------------------------------------------*/
	
	/*--------------------------------------------------------------
  # why choose start
  --------------------------------------------------------------*/
	.why-choose-us-home .why-choose-faq {
		left: -110px;
	}
}

@media only screen  and (max-width: 1358px) {
	/* latest header start  */
	header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li:not(:first-of-type) {
		margin-left: 26px;
	}
	
	header.sticky-header  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li:not(:first-of-type) {
		margin-left: 24px;
	}
	
	/* latest header end  */
	
	/*--------------------------------------------------------------
  # home about start
  --------------------------------------------------------------*/
	.about-eight__img-two img {
		height: 325px;
	}
	
	.about-eight__img-two {
		left: -112px;
	}
	
	.about-eight__experience h3 {
		font-size: 60px;
		margin-bottom: 15px;
	}
	
	.about-eight__experience p {
		font-size: 24px;
		line-height: 36px;
	}
	
	.about-eight__experience {
		width: 192px;
	}
	
	.about_tab-box .tab-buttons .tab-btn span {
		padding: 10px 20px 12px;
		font-size: 18px;
	}
	
	.about-eight__right {
		margin-left: 40px;
	}
	
	/*--------------------------------------------------------------
  # home about end
  --------------------------------------------------------------*/
	
	/*--------------------------------------------------------------
# why choose home start
--------------------------------------------------------------*/
	
	/* why choose left area start  */
	.why-choose-left {
		padding: 80px 45px 80px 70px;
	}
	
	/* why choose left area end  */
	
	/* why choose right area start */
	.why-choose-us-home .why-choose-faq {
		margin-left: -68px;
		padding: 20px 30px;
	}
	
	.why-choose-us-home .accrodion-title {
		padding: 18px 22px 18px 0;
	}
	
	.accrodion .accrodion-title::before {
		top: 16px;
	}
	
	/* why choose right area end */
	
	/*--------------------------------------------------------------
# why choose home start
--------------------------------------------------------------*/
	
	/*--------------------------------------------------------------
# home cta start
--------------------------------------------------------------*/
	.cta-common-left h3 {
		font-size: 30px;
		line-height: 40px;
		padding-bottom: 20px;
	}
}

@media only screen  and (min-width: 1200px) {
	/* service form end  */
	
	/* loan-equity  step form start  */
	
	/* service form start  */
	.service-form .form-group  input[type="text"], .service-form  .form-group  input[type="tel"], .service-form  .form-group  input[type="email"], .service-form  select.form-select, .service-form  input[type="number"], .loan-equity .step-form  .form-group  input[type="text"], .loan-equity .step-form  .form-group  input[type="tel"], .loan-equity .step-form   .form-group  input[type="email"], .loan-equity .step-form   select.form-select, .loan-equity .step-form  input[type="number"] {
		height: 56px;
	}
}

@media only screen  and (max-width: 1199px) {
	/*--------------------------------------------------------------
# common css start
--------------------------------------------------------------*/
	.ptb-70 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.pt-70 {
		padding-top: 50px;
	}
	
	.pb-70 {
		padding-bottom: 50px;
	}
	
	.mtb-70 {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	
	.mt-70 {
		margin-top: 50px;
	}
	
	.mb-70 {
		margin-bottom: 50px;
	}
	
	.ptb-60 {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	
	.pt-60 {
		padding-top: 45px;
	}
	
	.pb-60 {
		padding-bottom: 45px;
	}
	
	.header-title-home__tagline {
		margin-bottom: 10px;
	}
	
	.header-title-home {
		margin-bottom: 18px;
	}
	
	.header-title-home  h2 {
		font-size: 40px;
		line-height: 47px;
	}
	
	.thm-btn, .thm-btn-three {
		padding: 12px 22px 12px;
	}
	
	/*--------------------------------------------------------------
# common css end
--------------------------------------------------------------*/
	
	/* latest header start  */
	header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li:not(:first-of-type) {
		margin-left: 16px;
	}
	
	header.sticky-header  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li:not(:first-of-type) {
		margin-left: 15px;
	}
	
	header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li {
		padding: 26px 0 !important;
	}
	
	header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1  > li > .mega-sub-menu {
		top: 79px !important;
	}
	
	.mega-sub-menu .widget_media_image h4 {
		font-size: 20px !important;
	}
	
	header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
		font-size: 14px !important;
	}
	
	header #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1> li > a.mega-menu-link {
		font-size: 16px !important;
	}
	
	/* latest header end  */
	
	/*--------------------------------------------------------------
# header start
--------------------------------------------------------------*/
	.main-menu-seven__logo img {
		height: 60px;
	}
	
	.main-menu-seven .main-menu__list>li+li, .stricky-header.main-menu-seven .main-menu__list>li+li {
		margin-left: 20px;
	}
	
	.main-menu-seven .main-menu__list>li>a, .stricky-header.main-menu-seven .main-menu__list>li>a {
		font-size: 16px;
	}
	
	.main-menu-seven__get-quote-btn {
		font-size: 16px;
		padding: 7px 22px;
	}
	
	.main-menu-seven .main-menu__list>li {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	/* stycky header start  */
	header.sticky-header .main-menu-seven__get-quote-btn {
		padding: 5px 18px;
	}
	
	/*--------------------------------------------------------------
# header end
--------------------------------------------------------------*/
	
	/*--------------------------------------------------------------
# home about end
--------------------------------------------------------------*/
	.about-eight__right {
		margin: 0px auto 0;
	}
	
	.about_tab-box .tab-buttons .tab-btn span {
		padding: 10px 15px 10px;
		font-size: 16px;
		line-height: normal;
	}
	
	.about_tab-box span e:before, .about_tab-box  .active-btn span e:before {
		width: 32px;
		height: 32px;
	}
	
	.our-vision-icon span e, .our-mission-icon span e, .our-values-icon span e {
		padding-right: 8px;
	}
	
	.about_tab {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.about-eight__img-two {
		margin-top: -60px;
		left: -96px;
	}
	
	.about-eight__img-two img {
		height: 298px;
	}
	
	.about_tab-box .tabs-content {
		padding: 20px;
	}
	
	/*--------------------------------------------------------------
# home about end
--------------------------------------------------------------*/
	
	/*--------------------------------------------------------------
# why choose us start
--------------------------------------------------------------*/
	.why-choose-us-home .accrodion h4 {
		font-size: 18px;
	}
	
	.why-choose-left {
		padding: 80px 68px 80px 20px;
	}
	
	/*--------------------------------------------------------------
# why choose us end
--------------------------------------------------------------*/
	
	/*--------------------------------------------------------------
# home cta start
--------------------------------------------------------------*/
	.cta-common-left h3 {
		font-size: 30px;
		line-height: 36px;
	}
	
	.cta-common-left {
		width: 68%;
	}
	
	.cta-common-right {
		width: 32%;
	}
	
	/*--------------------------------------------------------------
# home cta end
--------------------------------------------------------------*/
	
	/*--------------------------------------------------------------
# home form and faq start
--------------------------------------------------------------*/
	.form-group  input[type="text"], .form-group  input[type="tel"], .form-group  input[type="email"], select.form-select, input[type="number"] {
		height: 55px;
	}
	
	select.form-select, input[type="number"] {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.form-control::-webkit-file-upload-button {
		height: 55px;
	}
	
	.faq-accrodions .accrodion-title h4 {
		font-size: 18px;
		line-height: normal;
	}
	
	.faq-accrodions .accrodion .accrodion-title::before {
		top: 20px;
	}
	
	/*--------------------------------------------------------------
# home form and faq end
--------------------------------------------------------------*/
	
	/*--------------------------------------------------------------
# footer start
--------------------------------------------------------------*/
	
	/* news latter start  */
	.footer-news-later {
		padding: 30px 35px;
		border-radius: 32px;
	}
	
	.footer-news-later .email-text p {
		font-size: 16px;
		line-height: normal;
	}
	
	.footer-news-later .newsletter-type form .newsletter-btn {
		padding: 12px 22px;
	}
	
	/* news latter end  */
	.footer-middle {
		padding: 35px 0 20px 0;
	}
	
	.footer-main  .f-logo {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}

@media only screen  and (min-width: 992px) {
	/*--------------------------------------------------------------
# header start
--------------------------------------------------------------*/
	.main-menu .main-menu__list {
		display: flex;
	}
	
	header .main-menu .mobile-nav__toggler {
		display: none;
	}
	
	header .mobile-menu {
		display: none;
	}
}

@media only screen  and (max-width: 991px) {
	/*--------------------------------------------------------------
# common css start
--------------------------------------------------------------*/
	.ptb-70 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.pt-70 {
		padding-top: 40px;
	}
	
	.pb-70 {
		padding-bottom: 40px;
	}
	
	.mtb-70 {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	.mt-70 {
		margin-top: 40px;
	}
	
	.mb-70 {
		margin-bottom: 40px;
	}
	
	.ptb-60 {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	
	.pt-60 {
		padding-top: 35px;
	}
	
	.pb-60 {
		padding-bottom: 35px;
	}
	
	.header-title-home__tagline {
		font-size: 16px;
		line-height: 16px;
	}
	
	.header-title-home {
		margin-bottom: 15px;
	}
	
	.header-title-home__tagline {
		margin-bottom: 5px;
	}
	
	.header-title-home  h2 {
		font-size: 35px;
		line-height: 42px;
	}
	
	/* stycky header start  */
	header.sticky-header .main-menu-seven__logo img {
		height: 42px;
	}
	
	/* stycky header end  */
	
	/*--------------------------------------------------------------
# common css end
--------------------------------------------------------------*/
	
	/*--------------------------------------------------------------
# header start
--------------------------------------------------------------*/
	header .desktop-menu {
		display: none;
	}
	
	/* top header start  */
	header .main-header-seven__top {
		display: flex;
	}
	
	.main-header-seven__top-address-list li.line {
		padding-right: 12px;
		margin-right: 12px;
	}
	
	.header-btn-calc {}
	
	.header-btn-rate {
		padding-right: 12px;
	}
	
	.main-header-seven__top-address-list li .text.phone {
		font-size: 16px;
	}
	
	.main-header-seven__top-address-list li .icon span {
		font-size: 16px;
	}
	
	.header-btn-rate span {
		padding: 6px 8px 6px 13px;
	}
	
	.header-btn-calc span {
		padding: 7px 9px 7px 12px;
	}
	
	/* top header end */
	.expanded .logo-box img {
		height: 50px;
		width: auto;
	}
	
	.mobile-nav__content .logo-box {
		margin-bottom: 18px;
	}
	
	.main-menu .mobile-nav__toggler {
		font-size: 35px;
	}
	
	.main-menu-seven__logo img {
		height: 50px;
	}
	
	.main-header-seven .main-menu-seven__wrapper-inner {
		justify-content: inherit;
	}
	
	.main-header-seven  .main-menu-seven__left {
		order: 1;
		margin-left: 30px;
	}
	
	.custom-dropdown-menu ul li a {
		justify-content: start !important;
	}
	
	.custom-dropdown-menu ul li a i {
		margin-right: 5px;
	}
	
	.main-menu-seven__get-quote-btn {
		padding: 6px 20px;
	}
	
	.main-menu-seven__get-quote-btn span img {
		width: 30px;
		height: 30px;
	}
	
	.main-header-seven  .main-menu-seven__right {
		margin-left: auto;
	}
	
	.stricky-header.stricky-fixed .main-menu-seven__logo img {
		height: 45px;
	}
	
	/*--------------------------------------------------------------
 # header end
 --------------------------------------------------------------*/
	
	/*--------------------------------------------------------------
# home about start
--------------------------------------------------------------*/
	.about-eight__experience {
		width: 240px;
	}
	
	.about-eight__right {
		margin: 20px auto 0;
	}
	
	.about_tab {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	
	.about-eight__img-two img {
		height: 300px;
	}
	
	.about-eight__experience {
		position: absolute;
		width: 215px;
		bottom: 70px;
		padding: 12px;
	}
	
	.about-eight__experience h3 {
		font-size: 50px;
		margin-bottom: 5px;
	}
	
	.about-eight__experience p {
		font-size: 20px;
		line-height: 27px;
	}
	
	.about_tab-box .tab-buttons .tab-btn span {
		flex-direction: column;
		justify-content: center;
		text-align: center;
		padding: 10px 12px 10px;
	}
	
	.our-vision-icon span e, .our-mission-icon span e, .our-values-icon span e {
		padding-right: 0px;
		padding-bottom: 5px;
	}
	
	.about_tab-box .tabs-content {
		padding: 15px;
	}
	
	/*--------------------------------------------------------------
# home about end
--------------------------------------------------------------*/
	
	/*--------------------------------------------------------------
# why choose start
--------------------------------------------------------------*/
	.why-choose-left .header-title-home {
		margin-bottom: 8px;
	}
	
	/*--------------------------------------------------------------
# why choose end
--------------------------------------------------------------*/
	
	/*--------------------------------------------------------------
# home cta start
--------------------------------------------------------------*/
	.cta-common-content {
		flex-direction: column;
		padding: 25px;
	}
	
	.cta-common-left {
		width: 100%;
		text-align: center;
	}
	
	.cta-common-left h3 {
		font-size: 25px;
		line-height: 30px;
		padding-bottom: 12px;
	}
	
	.cta-common-left p {
		font-size: 16px;
	}
	
	.cta-common-right {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-top: 15px;
	}
	
	.cta-common-btn-box {
		margin-left: 0px;
	}
	
	/*--------------------------------------------------------------
# home cta end
--------------------------------------------------------------*/
	
	/*--------------------------------------------------------------
# home form faq start
--------------------------------------------------------------*/
	.home-form-faq .faq-right {
		padding-top: 30px;
	}
	
	.faq-accrodions .accrodion-title {
		padding: 10px 40px 10px 15px;
	}
	
	.faq-accrodions .accrodion .accrodion-title::before {
		top: 14px;
	}
	
	/*--------------------------------------------------------------
# home form faq end
--------------------------------------------------------------*/
	
	/*--------------------------------------------------------------
# client logo start
--------------------------------------------------------------*/
	.client-logo-box {
		padding: 10px 10px;
		height: 80px;
	}
	
	.client-logo-slider .service-banner-btn {
		margin-top: 25px;
	}
	
	/*--------------------------------------------------------------
# client logo end
--------------------------------------------------------------*/
	
	/* contact form sidebar start  */
	.signup-btn {
		width: 136px;
		right: -49px;
	}
	
	.signup-btn a {
		font-size: 16px;
	}
	
	/* contact form sidebar end  */
	
	/*--------------------------------------------------------------
 # footer start
 --------------------------------------------------------------*/
	
	/* news latter start  */
	.footer-news-later {
		padding: 22px 25px;
	}
	
	.newslater-left {
		margin-bottom: 15px;
	}
	
	.newsletter-btn {
		justify-content: center;
	}
	
	.footer-news-later .newsletter-type form .newsletter-btn {
		padding: 10px 20px;
	}
	
	.footer-news-later .email-text p {
		text-align: center;
	}
	
	/* news latter end  */
	
	/* footer middle start  */
	.footer-main h5 {
		margin-bottom: 10px;
		font-size: 18px;
	}
	
	.footer-main ul li:not(:last-of-type) {
		padding-bottom: 5px;
	}
	
	.footer-main  .location ul li:not(:last-of-type) {
		padding-bottom: 12px;
	}
	
	.location ul li p span {
		margin-bottom: 2px;
	}
	
	/* footer middle end */
	
	/* copy right start  */
	.copy-right {
		padding: 10px 30px;
	}
}

@media only screen  and (min-width: 768px) {
	.sticky-footer {
		display: none;
	}
}

@media only screen  and (max-width: 767px) {
	/*--------------------------------------------------------------
# common css start
--------------------------------------------------------------*/
	body {
		font-size: 15px;
		line-height: 24px;
	}
	
	.ptb-70 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.pt-70 {
		padding-top: 30px;
	}
	
	.pb-70 {
		padding-bottom: 30px;
	}
	
	.mtb-70 {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.mt-70 {
		margin-top: 30px;
	}
	
	.mb-70 {
		margin-bottom: 30px;
	}
	
	.ptb-60 {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	.pt-60 {
		padding-top: 25px;
	}
	
	.pb-60 {
		padding-bottom: 25px;
	}
	
	.header-title-home  h2 {
		font-size: 28px;
		line-height: 34px;
	}
	
	.thm-btn, .thm-btn-three {
		font-size: 15px;
	}
	
	.thm-btn-three span {
		font-size: 13px;
	}
	
	.form-control {
		font-size: 15px;
	}
	
	select.form-select {
		font-size: 15px;
	}
	
	.thm-btn-three span {
		margin-left: 7px;
		font-size: 14px;
	}
	
	/*--------------------------------------------------------------
# common css end
--------------------------------------------------------------*/
	
	/*--------------------------------------------------------------
# header start
--------------------------------------------------------------*/
	header .main-header-seven__top {
		display: none;
	}
	
	.main-menu-seven__right {
		display: flex !important;
	}
	
	.main-menu-seven__get-quote-btn span img {
		width: 28px;
		height: 28px;
	}
	
	.header-btn-calc {
		margin-right: 12px;
	}
	
	/* sticky header start  */
	header.sticky-header .main-menu-seven__get-quote-btn {
		font-size: 14px;
	}
	
	header.sticky-header .main-menu-seven__get-quote-btn span img {
		width: 26px;
		height: 26px;
	}
	
	/* sticky header end  */
	
	/*--------------------------------------------------------------
# header end
--------------------------------------------------------------*/
	
	/*--------------------------------------------------------------
# home about start
--------------------------------------------------------------*/
	.about-eight__experience {
		bottom: 40px;
	}
	
	.about-eight__img-two {
		display: flex;
		justify-content: center;
	}
	
	.about-eight__experience h3 {
		font-size: 42px;
		line-height: 50px;
	}
	
	.about-eight__experience p {
		font-size: 20px;
		line-height: 27px;
	}
	
	.about_tab-box .tabs-content {
		padding: 15px;
	}
	
	.about-eight__img-two img {
		height: 270px;
	}
	
	.about_tab-box .tab-buttons .tab-btn span {
		font-size: 16px;
		flex-direction: initial;
	}
	
	.our-vision-icon span e, .our-mission-icon span e, .our-values-icon span e {
		padding-right: 8px;
		padding-bottom: 0px;
	}
	
	.about_tab-box span e:before, .about_tab-box  .active-btn span e:before {
		width: 28px;
		height: 28px;
	}
	
	.about-eight__img-two {
		left: 0;
	}
	
	.about-eight__left {
		margin-left: 0;
	}
	
	.about-eight  .header-title-home {
		margin-bottom: 10px;
	}
	
	/*--------------------------------------------------------------
# home about end
--------------------------------------------------------------*/
	
	/*--------------------------------------------------------------
/* why choose start
--------------------------------------------------------------*/
	.why-choose-left {
		padding: 30px 15px 50px 15px;
	}
	
	.why-choose-left .why-choose-content .why-choose-btn {
		margin-top: 15px;
	}
	
	.why-choose-us-home .why-choose-faq {
		padding: 15px 15px;
		margin-left: 0;
	}
	
	.why-choose-us-home .col-md-6:first-child {
		padding-left: 18px;
	}
	
	.why-choose-us-home .accrodion-title {
		padding: 13px 22px 13px 0;
	}
	
	.why-choose-us-home .accrodion h4 {
		font-size: 16px;
	}
	
	.why-choose-us-home .accrodion h4 span {
		height: 30px;
		width: 30px;
		line-height: 32px;
		margin-right: 10px;
	}
	
	.why-choose-us-home .accrodion.active .accrodion-title {
		padding-bottom: 8px;
	}
	
	.accrodion .accrodion-title::before {
		font-size: 18px;
	}
	
	.accrodion .accrodion-title::before {
		top: 12px;
	}
	
	.why-choose-us-home .accrodion-content {
		max-height: initial;
	}
	
	.why-choose-us-home .col-md-6:last-child {
		padding-top: 0;
		padding-bottom: 0;
		margin-top: -30px;
	}
	
	.why-choose-us-home .why-choose-right {
		padding: 0 15px;
	}
	
	.service-why-choose-us .why-choose-left .why-choose-content, .why-choose-left .why-choose-content {
		max-width: 100%;
	}
	
	/*--------------------------------------------------------------
/* why choose end
--------------------------------------------------------------*/
	
	/*--------------------------------------------------------------
/* home cta start
--------------------------------------------------------------*/
	.cta-common-content {
		padding: 20px;
	}
	
	.cta-common-left h3 {
		font-size: 22px;
		line-height: 28px;
	}
	
	/*--------------------------------------------------------------
/* home cta end
--------------------------------------------------------------*/
	
	/*--------------------------------------------------------------
home form faq start
--------------------------------------------------------------*/
	.contact-left {
		padding: 20px 20px 20px 20px;
	}
	
	.faq-accrodions .accrodion-title h4 span {
		height: 30px;
		width: 30px;
		line-height: 32px;
		margin-right: 10px;
	}
	
	.form-group  input[type="text"], .form-group  input[type="tel"], .form-group  input[type="email"], select.form-select, input[type="number"] {
		height: 45px;
	}
	
	.form-control::-webkit-file-upload-button {
		height: 45px;
	}
	
	.form-group  textarea {
		padding: 12px 15px;
	}
	
	.form-group  input:not(input[type="submit"]), .contact-section select, .form-group select {
		margin-bottom: 12px;
	}
	
	.wpcf7-not-valid-tip {
		margin-bottom: 5px;
	}
	
	input[type="submit"] {
		margin-top: 12px;
	}
	
	.faq-accrodions .accrodion-title h4 {
		font-size: 16px;
	}
	
	.faq-accrodions .accrodion-title h4 {
		font-size: 17px;
	}
	
	/*--------------------------------------------------------------
home form faq end
--------------------------------------------------------------*/
	
	/* google review start  */
	.google-review-text {
		margin-bottom: 20px;
	}
	
	.google-review-text .header-title-home {
		margin-bottom: 7px;
	}
	
	/* google review end  */
	
	/*--------------------------------------------------------------
# client logo start
--------------------------------------------------------------*/
	.client-logo .arg-btn-box {
		margin-top: 20px;
	}
	
	.client-logo-slider .service-banner-btn {
		margin-top: 20px;
	}
	
	.client-logo-box {
		height: 60px;
	}
	
	/*--------------------------------------------------------------
# client logo end
--------------------------------------------------------------*/
	
	/* / contact form sidebar start / */
	.signup-btn {
		width: 120px;
		height: 34px;
		right: -43px;
		line-height: 36px;
	}
	
	.signup-btn a {
		font-size: 15px;
	}
	
	.appointment-box input:not([type=submit]), .appointment-box select {
		font-size: 15px;
	}
	
	.appointment-box .contact-form {
		margin-top: 0;
	}
	
	/* / contact form sidebar end / */
	
	/*--------------------------------------------------------------
# footer start
--------------------------------------------------------------*/
	
	/* sticky footer start  */
	.sticky-footer {
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 9;
		background-color: #efebe8;
		padding: 8px 0;
	}
	
	.sticky-footer .main-header-seven__top-address-list li a {
		margin-right: 10px;
	}
	
	.sticky-footer .main-header-seven__top-address-list li.line {
		padding-right: 0;
	}
	
	/* sticky footer end  */
	.main-header-seven__top-address {
		padding: 0px 0;
	}
	
	/* news latter start  */
	.footer-news-later .email-text p {
		font-size: 15px;
	}
	
	.footer-news-later .newsletter-type form .newsletter-btn {
		padding: 8px 10px;
	}
	
	.footer-news-later  .newsletter-btn img {
		width: 40px;
	}
	
	/* news latter end  */
	
	/* copy right start  */
	.copy-right {
		margin-bottom: 45px;
	}
	
	.copy-right-logo img {
		height: 40px;
	}
	
	.copy-right .col-md-5:last-child {
		order: 2;
	}
	
	.copy-right .col-md-5:first-child {
		order: 3;
		justify-content: center;
		margin-top: 3px;
	}
	
	.copy-right .col-md-2 {
		order: 1;
	}
	
	.copy-right-logo {
		justify-content: start;
	}
	
	.copy-right p {
		margin-top: 10px;
	}
}

@media only screen  and (max-width: 575px) {
	.ptb-70 {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	.pt-70 {
		padding-top: 25px;
	}
	
	.pb-70 {
		padding-bottom: 25px;
	}
	
	.mtb-70 {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	
	.mt-70 {
		margin-top: 25px;
	}
	
	.mb-70 {
		margin-bottom: 25px;
	}
	
	.header-title-home  h2 {
		font-size: 25px;
		line-height: 32px;
	}
	
	.main-menu-seven__get-quote-btn {
		padding: 8px 18px 8px;
	}
	
	/*--------------------------------------------------------------
 # common css end
 --------------------------------------------------------------*/
	
	/*--------------------------------------------------------------
 # header start
--------------------------------------------------------------*/
	.main-menu-seven__logo img {
		height: 40px;
	}
	
	.main-header-seven  .main-menu-seven__left {
		margin-left: 10px;
	}
	
	.main-menu-seven__get-quote-btn span {
		margin-right: 7px;
	}
	
	.thm-btn-three {
		padding: 8px 14px 8px;
	}
	
	.thm-btn-three span {
		margin-left: 6px;
		font-size: 12px;
	}
	
	.main-menu-seven__get-quote-btn {
		padding: 5px 14px;
	}
	
	/* header sticky start  */
	header.sticky-header .main-menu-seven__logo img {
		height: 37px;
	}
	
	header.sticky-header .main-menu-seven__get-quote-btn {
		padding: 5px 12px;
	}
	
	/* header sticky end  */
	
	/*--------------------------------------------------------------
 # header end
--------------------------------------------------------------*/
	
	/*--------------------------------------------------------------
home about start
--------------------------------------------------------------*/
	.about_tab-box .tab-buttons .tab-btn span {
		padding: 10px 14px 10px;
	}
	
	.about-eight__experience h3 {
		font-size: 35px;
		line-height: 34px;
	}
	
	.about-eight__experience p {
		font-size: 17px;
		line-height: 24px;
	}
	
	/*-------------------------------------------------------------
home about end
--------------------------------------------------------------*/
	
	/*--------------------------------------------------------------
/* home cta start
--------------------------------------------------------------*/
	.cta-common-left h3 {
		font-size: 20px;
		line-height: 26px;
	}
	
	/*--------------------------------------------------------------
/* home cta start
--------------------------------------------------------------*/
	
	/*--------------------------------------------------------------
home form faq start
--------------------------------------------------------------*/
	.contact-left {
		padding: 20px 15px 20px 15px;
	}
	
	/*--------------------------------------------------------------
home form faq end
--------------------------------------------------------------*/
	
	/* / contact form sidebar start / */
	.appointment-form-visible .appointment-box {
		width: 350px;
	}
	
	.appointment-box .inner-box {
		padding: 65px 15px 15px;
		margin-left: 34px;
	}
	
	.appointment-box .inner-box .cross-icon {
		right: 15px;
	}
	
	.appointment-box input:not([type=submit]), .appointment-box select {
		padding: 8px 15px !important;
		margin-bottom: 12px;
	}
	
	.appointment-box textarea {
		height: 115px;
		margin-bottom: 12px;
	}
	
	.appointment-box input[type=submit] {
		font-size: 15px;
		padding: 8px 24px;
	}
	
	.appointment-box .wpcf7-spinner {
		left: 110px;
	}
	
	.appointment-box .cross-icon a span i {
		font-size: 48px;
	}
	
	.appointment-box .cross-icon a span i:after {
		width: 30px;
		height: 30px;
	}
	
	/* .signup-btn a{font-size: 15px;}  */
	
	/* / contact form sidebar end /  */
	
	/*--------------------------------------------------------------
 # footer start
--------------------------------------------------------------*/
	.footer-middle {
		padding: 25px 0 0px 0;
	}
	
	.footer-main  .f-logo {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	
	.footer-main .col-lg-3 {
		border-bottom: 1px solid #7e7e7e;
		padding-bottom: 12px;
		margin-bottom: 12px;
	}
	
	.footer-main  .f-logo {
		border-bottom: 0;
	}
	
	/* copy right start  */
	.copy-right .col-md-5:last-child {
		justify-content: center;
	}
	
	.copy-right .col-md-5:first-child {
		justify-content: center;
	}
	
	.copy-right .col-md-2 {
		justify-content: center;
	}
	
	.copy-right-logo {
		margin-bottom: 8px;
	}
	
	.copy-right p {
		text-align: center;
	}
	
	.copy-right-logo {
		justify-content: center;
	}
	
	.copy-right {
		padding: 10px 20px;
	}
}

@media (min-width:480px) {
	/* contact form sidebar start  */
	.appointment-form-visible .appointment-box {
		width: 380px;
	}
}

@media only screen  and (max-width: 479px) {
	/*--------------------------------------------------------------
header start
--------------------------------------------------------------*/
	.header-title-home  h2 {
		font-size: 23px;
		line-height: 32px;
	}
	
	/*--------------------------------------------------------------
header end
--------------------------------------------------------------*/
	
	/*--------------------------------------------------------------
home about start
--------------------------------------------------------------*/
	.about_tab-box .tab-buttons .tab-btn span {
		flex-direction: column;
		text-align: center;
	}
	
	.our-vision-icon span e, .our-mission-icon span e, .our-values-icon span e {
		padding-right: 0px;
		margin-bottom: 5px;
	}
	
	.about-eight__img-two {
		margin-top: -40px;
	}
	
	/*--------------------------------------------------------------
home about end
--------------------------------------------------------------*/
	
	/*--------------------------------------------------------------
why choose start
--------------------------------------------------------------*/
	.why-choose-us-home .why-choose-right {
		padding: 0 5px;
	}
	
	.why-choose-left {
		padding: 22px 15px 50px 15px;
	}
	
	.why-choose-left .header-title-home {
		margin-bottom: 6px;
	}
	
	/*--------------------------------------------------------------
why choose end
--------------------------------------------------------------*/
	
	/* / contact form sidebar start / */
	.appointment-form-visible .appointment-box {
		width: 90%;
	}
	
	/* / contact form sidebar end / */
	
	/*--------------------------------------------------------------
 # footer start
 --------------------------------------------------------------*/
	
	/* sticky footer start */
	.sticky-footer .main-header-seven__top-inner {
		justify-content: center;
	}
	
	.sticky-footer .main-header-seven__top-address-list li:last-child {
		display: none;
	}
	
	.sticky-footer .main-header-seven__top-address-list li.line {
		padding-right: 0;
		margin-right: 8px;
	}
	
	.sticky-footer .header-btn-calc {
		margin-right: 7px;
	}
	
	.sticky-footer .main-header-seven__top-right a {
		font-size: 13px;
		padding: 2px 13px !important;
	}
	
	.sticky-footer .main-header-seven__top-right a span {
		display: none;
	}
	
	/* sticky footer end */
	
	/* .newslater start  */
	.newslater-left {
		flex-direction: column;
		margin-bottom: 10px;
	}
	
	.newslater-left p {
		text-align: center;
	}
	
	.footer-news-later .email-icon {
		margin-right: 0;
		margin-bottom: 7px;
	}
	
	/* .newslater end */
	
	/* middle footer start  */
	.social-icon li  a {
		height: 25px;
		width: 25px;
		font-size: 15px;
	}
}

:root {
	--insur-font-three: "Outfit", sans-serif;
	--insur-gray: #555557;
	--insur-gray-rgb: 117, 126, 130;
	--insur-base: #717173;
	--insur-base-rgb: 13, 13, 15;
	--insur-black: #000;
	--insur-black-rgb: 0, 0, 0;
	--insur-primary: #f58634;
	--insur-primary-rgb: 245, 134, 52;
	--bg-gray: #f8f5f4;
}

.row {
	--bs-gutter-x: 36px;
}

@media (min-width: 1359px) {
	.container {
		max-width: 1350px;
	}
}
