@-webkit-keyframes gradient-animate {
	0% {
		background-position: 0% 55%;
	}

	50% {
		background-position: 100% 45%;
	}

	100% {
		background-position: 0% 55%;
	}
}

@keyframes gradient-animate {
	0% {
		background-position: 0% 55%;
	}

	50% {
		background-position: 100% 45%;
	}

	100% {
		background-position: 0% 55%;
	}
}

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

.typo-2 {
	font-family: "Poppins",serif;
}

body,.bootstrap-select.select-1 .btn {
	font-family: "Poppins",sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
}

body,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,p,.navbar,.brand,.btn-simple,.alert,a,.td-name,td,button.close {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	color: #485861;
	overflow-x: hidden;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
	font-family: "Poppins",serif;
	color: #26343C;
}

h1,.h1 {
	font-size: 60px;
	line-height: 1.2;
}

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

h3,.h3 {
	font-size: 30px;
	line-height: 1.3;
}

h4,.h4 {
	font-size: 25px;
	line-height: 1.4;
}

h5,.h5 {
	font-size: 20px;
	line-height: 1.5;
}

h6,.h6 {
	font-size: 18px;
	line-height: 1.5;
}

small,.small {
	font-size: 13px;
}

.fw-thin {
	font-weight: 100;
}

.fw-extra-light {
	font-weight: 200;
}

.fw-light {
	font-weight: 300;
}

.fw-regular {
	font-weight: 400;
}

.fw-medium {
	font-weight: 500;
}

.fw-semi-bold {
	font-weight: 600;
}

.fw-bold {
	font-weight: 700;
}

.fw-extra-bold {
	font-weight: 800;
}

.fw-black {
	font-weight: 900;
}

.f-size-8 {
	font-size: 8px;
}

.f-size-9 {
	font-size: 9px;
}

.f-size-10 {
	font-size: 10px;
}

.f-size-11 {
	font-size: 11px;
}

.f-size-12 {
	font-size: 12px;
}

.f-size-13 {
	font-size: 13px;
}

.f-size-14 {
	font-size: 14px;
}

.f-size-15 {
	font-size: 15px;
}

.f-size-16 {
	font-size: 16px;
}

.f-size-17 {
	font-size: 17px;
}

.f-size-18 {
	font-size: 18px;
}

.f-size-19 {
	font-size: 18px;
}

.f-size-20 {
	font-size: 20px;
}

.one-line,.two-line,.three-line,.four-line {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.one-line {
	-webkit-line-clamp: 1;
}

.two-line {
	-webkit-line-clamp: 2;
}

.three-line {
	-webkit-line-clamp: 3;
}

.four-line {
	-webkit-line-clamp: 4;
}

@media (max-width: 767.98px) {
	h1,.h1 {
		font-size: 40px;
		line-height: 1.2;
	}

	h2,.h2 {
		font-size: 30px;
		line-height: 1.2;
	}

	h3,.h3 {
		font-size: 25px;
		line-height: 1.2;
	}

	h4,.h4 {
		font-size: 23px;
		line-height: 1.2;
	}

	h5,.h5 {
		font-size: 20px;
		line-height: 1.2;
	}

	h6,.h6 {
		font-size: 16px;
		line-height: 20px;
	}
}

::-moz-selection {
	background: #9ad5f9;
	color: #26343C;
	text-shadow: none;
}

::selection {
	background: #9ad5f9;
	color: #26343C;
	text-shadow: none;
}

::-webkit-input-placeholder {
	color: #EFEFEF;
}

:-ms-input-placeholder {
	color: #EFEFEF;
}

ul {
	list-style: none;
}

img {
	max-width: 100%;
}

.w-fit {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.object-fit {
	-o-object-fit: cover;
	object-fit: cover;
}

.no-wrap {
	white-space: nowrap;
}

.circle {
	border-radius: 100%;
}

.cursor-pointer {
	cursor: pointer;
}

.pointer-event-none {
	pointer-events: none;
}

.transition,a,input,select,textarea,button,.btn,.btn:focus {
	outline: none;
}

.transition,a,input,select,textarea,button,.btn {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.text-white {
	color: #fff;
}

.text-black {
	color: #000;
}

.text-primary {
	color: #0B78BC !important;
}

.text-secondary {
	color: #747E84;
}

.text-info {
	color: #23A8E1 !important;
}

.text-success {
	color: #07d07c;
}

.text-warning {
	color: #F7893E !important;
}

.text-danger {
	color: #FF3E44;
}

.text-dark {
	color: #26343C !important;
}

.text-gray-1 {
	color: #485861;
}

.text-gray-2 {
	color: #747E84;
}

.text-gray-3 {
	color: #ABB4B9;
}

.text-smoke {
	color: #EFEFEF;
}

.text-offwhite {
	color: #F9F8FC;
}

.text-yellow {
	color: #FFD55A;
}

.text-purple {
	color: #8223E1;
}

.text-gradient {
	color: #0B78BC;
	background: -webkit-linear-gradient(55deg, #0B78BC, #23A8E1);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.text-gradient-animate {
	color: #0B78BC;
	background: -webkit-linear-gradient(55deg, #0B78BC, #23A8E1);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-animation: gradient-animate 8s ease infinite;
	animation: gradient-animate 8s ease infinite;
	background-size: 200%;
}

.bg-white {
	background-color: #fff !important;
}

.bg-black {
	background-color: #000 !important;
}

.bg-primary {
	background-color: #0B78BC !important;
}

.bg-secondary {
	background-color: #747E84 !important;
}

.bg-info {
	background-color: #23A8E1 !important;
}

.bg-success {
	background-color: #07d07c !important;
}

.bg-warning {
	background-color: #F7893E !important;
}

.bg-danger {
	background-color: #FF3E44 !important;
}

.bg-dark {
	background-color: #26343C !important;
}

.bg-gray-1 {
	background-color: #485861 !important;
}

.bg-gray-2 {
	background-color: #747E84 !important;
}

.bg-gray-3 {
	background-color: #ABB4B9 !important;
}

.bg-smoke {
	background-color: #EFEFEF !important;
}

.bg-offwhite {
	background-color: #F9F8FC !important;
}

.bg-yellow {
	background-color: #FFD55A !important;
}

.bg-purple {
	background-color: #E74C3C  !important;
}

.bg-gradient {
	background: linear-gradient(55deg, #0B78BC 0%, #23A8E1 100%);
}

.bg-gradient-2 {
	background: linear-gradient(55deg, #0BB0BC 0%, #2375E1 100%);
}

.bg-gradient-animate {
	-webkit-animation: gradient-animate 8s ease infinite;
	animation: gradient-animate 8s ease infinite;
	background: -webkit-linear-gradient(55deg, #0B78BC, #23A8E1);
	background-size: 200%;
}

.bgd {
	background-repeat: no-repeat;
}

.bgd-fixed {
	background-attachment: fixed;
}

.bgd-top {
	background-position: top;
}

.bgd-right {
	background-position: right;
}

.bgd-bottom {
	background-position: bottom;
}

.bgd-left {
	background-position: left;
}

.bgd-center {
	background-position: center;
}

.bgd-middle {
	background-position-y: 50%;
}

.bgd-contain {
	background-size: contain;
}

.bgd-cover {
	background-size: cover;
}

.bdr-white {
	border-color: #fff !important;
}

.bdr-black {
	border-color: #000 !important;
}

.bdr-primary {
	border-color: #0B78BC !important;
}

.bdr-secondary {
	border-color: #747E84 !important;
}

.bdr-info {
	border-color: #23A8E1 !important;
}

.bdr-success {
	border-color: #07d07c !important;
}

.bdr-warning {
	border-color: #F7893E !important;
}

.bdr-danger {
	border-color: #FF3E44 !important;
}

.bdr-dark {
	border-color: #26343C !important;
}

.bdr-gray-1 {
	border-color: #485861 !important;
}

.bdr-gray-2 {
	border-color: #747E84 !important;
}

.bdr-gray-3 {
	border-color: #ABB4B9 !important;
}

.bdr-smoke {
	border-color: #EFEFEF !important;
}

.bdr-offwhite {
	border-color: #F9F8FC !important;
}

.bdr-yellow {
	border-color: #FFD55A !important;
}

.bdr-purple {
	border-color: #8223E1 !important;
}

.badge {
	padding: 8px 14px;
	font-weight: 500;
}

.badge.badge-primary {
	background-color: #0B78BC !important;
	color: #fff;
}

.badge.badge-secondary {
	background-color: #747E84 !important;
	color: #fff;
}

.badge.badge-info {
	background-color: #23A8E1 !important;
	color: #fff;
}

.badge.badge-success {
	background-color: #07d07c !important;
	color: #fff;
}

.badge.badge-danger {
	background-color: #FF3E44 !important;
	color: #fff;
}

.badge.badge-warning {
	background-color: #F7893E !important;
	color: #fff;
}

.badge.badge-dark {
	background-color: #26343C !important;
	color: #fff;
}

.badge.badge-gray-1 {
	background-color: #485861 !important;
	color: #26343C;
}

.badge.badge-gray-2 {
	background-color: #747E84 !important;
	color: #fff;
}

.badge.badge-gray-3 {
	background-color: #ABB4B9 !important;
	color: #fff;
}

.badge.badge-smoke {
	background-color: #ABB4B9 !important;
	color: #485861;
}

.badge.badge-offwhite {
	background-color: #F9F8FC !important;
	color: #485861;
}

.badge.badge-yellow {
	background-color: #FFD55A !important;
	color: #26343C;
}

.badge.badge-primary-lighten {
	background-color: #b2dffa !important;
	color: #053a5c;
}

.badge.badge-secondary-lighten {
	background-color: #e6e7e9 !important;
	color: #2c3033;
}

.badge.badge-info-lighten {
	background-color: #c5e8f7 !important;
	color: #13678b;
}

.badge.badge-success-lighten {
	background-color: #c0fde2 !important;
	color: #046d3f;
}

.badge.badge-danger-lighten {
	background-color: #ffe6e7 !important;
	color: #FF3E44;
}

.badge.badge-warning-lighten {
	background-color: #feece0 !important;
	color: #c75508;
}

.badge.badge-dark-lighten {
	background-color: #dde5ea !important;
	color: #26343c;
}

.badge.badge-yellow-lighten {
	background-color: #fff5da !important;
	color: #dfa600;
}

.badge.badge-purple-lighten {
	background-color: #d6b7f5 !important;
	color: #4f138b;
}

.badges .badge {
	margin-bottom: 8px;
}

.badge-lg {
	padding: 10px 16px;
	font-size: 15px;
}

.alert.alert-primary {
	background-color: #b2dffa !important;
	color: #053a5c;
	border-color: #9ad5f9;
}

.alert.alert-dark {
	background-color: #dde5ea !important;
	color: #000;
	border-color: #fdfdfd;
}

.alert.alert-success {
	background-color: #c0fde2 !important;
	color: #046d3f;
	border-color: #a7fcd7;
}

.alert.alert-warning {
	background-color: #feece0 !important;
	color: #c75508;
	border-color: #fff;
}

.alert.alert-danger {
	background-color: #ffe6e7 !important;
	color: #d70007;
	border-color: #fff;
}

a {
	color: #0B78BC;
}

a:hover {
	color: #035B92;
}

a.text-primary {
	color: #0B78BC !important;
}

a.text-primary:hover {
	color: #035B92 !important;
}

a.text-secondary {
	color: #747E84 !important;
}

a.text-secondary:hover {
	color: #26343C !important;
}

a.text-info {
	color: #23A8E1 !important;
}

a.text-info:hover {
	color: #035B92 !important;
}

a.text-success {
	color: #07d07c !important;
}

a.text-success:hover {
	color: #07B468 !important;
}

a.text-warning {
	color: #F7893E !important;
}

a.text-warning:hover {
	color: #E87628 !important;
}

a.text-danger {
	color: #FF3E44 !important;
}

a.text-danger:hover {
	color: #E43439 !important;
}

a.text-gray-1 {
	color: #485861 !important;
}

a.text-gray-1:hover {
	color: #747E84 !important;
}

a.text-gray-2 {
	color: #747E84 !important;
}

a.text-gray-2:hover {
	color: #26343C !important;
}

a.text-yellow {
	color: #FFD55A !important;
}

a.text-yellow:hover {
	color: #EBBF40 !important;
}

.radius-1 {
	border-radius: 1px;
}

.radius-2 {
	border-radius: 2px;
}

.radius-3 {
	border-radius: 3px;
}

.radius-4 {
	border-radius: 4px;
}

.radius-5 {
	border-radius: 5px;
}

.radius-6 {
	border-radius: 6px;
}

.radius-7 {
	border-radius: 7px;
}

.radius-8 {
	border-radius: 8px;
}

.radius-9 {
	border-radius: 9px;
}

.radius-10 {
	border-radius: 10px;
}

.radius-20 {
	border-radius: 20px;
}

.radius-100 {
	border-radius: 100%;
}

.rounded-top-left-0 {
	border-top-left-radius: 0 !important;
}

.rounded-top-right-0 {
	border-top-right-radius: 0 !important;
}

.rounded-bottom-left-0 {
	border-bottom-left-radius: 0 !important;
}

.rounded-bottom-right-0 {
	border-bottom-right-radius: 0 !important;
}

.alpha-1 {
	opacity: 0.1;
}

.alpha-2 {
	opacity: 0.2;
}

.alpha-3 {
	opacity: 0.3;
}

.alpha-4 {
	opacity: 0.4;
}

.alpha-5 {
	opacity: 0.5;
}

.alpha-6 {
	opacity: 0.5;
}

.alpha-7 {
	opacity: 0.7;
}

.alpha-8 {
	opacity: 0.8;
}

.alpha-9 {
	opacity: 0.9;
}

.alpha-10 {
	opacity: 1;
}

.w-size-15 {
	width: 15px;
}

.w-size-20 {
	width: 20px;
}

.w-size-25 {
	width: 25px;
}

.w-size-30 {
	width: 30px;
}

.w-size-40 {
	width: 40px;
}

.w-size-50 {
	width: 50px;
}

.w-size-60 {
	width: 60px;
}

.w-size-70 {
	width: 70px;
}

.w-size-80 {
	width: 80px;
}

.w-size-90 {
	width: 90px;
}

.w-size-100 {
	width: 100px;
}

.min-w-15 {
	min-width: 15px;
}

.min-w-20 {
	min-width: 20px;
}

.min-w-25 {
	min-width: 25px;
}

.min-w-30 {
	min-width: 30px;
}

.min-w-40 {
	min-width: 40px;
}

.min-w-50 {
	min-width: 50px;
}

.min-w-60 {
	min-width: 60px;
}

.min-w-70 {
	min-width: 70px;
}

.min-w-80 {
	min-width: 80px;
}

.min-w-90 {
	min-width: 90px;
}

.min-w-100 {
	min-width: 100px;
}

.min-w-120 {
	min-width: 120px;
}

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

.max-w-900 {
	max-width: 900px;
}

.shadow-1 {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
}

.shadow-2 {
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);
}

.shadow-3 {
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23);
	box-shadow: 0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23);
}

.shadow-4 {
	-webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.22);
}

.shadow-5 {
	-webkit-box-shadow: 0 19px 38px rgba(0,0,0,0.3),0 15px 12px rgba(0,0,0,0.22);
	box-shadow: 0 19px 38px rgba(0,0,0,0.3),0 15px 12px rgba(0,0,0,0.22);
}

.shadow-x-1 {
	-webkit-box-shadow: 5px 0 10px 0 rgba(0,0,0,0.1);
	box-shadow: 5px 0 10px 0 rgba(0,0,0,0.1);
}

.shadow-y-1 {
	-webkit-box-shadow: 0px 13px 34px -5px rgba(35,168,225,0.65);
	box-shadow: 0px 13px 34px -5px rgba(35,168,225,0.65);
}

.top-left {
	top: 0;
	left: 0;
}

.top-right {
	top: 0;
	right: 0;
}

.bottom-left {
	bottom: 0;
	left: 0;
}

.bottom-right {
	bottom: 0;
	right: 0;
}

.center-center {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.z-index-0 {
	z-index: 0;
}

.z-index-1 {
	z-index: 1;
}

.z-index-2 {
	z-index: 2;
}

.z-index-3 {
	z-index: 3;
}

.opcty {
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.opcty:hover {
	opacity: 0.5;
}

.multiply {
	mix-blend-mode: multiply;
}

.bright-100 {
	-webkit-filter: brightness(100);
	filter: brightness(100);
}

.grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.grayscale:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.blur {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

.btn {
	min-width: 90px;
	padding: 6px 18px;
	outline: none !important;
}

.btn:focus,.btn:active {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: none !important;
}

.btn.rounded {
	border-radius: 100px !important;
}

.btn i {
	vertical-align: baseline;
	margin-right: 5px;
}

.btn.btn-icon-right i {
	margin-right: 0;
	margin-left: 5px;
}

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

.btn.type-1 {
	padding: 12px 18px;
}

.btn-link {
	color: #0B78BC;
}

.btn-link:hover {
	color: #035B92;
}

.btn-black {
	background: #000;
	border-color: #000;
	color: #0B78BC;
}

.btn-black:hover,.btn-black:active,.btn-black.active,.btn-black:focus,.btn-black.focus {
	background: #000 !important;
	color: #fff;
	border-color: #000;
}

.btn-white {
	background: #fff;
	color: #0B78BC;
}

.btn-white:hover,.btn-white:active,.btn-white.active,.btn-white:focus,.btn-white.focus {
	background: #0B78BC;
	color: #fff;
}

.btn-white.btn-white-login {
	background: rgba(255,255,255,0.4);
}

.btn-white.btn-white-login:hover,.btn-white.btn-white-login:active,.btn-white.btn-white-login.active,.btn-white.btn-white-login:focus,.btn-white.btn-white-login.focus {
	background: #fff;
	color: #0B78BC;
}

.btn-white-outline {
	border-color: #fff;
	color: #fff;
}

.btn-white-outline:hover,.btn-white-outline:active,.btn-white-outline.active,.btn-white-outline:focus,.btn-white-outline.focus {
	background: #0B78BC !important;
	color: #fff;
}

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

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

.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary:focus,.btn-primary.focus {
	background: #035B92 !important;
	color: #fff;
	border-color: #0B78BC !important;
}

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

.btn-primary-outline:hover,.btn-primary-outline:active,.btn-primary-outline.active,.btn-primary-outline:focus,.btn-primary-outline.focus {
	background: #0B78BC !important;
	color: #fff;
}

.btn-secondary {
	background: #747E84;
	border-color: #747E84;
	color: #fff;
}

.btn-secondary:disabled,.btn-secondary.disabled {
	background: #747E84;
	border-color: #747E84 !important;
	color: #fff;
}

.btn-secondary:hover,.btn-secondary:active,.btn-secondary.active,.btn-secondary:focus,.btn-secondary.focus {
	background: #485861 !important;
	color: #fff;
}

.btn-secondary-outline {
	border-color: #747E84;
	color: #747E84;
}

.btn-secondary-outline:hover,.btn-secondary-outline:active,.btn-secondary-outline.active,.btn-secondary-outline:focus,.btn-secondary-outline.focus {
	background: #747E84 !important;
	color: #fff;
}

.btn-info {
	background: #23A8E1;
	border-color: #23A8E1;
	color: #fff;
}

.btn-info:disabled,.btn-info.disabled {
	background: #23A8E1;
	border-color: #23A8E1;
	color: #fff;
}

.btn-info:hover,.btn-info:active,.btn-info.active,.btn-info:focus,.btn-info.focus {
	background: #035B92 !important;
	color: #fff;
}

.btn-info-outline {
	border-color: #23A8E1;
	color: #23A8E1;
}

.btn-info-outline:hover,.btn-info-outline:active,.btn-info-outline.active,.btn-info-outline:focus,.btn-info-outline.focus {
	background: #23A8E1 !important;
	color: #fff;
}

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

.btn-dark:hover,.btn-dark:active,.btn-dark.active,.btn-dark:focus,.btn-dark.focus {
	background: #000 !important;
	color: #fff;
}

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

.btn-dark-outline:hover,.btn-dark-outline:active,.btn-dark-outline.active,.btn-dark-outline:focus,.btn-dark-outline.focus {
	background: #26343C !important;
	color: #fff;
}

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

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

.btn-success:hover,.btn-success:active,.btn-success.active,.btn-success:focus,.btn-success.focus {
	background: #07B468 !important;
	border-color: #07B468;
	color: #fff;
}

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

.btn-success-outline:hover,.btn-success-outline:active,.btn-success-outline.active,.btn-success-outline:focus,.btn-success-outline.focus {
	background: #07d07c !important;
	color: #fff;
}

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

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

.btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger:focus,.btn-danger.focus {
	background: #E43439 !important;
	border-color: #E43439;
	color: #fff;
}

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

.btn-danger-outline:hover,.btn-danger-outline:active,.btn-danger-outline.active,.btn-danger-outline:focus,.btn-danger-outline.focus {
	background: #FF3E44 !important;
	color: #fff;
}

.btn-warning {
	background: #F7893E;
	border-color: #F7893E;
	color: #fff;
}

.btn-warning:disabled,.btn-warning.disabled {
	background: #F7893E;
	border-color: #F7893E;
	color: #fff;
}

.btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning:focus,.btn-warning.focus {
	background: #E87628 !important;
	border-color: #E87628;
	color: #fff;
}

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

.btn-warning-outline:hover,.btn-warning-outline:active,.btn-warning-outline.active,.btn-warning-outline:focus,.btn-warning-outline.focus {
	background: #F7893E !important;
	color: #fff;
}

.btn-yellow {
	background: #FFD55A;
	border-color: #FFD55A;
	color: #26343C;
}

.btn-yellow:disabled,.btn-yellow.disabled {
	background: #FFD55A;
	border-color: #FFD55A;
	color: #26343C;
}

.btn-yellow:hover,.btn-yellow:active,.btn-yellow.active,.btn-yellow:focus,.btn-yellow.focus {
	background: #EBBF40 !important;
	border-color: #EBBF40;
	color: #26343C;
}

.btn-yellow-outline {
	border-color: #FFD55A;
	color: #FFD55A;
}

.btn-yellow-outline:hover,.btn-yellow-outline:active,.btn-yellow-outline.active,.btn-yellow-outline:focus,.btn-yellow-outline.focus {
	background: #FFD55A !important;
	color: #26343C;
}

.btn-aware {
	background: transparent !important;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.btn-aware:hover {
	background: transparent !important;
}

.btn-aware span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	-webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

.btn-aware:hover span {
	width: 225%;
	height: 562px;
}

.btns .btn+.btn {
	margin-left: 10px;
}

.btn-circle {
	min-width: initial;
}

.btn-close {
	min-width: initial;
	width: 40px;
	height: 40px;
	padding: 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;
	border-radius: 100%;
}

.btn-close i {
	margin: 0;
}

.btn-more {
	width: 40px;
	height: 40px;
	min-width: initial;
	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;
	padding: 0;
}

.btn-more i {
	margin: 0;
}

.shimmer {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-animation-name: Shimmer;
	animation-name: Shimmer;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 3.5s;
	animation-duration: 3.5s;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}

.shimmer::before {
	display: block;
	content: "";
	width: 60px;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(#fff), color-stop(rgba(255,255,255,0.6)), to(rgba(255,255,255,0)));
	background-image: linear-gradient(90deg, rgba(255,255,255,0), #fff, rgba(255,255,255,0.6), rgba(255,255,255,0));
}

.shimmer::after {
	display: block;
	content: "";
	width: 60px;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(#fff), color-stop(rgba(255,255,255,0.6)), to(rgba(255,255,255,0)));
	background-image: linear-gradient(90deg, rgba(255,255,255,0), #fff, rgba(255,255,255,0.6), rgba(255,255,255,0));
}

.shimmer.type-1 {
	opacity: 0.3;
}

@-webkit-keyframes Shimmer {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	25%,to {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@keyframes Shimmer {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	25%,to {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

.btn-light-anim {
	position: relative;
	overflow: hidden;
}

.btn-light-anim::before {
	position: absolute;
	left: 0;
	background: linear-gradient(115deg, rgba(255,255,255,0) 0, rgba(255,255,255,0) 30%, rgba(255,255,255,0.75) 45%, rgba(255,255,255,0.75) 55%, rgba(255,255,255,0) 70%, rgba(255,255,255,0) 100%);
	-webkit-transform: rotate(45);
	transform: rotate(45);
	-webkit-animation: buttonAnimation 3s linear infinite;
	animation: buttonAnimation 3s linear infinite;
	content: "";
	height: 400%;
	top: -150%;
	width: 100%;
	opacity: .5;
}

@-webkit-keyframes buttonAnimation {
	0% {
		-webkit-transform: translateX(-150%);
		transform: translateX(-150%);
	}

	100% {
		-webkit-transform: translateX(150%);
		transform: translateX(150%);
	}
}

@keyframes buttonAnimation {
	0% {
		-webkit-transform: translateX(-150%);
		transform: translateX(-150%);
	}

	100% {
		-webkit-transform: translateX(150%);
		transform: translateX(150%);
	}
}

#rMenu,#rMenu ul,#rMenu ul li,#rMenu ul li a,#rMenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#rMenu:after,#rMenu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#rMenu #menu-button {
	display: none;
	border-radius: .15rem;
}

#rMenu {
	width: auto;
	line-height: 1;
	z-index: 15;
}

#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #0B78BC;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#rMenu>ul>li {
	float: left;
}

#rMenu>ul>li:first-child {
	padding-left: 0;
}

#rMenu.align-center>ul {
	font-size: 0;
	text-align: center;
}

#rMenu.align-center>ul>li {
	display: inline-block;
	float: none;
}

#rMenu.align-center ul ul {
	text-align: left;
}

#rMenu.align-right>ul>li {
	float: right;
}

#rMenu.align-right ul ul {
	text-align: right;
}

#rMenu>ul>li>a {
	padding: 12px 15px;
	font-size: 16px;
	text-decoration: none;
	color: #26343C;
}

#rMenu>ul>li:hover>a,#rMenu>ul>li.active>a,#rMenu>ul>li.current-menu-item>a {
	color: #0B78BC;
}

#rMenu>ul>li,#rMenu>ul>li:first-child>a {
	padding-left: 0;
}

#rMenu>ul>li.has-sub>a {
	padding-right: 25px;
}

#rMenu>ul>li.has-sub>a::after {
	position: absolute;
	top: 18px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #485861;
	border-right: 1px solid #485861;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

#rMenu>ul>li.has-sub:hover>a::after {
	border-color: #0B78BC;
}

#rMenu ul ul {
	position: absolute;
	left: -9999px;
	background: #fff;
	border-radius: .25rem;
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
}

#rMenu ul ul:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -7px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	z-index: 2;
}

#rMenu ul ul:after {
	content: '';
	position: absolute;
	left: 50%;
	top: -8px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid rgba(72,88,97,0.2);
	z-index: 1;
}

#rMenu li:hover>ul {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 1px solid rgba(72,88,97,0.2);
}

#rMenu.align-right li:hover>ul {
	right: 0;
}

#rMenu ul ul ul {
	margin-left: 100%;
	top: 0;
}

#rMenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}

#rMenu ul ul li {
	-webkit-transition: height .2s ease;
	transition: height .2s ease;
}

#rMenu ul ul li a {
	padding: 10px 15px;
	min-width: 240px;
	font-size: 14px;
	line-height: 21px;
	text-decoration: none;
	color: #26343C;
}

#rMenu ul ul li.current-menu-item a {
	color: #0B78BC;
}

#rMenu ul ul li:hover>a,#rMenu ul ul li a:hover {
	background: rgba(11,120,188,0.15);
	color: #0B78BC;
}

#rMenu ul ul li.active a {
	color: #0B78BC;
}

#rMenu ul ul li.has-sub>a::after {
	position: absolute;
	top: 13px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	content: "";
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

#rMenu.align-right ul ul li.has-sub>a::after {
	right: auto;
	left: 10px;
	border-bottom: 0;
	border-right: 0;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}

#rMenu ul ul li.has-sub:hover>a::after {
	border-color: #ffffff;
}

#rMenu ul li.nav-social {
	margin-top: auto;
	background: #F9F8FC;
	border-bottom: 1px solid rgba(120,120,120,0.15);
}

#rMenu ul li.nav-social a {
	color: #26343C;
}

#rMenu ul li.nav-social a:hover {
	color: #26343C;
}

#rMenu ul li ul li {
	text-align: left;
}

li.first-item a {
	padding-left: 0 !important;
}

.r-menu-nav-overlay {
	background: rgba(0,0,0,0.8);
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.menu-opened .r-menu-nav-overlay {
	opacity: 1;
	pointer-events: initial;
	visibility: initial;
}

@media (max-width: 1050px) {
	#rMenu>ul>li>a {
		padding: 10px 8px;
	}
}

@media (max-width: 991.98px) {
	#rMenu {
		width: 100%;
		max-width: 540px;
		position: fixed;
		top: 10px;
	}

	#rMenu ul {
		width: 100%;
		display: none;
		text-align: left;
	}

	#rMenu.align-center>ul,#rMenu.align-right ul ul {
		text-align: left;
	}

	#rMenu ul li,#rMenu ul ul li,#rMenu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(120,120,120,0.15);
	}

	#rMenu ul li a,#rMenu ul ul li a {
		width: 100%;
		padding: 19px 15px !important;
	}

	#rMenu>ul>li,#rMenu.align-center>ul>li,#rMenu.align-right>ul>li {
		float: none;
		display: block;
		padding-right: 0;
	}

	#rMenu ul ul li a {
		padding: 12px 12px 12px 20px !important;
		font-size: 13px;
		background: none;
	}

	#rMenu ul ul ul li a {
		padding-left: 40px;
	}

	#rMenu ul ul,#rMenu ul ul ul {
		background: none;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0;
		box-shadow: none;
		border-radius: 0;
		border: 0 !important;
	}

	#rMenu ul ul::before,#rMenu ul ul::after,#rMenu ul ul ul::before,#rMenu ul ul ul::after {
		display: none;
	}

	#rMenu>ul>li.has-sub>a::after,#rMenu ul ul li.has-sub>a::after {
		display: none;
	}

	#menu-line {
		display: none;
	}

	#rMenu #menu-button {
		display: block;
		position: absolute;
		z-index: 1515;
		right: 0;
		top: 16px;
		padding: 19px 22px;
		height: 100%;
		color: #26343C;
		cursor: pointer;
		font-size: 12px;
		background: rgba(11,120,188,0.2);
		text-transform: uppercase;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	#rMenu #menu-button::after {
		content: '';
		position: absolute;
		top: 10px;
		right: 7px;
		display: block;
		width: 30px;
		height: 2px;
		background: #000000;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	#rMenu #menu-button::before {
		content: '';
		position: absolute;
		top: 18px;
		right: 7px;
		display: block;
		width: 30px;
		height: 10px;
		border-top: 2px solid #000000;
		border-bottom: 2px solid #000000;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	#rMenu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid rgba(120,120,120,0.15);
		width: 52px;
		height: 55px;
		cursor: pointer;
	}

	#rMenu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #26343C;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		z-index: 99;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	#rMenu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #26343C;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		z-index: 99;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	#rMenu #menu-button.menu-opened {
		background: #0B78BC;
	}

	#rMenu #menu-button.menu-opened::after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 19px;
		background: #fff;
	}

	#rMenu #menu-button.menu-opened::before {
		height: 0;
		border-bottom: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		border-color: #fff;
	}

	#rMenu .submenu-button.submenu-opened:after {
		display: none;
	}

	.nav-parent {
		position: fixed !important;
		top: 0;
		right: -100%;
		width: calc(100% - 20%) !important;
		height: 100vh;
		background: #fff;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		overflow-y: auto;
		-webkit-box-shadow: -1px 0 15px rgba(0,0,0,0.1);
		box-shadow: -1px 0 15px rgba(0,0,0,0.1);
	}

	.nav-parent>li:first-child {
		margin-top: 80px !important;
	}

	.nav-parent.open {
		right: 0;
	}

	header.sticky #rMenu #menu-button {
		top: 5px;
	}

	header.sticky .nav-parent {
		top: 0;
	}

	header.sticky .nav-parent>li:first-child {
		margin-top: 70px !important;
	}

	body.menu-opened {
		overflow: hidden;
	}

	#rMenu:after,#rMenu>ul:after {
		display: none;
	}
}

@media (max-width: 575.98px) {
	#rMenu {
		right: 15px;
	}

	#rMenu #menu-button {
		top: 1px !important;
		right: 0;
	}

	.nav-parent>li:first-child {
		margin-top: 60px !important;
	}
}

.nav-icon {
	width: 35px;
	height: 25px;
	left: 0;
	cursor: pointer;
	position: relative;
}

.nav-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 50%;
	background: #000;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.nav-icon span:nth-child(even) {
	left: 50%;
	border-radius: 0 25px 25px 0;
}

.nav-icon span:nth-child(odd) {
	left: 0px;
	border-radius: 25px 0 0 25px;
}

.nav-icon span:nth-child(2) {
	top: 0px;
}

.nav-icon span:nth-child(3),.nav-icon span:nth-child(4) {
	top: 10px;
}

.nav-icon span:nth-child(5),.nav-icon span:nth-child(6) {
	top: 20px;
}

.nav-icon.open span {
	background: #000;
}

.nav-icon.open span:nth-child(1),.nav-icon.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-icon.open span:nth-child(2),.nav-icon.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(1) {
	left: 3px;
	top: 6px;
}

.nav-icon.open span:nth-child(2) {
	left: calc(50% - 3px);
	top: 6px;
}

.nav-icon.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
	top: 11px;
}

.nav-icon.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
	top: 11px;
}

.nav-icon.open span:nth-child(5) {
	left: 3px;
	top: 18px;
}

.nav-icon.open span:nth-child(6) {
	left: calc(50% - 3px);
	top: 18px;
}

@-webkit-keyframes burgerOpcty {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes burgerOpcty {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.hamburger {
	z-index: 1515;
	top: 8px;
	left: 0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.hamburger.active {
	position: fixed !important;
	-webkit-transform: translate(320px, 0);
	transform: translate(320px, 0);
	top: 20px;
	-webkit-animation: burgerOpcty 2s forwards;
	animation: burgerOpcty 2s forwards;
}

.side-nav {
	top: 0;
	left: 0;
	width: 400px;
	-webkit-transform: translate(-102%, 0);
	transform: translate(-102%, 0);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	-webkit-box-shadow: 5px 0 10px 0 rgba(0,0,0,0.1);
	box-shadow: 5px 0 10px 0 rgba(0,0,0,0.1);
	z-index: 50;
}

.side-nav .nav-header svg path {
	fill: #000;
}

.side-nav .nav-header .brand-logo {
	max-width: 150px;
	max-height: 60px;
}

.side-nav .nav-data {
	left: 0;
	top: 80px;
	width: 100%;
	height: 100%;
	max-height: calc(100% - 80px);
	overflow-y: auto;
}

.side-nav .nav-data .nav-secondary li {
	padding: 8px 0;
}

.side-nav .nav-data .nav-secondary li a {
	display: inline-block;
	color: #000;
}

.side-nav .nav-data .nav-secondary li a:hover {
	color: #26343C;
	opacity: 0.8;
}

.side-nav .nav-data .nav-secondary li a.active {
	color: #0B78BC;
}

.side-nav .nav-data .nav-secondary li a[aria-expanded="true"] .collapse-has-icon i {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.side-nav .nav-data .nav-secondary li .collapse-has-icon {
	width: 25px;
	height: 25px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background: #F9F8FC;
	-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%;
	cursor: pointer;
}

.side-nav .nav-data .nav-secondary li .collapse-has-icon[aria-expanded="true"] i {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.side-nav .nav-data .nav-secondary li .collapse-has-icon:hover {
	border-color: #ABB4B9;
}

.side-nav .nav-data .nav-secondary li>ul {
	padding-left: 5px;
}

.side-nav .nav-data .nav-secondary li>ul>li {
	padding: 0;
}

.side-nav .nav-data .nav-secondary li>ul>li a {
	padding: 7px 0;
}

.side-nav .nav-data .nav-secondary li>ul>li a:hover {
	text-decoration: none;
	color: #0B78BC;
	opacity: 1;
}

.side-nav .nav-data .nav-secondary li.has-sub {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.side-nav .nav-data .nav-secondary.nav-sm li {
	padding: 3px 0;
}

.side-nav .nav-data .nav-secondary.nav-sm li a {
	opacity: 0.8;
	padding: 2px 0;
}

.side-nav .nav-data .lilac-logo {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-filter: brightness(0) contrast(100);
	filter: brightness(0) contrast(100);
}

.side-nav .nav-data .lilac-logo:hover {
	opacity: 0.8;
}

.side-nav.open {
	-webkit-transform: none;
	transform: none;
}

.nav-overlay {
	background: rgba(0,0,0,0.5);
	position: fixed;
	z-index: 800;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	pointer-events: none;
}

body.menu-opened {
	overflow-y: hidden;
}

body.menu-opened .nav-overlay {
	pointer-events: all;
	opacity: 1;
}

body.menu-opened header {
	z-index: 1035;
}

@media (max-width: 767.98px) {
	.hamburger {
		width: 30px;
		top: 8px;
		right: 0;
		margin: 0;
	}

	.hamburger.active {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		right: 15px;
		top: 15px;
	}

	.side-nav {
		top: 0;
		left: 0;
		width: 100%;
		-webkit-transform: translate(-120%, 0);
		transform: translate(-120%, 0);
	}
}

::-webkit-input-placeholder {
	color: #485861;
}

:-ms-input-placeholder {
	color: #485861;
}

::-ms-input-placeholder {
	color: #485861;
}

::placeholder {
	color: #485861;
}

.form-control {
	padding: 15px;
	min-height: 50px;
	border-color: rgba(38,52,60,0.1);
	background-color: #fff;
	color: #485861;
}

.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #fff;
	border-color: #ABB4B9;
}

.form-control-sm {
	min-height: 35px;
}

.field {
	font-size: 16px;
}

.invalid-feedback {
	color: #FF3E44;
}

.form-control.is-valid,.was-validated .form-control:valid {
	color: #07d07c;
}

.form-control.is-valid:focus,.was-validated .form-control:valid:focus,.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.inline-form .btn {
	margin-left: -3px;
	border-radius: 0 3px  3px 0;
}

.field:required:focus {
	border-color: #FF3E44;
}

.password-wrap .toggle-password {
	position: absolute;
	top: 13px;
	right: 12px;
	cursor: pointer;
	width: 25px;
	height: 25px;
	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;
}

.is-invalid ~ .toggle-password,.was-validated :invalid ~ .toggle-password,.form-control.is-valid ~ .toggle-password,.was-validated .form-control:valid ~ .toggle-password {
	right: 28px;
}

.form-icons .input-group-addon {
	position: absolute;
	z-index: 2;
	left: 1px;
	top: 1px;
	width: 50px;
	height: calc(100% - 2px);
	background: #EFEFEF;
	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: 3px 0 0 3px;
}

.form-icons .field {
	padding-left: 60px;
}

.form-icons .is-floating-label label {
	left: 60px;
}

.form-icons.was-validated .form-group.required-item {
	margin-bottom: 35px;
}

.form-icons.was-validated .valid-feedback,.form-icons.was-validated .invalid-feedback {
	position: absolute;
}

.form-icons.was-validated .field-info {
	margin-top: 20px;
}

form.type-1 .form-group.is-floating-label label {
	top: 22px;
	left: 15px;
	margin: 0;
	background: none;
	padding: 0;
}

form.type-1 .form-group .form-control {
	height: 65px;
	padding-top: 30px;
	color: #26343C;
}

form.type-1 .form-group.textarea.is-floating-label label {
	top: 22px;
}

form.type-1 .form-group.textarea .form-control {
	height: auto;
}

form.type-1 .form-group.textarea.is-focused label {
	top: 10px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

form.type-1 .form-group.is-focused label {
	top: 10px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	left: 15px;
	font-size: 13px;
	opacity: 0.6;
}

form.type-1 .btn {
	border-radius: 0 0 0.25rem 0.25rem;
}

.bootstrap-select .dropdown-toggle {
	color: #485861;
	font-weight: 500;
	border-color: rgba(38,52,60,0.1);
}

.bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}

.bootstrap-select .dropdown-toggle .filter-option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	text-overflow: ellipsis;
}

.bootstrap-select.no-border .btn {
	border: none;
}

.bootstrap-select.select-1 .btn {
	min-height: 50px;
	background-color: #fff;
}

.bootstrap-select .dropdown-menu {
	width: 100%;
	z-index: 1515;
}

.bootstrap-select .dropdown-menu .bs-searchbox .form-control {
	min-height: 20px;
	padding: 8px;
	background: #fff;
	color: #485861;
	border-color: #747E84 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.bootstrap-select .dropdown-menu.inner .dropdown-header {
	background: #EFEFEF;
	padding: 10px;
}

.bootstrap-select .dropdown-menu.inner .dropdown-item {
	padding: 10px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bootstrap-select .dropdown-menu.inner .dropdown-item:hover {
	background: rgba(11,120,188,0.1);
}

.bootstrap-select .dropdown-menu.inner .dropdown-item.active,.bootstrap-select .dropdown-menu.inner .dropdown-item:active {
	background: #b2dffa;
	color: #053a5c;
}

.bootstrap-select .dropdown-menu.inner .dropdown-item .text {
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.bootstrap-select .dropdown-menu.inner .dropdown-item .bs-ok-default:after {
	border-width: 0 2px 2px 0;
}

.bootstrap-select .dropdown-menu.inner .no-results {
	font-size: 11px;
	font-style: italic;
	background: rgba(255,62,68,0.08);
	padding: 8px 15px;
}

.bootstrap-select .dropdown-menu .notify {
	font-size: 13px;
	background: #feece0;
	padding: 8px 15px;
}

.was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle {
	margin-bottom: 15px;
}

.was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle::before {
	content: "Please " attr(title);
	position: absolute;
	top: 52px;
	left: 0;
	color: #FF3E44;
	font-size: 13px;
}

.was-validated .type-radio input[type="radio"]:invalid+.checkmark,.was-validated .type-checkbox input[type="checkbox"]:invalid+.checkmark {
	border-color: #FF3E44;
}

.is-floating-label {
	position: relative;
}

.is-floating-label label {
	opacity: 0.5;
	pointer-events: none;
	position: absolute;
	top: 14px;
	left: 15px;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: 100ms;
	transition: 100ms;
}

.is-floating-label.is-focused label {
	opacity: 1;
	padding: 3px;
	-webkit-transform: translateY(-23px) scale(0.75);
	transform: translateY(-23px) scale(0.75);
	background: #fff;
}

.required-item:after {
	content: '*';
	position: absolute;
	z-index: 1;
	right: 5px;
	top: 5px;
	color: #FF3E44;
}

.is-floating-label.label-inside textarea.form-control {
	padding-top: 20px;
}

.is-floating-label.label-inside .form-control {
	padding-top: 30px;
}

.is-floating-label.label-inside.is-focused label {
	padding: 0;
	-webkit-transform: translateY(-8px) scale(0.75);
	transform: translateY(-8px) scale(0.75);
	opacity: 0.7;
	background-color: transparent;
}

.custom-check {
	display: block;
	position: relative;
	padding-left: 28px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	-webkit-transition: ease-in 0.2s;
	transition: ease-in 0.2s;
	overflow: hidden;
	border: 1px solid #747E84;
}

.custom-check input:checked ~ .checkmark {
	background-color: #b2dffa;
	border-color: #0B78BC;
}

.checkmark::after {
	content: "";
	position: absolute;
	opacity: 1;
	-webkit-transform: scale(3);
	transform: scale(3);
	-webkit-transition: ease-in-out 0.2s;
	transition: ease-in-out 0.2s;
	content: '';
}

.custom-check.type-checkbox .checkmark {
	border-radius: 2px;
}

.custom-check.type-checkbox .checkmark::after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid #0B78BC;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg) scale(3);
	transform: rotate(45deg) scale(3);
	-webkit-transition: ease-in-out 0.2s;
	transition: ease-in-out 0.2s;
	opacity: 0;
	content: '';
}

.custom-check.type-checkbox input:checked ~ .checkmark::after {
	-webkit-transform: rotate(45deg) scale(1);
	transform: rotate(45deg) scale(1);
	opacity: 1;
}

.custom-check.type-radio .checkmark {
	border-radius: 50%;
}

.custom-check.type-radio .checkmark:after {
	left: 4px;
	top: 4px;
	width: 10px;
	height: 10px;
	border: none;
	border-radius: 50%;
	background-color: #0B78BC;
	opacity: 0;
}

.custom-check.type-radio input:checked ~ .checkmark:after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.custom-check.type-1 {
	padding: 0;
}

.custom-check.type-1 .checkmark {
	position: inherit;
	width: auto;
	height: auto;
	padding: 6px 15px;
	border-radius: .25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.custom-check.type-1 .checkmark::after {
	display: none;
}

.custom-check.type-1 .checkmark:hover {
	border: 1px solid #ABB4B9;
}

.custom-check.type-1 input:checked ~ .checkmark {
	color: #053a5c;
}

.custom-check.type-1 input:checked ~ .checkmark:hover {
	border: 1px solid #053a5c;
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #0B78BC;
	border-color: #0B78BC;
	background-color: #b2dffa;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
	background-color: #0B78BC;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before,.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
	border-color: #07d07c;
	background-color: #07d07c;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::after,.was-validated .custom-control-input:valid:checked ~ .custom-control-label::after {
	background-color: #fff;
}

.select2-container .select2-selection {
	min-height: 50px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-color: rgba(38,52,60,0.1) !important;
	outline: none !important;
}

.select2-container.select2-container--open .select2-selection {
	border-color: #ABB4B9 !important;
}

.select2-container .select2-selection__choice {
	margin-top: 0;
	margin-bottom: 5px;
	background-color: rgba(11,120,188,0.1) !important;
}

.select2-container .select2-results__option[aria-selected=true] {
	background-color: #EFEFEF;
}

.select2-container .select2-results__option[aria-selected=true]:hover {
	background-color: #ABB4B9;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
	background-color: #0B78BC;
}

.select2-container .select2-selection__arrow {
	top: 50% !important;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.select2-dropdown {
	border-color: #ABB4B9;
}

.select2-dropdown .select2-results__message {
	font-size: 13px;
	background: rgba(255,62,68,0.1);
}

.daterangepicker .calendar-table td,.daterangepicker .calendar-table th {
	width: 32px;
	height: 32px;
}

.daterangepicker td.in-range {
	background: #cae9fc;
}

.daterangepicker td.active {
	background: #52b6f5;
}

.daterangepicker td.active:hover {
	background: #52b6f5;
}

.daterangepicker td.today {
	background: #0B78BC;
	color: #fff;
}

.daterangepicker td.today:hover {
	background: #0B78BC;
	color: #fff;
}

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

.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;
	-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: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.owl-height {
	-webkit-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	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 {
	-webkit-transform-style: preserve-3d;
	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: #fff url(../img/icons/play.html) no-repeat center;
	background-size: 30px;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);
	border-radius: 100%;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .1s ease;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-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;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.owl-carousel button {
	outline: none;
}

.owl-carousel.owl-grab {
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 75vw;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next {
	width: 50px;
	height: 50px;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	line-height: normal;
	-webkit-box-shadow: 0px 0px 15px rgba(20,12,13,0.2);
	box-shadow: 0px 0px 15px rgba(20,12,13,0.2);
}

.owl-carousel .owl-nav button span {
	font-size: 28px;
	line-height: 20px;
}

.owl-prev {
	left: -80px;
	opacity: 0;
	visibility: hidden;
}

.owl-next {
	right: -80px;
	opacity: 0;
	visibility: hidden;
}

.owl-carousel:hover .owl-prev {
	left: -15px;
	opacity: 1;
	visibility: visible;
}

.owl-carousel:hover .owl-next {
	right: -15px;
	opacity: 1;
	visibility: visible;
}

.owl-prev {
	left: 15px;
}

.owl-next {
	right: 15px;
}

.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next {
	background: #fff;
	color: #485861;
}

.owl-carousel .owl-nav button.owl-prev:hover,.owl-carousel .owl-nav button.owl-next:hover {
	color: #485861;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.owl-dots {
	position: absolute;
	z-index: 1;
	width: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 20px;
	margin-top: 15px;
}

.owl-dots .owl-dot {
	zoom: 1;
}

.owl-dots .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 2px;
	background: #26343C;
	border-radius: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0.2;
}

.owl-dots .owl-dot:hover span {
	opacity: 0.8;
}

.owl-dots .owl-dot.active span {
	background: #0B78BC;
	opacity: 1;
}

.dots-bottom .owl-dots {
	bottom: initial;
}

.show-nav .owl-nav button.owl-prev,.show-nav .owl-nav button.owl-next {
	opacity: 0.8;
	visibility: initial;
	-webkit-transform: none !important;
	transform: none !important;
}

.show-nav .owl-nav button.owl-prev:hover,.show-nav .owl-nav button.owl-next:hover {
	color: #0B78BC;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);
}

.show-nav .owl-prev {
	opacity: 1;
	left: -30px !important;
}

.show-nav .owl-next {
	opacity: 1;
	right: -30px !important;
}

.owl-banner .item img {
	width: 100%;
}

.owl-banner .owl-nav button.owl-prev,.owl-banner .owl-nav button.owl-next {
	background: #000;
	color: #fff;
	opacity: 0.3;
}

.owl-banner .owl-nav button.owl-prev:hover,.owl-banner .owl-nav button.owl-next:hover {
	opacity: 1;
	color: #fff;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.owl-banner .owl-dots span {
	background: #fff;
	opacity: 0.5;
}

.owl-banner .owl-dots.active {
	background: #fff;
}

.owl-1 .owl-dots {
	left: 18px;
	-webkit-transform: 0;
	transform: 0;
}

.owl-1 .owl-dots .owl-dot.active span {
	background: #07d07c;
}

.owl-partners .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 3px;
	border: 1px solid #EFEFEF;
}

.owl-partners .item img {
	max-width: 100%;
	width: 135px;
	height: 70px;
	-o-object-fit: contain;
	object-fit: contain;
}

.owl.equal-items .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.owl.equal-items .owl-stage .owl-item .item {
	height: 100%;
}

.scroll-wrapper {
	overflow: hidden !important;
	padding: 0 !important;
	position: relative;
}

.scroll-wrapper>.scroll-content {
	border: none !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none !important;
	overflow: scroll !important;
	padding: 0;
	position: relative !important;
	top: 0;
	width: auto !important;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0;
}

.scroll-element {
	display: none;
}

.scroll-element,.scroll-element div {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,.scroll-element.scroll-y.scroll-scrolly_visible {
	display: block;
}

.scroll-element .scroll-bar,.scroll-element .scroll-arrow {
	cursor: default;
}

.scroll-textarea {
	border: 1px solid #cccccc;
	border-top-color: #999999;
}

.scroll-textarea>.scroll-content {
	overflow: hidden !important;
}

.scroll-textarea>.scroll-content>textarea {
	border: none !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100% !important;
	margin: 0;
	max-height: none !important;
	max-width: none !important;
	overflow: scroll !important;
	outline: none;
	padding: 2px;
	position: relative !important;
	top: 0;
	width: 100% !important;
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
	height: 0;
	width: 0;
}

.scrollbar-inner>.scroll-element,.scrollbar-inner>.scroll-element div {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.scrollbar-inner>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-x {
	bottom: 2px;
	height: 8px;
	left: 0;
	width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-y {
	height: 100%;
	right: 2px;
	top: 0;
	width: 8px;
}

.scrollbar-inner>.scroll-element .scroll-element_outer {
	overflow: hidden;
}

.scrollbar-inner>.scroll-element .scroll-element_outer,.scrollbar-inner>.scroll-element .scroll-element_track,.scrollbar-inner>.scroll-element .scroll-bar {
	border-radius: 8px;
}

.scrollbar-inner>.scroll-element .scroll-element_track,.scrollbar-inner>.scroll-element .scroll-bar {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity: 0.4;
}

.scrollbar-inner>.scroll-element .scroll-element_track {
	background-color: #e0e0e0;
}

.scrollbar-inner>.scroll-element .scroll-bar {
	background-color: #c2c2c2;
}

.scrollbar-inner>.scroll-element:hover .scroll-bar {
	background-color: #919191;
}

.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar {
	background-color: #919191;
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -12px;
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -12px;
}

.scrollbar-outer>.scroll-element,.scrollbar-outer>.scroll-element div {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.scrollbar-outer>.scroll-element {
	background-color: #ffffff;
}

.scrollbar-outer>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbar-outer>.scroll-element.scroll-x {
	bottom: 0;
	height: 12px;
	left: 0;
	width: 100%;
}

.scrollbar-outer>.scroll-element.scroll-y {
	height: 100%;
	right: 0;
	top: 0;
	width: 12px;
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-element_outer {
	height: 8px;
	top: 2px;
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-element_outer {
	left: 2px;
	width: 8px;
}

.scrollbar-outer>.scroll-element .scroll-element_outer {
	overflow: hidden;
}

.scrollbar-outer>.scroll-element .scroll-element_track {
	background-color: #eeeeee;
}

.scrollbar-outer>.scroll-element .scroll-element_outer,.scrollbar-outer>.scroll-element .scroll-element_track,.scrollbar-outer>.scroll-element .scroll-bar {
	border-radius: 8px;
}

.scrollbar-outer>.scroll-element .scroll-bar {
	background-color: #d9d9d9;
}

.scrollbar-outer>.scroll-element .scroll-bar:hover {
	background-color: #c2c2c2;
}

.scrollbar-outer>.scroll-element.scroll-draggable .scroll-bar {
	background-color: #919191;
}

.scrollbar-outer>.scroll-content.scroll-scrolly_visible {
	left: -12px;
	margin-left: 12px;
}

.scrollbar-outer>.scroll-content.scroll-scrollx_visible {
	top: -12px;
	margin-top: 12px;
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-bar {
	min-width: 10px;
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-bar {
	min-height: 10px;
}

.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -14px;
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -14px;
}

.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -14px;
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -14px;
}

.scrollbar-macosx>.scroll-element,.scrollbar-macosx>.scroll-element div {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.scrollbar-macosx>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbar-macosx>.scroll-element .scroll-element_track {
	display: none;
}

.scrollbar-macosx>.scroll-element .scroll-bar {
	background-color: #6C6E71;
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	border-radius: 7px;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover>.scroll-element .scroll-bar,.scrollbar-macosx>.scroll-element.scroll-draggable .scroll-bar {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.scrollbar-macosx>.scroll-element.scroll-x {
	bottom: 0px;
	height: 0px;
	left: 0;
	min-width: 100%;
	overflow: visible;
	width: 100%;
}

.scrollbar-macosx>.scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 0px;
	top: 0;
	width: 0px;
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-bar {
	height: 7px;
	min-width: 10px;
	top: -9px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-bar {
	left: -9px;
	min-height: 10px;
	width: 7px;
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_outer {
	left: 2px;
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_size {
	left: -4px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_outer {
	top: 2px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_size {
	top: -4px;
}

.scrollbar-macosx>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -11px;
}

.scrollbar-macosx>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -11px;
}

.scrollbar-light>.scroll-element,.scrollbar-light>.scroll-element div {
	border: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.scrollbar-light>.scroll-element {
	background-color: #ffffff;
}

.scrollbar-light>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbar-light>.scroll-element .scroll-element_outer {
	border-radius: 10px;
}

.scrollbar-light>.scroll-element .scroll-element_size {
	background: #dbdbdb;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
	background: -webkit-gradient(linear, left top, right top, from(#dbdbdb), to(#e8e8e8));
	background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
	border-radius: 10px;
}

.scrollbar-light>.scroll-element.scroll-x {
	bottom: 0;
	height: 17px;
	left: 0;
	min-width: 100%;
	width: 100%;
}

.scrollbar-light>.scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 0;
	top: 0;
	width: 17px;
}

.scrollbar-light>.scroll-element .scroll-bar {
	background: #fefefe;
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
	background: -webkit-gradient(linear, left top, right top, from(#fefefe), to(#f5f5f5));
	background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
	border: 1px solid #dbdbdb;
	border-radius: 10px;
}

.scrollbar-light>.scroll-content.scroll-scrolly_visible {
	left: -17px;
	margin-left: 17px;
}

.scrollbar-light>.scroll-content.scroll-scrollx_visible {
	top: -17px;
	margin-top: 17px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-bar {
	height: 10px;
	min-width: 10px;
	top: 0px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-bar {
	left: 0px;
	min-height: 10px;
	width: 10px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-element_outer {
	height: 12px;
	left: 2px;
	top: 2px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-element_size {
	left: -4px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-element_outer {
	left: 2px;
	top: 2px;
	width: 12px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-element_size {
	top: -4px;
}

.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -19px;
}

.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -19px;
}

.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -19px;
}

.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -19px;
}

.scrollbar-rail>.scroll-element,.scrollbar-rail>.scroll-element div {
	border: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.scrollbar-rail>.scroll-element {
	background-color: #ffffff;
}

.scrollbar-rail>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbar-rail>.scroll-element .scroll-element_size {
	background-color: #999;
	background-color: rgba(0,0,0,0.3);
}

.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-element_size {
	background-color: #666;
	background-color: rgba(0,0,0,0.5);
}

.scrollbar-rail>.scroll-element.scroll-x {
	bottom: 0;
	height: 12px;
	left: 0;
	min-width: 100%;
	padding: 3px 0 2px;
	width: 100%;
}

.scrollbar-rail>.scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	padding: 0 2px 0 3px;
	right: 0;
	top: 0;
	width: 12px;
}

.scrollbar-rail>.scroll-element .scroll-bar {
	background-color: #d0b9a0;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-bar {
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.scrollbar-rail>.scroll-content.scroll-scrolly_visible {
	left: -17px;
	margin-left: 17px;
}

.scrollbar-rail>.scroll-content.scroll-scrollx_visible {
	margin-top: 17px;
	top: -17px;
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-bar {
	height: 10px;
	min-width: 10px;
	top: 1px;
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-bar {
	left: 1px;
	min-height: 10px;
	width: 10px;
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-element_outer {
	height: 15px;
	left: 5px;
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-element_size {
	height: 2px;
	left: -10px;
	top: 5px;
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-element_outer {
	top: 5px;
	width: 15px;
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-element_size {
	left: 5px;
	top: -10px;
	width: 2px;
}

.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -25px;
}

.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -25px;
}

.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -25px;
}

.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -25px;
}

.scrollbar-dynamic>.scroll-element,.scrollbar-dynamic>.scroll-element div {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.scrollbar-dynamic>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbar-dynamic>.scroll-element.scroll-x {
	bottom: 2px;
	height: 7px;
	left: 0;
	min-width: 100%;
	width: 100%;
}

.scrollbar-dynamic>.scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 2px;
	top: 0;
	width: 7px;
}

.scrollbar-dynamic>.scroll-element .scroll-element_outer {
	opacity: 0.3;
	border-radius: 12px;
}

.scrollbar-dynamic>.scroll-element .scroll-element_size {
	background-color: #cccccc;
	opacity: 0;
	border-radius: 12px;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.scrollbar-dynamic>.scroll-element .scroll-bar {
	background-color: #6c6e71;
	border-radius: 7px;
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-bar {
	bottom: 0;
	height: 7px;
	min-width: 24px;
	top: auto;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-bar {
	left: auto;
	min-height: 24px;
	right: 0;
	width: 7px;
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_outer {
	bottom: 0;
	top: auto;
	left: 2px;
	-webkit-transition: height 0.2s;
	transition: height 0.2s;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_outer {
	left: auto;
	right: 0;
	top: 2px;
	-webkit-transition: width 0.2s;
	transition: width 0.2s;
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_size {
	left: -4px;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_size {
	top: -4px;
}

.scrollbar-dynamic>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -11px;
}

.scrollbar-dynamic>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -11px;
}

.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer,.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer {
	overflow: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-element_size,.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
	opacity: 1;
}

.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-bar,.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
	height: 100%;
	width: 100%;
	border-radius: 12px;
}

.scrollbar-dynamic>.scroll-element.scroll-x:hover .scroll-element_outer,.scrollbar-dynamic>.scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
	height: 20px;
	min-height: 7px;
}

.scrollbar-dynamic>.scroll-element.scroll-y:hover .scroll-element_outer,.scrollbar-dynamic>.scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
	min-width: 7px;
	width: 20px;
}

.scrollbar-chrome>.scroll-element,.scrollbar-chrome>.scroll-element div {
	border: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 10;
}

.scrollbar-chrome>.scroll-element {
	background-color: #ffffff;
}

.scrollbar-chrome>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.scrollbar-chrome>.scroll-element .scroll-element_track {
	background: #f1f1f1;
	border: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-x {
	bottom: 0;
	height: 16px;
	left: 0;
	min-width: 100%;
	width: 100%;
}

.scrollbar-chrome>.scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 0;
	top: 0;
	width: 16px;
}

.scrollbar-chrome>.scroll-element .scroll-bar {
	background-color: #d9d9d9;
	border: 1px solid #bdbdbd;
	cursor: default;
	border-radius: 2px;
}

.scrollbar-chrome>.scroll-element .scroll-bar:hover {
	background-color: #c2c2c2;
	border-color: #a9a9a9;
}

.scrollbar-chrome>.scroll-element.scroll-draggable .scroll-bar {
	background-color: #919191;
	border-color: #7e7e7e;
}

.scrollbar-chrome>.scroll-content.scroll-scrolly_visible {
	left: -16px;
	margin-left: 16px;
}

.scrollbar-chrome>.scroll-content.scroll-scrollx_visible {
	top: -16px;
	margin-top: 16px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-bar {
	height: 8px;
	min-width: 10px;
	top: 3px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-bar {
	left: 3px;
	min-height: 10px;
	width: 8px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_outer {
	border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_track {
	height: 14px;
	left: -3px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_size {
	height: 14px;
	left: -4px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_outer {
	border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_track {
	top: -3px;
	width: 14px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_size {
	top: -4px;
	width: 14px;
}

.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -19px;
}

.progressive {
	overflow: hidden;
	position: relative;
}

.progressive__img {
	width: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.progressive--not-loaded {
	-webkit-filter: blur(30px);
	filter: blur(30px);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.progressive--is-loaded {
	-webkit-filter: blur(20px);
	filter: blur(20px);
	-webkit-animation: a .5s both;
	animation: a .5s both;
	-webkit-transform: scale(1);
	transform: scale(1);
}

@-webkit-keyframes a {
	0% {
		-webkit-filter: blur(20px);
		filter: blur(20px);
	}

	to {
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}

@keyframes a {
	0% {
		-webkit-filter: blur(20px);
		filter: blur(20px);
	}

	to {
		-webkit-filter: blur(0);
		filter: blur(0);
	}
}

.wrapper {
	max-width: 1200px;
	position: relative;
	margin: auto;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header .wrapper {
	padding: 25px 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header .wrapper .brand img {
	width: 100%;
	max-width: 200px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header.sticky {
	background: rgba(255,255,255,0.8);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	-webkit-box-shadow: 0 2px 14px rgba(0,0,0,0.12);
	box-shadow: 0 2px 14px rgba(0,0,0,0.12);
}

header.sticky .wrapper {
	padding: 15px 0;
}

header.sticky .wrapper .brand img {
	max-width: 150px;
}

.banner.full-height {
	min-height: 100vh;
}

.pull-top-130 {
	margin-top: -80px;
}

.inline-controls .form-control {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.inline-controls .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.search-controls .search-icon {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px;
}

.search-controls .filed-search {
	padding-left: 35px;
}

.search-filter {
	position: absolute;
	z-index: 50;
	top: 120%;
	margin-top: -12px;
	width: 100%;
	background: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
	pointer-events: none;
}

.search-filter.show {
	opacity: 1;
	pointer-events: initial;
}

.search-filter .items li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	cursor: pointer;
}

.search-filter .items li:last-of-type {
	margin: 0;
}

.search-filter .items li:hover {
	color: #0B78BC;
}

.search-filter .items li.no-result {
	cursor: initial;
}

ul.list-1 li {
	position: relative;
	padding: 0 0 15px 35px;
}

ul.list-1 li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: 900;
	position: absolute;
	left: 0;
	width: 24px;
	height: 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;
	border-radius: 100%;
	font-size: 12px;
	line-height: 1.1;
}

ul.type-success li::before {
	background: #c0fde2;
	color: #07d07c;
}

.universities-logos-wrap {
	height: 570px;
	overflow: hidden;
	position: relative;
}

.universities-logos-wrap::before,.universities-logos-wrap::after {
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	height: 100px;
	position: absolute;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#F9F8FC), to(rgba(244,248,255,0)));
	background: linear-gradient(0, #F9F8FC, rgba(244,248,255,0));
	z-index: 1;
}

.universities-logos-wrap::after {
	top: 0;
	bottom: auto;
	background: -webkit-gradient(linear, left top, left bottom, from(#F9F8FC), to(rgba(244,248,255,0)));
	background: linear-gradient(180deg, #F9F8FC, rgba(244,248,255,0));
}

.universities-logos-wrap img {
	-webkit-animation: 25s universitiesLogos linear infinite;
	animation: 25s universitiesLogos linear infinite;
}

@-webkit-keyframes universitiesLogos {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	to {
		-webkit-transform: translateY(-61%);
		transform: translateY(-61%);
	}
}

@keyframes universitiesLogos {
	from {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	to {
		-webkit-transform: translateY(-61%);
		transform: translateY(-61%);
	}
}

.cta-card .btn-white:hover,.cta-card .btn-white:active,.cta-card .btn-white.active,.cta-card .btn-white:focus,.cta-card .btn-white.focus {
	border-color: #fff;
	background-color: #23A8E1;
}

.cta-card .btn-white-outline {
	background: rgba(255,255,255,0);
}

.cta-card .btn-white-outline:hover,.cta-card .btn-white-outline:active,.cta-card .btn-white-outline.active,.cta-card .btn-white-outline:focus,.cta-card .btn-white-outline.focus {
	background: #23A8E1 !important;
	color: #fff;
}

.cards-type-1 .card {
	min-height: 280px;
}

.testimonials.type-success {
	background-color: #c0fde2;
}

.testimonials .quote-icon {
	width: 100px;
}

.testimonials .quote-icon.top-left {
	top: -110px;
}

.testimonials .quote-icon.bottom-right {
	bottom: -110px;
}

.testimonials .quote-icon.bottom-right img {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

footer .footer-brand svg {
	max-width: 120px;
	max-height: 30px;	
}

footer .footer-brand img {
	max-width: 240px;
}

footer .footer-brand svg .text {
	fill: #fff;
}

footer a {
	color: #ABB4B9;
}

footer a:hover {
	color: #fff;
}

footer .footer-nav li {
	padding-bottom: 8px;
}

footer .social-links li a {
	color: #ABB4B9;
}

footer .social-links li a:hover {
	color: #fff;
}

.banner-inner {
	min-height: 65vh;
}

.banner-inner.type-sm {
	min-height: 45vh;
}

.breadcrumb {
	background: none;
}

.card-type-2 .big-number {
	z-index: -1;
	font-size: 170px;
	line-height: 1.1;
	top: -10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0.1;
}

.side-login {
	top: 0;
	right: 0;
	width: 450px;
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	-webkit-box-shadow: 5px 0 10px 0 rgba(0,0,0,0.1);
	box-shadow: 5px 0 10px 0 rgba(0,0,0,0.1);
	z-index: 1515;
}

.side-login .btn-close {
	position: absolute;
	top: 15px;
	left: 15px;
}

.side-login.open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.side-login-overlay {
	background: rgba(0,0,0,0.8);
	z-index: 1514;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.side-login-opened {
	overflow: hidden;
	padding-right: 15px;
}

.side-login-opened .side-login-overlay {
	opacity: 1;
	visibility: initial;
	pointer-events: initial;
}

.top-offset {
	width: 50px;
	background: red;
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
	z-index: 15;
	top: 0;
	left: 0;
}

.accordion>.card:not(:first-of-type):not(:last-of-type),.accordion>.card:first-of-type {
	border-bottom: 1px solid rgba(0,0,0,0.125);
	border-radius: .25rem;
}

.accordion>.card:last-of-type {
	border-radius: .25rem;
}

.accordion .card-header {
	padding-left: 50px;
	position: relative;
	cursor: default;
}

.accordion .card-header h6::after,.accordion .card-header h6::before {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 25px;
	line-height: 25px;
	top: 8px;
	left: 15px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	text-align: center;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.accordion .card-header h6[aria-expanded="true"]::before {
	content: "\f107";
	-webkit-transform: rotateZ(-180deg);
	transform: rotateZ(-180deg);
}

.accordion .card-header h6[aria-expanded="false"]::before {
	content: "\f107";
	padding-bottom: 1px;
}

.accordion .card-body p:last-of-type {
	margin-bottom: 0;
}

.accordion.type-simple .card {
	border: none !important;
	border-radius: 0;
	background: transparent;
}

.accordion.type-simple .card .card-header {
	background: transparent;
	border: 0;
	padding: 10px 0 10px 30px;
	cursor: pointer;
}

.accordion.type-simple .card .card-header h6::after,.accordion.type-simple .card .card-header h6::before {
	left: 0;
}

.accordion.type-simple .card .card-body {
	padding: 0 0 0 30px;
}

.card .card-header[class*="bg-"] {
	border-radius: .25rem .25rem 0 0;
}

.card .card-footer[class*="bg-"] {
	border-radius: 0 0 .25rem .25rem;
}

.social-links li a {
	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: 100%;
	border: 1px solid #747E84;
	width: 40px;
	height: 40px;
	text-decoration: none;
	color: #000;
	margin-right: 15px;
	font-size: 18px;
}

.social-links li a:hover {
	color: #0B78BC;
	border-color: #0B78BC;
}

.social-links li:last-child a {
	margin-right: 0;
}

.social-links.type-simple li a {
	border: none;
	width: auto;
	height: auto;
}

.social-links.type-light li a {
	color: #747E84;
}

.social-links.type-light li a:hover {
	color: #26343C;
}

.ui-to-top {
	width: 50px;
	height: 50px;
	font-size: 24px;
	line-height: 48px;
	color: #fff;
	background: #000;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.12),2px 3px 8px 0px rgba(0,0,0,0.3);
	box-shadow: 0 0 2px rgba(0,0,0,0.12),2px 3px 8px 0px rgba(0,0,0,0.3);
	position: fixed;
	right: 15px;
	bottom: 30px;
	overflow: hidden;
	text-align: center;
	z-index: 1030;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}

.ui-to-top:hover {
	text-decoration: none;
	color: #fff;
	background: #0B78BC;
}

.ui-to-top.active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.mobile .ui-to-top,.tablet .ui-to-top {
	display: none !important;
}

.full-popup {
	position: fixed;
	z-index: 2525;
	top: 0;
	left: 0;
	background: #fff;
	padding: 15px;
	width: 100%;
	height: 100%;
}

.full-popup .top-bar {
	top: 0;
}

.full-popup .top-bar .spacer {
	top: 57px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255,255,255,0)));
	background: linear-gradient(180deg, #fff, rgba(255,255,255,0));
}

.full-popup .inner {
	height: 100%;
}

.full-popup .spacer {
	background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#fff), to(rgba(255,255,255,0)));
	background: linear-gradient(0, #fff, rgba(255,255,255,0));
}

.full-login-popup {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 2525;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: perspective(38em) rotateX(15deg) rotateZ(0deg) skewY(0deg) scale(1.1);
	transform: perspective(38em) rotateX(15deg) rotateZ(0deg) skewY(0deg) scale(1.1);
}

.full-login-popup.show {
	opacity: 1;
	pointer-events: initial;
	-webkit-transform: none;
	transform: none;
	visibility: initial;
}

.btn-share {
	min-width: initial;
	padding: 8px 14px;
	font-size: 13px;
	line-height: 1.1;
}

.btn-share i {
	margin: 0;
}

.share-menu-interaction .share-menu-icons {
	padding-right: 15px;
	left: 0;
	top: 50%;
	-webkit-transform: translate(43px, -50%);
	transform: translate(43px, -50%);
}

.share-menu-interaction .share-menu-icons .inner {
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	pointer-events: none;
	-webkit-transition: 0.5s cubic-bezier(0.65, 0.02, 1, 1);
	transition: 0.5s cubic-bezier(0.65, 0.02, 1, 1);
	opacity: 0;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.share-menu-interaction .share-menu-icons .inner a {
	color: #26343C;
	display: block;
	padding: 5px;
	margin-right: 5px;
	-webkit-transform: translateX(150%);
	transform: translateX(150%);
	-webkit-transition: 0.5s cubic-bezier(0.65, 0.02, 1, 1);
	transition: 0.5s cubic-bezier(0.65, 0.02, 1, 1);
	transition-property: transform,opacity,-webkit-transform;
}

.share-menu-interaction .share-menu-icons .inner a:hover {
	opacity: 0.7;
}

.share-menu-interaction:hover .share-menu-icons .inner {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition-timing-function: cubic-bezier(0.08, 0.03, 0.22, 0.87);
	transition-timing-function: cubic-bezier(0.08, 0.03, 0.22, 0.87);
	pointer-events: initial;
	opacity: 1;
}

.share-menu-interaction:hover .share-menu-icons .inner a {
	-webkit-transition-timing-function: cubic-bezier(0.08, 0.03, 0.22, 0.87);
	transition-timing-function: cubic-bezier(0.08, 0.03, 0.22, 0.87);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.share-menu-interaction:hover .share-menu-icons .inner a:nth-child(1) {
	-webkit-transition-delay: 75ms;
	transition-delay: 75ms;
}

.share-menu-interaction:hover .share-menu-icons .inner a:nth-child(2) {
	-webkit-transition-delay: 150ms;
	transition-delay: 150ms;
}

.share-menu-interaction:hover .share-menu-icons .inner a:nth-child(3) {
	-webkit-transition-delay: 225ms;
	transition-delay: 225ms;
}

.share-menu-interaction:hover .share-menu-icons .inner a:nth-child(4) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.pagination .page-item.disabled .page-link {
	color: #747E84;
}

.pagination .page-item .page-link {
	color: #0B78BC;
}

.pagination .page-item.active .page-link {
	color: #fff;
	background: #0B78BC;
	border-color: #0B78BC;
}

.page-blog article a {
	color: #23A8E1;
}

.page-blog article h1,.page-blog article h2,.page-blog article h3,.page-blog article h4,.page-blog article h5 {
	margin-bottom: 15px;
}

.page-blog article ul,.page-blog article ol {
	margin-bottom: 15px !important;
	margin-left: 43px;
}

.page-blog article ul {
	list-style: disc;
}

.page-blog article ul li {
	margin-bottom: 4px;
}

.page-blog article ol {
	margin-left: 0;
}

.page-blog article ol li {
	margin-bottom: 4px;
}

.page-blog article img {
	width: 100%;
	border-radius: 0.25rem;
}

.page-blog article blockquote {
	max-width: 650px;
	position: relative;
	margin: 30px 30px 30px 100px;
	padding: 30px;
	border-left: 1px solid #485861;
}

.page-blog article blockquote:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f10d';
	font-size: 50px;
	color: #0B78BC;
	margin-bottom: 10px;
	display: block;
}

.page-blog article blockquote p {
	color: #485861;
}

.page-blog-single .banner-data {
	background-color: rgba(11,120,188,0.8);
}

.page-blog-single .banner-data .share-menu-interaction .share-menu-icons .inner a {
	color: #fff;
}

aside h6 {
	margin-bottom: 15px;
}

aside .item:not(:last-of-type) {
	margin-bottom: 30px;
}

aside .item .categories-items a {
	white-space: normal;
	text-align: left;
}

aside .item .categories-items a:hover {
	text-decoration: underline;
}

aside .item .recent-item:not(:last-of-type) {
	margin-bottom: 15px;
}

.split-half {
	max-width: 650px;
}

.icon-wrap-100 {
	width: 100px;
	height: 100px;
}

.courses-items .item:hover {
	z-index: 4;
}

.courses-items .item .card {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
}

.courses-items .item .card .icon {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.courses-items .item .card:hover {
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
	-webkit-transform: perspective(38em) rotateX(15deg) rotateZ(0deg) skewY(0deg) scale(1.1);
	transform: perspective(38em) rotateX(15deg) rotateZ(0deg) skewY(0deg) scale(1.1);
	-webkit-transform-origin: center;
	transform-origin: center;
	z-index: 4;
}

.courses-items .item .card:hover .icon.text-gray-3 {
	color: #0B78BC;
}

.hw-ripple {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #f8f8f8;
	-webkit-animation: hw-ripple 1.3s linear infinite;
	animation: hw-ripple 1.3s linear infinite;
}

@-webkit-keyframes hw-ripple {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(7,208,120,0.3),0 0 0 0.1em rgba(7,208,120,0.3),0 0 0 0.3em rgba(7,208,120,0.5);
		box-shadow: 0 0 0 0 rgba(7,208,120,0.3),0 0 0 0.1em rgba(7,208,120,0.3),0 0 0 0.3em rgba(7,208,120,0.5);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0.1em rgba(7,208,120,0.3),0 0 0 0.3em rgba(7,208,120,0.5),0 0 0 0.75em rgba(7,208,120,0);
		box-shadow: 0 0 0 0.1em rgba(7,208,120,0.3),0 0 0 0.3em rgba(7,208,120,0.5),0 0 0 0.75em rgba(7,208,120,0);
	}
}

@keyframes hw-ripple {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(7,208,120,0.3),0 0 0 0.1em rgba(7,208,120,0.3),0 0 0 0.3em rgba(7,208,120,0.5);
		box-shadow: 0 0 0 0 rgba(7,208,120,0.3),0 0 0 0.1em rgba(7,208,120,0.3),0 0 0 0.3em rgba(7,208,120,0.5);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0.1em rgba(7,208,120,0.3),0 0 0 0.3em rgba(7,208,120,0.5),0 0 0 0.75em rgba(7,208,120,0);
		box-shadow: 0 0 0 0.1em rgba(7,208,120,0.3),0 0 0 0.3em rgba(7,208,120,0.5),0 0 0 0.75em rgba(7,208,120,0);
	}
}

.form-card {
	background: #e2f3fd;
}

.banner-grid img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.banner-grid .featured-img img.rounded {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.banner-grid .badge {
	z-index: 1;
	pointer-events: none;
}

.banner-grid .badge.bottom-right {
	bottom: 15px;
	right: 15px;
}

.banner-grid figure {
	overflow: hidden;
}

.banner-grid figure:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.mfp-bg {
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}

.mfp-bottom-bar {
	margin-top: -40px;
	background: #fff;
	padding: 6px;
}

.mfp-bottom-bar .mfp-title {
	color: #747E84;
}

.mfp-bottom-bar .mfp-counter {
	top: 6px;
	right: 6px;
	color: #ABB4B9;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.mfp-figure {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.cta-2 {
	z-index: 5;
	bottom: -3px;
	left: -1px;
	width: 100.5%;
	height: 75%;
	background: rgba(255,255,255,0.8);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}

.overlay.gradient-primary {
	background: -webkit-gradient(linear, left bottom, left top, from(#0B78BC), to(rgba(255,255,255,0)));
	background: linear-gradient(0deg, #0B78BC 0%, rgba(255,255,255,0) 100%);
}

.overlay.dark {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.7)), to(rgba(0,0,0,0)));
	background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
}

.sticky-sidebar {
	top: 90px;
}

.full-width-map .embed-responsive {
	max-height: 600px;
}

.card.hover {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.card.hover:hover {
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);
}

.card.type-2 figure {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.card.type-2 figure img {
	max-width: 100px;
}

.floating-link {
	position: fixed;
	bottom: 30px;
	left: 30px;
	width: 50px;
	height: 50px;
	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;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
	z-index: 800;
}

.floating-link:hover {
	color: #25d366;
	background-color: #26343C;
	text-decoration: none;
}

.page-home .shadow-primary {
	-webkit-box-shadow: 0px 11px 14px rgba(11,120,188,0.38);
	box-shadow: 0px 11px 14px rgba(11,120,188,0.38);
}

.page-home .shadow-info {
	-webkit-box-shadow: 0px 11px 14px rgba(35,168,225,0.38);
	box-shadow: 0px 11px 14px rgba(35,168,225,0.38);
}

.page-home .shadow-success {
	-webkit-box-shadow: 0px 11px 14px rgba(7,208,120,0.38);
	box-shadow: 0px 11px 14px rgba(7,208,120,0.38);
}

.page-home .search-gfx-card {
	width: 200px;
	height: 100%;
	min-height: 200px;
}

.page-home .search-gfx {
	position: absolute;
	top: 66%;
	left: 63%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.page-home .globe-man {
	width: 100%;
	height: 300px;
}

.page-home .globe-man .globe-img {
	margin-top: -60px;
	-webkit-transition: transform .5s cubic-bezier(0.77, 0.2, 0.05, 1);
	-webkit-transition: -webkit-transform .5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: -webkit-transform .5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: transform .5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: transform .5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform .5s cubic-bezier(0.77, 0.2, 0.05, 1);
	-webkit-animation: globe 4s ease-in-out infinite;
	animation: globe 4s ease-in-out infinite;
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	position: relative;
	z-index: 1;
}

.page-home .globe-man .gfx-shadow {
	position: absolute;
	bottom: -40px;
	left: 50%;
	-webkit-transform: translateX(-50%) perspective(60px) rotate(58deg) skewY(-40deg);
	transform: translateX(-50%) perspective(60px) rotate(58deg) skewY(-40deg);
	width: 60px;
	height: 60px;
	background-color: #000;
	border-radius: 50px;
	-webkit-transition: transform .5s cubic-bezier(0.77, 0.2, 0.05, 1);
	-webkit-transition: -webkit-transform .5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: -webkit-transform .5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: transform .5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: transform .5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform .5s cubic-bezier(0.77, 0.2, 0.05, 1);
	-webkit-animation: globeShadow 4s ease-in-out infinite;
	animation: globeShadow 4s ease-in-out infinite;
}

@-webkit-keyframes globe {
	0%,100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-25px);
		transform: translateY(-25px);
	}
}

@keyframes globe {
	0%,100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(-25px);
		transform: translateY(-25px);
	}
}

@-webkit-keyframes globeShadow {
	0%,100% {
		opacity: .9;
		-webkit-filter: blur(20px);
		filter: blur(20px);
	}

	50% {
		opacity: .6;
		-webkit-filter: blur(30px);
		filter: blur(30px);
	}
}

@keyframes globeShadow {
	0%,100% {
		opacity: .9;
		-webkit-filter: blur(20px);
		filter: blur(20px);
	}

	50% {
		opacity: .6;
		-webkit-filter: blur(30px);
		filter: blur(30px);
	}
}

.page-home .icon-1 {
	width: 100px;
	height: 100px;
	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;
	background: #fff;
	-webkit-box-shadow: 26px 32px 39px rgba(0,0,0,0.35),inset 0px -2px 6px #929293;
	box-shadow: 26px 32px 39px rgba(0,0,0,0.35),inset 0px -2px 6px #929293;
	border-radius: 32px;
}

.page-home .icon-1 img {
	width: 70%;
}

.page-home .app-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page-home .app-button a {
	margin-right: 15px;
}

.page-home .app-button a img {
	width: 150px;
}

@-webkit-keyframes animToLeft1 {
	from {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes animToLeft1 {
	from {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@-webkit-keyframes animToLeft2 {
	from {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes animToLeft2 {
	from {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}

	to {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@-webkit-keyframes animToRight1 {
	from {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	to {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@keyframes animToRight1 {
	from {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	to {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@-webkit-keyframes animToRight2 {
	from {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	to {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@keyframes animToRight2 {
	from {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	to {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}

.page-home .anim-bg {
	min-width: 300px;
	min-height: 300px;
	max-width: 500px;
	max-height: 500px;
	-webkit-mask-image: url("../images/main/mask-shape.svg");
	mask-image: url("../images/main/mask-shape.svg");
	-webkit-mask-size: 93%;
	mask-size: 93%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.page-home .anim-bg img {
	max-width: initial;
	max-height: 500px;
	margin-left: -1px;
}

.page-home .anim-bg.type-1 img:first-child {
	-webkit-animation: 30s animToLeft1 linear infinite;
	animation: 30s animToLeft1 linear infinite;
}

.page-home .anim-bg.type-1 img:last-child {
	-webkit-animation: 30s animToLeft2 linear infinite;
	animation: 30s animToLeft2 linear infinite;
}

.page-home .anim-bg.type-2 img:first-child {
	-webkit-animation: 30s animToRight1 linear infinite;
	animation: 30s animToRight1 linear infinite;
}

.page-home .anim-bg.type-2 img:last-child {
	-webkit-animation: 30s animToRight2 linear infinite;
	animation: 30s animToRight2 linear infinite;
}

.page-home .gfx-press {
	margin: -25px 15px 0 0;
	max-width: 350px;
}

.page-home .tab-nav-logo {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow-x: auto;
}

.page-home .tab-nav-logo .item {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding: 0;
	margin: 0 24px 18px 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;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.page-home .tab-nav-logo .item img {
	height: 30px;
	-o-object-fit: cover;
	object-fit: cover;
}

.page-home .tab-nav-logo .item:not(.active) {
	-webkit-filter: saturate(0);
	filter: saturate(0);
	opacity: .6;
}

.page-home .tab-nav-logo .item:hover {
	opacity: 1;
}

.page-home .owl-testimonials-thumbs {
	max-width: 500px;
}

.page-home .owl-testimonials-thumbs .owl-item {
	cursor: pointer;
}

.page-home .owl-testimonials-thumbs .owl-item .item {
	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;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.page-home .owl-testimonials-thumbs .owl-item .item img {
	border-radius: 100%;
	border: 3px solid transparent;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.page-home .owl-testimonials-thumbs .owl-item.synced .item {
	-webkit-filter: none;
	filter: none;
}

.page-home .owl-testimonials-thumbs .owl-item.synced .item img {
	border-color: #23A8E1;
}

.press-card figure {
	width: 100px;
	height: 100px;
	border: 1px solid #EFEFEF;
	padding: 8px;
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.press-card figure img {
	width: calc(100px - 16px);
}

.show-box,.show-box-in {
	display: none;
}

.filter-head {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
	padding-bottom: 10px;
	color: #485861;
}

.filter-head:hover,.filter-head.active {
	color: #26343C;
}

.filter-head:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.filter-head.active:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f107";
	color: #26343C;
}

.filter-head:not(.active) {
	padding-bottom: 0;
}

.filter-panel {
	display: none;
}

.filter-panel.show {
	display: block;
}

.filter-data label {
	padding-top: 2px;
}

.filter-data label:last-of-type {
	margin: 0;
}

.filter-data .show-more-wrap {
	margin-top: 10px;
}

.filter-data .show-box {
	margin-bottom: 10px;
}

.filter-item:not(:last-child) {
	border-bottom: 1px solid #EFEFEF;
}

.btn-show-filter {
	position: fixed;
	z-index: 800;
	bottom: 20px;
	right: 10px;
	width: 50px;
	height: 50px;
	padding: 3px  0 0 0;
	min-width: initial;
}

.btn-show-filter i {
	margin: 0;
}



.head-1 span {
	display: inline-block;
	padding: 0 30px;
	position: relative;
}

.head-1 span svg {
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	width: 100%;
	max-width: 600px;
	max-height: 40px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.head-1 span i {
	font-style: normal;
	position: relative;
	z-index: 1;
}




.university-list-item .card-img-top {
	height: 130px;
	position: relative;
}

.university-list-item .card-img-top .cover-photo {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}



.university-list-item .card-img-top .thumb {
	position: absolute;
	z-index: 1;
	top: calc(100% - 60px);
	left: 15px;
	width: 80px;
	height: 80px;
	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;
}

.university-list-item .card-img-top .thumb img {
	max-width: 90%;
}

.university-list-item .card-img-top .title {
	margin-left: 95px;
}

.featured-university-item .thumb,.featured-course-item .thumb {
	width: 65px;
	height: 65px;
	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;
}

.featured-university-item .thumb img,.featured-course-item .thumb img {
	max-width: 90%;
}

.featured-university-item:not(:last-of-type),.featured-course-item:not(:last-of-type) {
	margin-bottom: 15px;
}

@media (min-width: 1500px) {
	.wrapper {
		max-width: 1300px;
	}

	.pull-top-130 {
		margin-top: -130px;
	}
}

@media (max-width: 991.98px) {
	header.sticky {
		background-color: #fff;
		-webkit-backdrop-filter: inherit;
		backdrop-filter: inherit;
	}

	.btn-signing-top {
		margin-right: 55px;
	}

	.sidebar-filter {
		position: fixed;
		z-index: 6060;
		top: 0;
		left: -100%;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		background: #fff;
		width: calc(100% - 40%);
		height: 100%;
		overflow-y: auto;
		opacity: 0;
		pointer-events: none;
		padding: 0;
		-webkit-box-shadow: 2px 0 4px 0 rgba(0,0,0,0.08);
		box-shadow: 2px 0 4px 0 rgba(0,0,0,0.08);
	}

	.sidebar-filter.active {
		top: 0;
		left: 0;
		opacity: 1;
		pointer-events: initial;
	}

	.sidebar-filter .card-filter {
		padding-bottom: 60px;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: none;
	}

	.sidebar-filter .card-filter .filter-controls {
		position: fixed;
		bottom: 0;
		max-width: calc(100% - 40%);
	}
}

@media (max-width: 767.98px) {
	.cards-type-1 .card {
		min-height: initial;
	}

	.universities-logos-wrap {
		height: 410px;
		text-align: center;
	}
}

@media (max-width: 575.98px) {
	header .wrapper {
		padding: 10px 0 !important;
	}

	.banner.full-height {
		min-height: 100vh;
		height: -webkit-max-content !important;
		height: -moz-max-content !important;
		height: max-content !important;
	}

	.rounded-mob {
		border-radius: 0.25rem !important;
	}

	.pull-top-130 {
		margin-top: -50px;
	}

	.world-items .item {
		width: 50%;
	}

	.testimonials.type-success {
		background-color: #c0fde2;
	}

	.testimonials .quote-icon {
		width: 50px;
	}

	.testimonials .quote-icon.top-left {
		top: -40px;
	}

	.testimonials .quote-icon.bottom-right {
		bottom: -40px;
	}

	.side-login {
		width: 100%;
	}

	.side-login-opened {
		overflow: hidden;
		padding-right: initial;
	}

	.side-login-opened .wrapper {
		-webkit-filter: initial;
		filter: initial;
	}

	.page-blog-single .banner-data h1 {
		font-size: 28px;
	}

	.cta-2 {
		height: initial;
	}

	.page-home .anim-bg {
		width: 300px;
		height: 300px;
		margin: auto;
	}

	.page-home .anim-bg img {
		max-height: 300px;
	}

	.sidebar-filter {
		width: 100%;
	}

	.sidebar-filter .card-filter .filter-controls {
		max-width: calc(100%);
	}
}


@-webkit-keyframes mapRipple {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(0,175,102,0.3),0 0 0 0.1em rgba(0,175,102,0.3),0 0 0 0.3em rgba(0,175,102,0.5);
		box-shadow: 0 0 0 0 rgba(0,175,102,0.3),0 0 0 0.1em rgba(0,175,102,0.3),0 0 0 0.3em rgba(0,175,102,0.5);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0.1em rgba(0,175,102,0.3),0 0 0 0.3em rgba(0,175,102,0.5),0 0 0 0.75em rgba(0,175,102,0);
		box-shadow: 0 0 0 0.1em rgba(0,175,102,0.3),0 0 0 0.3em rgba(0,175,102,0.5),0 0 0 0.75em rgba(0,175,102,0);
	}
}

@keyframes mapRipple {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(0,175,102,0.3),0 0 0 0.1em rgba(0,175,102,0.3),0 0 0 0.3em rgba(0,175,102,0.5);
		box-shadow: 0 0 0 0 rgba(0,175,102,0.3),0 0 0 0.1em rgba(0,175,102,0.3),0 0 0 0.3em rgba(0,175,102,0.5);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0.1em rgba(0,175,102,0.3),0 0 0 0.3em rgba(0,175,102,0.5),0 0 0 0.75em rgba(0,175,102,0);
		box-shadow: 0 0 0 0.1em rgba(0,175,102,0.3),0 0 0 0.3em rgba(0,175,102,0.5),0 0 0 0.75em rgba(0,175,102,0);
	}
}


.map-pointers {
	position: relative;
	max-width: 960px;
}

.map-pointers .svg-map path {
	fill: #67b3ef;
}

.map-pointers .map-dots {
	top: 0;
	left: 0;
}

.map-pointers .dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #f8f8f8;
	-webkit-animation: mapRipple 1.3s linear infinite;
	animation: mapRipple 1.3s linear infinite;
}

.map-pointers .dot-1 {
	top: 59%;
	left: 68.5%;
}

.map-pointers .dot-2 {
	top: 26%;
	left: 12.5%;
}

.map-pointers .dot-3 {
	top: 52%;
	left: 62.5%;
}

.map-pointers .dot-4 {
	top: 34%;
	left: 50.5%;
}
.how-work-div {
    text-align: center;
}

.how-work-div .icon-work {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 30px;
    margin-bottom: 15px;
}

.how-work-div .icon-work img {
    margin: 0 auto;
    width: 100%;
}

.how-work-div h1 {
    font-size: 18px;
    font-weight: 600;
    color: #1A1A1A;

}

.how-work-div .arrow-down {
    position: absolute;
    top: 30px;
    right: -20%;
    width: 39%;
}


.bag-grey-section {
    background-color: #F5F5F5;
}
.blue-bg-color{
    background-color: #23A8E1;
}
.yellow-bg-color{
    background-color: #07d07c;
}

.btn-outline-rk {
	color: #00009C; /* Custom text color */
	border-color: #00009C; /* Custom border color */
}

.btn-outline-rk:hover {
	background-color: #00009C; /* Background on hover */
	color: white; /* Text color on hover */
}
