html > * {
	font-family: 'Lato', sans-serif;
}
.navbar-light .navbar-nav .nav-link{
	color: #1c7da7 !important;
	font-weight: 500!important;
}

.navbar-light .navbar-nav .active .nav-link{
	color: #1c2143 !important;
	font-weight: 900!important;
}

.parallax-window-black {
	background-color: rgba(3,3,3,0.80);
}
.parallax-window-white {
	background-color: rgba(255,255,255,0.8);
}
.bg-breadcumb{
	background-image:linear-gradient(to right, rgba(234, 234, 234, 0.9), rgba(255, 255, 255, .9)),url(../img/patterns/breadcumbs_pattern.jpg);
	background-repeat:no-repeat,no-repeat;
	background-position:50%,50%;
	background-size:cover,cover
}
.bg-breadcumb-black{
	background-image:linear-gradient(to right, rgba(234, 234, 234, 0.9), rgba(255, 255, 255, .9)),url(../img/patterns/breadcumbs_pattern_black.jpg);
	background-repeat:no-repeat,no-repeat;
	background-position:50%,50%;
	background-size:cover,cover
}
.bg-office{
	background-image:linear-gradient(to right, rgba(2, 75, 141, 0.9), rgba(2, 75, 141, 1)),url(../img/patterns/office_pattern.jpg);
	background-repeat:no-repeat,no-repeat;
	background-position:50%,50%;
	background-size:cover,cover
}

@media (max-width:767.98px){
	.bg-vibrant{background-attachment:fixed,fixed}
}
.status-icon {
	content: '';
	width: 0.5rem;
	height: 0.5rem;
	display: inline-block;
	background: currentColor;
	border-radius: 50%;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	margin-right: .375rem;
	vertical-align: middle;
}
.status-animated {
	-webkit-animation: 1s status-pulse infinite ease;
	animation: 1s status-pulse infinite ease;
}
.breadcrumb {
	border-radius: 0 0 4px 4px!important;
}
.div-load{
	padding-top: 15%;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: #FFFFFF;
}
.text-shadow{
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}
.bg-base {
	color: #FFFFFF;
	background: #1c7da7 !important;
}

.badge-base {
	color: #FFFFFF;
	background: #1c7da7 !important;
}

.text-base {
	color: #1c7da7 !important;
}

.border-base {
	border-color: #1c7da7 !important;
}

.btn-base {
	color: #fff!important;
	background-color: #1c7da7 !important;
	border-color: #1c7da7 !important;
}

.btn-base:hover {
	color: #aec5f0 !important;
	background-color: #1c7da7 !important;
	border-color: #1c7da7 !important;
}

.btn-base:focus, .btn-base.focus {
	box-shadow: 0 0 0 0.2rem rgba(38, 65, 118, 0.5)!important;
}

.btn-base.disabled, .btn-base:disabled {
	color: #fff!important;
	background-color: #7789a9 !important;
	border-color: #7789a9 !important;
}

.btn-base:not(:disabled):not(.disabled):active, .btn-base:not(:disabled):not(.disabled).active,
.show > .btn-base.dropdown-toggle {
	color: #fff!important;
	background-color: #1c7da7 !important;
	border-color: #1c7da7 !important;
}

.btn-base:not(:disabled):not(.disabled):active:focus, .btn-base:not(:disabled):not(.disabled).active:focus,
.show > .btn-base.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(38, 65, 118, 0.3)!important;
}


.btn-outline-base {
	color: #1c7da7 !important;
	background-color: transparent!important;
	background-image: none!important;
	border-color: #1c7da7 !important;
}

.btn-outline-base:hover {
	color: #fff!important;
	background-color: #1c7da7 !important;
	border-color: #1c7da7 !important;
}

.btn-outline-base:focus, .btn-outline-base.focus {
	box-shadow: 0 0 0 0.2rem rgba(38, 65, 118, 0.5)!important;
}

.btn-outline-base.disabled, .btn-outline-base:disabled {
	color: #1c7da7 !important;
	background-color: transparent!important;
}

.btn-outline-base:not(:disabled):not(.disabled):active, .btn-outline-base:not(:disabled):not(.disabled).active,
.show > .btn-outline-base.dropdown-toggle {
	color: #fff!important;
	background-color: #1c7da7 !important;
	border-color: #1c7da7 !important;
}

.btn-outline-base:not(:disabled):not(.disabled):active:focus, .btn-outline-base:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-base.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(38, 65, 118, 0.5)!important;
}
/* END BASE */
.bg-base-light {
	color: #FFFFFF;
	background: #FCB32D !important;
}

.badge-base-light {
	color: #FFFFFF;
	background: #FCB32D !important;
}

.text-base-light {
	color: #FCB32D!important;
}

.border-base-light {
	border-color: #FCB32D!important;
}

.btn-base-light {
	color: #fff!important;
	background-color: #FCB32D!important;
	border-color: #FCB32D!important;
}

.btn-base-light:hover {
	color: #eaeed2 !important;
	background-color: #FCB32D !important;
	border-color: #FCB32D !important;
}

.btn-base-light:focus, .btn-base-light.focus {
	box-shadow: 0 0 0 0.2rem rgba(120, 164, 80, 0.5) !important;
}

.btn-base-light.disabled, .btn-base-light:disabled {
	color: #fff!important;
	background-color: #b9bca9 !important;
	border-color: #b9bca9 !important;
}

.btn-base-light:not(:disabled):not(.disabled):active, .btn-base-light:not(:disabled):not(.disabled).active,
.show > .btn-base-light.dropdown-toggle {
	color: #fff!important;
	background-color: #b9bca9 !important;
	border-color: #b9bca9!important;
}

.btn-base-light:not(:disabled):not(.disabled):active:focus, .btn-base-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-base-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(120, 164, 80, 0.3)!important;
}


.btn-outline-base-light {
	color: #FCB32D!important;
	background-color: transparent!important;
	background-image: none!important;
	border-color: #FCB32D!important;
}

.btn-outline-base-light:hover {
	color: #fff!important;
	background-color: #FCB32D!important;
	border-color: #FCB32D!important;
}

.btn-outline-base-light:focus, .btn-outline-base-light.focus {
	box-shadow: 0 0 0 0.2rem rgba(120, 164, 80, 0.5)!important;
}

.btn-outline-base-light.disabled, .btn-outline-base-light:disabled {
	color: #abac8b !important;
	background-color: transparent!important;
}

.btn-outline-base-light:not(:disabled):not(.disabled):active, .btn-outline-base-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-base-light.dropdown-toggle {
	color: #fff!important;
	background-color: #FCB32D!important;
	border-color: #FCB32D!important;
}

.btn-outline-base-light:not(:disabled):not(.disabled):active:focus, .btn-outline-base-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-base-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(120, 164, 80, 0.5) !important;
}

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

.badge-black {
	color: #FFFFFF;
	background: #000000 !important;
}

.text-black {
	color: #000000!important;
}

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

.btn-black {
	color: #fff!important;
	background-color: #000000!important;
	border-color: #000000!important;
}

.btn-black:hover {
	color: #DAE3FF!important;
	background-color: #0f0f0f !important;
	border-color: #040202 !important;
}

.btn-black:focus, .btn-black.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5) !important;
}

.btn-black.disabled, .btn-black:disabled {
	color: #fff!important;
	background-color: #1f1d21 !important;
	border-color: #161418 !important;
}

.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
.show > .btn-black.dropdown-toggle {
	color: #fff!important;
	background-color: #000000!important;
	border-color: #000000!important;
}

.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus,
.show > .btn-black.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5) !important;
}


.btn-outline-black {
	color: #000000!important;
	background-color: transparent!important;
	background-image: none!important;
	border-color: #000000!important;
}

.btn-outline-black:hover {
	color: #fff!important;
	background-color: #000000!important;
	border-color: #000000!important;
}

.btn-outline-black:focus, .btn-outline-black.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5) !important;
}

.btn-outline-black.disabled, .btn-outline-black:disabled {
	color: #000000!important;
	background-color: transparent!important;
}

.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active,
.show > .btn-outline-black.dropdown-toggle {
	color: #fff!important;
	background-color: #000000!important;
	border-color: #000000!important;
}

.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-black.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5) !important;
}

.badge {
	display: inline-block;
	padding: 0.25rem 0.5rem;
	font-size: 80%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.badge {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}
a.badge:hover, a.badge:focus {
	text-decoration: none;
}

.badge:empty {
	display: none;
}

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

.badge-pill {
	padding-right: 0.875em;
	padding-left: 0.875em;
	border-radius: 50rem;
}

.bg-gradient-primary {
	background: -o-linear-gradient(40deg, #1c2143 0, #1c2143 100%) !important;
	background: linear-gradient(50deg, #1c2143 0, #1c2143 100%) !important;
}

.bg-gradient-secondary {
	background: -o-linear-gradient(40deg, #EFF2F7 0, #eff0f7 100%) !important;
	background: linear-gradient(50deg, #EFF2F7 0, #eff0f7 100%) !important;
}

.bg-gradient-success {
	background: -o-linear-gradient(40deg, #36B37E 0, #36b3a4 100%) !important;
	background: linear-gradient(50deg, #36B37E 0, #36b3a4 100%) !important;
}

.bg-gradient-info {
	background: -o-linear-gradient(40deg, #00B8D9 0, #0077d9 100%) !important;
	background: linear-gradient(50deg, #00B8D9 0, #0077d9 100%) !important;
}

.bg-gradient-warning {
	background: -o-linear-gradient(40deg, #FFAB00 0, #fff800 100%) !important;
	background: linear-gradient(50deg, #FFAB00 0, #fff800 100%) !important;
}

.bg-gradient-danger {
	background: -o-linear-gradient(40deg, #dc3545 0, #e64c60 100%) !important;
	background: linear-gradient(50deg, #dc3545 0, #e64c60 100%) !important;
}

.bg-gradient-light {
	background: -o-linear-gradient(40deg, #EFF2F7 0, #eff0f7 100%) !important;
	background: linear-gradient(50deg, #EFF2F7 0, #eff0f7 100%) !important;
}

.bg-gradient-dark {
	background: -o-linear-gradient(40deg, #273444 0, #272b44 100%) !important;
	background: linear-gradient(50deg, #273444 0, #272b44 100%) !important;
}

.bg-gradient-neutral {
	background: -o-linear-gradient(40deg, #FFF 0, white 100%) !important;
	background: linear-gradient(50deg, #FFF 0, white 100%) !important;
}

.bg-gradient-white {
	background: -o-linear-gradient(40deg, #FFF 0, white 100%) !important;
	background: linear-gradient(50deg, #FFF 0, white 100%) !important;
}

.bg-gray-100 {
	background-color: #FAFBFE !important;
}

a.bg-gray-100:hover, a.bg-gray-100:focus,
button.bg-gray-100:hover,
button.bg-gray-100:focus {
	background-color: #d4dae7  !important;
}

.bg-gray-200 {
	background-color: #EFF2F7 !important;
}

a.bg-gray-200:hover, a.bg-gray-200:focus,
button.bg-gray-200:hover,
button.bg-gray-200:focus {
	background-color: #d4dae7 !important;
}

.bg-gray-300 {
	background-color: #E5E9F2 !important;
}

a.bg-gray-300:hover, a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
	background-color: #d4dae7  !important;
}

.bg-gray-400 {
	background-color: #E0E6ED !important;
}

a.bg-gray-400:hover, a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
	background-color: #c0ccda !important;
}

.bg-gray-500 {
	background-color: #D3DCE6 !important;
}

a.bg-gray-500:hover, a.bg-gray-500:focus,
button.bg-gray-500:hover,
button.bg-gray-500:focus {
	background-color: #bfc6e7 !important;
}

.bg-gray-600 {
	background-color: #C0CCDA !important;
}

a.bg-gray-600:hover, a.bg-gray-600:focus,
button.bg-gray-600:hover,
button.bg-gray-600:focus {
	background-color: #a0b2c7 !important;
}

.bg-gray-700 {
	background-color: #8492A6 !important;
}

a.bg-gray-700:hover, a.bg-gray-700:focus,
button.bg-gray-700:hover,
button.bg-gray-700:focus {
	background-color: #68788f !important;
}

.bg-gray-800 {
	background-color: #DEBC76 !important;
}

a.bg-gray-800:hover, a.bg-gray-800:focus,
button.bg-gray-800:hover,
button.bg-gray-800:focus {
	background-color: #272f3a !important;
}

.bg-gray-900 {
	background-color: #273444 !important;
}

a.bg-gray-900:hover, a.bg-gray-900:focus,
button.bg-gray-900:hover,
button.bg-gray-900:focus {
	background-color: #141b24 !important;
}

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

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
	background-color: #0e141b !important;
}
.badge {
	display: inline;
	text-transform: none;
}
.badge i {
	margin-right: 0.5rem;
}

.badge-md {
	padding: 0.65em 1em;
}

.badge-lg {
	padding: 0.85em 1.375em;
}

.badge-inline {
	margin-right: 0.625rem;
}
.badge-inline + span {
	top: 2px;
	position: relative;
}
.badge-inline + span > a {
	text-decoration: underline;
}

.btn .badge:not(:first-child) {
	margin-left: 0.5rem;
}
.btn .badge:not(:last-child) {
	margin-right: 0.5rem;
}

.badge-soft-primary {
	color: #1c2143;
	background-color: #aec5f0;
}
.badge-soft-primary[href]:hover, .badge-soft-primary[href]:focus {
	color: #1c2143;
	text-decoration: none;
	background-color: #aec5f0;
}

.badge-soft-secondary {
	color: #EFF2F7;
	background-color: #fcfcfd;
}
.badge-soft-secondary[href]:hover, .badge-soft-secondary[href]:focus {
	color: #EFF2F7;
	text-decoration: none;
	background-color: #ededf3;
}

.badge-soft-success {
	color: #36B37E;
	background-color: #d7f0e5;
}
.badge-soft-success[href]:hover, .badge-soft-success[href]:focus {
	color: #36B37E;
	text-decoration: none;
	background-color: #c4e9d9;
}

.badge-soft-info {
	color: #00B8D9;
	background-color: #ccf1f7;
}
.badge-soft-info[href]:hover, .badge-soft-info[href]:focus {
	color: #00B8D9;
	text-decoration: none;
	background-color: #b6ebf4;
}

.badge-soft-warning {
	color: #FFAB00;
	background-color: #ffeecc;
}
.badge-soft-warning[href]:hover, .badge-soft-warning[href]:focus {
	color: #FFAB00;
	text-decoration: none;
	background-color: #ffe6b3;
}

.badge-soft-danger {
	color: #dc3545;
	background-color: #ffddd6;
}
.badge-soft-danger[href]:hover, .badge-soft-danger[href]:focus {
	color: #dc3545;
	text-decoration: none;
	background-color: #ffc8bd;
}

.badge-soft-light {
	color: #EFF2F7;
	background-color: #fcfcfd;
}
.badge-soft-light[href]:hover, .badge-soft-light[href]:focus {
	color: #EFF2F7;
	text-decoration: none;
	background-color: #ededf3;
}

.badge-soft-dark {
	color: #273444;
	background-color: #d4d6da;
}
.badge-soft-dark[href]:hover, .badge-soft-dark[href]:focus {
	color: #273444;
	text-decoration: none;
	background-color: #c6c9ce;
}

.badge-soft-neutral {
	color: #FFF;
	background-color: white;
}
.badge-soft-neutral[href]:hover, .badge-soft-neutral[href]:focus {
	color: #FFF;
	text-decoration: none;
	background-color: #f2f2f2;
}

.badge-soft-white {
	color: #FFF;
	background-color: white;
}
.badge-soft-white[href]:hover, .badge-soft-white[href]:focus {
	color: #FFF;
	text-decoration: none;
	background-color: #f2f2f2;
}

.badge-dot {
	padding-left: 0;
	padding-right: 0;
	background: transparent;
	color: #8492A6;
	font-size: 0.875rem;
}
.badge-dot i {
	display: inline-block;
	vertical-align: middle;
	width: 0.375rem;
	height: 0.375rem;
	border-radius: 50%;
	margin-right: 0.375rem;
}
.badge-dot.badge-md i {
	width: 0.5rem;
	height: 0.5rem;
}
.badge-dot.badge-lg i {
	width: 0.625rem;
	height: 0.625rem;
}

.badge-circle {
	text-align: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-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%;
	padding: 0 !important;
	min-width: 1.25rem;
	min-height: 1.25rem;
	font-size: 0.75rem;
	font-weight: 600;
}
.badge-circle.badge-md {
	width: 1.5rem;
	height: 1.5rem;
}
.badge-circle.badge-lg {
	width: 2rem;
	height: 2rem;
}

.btn .badge-floating {
	position: absolute;
	top: -50%;
	right: 0;
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
	margin: 0;
	border: 3px solid;
}

.bg-shape-circle {
	display: block;
	border-radius: 50%;
	background-color: rgba(31, 45, 61, 0.05);
	position: absolute;
	margin: auto;
}

.bg-shape-circle-lg {
	width: 800px;
	height: 800px;
}

.table-flush td,
.table-flush th {
	border-left: 0!important;
	border-right: 0!important;
}
.table-flush tbody tr:first-child td,
.table-flush tbody tr:first-child th {
	border-top: 0!important;
}
.table-flush tbody tr:last-child td,
.table-flush tbody tr:last-child th {
	border-bottom: 0!important;
}
.table.align-items-center td,
.table.align-items-center th {
	vertical-align: middle!important;
}
.timeline {
	position: relative;
}
.timeline:before {
	content: "";
	position: absolute;
	top: 0;
	left: 1rem;
	height: 100%;
	border-right: 2px solid #EFF2F7;
}

[data-timeline-axis-style=dashed]:before {
	border-right-style: dashed !important;
}

[data-timeline-axis-style=dotted]:before {
	border-right-style: dotted !important;
}

.timeline-block {
	position: relative;
	margin: 2em 0;
}
.timeline-block:after {
	content: "";
	display: table;
	clear: both;
}
.timeline-block:first-child {
	margin-top: 0;
}
.timeline-block:last-child {
	margin-bottom: 0;
}

.timeline-step {
	position: absolute;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background: #FFF;
	border: 2px solid #EFF2F7;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 1rem;
	font-weight: 600;
	z-index: 1;
}
.timeline-step svg, .timeline-step i {
	line-height: 1.4;
}

.timeline-step-icon {
	background: #FFF;
	border: 2px solid #EFF2F7;
}

.timeline-step-xs {
	width: 17px;
	height: 17px;
	font-size: 0.75rem;
}

.timeline-step-sm {
	width: 23px;
	height: 23px;
	font-size: 0.75rem;
}

.timeline-step-lg {
	width: 47px;
	height: 47px;
	font-size: 1.75rem;
}

.timeline-content {
	position: relative;
	margin-left: 60px;
	margin-right: 30px;
	position: relative;
	top: -6px;
}
.timeline-content:after {
	content: "";
	display: table;
	clear: both;
}

.timeline-body {
	padding: 1.5rem;
}

@media (min-width: 992px) {
	.timeline:before {
		left: 50%;
		margin-left: -2px;
	}

	.timeline-step {
		left: 50%;
	}

	.timeline-content {
		width: 38%;
	}

	.timeline-body {
		padding: 1.5rem;
	}

	.timeline-block:nth-child(even) .timeline-content {
		float: right;
	}

	[data-timeline-axis-color=primary]:before {
		border-color: #1c2143;
	}

	[data-timeline-axis-color=secondary]:before {
		border-color: #EFF2F7;
	}

	[data-timeline-axis-color=success]:before {
		border-color: #36B37E;
	}

	[data-timeline-axis-color=info]:before {
		border-color: #00B8D9;
	}

	[data-timeline-axis-color=warning]:before {
		border-color: #FFAB00;
	}

	[data-timeline-axis-color=danger]:before {
		border-color: #dc3545;
	}

	[data-timeline-axis-color=light]:before {
		border-color: #EFF2F7;
	}

	[data-timeline-axis-color=dark]:before {
		border-color: #273444;
	}

	[data-timeline-axis-color=neutral]:before {
		border-color: #FFF;
	}

	[data-timeline-axis-color=white]:before {
		border-color: #FFF;
	}
}
.timeline-one-side:before {
	left: 1rem;
}
.timeline-one-side .timeline-step {
	left: 1rem;
}
.timeline-one-side .timeline-content {
	width: auto;
}

.timeline-one-side .timeline-block:nth-child(even) .timeline-content {
	float: none;
}

.link {
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
	.link {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

[class*=link-underline-] {
	padding-bottom: 8px;
	position: relative;
}
[class*=link-underline-]:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	border-radius: 50rem;
	-webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.2, 2.25);
	-o-transition: all 0.2s cubic-bezier(0.77, 0, 0.2, 2.25);
	transition: all 0.2s cubic-bezier(0.77, 0, 0.2, 2.25);
}
@media (prefers-reduced-motion: reduce) {
	[class*=link-underline-]:after {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}
[class*=link-underline-]:hover:after {
	width: calc(100% + 8px);
	left: -4px;
}

.link-underline-primary {
	color: #1c2143;
}
.link-underline-primary:after {
	background-color: #1c2143;
}
.link-underline-primary:hover {
	color: #1f2c57;
}

.link-underline-secondary {
	color: #EFF2F7;
}
.link-underline-secondary:after {
	background-color: #EFF2F7;
}
.link-underline-secondary:hover {
	color: #cdd6e6;
}

.link-underline-success {
	color: #36B37E;
}
.link-underline-success:after {
	background-color: #36B37E;
}
.link-underline-success:hover {
	color: #2a8c62;
}

.link-underline-info {
	color: #00B8D9;
}
.link-underline-info:after {
	background-color: #00B8D9;
}
.link-underline-info:hover {
	color: #008da6;
}

.link-underline-warning {
	color: #FFAB00;
}
.link-underline-warning:after {
	background-color: #FFAB00;
}
.link-underline-warning:hover {
	color: #cc8900;
}

.link-underline-danger {
	color: #dc3545;
}
.link-underline-danger:after {
	background-color: #dc3545;
}
.link-underline-danger:hover {
	color: #e73b51;
}

.link-underline-light {
	color: #EFF2F7;
}
.link-underline-light:after {
	background-color: #EFF2F7;
}
.link-underline-light:hover {
	color: #cdd6e6;
}

.link-underline-dark {
	color: #273444;
}
.link-underline-dark:after {
	background-color: #273444;
}
.link-underline-dark:hover {
	color: #141b24;
}

.link-underline-neutral {
	color: #FFF;
}
.link-underline-neutral:after {
	background-color: #FFF;
}
.link-underline-neutral:hover {
	color: #e6e6e6;
}

.link-underline-white {
	color: #FFF;
}
.link-underline-white:after {
	background-color: #FFF;
}
.link-underline-white:hover {
	color: #e6e6e6;
}

.flatpickr-calendar {
	border: 0;
	width: auto;
	margin-top: -2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #FFF;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0.25rem;
}
.flatpickr-calendar:before, .flatpickr-calendar:after {
	display: none;
}

.flatpickr-months {
	background-color: #1c2143;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.flatpickr-months .flatpickr-month {
	height: 60px;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
	width: 35px;
	height: 35px;
	padding: 0;
	line-height: 100%;
	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;
	color: #FFF;
	top: 13px;
	-webkit-transition: background-color 0.4s linear;
	-o-transition: background-color 0.4s linear;
	transition: background-color 0.4s linear;
}
@media (prefers-reduced-motion: reduce) {
	.flatpickr-months .flatpickr-prev-month,
	.flatpickr-months .flatpickr-next-month {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
	fill: rgba(255, 255, 255, 0.7);
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
	color: #FFF;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
	fill: #FFF;
}
.flatpickr-months .flatpickr-prev-month {
	margin-left: 15px;
}
.flatpickr-months .flatpickr-next-month {
	margin-right: 15px;
}

.flatpickr-current-month {
	font-size: 1.125rem;
	color: #FFF;
	padding-top: 18px;
}
.flatpickr-current-month span.cur-month:hover {
	background-color: transparent;
}
.flatpickr-current-month .numInputWrapper:hover {
	background-color: transparent;
}
.flatpickr-current-month .numInputWrapper span {
	border: 0;
	right: -5px;
	padding: 0;
}
.flatpickr-current-month .numInputWrapper span:after {
	left: 3px;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
	border-bottom-color: rgba(255, 255, 255, 0.7);
}
.flatpickr-current-month .numInputWrapper span.arrowUp:hover:after {
	border-bottom-color: #FFF;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
	border-top-color: rgba(255, 255, 255, 0.7);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:hover:after {
	border-top-color: #FFF;
}

span.flatpickr-weekday {
	font-weight: 600;
	color: #C0CCDA;
}

.flatpickr-day {
	font-size: 0.875rem;
	border: 0;
	color: #8492A6;
}
.flatpickr-day.today {
	color: #1c2143 !important;
}
.flatpickr-day.today:hover {
	background-color: transparent;
	color: #1c2143;
}
.flatpickr-day:hover {
	background-color: transparent;
	color: #1c2143;
}
.flatpickr-day.selected {
	background-color: rgba(0, 81, 41, 0.8);
	color: #FFF !important;
}
.flatpickr-day.selected:hover {
	background-color: #1c2143;
	color: #FFF;
}

.numInputWrapper span:hover {
	background-color: transparent;
}

.flatpickr-time {
	border-top: 1px solid #EFF2F7;
}

.flatpickr-innerContainer {
	padding: 15px;
}

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

.alert-heading {
	color: inherit;
}

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

.alert-dismissible {
	padding-right: 3rem;
}
.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.875rem 0.875rem;
	color: inherit;
}
.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}
.alert-primary hr {
	border-top-color: #9fcdff;
}
.alert-primary .alert-link {
	color: #002752;
}
.alert-secondary {
	color: #8b939e;
	background-color: #fcfcfd;
	border-color: #fbfbfd;
}
.alert-secondary hr {
	border-top-color: #eaeaf5;
}
.alert-secondary .alert-link {
	color: #707986;
}

.alert-success {
	color: #2b735f;
	background-color: #d7f0e5;
	border-color: #c7eadb;
}
.alert-success hr {
	border-top-color: #b4e3cf;
}
.alert-success .alert-link {
	color: #1d4e40;
}

.alert-info {
	color: #0f758e;
	background-color: #ccf1f7;
	border-color: #b8ebf4;
}
.alert-info hr {
	border-top-color: #a2e5f1;
}
.alert-info .alert-link {
	color: #0a4f60;
}

.alert-warning {
	color: #936f1d;
	background-color: #ffeecc;
	border-color: #ffe7b8;
}
.alert-warning hr {
	border-top-color: #ffde9f;
}
.alert-warning .alert-link {
	color: #684f15;
}

.alert-danger {
	color: #934236;
	background-color: #ffddd6;
	border-color: #ffd0c5;
}
.alert-danger hr {
	border-top-color: #ffbbac;
}
.alert-danger .alert-link {
	color: #6e3128;
}

.alert-light {
	color: #8b939e;
	background-color: #fcfcfd;
	border-color: #fbfbfd;
}
.alert-light hr {
	border-top-color: #eaeaf5;
}
.alert-light .alert-link {
	color: #707986;
}

.alert-dark {
	color: #233141;
	background-color: #d4d6da;
	border-color: #c3c6cb;
}
.alert-dark hr {
	border-top-color: #b5b9bf;
}
.alert-dark .alert-link {
	color: #111820;
}

.alert-neutral {
	color: #939aa2;
	background-color: white;
	border-color: white;
}
.alert-neutral hr {
	border-top-color: #f2f2f2;
}
.alert-neutral .alert-link {
	color: #78808a;
}

.alert-white {
	color: #939aa2;
	background-color: white;
	border-color: white;
}
.alert-white hr {
	border-top-color: #f2f2f2;
}
.alert-white .alert-link {
	color: #78808a;
}

.alert {
	font-size: 0.875rem;
}
.alert strong {
	font-weight: 600;
}
.alert hr {
	margin: 0.875rem 0;
}
.alert p:last-child {
	margin-bottom: 0;
}

.alert-heading {
	font-weight: 600;
	font-size: 1.5rem;
	margin-top: 0.15rem;
}

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

.alert-modern {
	display: inline-block;
	padding: 0.375rem 1rem 0.375rem 0.5rem;
	border-radius: 50rem;
}
.alert-modern::after {
	display: inline-block;
	margin-left: 10.2px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\F105";
}
.alert-modern:empty::after {
	margin-left: 0;
}
.alert-modern .badge + .alert-content {
	margin-left: 0.5rem;
}

.alert-dark {
	background-color: #273444;
	color: #FFF;
	border: 0;
}
.alert-dark .alert-link {
	color: #FFF;
}
.alert-dark .close > span:not(.sr-only) {
	color: white;
}
.alert-dark .close:hover > span:not(.sr-only), .alert-dark .close:focus > span:not(.sr-only) {
	color: #FFF;
}
.alert-dark hr {
	border-color: rgba(216, 203, 187, 0.1);
}

[class*=alert-outline-] {
	border-right: 1px solid;
}
[class*=alert-outline-] .alert-group-prepend {
	padding-right: 0.875rem;
}

.alert-outline-primary {
	background: transparent;
	color: #004085;
	border-color: #b8daff;
}
.alert-outline-primary hr {
	border-top-color: #9fcdff;
}
.alert-outline-primary .alert-link {
	color: #002752;
}
.alert-outline-primary .alert-group-prepend {
	border-right: 1px solid #b8daff;
}

.alert-outline-secondary {
	background: transparent;
	color: #8b939e;
	border-color: #fbfbfd;
}
.alert-outline-secondary hr {
	border-top-color: white;
}
.alert-outline-secondary .alert-link {
	color: #8b939e;
}
.alert-outline-secondary .alert-group-prepend {
	border-right: 1px solid #fbfbfd;
}

.alert-outline-success {
	background: transparent;
	color: #2b735f;
	border-color: #c7eadb;
}
.alert-outline-success hr {
	border-top-color: #daf1e7;
}
.alert-outline-success .alert-link {
	color: #2b735f;
}
.alert-outline-success .alert-group-prepend {
	border-right: 1px solid #c7eadb;
}

.alert-outline-info {
	background: transparent;
	color: #0f758e;
	border-color: #b8ebf4;
}
.alert-outline-info hr {
	border-top-color: #cef1f7;
}
.alert-outline-info .alert-link {
	color: #0f758e;
}
.alert-outline-info .alert-group-prepend {
	border-right: 1px solid #b8ebf4;
}

.alert-outline-warning {
	background: transparent;
	color: #936f1d;
	border-color: #ffe7b8;
}
.alert-outline-warning hr {
	border-top-color: #fff0d2;
}
.alert-outline-warning .alert-link {
	color: #936f1d;
}
.alert-outline-warning .alert-group-prepend {
	border-right: 1px solid #ffe7b8;
}

.alert-outline-danger {
	background: transparent;
	color: #934236;
	border-color: #ffd0c5;
}
.alert-outline-danger hr {
	border-top-color: #ffe5df;
}
.alert-outline-danger .alert-link {
	color: #934236;
}
.alert-outline-danger .alert-group-prepend {
	border-right: 1px solid #ffd0c5;
}

.alert-outline-light {
	background: transparent;
	color: #8b939e;
	border-color: #fbfbfd;
}
.alert-outline-light hr {
	border-top-color: white;
}
.alert-outline-light .alert-link {
	color: #8b939e;
}
.alert-outline-light .alert-group-prepend {
	border-right: 1px solid #fbfbfd;
}

.alert-outline-dark {
	background: transparent;
	color: #233141;
	border-color: #c3c6cb;
}
.alert-outline-dark hr {
	border-top-color: #d1d3d7;
}
.alert-outline-dark .alert-link {
	color: #233141;
}
.alert-outline-dark .alert-group-prepend {
	border-right: 1px solid #c3c6cb;
}

.alert-outline-neutral {
	background: transparent;
	color: #939aa2;
	border-color: white;
}
.alert-outline-neutral hr {
	border-top-color: white;
}
.alert-outline-neutral .alert-link {
	color: #939aa2;
}
.alert-outline-neutral .alert-group-prepend {
	border-right: 1px solid white;
}

.alert-outline-white {
	background: transparent;
	color: #939aa2;
	border-color: white;
}
.alert-outline-white hr {
	border-top-color: white;
}
.alert-outline-white .alert-link {
	color: #939aa2;
}
.alert-outline-white .alert-group-prepend {
	border-right: 1px solid white;
}

.alert-messages:not(:last-child) {
	margin-bottom: 1.25rem;
}

.alert-notify {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	max-width: 600px;
	width: calc(100% - 30px);
	padding-right: 80px;
	-webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
	box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125);
}
.alert-notify:hover {
	z-index: 1081 !important;
}

.alert-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 0;
	padding-bottom: 0;
}
.alert-group .alert-group-prepend {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
	margin-right: 0.5rem;
}
.alert-group .alert-group-prepend,
.alert-group .alert-content,
.alert-group .alert-action {
	padding-top: 0.875rem;
	padding-bottom: 0.875rem;
}
.alert-group .alert-action {
	margin-left: auto;
}
.alert-group .btn {
	padding: 0.25rem 0.75rem;
	font-size: 0.875rem;
	line-height: 1.6;
}
.alert-group[class*=alert-outline] .alert-group-prepend {
	margin-right: 0.875rem;
}

.alert-group-icon {
	display: inline-block;
	min-width: 26px;
	text-align: center;
}

.alert-dismissible .alert-group-prepend {
	display: block;
}
.alert-dismissible .close {
	top: 50%;
	right: 0.875rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0;
}

.nav-tabs {
	box-shadow: inset 0 -2px 0 -1px rgba(0, 0, 0, 0.12);
}

.nav-tabs.border-0, .nav-tabs.border-bottom-0 {
	box-shadow: none;
}

.nav-tabs .nav-link {
	transition-duration: 0.3s;
	transition-property: background-color, color, opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	color: rgba(0, 0, 0, 0.87);
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1;
	min-height: 3rem;
	opacity: 0.7;
	padding: 1.0625rem 0.75rem;
	position: relative;
	text-transform: uppercase;
	border: 0;
}

@media (min-width: 576px) {
	.nav-tabs .nav-link {
		transition-duration: 0.39s;
	}
}

@media (min-width: 992px) {
	.nav-tabs .nav-link {
		transition-duration: 0.2s;
	}
}

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

.nav-tabs .nav-link:active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	background-color: rgba(0, 0, 0, 0.12);
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link:active {
	opacity: 1;
}

.nav-tabs .nav-link.active {
	color: #1c2143;
	background: rgba(38, 65, 118, 0.09);
}

.nav-tabs .nav-link.active::before {
	opacity: 1;
}

.nav-tabs .nav-link.disabled {
	background-color: transparent;
	color: rgba(0, 0, 0, 0.38);
	opacity: 1;
}

.nav-tabs .nav-link::before {
	transition-duration: 0.3s;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	background-color: #1c2143;
	content: '';
	display: block;
	height: 0.165rem;
	opacity: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

@media (min-width: 576px) {
	.nav-tabs .nav-link::before {
		transition-duration: 0.39s;
	}
}

@media (min-width: 992px) {
	.nav-tabs .nav-link::before {
		transition-duration: 0.2s;
	}
}

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

.tag {
	font-size: 0.75rem;
	color: #6e7687;
	background-color: #e9ecef;
	border-radius: 3px;
	padding: 0 .5rem;
	line-height: 2em;
	display: -ms-inline-flexbox;
	display: inline-flex;
	cursor: default;
	font-weight: 400;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a.tag {
	text-decoration: none;
	cursor: pointer;
	transition: .3s color, .3s background;
}

a.tag:hover {
	background-color: rgba(110, 118, 135, 0.2);
	color: inherit;
}

.tag-addon {
	display: inline-block;
	padding: 0 .5rem;
	color: inherit;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.06);
	margin: 0 -.5rem 0 .5rem;
	text-align: center;
	min-width: 1.5rem;
}

.tag-addon:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.tag-addon i {
	vertical-align: middle;
	margin: 0 -.25rem;
}

a.tag-addon {
	text-decoration: none;
	cursor: pointer;
	transition: .3s color, .3s background;
}

a.tag-addon:hover {
	background: rgba(0, 0, 0, 0.16);
	color: inherit;
}

.tag-avatar {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 3px 0 0 3px;
	margin: 0 .5rem 0 -.5rem;
}

.tag-blue {
	background-color: #467fcf;
	color: #fff;
}

.tag-indigo {
	background-color: #6574cd;
	color: #fff;
}

.tag-purple {
	background-color: #a55eea;
	color: #fff;
}

.tag-pink {
	background-color: #f66d9b;
	color: #fff;
}

.tag-red {
	background-color: #cd201f;
	color: #fff;
}

.tag-orange {
	background-color: #fd9644;
	color: #fff;
}

.tag-yellow {
	background-color: #f1c40f;
	color: #fff;
}

.tag-green {
	background-color: #5eba00;
	color: #fff;
}

.tag-teal {
	background-color: #2bcbba;
	color: #fff;
}

.tag-cyan {
	background-color: #17a2b8;
	color: #fff;
}

.tag-white {
	background-color: #fff;
	color: #fff;
}

.tag-gray {
	background-color: #868e96;
	color: #fff;
}

.tag-gray-dark {
	background-color: #343a40;
	color: #fff;
}

.tag-azure {
	background-color: #45aaf2;
	color: #fff;
}

.tag-lime {
	background-color: #7bd235;
	color: #fff;
}

.tag-primary {
	background-color: #467fcf;
	color: #fff;
}

.tag-secondary {
	background-color: #868e96;
	color: #fff;
}

.tag-success {
	background-color: #5eba00;
	color: #fff;
}

.tag-info {
	background-color: #00bf66;
	color: #fff;
}

.tag-warning {
	background-color: #f1c40f;
	color: #fff;
}

.tag-danger {
	background-color: #cd201f;
	color: #fff;
}

.tag-light {
	background-color: #f8f9fa;
	color: #fff;
}

.tag-dark {
	background-color: #343a40;
	color: #fff;
}

.tag-rounded {
	border-radius: 50px;
}

.tag-rounded .tag-avatar {
	border-radius: 50px;
}

.tags {
	margin-bottom: -.5rem;
	font-size: 0;
}

.tags > .tag {
	margin-bottom: .5rem;
}

.tags > .tag:not(:last-child) {
	margin-right: .5rem;
}
/*===============================
					FOOTER
=================================*/
footer .footer-logo img,
footer .footer-logo-item {
	height: 50px;
	text-align: left;
	max-width: 100%;
	width: auto;
}

footer .newsletter-icon {
	position: absolute;
	bottom: 25%;
	left: 5px;
	font-size: 60px;
	color: #FFFFFF!important;
}

footer .widget {
	position: relative;
	margin-bottom: 20px;
}

/*footer dark*/
.footer-dark {
	background: #343a40;
}

.footer-dark *,
.footer-dark .widget a {
	color: #d5d5d5;
}

.footer-dark .widget a:hover {
	color: #0047ab;
}

/*widget post*/
.widget .widget-post {
	margin: 0;
	padding: 10px 0;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.widget .widget-post:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.widget .widget-post .widget-image {
	width: 60px;
	height: auto;
	display: table-cell;
}

.widget .widget-post .details {
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
}

.widget .widget-post .details a {
	font-size: 0.875rem;
	line-height: 1.6;
	display: block;
	margin-bottom: 0px;
	color: #343a40;
	font-weight: 600;
}

.widget .widget-post .details .date {
	font-size: 0.875rem;
	margin-bottom: 0;
}

/*widget newsletter*/
.widget.widget-newsletter button {
	margin-left: -1px;
	border-radius: 0px 3px 3px 0;
}

.widget.widget-newsletter .btn {
	text-transform: none;
	font-weight: 600;
}

.bg-facebook {
	background: -moz-linear-gradient(150deg, #0047ab 0%, #066af9 50%, #0047ab 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0047ab), color-stop(50%, #066af9), color-stop(100%, #0047ab));
	background: -webkit-linear-gradient(150deg, #0047ab 0%, #066af9 50%, #0047ab 100%);
	background: -o-linear-gradient(150deg, #0047ab 0%, #066af9 50%, #0047ab 100%);
	background: -ms-linear-gradient(150deg, #0047ab 0%, #066af9 50%, #0047ab 100%);
	background: linear-gradient(150deg, #0047ab 0%, #066af9 50%, #0047ab 100%);
	background-size: 260% 100%;
	background-position: right bottom;
}
.bg-instagram{
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 )
}
.portal-search-button {
    background-color: #FCB32C !important;
}
.portal-search-button:hover i {
    color: #FCB32C !important;
}
.portal-search-button:hover {
    background-color: #f0f0f0 !important;
}