
::-moz-selection {
	color: #FFF;
	background: #000168;
}

::selection {
	color: #FFF;
	background: #000168;
}

:root {
	--primary: #000168;
	--secondary: #F00;
	--tertiary: #5f6c77;
	--quaternary: #272e32;
}
body {
		font-size: 16px;
}

#firstSection { 
	cursor: url('../images/slider-hover.svg'), auto !important;	
}  

@media (min-width: 992px) {
		#header .header-nav-main nav > ul > li {
				margin: 0 20px;
		}
		#header .header-nav-main nav > ul > li:first-child {
				margin-left: 0;
		}
		#header .header-nav-main nav > ul > li > a {
				font-size: 16px;
				padding: 0 !important;
		}
}



h1, h2, h3, h4, h5, h6 {
		color: #3e3e3e;
}

h3 {
		text-transform: none;
		font-weight: bold;
		font-size: 2.3em;
		line-height: 1.2em;
}

p {
		font-weight: 400;
		font-size: 15px;
		line-height: 25px;
}

.custom-el-pos-1 {
		margin-top: -100px;
}

.custom-el-pos-2 {
		bottom: 25px;
		 
}

@media (min-width: 992px) {
		.custom-el-pos-2 {
				bottom: 0;
		}
}

.hero {
		height: 750px;
}

.hero-el-1 {
		width: 1400px;
		height: 1400px;
		position: absolute;
		border-radius: 100%;
		top: -62%;
		left: -21%;
}

.hero-el-2 {
		width: 1400px;
		height: 1400px;
		position: absolute;
		border-radius: 100%;
		top: -65%;
		left: -20.3%;
		background: var(--primaryDarken1);
}
.teknik-bg {background-image: url(../../upload/bg/teknik-bg.webp) !important; background-position: center center; background-repeat: no-repeat}
.teknik-bg-page {background-image: url(../../upload/bg/teknik-bg.webp) !important; background-size: cover !important; background-position: center center; background-repeat: no-repeat}
.custom-b-bottom-10 {border-bottom: 10px solid #BF2130 !important}
.font-teknik-title {font-size: 50px; font-weight: bold;}
.main-video-bg {
	background-image: url(../../upload/bg/video-bg.webp) !important; background-size: cover !important; background-position: center center !important;
}
.footer-bg {
	border-top:10px solid #BF2130 !important; background-image: url(../../upload/bg/footer-bg.webp) !important; background-repeat: no-repeat !important; background-position: center center !important; background-size: cover !important;
}
.categori-border {
	border-radius: 5px;
	border: 1px solid #dee2e6;
}
.categori-border-mobile {
	border-radius: 0;
	border: 0px solid #dee2e6;
}
@media (max-width: 767px) {
	.hero {height: calc(50vh - 52.5px);width: 100% !important;} 
	.xs-h-50 {height: calc(50vh - 156px) !important;} 
	.border-xs-0 {border: 0 !important;}
	.py-xs-0 {padding-top: 0 !important; padding-bottom: 0 !important;}
	.py-xs-2 {padding-top: 5px !important; padding-bottom: 5px !important;} 
	.pt-xs-0 {padding-top: 0 !important} 
	.p15-xs {padding: 15px !important;}
	.py-xs-1 {padding-top: 15px !important; padding-bottom: 15px !important;	}
	.px-xs-4 {padding-right: 1.5rem!important;padding-left: 1.5rem!important;}		 
	.masonry .masonry-item:not(.no-default-style) {width: 100% !important;}
	.mb-xs-1 {margin-bottom: 15px !important}
	.pt-xs-25 {padding-top: 25px !important}
	.pr-xs-10 {padding-right: 10px !important;}
	.hstack {padding-left: 0 !important; padding-right: 0 !important;}	
	.btn-mobile-menu {outline: 0; padding: 0; border: 0; background-color: transparent; width: 20px; height: 14px; background-image: url("../images/menu.svg"); background-repeat: no-repeat; background-size: contain; background-position: center  center; margin-left: 5px;}
	.btn-mobile-menu.actived {
		background-image: url("../images/menu-close.svg");
	}	
	.categori-border {
		border-radius: 0;
		border: 0px solid #dee2e6;
	}
	.categori-border-mobile {
		border-radius: 5px;
		border: 1px solid #dee2e6; 
	}
	.categori-border-mobile h3,.categori-border-mobile p{
		padding-left: 15px; padding-right: 15px
	}
}
.custom-text-1 {
		font-size: 200px;
		position: relative;
		top: 100px;
}

.custom-text-1 em {
		font-size: 0.7em;
		font-style: normal;
}

@media (min-width: 992px) {
		.custom-text-1 {
				font-size: 180px;
		}
}

@media (min-width: 1400px) {
		.custom-text-1 {
				font-size: 300px;
		}
}
.custom-svg-position-1 {
		position: absolute;
		top: -500px;
		left: 100px;
		opacity: 0.2;
}
.custom-svg-position-2 {
		position: absolute;
		top: 300px;
		left: -62%;
		opacity: 0.2;
		z-index: 0;
		max-width: 2000px;
}
.custom-svg-position-3 {
		position: absolute;
		top: 395px;
		right: -60%;
		opacity: 0.2;
		z-index: 0;
		max-width: 2000px;
}
@-webkit-keyframes customLines1anim {
		from {
				stroke-dasharray: 1600;
				stroke-dashoffset: 1600;
		}
		to {
				stroke-dasharray: 1600;
				stroke-dashoffset: 0;
		}
}

@keyframes customLines1anim {
		from {
				stroke-dasharray: 1600;
				stroke-dashoffset: 1600;
		}
		to {
				stroke-dasharray: 1600;
				stroke-dashoffset: 0;
		}
}
.customLines1anim {
		-webkit-animation-name: customLines1anim;
						animation-name: customLines1anim;
}
@media (min-width: 992px) {
		.custom-highlight-1 {
				position: relative;
				z-index: 1;
		}
		.custom-highlight-1:after {
				content: '';
				position: absolute;
				top: 60%;
				left: 50%;
				width: 0%;
				height: 25%;
				background-color: var(--primary);
				z-index: -1;
				right: 0;
		}
		.custom-highlight-1-tertiary:after {
				background-color: var(--tertiary);
		}
}
.custom-highlight-anim:after {
		-webkit-animation-name: customHighlightAnim;
						animation-name: customHighlightAnim;
		-webkit-animation-duration: 2s;
						animation-duration: 2s;
		-webkit-animation-fill-mode: forwards;
						animation-fill-mode: forwards;
}
.custom-highlight-anim-delay:after {
		-webkit-animation-delay: 1s;
						animation-delay: 1s;
}
@-webkit-keyframes customHighlightAnim {
		0% {
				width: 0;
				opacity: 1;
		}
		100% {
				width: 52%;
				opacity: 1;
		}
}

@keyframes customHighlightAnim {
		0% {
				width: 0;
				opacity: 1;
		}
		100% {
				width: 52%;
				opacity: 1;
		}
}
.carousel-half-full-width-wrapper > .owl-carousel .owl-stage-outer {
		padding-top: 40px;
		margin-bottom: 0;
}
.carousel-half-full-width-wrapper > .owl-carousel .owl-nav {
		position: absolute;
		top: 0;
		margin: 0;
		padding: 0;
		width: auto;
		transform: none;
		text-align: left;
}
.carousel-half-full-width-wrapper > .owl-carousel .owl-nav button.owl-prev, .carousel-half-full-width-wrapper > .owl-carousel .owl-nav button.owl-next {
		position: static;
		transform: none;
}
.carousel-half-full-width-wrapper > .owl-carousel .owl-nav button.owl-prev {
		margin-right: 5px;
}
.carousel-half-full-width-wrapper > .owl-carousel .owl-nav button.owl-next {
		margin-left: 5px;
}
.custom-block-1:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 40px;
		background: var(--quaternary);
		display: block;
		top: -40px;
		left: 0;
}
.custom-block-1 h4 {
		position: relative;
		top: -20px;
}
.custom-block-1.custom-block-1-bottom:after {
		top: auto;
		bottom: -40px;
}
.custom-block-1.custom-block-1-bottom h4 {
		top: 20px;
}
.custom-min-width-1 {
		min-width: 195px;
}
html .text-color-primary,
html .text-primary {
	color: #000168 !important;
}
html .text-color-hover-primary:hover,
html .text-hover-primary:hover {
	color: #000168 !important;
}
html .text-color-secondary,
html .text-secondary {
	color: #BF2130 !important;
}
html .text-color-hover-secondary:hover,
html .text-hover-secondary:hover {
	color: #BF2130 !important;
}
html .text-color-tertiary,
html .text-tertiary {
	color: #5f6c77 !important;
}
html .text-color-hover-tertiary:hover,
html .text-hover-tertiary:hover {
	color: #5f6c77 !important;
}
html .text-color-quaternary,
html .text-quaternary {
	color: #272e32 !important;
}
html .text-color-hover-quaternary:hover,
html .text-hover-quaternary:hover {
	color: #272e32 !important;
}
html .text-color-dark,
html .text-dark {
	color: #3e3e3e !important;
}
html .text-color-hover-dark:hover,
html .text-hover-dark:hover {
	color: #3e3e3e !important;
}
html .text-color-light,
html .text-light {
	color: #FFF !important;
}
html .text-color-hover-light:hover,
html .text-hover-light:hover {
	color: #FFF !important;
}
html .svg-fill-color-primary {
	fill: #000168 !important;
}
html .svg-fill-color-primary svg path,
html .svg-fill-color-primary svg rect,
html .svg-fill-color-primary svg line,
html .svg-fill-color-primary svg polyline,
html .svg-fill-color-primary svg polygon {
	fill: #000168 !important;
}
html .svg-fill-color-hover-primary:hover {
	fill: #000168 !important;
}
html .svg-fill-color-hover-primary svg:hover path,
html .svg-fill-color-hover-primary svg:hover rect,
html .svg-fill-color-hover-primary svg:hover line,
html .svg-fill-color-hover-primary svg:hover polyline,
html .svg-fill-color-hover-primary svg:hover polygon {
	fill: #000168 !important;
}
html .svg-stroke-color-primary {
	stroke: #000168 !important;
}
html .svg-stroke-color-primary svg path,
html .svg-stroke-color-primary svg rect,
html .svg-stroke-color-primary svg line,
html .svg-stroke-color-primary svg polyline,
html .svg-stroke-color-primary svg polygon {
	stroke: #000168 !important;
}
html .svg-stroke-color-hover-primary:hover {
	stroke: #000168 !important;
}
html .svg-stroke-color-hover-primary svg:hover path,
html .svg-stroke-color-hover-primary svg:hover rect,
html .svg-stroke-color-hover-primary svg:hover line,
html .svg-stroke-color-hover-primary svg:hover polyline,
html .svg-stroke-color-hover-primary svg:hover polygon {
	stroke: #000168 !important;
}
html .svg-fill-color-secondary {
	fill: #088d33 !important;
}
html .svg-fill-color-secondary svg path,
html .svg-fill-color-secondary svg rect,
html .svg-fill-color-secondary svg line,
html .svg-fill-color-secondary svg polyline,
html .svg-fill-color-secondary svg polygon {
	fill: #088d33 !important;
}
html .svg-fill-color-hover-secondary:hover {
	fill: #088d33 !important;
}
html .svg-fill-color-hover-secondary svg:hover path,
html .svg-fill-color-hover-secondary svg:hover rect,
html .svg-fill-color-hover-secondary svg:hover line,
html .svg-fill-color-hover-secondary svg:hover polyline,
html .svg-fill-color-hover-secondary svg:hover polygon {
	fill: #088d33 !important;
}
html .svg-stroke-color-secondary {
	stroke: #088d33 !important;
}
html .svg-stroke-color-secondary svg path,
html .svg-stroke-color-secondary svg rect,
html .svg-stroke-color-secondary svg line,
html .svg-stroke-color-secondary svg polyline,
html .svg-stroke-color-secondary svg polygon {
	stroke: #088d33 !important;
}
html .svg-stroke-color-hover-secondary:hover {
	stroke: #088d33 !important;
}
html .svg-stroke-color-hover-secondary svg:hover path,
html .svg-stroke-color-hover-secondary svg:hover rect,
html .svg-stroke-color-hover-secondary svg:hover line,
html .svg-stroke-color-hover-secondary svg:hover polyline,
html .svg-stroke-color-hover-secondary svg:hover polygon {
	stroke: #088d33 !important;
}
html .svg-fill-color-tertiary {
	fill: #5f6c77 !important;
}
html .svg-fill-color-tertiary svg path,
html .svg-fill-color-tertiary svg rect,
html .svg-fill-color-tertiary svg line,
html .svg-fill-color-tertiary svg polyline,
html .svg-fill-color-tertiary svg polygon {
	fill: #5f6c77 !important;
}
html .svg-fill-color-hover-tertiary:hover {
	fill: #5f6c77 !important;
}
html .svg-fill-color-hover-tertiary svg:hover path,
html .svg-fill-color-hover-tertiary svg:hover rect,
html .svg-fill-color-hover-tertiary svg:hover line,
html .svg-fill-color-hover-tertiary svg:hover polyline,
html .svg-fill-color-hover-tertiary svg:hover polygon {
	fill: #5f6c77 !important;
}
html .svg-stroke-color-tertiary {
	stroke: #5f6c77 !important;
}
html .svg-stroke-color-tertiary svg path,
html .svg-stroke-color-tertiary svg rect,
html .svg-stroke-color-tertiary svg line,
html .svg-stroke-color-tertiary svg polyline,
html .svg-stroke-color-tertiary svg polygon {
	stroke: #5f6c77 !important;
}
html .svg-stroke-color-hover-tertiary:hover {
	stroke: #5f6c77 !important;
}
html .svg-stroke-color-hover-tertiary svg:hover path,
html .svg-stroke-color-hover-tertiary svg:hover rect,
html .svg-stroke-color-hover-tertiary svg:hover line,
html .svg-stroke-color-hover-tertiary svg:hover polyline,
html .svg-stroke-color-hover-tertiary svg:hover polygon {
	stroke: #5f6c77 !important;
}
html .svg-fill-color-quaternary {
	fill: #272e32 !important;
}
html .svg-fill-color-quaternary svg path,
html .svg-fill-color-quaternary svg rect,
html .svg-fill-color-quaternary svg line,
html .svg-fill-color-quaternary svg polyline,
html .svg-fill-color-quaternary svg polygon {
	fill: #272e32 !important;
}
html .svg-fill-color-hover-quaternary:hover {
	fill: #272e32 !important;
}
html .svg-fill-color-hover-quaternary svg:hover path,
html .svg-fill-color-hover-quaternary svg:hover rect,
html .svg-fill-color-hover-quaternary svg:hover line,
html .svg-fill-color-hover-quaternary svg:hover polyline,
html .svg-fill-color-hover-quaternary svg:hover polygon {
	fill: #272e32 !important;
}
html .svg-stroke-color-quaternary {
	stroke: #272e32 !important;
}
html .svg-stroke-color-quaternary svg path,
html .svg-stroke-color-quaternary svg rect,
html .svg-stroke-color-quaternary svg line,
html .svg-stroke-color-quaternary svg polyline,
html .svg-stroke-color-quaternary svg polygon {
	stroke: #272e32 !important;
}
html .svg-stroke-color-hover-quaternary:hover {
	stroke: #272e32 !important;
}
html .svg-stroke-color-hover-quaternary svg:hover path,
html .svg-stroke-color-hover-quaternary svg:hover rect,
html .svg-stroke-color-hover-quaternary svg:hover line,
html .svg-stroke-color-hover-quaternary svg:hover polyline,
html .svg-stroke-color-hover-quaternary svg:hover polygon {
	stroke: #272e32 !important;
}
html .svg-fill-color-dark {
	fill: #3e3e3e !important;
}
html .svg-fill-color-dark svg path,
html .svg-fill-color-dark svg rect,
html .svg-fill-color-dark svg line,
html .svg-fill-color-dark svg polyline,
html .svg-fill-color-dark svg polygon {
	fill: #3e3e3e !important;
}
html .svg-fill-color-hover-dark:hover {
	fill: #3e3e3e !important;
}
html .svg-fill-color-hover-dark svg:hover path,
html .svg-fill-color-hover-dark svg:hover rect,
html .svg-fill-color-hover-dark svg:hover line,
html .svg-fill-color-hover-dark svg:hover polyline,
html .svg-fill-color-hover-dark svg:hover polygon {
	fill: #3e3e3e !important;
}
html .svg-stroke-color-dark {
	stroke: #3e3e3e !important;
}
html .svg-stroke-color-dark svg path,
html .svg-stroke-color-dark svg rect,
html .svg-stroke-color-dark svg line,
html .svg-stroke-color-dark svg polyline,
html .svg-stroke-color-dark svg polygon {
	stroke: #3e3e3e !important;
}
html .svg-stroke-color-hover-dark:hover {
	stroke: #3e3e3e !important;
}
html .svg-stroke-color-hover-dark svg:hover path,
html .svg-stroke-color-hover-dark svg:hover rect,
html .svg-stroke-color-hover-dark svg:hover line,
html .svg-stroke-color-hover-dark svg:hover polyline,
html .svg-stroke-color-hover-dark svg:hover polygon {
	stroke: #3e3e3e !important;
}
html .svg-fill-color-light {
	fill: #FFF !important;
}
html .svg-fill-color-light svg path,
html .svg-fill-color-light svg rect,
html .svg-fill-color-light svg line,
html .svg-fill-color-light svg polyline,
html .svg-fill-color-light svg polygon {
	fill: #FFF !important;
}
html .svg-fill-color-hover-light:hover {
	fill: #FFF !important;
}
html .svg-fill-color-hover-light svg:hover path,
html .svg-fill-color-hover-light svg:hover rect,
html .svg-fill-color-hover-light svg:hover line,
html .svg-fill-color-hover-light svg:hover polyline,
html .svg-fill-color-hover-light svg:hover polygon {
	fill: #FFF !important;
}
html .svg-stroke-color-light {
	stroke: #FFF !important;
}
html .svg-stroke-color-light svg path,
html .svg-stroke-color-light svg rect,
html .svg-stroke-color-light svg line,
html .svg-stroke-color-light svg polyline,
html .svg-stroke-color-light svg polygon {
	stroke: #FFF !important;
}
html .svg-stroke-color-hover-light:hover {
	stroke: #FFF !important;
}
html .svg-stroke-color-hover-light svg:hover path,
html .svg-stroke-color-hover-light svg:hover rect,
html .svg-stroke-color-hover-light svg:hover line,
html .svg-stroke-color-hover-light svg:hover polyline,
html .svg-stroke-color-hover-light svg:hover polygon {
	stroke: #FFF !important;
}
.svg-animation-effect-1-hover:hover svg path,
.svg-animation-effect-1-hover:hover svg polygon,
.svg-animation-effect-1-hover:hover svg polyline,
.svg-animation-effect-1-hover:hover svg rect {
	stroke: #000168;
}
.svg-animation-effect-1-hover.svg-animation-effect-1-hover-primary:hover svg path,
.svg-animation-effect-1-hover.svg-animation-effect-1-hover-primary:hover svg polygon,
.svg-animation-effect-1-hover.svg-animation-effect-1-hover-primary:hover svg polyline,
.svg-animation-effect-1-hover.svg-animation-effect-1-hover-primary:hover svg rect {
	stroke: #000168;
}
.svg-animation-effect-1-hover.svg-animation-effect-1-hover-secondary:hover svg path,
.svg-animation-effect-1-hover.svg-animation-effect-1-hover-secondary:hover svg polygon,
.svg-animation-effect-1-hover.svg-animation-effect-1-hover-secondary:hover svg polyline,
.svg-animation-effect-1-hover.svg-animation-effect-1-hover-secondary:hover svg rect {
	stroke: #088d33;
}
.svg-animation-effect-1-hover.svg-animation-effect-1-hover-tertiary:hover svg path,
.svg-animation-effect-1-hover.svg-animation-effect-1-hover-tertiary:hover svg polygon,
.svg-animation-effect-1-hover.svg-animation-effect-1-hover-tertiary:hover svg polyline,
.svg-animation-effect-1-hover.svg-animation-effect-1-hover-tertiary:hover svg rect {
	stroke: #5f6c77;
}
.svg-animation-effect-1-hover.svg-animation-effect-1-hover-quaternary:hover svg path,
.svg-animation-effect-1-hover.svg-animation-effect-1-hover-quaternary:hover svg polygon,
.svg-animation-effect-1-hover.svg-animation-effect-1-hover-quaternary:hover svg polyline,
.svg-animation-effect-1-hover.svg-animation-effect-1-hover-quaternary:hover svg rect {
	stroke: #272e32;
}
.svg-animation-effect-1-hover.svg-animation-effect-1-hover-dark:hover svg path,
.svg-animation-effect-1-hover.svg-animation-effect-1-hover-dark:hover svg polygon,
.svg-animation-effect-1-hover.svg-animation-effect-1-hover-dark:hover svg polyline,
.svg-animation-effect-1-hover.svg-animation-effect-1-hover-dark:hover svg rect {
	stroke: #3e3e3e;
}
.svg-animation-effect-1-hover.svg-animation-effect-1-hover-light:hover svg path,
.svg-animation-effect-1-hover.svg-animation-effect-1-hover-light:hover svg polygon,
.svg-animation-effect-1-hover.svg-animation-effect-1-hover-light:hover svg polyline,
.svg-animation-effect-1-hover.svg-animation-effect-1-hover-light:hover svg rect {
	stroke: #FFF;
}
.gradient-text-color {
	color: #000168;
	background: linear-gradient(to bottom right, #000168, #088d33);
	background-image: linear-gradient(to right, #000168, #088d33);
}
html .bg-color-primary,
html .bg-primary {
	background-color: #000168 !important;
}
html .bg-color-hover-primary:hover,
html .bg-hover-primary:hover {
	background-color: #000168 !important;
}
html .bg-color-after-primary:after {
	background-color: #000168 !important;
}
html .bg-color-hover-after-primary:after:hover {
	background-color: #000168 !important;
}
html .bg-color-before-primary:before {
	background-color: #000168 !important;
}
html .bg-color-hover-before-primary:before:hover {
	background-color: #000168 !important;
}
html .bg-color-secondary,
html .bg-secondary {
	background-color: #BF2130 !important;
}
html .bg-color-hover-secondary:hover,
html .bg-hover-secondary:hover {
	background-color: #BF2130 !important;
}
html .bg-color-after-secondary:after {
	background-color: #BF2130 !important;
}
html .bg-color-hover-after-secondary:after:hover {
	background-color: #BF2130 !important;
}
html .bg-color-before-secondary:before {
	background-color: #BF2130 !important;
}
html .bg-color-hover-before-secondary:before:hover {
	background-color: #BF2130 !important;
}
html .bg-color-tertiary,
html .bg-tertiary {
	background-color: #5f6c77 !important;
}
html .bg-color-hover-tertiary:hover,
html .bg-hover-tertiary:hover {
	background-color: #5f6c77 !important;
}
html .bg-color-after-tertiary:after {
	background-color: #5f6c77 !important;
}
html .bg-color-hover-after-tertiary:after:hover {
	background-color: #5f6c77 !important;
}
html .bg-color-before-tertiary:before {
	background-color: #5f6c77 !important;
}
html .bg-color-hover-before-tertiary:before:hover {
	background-color: #5f6c77 !important;
}
html .bg-color-quaternary,
html .bg-quaternary {
	background-color: #272e32 !important;
}
html .bg-color-hover-quaternary:hover,
html .bg-hover-quaternary:hover {
	background-color: #272e32 !important;
}
html .bg-color-after-quaternary:after {
	background-color: #272e32 !important;
}
html .bg-color-hover-after-quaternary:after:hover {
	background-color: #272e32 !important;
}
html .bg-color-before-quaternary:before {
	background-color: #272e32 !important;
}
html .bg-color-hover-before-quaternary:before:hover {
	background-color: #272e32 !important;
}
html .bg-color-dark,
html .bg-dark {
	background-color: #3e3e3e !important;
}
html .bg-color-hover-dark:hover,
html .bg-hover-dark:hover {
	background-color: #3e3e3e !important;
}
html .bg-color-after-dark:after {
	background-color: #3e3e3e !important;
}
html .bg-color-hover-after-dark:after:hover {
	background-color: #3e3e3e !important;
}
html .bg-color-before-dark:before {
	background-color: #3e3e3e !important;
}
html .bg-color-hover-before-dark:before:hover {
	background-color: #3e3e3e !important;
}
html .bg-color-light,
html .bg-light {
	background-color: #FFF !important;
}
html .bg-color-hover-light:hover,
html .bg-hover-light:hover {
	background-color: #FFF !important;
}
html .bg-color-after-light:after {
	background-color: #FFF !important;
}
html .bg-color-hover-after-light:after:hover {
	background-color: #FFF !important;
}
html .bg-color-before-light:before {
	background-color: #FFF !important;
}
html .bg-color-hover-before-light:before:hover {
	background-color: #FFF !important;
}
.bg-gradient {
	background-color: #000168 !important;
	background-image: linear-gradient(to right, #000168 0%, #088d33 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000168', endColorstr='#088d33', GradientType=1);
}
.bg-gradient-to-top {
	background-color: #000168 !important;
	background-image: linear-gradient(to top, #000168 0%, #088d33 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000168', endColorstr='#088d33', GradientType=1);
}
.bg-gradient-to-bottom {
	background-color: #000168 !important;
	background-image: linear-gradient(to bottom, #000168 0%, #088d33 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000168', endColorstr='#088d33', GradientType=1);
}
/* Color Transition */
@-webkit-keyframes colorTransition {
	0% {
		background-color: #000168;
	}
	33% {
		background-color: #088d33;
	}
	66% {
		background-color: #5f6c77;
	}
	100% {
		background-color: #272e32;
	}
}
@keyframes colorTransition {
	0% {
		background-color: #000168;
	}

	33% {
		background-color: #088d33;
	}

	66% {
		background-color: #5f6c77;
	}

	100% {
		background-color: #272e32;
	}
}
html .nav-color-primary nav > ul > li > a {
	color: #000168 !important;
}
html .nav-color-primary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
	background-color: #000168 !important;
}
html .nav-color-primary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
	border-top-color: #000168 !important;
}
html .nav-color-secondary nav > ul > li > a {
	color: #088d33 !important;
}
html .nav-color-secondary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
	background-color: #088d33 !important;
}
html .nav-color-secondary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
	border-top-color: #088d33 !important;
}
html .nav-color-tertiary nav > ul > li > a {
	color: #5f6c77 !important;
}
html .nav-color-tertiary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
	background-color: #5f6c77 !important;
}
html .nav-color-tertiary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
	border-top-color: #5f6c77 !important;
}
html .nav-color-quaternary nav > ul > li > a {
	color: #272e32 !important;
}
html .nav-color-quaternary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
	background-color: #272e32 !important;
}
html .nav-color-quaternary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
	border-top-color: #272e32 !important;
}
html .nav-color-dark nav > ul > li > a {
	color: #3e3e3e !important;
}
html .nav-color-dark:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
	background-color: #3e3e3e !important;
}
html .nav-color-dark:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
	border-top-color: #3e3e3e !important;
}
html .nav-color-light nav > ul > li > a {
	color: #FFF !important;
}
html .nav-color-light:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before {
	background-color: #FFF !important;
}
html .nav-color-light:not(.header-nav-main-dropdown-arrow) nav > ul > li ul {
	border-top-color: #FFF !important;
}
.nav-pills > li.active > a,
.nav-pills .nav-link.active {
	color: #BF2130 !important;
}
.nav-pills > li.active > a:hover,
.nav-pills .nav-link.active:hover,
.nav-pills > li.active > a:focus,
.nav-pills .nav-link.active:focus {
	background-color: #000168;
}
.nav-active-style-1 > li > a:hover,
.nav-active-style-1 > li > a:focus,
.nav-active-style-1 > li > a.active {
	border-bottom-color: #000168;
}
html .nav-pills-primary a {
	color: #000168;
}
html .nav-pills-primary a:hover {
	color: #00bc3d;
}
html .nav-pills-primary a:focus {
	color: #00bc3d;
}
html .nav-pills-primary a:active {
	color: #008a2d;
}
html .nav-pills-primary .nav-link.active,
html .nav-pills-primary > li.active > a {
	background-color: #000168;
}
html .nav-pills-primary .nav-link.active:hover,
html .nav-pills-primary > li.active > a:hover,
html .nav-pills-primary .nav-link.active:focus,
html .nav-pills-primary > li.active > a:focus {
	background-color: #000168;
}
html .nav-pills-secondary a {
	color: #088d33;
}
html .nav-pills-secondary a:hover {
	color: #09a53c;
}
html .nav-pills-secondary a:focus {
	color: #09a53c;
}
html .nav-pills-secondary a:active {
	color: #07752a;
}
html .nav-pills-secondary .nav-link.active,
html .nav-pills-secondary > li.active > a {
	background-color: #088d33;
}
html .nav-pills-secondary .nav-link.active:hover,
html .nav-pills-secondary > li.active > a:hover,
html .nav-pills-secondary .nav-link.active:focus,
html .nav-pills-secondary > li.active > a:focus {
	background-color: #088d33;
}
html .nav-pills-tertiary a {
	color: #5f6c77;
}
html .nav-pills-tertiary a:hover {
	color: #6a7985;
}
html .nav-pills-tertiary a:focus {
	color: #6a7985;
}
html .nav-pills-tertiary a:active {
	color: #545f69;
}
html .nav-pills-tertiary .nav-link.active,
html .nav-pills-tertiary > li.active > a {
	background-color: #5f6c77;
}
html .nav-pills-tertiary .nav-link.active:hover,
html .nav-pills-tertiary > li.active > a:hover,
html .nav-pills-tertiary .nav-link.active:focus,
html .nav-pills-tertiary > li.active > a:focus {
	background-color: #5f6c77;
}
html .nav-pills-quaternary a {
	color: #272e32;
}
html .nav-pills-quaternary a:hover {
	color: #323b40;
}
html .nav-pills-quaternary a:focus {
	color: #323b40;
}
html .nav-pills-quaternary a:active {
	color: #1c2124;
}
html .nav-pills-quaternary .nav-link.active,
html .nav-pills-quaternary > li.active > a {
	background-color: #272e32;
}
html .nav-pills-quaternary .nav-link.active:hover,
html .nav-pills-quaternary > li.active > a:hover,
html .nav-pills-quaternary .nav-link.active:focus,
html .nav-pills-quaternary > li.active > a:focus {
	background-color: #272e32;
}
html .nav-pills-dark a {
	color: #3e3e3e;
}
html .nav-pills-dark a:hover {
	color: #4b4b4b;
}
html .nav-pills-dark a:focus {
	color: #4b4b4b;
}
html .nav-pills-dark a:active {
	color: #313131;
}
html .nav-pills-dark .nav-link.active,
html .nav-pills-dark > li.active > a {
	background-color: #3e3e3e;
}
html .nav-pills-dark .nav-link.active:hover,
html .nav-pills-dark > li.active > a:hover,
html .nav-pills-dark .nav-link.active:focus,
html .nav-pills-dark > li.active > a:focus {
	background-color: #3e3e3e;
}
html .nav-pills-light a {
	color: #FFF;
}
html .nav-pills-light a:hover {
	color: #ffffff;
}
html .nav-pills-light a:focus {
	color: #ffffff;
}
html .nav-pills-light a:active {
	color: #f2f2f2;
}
html .nav-pills-light .nav-link.active,
html .nav-pills-light > li.active > a {
	background-color: #FFF;
}
html .nav-pills-light .nav-link.active:hover,
html .nav-pills-light > li.active > a:hover,
html .nav-pills-light .nav-link.active:focus,
html .nav-pills-light > li.active > a:focus {
	background-color: #FFF;
}
.nav-link {
	color: #000168;
}
.nav-link:hover {
	color: #00bc3d;
	text-decoration: none !important;		
}
.nav-link:focus {
	color: #00bc3d;
}
.nav-link:active {
	color: #008a2d;
}
.section-scroll-dots-navigation-colored > ul > li.active > a:before {
	background: #000168;
}
html .badge-primary {
	background-color: #000168;
}
html .badge-secondary {
	background-color: #088d33;
}
html .badge-tertiary {
	background-color: #5f6c77;
}
html .badge-quaternary {
	background-color: #272e32;
}
html .badge-dark {
	background-color: #3e3e3e;
}
html .badge-light {
	background-color: #FFF;
}
html .overlay-color-primary:not(.no-skin):before {
	background-color: #000168 !important;
}
html .overlay-color-secondary:not(.no-skin):before {
	background-color: #088d33 !important;
}
html .overlay-color-tertiary:not(.no-skin):before {
	background-color: #5f6c77 !important;
}
html .overlay-color-quaternary:not(.no-skin):before {
	background-color: #272e32 !important;
}
html .overlay-color-dark:not(.no-skin):before {
	background-color: #3e3e3e !important;
}
html .overlay-color-light:not(.no-skin):before {
	background-color: #FFF !important;
}
.overlay-gradient:before {
	background-color: #5f6c77 !important;
	background-image: linear-gradient(to right, #5f6c77 0%, #272e32 100%) !important;
}
.btn-link {
	color: #000168;
}
.btn-link:hover {
	color: #00bc3d;
}
.btn-link:active {
	color: #008a2d;
}
html .btn-primary {
	background-color: #000168;
	border-color: #000168 #000168 #007024;
	color: #FFF;
	--color: #000168;
	--hover: #00c941;
	--disabled: #000168;
	--active: #007d29;
}
html .btn-primary:hover,
html .btn-primary.hover {
	border-color: #00d646 #00d646 #000168;
	color: #FFF;
}
html .btn-primary:hover:not(.bg-transparent),
html .btn-primary.hover:not(.bg-transparent) {
	background-color: #00c941;
}
html .btn-primary:focus,
html .btn-primary.focus {
	border-color: #007024 #007024 #003d14;
	color: #FFF;
	box-shadow: 0 0 0 3px rgba(0, 163, 53, 0.5);
}
html .btn-primary:focus:not(.bg-transparent),
html .btn-primary.focus:not(.bg-transparent) {
	background-color: #007d29;
}
html .btn-primary.disabled,
html .btn-primary:disabled {
	border-color: #000168 #000168 #007024;
}
html .btn-primary.disabled:not(.bg-transparent),
html .btn-primary:disabled:not(.bg-transparent) {
	background-color: #000168;
}
html .btn-primary:active,
html .btn-primary.active {
	border-color: #007024 #007024 #003d14 !important;
}
html .btn-primary:active:not(.bg-transparent),
html .btn-primary.active:not(.bg-transparent) {
	background-color: #007d29 !important;
	background-image: none !important;
}
html .btn-primary-scale-2 {
	background-color: #007024;
	border-color: #007024 #007024 #003d14;
	color: #FFF;
}
html .btn-primary-scale-2:hover,
html .btn-primary-scale-2.hover {
	border-color: #000168 #000168 #007024;
	color: #FFF;
}
html .btn-primary-scale-2:hover:not(.bg-transparent),
html .btn-primary-scale-2.hover:not(.bg-transparent) {
	background-color: #009631;
}
html .btn-primary-scale-2:focus,
html .btn-primary-scale-2.focus {
	border-color: #003d14 #003d14 #000a03;
	color: #FFF;
	box-shadow: 0 0 0 3px rgba(0, 112, 36, 0.5);
}
html .btn-primary-scale-2:focus:not(.bg-transparent),
html .btn-primary-scale-2.focus:not(.bg-transparent) {
	background-color: #004a18;
}
html .btn-primary-scale-2.disabled,
html .btn-primary-scale-2:disabled {
	border-color: #007024 #007024 #003d14;
}
html .btn-primary-scale-2.disabled:not(.bg-transparent),
html .btn-primary-scale-2:disabled:not(.bg-transparent) {
	background-color: #007024;
}
html .btn-primary-scale-2:active,
html .btn-primary-scale-2.active {
	border-color: #003d14 #003d14 #000a03 !important;
}
html .btn-primary-scale-2:active:not(.bg-transparent),
html .btn-primary-scale-2.active:not(.bg-transparent) {
	background-color: #004a18 !important;
	background-image: none !important;
}
html .show > .btn-primary.dropdown-toggle,
html .show > .btn-primary-scale-2.dropdown-toggle {
	background-color: #007d29 !important;
	background-image: none !important;
	border-color: #007024 #007024 #003d14 !important;
}
html .btn-check:active + .btn-primary,
html .btn-check:checked + .btn-primary,
html .btn-check:focus + .btn-primary {
	background-color: #008a2d;
	border-color: #000168 #000168 #008a2d;
	color: #FFF;
}
html .btn-secondary {
	background-color: #BF2130;
	border-color: #BF2130 #BF2130 #BF2130;
	color: #FFF;	 
}
html .btn-secondary:hover,
html .btn-secondary.hover {
	border-color: #000168 #000168 #000168;
	color: #FFF;
}
html .btn-secondary:hover:not(.bg-transparent),
html .btn-secondary.hover:not(.bg-transparent) {
	background-color: #000168;
}
html .btn-secondary:focus,
html .btn-secondary.focus {
	border-color: #055d22 #055d22 #032c10;
	color: #FFF;
	box-shadow: 0 0 0 3px rgba(8, 141, 51, 0.5);
}
html .btn-secondary:focus:not(.bg-transparent),
html .btn-secondary.focus:not(.bg-transparent) {
	background-color: #066926;
}
html .btn-secondary.disabled,
html .btn-secondary:disabled {
	border-color: #088d33 #088d33 #055d22;
}
html .btn-secondary.disabled:not(.bg-transparent),
html .btn-secondary:disabled:not(.bg-transparent) {
	background-color: #088d33;
}
html .btn-secondary:active,
html .btn-secondary.active {
	border-color: #055d22 #055d22 #032c10 !important;
}
html .btn-secondary:active:not(.bg-transparent),
html .btn-secondary.active:not(.bg-transparent) {
	background-color: #066926 !important;
	background-image: none !important;
}
html .btn-secondary-scale-2 {
	background-color: #055d22;
	border-color: #055d22 #055d22 #032c10;
	color: #FFF;
}
html .btn-secondary-scale-2:hover,
html .btn-secondary-scale-2.hover {
	border-color: #088d33 #088d33 #055d22;
	color: #FFF;
}
html .btn-secondary-scale-2:hover:not(.bg-transparent),
html .btn-secondary-scale-2.hover:not(.bg-transparent) {
	background-color: #07812f;
}
html .btn-secondary-scale-2:focus,
html .btn-secondary-scale-2.focus {
	border-color: #032c10 #032c10 #000000;
	color: #FFF;
	box-shadow: 0 0 0 3px rgba(5, 93, 34, 0.5);
}
html .btn-secondary-scale-2:focus:not(.bg-transparent),
html .btn-secondary-scale-2.focus:not(.bg-transparent) {
	background-color: #033914;
}
html .btn-secondary-scale-2.disabled,
html .btn-secondary-scale-2:disabled {
	border-color: #055d22 #055d22 #032c10;
}
html .btn-secondary-scale-2.disabled:not(.bg-transparent),
html .btn-secondary-scale-2:disabled:not(.bg-transparent) {
	background-color: #055d22;
}
html .btn-secondary-scale-2:active,
html .btn-secondary-scale-2.active {
	border-color: #032c10 #032c10 #000000 !important;
}
html .btn-secondary-scale-2:active:not(.bg-transparent),
html .btn-secondary-scale-2.active:not(.bg-transparent) {
	background-color: #033914 !important;
	background-image: none !important;
}
html .show > .btn-secondary.dropdown-toggle,
html .show > .btn-secondary-scale-2.dropdown-toggle {
	background-color: #066926 !important;
	background-image: none !important;
	border-color: #055d22 #055d22 #032c10 !important;
}
html .btn-check:active + .btn-secondary,
html .btn-check:checked + .btn-secondary,
html .btn-check:focus + .btn-secondary {
	background-color: #07752a;
	border-color: #088d33 #088d33 #07752a;
	color: #FFF;
}
html .btn-tertiary {
	background-color: #5f6c77;
	border-color: #5f6c77 #5f6c77 #48525b;
	color: #FFF;
	--color: #5f6c77;
	--hover: #707f8c;
	--disabled: #5f6c77;
	--active: #4e5962;
}
html .btn-tertiary:hover,
html .btn-tertiary.hover {
	border-color: #778692 #778692 #5f6c77;
	color: #FFF;
}

html .btn-tertiary:hover:not(.bg-transparent),
html .btn-tertiary.hover:not(.bg-transparent) {
	background-color: #707f8c;
}

html .btn-tertiary:focus,
html .btn-tertiary.focus {
	border-color: #48525b #48525b #32393e;
	color: #FFF;
	box-shadow: 0 0 0 3px rgba(95, 108, 119, 0.5);
}

html .btn-tertiary:focus:not(.bg-transparent),
html .btn-tertiary.focus:not(.bg-transparent) {
	background-color: #4e5962;
}

html .btn-tertiary.disabled,
html .btn-tertiary:disabled {
	border-color: #5f6c77 #5f6c77 #48525b;
}

html .btn-tertiary.disabled:not(.bg-transparent),
html .btn-tertiary:disabled:not(.bg-transparent) {
	background-color: #5f6c77;
}

html .btn-tertiary:active,
html .btn-tertiary.active {
	border-color: #48525b #48525b #32393e !important;
}

html .btn-tertiary:active:not(.bg-transparent),
html .btn-tertiary.active:not(.bg-transparent) {
	background-color: #4e5962 !important;
	background-image: none !important;
}

html .btn-tertiary-scale-2 {
	background-color: #48525b;
	border-color: #48525b #48525b #32393e;
	color: #FFF;
}

html .btn-tertiary-scale-2:hover,
html .btn-tertiary-scale-2.hover {
	border-color: #5f6c77 #5f6c77 #48525b;
	color: #FFF;
}

html .btn-tertiary-scale-2:hover:not(.bg-transparent),
html .btn-tertiary-scale-2.hover:not(.bg-transparent) {
	background-color: #596670;
}

html .btn-tertiary-scale-2:focus,
html .btn-tertiary-scale-2.focus {
	border-color: #32393e #32393e #1b1f22;
	color: #FFF;
	box-shadow: 0 0 0 3px rgba(72, 82, 91, 0.5);
}

html .btn-tertiary-scale-2:focus:not(.bg-transparent),
html .btn-tertiary-scale-2.focus:not(.bg-transparent) {
	background-color: #373f45;
}

html .btn-tertiary-scale-2.disabled,
html .btn-tertiary-scale-2:disabled {
	border-color: #48525b #48525b #32393e;
}

html .btn-tertiary-scale-2.disabled:not(.bg-transparent),
html .btn-tertiary-scale-2:disabled:not(.bg-transparent) {
	background-color: #48525b;
}

html .btn-tertiary-scale-2:active,
html .btn-tertiary-scale-2.active {
	border-color: #32393e #32393e #1b1f22 !important;
}

html .btn-tertiary-scale-2:active:not(.bg-transparent),
html .btn-tertiary-scale-2.active:not(.bg-transparent) {
	background-color: #373f45 !important;
	background-image: none !important;
}

html .show > .btn-tertiary.dropdown-toggle,
html .show > .btn-tertiary-scale-2.dropdown-toggle {
	background-color: #4e5962 !important;
	background-image: none !important;
	border-color: #48525b #48525b #32393e !important;
}

html .btn-check:active + .btn-tertiary,
html .btn-check:checked + .btn-tertiary,
html .btn-check:focus + .btn-tertiary {
	background-color: #545f69;
	border-color: #5f6c77 #5f6c77 #545f69;
	color: #FFF;
}

html .btn-quaternary {
	background-color: #272e32;
	border-color: #272e32 #272e32 #111415;
	color: #FFF;
	--color: #272e32;
	--hover: #384247;
	--disabled: #272e32;
	--active: #161a1d;
}

html .btn-quaternary:hover,
html .btn-quaternary.hover {
	border-color: #3d484f #3d484f #272e32;
	color: #FFF;
}

html .btn-quaternary:hover:not(.bg-transparent),
html .btn-quaternary.hover:not(.bg-transparent) {
	background-color: #384247;
}

html .btn-quaternary:focus,
html .btn-quaternary.focus {
	border-color: #111415 #111415 #000000;
	color: #FFF;
	box-shadow: 0 0 0 3px rgba(39, 46, 50, 0.5);
}

html .btn-quaternary:focus:not(.bg-transparent),
html .btn-quaternary.focus:not(.bg-transparent) {
	background-color: #161a1d;
}

html .btn-quaternary.disabled,
html .btn-quaternary:disabled {
	border-color: #272e32 #272e32 #111415;
}

html .btn-quaternary.disabled:not(.bg-transparent),
html .btn-quaternary:disabled:not(.bg-transparent) {
	background-color: #272e32;
}

html .btn-quaternary:active,
html .btn-quaternary.active {
	border-color: #111415 #111415 #000000 !important;
}

html .btn-quaternary:active:not(.bg-transparent),
html .btn-quaternary.active:not(.bg-transparent) {
	background-color: #161a1d !important;
	background-image: none !important;
}

html .btn-quaternary-scale-2 {
	background-color: #111415;
	border-color: #111415 #111415 #000000;
	color: #FFF;
}

html .btn-quaternary-scale-2:hover,
html .btn-quaternary-scale-2.hover {
	border-color: #272e32 #272e32 #111415;
	color: #FFF;
}

html .btn-quaternary-scale-2:hover:not(.bg-transparent),
html .btn-quaternary-scale-2.hover:not(.bg-transparent) {
	background-color: #21272b;
}

html .btn-quaternary-scale-2:focus,
html .btn-quaternary-scale-2.focus {
	border-color: #000000 #000000 #000000;
	color: #FFF;
	box-shadow: 0 0 0 3px rgba(17, 20, 21, 0.5);
}

html .btn-quaternary-scale-2:focus:not(.bg-transparent),
html .btn-quaternary-scale-2.focus:not(.bg-transparent) {
	background-color: #000000;
}

html .btn-quaternary-scale-2.disabled,
html .btn-quaternary-scale-2:disabled {
	border-color: #111415 #111415 #000000;
}

html .btn-quaternary-scale-2.disabled:not(.bg-transparent),
html .btn-quaternary-scale-2:disabled:not(.bg-transparent) {
	background-color: #111415;
}

html .btn-quaternary-scale-2:active,
html .btn-quaternary-scale-2.active {
	border-color: #000000 #000000 #000000 !important;
}

html .btn-quaternary-scale-2:active:not(.bg-transparent),
html .btn-quaternary-scale-2.active:not(.bg-transparent) {
	background-color: #000000 !important;
	background-image: none !important;
}

html .show > .btn-quaternary.dropdown-toggle,
html .show > .btn-quaternary-scale-2.dropdown-toggle {
	background-color: #161a1d !important;
	background-image: none !important;
	border-color: #111415 #111415 #000000 !important;
}

html .btn-check:active + .btn-quaternary,
html .btn-check:checked + .btn-quaternary,
html .btn-check:focus + .btn-quaternary {
	background-color: #1c2124;
	border-color: #272e32 #272e32 #1c2124;
	color: #FFF;
}

html .btn-dark {
	background-color: #3e3e3e;
	border-color: #3e3e3e #3e3e3e #252525;
	color: #FFF;
	--color: #3e3e3e;
	--hover: #515151;
	--disabled: #3e3e3e;
	--active: #2b2b2b;
}

html .btn-dark:hover,
html .btn-dark.hover {
	border-color: #585858 #585858 #3e3e3e;
	color: #FFF;
}

html .btn-dark:hover:not(.bg-transparent),
html .btn-dark.hover:not(.bg-transparent) {
	background-color: #515151;
}

html .btn-dark:focus,
html .btn-dark.focus {
	border-color: #252525 #252525 #0b0b0b;
	color: #FFF;
	box-shadow: 0 0 0 3px rgba(62, 62, 62, 0.5);
}

html .btn-dark:focus:not(.bg-transparent),
html .btn-dark.focus:not(.bg-transparent) {
	background-color: #2b2b2b;
}

html .btn-dark.disabled,
html .btn-dark:disabled {
	border-color: #3e3e3e #3e3e3e #252525;
}

html .btn-dark.disabled:not(.bg-transparent),
html .btn-dark:disabled:not(.bg-transparent) {
	background-color: #3e3e3e;
}

html .btn-dark:active,
html .btn-dark.active {
	border-color: #252525 #252525 #0b0b0b !important;
}

html .btn-dark:active:not(.bg-transparent),
html .btn-dark.active:not(.bg-transparent) {
	background-color: #2b2b2b !important;
	background-image: none !important;
}

html .btn-dark-scale-2 {
	background-color: #252525;
	border-color: #252525 #252525 #0b0b0b;
	color: #FFF;
}

html .btn-dark-scale-2:hover,
html .btn-dark-scale-2.hover {
	border-color: #3e3e3e #3e3e3e #252525;
	color: #FFF;
}

html .btn-dark-scale-2:hover:not(.bg-transparent),
html .btn-dark-scale-2.hover:not(.bg-transparent) {
	background-color: #383838;
}

html .btn-dark-scale-2:focus,
html .btn-dark-scale-2.focus {
	border-color: #0b0b0b #0b0b0b #000000;
	color: #FFF;
	box-shadow: 0 0 0 3px rgba(37, 37, 37, 0.5);
}

html .btn-dark-scale-2:focus:not(.bg-transparent),
html .btn-dark-scale-2.focus:not(.bg-transparent) {
	background-color: #111111;
}

html .btn-dark-scale-2.disabled,
html .btn-dark-scale-2:disabled {
	border-color: #252525 #252525 #0b0b0b;
}

html .btn-dark-scale-2.disabled:not(.bg-transparent),
html .btn-dark-scale-2:disabled:not(.bg-transparent) {
	background-color: #252525;
}

html .btn-dark-scale-2:active,
html .btn-dark-scale-2.active {
	border-color: #0b0b0b #0b0b0b #000000 !important;
}

html .btn-dark-scale-2:active:not(.bg-transparent),
html .btn-dark-scale-2.active:not(.bg-transparent) {
	background-color: #111111 !important;
	background-image: none !important;
}

html .show > .btn-dark.dropdown-toggle,
html .show > .btn-dark-scale-2.dropdown-toggle {
	background-color: #2b2b2b !important;
	background-image: none !important;
	border-color: #252525 #252525 #0b0b0b !important;
}

html .btn-check:active + .btn-dark,
html .btn-check:checked + .btn-dark,
html .btn-check:focus + .btn-dark {
	background-color: #313131;
	border-color: #3e3e3e #3e3e3e #313131;
	color: #FFF;
}

html .btn-light {
	background-color: #FFF;
	border-color: #FFF #FFF #e6e6e6;
	color: #777;
	--color: #FFF;
	--hover: #ffffff;
	--disabled: #FFF;
	--active: #ececec;
}

html .btn-light:hover,
html .btn-light.hover {
	border-color: #ffffff #ffffff #FFF;
	color: #777;
}

html .btn-light:hover:not(.bg-transparent),
html .btn-light.hover:not(.bg-transparent) {
	background-color: #ffffff;
}

html .btn-light:focus,
html .btn-light.focus {
	border-color: #e6e6e6 #e6e6e6 #cccccc;
	color: #777;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

html .btn-light:focus:not(.bg-transparent),
html .btn-light.focus:not(.bg-transparent) {
	background-color: #ececec;
}

html .btn-light.disabled,
html .btn-light:disabled {
	border-color: #FFF #FFF #e6e6e6;
}

html .btn-light.disabled:not(.bg-transparent),
html .btn-light:disabled:not(.bg-transparent) {
	background-color: #FFF;
}

html .btn-light:active,
html .btn-light.active {
	border-color: #e6e6e6 #e6e6e6 #cccccc !important;
}

html .btn-light:active:not(.bg-transparent),
html .btn-light.active:not(.bg-transparent) {
	background-color: #ececec !important;
	background-image: none !important;
}

html .btn-light-scale-2 {
	background-color: #e6e6e6;
	border-color: #e6e6e6 #e6e6e6 #cccccc;
	color: #777;
}

html .btn-light-scale-2:hover,
html .btn-light-scale-2.hover {
	border-color: #ffffff #ffffff #e6e6e6;
	color: #777;
}

html .btn-light-scale-2:hover:not(.bg-transparent),
html .btn-light-scale-2.hover:not(.bg-transparent) {
	background-color: #f9f9f9;
}

html .btn-light-scale-2:focus,
html .btn-light-scale-2.focus {
	border-color: #cccccc #cccccc #b3b3b3;
	color: #777;
	box-shadow: 0 0 0 3px rgba(230, 230, 230, 0.5);
}

html .btn-light-scale-2:focus:not(.bg-transparent),
html .btn-light-scale-2.focus:not(.bg-transparent) {
	background-color: #d2d2d2;
}

html .btn-light-scale-2.disabled,
html .btn-light-scale-2:disabled {
	border-color: #e6e6e6 #e6e6e6 #cccccc;
}

html .btn-light-scale-2.disabled:not(.bg-transparent),
html .btn-light-scale-2:disabled:not(.bg-transparent) {
	background-color: #e6e6e6;
}

html .btn-light-scale-2:active,
html .btn-light-scale-2.active {
	border-color: #cccccc #cccccc #b3b3b3 !important;
}

html .btn-light-scale-2:active:not(.bg-transparent),
html .btn-light-scale-2.active:not(.bg-transparent) {
	background-color: #d2d2d2 !important;
	background-image: none !important;
}

html .show > .btn-light.dropdown-toggle,
html .show > .btn-light-scale-2.dropdown-toggle {
	background-color: #ececec !important;
	background-image: none !important;
	border-color: #e6e6e6 #e6e6e6 #cccccc !important;
}

html .btn-check:active + .btn-light,
html .btn-check:checked + .btn-light,
html .btn-check:focus + .btn-light {
	background-color: #f2f2f2;
	border-color: #FFF #FFF #f2f2f2;
	color: #777;
}

html .btn-outline.btn-primary {
	color: #000168;
	background-color: transparent;
	background-image: none;
	border-color: #000168;
}

html .btn-outline.btn-primary:hover,
html .btn-outline.btn-primary.hover {
	color: #FFF;
	background-color: #000168;
	border-color: #000168;
}

html .btn-outline.btn-primary:focus,
html .btn-outline.btn-primary.focus {
	box-shadow: 0 0 0 3px rgba(0, 163, 53, 0.5);
}

html .btn-outline.btn-primary.disabled,
html .btn-outline.btn-primary:disabled {
	color: #000168;
	background-color: transparent;
}

html .btn-outline.btn-primary:active,
html .btn-outline.btn-primary.active {
	color: #FFF !important;
	background-color: #000168 !important;
	border-color: #000168 !important;
}

html .show > .btn-outline.btn-primary.dropdown-toggle {
	color: #FFF !important;
	background-color: #000168 !important;
	border-color: #000168 !important;
}

html .btn-outline.btn-secondary {
	color: #088d33;
	background-color: transparent;
	background-image: none;
	border-color: #088d33;
}

html .btn-outline.btn-secondary:hover,
html .btn-outline.btn-secondary.hover {
	color: #FFF;
	background-color: #088d33;
	border-color: #088d33;
}

html .btn-outline.btn-secondary:focus,
html .btn-outline.btn-secondary.focus {
	box-shadow: 0 0 0 3px rgba(8, 141, 51, 0.5);
}

html .btn-outline.btn-secondary.disabled,
html .btn-outline.btn-secondary:disabled {
	color: #088d33;
	background-color: transparent;
}

html .btn-outline.btn-secondary:active,
html .btn-outline.btn-secondary.active {
	color: #FFF !important;
	background-color: #088d33 !important;
	border-color: #088d33 !important;
}

html .show > .btn-outline.btn-secondary.dropdown-toggle {
	color: #FFF !important;
	background-color: #088d33 !important;
	border-color: #088d33 !important;
}

html .btn-outline.btn-tertiary {
	color: #5f6c77;
	background-color: transparent;
	background-image: none;
	border-color: #5f6c77;
}

html .btn-outline.btn-tertiary:hover,
html .btn-outline.btn-tertiary.hover {
	color: #FFF;
	background-color: #5f6c77;
	border-color: #5f6c77;
}

html .btn-outline.btn-tertiary:focus,
html .btn-outline.btn-tertiary.focus {
	box-shadow: 0 0 0 3px rgba(95, 108, 119, 0.5);
}

html .btn-outline.btn-tertiary.disabled,
html .btn-outline.btn-tertiary:disabled {
	color: #5f6c77;
	background-color: transparent;
}

html .btn-outline.btn-tertiary:active,
html .btn-outline.btn-tertiary.active {
	color: #FFF !important;
	background-color: #5f6c77 !important;
	border-color: #5f6c77 !important;
}

html .show > .btn-outline.btn-tertiary.dropdown-toggle {
	color: #FFF !important;
	background-color: #5f6c77 !important;
	border-color: #5f6c77 !important;
}

html .btn-outline.btn-quaternary {
	color: #272e32;
	background-color: transparent;
	background-image: none;
	border-color: #272e32;
}

html .btn-outline.btn-quaternary:hover,
html .btn-outline.btn-quaternary.hover {
	color: #FFF;
	background-color: #272e32;
	border-color: #272e32;
}

html .btn-outline.btn-quaternary:focus,
html .btn-outline.btn-quaternary.focus {
	box-shadow: 0 0 0 3px rgba(39, 46, 50, 0.5);
}

html .btn-outline.btn-quaternary.disabled,
html .btn-outline.btn-quaternary:disabled {
	color: #272e32;
	background-color: transparent;
}

html .btn-outline.btn-quaternary:active,
html .btn-outline.btn-quaternary.active {
	color: #FFF !important;
	background-color: #272e32 !important;
	border-color: #272e32 !important;
}

html .show > .btn-outline.btn-quaternary.dropdown-toggle {
	color: #FFF !important;
	background-color: #272e32 !important;
	border-color: #272e32 !important;
}

html .btn-outline.btn-dark {
	color: #3e3e3e;
	background-color: transparent;
	background-image: none;
	border-color: #3e3e3e;
}

html .btn-outline.btn-dark:hover,
html .btn-outline.btn-dark.hover {
	color: #FFF;
	background-color: #3e3e3e;
	border-color: #3e3e3e;
}

html .btn-outline.btn-dark:focus,
html .btn-outline.btn-dark.focus {
	box-shadow: 0 0 0 3px rgba(62, 62, 62, 0.5);
}

html .btn-outline.btn-dark.disabled,
html .btn-outline.btn-dark:disabled {
	color: #3e3e3e;
	background-color: transparent;
}

html .btn-outline.btn-dark:active,
html .btn-outline.btn-dark.active {
	color: #FFF !important;
	background-color: #3e3e3e !important;
	border-color: #3e3e3e !important;
}

html .show > .btn-outline.btn-dark.dropdown-toggle {
	color: #FFF !important;
	background-color: #3e3e3e !important;
	border-color: #3e3e3e !important;
}

html .btn-outline.btn-light {
	color: #FFF;
	background-color: transparent;
	background-image: none;
	border-color: #FFF;
}

html .btn-outline.btn-light:hover,
html .btn-outline.btn-light.hover {
	color: #777;
	background-color: #FFF;
	border-color: #FFF;
}

html .btn-outline.btn-light:focus,
html .btn-outline.btn-light.focus {
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

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

html .btn-outline.btn-light:active,
html .btn-outline.btn-light.active {
	color: #777 !important;
	background-color: #FFF !important;
	border-color: #FFF !important;
}

html .show > .btn-outline.btn-light.dropdown-toggle {
	color: #777 !important;
	background-color: #FFF !important;
	border-color: #FFF !important;
}

html .btn-with-arrow.btn-primary {
	background-color: transparent;
	border-color: transparent;
	color: #000168;
}

html .btn-with-arrow.btn-primary:active {
	background-color: transparent !important;
	border-color: transparent !important;
	color: #000168 !important;
}

html .btn-with-arrow.btn-primary span {
	background-color: #000168;
	box-shadow: 2px 3px 18px -3px #000168;
}

html .btn-with-arrow.btn-primary.btn-outline {
	border-color: #000168 !important;
}

html .btn-with-arrow.btn-primary.btn-outline:hover span {
	background-color: #00bc3d !important;
	box-shadow: none;
}

html .btn-with-arrow-solid.btn-primary span {
	background-color: #008a2d;
}

html .btn-with-arrow.btn-secondary {
	background-color: transparent;
	border-color: transparent;
	color: #088d33;
}

html .btn-with-arrow.btn-secondary:active {
	background-color: transparent !important;
	border-color: transparent !important;
	color: #088d33 !important;
}

html .btn-with-arrow.btn-secondary span {
	background-color: #088d33;
	box-shadow: 2px 3px 18px -3px #088d33;
}

html .btn-with-arrow.btn-secondary.btn-outline {
	border-color: #088d33 !important;
}

html .btn-with-arrow.btn-secondary.btn-outline:hover span {
	background-color: #09a53c !important;
	box-shadow: none;
}

html .btn-with-arrow-solid.btn-secondary span {
	background-color: #07752a;
}

html .btn-with-arrow.btn-tertiary {
	background-color: transparent;
	border-color: transparent;
	color: #5f6c77;
}

html .btn-with-arrow.btn-tertiary:active {
	background-color: transparent !important;
	border-color: transparent !important;
	color: #5f6c77 !important;
}

html .btn-with-arrow.btn-tertiary span {
	background-color: #5f6c77;
	box-shadow: 2px 3px 18px -3px #5f6c77;
}

html .btn-with-arrow.btn-tertiary.btn-outline {
	border-color: #5f6c77 !important;
}

html .btn-with-arrow.btn-tertiary.btn-outline:hover span {
	background-color: #6a7985 !important;
	box-shadow: none;
}

html .btn-with-arrow-solid.btn-tertiary span {
	background-color: #545f69;
}

html .btn-with-arrow.btn-quaternary {
	background-color: transparent;
	border-color: transparent;
	color: #272e32;
}

html .btn-with-arrow.btn-quaternary:active {
	background-color: transparent !important;
	border-color: transparent !important;
	color: #272e32 !important;
}

html .btn-with-arrow.btn-quaternary span {
	background-color: #272e32;
	box-shadow: 2px 3px 18px -3px #272e32;
}

html .btn-with-arrow.btn-quaternary.btn-outline {
	border-color: #272e32 !important;
}

html .btn-with-arrow.btn-quaternary.btn-outline:hover span {
	background-color: #323b40 !important;
	box-shadow: none;
}

html .btn-with-arrow-solid.btn-quaternary span {
	background-color: #1c2124;
}

html .btn-with-arrow.btn-dark {
	background-color: transparent;
	border-color: transparent;
	color: #3e3e3e;
}

html .btn-with-arrow.btn-dark:active {
	background-color: transparent !important;
	border-color: transparent !important;
	color: #3e3e3e !important;
}

html .btn-with-arrow.btn-dark span {
	background-color: #3e3e3e;
	box-shadow: 2px 3px 18px -3px #3e3e3e;
}

html .btn-with-arrow.btn-dark.btn-outline {
	border-color: #3e3e3e !important;
}

html .btn-with-arrow.btn-dark.btn-outline:hover span {
	background-color: #4b4b4b !important;
	box-shadow: none;
}

html .btn-with-arrow-solid.btn-dark span {
	background-color: #313131;
}

html .btn-with-arrow.btn-light {
	background-color: transparent;
	border-color: transparent;
	color: #FFF;
}

html .btn-with-arrow.btn-light:active {
	background-color: transparent !important;
	border-color: transparent !important;
	color: #FFF !important;
}

html .btn-with-arrow.btn-light span {
	background-color: #FFF;
	box-shadow: 2px 3px 18px -3px #FFF;
}

html .btn-with-arrow.btn-light.btn-outline {
	border-color: #FFF !important;
}

html .btn-with-arrow.btn-light.btn-outline:hover span {
	background-color: #ffffff !important;
	box-shadow: none;
}

html .btn-with-arrow-solid.btn-light span {
	background-color: #f2f2f2;
}

.btn-gradient:not(.btn-outline) {
	background: linear-gradient(135deg, #000168 0%, #088d33 80%) !important;
	color: #FFF;
}

.btn-gradient:not(.btn-outline):hover,
.btn-gradient:not(.btn-outline).hover {
	background: linear-gradient(135deg, #00c941 0%, #0ab140 80%) !important;
	color: #FFF;
}

.btn-gradient:not(.btn-outline):focus,
.btn-gradient:not(.btn-outline).focus {
	box-shadow: 0 0 0 3px rgba(0, 163, 53, 0.5);
}

.btn-gradient:not(.btn-outline).disabled,
.btn-gradient:not(.btn-outline):disabled {
	background: linear-gradient(135deg, #000168 0%, #088d33 80%) !important;
}

.btn-gradient:not(.btn-outline):active,
.btn-gradient:not(.btn-outline).active {
	background: linear-gradient(135deg, #007d29 0%, #066926 80%) !important;
	color: #FFF !important;
}

.btn-gradient.btn-outline {
	-o-border-image: linear-gradient(135deg, #000168 0%, #088d33 80%);
	border-image: linear-gradient(135deg, #000168 0%, #088d33 80%);
	color: #000168;
}

.btn-gradient.btn-outline:hover,
.btn-gradient.btn-outline.hover {
	-o-border-image: linear-gradient(135deg, #00c941 0%, #0ab140 80%);
	border-image: linear-gradient(135deg, #00c941 0%, #0ab140 80%);
	color: #00c941;
}

.btn-gradient.btn-outline:focus,
.btn-gradient.btn-outline.focus {
	box-shadow: 0 0 0 3px rgba(0, 163, 53, 0.5);
}

.btn-gradient.btn-outline.disabled,
.btn-gradient.btn-outline:disabled {
	-o-border-image: linear-gradient(135deg, #000168 0%, #088d33 80%);
	border-image: linear-gradient(135deg, #000168 0%, #088d33 80%);
}

.btn-gradient.btn-outline:active,
.btn-gradient.btn-outline.active {
	-o-border-image: linear-gradient(135deg, #007d29 0%, #066926 80%);
	border-image: linear-gradient(135deg, #007d29 0%, #066926 80%);
	color: #007d29;
}

.btn-gradient-primary:not(.btn-outline) {
	background: linear-gradient(135deg, #00b73c 0%, #009932 80%) !important;
	color: #FFF;
}

.btn-gradient-primary:not(.btn-outline):hover,
.btn-gradient-primary:not(.btn-outline).hover {
	background: linear-gradient(135deg, #00b23a 0%, #00c941 80%) !important;
	color: #FFF;
}

.btn-gradient-primary:not(.btn-outline):focus,
.btn-gradient-primary:not(.btn-outline).focus {
	box-shadow: 0 0 0 3px rgba(0, 163, 53, 0.5);
}

.btn-gradient-primary:not(.btn-outline).disabled,
.btn-gradient-primary:not(.btn-outline):disabled {
	background: linear-gradient(135deg, #00b73c 80%, #009932 0%) !important;
}

.btn-gradient-primary:not(.btn-outline):active,
.btn-gradient-primary:not(.btn-outline).active {
	background: linear-gradient(135deg, #00b23a 0%, #00c941 80%) !important;
	color: #FFF !important;
}

.btn-gradient-primary.btn-outline {
	-o-border-image: linear-gradient(135deg, #000168 0%, #00cc42 80%);
	border-image: linear-gradient(135deg, #000168 0%, #00cc42 80%);
	color: #000168;
}

.btn-gradient-primary.btn-outline:hover,
.btn-gradient-primary.btn-outline.hover {
	-o-border-image: linear-gradient(135deg, #00c941 0%, #00c941 80%);
	border-image: linear-gradient(135deg, #00c941 0%, #00c941 80%);
	color: #00c941;
}

.btn-gradient-primary.btn-outline:focus,
.btn-gradient-primary.btn-outline.focus {
	box-shadow: 0 0 0 3px rgba(0, 163, 53, 0.5);
}

.btn-gradient-primary.btn-outline.disabled,
.btn-gradient-primary.btn-outline:disabled {
	-o-border-image: linear-gradient(135deg, #000168 0%, #00cc42 80%);
	border-image: linear-gradient(135deg, #000168 0%, #00cc42 80%);
}

.btn-gradient-primary.btn-outline:active,
.btn-gradient-primary.btn-outline.active {
	-o-border-image: linear-gradient(135deg, #00c941 0%, #00c941 80%);
	border-image: linear-gradient(135deg, #00c941 0%, #00c941 80%);
	color: #00c941;
}
 
html section.section-primary {
	background-color: #000168 !important;
	border-color: #008a2d !important;
}

html section.section-primary h1,
html section.section-primary h2,
html section.section-primary h3,
html section.section-primary h4,
html section.section-primary h5,
html section.section-primary h6 {
	color: #FFF;
}

html section.section-primary p {
	color: #e6e6e6;
}

html section.section-primary-scale-2 {
	background-color: #007024 !important;
	border-color: #00561c !important;
}

html section.section-primary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: #007024;
}

html section.section-secondary {
	background-color: #088d33 !important;
	border-color: #07752a !important;
}

html section.section-secondary h1,
html section.section-secondary h2,
html section.section-secondary h3,
html section.section-secondary h4,
html section.section-secondary h5,
html section.section-secondary h6 {
	color: #FFF;
}

html section.section-secondary p {
	color: #e6e6e6;
}

html section.section-secondary-scale-2 {
	background-color: #055d22 !important;
	border-color: #044519 !important;
}

html section.section-secondary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: #055d22;
}

html section.section-tertiary {
	background-color: #5f6c77 !important;
	border-color: #545f69 !important;
}

html section.section-tertiary h1,
html section.section-tertiary h2,
html section.section-tertiary h3,
html section.section-tertiary h4,
html section.section-tertiary h5,
html section.section-tertiary h6 {
	color: #FFF;
}

html section.section-tertiary p {
	color: #e6e6e6;
}

html section.section-tertiary-scale-2 {
	background-color: #48525b !important;
	border-color: #3d454c !important;
}

html section.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: #48525b;
}

html section.section-quaternary {
	background-color: #272e32 !important;
	border-color: #1c2124 !important;
}

html section.section-quaternary h1,
html section.section-quaternary h2,
html section.section-quaternary h3,
html section.section-quaternary h4,
html section.section-quaternary h5,
html section.section-quaternary h6 {
	color: #FFF;
}

html section.section-quaternary p {
	color: #e6e6e6;
}

html section.section-quaternary-scale-2 {
	background-color: #111415 !important;
	border-color: #050607 !important;
}

html section.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: #111415;
}

html section.section-dark {
	background-color: #3e3e3e !important;
	border-color: #313131 !important;
}

html section.section-dark h1,
html section.section-dark h2,
html section.section-dark h3,
html section.section-dark h4,
html section.section-dark h5,
html section.section-dark h6 {
	color: #FFF;
}

html section.section-dark p {
	color: #e6e6e6;
}

html section.section-dark-scale-2 {
	background-color: #252525 !important;
	border-color: #181818 !important;
}

html section.section-dark-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: #252525;
}

html section.section-light {
	background-color: #FFF !important;
	border-color: #f2f2f2 !important;
}

html section.section-light h1,
html section.section-light h2,
html section.section-light h3,
html section.section-light h4,
html section.section-light h5,
html section.section-light h6 {
	color: #777;
}

html section.section-light p {
	color: #5e5e5e;
}

html section.section-light-scale-2 {
	background-color: #e6e6e6 !important;
	border-color: #d9d9d9 !important;
}

html section.section-light-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
	border-top-color: #e6e6e6;
}

section.section.section-background-half-primary-half-secondary {
	background: linear-gradient(to right, #000168 50%, #088d33 50%);
}

section.section.section-overlay-opacity-gradient:before {
	background: linear-gradient(135deg, #000168 0%, #088d33 80%);
}

html .bg-color-light-scale-1 {
	background-color: #f7f7f7 !important;
}

html .section.bg-color-light-scale-1,
html .bg-color-light-scale-border-top-1 {
	border-top-color: #efefef !important;
}

html .bg-color-light-scale-2 {
	background-color: #e8e8e8 !important;
}

html .section.bg-color-light-scale-2,
html .bg-color-light-scale-border-top-2 {
	border-top-color: #e0e0e0 !important;
}

html .bg-color-light-scale-3 {
	background-color: #e0e0e0 !important;
}

html .section.bg-color-light-scale-3,
html .bg-color-light-scale-border-top-3 {
	border-top-color: #d8d8d8 !important;
}

html .bg-color-light-scale-4 {
	background-color: #d8d8d8 !important;
}

html .section.bg-color-light-scale-4,
html .bg-color-light-scale-border-top-4 {
	border-top-color: #d1d1d1 !important;
}

html .bg-color-light-scale-5 {
	background-color: #d1d1d1 !important;
}

html .section.bg-color-light-scale-5,
html .bg-color-light-scale-border-top-5 {
	border-top-color: #c9c9c9 !important;
}

html .bg-color-light-scale-6 {
	background-color: #c9c9c9 !important;
}

html .section.bg-color-light-scale-6,
html .bg-color-light-scale-border-top-6 {
	border-top-color: #c1c1c1 !important;
}

html .bg-color-light-scale-7 {
	background-color: #c1c1c1 !important;
}

html .section.bg-color-light-scale-7,
html .bg-color-light-scale-border-top-7 {
	border-top-color: #bababa !important;
}

html .bg-color-light-scale-8 {
	background-color: #bababa !important;
}

html .section.bg-color-light-scale-8,
html .bg-color-light-scale-border-top-8 {
	border-top-color: #b2b2b2 !important;
}

html .bg-color-light-scale-9 {
	background-color: #b2b2b2 !important;
}

html .section.bg-color-light-scale-9,
html .bg-color-light-scale-border-top-9 {
	border-top-color: #ababab !important;
}

html .bg-color-dark-scale-1 {
	background-color: #212529 !important;
}

html .section.bg-color-dark-scale-1,
html .bg-color-dark-scale-border-top-1 {
	border-top-color: #1a1d21 !important;
}

html .bg-color-dark-scale-2 {
	background-color: #1c2023 !important;
}

html .section.bg-color-dark-scale-2,
html .bg-color-dark-scale-border-top-2 {
	border-top-color: #16181b !important;
}

html .bg-color-dark-scale-3 {
	background-color: #181b1e !important;
}

html .section.bg-color-dark-scale-3,
html .bg-color-dark-scale-border-top-3 {
	border-top-color: #111315 !important;
}

html .bg-color-dark-scale-4 {
	background-color: #131618 !important;
}

html .section.bg-color-dark-scale-4,
html .bg-color-dark-scale-border-top-4 {
	border-top-color: #0d0e10 !important;
}

html .bg-color-dark-scale-5 {
	background-color: #0f1112 !important;
}

html .section.bg-color-dark-scale-5,
html .bg-color-dark-scale-border-top-5 {
	border-top-color: #08090a !important;
}

html .bg-color-dark-scale-6 {
	background-color: #0a0c0d !important;
}

html .section.bg-color-dark-scale-6,
html .bg-color-dark-scale-border-top-6 {
	border-top-color: #030404 !important;
}

html .bg-color-dark-scale-7 {
	background-color: #060607 !important;
}

html .section.bg-color-dark-scale-7,
html .bg-color-dark-scale-border-top-7 {
	border-top-color: #000000 !important;
}

html .bg-color-dark-scale-8 {
	background-color: #010101 !important;
}

html .section.bg-color-dark-scale-8,
html .bg-color-dark-scale-border-top-8 {
	border-top-color: #000000 !important;
}

html .bg-color-dark-scale-9 {
	background-color: #000000 !important;
}

html .section.bg-color-dark-scale-9,
html .bg-color-dark-scale-border-top-9 {
	border-top-color: #000000 !important;
}

section.page-header .page-header-title-border {
	background-color: #000168 !important;
}

section.page-header.custom-product {
	background-color: #008a2d;
	border-top-color: #009932;
}

html .page-header-color.page-header-primary {
	background-color: #000168;
	border-bottom-color: #000168;
	color: #FFF;
}

html .page-header-color.page-header-primary h1 {
	color: #FFF;
}

html .page-header-color.page-header-primary h1 span {
	color: #FFF;
}

html .page-header-color.page-header-primary a {
	color: #FFF;
}

html .page-header-color.page-header-primary .breadcrumb > .active {
	color: #FFF;
}

html .page-header-color.page-header-secondary {
	background-color: #088d33;
	border-bottom-color: #088d33;
	color: #FFF;
}

html .page-header-color.page-header-secondary h1 {
	color: #FFF;
}

html .page-header-color.page-header-secondary h1 span {
	color: #FFF;
}

html .page-header-color.page-header-secondary a {
	color: #FFF;
}

html .page-header-color.page-header-secondary .breadcrumb > .active {
	color: #FFF;
}

html .page-header-color.page-header-tertiary {
	background-color: #5f6c77;
	border-bottom-color: #5f6c77;
	color: #FFF;
}

html .page-header-color.page-header-tertiary h1 {
	color: #FFF;
}

html .page-header-color.page-header-tertiary h1 span {
	color: #FFF;
}

html .page-header-color.page-header-tertiary a {
	color: #FFF;
}

html .page-header-color.page-header-tertiary .breadcrumb > .active {
	color: #FFF;
}

html .page-header-color.page-header-quaternary {
	background-color: #272e32;
	border-bottom-color: #272e32;
	color: #FFF;
}

html .page-header-color.page-header-quaternary h1 {
	color: #FFF;
}

html .page-header-color.page-header-quaternary h1 span {
	color: #FFF;
}

html .page-header-color.page-header-quaternary a {
	color: #FFF;
}

html .page-header-color.page-header-quaternary .breadcrumb > .active {
	color: #FFF;
}

html .page-header-color.page-header-dark {
	background-color: #3e3e3e;
	border-bottom-color: #3e3e3e;
	color: #FFF;
}

html .page-header-color.page-header-dark h1 {
	color: #FFF;
}

html .page-header-color.page-header-dark h1 span {
	color: #FFF;
}

html .page-header-color.page-header-dark a {
	color: #FFF;
}

html .page-header-color.page-header-dark .breadcrumb > .active {
	color: #FFF;
}

html .page-header-color.page-header-light {
	background-color: #FFF;
	border-bottom-color: #FFF;
	color: #777;
}

html .page-header-color.page-header-light h1 {
	color: #777;
}

html .page-header-color.page-header-light h1 span {
	color: #777;
}

html .page-header-color.page-header-light a {
	color: #777;
}

html .page-header-color.page-header-light .breadcrumb > .active {
	color: #777;
}

html .toggle-primary .toggle label,
html .toggle-primary .toggle .toggle-title {
	color: #000168;
	border-left-color: #000168;
	border-right-color: #000168;
}

html .toggle-primary .toggle.active > label,
html .toggle-primary .toggle.active > .toggle-title {
	background-color: #000168;
	border-color: #000168;
	color: #FFF;
}

html .toggle-primary.toggle-simple .toggle > label:after,
html .toggle-primary.toggle-simple .toggle > .toggle-title:after {
	background-color: #000168;
}

html .toggle-primary.toggle-minimal .toggle.active > label,
html .toggle-primary.toggle-minimal .toggle.active > .toggle-title {
	color: #000168;
}

html .toggle-secondary .toggle label,
html .toggle-secondary .toggle .toggle-title {
	color: #088d33;
	border-left-color: #088d33;
	border-right-color: #088d33;
}

html .toggle-secondary .toggle.active > label,
html .toggle-secondary .toggle.active > .toggle-title {
	background-color: #088d33;
	border-color: #088d33;
	color: #FFF;
}

html .toggle-secondary.toggle-simple .toggle > label:after,
html .toggle-secondary.toggle-simple .toggle > .toggle-title:after {
	background-color: #088d33;
}

html .toggle-secondary.toggle-minimal .toggle.active > label,
html .toggle-secondary.toggle-minimal .toggle.active > .toggle-title {
	color: #088d33;
}

html .toggle-tertiary .toggle label,
html .toggle-tertiary .toggle .toggle-title {
	color: #5f6c77;
	border-left-color: #5f6c77;
	border-right-color: #5f6c77;
}

html .toggle-tertiary .toggle.active > label,
html .toggle-tertiary .toggle.active > .toggle-title {
	background-color: #5f6c77;
	border-color: #5f6c77;
	color: #FFF;
}

html .toggle-tertiary.toggle-simple .toggle > label:after,
html .toggle-tertiary.toggle-simple .toggle > .toggle-title:after {
	background-color: #5f6c77;
}

html .toggle-tertiary.toggle-minimal .toggle.active > label,
html .toggle-tertiary.toggle-minimal .toggle.active > .toggle-title {
	color: #5f6c77;
}

html .toggle-quaternary .toggle label,
html .toggle-quaternary .toggle .toggle-title {
	color: #272e32;
	border-left-color: #272e32;
	border-right-color: #272e32;
}

html .toggle-quaternary .toggle.active > label,
html .toggle-quaternary .toggle.active > .toggle-title {
	background-color: #272e32;
	border-color: #272e32;
	color: #FFF;
}

html .toggle-quaternary.toggle-simple .toggle > label:after,
html .toggle-quaternary.toggle-simple .toggle > .toggle-title:after {
	background-color: #272e32;
}

html .toggle-quaternary.toggle-minimal .toggle.active > label,
html .toggle-quaternary.toggle-minimal .toggle.active > .toggle-title {
	color: #272e32;
}

html .toggle-dark .toggle label,
html .toggle-dark .toggle .toggle-title {
	color: #3e3e3e;
	border-left-color: #3e3e3e;
	border-right-color: #3e3e3e;
}

html .toggle-dark .toggle.active > label,
html .toggle-dark .toggle.active > .toggle-title {
	background-color: #3e3e3e;
	border-color: #3e3e3e;
	color: #FFF;
}

html .toggle-dark.toggle-simple .toggle > label:after,
html .toggle-dark.toggle-simple .toggle > .toggle-title:after {
	background-color: #3e3e3e;
}

html .toggle-dark.toggle-minimal .toggle.active > label,
html .toggle-dark.toggle-minimal .toggle.active > .toggle-title {
	color: #3e3e3e;
}

html .toggle-light .toggle label,
html .toggle-light .toggle .toggle-title {
	color: #FFF;
	border-left-color: #FFF;
	border-right-color: #FFF;
}

html .toggle-light .toggle.active > label,
html .toggle-light .toggle.active > .toggle-title {
	background-color: #FFF;
	border-color: #FFF;
	color: #777;
}

html .toggle-light.toggle-simple .toggle > label:after,
html .toggle-light.toggle-simple .toggle > .toggle-title:after {
	background-color: #FFF;
}

html .toggle-light.toggle-minimal .toggle.active > label,
html .toggle-light.toggle-minimal .toggle.active > .toggle-title {
	color: #FFF;
}

.thumb-info .thumb-info-type,
.thumb-info .thumb-info-action-icon,
.thumb-info-social-icons a,
.thumbnail .zoom,
.img-thumbnail .zoom,
.thumb-info-ribbon {
	background-color: #000168;
}

html .thumb-info .thumb-info-action-icon-primary {
	background-color: #000168;
}

html .thumb-info .thumb-info-action-icon-primary i {
	color: #FFF;
}

html .thumb-info .thumb-info-action-icon-secondary {
	background-color: #088d33;
}

html .thumb-info .thumb-info-action-icon-secondary i {
	color: #FFF;
}

html .thumb-info .thumb-info-action-icon-tertiary {
	background-color: #5f6c77;
}

html .thumb-info .thumb-info-action-icon-tertiary i {
	color: #FFF;
}

html .thumb-info .thumb-info-action-icon-quaternary {
	background-color: #272e32;
}

html .thumb-info .thumb-info-action-icon-quaternary i {
	color: #FFF;
}

html .thumb-info .thumb-info-action-icon-dark {
	background-color: #3e3e3e;
}

html .thumb-info .thumb-info-action-icon-dark i {
	color: #FFF;
}

html .thumb-info .thumb-info-action-icon-light {
	background-color: #FFF;
}

html .thumb-info .thumb-info-action-icon-light i {
	color: #777;
}

.thumb-info-ribbon:before {
	border-right-color: #00561c;
	border-left-color: #00561c;
}

.thumb-info.thumb-info-block-primary .thumb-info-wrapper:before {
	background: rgba(0, 163, 53, 0.9);
}

.thumb-info-floating-caption-title .thumb-info-floating-caption-type {
	background-color: #000168;
} 
.btnincele {
	width: 100%;
	background-color: #f7f7f7 !important;
	padding: 5px;
	border-radius: 5px;
	position: relative;
	bottom: 0
}

.bg-light-gray {background-color: #F7F7F7 !important;}
 
#footer h3:before {
	content: "";
    position: relative;
    top: 22px;
    left: 1px;
    width: 25px;
    height: 3px;
    background-color: #BF2130;
    display: block;
}
